﻿
.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    /*margin-bottom: 15px;*/
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #23282c;
    text-align: left;
    background-color: #fff;
}

.main {
    background-color: inherit;
}

.hide-scroll {
    overflow: hidden;
}


.app-header.navbar, .app-header.navbar .navbar-brand {
    background-color: #2c4f65 !important;
    border-bottom: 1px solid #0a4165;
}

    .app-header.navbar .navbar-brand {
        display: inline-block;
        width: 200px;
        height: 100%;
        padding: 0.5rem 1rem;
        margin-right: 0;
        background-color: #fff;
        background: none; /*url(../../../_images/logo.png);*/
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 170px auto;
        border-bottom: 0px solid #cfd8dc;
    }


.sidebar {
    padding: 0;
    overflow: hidden;
    color: #fff;
    background: #1A5276;
}

    .sidebar .nav .nav-item .nav-link:hover, .sidebar .nav .nav-item .navbar .dropdown-toggle:hover, .navbar .sidebar .nav .nav-item .dropdown-toggle:hover {
        color: #fff !important;
        background: #2980B9 !important;
    }

    .sidebar .nav .nav-item .nav-link.active i {
        color: #fff;
    }

.nav-dropdown-toggle {
    background-color: #1A5276 !important;
}

a.nav-item-child {
    padding-left: 2rem !important;
}

.navbar-brand {
    color: rgba(0, 0, 0, 0.3);
}

    .navbar-brand:focus, .navbar-brand:hover {
        color: rgba(0, 0, 0, 0.3);
    }

.navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-nav .dropdown-toggle {
    color: #ddd;
    /*color: rgba(0, 0, 0, 0.3);*/
}

    .navbar-nav .nav-link:focus, .navbar-nav .navbar .dropdown-toggle:focus, .navbar .navbar-nav .dropdown-toggle:focus, .navbar-nav .nav-link:hover, .navbar-nav .navbar .dropdown-toggle:hover, .navbar .navbar-nav .dropdown-toggle:hover {
        color: #ddd;
        /*color: rgba(0, 0, 0, 0.3);*/
    }

.navbar-nav .open > .nav-link, .navbar-nav .navbar .open > .dropdown-toggle, .navbar .navbar-nav .open > .dropdown-toggle {
    color: #ddd !important;
}


.navbar-toggler:hover {
    cursor: pointer;
}

.sidebar .nav .nav-item .nav-link.active, .sidebar .nav .nav-item .navbar .active.dropdown-toggle, .navbar .sidebar .nav .nav-item .active.dropdown-toggle {
    color: #fff;
    background: #c23627;
}

.nav-tabs .nav-link.active, .nav-tabs .navbar .active.dropdown-toggle, .navbar .nav-tabs .active.dropdown-toggle {
    color: #E74C3C;
    font-weight: bold;
    background: #fff;
    border-color: #E74C3C;
    border-bottom-color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #E74C3C !important;
    text-decoration: none;
}

.switch-success > .switch-input:checked ~ .switch-label {
    background: #28B463 !important;
    border-color: #28B463;
}

.visible-elm-y {
    display: block;
}

.visible-elm-n {
    display: none;
}


