.form-group{
	margin-bottom: 1rem;
}
.top-0{
    top: 0 !important;
}
.right-0{
    right: 0 !important;
}
.left-0{
    left: 0 !important;
}

.btn {
    border-radius: 3px !important;
}

.btn-outline-secondary {
    border-color: #d1d3e2;
}

.br-2 {
    border-radius: 2px !important;
}

.br-3 {
    border-radius: 3px !important;
}
.br-3-top {
    border-radius: 3px 3px 0 0 !important;
}
.br-3-bottom {
    border-radius: 0 0 3px 3px !important;
}

.br-4 {
    border-radius: 4px !important;
}

.border-2 {
    border: 1px solid #d1d3e2;
}


.page-item .page-link {
    border-radius: 3px !important;
}

/*preloader*/

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

.preloader-2 {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.1);
}

.preloader-2 .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}


/*preloader*/

.table-border-top-0 thead th {
    border-top: 0 !important;
}

.data-table tbody td {
    padding: .5rem 0;
}

.table tbody td {
    height: 30px !important;
    padding: .5rem 0;
}

#my-search {
    /*outline: none;*/
}

.table thead th {
    text-transform: none;
}

.table td,
.table th {
    /*padding-right: 0;*/
}

.table td, .table th {
    padding: 0.45rem 0.75rem !important;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border-bottom: 1px solid #e3e6f0;
}

.my-border-radius-0 {
    border-radius: 0.20rem;
}

.my-border-radius {
    border-radius: 0.30rem;
}

.my-border-radius-top {
    border-radius: 0.30rem 0.30rem 0 0;
}

.form-control-user-date {
    font-size: .8rem;
    border-radius: 5px;
    padding: 0.1rem 1rem;
    max-height: 27px;
}

.alert-danger {
    background-color: #ff0000;
    color: white;
}

.alert-success {
    background-color: #93c54b;
    color: white;
}

.text-success {
    color: #93c54b !important;
}

.border-left-success {
    color: #93c54b !important;
}

.modal .modal-dialog-aside-sm {
    width: 45%;
}

.modal .modal-dialog-aside-sm-2 {
    width: 55%;
}


.modal .modal-dialog-aside-small {
    width: 30%;
}


.modal .modal-dialog-aside-md {
    width: 70%;
}

.modal .modal-dialog-aside-lg {
    width: 83.4%;
}

#btn-close-modal {
    left: 20%;
    top: 8px
}

@media (min-width: 480px) {

    #btn-close-modal-sm {
        left: 50.5%;
        top: 8px
    }

    #btn-close-modal-sm-2 {
        left: 40.5%;
        top: 8px
    }

    #btn-close-modal-small {
        left: 65.5%;
        top: 8px
    }

    #btn-close-modal-md {
        left: 25.5%;
        top: 8px
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .modal .modal-dialog-aside-sm, .modal .modal-dialog-aside-sm-2, .modal .modal-dialog-aside-small, .modal .modal-dialog-aside-md {
        width: 87%;
    }

    #btn-close-modal-sm, #btn-close-modal-sm-2, #btn-close-modal-small, #btn-close-modal-md {
        left: 1.5% !important;
        top: 1.5% !important;
        z-index: 9999;
    }
}

@media (min-width: 411px) and (max-width: 731px) {
    .modal .modal-dialog-aside-sm, .modal .modal-dialog-aside-sm-2, .modal .modal-dialog-aside-small, .modal .modal-dialog-aside-md {
        width: 87%;
    }

    #btn-close-modal-sm, #btn-close-modal-sm-2, #btn-close-modal-small, #btn-close-modal-md {
        left: 1.5% !important;
        top: 1.5% !important;
        z-index: 9999;
    }
}

.pcoded-header > .collapse:not(.show), .pcoded-header .container > .collapse:not(.show) {
}

@media only screen and (max-width: 991px) {
    .pcoded-header > .collapse:not(.show), .pcoded-header .container > .collapse:not(.show) {
        background-color: #8a9197 !important;
    }
}

.modal .modal-dialog-aside {
    max-width: 100%;
    height: 100%;
    margin: 0;
    transform: translate(0);
    transition: transform .2s;
}

.modal .modal-dialog-aside .modal-header {
    max-height: 65px;
}
.modal .modal-dialog-aside .modal-content {
    height: inherit;
    border: 0;
    border-radius: 0;
}

.modal .modal-dialog-aside .modal-content .modal-body {
    overflow-y: auto
}

.modal.fixed-left .modal-dialog-aside {
    margin-left: auto;
    transform: translateX(100%);
}

.modal.fixed-right .modal-dialog-aside {
    margin-right: auto;
    transform: translateX(-100%);
}

.modal.show .modal-dialog-aside {
    transform: translateX(0);
}


#btn-close-modal-sale {
    left: 20%;
    top: 8px
}

#image-element {
    width: 240px;
    cursor: pointer;
}

#image-element:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

#image-create-employee {
    cursor: pointer;
    width: 170px;
}

#image-create-employee:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    background: none !important;
}


/*.custom-select{*/


/*    font-size: .8rem;*/


/*    border-radius: 5px;*/


