﻿:root {
    --color-base: #2AA482;
    --color-font: #6d6f71;
    --color-gradient: #45eabc;
}
@font-face {
    font-family: 'CoventryGarden';
    src: url('fonts/CoventryGarden.ttf') format('truetype');
}
body {
    color: #6d6f71 !important;
    color: var(--color-font) !important;
    height: 100vh;
    width: 100%;
    font: 400 12px Arial, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    font-family: "Nunito", sans-serif;
}
.maestro-title {
    margin-bottom: 5px;
    font-family: 'CoventryGarden';
    font-size: 3.5em;
    color: #2AA482;
    color: var(--color-base);
    text-shadow: 1px 1px #6d6f71;
}
.version {
    text-align: center;
    display: block;
    font-size: 1em;
    color: #EEC892;
}
body.login-body::after, .modalLogin .modal-right::after {
    content: "";
    background: #DCDDDF url('Images/22.png');
    opacity: 0.8;
    /*background: #DCDDDF url('Images/bg-home.jpg');*/
    opacity: 0.8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.required:after {
    content: "*";
    color: red;
}
a {
    cursor: pointer;
}

legend {
    float: none;
    margin:0;
}

.mgb-sm{
    margin-bottom:5px;
}

.mgb-10 {
    margin-bottom: 10px;
}
/****************** Login ******************/
input:-internal-autofill-selected, input[type="password"]:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    /*color: -internal-light-dark(black, white) !important;*/
}

/*@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700");*/

* {
    box-sizing: border-box;
}
.login {
    width: 35%;
    float: left;
    padding: 0;
    box-shadow: 2px 0 #7a7474;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .login {
        width:50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .login {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .login {
        width: 100%;
    }
}
.rtl .login {
    float: right;
}
.modalLogin {
    position: relative;
    width: 100%;
    height: 100vh;
    /*background: rgba(51, 51, 51, 0.5);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

    .modalLogin .modal-container {
        display: flex;
        max-width: 100%;
        width: 100%;
        height: 100%;
        /*border-radius: 15px;*/
        overflow: hidden;
        position: absolute;
        pointer-events: none;
        /*background: #fff;*/
        opacity: 1;
        transition-duration: 0.1s;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

.modalLogin .modal-title {
    font-size: 26px;
    margin: 0;
    font-weight: 400;
    color: #2AA482;
}
.img-center {
    margin-left: 50%;
    transform: translate(-50%,-10%) !important;
}
.rtl .img-center {
    margin-right: 50%;
    transform: translate(50%,-10%) !important;
}
    .modalLogin .modal-desc {
        margin: 6px 0 20px 0;
        color: #2AA482;
        color: var(--color-base);
    }

.modalLogin .modal-left {
    padding: 20px 30px 15px;
    background: #132e4a;
    flex: 1.5;
    transition-duration: 0.1s;
    transform: translateY(0);
    opacity: 0.9;
    transition-delay: 0.1s;
    max-width: 100%;
}

.select2-container {
   max-width: 100%;
}

.modalLogin .modal-button:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.8);
}

.modalLogin .modal-right {
    flex: 2;
    font-size: 0;
    transition: 0.3s;
    overflow: hidden;
}

.modalLogin .modal-right img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    object-fit: cover;
    transition-duration: 0.1s;
}

.modalLogin .modal-buttons {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.input-button {
    padding: 8px 12px;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 4px;
    background: #2AA482;
    font-family: "Nunito", sans-serif;
    transition: 0.3s;
    cursor: pointer;
    width:150px;
    font-size:15px;
    font-weight:bold;
}


.input-label {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #EEC892;
    transition: 0.3s;
    width: auto;
    padding: 0px 5px;
}

.input-block {
    display: flex;
    flex-direction: column;
    padding:15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: 0.3s;
}

    /*.input-block#loginType_DIV {
        padding: 0px 10px 8px;
    }*/
#Property_Id, #Schema_IdDiv {
    padding-top: 2px;
}
.input-block input, .input-block select {
    outline: 0;
    border: 0;
    font-size: 15px;
    font-family: "Nunito", sans-serif;
}

.input-block input::placeholder, .input-block select::placeholder {
    color: #ddd;
    opacity: 1;
    font-size:0.8em;
}

.select2-container--default .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
        font-size: 15px;
        /*line-height: 28px;*/
    }
#languageSelectLoginDiv .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #2AA482;
    background-color: var(--color-base);
    color: white;
}