.content-logo {
    width: 100%;
    height: 95px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background: none; /*url(../../../_images/logo.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.content-bg {
    /*background: url(../_images/bg.jpg) no-repeat center center fixed;*/
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content-title-text {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: -155px;
    margin-top: -45px;
    width: 500px;
    font-size: 3rem;
    font-family: inherit;
    color: #fff;
    text-align: center;
    /*border: solid #e8172d 1px;*/
    /*display:none;*/
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

.a-btn:hover, .a-btn:active {
    color: #fff;
    text-decoration: none;
}

.a-cart-color {
    color: #fff;
}

    .a-cart-color:hover, .a-cart-color:active {
        color: #fff;
    }

.breadcrumb-compact {
    margin-bottom: 0rem;
    border-bottom: 1px solid #cfd8dc;
    padding: 0.50rem 0rem 0.50rem 0rem;
    background-color: transparent;
}

.text-white {
    color: #ffffff;
    font-weight: normal;
    /*font-style: italic !important;*/
}

.text-red {
    color: #e8172d;
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}

.text-muted {
    color: #817f7f !important;
}

.img-thumbnail {
    padding: 0.2rem;
    background-color: #e4e5e6;
    border: 0px solid #ddd;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
    /*flex-wrap:wrap;
    flex:inherit;*/
}

input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background-color: #EAEDED;
    height: 18px;
    width: 18px;
    border: 2px solid #28B463 !important;
}

    input[type="checkbox"]:hover {
        filter: brightness(90%);
    }

    input[type="checkbox"]:checked {
        background: #28B463;
        /*border: 2px solid #17819c;*/
    }

    input[type="checkbox"]:disabled {
        background-color: #7b7b7b;
        border: 1px solid #7b7b7b !important;
        opacity: 0.6;
        pointer-events: none;
        cursor: not-allowed !important;
    }

        input[type="checkbox"]:disabled:after {
            cursor: not-allowed !important;
        }

    input[type="checkbox"]:after {
        content: '';
        position: relative;
        left: 25%;
        top: 9%;
        width: 40%;
        height: 70%;
        border: solid #fff;
        border-width: 0 2px 2px 0 !important;
        transform: rotate(45deg);
        display: none;
    }

    input[type="checkbox"]:checked:after {
        display: block;
    }

.img-viewer .img-thumbnail {
    max-width: 98%;
}

@media (max-width: 576px) {
    .responsive-sm-hide {
        visibility: hidden;
        display: none;
    }

    .app-header.navbar .navbar-brand {
        background-image: url("../_theme/img/logo_only.png");
    }

    .img-viewer .img-thumbnail {
        max-width: 100%;
    }
}



.card-header-compact {
    padding: 0.25rem 1.25rem 0.15rem 1.25rem;
}

.card-no-border {
    border-width: 0px !important;
}

.card-cart {
    color: #fff !important;
}

    .card-cart:hover, .card-cart:active {
        cursor: pointer;
    }

.text-require {
    border-color: red !important;
    box-shadow: 0 0 0 0.1rem #F5B7B1 !important;
}

.text-success {
    border-color: green !important;
    box-shadow: 0 0 0 0.1rem #ABEBC6 !important;
}

.card-primary .card-header, .card-primary .card-footer {
    background-color: #1A5276;
}


.card-header {
    border-bottom: 0px;
}

.card-message {
    border-width: 2px;
    border-top: 0px;
    font-size: 0.9rem;
    border-radius: 10px 10px;
}

    .card-message .card-header {
        text-transform: uppercase;
    }

.card-success {
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}

    .card-success .card-header,
    .card-success .card-footer {
        background-color: transparent;
    }

.card-primary:hover, .card-primary:active {
    background-color: #ab50d0;
}

.card-success:hover, .card-success:active {
    background-color: #1ABC9C;
}

.bg-success {
    background-color: #13b34e !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #0ca745 !important;
}

.card-info {
    background-color: #176ea7 !important;
}

    .card-info:hover, .card-info:active {
        background-color: #176ea7 !important;
    }

    .card-info .card-header {
        background-color: #176ea7 !important;
    }

.card-message-info {
    top: 10% !important;
    border-width: 0px !important;
}

.card-danger {
    background-color: #b91b2a !important;
}

.card-message-danger {
    background-color: #fff !important;
    color: #e8172d;
    font-weight: bold;
}

.bg-info {
    background-color: #0f90bf !important;
}


.thead-default th {
    color: #fff;
    background-color: #1A5276;
}

.thead-success th {
    color: #fff;
    background-color: #30c530;
}


.table-dashboard th, .table-dashboard td {
    padding: 0.2rem !important;
}

.table-dashboard td {
    color: #5f5f5f;
}

.card-header-light {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.card-header-dashboard {
    padding: 0.4rem 1.25rem;
}

.card-header-gridview {
    padding: 0.4rem 1.25rem;
    padding-top: 0.6rem;
}

.block-dashboard {
    background-color: #fff !important;
    padding: 0.5rem;
}

.card-store {
    margin-bottom: 0rem !important;
}

.block-store {
    padding: 0.2rem !important;
}

.panel-store {
    margin-bottom: 2rem !important;
}

.badge {
    font-size: 0.8rem;
}



.modal-temp {
    display: block;
    z-index: 1050;
    position: fixed;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    min-width: 320px;
    max-width: 360px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background-color: #1A5276;
}

.modal-bg {
    display: block;
    z-index: 1049;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5f5f5f;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal {
    display: block !important;
    /*opacity: 0.90;
    -moz-opacity: 0.90;
    filter: alpha(opacity=90);
    background-color: #607d8b !important;*/
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 75%;
        margin: 12px auto;
    }

    .modal-sm {
        max-width: 50%;
    }
}

/*@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

@media (min-width: 1024px) {
    .modal-lg {
        max-width: 99%;
    }
}*/

.modal-lg {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
}

    .modal-lg .modal-content {
        height: 100%;
    }

    .modal-lg .modal-body {
        height: 100%;
        max-height: 100%;
    }

.modal-content {
    border-width: 0px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), -2px -3px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-body {
    overflow: auto;
    /*min-height: 360px;*/
    /*   max-height: 35.5rem;*/
    max-height: 90vh;
}

.modal-header {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-top-width: 2px !important;
    border-bottom-width: 0px !important;
}

.modal-footer {
    background-color: #eceff1;
    border-top-width: 0px !important;
    border-bottom-width: 2px !important;
    /*border-bottom: 1px solid #e8172d !important;*/
}

.modal-body, .modal-header, .modal-footer {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
}

/*.modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer {
    border-left: 2px solid #e8172d !important;
    border-right: 2px solid #e8172d !important;
}

.modal-warning .modal-header {
    border-top: 2px solid #e8172d !important;
}

.modal-warning .modal-footer {
    border-bottom: 2px solid #e8172d !important;
}*/

.progress-log {
    height: 16px !important;
}

.page-link, .pagination-datatables li a, .pagination li a {
    padding: 0.4rem 0.75rem;
}

.message-noti {
    width: auto;
    height: fit-content;
    min-height: 150px;
    max-height: 600px;
    margin: 10px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1097;
    display: none;
    overflow: auto;
    outline: 0;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

@media (min-width: 576px) {
    .message-noti {
        max-width: 500px;
        margin: 30px auto;
        max-height: 260px;
    }
}

@media (min-width: 992px) {
    .message-noti {
        max-width: 800px;
        max-height: 500px;
    }
}

.pager-detail {
    margin-top: 6px;
    margin-right: 10px;
}



/*.data-none {*/
/*  opacity: 0; /* standard: ff gt 1.5, opera, safari */
/*  -ms-filter: “alpha(opacity=0)”; /* ie 8 */
/*   filter: alpha(opacity=0); /* ie lt 7 */
/*  -khtml-opacity: 0; /* safari 1.x */
/*   -moz-opacity: 0; /* ff lt 1.5, netscape */
/*}*/

/*.data-success,.data-error {
    opacity: 1; 
    -ms-filter: “alpha(opacity=100)”; 
    filter: alpha(opacity=100);
    -khtml-opacity: 1; 
    -moz-opacity: 1; 
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.data-success {
    background-color: #02a938;
    color: #008d4b;
}
.data-error {
    background-color: #e23636;
    color: #c52121;
}*/


.ng-enter {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
}

.ng-enter-active {
    opacity: 1;
}

.page-item.active .page-link, .pagination-datatables li.active .page-link, .pagination li.active .page-link, .page-item.active .pagination-datatables li a, .pagination-datatables li .page-item.active a, .pagination-datatables li.active a, .page-item.active .pagination li a, .pagination li .page-item.active a, .pagination li.active a {
    z-index: 2;
    color: #fff;
    background-color: #1A5276;
    border-color: #1A5276;
}

.page-item.disabled .page-link, .pagination-datatables li.disabled .page-link, .pagination li.disabled .page-link, .page-item.disabled .pagination-datatables li a, .pagination-datatables li .page-item.disabled a, .pagination-datatables li.disabled a, .page-item.disabled .pagination li a, .pagination li .page-item.disabled a, .pagination li.disabled a {
    color: #b0bec5;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}

.page-link, .pagination-datatables li a, .pagination li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1A5276;
    background-color: #fff;
    border: 1px solid #1A5276;
}

    .page-link:focus, .pagination-datatables li a:focus, .pagination li a:focus, .page-link:hover, .pagination-datatables li a:hover, .pagination li a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #E74C3C;
        border-color: #1A5276;
    }


.bg-primary {
    background-color: #1A5276 !important;
}

.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 0.675rem;
    line-height: 1.25;
    transition: all 0.2s ease-in-out;
    border-radius: .25rem;
    margin-right: 5px;
    background-color: #D5DBDB;
}

    .btn:hover {
        cursor: pointer;
    }

    .btn:disabled {
        cursor: not-allowed !important;
        opacity: 0.5;
    }


.btn-primary {
    color: #fff;
    background-color: #1A5276;
    border-color: #1A5276;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #2471A3;
        border-color: #2471A3;
    }

    .btn-primary:disabled {
        color: #1A5276;
        background-color: transparent;
        border-color: #1A5276;
    }


.btn-success {
    color: #fff;
    background-color: #28B463;
    border-color: #28B463;
}

    .btn-success:hover, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #17a452;
        border-color: #17a452;
    }

    .btn-success:disabled {
        color: #58D68D;
        background-color: transparent;
        border-color: #58D68D;
    }