/*}*/


/*.card-header {*/


/*    background-color: white;*/


/*    border-bottom: none;*/


/*}*/


/*.table td {*/


/*    padding: .25rem;*/


/*    font-size: .8rem;*/


/*}*/


/*.table th{*/


/*    padding-left: 5px !important;*/


/*    font-size: .8rem;*/


/*}*/


/*.btn-sm {*/


/*    padding: .25rem 0.7rem;*/


/*    font-size: .675rem;*/


/*}*/

.font-small {
    font-size: .8rem;
}

legend {
    width: auto;
    padding: 0 5px;
}

textarea {
    min-height: 50px !important;
}

.button.dt-button,
div.dt-button,
a.dt-button {
    background-color: #1165f1 !important;
}

.btn-primary {
    background-color: #1165f1 !important;
}

.page-item.active .page-link {
    background-color: #1165f1;
    border-color: #1165f1;
}

.badge-primary {
    background-color: #1165f1;
}

.bg-primary {
    background-color: #1165f1 !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    background-color: #1165f1;
}

.close {
    font-size: 1.1rem;
    color: white !important;
}

.dt-buttons {
    float: left;
    width: 40px;
}

.conta-home {
    height: 5rem;
    overflow-y: scroll;
}

.pl-4-5 {
    padding-left: 2rem !important;
}

.badge-counter {
    font-size: 95%;
    height: 20px;
}

.swal2-popup {
    /*font-size: 0.8rem !important;*/
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.top-5 {
    height: 391.667px;
}

img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
    display: none;
}


/*******************************/


/*Media queries*/

@media only screen and (max-width: 600px) {
    .container-contas {
        margin-top: 3rem;
    }

    .conta-home .none {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    img .logo-img {
    }
}

.custom-file-input::-webkit-file-upload-button {
    visibility: initial;
}

.custom-file-input::before {
    content: 'Select some files';
    display: inline-block;
    background: #d7f1f5;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

select.costum-select {
    font-size: .8rem;
    height: 28px;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #d1d3e2;
    border-radius: 3px;
    padding: 0px 8px;
    color: #6e707e;
}

body {
    background-color: snow !important;
    /*font-size: 0.8rem;*/
}

.bootstrap-select .btn:focus {
    outline: none !important;
}

.bootstrap-select .btn {
}

.border-radius {
    border-radius: 5px;
}

#dataTable_length {
    /*display: none;*/
}

.data-table td,
.table th {
    /*padding-right: 0;*/
}

/*.data-table td {*/
/*	padding: 5px .22rem .22rem .22rem ;*/
/*	font-size: .8rem;*/
/*	vertical-align: middle !important;*/
/*}*/

/*.data-table th {*/
/*	padding-left: 5px !important;*/
/*	font-size: .8rem;*/
/*}*/

#btn-close-modal i {
}

.shadow-bottom {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .075) !important;
}

.btn-outline-white {
    background-color: white;
    color: #3c3f41;
    border: 1px solid #d1d3e2;
}

.f-s-8 {
    font-size: .5rem !important
}

.f-s-9 {
    font-size: .5625rem !important
}

.f-s-10 {
    font-size: .625rem !important
}

.f-s-11 {
    font-size: .6875rem !important
}

.f-s-12 {
    font-size: .75rem !important
}

.f-s-13 {
    font-size: .8125rem !important
}

.f-s-14 {
    font-size: .875rem !important
}

.f-s-15 {
    font-size: .9375rem !important
}

.f-s-16 {
    font-size: 1rem !important
}

.f-s-17 {
    font-size: 1.0625rem !important
}

.f-s-18 {
    font-size: 1.125rem !important
}

.f-s-19 {
    font-size: 1.1875rem !important
}

.f-s-20 {
    font-size: 1.25rem !important
}

.f-s-21 {
    font-size: 1.3125rem !important
}

.f-s-22 {
    font-size: 1.375rem !important
}

.f-s-23 {
    font-size: 1.4375rem !important
}

.f-s-24 {
    font-size: 1.5rem !important
}

.f-s-25 {
    font-size: 1.5625rem !important
}

.f-s-26 {
    font-size: 1.625rem !important
}

.f-s-27 {
    font-size: 1.6875rem !important
}

.f-s-28 {
    font-size: 1.75rem !important
}

.f-s-29 {
    font-size: 1.8125rem !important
}

.f-s-30 {
    font-size: 1.875rem !important
}

.f-s-31 {
    font-size: 1.9375rem !important
}

.f-s-32 {
    font-size: 2rem !important
}

.f-s-33 {
    font-size: 2.0625rem !important
}

.f-s-34 {
    font-size: 2.125rem !important
}

.f-s-35 {
    font-size: 2.1875rem !important
}

.f-s-36 {
    font-size: 2.25rem !important
}

.f-s-37 {
    font-size: 2.3125rem !important
}

.f-s-38 {
    font-size: 2.375rem !important
}

.f-s-39 {
    font-size: 2.4375rem !important
}

.f-s-40 {
    font-size: 2.5rem !important
}

.f-s-41 {
    font-size: 2.5625rem !important
}

.f-s-42 {
    font-size: 2.625rem !important
}

