.site {}

.site-header {}

.site-content {
    top: 100px;
}

.text-content {
    margin-top: 1%;
}

.modal .modal-body {
    max-height: 420px;
    overflow-y: auto;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
}

.navbar .divider-vertical {
    height: 50px;
    border-right: 1px solid gray;
}

.text-home {
    margin-top: 50px;
}

.icon-color {
    color: #7f8c8d !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

.accordion-click {
    cursor: pointer;
}

.navbar-nav>li>a,
.navbar-brand {
    padding-top: 25px !important;
    padding-bottom: 0 !important;
    height: 75px;
}

.navbar {
    min-height: 75px !important;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #e7e7e7;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 998;
}

#loading {
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
    z-index: 9999;
}

.navbar-default {
    background-color: white !important;
    font-size: 13px;
}


/*

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;  /*Sets the text hover color on navbar
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >   
 a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white; /*BACKGROUND color for active
    background-color: #2ecc71;
}

.navbar-default {
    background-color: #2ecc71;
    border-color: silver;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #2ecc71;
    text-decoration: none;
    background-color: #2ecc71;  /*change color of links in drop down here
}



 .navbar-default .navbar-nav > li > a {
}
    color: white; /*Change active text color here*/

.nav-sidebar>.nav-group a.nav-toggle .text {
    width: 100%;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-submenu a {
    font-size: 12px;
    line-height: 16px !important;
    margin-bottom: 14px;
}

.nav-sidebar>.nav-group a.nav-toggle {
    padding: 0;
    padding-left: 20px;
    padding-right: 10px;
    line-height: 22px;
}

.nav-sidebar>.nav-group a.nav-toggle:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 60px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background-color: transparent;
    border-bottom: 1px #8A8A8A solid;
}

.nav-sidebar>.nav-group a.nav-toggle:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: -4px;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #3a4856;
    -webkit-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
}

.nav-sidebar>.nav-group a .figure.arrow {
    width: 10px;
}

.nav-sidebar>.nav-group a .figure.arrow:after {
    right: 0px;
}

.cursor-pointer {
    cursor: pointer;
}

.selected {
    background: #d3dae5 !important;
}

.tab-body {
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    background: white
}

.nav-sidebar>.nav-group.factive .nav-toggle .figure.arrow:after {
    content: "\e7c1";
}

.nav-sidebar>.nav-group.factive>.nav-submenu {
    display: block;
}

.nav-submenu .figure.figure-left {
    width: 24px !important;
    font-size: 18px;
}

.nav-sidebar>.nav-group a .figure {
    width: 30px;
}

.nav-sidebar>.nav-group a.nav-toggle {
    padding-left: 10px;
}

.nav-sidebar>.nav-group a.nav-toggle:before {
    left: 40px;
}

.nav-sidebar>.nav-group>.nav-submenu {
    padding-left: 40px;
}

.nav-sidebar>.nav-group>.nav-submenu>li:last-child {
    padding-bottom: 0px;
}

table {
    letter-spacing: 0px;
}

.dataTables_wrapper .dataTable>thead>tr>th.sorting:before,
.dataTables_wrapper .dataTable>thead>tr>th.sorting_asc:before,
.dataTables_wrapper .dataTable>thead>tr>th.sorting_desc:before {
    float: none !important;
    margin-right: 4px !important;
    top: 4px !important;
}

.page-header {
    padding: 15px 15px;
}

.page-header h3 {
    font-weight: bold;
}

.nav-tabs>li>a {
    font-weight: bold;
}

caption {
    font-size: 14px;
    color: #104e70;
    background: #fdfdfe;
    text-align: left;
    padding-left: 10px;
    border: 1px solid #eee;
    font-weight: bold;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #d3dae5;
    cursor: pointer;
}

.select2-container .select2-choice {
    height: 34px !important;
    line-height: 34px;
}

.input-group-btn>.btn {
    height: 34px;
}

div.has-error .select2-container .select2-choice {
    border-color: rgb(185, 74, 72) !important;
}

.input-group {
    margin: 0;
}

.input-lov {
    cursor: pointer !important;
}