.btn-warning {
    color: #fff;
    background-color: #e79d2b;
    border-color: #e79d2b;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #de911a;
        border-color: #de911a;
    }

    .btn-warning:disabled {
        color: #F5B041;
        background-color: transparent;
        border-color: #F5B041;
    }

.btn-danger {
    color: #fff;
    background-color: #df2035;
    border-color: #df2035;
}

    .btn-danger:disabled, .btn-danger:disabled:hover {
        color: #df2035;
        background-color: transparent;
        border-color: #df2035;
    }

    .btn-danger:hover, .btn-danger:active, .btn-danger.active, .dark .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c61a2d;
        border-color: #c61a2d;
    }

.btn-info {
    color: #fff;
    background-color: #288ed1;
    border-color: #288ed1;
}

    .btn-info:hover, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #1177bb;
        border-color: #1177bb;
    }

    .btn-info:disabled {
        color: #85C1E9;
        background-color: transparent;
        border-color: #85C1E9;
    }


.btn-light {
    color: #fff;
    background-color: #EAEDED;
    border-color: #EAEDED;
}

    .btn-light:hover, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
        color: #fff;
        background-color: #BFC9CA;
        border-color: #BFC9CA;
    }

    .btn-light:disabled {
        color: #EAEDED;
        background-color: transparent;
        border-color: #EAEDED;
    }