.f-s-43 {
    font-size: 2.6875rem !important
}

.f-s-44 {
    font-size: 2.75rem !important
}

.f-s-45 {
    font-size: 2.8125rem !important
}

.f-s-46 {
    font-size: 2.875rem !important
}

.f-s-47 {
    font-size: 2.9375rem !important
}

.f-s-48 {
    font-size: 3rem !important
}

.f-s-49 {
    font-size: 3.0625rem !important
}

.f-s-50 {
    font-size: 3.125rem !important
}

.f-s-51 {
    font-size: 3.1875rem !important
}

.f-s-52 {
    font-size: 3.25rem !important
}

.f-s-53 {
    font-size: 3.3125rem !important
}

.f-s-54 {
    font-size: 3.375rem !important
}

.f-s-55 {
    font-size: 3.4375rem !important
}

.f-s-56 {
    font-size: 3.5rem !important
}

.f-s-57 {
    font-size: 3.5625rem !important
}

.f-s-58 {
    font-size: 3.625rem !important
}

.f-s-59 {
    font-size: 3.6875rem !important
}

.f-s-60 {
    font-size: 3.75rem !important
}

.f-s-61 {
    font-size: 3.8125rem !important
}

.f-s-62 {
    font-size: 3.875rem !important
}

.f-s-63 {
    font-size: 3.9375rem !important
}

.f-s-64 {
    font-size: 4rem !important
}

.f-s-65 {
    font-size: 4.0625rem !important
}

.f-s-66 {
    font-size: 4.125rem !important
}

.f-s-67 {
    font-size: 4.1875rem !important
}

.f-s-68 {
    font-size: 4.25rem !important
}

.f-s-69 {
    font-size: 4.3125rem !important
}

.f-s-70 {
    font-size: 4.375rem !important
}

.f-s-71 {
    font-size: 4.4375rem !important
}

.f-s-72 {
    font-size: 4.5rem !important
}

.f-s-73 {
    font-size: 4.5625rem !important
}

.f-s-74 {
    font-size: 4.625rem !important
}

.f-s-75 {
    font-size: 4.6875rem !important
}

.f-s-76 {
    font-size: 4.75rem !important
}

.f-s-77 {
    font-size: 4.8125rem !important
}

.f-s-78 {
    font-size: 4.875rem !important
}

.f-s-79 {
    font-size: 4.9375rem !important
}

.f-s-80 {
    font-size: 5rem !important
}

.cursor-pointer {
    cursor: pointer;
}

.c-pointer {
    cursor: pointer;
}

.line-title {
    height: 20px;
    border-bottom: 0.1em solid rgba(0, 0, 0, 0.1);
}

.line-title > .text {
    position: relative;
    top: 6px;
    /*font-size: 16px;*/
    background-color: white;
    padding: 0 10px;
}

.scrollbar {
    /*margin-left: 30px;*/
    float: left;
    /*height: 300px;*/
    /*width: 65px;*/
    /*background: #F5F5F5;*/
    overflow-y: scroll;
    /*margin-bottom: 25px;*/
}

.force-overflow {
    min-height: 450px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148)));
}

.scroll li:last-child {
    /*border-bottom: 1px solid #D1D3D4;*/
}

.funkyradio div {
    /*clear: both;*/
    /*overflow: hidden;*/
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    /*margin-top: 2em;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.modal .modal-dialog.modal-full {
    max-width: 100%;
    width: 100%
}

.modal .modal-dialog.modal-full .modal-content {
    border-radius: 0
}

.modal.modal-cover {
    /*background: rgba(116, 116, 116, 0.9)*/
}

.modal.modal-cover.modal-inverse {
    background: rgba(0, 0, 0, .8);
    color: #fff
}

