@import 'https://fonts.googleapis.com/css?family=Inconsolata';

/*
---------------------------------------------
global styles
---------------------------------------------
*/

:root {
    --color-binar: #2b569d;
}

html,
body {
    font-family: 'Lato', sans-serif;
    min-height: 100%;
    height: 100%;
}

/*body {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

a {
    text-decoration: none !important;
}

a:link {
    color: #6a6a6a;
}

i {
    padding: 0 0.3rem 0 0;
}

ul.clean {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.clean li {
    margin: 0;
    padding: 0 0 3px 0;
    background: none;
}

body.modal-open {
    overflow: hidden;
}

.background-subpage-div {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 350px;
    display: flex;
    justify-content: center;
    min-height: 100%;
}

.main-subpage-div {
    width: 1300px;
    min-height: 100%;
    padding-top: 2rem;
}

.main-subpage-box-div {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 26px -16px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0 0 26px -16px rgba(66, 68, 90, 1);
    box-shadow: 0 0 26px -16px rgba(66, 68, 90, 1);
    padding: 1rem 3rem 2.6rem 3rem;
}

.page-banner {
    margin: -1rem -3rem 1rem -3rem;
}

.page-banner img {
    width: 100%;
}

h1 {
    padding: 1rem 0 1rem 0;
    margin: 0;
    font-size: 2rem;
    color: #2b569d;
    font-weight: normal;
    text-align: center;
}

h2 {
    padding: 0 0 0.75rem;
    margin: 0;
    font-size: 1.2rem;
    color: #2b569d;
    font-weight: normal;
    line-height: 1.5rem;
}

h3 {
    padding: 1rem 0;
    margin: 0;
    font-size: 1.2rem;
    color: #2b569d;
    font-weight: bold;
    line-height: 18px;
}

ol {
    margin: 0;
    padding: 5px 0 0 26px;
    list-style-type: decimal;
    color: #2b569d;
}
ol li {
    margin: 0;
    padding: 0 0 3px 0;
}

ol li span {
    color: #6a6a6a;
}

/*
---------------------------------------------
INDEX
---------------------------------------------
*/



.main-banner {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 200px 120px 50px 120px;
    /*position: relative;*/
    background-color: transparent;
    display: flex;
    justify-content: center;
    min-height: 100%;
}

/*.main-banner::before {*/
/*    background-image: url(../images/bg.jpg);*/
/*    background-repeat: repeat-x;*/
/*    background-position: top center;*/
/*    content: " ";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 768px;*/
/*    z-index: -1;*/
/*}*/


.slider {
    margin: 2rem;
    color: white;
    width: 1000px;
}

.slider * {
    opacity: 1 !important;
}


.owl-item {
    width: 1000px;
}

.owl-dots {
    text-align: right !important;
}

/*
---------------------------------------------
OUR CLIENTS PAGE
---------------------------------------------
*/

.our-clients-div {
    padding: 0 2rem;
}

.our-clients-div a {
    color: #6a6a6a;
}

.ref-row-div {
    display: flex;
    align-items: center;
}

a.cref {
    font-size: 10px;
    height: 17px;
    display: inline-block;
    background: #f0f0f0;
    color: #2b569d;
    padding: 1px 2px;
    margin-left: 8px;
}

/*
---------------------------------------------
PRIVACY POLICY PAGE
---------------------------------------------
*/

.cookies-div {
    text-align: justify;
}

.cookies-div ol {
    padding-left: 2.5rem !important;
}

.cookies-div ol ol {
    list-style-type: lower-alpha !important;
    padding-left: 19px !important;
}

.cookies-div a {
    text-decoration: underline !important;
}

.cookies-div a:hover {
    color: #2b569d;
}

/*
---------------------------------------------
ABOUT PAGE
---------------------------------------------
*/

.about-div {
    text-align: justify;
}

.about-div a {
    text-decoration: underline !important;
    color: #6a6a6a;
}

.about-div a:hover {
    color: #2b569d;
}

/*
---------------------------------------------
HELP PAGE
---------------------------------------------
*/

.help-div {
    text-align: justify;
}

.help-div a {
    color: #ffffff;
}

.download-header {
    text-align: center;
    margin-bottom: 0.5rem;
}

.download-section {
    display: flex;
    flex-direction: column;
}

.download-row {
    display: flex;
    justify-content: space-around;
}

.badge-element {
    position: relative;
    display: inline;
    height: 60px;
    width: 234px;
    margin-bottom: 1.5rem;
}

.badge-image {
    position: relative;

}

.badge-label {
    position: absolute;
    bottom: calc(50% - 0.65rem);
    left: 23%;
    width: 75%;
    text-align: center;
}

.badge-old-version {
    margin-top: 2px;
    color: #2b569d;
    font-size: 0.8em;
    text-align: right;
}

.badge-old-version a {
    color: #2b569d;
    text-decoration: underline !important;
}

/*
---------------------------------------------
FAQ PAGE
---------------------------------------------
*/

.faq-div {
    text-align: justify;
}

.faq-div a {
    text-decoration: underline !important;
    color: #6a6a6a;
}

.faq-div a:hover {
    color: #2b569d;
}

.accordion .accordion-item {
    border: none;
    background: transparent;
}

.accordion .accordion-item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 2px solid var(--color-binar);
}

.accordion .acc-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    width: 100%;
    padding: 1rem 1rem;
    color: #6a6a6a;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button[aria-expanded='true'] {
    cursor: pointer;
    color: var(--color-binar);
    background: hsl(248, 53%, 97%);
}