.btn-dark {
    color: #fff;
    background-color: #566573;
    border-color: #566573;
}

    .btn-dark:hover, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #273746;
        border-color: #273746;
    }

    .btn-dark:disabled {
        color: #566573;
        background-color: transparent;
        border-color: #566573;
    }

.text-primary {
    color: #1A5276 !important;
}

.text-info {
    color: #288ed1 !important;
}

.text-success {
    border-color: #119c55 !important;
    box-shadow: 0 0 0 0 #ABEBC6 !important;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #1A5276;
}

.card-primary {
    background-color: #1A5276;
    border-color: #1A5276;
}

/*.card-primary:hover, .card-primary:active {
        background-color: #D32F2F;
    }*/

.spinner > div {
    background-color: #0f90bf;
    height: 100%;
    width: 16px;
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}


.modal-primary .modal-header {
    color: #fff;
    background-color: #125e90;
}

.modal-secondary .modal-header {
    color: #fff;
    background-color: #6431a0;
}

.modal-success .modal-header {
    color: #fff;
    background-color: #36b061;
}

.modal-info .modal-header {
    color: #fff;
    background-color: #4fafcc;
}

.modal-warning .modal-header {
    color: #fff;
    background-color: #e8a332;
}

.modal-danger .modal-header {
    color: #fff;
    background-color: #db4443;
}


.pace .pace-progress {
    background: #E74C3C;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.input-danger {
    /*border: 1px solid red !important;
    box-shadow: 0 0 0 0.1rem #F5B7B1 !important;*/
    border: 1px solid #e95364 !important;
    box-shadow: 0 0 0 0.06rem #e95364 !important;
}

.label-danger {
    color: red;
}



label {
    display: inline-block;
    margin-bottom: .2rem;
}

.form-control, .select2-container {
    display: block;
    width: 100% !important;
    height: calc(1.75rem + 1px) !important;
    padding: .175rem .75rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #5c6873;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #AED6F1;
    border-radius: 0 .25rem .250rem 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}


    .select2-container .select2-choice {
        display: block;
        height: 23px;
        padding: 0 0 0 0;
        overflow: hidden;
        position: relative;
        border: 0px solid #ccc;
        white-space: nowrap;
        line-height: 23px;
        font-size: 12px;
        text-decoration: none;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #ffffff;
        color: #666;
    }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 0px solid #ccc;
    outline: none;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, .3);
    box-shadow: 0 0 0px rgba(0, 0, 0, .3);
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    background-color: #fff;
}