.modal.modal-cover .modal-dialog {
    /*display: table;*/
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.modal.modal-cover .modal-content {
    /*display: table-cell;*/
    vertical-align: middle;
    background: 0 0
}

.modal.modal-cover .modal-footer,
.modal.modal-cover .modal-header {
    border: 0
}

.modal.modal-cover .modal-body + .modal-footer,
.modal.modal-cover .modal-header + .modal-body {
    padding-top: 0
}

.btn-rounded {
    border-radius: 20px;
}

.doc-img-to-upload {
    width: 105px;
    cursor: pointer;
    border-radius: .35rem;
}

.doc-img-to-upload:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.img-to-upload {
    /*width: 199px;*/
    width: 159px;
    cursor: pointer;
    border-radius: .35rem;
}

.img-to-upload:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.btn-minus,
.btn-plus {
    padding: 0 !important;
}

.modal-backdrop {
    height: 100%;
    width: 100%;
}


/*.sidebar.toggled .nav-item .nav-link span {*/


/*	 font-size: 0.80rem;*/

/*}*/

.profile-header {
    position: relative;
    overflow: hidden
}

.profile-header .profile-header-cover {
    /*background: url(img/profile-cover.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.profile-header .profile-header-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, #393636 100%)
}

.profile-header .profile-header-content {
    position: relative;
    color: #fff;
    padding: 1.25rem
}

.friend-list > li > a:after,
.friend-list > li > a:before,
.post:after,
.post:before,
.profile-header .profile-header-content:after,
.profile-header .profile-header-content:before {
    content: '';
    display: table;
    clear: both
}

.profile-header .profile-header-tab {
    position: relative;
    background: #fff;
    list-style-type: none;
    margin: -1.25rem 0 0;
    padding: 0 0 0 8.75rem;
    border-bottom: 1px solid #ccc;
    white-space: nowrap
}

@media (max-width: 991.98px) {
    .profile-header .profile-header-tab {
        overflow: scroll;
        padding: 0;
        margin: 0;
        display: block
    }
}

.profile-header .profile-header-tab > li {
    display: inline-block;
    margin: 0
}

.profile-header .profile-header-tab > li a {
    display: block;
    color: #000;
    line-height: 1.25rem;
    padding: .625rem 1.25rem;
    text-decoration: none;
    font-weight: 700;
    font-size: .8125rem;
    border: 0
}

.profile-header .profile-header-tab > li a.active {
    color: #007aff
}

.profile-header .profile-header-img {
    float: left;
    width: 7.5rem;
    height: 7.5rem;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin: 0 1.25rem -1.25rem 0;
    padding: .3125rem;
    border-radius: .375rem;
    background: #fff
}

@media (max-width: 991.98px) {
    .profile-header .profile-header-img {
        width: 5rem;
        height: 5rem;
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .profile-header .profile-header-img {
        width: 3.75rem;
        height: 3.75rem
    }
}

@media (max-width: 991.98px) {
    .profile-header .profile-header-info {
        margin-left: 5.9375rem
    }
}

@media (max-width: 767.98px) {
    .profile-header .profile-header-info {
        margin-left: 4.6875rem
    }
}

.profile-header .profile-header-info h4 {
    font-weight: 700;
    margin-top: .625rem;
    margin-bottom: .3125rem;
    font-size: 1.125rem
}

@media (max-width: 991.98px) {
    .profile-header .profile-header-info h4 {
        margin-top: .3125rem
    }
}

.profile-header .profile-header-info p {
    color: rgba(255, 255, 255, .75);
    margin-bottom: .625rem
}

.profile-container {
    /*padding: 1.5625rem*/
}

@media (max-width: 991.98px) {
    .profile-container {
        /*padding: .9375rem*/
    }
}

.post {
    background: #fff;
    padding: .9375rem;
    border-radius: .375rem;
    margin: 0 auto .9375rem
}

.friend-list > li > a,
.post .post-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.post .post-header .post-header-img {
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
    border-radius: .375rem;
    background: #ccc
}

.post .post-header .post-header-img + .post-header-info {
    padding-left: .625rem
}

.post .post-header .post-header-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.post .post-header .post-header-info h4 {
    margin: 0;
    font-size: .8125rem;
    font-weight: 600
}

.post .post-header .post-header-info .time {
    font-size: .75rem;
    color: gray;
    font-weight: 500
}

.post .post-header + .post-content {
    margin-top: .9375rem
}

.post .post-content .img-list {
    list-style-type: none;
    margin: -1px;
    padding: 0
}

.post .post-content .img-list > li {
    float: left;
    width: 25%;
    padding: 1px
}

.post .post-content .img-list > li.main {
    width: 50%
}

.post .post-content .img-list > li a {
    display: block;
    padding-top: 60%;
    overflow: hidden;
    position: relative
}

.post .post-content .img-list > li.with-number .number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin-top: -.8125rem;
    text-align: center
}

.friend-list,
.img-grid-list,
.profile-info-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.profile-info-list > li {
    padding: .5rem 0
}

.profile-info-list > li.title {
    font-size: .75rem;
    font-weight: 700;
    color: gray;
    padding: 0 0 .3125rem
}

.profile-info-list > li + li.title,
.table.table-profile tbody + thead > tr > th {
    padding-top: 1.25rem
}

.profile-info-list > li .field {
    font-weight: 700
}

.profile-info-list > li .value {
    color: #404040
}

.profile-info-list > li.img-list a,
.search-result .search-tab > li {
    display: inline-block
}

.profile-info-list > li.img-list a img {
    max-width: 2.25rem;
    border-radius: 2.25rem
}

.profile-info-list > li.img-list a + a {
    margin-left: -.625rem
}

.friend-list,
.img-grid-list {
    margin: -5px
}

.friend-list > li {
    float: left;
    width: 50%
}

@media (max-width: 991.98px) {
    .friend-list > li {
        float: none;
        width: auto
    }
}

.friend-list > li > a {
    text-decoration: none;
    color: #000;
    padding: .625rem;
    margin: 5px;
    background: #fff;
    border-radius: 6px
}

.friend-list > li .friend-img {
    float: left;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    background: #ccc;
    border-radius: 3rem
}

.friend-list > li .friend-img + .friend-info {
    padding-left: 10px
}

.friend-list > li .friend-info h4 {
    margin: 0;
    font-size: .875rem;
    font-weight: 600
}

.friend-list > li .friend-info p {
    color: gray;
    margin: 0;
    font-size: .75rem
}