.accordion .icon {
    border-radius: 50%;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
    opacity: 0.9;
}

.accordion .icon i {
    padding: 0;
}

.accordion button[aria-expanded='true'] .icon {
    transform: rotate(135deg);
}

.accordion .accordion-content {
    display: none;
    padding: 0 1rem;
    opacity: 1;
    max-height: 50em;
    overflow: hidden;
    transition: max-height 0.5s ease-in;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 1.3rem 0;
}

/*
---------------------------------------------
CONTACT PAGE
---------------------------------------------
*/

.main-contact-div {
    padding-top: 1rem;
}

.contact-div {
    text-align: justify;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    background: transparent;
}

.contact-main-box {
    margin-top: 3rem;
    display: flex;
    -webkit-box-shadow: 0 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.contact-data {
    width: 40%;
    margin-top: -20px;
    margin-bottom: -20px;
    border-radius: 5px;
    background-color: var(--color-binar);
    color: white;
    padding: 3rem !important;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.contact-title {
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: -1rem
}

.contact-row {
    display: flex;
    align-items: center;
}

.contact-row:not(:last-child) {
    padding-bottom: 1rem;
}

.contact-icon {
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.contact-icon span {
    font-size: 20px;
    color: #fff;
}

.contact-text {
    padding-left: 1rem;
    width: calc(100% - 50px);
}

.contact-text span {
    font-weight: 400;
    color: rgba(255,255,255,.5);
    font-size: 1.2rem;
    display: block;
    text-transform: uppercase;
}

.contact-text p {
    margin: 0;
    font-size: 1.05rem;
}

.contact-text a {
    color: white;
}


.contact-map {
    width: 60%;
    margin-right: -1px;
    margin-bottom: -6px;
}


.error-subpage-div {
    padding-top: 150px;
    box-sizing: border-box;
    height: 100%;
    background-color: #000000;
    background-image: radial-gradient(var(--color-binar), #041607);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Inconsolata', Helvetica, sans-serif;
    font-size: 1.5rem;
    color: rgb(50, 231, 255);
    text-shadow:
            0 0 1ex rgba(43, 86, 157, 1),
            0 0 2px rgba(255, 255, 255, 0.8);
}

.noise {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: calc(100% - 150px);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: .02;
}

.overlay {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: calc(100% - 150px);
    background:
            repeating-linear-gradient(
                    180deg,
                    rgba(0, 0, 0, 0) 0,
                    rgba(0, 0, 0, 0.3) 50%,
                    rgba(0, 0, 0, 0) 100%);
    background-size: auto 4px;
    z-index: 1;
}

.overlay::before {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
            0deg,
            transparent 0%,
            rgba(43, 86, 157, 0.2) 2%,
            rgba(43, 86, 157, 0.8) 3%,
            rgba(43, 86, 157, 0.2) 3%,
            transparent 100%);
    background-repeat: no-repeat;
    animation: scan 7.5s linear 0s infinite;
}

@keyframes scan {
    0%        { background-position: 0 -100vh; }
    35%, 100% { background-position: 0 100vh; }
}

.terminal {
    box-sizing: inherit;
    position: absolute;
    width: 1000px;
    max-width: 100%;
    padding: 4rem 8rem;
    text-transform: uppercase;
}

.terminal h1 {
    font-size: 2em;
    margin: 0.67em 0;
    color: inherit;
    padding: 0;
    text-align: inherit;
    font-weight: inherit;
}

.output {
    color: rgba(50, 231, 255, 0.8);
    text-shadow:
            0 0 1px rgba(43, 86, 157, 0.4),
            0 0 2px rgba(255, 255, 255, 0.8);
}

.output::before {
    content: "> ";
}

/*
.input {
  color: rgba(192, 255, 192, 0.8);
  text-shadow:
      0 0 1px rgba(51, 255, 51, 0.4),
      0 0 2px rgba(255, 255, 255, 0.8);
}

.input::before {
  content: "$ ";
}
*/

.output a {
    color: #fff;
    text-decoration: none;
}

.output a::before {
    content: "[";
}

.output a::after {
    content: "]";
}

.errorcode {
    color: white;
}

/*
---------------------------------------------
CLIENTS ADMIN PAGE
---------------------------------------------
*/

.clients-admin-subpage-div {
    width: 800px;
    min-height: 100%;
    padding-top: 2rem;
}

.clients-admin-header {
    text-align: center;
    margin-bottom: 0.5rem;
}

.clients-admin-info-div {
    display: flex;
    justify-content: center;
}

#clients-admin-info {
    border-collapse: collapse;
}

#clients-admin-info td, #clients-admin-info th {
    border: 1px solid #ddd;
    padding: 8px;
}

#clients-admin-info td:last-child {
    text-align: end;

}

#clients-admin-info tr:nth-child(even) {
    background-color: #f2f2f2;
}

.clients-admin-subheader {
    font-size: 1.1rem;
    font-weight: 600;
}

.clients-admin-text {
    margin-top: 2rem;
    margin-bottom: 0rem;
}

.clients-admin-description {
    color: #6a6a6a;
    margin-bottom: 0.5rem;
    font-size: 0.75em;
}

.clients-admin-description a {
    color: #6a6a6a;
    text-decoration: underline !important;
}

.clients-admin-button-div {
    margin-top: 1rem;
    display: flex;
    justify-content: end;
}

.clients-admin-button {
    background-color: #2b569d;
    border-radius: 4px;
    border: none;
    color: white;
    padding: 0.6em 2em;
    transition: 0.3s;
}

.clients-admin-button:hover {
    background-color: #6d6b6b;
}