﻿.valueT {
    margin-left: 20px;
}

#components-reconnect-modal a {
    color: #00A1E4;
    font-size: 25px;
}

#main-container {
    min-height: 90.9vh;
}

.header-area-inner #main-container {
    min-height: 90.9vh;
}

.k-calendar.telerik-blazor {
    z-index: 99999;
}
.header-area .palatin-main-menu .classy-navbar .navbar-nav.mr-auto {
    display: none;
}
.telerik-dialog{
    width:650px;
}
@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar .menu-btn {
        margin-left: 0px;
        border: none;
        margin-top: 0px;
    }
    .telerik-dialog {
        width: 100%;
        height:90%;
    }
        .header-area .palatin-main-menu .classy-navbar .menu-btn a {
            margin-left: 30px;
            border: 2px solid #ffffff;
            margin-top: 30px;
            display: inline-block;
        }

            .header-area .palatin-main-menu .classy-navbar .menu-btn a.nav-link-profile {
                display: none;
            }

    .header-area .palatin-main-menu .classy-navbar .navbar-nav.mr-auto {
        display: block;
        color:#fff !important;
    }
        .header-area .palatin-main-menu .classy-navbar .navbar-nav.mr-auto a.nav-link-profile {
            color: #fff !important;
        }
}

.classy-menu.menu-on {
    z-index: 999999;
}

.modal-backdrop.show {
    z-index: auto;
}
.k-loader-container {
    z-index: 999 !important;
}
a.nav-link-profile span:after {
    color: #ffffff !important;
}

.classynav ul li.megamenu-item > a:after, .classynav ul li > a.nav-link-profile:after {
    font-family: 'classyfonts';
    content: "\e900";
    font-size: 12px;
    color: #000000;
    padding-left: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after, .header-area .palatin-main-menu .classy-navbar .classynav ul li > a::after {
    color: #ffffff;
}
/*a.nav-link-profile span:after {
    font-family: 'classyfonts';
    content: "\e900";
    font-size: 12px;
    color: #000000;
    padding-left: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}*/
/*.container-fluid.container-inner {
    
}*/

.palatin-btn:focus {
    font-size: 16px;
    background-color: #00A1E4;
    color: #ffffff;
}

.dropdown-item.active, .dropdown-item:active {
    color: #363636;
    text-decoration: none;
    background-color: transparent;
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li a.palatin-btn-logout {
    color: #283A97;
    padding: 0px;
}

a.palatin-btn-logout:hover, a.palatin-btn-logout:focus {
    font-size: 16px;
    color: #283A97;
    background-color: transparent;
    /*background-color: #363636;
    color: #ffffff;*/
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li a.palatin-btn-logout:hover,
.header-area .palatin-main-menu .classy-navbar .classynav ul li a.nav-link-profile:hover,
.header-area .palatin-main-menu .classy-navbar .classynav ul li a.nav-link-profile:focus,
.header-area .palatin-main-menu .classy-navbar .classynav ul li a.palatin-btn-logout:focus {
    background-color: transparent;
}

body {
    font-size: 16px;
}

.test-info {
    color: #212529;
}

.main-container {
    /*min-height: 100vh !important;*/ /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    /*padding-bottom: 65px;*/ /* height of your footer */
}

#footer {
    margin-top: 15px;
}

.footer-copyright-area p {
    direction: ltr;
    color: #869099;
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #283A97;
    border-color: #283A97;
}

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #283A97;
        border-color: #283A97;
    }
/*html,
body {
    height: 100%;
    position: relative;
}*/
/*footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px*/ /* Footer height */
/*}*/
.valueL {
    font-weight: 500;
}

.container-inner {
    margin-top: 130px;
    margin-bottom: 20px;
}

.quantity .input-group {
    height: 25px;
    line-height: 25px;
    width: 125px;
}

td.quantity {
    width: 40px;
}

    td.quantity, td.quantity .input-group-prepend, td.quantity input-group-append, td.quantity input {
        height: 25px;
        line-height: 25px;
    }

        td.quantity button {
            line-height: 10px;
        }

.invoice-title h2, .invoice-title h3 {
    display: inline-block;
}
.header-gray {
    padding: 15px 10px;
    color: #777;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    /* text-transform: uppercase;*/
}
.table-header-gray thead td {
    padding: 15px 10px;
    color: #777;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    /* text-transform: uppercase;*/
}

.table-header-gray td {
    padding: 15px 10px !important;
}

.table > tbody > tr > .no-line {
    border-top: none;
}

.table > thead > tr > .no-line {
    border-bottom: none;
}

.table > tbody > tr > .thick-line {
    border-bottom: 2px solid;
}

.table > tbody > tr > .bottom-line {
    border-bottom: 1px solid #dee2e6;
}

.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.ui-checkboxradio-icon-space {
    padding-left: 5px;
}

.ui-checkboxradio-icon {
    padding-left: 5px;
}

.ui-checkboxradio-label {
    text-align: left;
}

.header-area-inner .palatin-main-menu {
    background-color: #283A97;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}

.header-area-inner #palatinNav {
    height: 90px !important;
}

.req-asterisk {
    color: red;
    font-weight: 400;
}

.card-header {
    background-color: #F7F7F7;
}

.select2-container {
    width: 100% !important;
}

.btn {
    border-radius: 0px;
}

.btn-bootstr.palatin-btn {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    /*border-radius: .2rem;*/
    height: auto;
}

.grid-thead, #currentPage {
    color: white;
    background-color: #283A97; /*#4e97c2;*/
}