.modal-btn {
    position: relative;
    display: table-cell;
    width: 100px;
    height: 100px;
    background-color: #2c3e50;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    font-size: 36px;
    color: white;
    text-align: center;
    line-height: 2.75;
    transition: box-shadow 250ms ease;
}

.modal-btn:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: background-color 250ms linear;
}

.cardmodal-content {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 50%;
    height: auto;
    margin-top: -18%;
    margin-left: -25%;
    padding: 30px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    transform: scale(0);
    transition: transform 250ms ease;
    visibility: hidden;
    z-index: 20;
}

.modal-content .close {
    position: relative;
    float: right;
    font-size: 18px;
    transition: transform 500ms ease;
    z-index: 11;
}

.modal-content header {
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
}

.modal-content header h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
}

.modal-content article {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.75;
}

.modal-content footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}

.modal-content footer .button {
    position: relative;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
}

.modal-content footer .button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 250ms ease;
    z-index: 0;
}

.modal-content footer .button:hover:before {
    width: 100%;
}

.payTitle {
    color: black;
}

.type-pay {
    margin-left: 150px;
}

.radio {
    margin-left: 100px;
    display: inline;
}

.radio2 {
    margin-left: 20px;
}

.radio3 {
    margin-left: 20px;
    display: inline;
}

.newLabel {
    margin-bottom: 0px;
}

.modal-content footer .button.success {
    margin-right: 5px;
    background-color: #2ecc71;
}

.modal-content footer .button.danger {
    background-color: #e74c3c;
}

#cardmodal {
    display: none;
}

#cardmodal:checked~.cardmodal-bg {
    visibility: visible;
    background-color: black;
    opacity: 0.7;
    transition: background-color 250ms linear;
}

.block-modal {
    display: none;
}

#cardmodal:checked~.cardmodal-content {
    visibility: visible;
    transform: scale(1);
    transition: transform 250ms ease;
    z-index: 111;
}

.credit-card-group {
    color: black;
}

.new-radio {
    float: left;
}

.card-input {
    height: 35px;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.brand-select {
    height: 35px;
    width: 180px;
}

.invalid {
    color: red;
}

.valid {
    display: none;
}

.number-input {
    height: 35px;
    width: 420px;
    margin-right: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.name-cvc {
    margin-left: 82px;
    height: 35px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.icon-card {
    height: 25px;
    margin-top: 5px;
    margin-right: 10px;
}

.brand-name {
    margin-left: 180px;
}

.card-cvv {
    margin-right: 40px;
    height: 35px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.card-cvs {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.card-valid {
    display: flex;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.auth-cielo {
    width: 200px;
    float: right;
}

.name-label {
    display: flex;
    margin-bottom: 0;
    margin-top: 10px;
}

@media screen and (min-width: 992px) {
    .compact [class*="col-"] {
        padding-right: 0px;
    }
    .col-1-5 {
        width: 12.45%;
    }
}

@media screen and (max-width: 1200px) {
    .auth-cielo {
        width: 150px;
        float: right;
    }
}

@media screen and (max-width: 800px) {
    .radio {
        margin-left: 60px;
        display: inline;
    }
    .auth-cielo {
        width: 130px;
        float: right;
    }
    .type-pay {
        margin-left: 100px;
    }
    .compact [class*="col-"] {
        padding-right: 0px;
    }
    .col-1-5 {
        width: 12.45%;
    }
}

@media screen and (max-width: 500px) {
    .radio {
        margin-left: 20px;
        display: inline;
    }
    .card-input {
        height: 35px;
        width: 200px;
    }
    .auth-cielo {
        width: 100px;
        float: right;
    }
    .mobile-upper-title {
        font-size: 18px;
    }
    .mobile-title {
        font-size: 12px;
    }
    .number-input {
        height: 35px;
        width: 200px;
    }
    .name-cvc {
        margin-left: 40px;
    }
    .modal-content {
        left: 30%;
        width: 90%;
    }
    .card-cvv {
        height: 35px;
        width: 100px;
    }
    .card-cvs {
        height: 35px;
        width: 110px;
    }
}