.table.table-profile th {
    border: 0;
    color: #000;
    padding-bottom: .3125rem;
    padding-top: 0;
    padding-left: 0
}

.table.table-profile .field {
    color: #404040;
    font-weight: 600;
    width: 25%;
    text-align: right
}

.table.table-profile .value {
    font-weight: 500
}

.table th, .table td {
    vertical-align: middle;
}

.transition.fade {
    transition: all .4s ease-in-out;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.transition.fade.show {
    opacity: 1
}

.transition.scale.fade {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.transition.scaledown.fade {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.transition.scale.fade.show,
.transition.scaledown.fade.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.transition.left.fade {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px)
}

.transition.right.fade {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px)
}

.transition.left.fade.show,
.transition.right.fade.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.transition.top.fade {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.transition.bottom.fade {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.transition.top.fade.show,
.transition.bottom.fade.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.transition.flip.fade {
    -webkit-transform: rotateY(-90deg) scale(1.1);
    transform: rotateY(-90deg) scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.transition.flip.fade.show {
    -webkit-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}


/* Home  */

.card-report {
    background-color: #fff;
    border-radius: 5px;
    /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);*/
    display: flex;
    max-width: 100%;
    overflow: hidden;
    height: 100px !important;
}

.card-report-preview {
    background-color: #283487;
    color: #fff;
    padding: 30px;
    max-width: 250px;
}

.card-report-info {
    padding: 22px 0 0 12px;
}

.title-text {
    text-transform: capitalize;
}

.sidebar {
    color: #fff;
    background: #1D2327;
    width: 12rem;
    /*	fader*/
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    padding-top: 70px;

}

#content-wrapper {
    height: 100%;
}

.main-container {
    margin-left: 12rem; /* Same as the width of the sidebar */
    padding-right: 13.5rem; /* Same as the width of the sidebar */
    padding-top: 5.5rem; /* Same as the width of the sidebar */
    height: 100%;
}

.main-container.full {
    margin-left: 6rem; /* Same as the width of the sidebar */
    padding-right: 7.5rem; /* Same as the width of the sidebar */
    height: 100vh;
}
.card-text {
    font-weight: 500;
    font-size: 13px;
}

.logo-mobile img {
    padding: 0;
    margin-left: -10px;
}

.report-card-icons {
    font-size: 42px;
    color: #DDDFEB;
}

.text-report-card {
    color: #283487;
}

.no-focus:focus {
    border-color: #bac8f3;
    outline: 0;
    /*box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);*/
    box-shadow: none !important;
    /*outline: none !important;*/
}


.nav-tabs-customer {

}

.nav-tabs-customer .nav-link {
    color: #4b5153 !important;
}

.nav-tabs-customer .nav-link.active {
    color: #00aced !important;
}


.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
    border-radius: 0px;
}

.div-filter fieldset {
    border: 1px solid #ececec;
    border-radius: 3px;
    padding-top: 3px;
}

.div-filter legend {
    padding: 0.2em 0.5em;
    color: black;
    font-size: 16px;
    text-align: left;
    width: 96%;
    margin: 0;
    border: 1px solid #dae2ec;
}

.select2-no-search.no-icon {

}


.btn-login {
    border-radius: 4px !important
}

.bg-none {
    background-color: transparent !important;
}



.load-ripple {
    height: 210px;
    width: 210px;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    background: rgb(70, 128, 255);
    opacity: 0.4;
    top: -83px;
    left: 24px;
}

.header-red {
    background-color: #ED1F24 !important;
}

/*.mob-toggler span:after, .mob-toggler span:before, .mobile-menu span:after, .mobile-menu span:before{*/
/*	background-color: red;*/
/*	color: yellow;*/
/*}*/
/*.pcoded-navbar.menu-light .mobile-menu span:after, .pcoded-navbar.menu-light .mobile-menu span:before {*/
/*	background-color: red !important;*/
/*	color: yellow !important;*/
/*}*/


.bg-gray-100 {
    background-color: #f8f9fc !important;
}

.bg-gray-200 {
    background-color: #eaecf4 !important;
}

.bg-gray-300 {
    background-color: #dddfeb !important;
}

.bg-gray-400 {
    background-color: #d1d3e2 !important;
}

.bg-gray-500 {
    background-color: #b7b9cc !important;
}

.bg-gray-600 {
    background-color: #858796 !important;
}

.bg-gray-700 {
    background-color: #6e707e !important;
}

.bg-gray-800 {
    background-color: #5a5c69 !important;
}

.bg-gray-900 {
    background-color: #3a3b45 !important;
}

#my-search {
    /*border-bottom-left-radius: 0 !important;*/
    /*border-top-left-radius: 0 !important;*/
}

#input-search {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}


.login_btn {
    width: 100%;
    background: #205aec !important;
    color: white !important;
}

.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.alert-danger {
    color: #78261f !important;
    background-color: #fadbd8 !important;
    border-color: #f8ccc8 !important;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.bg-bb-blue {
    background-color: #213F95;
}

.bg-bb-red {
    background-color: #213F95;
}


.nav-link {
    color: rgb(110, 110, 110);
    font-weight: 500
}