.text-primary {
    color: #00A1E4 !important;
}

.table-responsive table th, .table-responsive table th {
    text-align: center;
    font-weight: 100;
}

th.sortable {
    position: relative;
    cursor: pointer;
}

.table-responsive .table td, .table th {
    padding: .1rem;
}

.table-sm td, .table-sm th {
    padding: .3rem !important;
}

table th, table td {
    white-space: nowrap;
}

.modal-content table td {
    white-space: normal;
}

.tr-selected {
    background-color: rgba(0,0,0,.075);
}

.badge {
    font-size: 14px;
}
/*scroll*/
.scrollbar {
    /* background: #F5F5F5;*/
    overflow-x: scroll;
    margin-bottom: 12px;
}

th.sortable {
    position: relative;
    cursor: pointer;
}

    th.sortable:hover::after {
        color: #333;
    }

    th.sortable i {
        margin: 0 5px;
    }

#pnlSearch {
    margin-bottom: 25px;
}

#style-15::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar {
    height: 6px;
    background-color: #F5F5F5;
}

#pagination {
    margin: 0px;
}

#style-15::-webkit-scrollbar-thumb {
    background-color: #000000;
}

table label {
    margin-bottom: 0px;
}
/*check box animation*/
.label__checkbox_animation {
    display: none;
}

.label__check_animation {
    display: inline-block;
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, 0.1);
    background: white;
    vertical-align: middle;
    margin-right: 20px;
    width: 6em;
    height: 6em;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
}

    .label__check_animation i.icon {
        opacity: 0.2;
        font-size: 65px;
        color: transparent;
        -webkit-transition: opacity .3s .1s ease;
        transition: opacity .5s .3s ease;
        -webkit-text-stroke: 3px rgba(0, 0, 0, 0.5);
    }

    .label__check_animation:hover {
        border: 5px solid rgba(0, 0, 0, 0.2);
    }

.label__checkbox_animation:checked + .label__text_animation .label__check_animation {
    -webkit-animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1 forwards;
    animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1 forwards;
}

    .label__checkbox_animation:checked + .label__text_animation .label__check_animation .icon {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
        color: white;
        -webkit-text-stroke: 0;
        -webkit-animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
        animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
    }


@-webkit-keyframes icon {
    from {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes icon {
    from {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes check {
    0% {
        width: 6.5em;
        height: 6.5em;
        border-width: 5px;
        transition: all 0.5s ease;
    }

    10% {
        width: 3.5em;
        height: 3.5em;
        opacity: 0.1;
        background: rgba(0, 0, 0, 0.2);
        border-width: 15px;
        transition: all 0.5s ease;
    }

    30% {
        width: 2.5em;
        height: 2.5em;
        opacity: 0.4;
        background: rgba(0, 0, 0, 0.1);
        border-width: 0;
        transition: all 0.5s ease;
    }

    50% {
        width: 4em;
        height: 4em;
        background: #00d478;
        border: 0;
        opacity: 0.6;
        transition: all 0.5s ease;
    }

    100% {
        width: 6em;
        height: 6em;
        background: #00d478;
        border: 0;
        opacity: 1;
        transition: all 1s ease;
    }
}

@keyframes check {
    0% {
        width: 6.5em;
        height: 6.5em;
        border-width: 5px;
        transition: all 0.5s ease;
    }

    10% {
        width: 3.5em;
        height: 3.5em;
        opacity: 0.1;
        background: rgba(0, 0, 0, 0.2);
        border-width: 15px;
        transition: all 0.5s ease;
    }

    30% {
        width: 2.5em;
        height: 2.5em;
        opacity: 0.4;
        background: rgba(0, 0, 0, 0.1);
        border-width: 0;
        transition: all 0.5s ease;
    }

    50% {
        width: 4em;
        height: 4em;
        background: #00d478;
        border: 0;
        opacity: 0.6;
        transition: all 0.5s ease;
    }

    100% {
        width: 6em;
        height: 6em;
        background: #00d478;
        border: 0;
        opacity: 1;
        transition: all 1s ease;
    }
}
/*End checkbox*/
