* {
    box-sizing: border-box;
}

body {
    height: 100%;
    background-color: white;
}

.nav-container {
    width: 100%;
    transition: all 0.5s linear;
}

.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    height: 50px;
    position: relative;
    background: #292929;
}

.nav li a {
    font-size: 10px;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 50px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 5%;
    border-left: 5px solid transparent;
    letter-spacing: 1px;
    transition: all 0.3s linear;
}

.text {
    transition: all .4s linear;
    color: white;
}

    .text:focus {
        color: black;
    }

li:hover .text {
    margin-left: 20px;
}

.active a {
    background-color: #292b2c !important;
    color: white;
    border-left: 5px solid white !important;
    outline: 0;
}

li:not(.active):hover a {
    color: #eee;
    border-left: 5px solid #FCFCFC;
    background-color: #1B1B1B;
}

.language-switch {
    float: right;
    margin-right: 20px;
    font-weight: bold;
    font-size: 14px;
}

.language-switch a {
   color: #333;
   text-decoration: none;
   padding: 2px 6px;
}

.language-switch a:hover {
   color: #007bff;
   text-decoration: underline;
}

@media only screen and (max-width : 960px) {
    /*.text {
        display: none;
    }*/

    .nav-container, a {
        width: 70px;
    }

        .nav-container a:hover {
            width: 300px;
        }

        a:hover {
            width: 200px;
            z-index: 100;
            border-top: 1px solid rgba(255,255,255,0.1);
            border-bottom: 1px solid black;
            box-shadow: 0 0 1px 1px black;
        }

            a:hover .text {
                display: block;
                /*padding-left: 30%;*/
            }

    a {
        font-size: 10px;
    }


    .btn-ExportDocBtn {
        margin-bottom: 3px;
    }

    #paymentSubmitBtn {
        width: 95% !important;
    }
}
/*@media only screen and (max-width: 480px){
  .nav-container, a{ width:30px; }
  span[class ^= "icon"]{left:8px;}
}*/

.head {
    width: 20%;
    float: left;
    position: fixed;
    top: 10;
    margin-top: 120px;
}

.main {
    margin-top: 110px;
    padding-right: 5%;
    width: 75%;
    float: right;
}

.menuTheName {
    display: none;
}

@media screen and (max-width: 425px) {
    .head {
        width: 100%;
        float: none;
        margin-top: 10px;
        position: inherit;
    }

    .main {
        width: 100%;
        float: none;
        margin-top: 0px;
        padding: 0px;
    }

    .nav-container, a {
        width: 100%;
    }

        .nav-container .nav {
            display: none;
        }

    #login-intro {
        position: initial !important;
    }

    .menuTheName {
        display: block;
        text-align: center;
        color: white;
        background: #292929;
        height: 30px;
        padding: 8px 3px 5px 3px;
        border-radius:5px;
    }

    .active a {
        border-left: 0 !important;
    }
    #uploadFilesLabel {
        width:100%;
    }
    .body {
        padding:4%;
    }
}

#layoutHr {
    margin-left: -60px !important;
    margin-bottom: 0px !important;
}

#login-intro {
    padding-top: 20px !important;
    background: transparent url('../Images/ClientLogo.jpg') no-repeat left center;
    padding: 0.312em 0 0.312em 3.125em;
    width: 100%;
    position: fixed;
    z-index: 1;
    background-color: white;
    margin-left: 1%;
}

    #login-intro h2 {
        text-transform: uppercase;
        margin: 0.312em 0 0 0;
    }

    #login-intro h5 {
        color: #9498a1;
    }


table {
    width: 100%;
    word-wrap: break-word;
    table-layout: fixed;
}

    table th {
        text-align: left;
    }

.leftAlign {
    text-align: left;
}

.rightAlign {
    text-align: right;
}

#logout a {
    font-family: Arial;
    margin-top: 10px;
    display: block;
    color: white;
    border-bottom: none;
    outline: none;
}

#tidio-chat {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.btn-Search {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #2BBBAD !important;
    color: white !important;
}

    .btn-Search:hover {
        border-color: #f7f7f7 !important;
        color: black !important;
    }