.nav-link:hover {
    color: #205aec;
    background-color: #ebebeb;
}

.nav-pills .nav-link.active {
    color: #205aec;
    background-color: white;
    border-radius: 3px 3px 0 0;
    font-weight: 600;
    border-bottom: 3px solid #205aec
}
.nav-pills .nav-link.active i{
    color: #205aec;
}

.tab-content {
    padding-bottom: 1.3rem
}

.pcoded-submenu {
    /*transition: 0.2s;*/
}

.btn-right-side {
    position: fixed;
    bottom: 20px;
    right: 20px;
}


/* ====== [ light menu style end ] ======== */
/* ====== [ Header color start ] ======== */
.pcoded-header[class*="header-"] .mobile-menu span {
    background-color: #cfd2dc !important;
}

.pcoded-header[class*="header-"] .mobile-menu span:after, .pcoded-header[class*="header-"] .mobile-menu span:before {
    background-color: #cfd2dc !important;

}

.pcoded-header[class*="header-"] .mobile-menu:hover span {
    background-color: #cfd2dc !important;

}

.pcoded-header[class*="header-"] .mobile-menu:hover span:after, .pcoded-header[class*="header-"] .mobile-menu:hover span:before {
    background-color: #cfd2dc !important;
}


.select2-no-search {
    width: 100% !important;
}

.text-micro {
    color: #205aec !important;
    /*background-color: #9a664e;*/
}

.text-micro:hover {
    color: #3f6365;
}

.bg-micro {
    background: #205aec !important;
}

/*float label*/
.inputBox {
    position: relative;
}

.inputBox input, .inputBox select {
    width: 100%;
    padding: 0.355rem 0.355rem 0.355rem 40px;
    font-size: 1rem;
    letter-spacing: 0.062rem;
    margin-bottom: 1rem;
    /*border: 1px solid #ccc;*/
    /*background: #ccc;*/
    border-radius: 4px;
    /*border: 1px solid #ccc;*/
    border: 1px solid #ccc;

    color: #636262;
}

.inputBox.no-icon input, .inputBox.no-icon select {
    padding: 0.355rem 0.355rem 0.355rem 10px !important;
}

.inputBox select {
    font-size: 0.8rem;
    font-weight: normal;
    color: #8a9197;
    padding: 0.455rem 0.355rem 0.455rem 40px;
    /*padding: 0.725rem 0.525rem 0.725rem 40px;*/
}

.inputBox textarea {
    border: 1px solid #e3eaef;
}

.inputBox textarea:focus {
    border: 1px solid #205aec;
}

.inputBox.no-icon select {
    padding: 0.355rem 0.355rem 0.355rem 10px !important;
}

.inputBox.with-icon select {
    padding: 0.355rem 0.355rem 0.355rem 70px !important;
}

.inputBox input:focus {
    outline: none;
    border: 1px solid #205aec;
}

.inputBox > i {
    position: absolute;
    left: 0;
    height: 30px;
    padding: 13px
}

.inputBox label {
    position: absolute;
    top: 3px;
    left: 40px;
    padding: 0.4rem 0;
    /*font-size: 0.8rem;*/
    font-size: .8125rem !important;
    font-weight: normal;
    /*color: #8a9197;*/
    pointer-events: none;
    transition: 0.5s;
    text-wrap: avoid;
}

.inputBox.no-icon label {
    left: 13px;
}

.inputBox input:focus ~ label,
.inputBox input:valid ~ label,
.inputBox input:not([value=""]) ~ label {
    top: -0.75rem;
    left: 10px;
    font-size: 0.65rem;
    padding: 0 3px 1px 3px;
    border-radius: 2px !important;
    background-color: white !important;
}

.inputBox select:focus ~ label,
.inputBox select:valid ~ label,
.inputBox select:not([value=""]) ~ label {
    top: -0.65rem;
    left: 10px;
    font-size: 0.65rem;
    padding: 0 3px 1px 3px;
    border-radius: 2px !important;
    background-color: white !important;
}

.inputBox select:focus {
    outline: none;
    border: 1px solid #205aec;

    /*border: 2px solid #5889ca;*/
}

.inputBox select option {
    padding: 60px 30px;
}


.inputBox textarea:focus ~ label,
.inputBox textarea:valid ~ label,
.inputBox textarea:not([value=""]) ~ label {
    top: -0.65rem;
    left: 10px;
    font-size: 0.65rem;
    padding: 0 3px 1px 3px;
    border-radius: 2px !important;
    background-color: white !important;
}


.select2-container--default .select2-selection--single {
	border: 1px solid #d1d3e2;
	border-radius: 3px;
	outline: none;
	height: 38px;
	padding-top: 0 !important;
	padding-left: 4px;
	color: #3c3f41 !important;
}