/*.input-block:focus-within {
    border-color: #8c7569;
}

.input-block:focus-within .input-label {
    color: rgba(140, 117, 105, 0.8);
}*/

.toggle, .toggle:hover, .toggle-group label, .toggle-group label:hover {
    background-color: transparent;
}

.container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*overflow: auto;*/
}

ul li {
    display: block;
    position: relative;
    float: left;
}

ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

    ul li label {
        display: block;
        position: relative;
        font-weight: 300;
        padding: 8px 20px 15px 20px;
        height: 23px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        color: #fff;
    }
.rtl ul li label {
    padding: 5px 20px 15px 20px;
}
ul li .check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    top: 8px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.select2-results__option {
    width: 100%;
    color: #6c757d;
}
input[type=radio]:checked ~ .check {
    border: 5px solid;
}


@media (max-width: 750px) {
    .modalLogin .modal-container {
        width: 90%;
    }

    .modalLogin .modal-right {
        display: none;
    }
}


/***************** Modal ******************** */
.modal-header {
    cursor: move;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}

    .vertical-alignment-helper .modal-overflow {
        max-height: calc(100vh - 300px);
        overflow: auto;
        overflow-x: hidden;
    }

.modal-open .modal {
    max-height: calc(100vh);
    overflow-x: hidden !important;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
}

.modal-dialog-centered .modal-title {
    color: #2AA482;
    color: var(--color-base);
    font-weight: bold;
}

.close {
    font-size: 15px;
    color: #6d6f71;
    color: var(--color-font);
    opacity: 1;
    z-index: 100;
    background-image: none;
}

    .close:hover {
        color: #2AA482;
        color: var(--color-base);
        opacity: 1;
    }

/*********************** ABOUT *********************/

.text-style {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.about-item {
    height: 150px;
}

.about-description {
    color: var(--color-font);
    min-height: 40px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-about {
    color: #2AA482;
    color: var(--color-base);
    margin: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}


/*********************** Contact Us *********************/
.contact-title {
    color: #2AA482;
    color: var(--color-base);
}
#Contact_Modal a {
    text-decoration: none;
    color: #2AA482;
    color: var(--color-font);
}
#Contact_Modal ul li {
    float:none;
}
#Contact_Modal ul li span {
    font-size: 14px;
    color: #36a989;
}
.contact-Support {
    background: #132e4a;
}
/* timeline about us */
.conference-timeline {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    .conference-timeline .conference-center-line {
        position: absolute;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed #2AA482;
        border-left: 1px dashed var(--color-base);
        z-index: 0;
    }

.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

    .timeline-article .content-left-container {
        max-width: 44%;
        width: 100%;
        float: left;
    }

.timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
    float: right;
}

.rtl .timeline-article .content-left-container {
    float: right;
}
.rtl .timeline-article .content-right-container {
    float: left;
}

.timeline-article .content-left, .timeline-article .content-right {
    position: relative;
    width: auto;
    padding: 5px 0;
    border: 1px dashed transparent;
    border-bottom: 1px dashed #2AA482;
    border-bottom: 1px dashed var(--color-base);
    transition: all 0.4s ease;
}

.timeline-article .meta-date {
    justify-content: center;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 49.2%;
    width: 12px;
    height: 12px;
    color: #fff;
    border-radius: 50%;
    background: #2AA482;
    background: var(--color-base);
}

    .timeline-article .meta-date:after {
        content: "";
        height: 6px;
        width: 6px;
        border-radius: 50%;
        position: absolute;
        left: 3px;
        background: #fff4f4;
    }

.timeline-article:hover .meta-date:after {
    background: #2AA482;
    background: var(--color-base);
}

@media (max-width: 767px) {
    .timeline-article .meta-date {
        left: 48.8%;
    }
}

@media (max-width: 620px) {
    .timeline-article .meta-date {
        left: 48%;
    }
}


/*********************** AR Contact Us *********************/

.rtl .modal-dialog-centered .contact-item {
    float: right;
    direction: rtl;
}

.rtl .modal-dialog-centered .contact-description span {
    direction: rtl;
    float: right;
}

.rtl .contact-us .modal-dialog-centered .close {
    float: left;
}

.rtl .contact-us .modal-dialog-centered .about-item {
    float: right;
    direction: rtl;
}

.rtl .contact-us .modal-dialog-centered .about-description {
    direction: rtl;
}

#Form_Login input, #Form_Login select {
    background-color: transparent;
    color: #fff;
}

#Form_Login input:focus, #Form_Login select:focus {
    border-color: #ddd;
}