.grid .select2-container {
    max-width: 100%;
}

@media only screen and (max-width: 1600px) {
    .grid .select2-container {
        /*max-width: 220px !important;*/
        max-width: 140px;
    }
}


.dropdown-filter {
    padding: 2px 8px;
    background: inherit;
    border: 1px solid #AED6F1;
    text-align: center !important;
    color: #1A5276 !important;
    margin-top: 0px;
    margin-left: 0px;
    width: 35px;
    opacity: 1;
    height: calc(1.75rem + 1px);
    border-radius: .25rem 0 0 .250rem;
    border-right: 0px solid;
}

    .dropdown-filter:hover {
        text-decoration: unset !important;
        background-color: #5499C7;
        opacity: 1;
        color: #fff !important;
    }

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: normal;
    color: #1A5276;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #2471A3;
    }

.grid-filter, .grid-sort {
    border: 1px solid #86c5ee;
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=60);
}

    .grid-filter-active, .grid-sort-active, .grid-filter:hover, .grid-filter:focus, .grid-sort:hover, .grid-sort:focus {
        border: 1px solid #85c6f1;
        /*background-color: #0a507d;*/
        opacity: 6;
    }

        .grid-filter-active:hover, .grid-sort-active:hover, .grid-filter:hover, .grid-filter:focus, .grid-sort:hover, .grid-sort:focus {
            box-shadow: 0 0 0 0.08rem #85c6f1;
        }

.grid-filter, .grid-filter-active, .grid-sort, .grid-sort-active {
    width: 1.3rem;
    height: 1.3rem;
    float: right;
    padding-top: 0px;
    cursor: pointer;
    text-align: center;
}


.index-sort {
    width: 100%;
    position: absolute;
    bottom: -1px;
    font-size: 0.5rem;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.75rem + 2px);
}

.uk-text-primary {
    /*color: #2471A3;*/
    color: #1A5276;
    font-weight: bold;
}

a {
    color: #1A5276;
    text-decoration: none;
    background-color: transparent;
}

.switch.switch-text.switch-lg {
    width: 56px;
    height: calc(1.75rem + 1px);
}

    .switch.switch-text.switch-lg .switch-handle {
        width: 24px;
        height: calc(1.4rem + 1px);
    }

    .switch.switch-text.switch-lg .switch-label {
        font-size: 0.75rem;
    }

.switch.switch-text .switch-handle {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 1px;
    /* transition: left .15s ease-out; */
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0;
}

.input-group .col-sm-12 {
    padding: 0px;
}



.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 0px;
    margin-top: 1.3rem;
    font-size: 0.6rem;
    height: calc(1.75rem + 1px) !important;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0px;
}

.input-group .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: calc(1.75rem + 1px) !important;
}

.input-group .btn {
    margin-right: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: calc(1.98rem );
}

.input-group-prepend select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: calc(1.98rem ) !important;
    margin-top: -0.25rem;
    /*width: 200px !important;*/
}

.input-group select:first-child, .input-group input[type=text]:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .base-content {
    width: 100%;
}
/*.input-group > div {
    width: 100%;
}*/
/*TEXT*/
.input-group {
    position: relative;
    display: inline-flex;
    width: 100%;
}

    .input-group div {
        padding-left: 0px;
        padding-right: 0px;
    }


.aspNetDisabled i {
    cursor: not-allowed;
    color: #cccccc !important;
}

.social-box {
    min-height: 160px;
    margin-bottom: 1.5rem;
    text-align: center;
    background: #fff;
    border: 0px solid #cfd8dc;
}

    .social-box strong {
        display: block;
        font-size: 20px;
    }

    .social-box i {
        display: block;
        margin: -1px -1px 0;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: bold;
        line-height: 70px;
        background: #cfd8dc;
        padding: 10px 0;
    }


    .social-box .detail {
        font-size: 0.9rem;
        line-height: 40px;
    }

.app-footer {
    bottom: 0px;
    flex: 0 0 50px;
    position: absolute;
    background: transparent;
    border: none;
}

.version {
    color: #3a94d0 !important;
    border-color: #368dc6 !important;
    font-weight: bold;
}