.pos-sidebar-footer .select2-container--default .select2-selection--single {
	padding-left: 25px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

.no-icon .select2-container--default .select2-selection--single {
    /*padding-left: 130px;*/
}

.with-icon .select2-container--default .select2-selection--single {
    padding-left: 30px;
}

.nav-tabs .nav-link {

    border: none;
    background: no-repeat center bottom, center 100%;
    background-size: 0 100%, 100% 100%;
    transition: background 0.3s ease-out;
    background-image: linear-gradient(to top, #205aec 2px, rgba(255, 255, 255, 0) 2px);
}


.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #205aec;
    background-color: #205aec;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0rem rgba(243, 110, 57, 0.25);
}

a {
    color: #205aec;
}

a:hover {
    color: #8171ff;
}


.dropdown-menu > li.active, .dropdown-menu > li:active, .dropdown-menu > li:focus, .dropdown-menu > li:hover,
.dropdown-menu > .dropdown-item.active,
.dropdown-menu > .dropdown-item:active,
.dropdown-menu > .dropdown-item:focus,
.dropdown-menu > .dropdown-item:hover {
    background: #205aec;
    color: #fff;
    box-shadow: 0 0 4px 0 rgba(43, 43, 43, 0.25);
}

.dropdown-menu > li.active > a, .dropdown-menu > li:active > a, .dropdown-menu > li:focus > a, .dropdown-menu > li:hover > a,
.dropdown-menu > .dropdown-item.active > a,
.dropdown-menu > .dropdown-item:active > a,
.dropdown-menu > .dropdown-item:focus > a,
.dropdown-menu > .dropdown-item:hover > a {
    background: transparent;
    color: #fff;
}

.dropdown-menu > a.active, .dropdown-menu > a:active, .dropdown-menu > a:focus, .dropdown-menu > a:hover {
    background: #205aec;
    color: #fff;
}

.pcoded-header .dropdown .profile-notification .pro-body li.active, .pcoded-header .dropdown .profile-notification .pro-body li:active, .pcoded-header .dropdown .profile-notification .pro-body li:focus, .pcoded-header .dropdown .profile-notification .pro-body li:hover {
    background: #205aec;
    box-shadow: 0 15px 8px -9px rgba(0, 0, 0, 0.25);
}

/* Higlighted (hover) result */
.select2-results__option--highlighted {
    background: #205aec !important;
    color: white;
}

.select2-results__option[aria-selected=true] {
    background: #205aec !important;
}


.datepicker.datepicker-dropdown {
    width: 20rem;
    border-radius: 9px;
    padding: 0;
    z-index: 1060 !important
}

.bootstrap-timepicker-widget.dropdown-menu.open:after, .bootstrap-timepicker-widget.dropdown-menu.open:before, .datepicker.datepicker-dropdown:after, .datepicker.datepicker-dropdown:before {
    display: none
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev {
    padding: .625rem;
    min-width: 2.8125rem
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover {
    background: 0 0 !important;
    color: #ff3b30
}

.datepicker .next, .datepicker .prev {
    overflow: hidden;
    text-indent: -100px;
    max-width: 2.8125rem
}

.datepicker .next:before, .datepicker .prev:before {
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    width: 2.8125rem;
    text-indent: 0
}

.datepicker .next:before {
    content: '\f061';
    right: 0
}

.datepicker .prev:before {
    content: '\f060';
    left: 0
}

.datepicker .datepicker-switch {
    font-weight: 400;
    font-size: 1rem;
    color: #ff3b30;
    width: 100% !important
}

.dataTables_wrapper.dt-bootstrap4 .table thead tr th, .datepicker .datepicker-days, .datepicker .datepicker-months, .datepicker .datepicker-years {
    position: relative
}

.datepicker .datepicker-days table thead tr th.dow {
    color: #000;
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    padding: .3125rem 0 .1875rem;
    border-bottom: 1px solid #e6e6e6;
    background: #f2f2f2
}

.datepicker .datepicker-days table tbody tr td {
    padding: .3125rem .3125rem .9375rem;
    border-radius: 0;
    font-weight: 400;
    font-size: .8125rem
}

.datepicker .datepicker-days table tbody tr td.active, .datepicker .datepicker-days table tbody tr td.selected {
    background: #f2f2f2 !important;
    border-color: #e6e6e6 !important;
    color: #ff3b30;
    text-shadow: none;
    font-weight: 600
}

.datepicker .datepicker-days table tbody tr td.focused, .datepicker .datepicker-days table tbody tr td.range, .datepicker .datepicker-days table tbody tr td:hover {
    background: #f2f2f2 !important
}

.datepicker .datepicker-days table tbody tr td + td, .datepicker .datepicker-months table tbody tr td span + span, .datepicker .datepicker-years table tbody tr td span + span {
    border-left: 1px solid #e6e6e6
}

.datepicker .datepicker-days table tbody tr + tr td {
    border-top: 1px solid #e6e6e6
}

.datepicker .datepicker-days table tbody tr:last-child td {
    border-bottom: 1px solid #d9d9d9
}

.datepicker .datepicker-months table, .datepicker .datepicker-years table {
    margin-bottom: 1.25rem
}

.datepicker .datepicker-months table tbody tr td, .datepicker .datepicker-years table tbody tr td {
    border-bottom: 1px solid #e6e6e6
}

.datepicker .datepicker-months table tbody tr td span, .datepicker .datepicker-years table tbody tr td span {
    width: 25%;
    margin: 0;
    border-radius: 0;
    border-top: 1px solid #e6e6e6;
    font-weight: 600;
    font-size: 1rem
}

.datepicker .datepicker-months table tbody tr td span.active, .datepicker .datepicker-years table tbody tr td span.active {
    color: #ff3b30;
    text-shadow: none
}

.datepicker .datepicker-months table tbody tr td span.active, .datepicker .datepicker-months table tbody tr td span.focused, .datepicker .datepicker-months table tbody tr td span:hover, .datepicker .datepicker-years table tbody tr td span.active, .datepicker .datepicker-years table tbody tr td span.focused, .datepicker .datepicker-years table tbody tr td span:hover {
    background: #f2f2f2 !important
}

.datepicker .datepicker-months table tbody tr td span.focused, .datepicker .datepicker-years table tbody tr td span.focused {
    color: #ff3b30
}

.datepicker .datepicker-months table tbody tr td span:nth-child(5), .datepicker .datepicker-months table tbody tr td span:nth-child(9), .datepicker .datepicker-years table tbody tr td span:nth-child(5), .datepicker .datepicker-years table tbody tr td span:nth-child(9) {
    border-left: none
}


#footer {
    border-top: 2px #64647d solid;
    padding-top: 5px;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    background-position: 50%;
    background-size: cover;
    /*background-color: #42466b !important;*/
    background: rgb(61, 39, 106);
    background: linear-gradient(90deg, rgba(61, 39, 106, 1) 0%, rgba(95, 50, 187, 1) 50%, rgba(147, 195, 205, 1) 100%);
}

.banner-signIn {
    /*background-image: url('../img/logins.jpg');*/
}

@media (min-width: 320px) and (max-width: 480px) {
    .banner {
        display: none;
    }
}

.border-dashed {
    border-bottom: #e3e6f0 1px dashed !important;
}

.border-dashed-all {
    border: #b9bcc6 1px dashed !important;
}

.table-border-dashed th,
.table-border-dashed td {
    border: #b9bcc6 1px dashed !important;
}


/*******************
Notify
*******************/
.notify {
    position: relative;
    top: -25px;
    right: 1px;
}

.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #fc4b6c;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fc4b6c;
    position: absolute;
    right: 6px;
    top: -10px;
}

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}