.btn-Myinfo {
    width: 40px !important;
    background-color: #2BBBAD !important;
    color: white !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .btn-Myinfo:hover {
        border-color: #f7f7f7 !important;
        color: black !important;
    }

.btn-MyDetails {
    background-color: #2BBBAD !important;
    color: white !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 80px;
}

    .btn-MyDetails:hover {
        border-color: #f7f7f7 !important;
        color: black !important;
    }


.btn-MyEdit {
    background-color: #5bc0de !important;
    color: white !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn-MyEdit:hover {
    border-color: #2BBBAD !important;
    color: black !important;
}

.btn-MyPayment {
    background-color: #5bc0de !important;
    color: white !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn-MyPayment:hover {
    border-color: #2BBBAD !important;
    color: black !important;
}

.btn-ExportDocBtn {
    width: 120px;
    height: 40px;
    background-color: #2BBBAD !important;
    color: white !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .btn-ExportDocBtn:hover {
        background-color: #f7f7f7 !important;
        color: black !important;
    }

.btn-ExportDecisionDocBtn {
    width: 150px;
    height: 40px;
    background-color: #2BBBAD !important;
    color: white !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn-ExportDecisionDocBtn:hover {
    background-color: #f7f7f7 !important;
    color: black !important;
}

.btn-AddNew {
    width: 120px;
    background-color: #2BBBAD !important;
    color: white !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .btn-AddNew:hover {
        background-color: #f7f7f7 !important;
        color: black !important;
    }

.btn-Back {
    margin-top: 15px;
    width: 50px;
    background-color: #2BBBAD !important;
    color: white !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .btn-Back:hover {
        background-color: #f7f7f7 !important;
        color: black !important;
    }

.btn-CheckОut {
    width: 120px;
    background-color: #d9534f !important;
    color: white !important;
}

    .btn-CheckОut:hover {
        background-color: #f7f7f7 !important;
        color: black !important;
    }

.btn-CheckОutSubmit {
    font-family: Arial;
    width: 110px;
    height: 40px;
    background-color: #2BBBAD !important;
    color: white !important;
}

    .btn-CheckОutSubmit:hover {
        background-color: #f7f7f7 !important;
        color: black !important;
    }

.btn-LogInSubmit {
    font-family: Arial;
    width: 100%;
    height: 40px;
    background-color: #2BBBAD !important;
    color: white !important;
    border: none;
    outline: 0 !important;
}

    .btn-LogInSubmit:hover {
        background-color: #f7f7f7 !important;
        color: black !important;
        border: none;
        outline: 0 !important;
    }

.btn-Submit {
    font-family: Arial;
    width: 110px;
    height: 40px;
    background-color: #d9534f !important;
    color: white !important;
}

    .btn-Submit:hover {
        background-color: #f7f7f7 !important;
        color: black !important;
    }

.btn-Draft {
    font-family: Arial;
    width: 110px;
    height: 40px;
    background-color: #0275d8 !important;
    color: white !important;
    margin-right: 20px;
}

    .btn-Draft:hover {
        background-color: #f7f7f7 !important;
        color: black !important;
    }

.btn-AddNewItem {
    font-family: Arial;
    width: 110px;
    height: 40px;
    background-color: #2BBBAD !important;
    color: white !important;
    margin-bottom: 2%;
}

    .btn-AddNewItem:hover {
        background-color: #f7f7f7 !important;
        color: black !important;
    }

.addNewItemBtnDiv {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
}

.collapsible {
    background: linear-gradient(#292929, #242424);
    width: 100%;
    height: 20%;
    display: table-cell;
    vertical-align: middle;
    box-shadow: 1px 1px 1px 1px black;
}

    .collapsible span {
        color: white;
        text-shadow: none!important;
    }

    .active, .collapsible:hover {
        background-color: #555;
    }

.content {
    padding: 0 18px;
    display: block;
    overflow: hidden;
    background-color: #f1f1f1;
}

.disabledDiv {
    pointer-events: none;
}

.center {
    width: 90%;
    margin: auto;
}

.tableInput {
    width: 40% !important;
}

#top-bar {
    float: left;
    position: fixed;
    width: 100%;
    height: 35px;
    top: 0px;
    background-color: #333;
    z-index: 2;
}

#logout {
    width: 150px;
    float: right;
    margin-left: 10px;
    margin-top: -26px;
    outline: none;
}

#top-bar-user {
    background: transparent url('../Images/user.png') no-repeat left center;
    height: 24px;
    margin-top: 7px;
    border: 0px none white;
    margin-left: 17px;
    padding: 0 0 0.050em 2.000em;
}


    #top-bar-user p {
        margin: 0.4em 0 0 0;
        color: whitesmoke;
        text-underline-position: below;
    }

.logOutBtn {
    background: transparent !important;
    color: white;
    border: none;
    outline: none !important;
    font-weight: bold;
    margin-right: 140px;
}

    .logOutBtn:hover {
        color: #2BBBAD !important;
        font-size: 12.5px;
    }

.changeDataDiv {
    display: none;
}

.checkBoxDiv {
    display: none;
}

.CBPropertyChoose {
    width: 20px !important;
    height: 20px !important;
    margin-top: -1px !important;
}

#LayoutFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-left: 1%;
}

.exportBtnsDiv {
    float: left;
    width: 40%;
    margin-bottom: 20px;
}

.newItemBtnDiv {
    float: right;
    width: 60%;
}

.addressDataTable {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

    .addressDataTable th, td {
        padding: 10px;
    }

    .addressDataTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

#alertMessage {
    color: #d9534f;
    visibility: hidden;
    margin-bottom: 3%;
}

.modalbtn {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

    .modalbtn:hover {
        opacity: 1;
    }

/* Float cancel and delete buttons and add an equal width */
.cancelbtn {
    float: left;
    width: 40%;
    height: 50px;
    margin-left: 5%;
    border-radius: 10px;
}

.confirmbtn {
    float: right;
    width: 40%;
    height: 50px;
    margin-right: 5%;
    border-radius: 10px;
}

/* Add a color to the cancel button */
.cancelbtn {
    background-color: #ccc;
    color: black;
    margin-right: 20px;
}

/* Add a color to the delete button */
.confirmbtn {
    background-color: rgb(217, 83, 79);
}

/* Add padding and center-align text to the container */
.modalData {
    padding: 16px;
    text-align: center;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: #474e5d;*/
    background-color: rgba(0, 0, 0, .5);
    padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}


/* The Modal Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: rgb(217, 83, 79);
}

    .close:hover,
    .close:focus {
        color: #f44336;
        cursor: pointer;
    }

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .confirmbtn {
        width: 100%;
    }
}

input[type="checkbox"] {
    filter: hue-rotate(315deg);
}

.paymentCalculationDiv {
    border-radius: 10px;
    background-color: #2BBBAD;
    padding-top: 2%;
}

.paymentCalcLabel {
    color: white;
}

.paymentInputs {
    color: #d9534f;
    font-weight: bold;
    pointer-events: none;
}

.paymentResultDiv {
    text-align: center;
    padding: 20px;
    background-color: #f8f9fa;
}

#paymentSubmitBtn {
    float: left;
    width: 18%;
}

#paymentLogo {
    width: 50px;
    height: 30px;
    background: transparent url('../Images/credit_card.png') no-repeat left center;
}

.loadingModal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #292929;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    width: 150px;
    height: 150px;
    display: none;
    position: fixed;
    background-color: transparent;
    z-index: 999;
    text-align: center;
}

#loadingImg {
    width: 100px;
    height: 100px;
    content: url("../Images/Loading.gif");
}

.select2-results__option {
    background: white !important;
}

.select2-results__option--highlighted.select2-results__option--selectable {
    background: #f1f1f1 !important;
    color: black !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
}

.select2-container--default .select2-selection--single {
    height: 48px !important;
    border: 1px solid #ccc !important;
}

.glyphicon-trash:hover {
    color: #d9534f !important;
    cursor: pointer;
}

#uploadFilesLabel {
    border: 1px solid #2BBBAD;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    background-color: #f1f1f1;
}

    #uploadFilesLabel:hover {
        color: white;
        background-color: #2BBBAD;
        cursor: pointer;
    }

.pager-nav {
    margin: 16px 0;
    float: right;
}

    .pager-nav span {
        display: inline-block;
        padding: 4px 8px;
        margin: 1px;
        cursor: pointer;
        font-size: 14px;
        background-color: #FFFFFF;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }

        .pager-nav span:hover,
        .pager-nav .pg-selected {
            background-color: #f9f9f9;
            border: 1px solid #CCCCCC;
        }

.displayNone {
    display: none;
}

.infoMsg {
    position: absolute;
    right: 0;
    width: 22%;
    background-color: #5bc0de;
    color: white;
    padding: 10px;
    border-radius: 15px;
    margin-right: 20px;
    margin-top: 45px;
    font-size: 18px;
}

.infoLinks {
    position: absolute;
    right: 0;
    width: 22%;
    color: white;
    padding: 10px;
    border-radius: 15px;
    margin-right: 20px;
    margin-top: 240px;
    font-size: 18px;
}

.infoLinksOnly {
    position: absolute;
    right: 0;
    width: 22%;
    color: white;
    padding: 10px;
    border-radius: 15px;
    margin-right: 20px;
    margin-top: 45px;
    font-size: 18px;
}

.contactInfo {
    color: #5bc0de;
    font-weight: bold;
    font-size: 17px;
}

.regBtns {
    font-weight: bold;
    font-size: 15px;
}

.payWithoutLoginBtn {
    margin-top: 20px;
    font-weight:bold;
    font-size:15px;
    color: #2BBBAD;
}

.decorationNone {
    text-decoration: none !important;
}

.pr12 {
    padding-right: 12px;
}

.siteMainInfo {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
    .siteMainInfo {
        right: initial;
        margin-left: 5px;
        margin-bottom: 30px;
    }

    .decorationNone {
        font-size: 14px;
    }

    #embadedLogin {
        display: none;
    }

    .loginForm {
        width: 50%;
    }

    h2 {
        font-size: 22px;
    }

    .FilterBgr {
        padding: 10px !important;
    }

    .container {
        padding-right: 25px !important;
    }

    .btn-MyDetails {
        width: 30px !important;
    }

    .btn-MyEdit {
        width: 30px !important;
    }
    .btn-MyPayment {
        margin: auto !important;
        width: 100% !important;
        float: none !important;
    }
    .cancelbtn {
        margin-right: 0px !important;
    }
}

.centerAlign {
    text-align: center;
}

.embededLoginFrame {
    width: 420px;
    height: 277px;
    cursor: pointer;
}

.embededLoginBookImage {
    width: 418px;
    margin-top: 20px;
    margin-bottom: 50px;
    cursor: pointer;
}

#embadedLogin {
    position: absolute;
    left: 0;
    margin-top: 22px;
    margin-left: 20px;
}

#layoutFt {
    display: none;
}

#printDecision {
    padding: 10px;
}

zIndex {
    z-index: 1;
}