.nav-list .nav-item.active i {
    color: #00aa88;
}

/*----------------------------*\
	input icon
\*----------------------------*/

.input-icons button {
    position: absolute;
    height: 30px;
    min-width: 35px;
    border-radius: 0 20px 20px 0;
    text-align: center;
    /*right: 6px;*/
    right: 0;
}

.input-icons {
    width: 100%;
}

.input-icons > i {
    position: absolute;
    height: 30px;
    min-width: 35px;
    border-radius: 0 20px 20px 0;
    text-align: center;
    padding: 11px 20px;
}
.input-icons input{
	padding-left: 3rem !important;
}

.multiselect {
    width: 200px;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes label:hover {
    background-color: #205aec;
    color: white;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}


/*----------------------------*\
	input icon
\*----------------------------*/


.input-file-box {
    position: relative;
    height: 100%;
}

.input-file {
    display: none;
}

.file-box {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 5px 0 5px 5px;
    box-sizing: border-box;
    /*height: calc(2rem-2px);*/
}

.file-button {
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
}

.tableFixHead {
    overflow: auto;
    /*height: 100px;*/
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Just common table stuff. Really. */
table .tableFixHead {
    border-collapse: collapse;
    width: 100%;
}

.tableFixHead th, .tableFixHead td {
    padding: 8px 16px;
}

.tableFixHead th {
    background: #eee;
}

.sw-theme-arrows>.nav .nav-link.active {
    color: #fff;
    border-color: #205aec !important;
    background: #205aec !important;
    cursor: pointer;
}
.sw-theme-arrows>.nav .nav-link.active::after{
    border-left-color: #205aec !important;
}
.sw-theme-arrows .toolbar>.btn{
    padding:.675rem .75rem !important;
}


/* Customize the label (the container) */
.custom-radio-input {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 2px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.check-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio-input:hover input ~ .check-mark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio-input input:checked ~ .check-mark {
    background-color: #205aec;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.check-mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-input input:checked ~ .check-mark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-input .check-mark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
tr.hide-table-padding td {
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
    border-top: none !important;
}

.sticky-col {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.first-col {
    width: 250px;
    min-width: 250px;
    left: 0;
}

.last-col {
    width: 140px;
    min-width: 140px;
    right: 0;
}

table tbody .sticky-col {
    background-color: white !important;
}

.tableFixHead th.sticky-col {
    z-index: 4;
}
.color-blue-dark{
	color: #0081BB !important;
}
.color-blue-light{
	color: #00BCC0 !important;
}

.nav-pills-rounded .nav-link{
	border-radius: 30px !important;
	background-color: #f9f9f9;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 25px;
}
.nav-pills-rounded .nav-link.active{
	color: white;
	background-color: #00BCC0;
}

.float-left{
	float: left;
}
.float-right{
	float: right;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link.active{
	border-color: #00BCC0;
}
.pos-customer .pos-menu .nav.nav-tabs .nav-item .nav-link.active .fa{
	color: #00BCC0;
}
