.fa-book{
    color: #347ff5;
}
.fa-edit {
    color: #347ff5;
}
.fa-eye {
    color: #1036fb;
}

.fa-trash {
    color: #f5072b;
}
.fa-save{
    color: #005dfc;
}
.hidden {
    display: none;
}

select.form-control { -webkit-appearance: menulist; }

.dark-theme  .breadcrumb {
    background-color: #141b2d;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color:  #e8f4ff ;
    border-color: #d9edff #d9edff #fff;
}
.select2-container {
    width: 100% !important;
}

.gs-loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('loading.gif')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .gs-loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .gs-loading {
    display: block;
}

.modals-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    padding: 1.25rem;
    border-top: 1px solid #ebedf2;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
.modal-footer > :not(:first-child) {
    margin-right: .25rem; }
.modal-footer > :not(:last-child) {
    margin-left: .25rem;
}


.field-validation-error {
    font-size: 12px;
    color: #B00;
    padding: 10px 2px;
    display: inline-block;
}

.form-control.input-validation-error {
    border-color: #B00;
}

.icon-btn {
    height: 85px;
    min-width: 80px;
    margin: 5px 0;
    border: 1px solid #ddd;
    padding: 12px 0px 0px 0px;
    background-color: #fafafa;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    color: #646464;
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table th.price, .table td.price, .table tr.case_2 td.price, .table tr.case_3 td.price, .table>thead:first-child>tr:first-child>th.price {
    background-color: #B6DBFF !important ;
    border: 2px solid #B6DBFF !important;
    text-align: center;
}

.thead-default-cust th {
    background-color:  #e2f1ff;
}

.ACCOUTS_1 td{
    background-color: #F2DEA9 !important;
}

.pagination-container
{

    margin: 0px auto;

    text-align: center;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #6288f7;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>li>a, .pagination>li>span {
    float: right;
    margin-right: -1px;
    margin-left: 0;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #6288f7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.table tr.case_0 td {
    background-color: #ffdcdc;
}



#specification_tree {
    background-color: #9ddfff !important;
}

#specification_green {
    background-color: #1ba260  !important;
}

#card_start {
    background-color: #4554a5  !important;
}

.half {
    float: left;
    width: 49%;
    margin: 2px;
}

.form-group > .select2-container {
    width: 100% !important;
}
.select2-selection { overflow: hidden; }
.select2-selection__rendered { white-space: normal; word-break: break-all; }


.img-circle {
    border-radius: 50%;
}
.profile-user-img {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.profile-username {
    font-size: 21px;
    margin-top: 5px;
}

.text-xs {
    font-size: 1.1rem;
}

.text-lg {
    font-size: 1.2rem;
}

.text-gray-100 {
    color: #f8f9fc !important;
}

.text-gray-200 {
    color: #eaecf4 !important;
}

.text-gray-300 {
    color: #dddfeb !important;
}

.text-gray-400 {
    color: #d1d3e2 !important;
}

.text-gray-500 {
    color: #b7b9cc !important;
}

.text-gray-600 {
    color: #858796 !important;
}

.text-gray-700 {
    color: #6e707e !important;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.text-gray-900 {
    color: #3a3b45 !important;
}

.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}







.border-right-primary {
    border-right: 0.25rem solid #4e73df !important;
}

.border-bottom-primary {
    border-bottom: 0.25rem solid #4e73df !important;
}

.border-right-secondary {
    border-right: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
    border-bottom: 0.25rem solid #858796 !important;
}

.border-right-success {
    border-right: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
    border-bottom: 0.25rem solid #1cc88a !important;
}

.border-right-info {
    border-right: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
    border-bottom: 0.25rem solid #36b9cc !important;
}

.border-right-warning {
    border-right: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
    border-bottom: 0.25rem solid #f6c23e !important;
}

.border-right-danger {
    border-right: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
    border-bottom: 0.25rem solid #e74a3b !important;
}

.border-right-light {
    border-right: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
    border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-right-dark {
    border-right: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
    border-bottom: 0.25rem solid #5a5c69 !important;
}

.border-right-spacial {
    border-right: 0.25rem solid #dbe0ff !important;
}



.select2-selection__rendered {
    line-height: 32px !important;
}
.select2-container .select2-selection--single {
    height: 34px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}


.table tbody tr{
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table tr.selected, .table tr.selected td, .table tbody tr:nth-child(even).selected {
    background-color: #f8f8f8; /*#e2f1ff;*/ /***f4f4f4*/
}


.is-invalid .select2-selection,
.needs-validation ~ span > .select2-dropdown{
    border-color:red !important;
}
.invalid-feedback + .select2-hidden-accessible .select2-selection--single {     border: 2px solid #dc3545; }


.btn-dark {
    color: #fff !important;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}

.btn-dark:hover {
    color: #fff;
    background-color: rgba(52, 58, 64, 0.85) !important;
    border-color: rgba(52, 58, 64, 0.85);
}

.btn-dark:focus,
.btn-dark:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.9);
    border-color: #343a40;
}

.btn-dark:disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: rgba(52, 58, 64, 0.6);
    border-color: rgba(52, 58, 64, 0.6);
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: rgba(52, 58, 64, 0.85);
    border-color: rgba(52, 58, 64, 0.85);
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.56) !important;
}

.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.56) !important;
}

.btn-dark.disabled,
.btn-dark:disabled {
    border: transparent;
}

.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-light {
    color: #868e96 !important;
    background-color: #e4e7ecc5 !important;
    border-color: #e4e7ecc5 !important;
}

.btn-light:hover {
    color: #868e96;
    background-color: rgba(228, 231, 236, 0.85) !important;
    border-color: rgba(228, 231, 236, 0.85);
}

.btn-light:focus,
.btn-light:focus {
    color: #868e96;
    box-shadow: 0 0 0 2px rgba(228, 231, 236, 0.9);
    border-color: #e4e7ecc5;
}

.btn-light:disabled,
.btn-light:disabled {
    color: #868e96;
    background-color: rgba(228, 231, 236, 0.6);
    border-color: rgba(228, 231, 236, 0.6);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
    color: #868e96;
    background-color: rgba(228, 231, 236, 0.85);
    border-color: rgba(228, 231, 236, 0.85);
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(228, 231, 236, 0.56) !important;
}

.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(228, 231, 236, 0.56) !important;
}

.btn-light.disabled,
.btn-light:disabled {
    border: transparent;
}

.show>.btn-light.dropdown-toggle {
    color: #868e96;
    background-color: #e4e7ecc5;
    border-color: #e4e7ecc5;
}

/*---------- LIGHT BUTTONS--------------*/
.btn-default-light {
    color: #868e96;
    background: #f6f4fb;
    border-color: #f6f4fb;
}

.btn-default-light:hover {
    color: #868e96;
    background-color: #f6f4fb !important;
    border-color: #f6f4fb;
}

.btn-default-light:not(:disabled):not(:disabled):active:focus,
.btn-default-light:not(:disabled):not(:disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.56) !important;
}

.btn-primary-light {
    color: var(--primary-bg-color) !important;
    background-color: var(--primary03) !important;
    border-color: var(--primary03) !important;
}

.btn-primary-light:hover {
    color: #fff !important;
    background-color: var(--primary-bg-color) !important;
    border-color: var(--primary-bg-color) !important;
}

.btn-primary-light:not(:disabled):not(:disabled):active:focus,
.btn-primary-light:not(:disabled):not(:disabled).active:focus {
    color: #fff !important;
    box-shadow: 0 0 0 2px rgba(var(--primary-bg-color), 0.56) !important;
}

.btn-secondary-light {
    color: #e984b1 !important;
    background: rgba(233, 132, 177, 0.3) !important;
    border-color: rgba(233, 132, 177, 0.3);
}

.btn-secondary-light:hover {
    color: #fff !important;
    background-color: #e984b1 !important;
    border-color: #e984b1;
}

.btn-secondary-light:not(:disabled):not(:disabled):active:focus,
.btn-secondary-light:not(:disabled):not(:disabled).active:focus {
    color: #fff !important;
    box-shadow: 0 0 0 2px rgba(233, 132, 177, 0.56) !important;
}

.btn-orange-light {
    color: #fc7303 !important;
    background: rgba(252, 115, 3, 0.3) !important;
    border-color: rgba(252, 115, 3, 0.3);
}

.btn-orange-light:hover {
    color: #fff !important;
    background-color: #fc7303 !important;
    border-color: #fc7303;
}

.btn-orange-light:not(:disabled):not(:disabled):active:focus,
.btn-orange-light:not(:disabled):not(:disabled).active:focus {
    color: #fff !important;
    box-shadow: 0 0 0 2px rgba(252, 115, 3, 0.56) !important;
}

.btn-cyan-light {
    color: #17a2b8 !important;
    background: rgba(23, 162, 184, 0.3) !important;
    border-color: rgba(23, 162, 184, 0.3);
}

.btn-cyan-light:hover {
    color: #fff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8;
}

.btn-cyan-light:not(:disabled):not(:disabled):active:focus,
.btn-cyan-light:not(:disabled):not(:disabled).active:focus {
    color: #fff !important;
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.56) !important;
}

.btn-success-light {
    color: #13bfa6 !important;
    background: rgba(19, 191, 166, 0.3) !important;
    border-color: rgba(19, 191, 166, 0.3);
}

.btn-success-light:hover {
    color: #fff !important;
    background-color: #13bfa6 !important;
    border-color: #13bfa6;
}

.btn-success-light:not(:disabled):not(:disabled):active:focus,
.btn-success-light:not(:disabled):not(:disabled).active:focus {
    color: #fff !important;
    box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.56) !important;
}

.btn-info-light {
    color: #59adec !important;
    background: rgba(89, 173, 236, 0.3) !important;
    border-color: rgba(89, 173, 236, 0.3);
}

.btn-info-light:hover {
    color: #fff !important;
    background-color: #59adec !important;
    border-color: #59adec;
}

.btn-info-light:not(:disabled):not(:disabled):active:focus,
.btn-info-light:not(:disabled):not(:disabled).active:focus {
    color: #fff !important;
    box-shadow: 0 0 0 2px rgba(89, 173, 236, 0.56) !important;
}

.btn-warning-light {
    color: #e7c354 !important;
    background: rgba(231, 195, 84, 0.3) !important;
    border-color: rgba(231, 195, 84, 0.3);
}

.btn-warning-light:hover {
    color: #fff !important;
    background-color: #e7c354 !important;
    border-color: #e7c354;
}

.btn-warning-light:not(:disabled):not(:disabled):active:focus,
.btn-warning-light:not(:disabled):not(:disabled).active:focus {
    color: #fff !important;
    box-shadow: 0 0 0 2px rgba(231, 195, 84, 0.56) !important;
}

.btn-danger-light {
    color: #d12c47 !important;
    background: rgba(209, 44, 71, 0.3) !important;
    border-color: rgba(209, 44, 71, 0.3);
}

.btn-danger-light:hover {
    color: #fff !important;
    background-color: #d12c47 !important;
    border-color: #d12c47;
}

.btn-danger-light:not(:disabled):not(:disabled):active:focus,
.btn-danger-light:not(:disabled):not(:disabled).active:focus {
    color: #fff !important;
    box-shadow: 0 0 0 2px rgba(209, 44, 71, 0.56) !important;
}

.btn-dark-light {
    color: #343a40 !important;
    background: rgba(52, 58, 64, 0.3) !important;
    border-color: rgba(52, 58, 64, 0.3);
}

.btn-dark-light:hover {
    color: #fff !important;
    background-color: #343a40 !important;
    border-color: #343a40;
}

.btn-dark-light:not(:disabled):not(:disabled):active:focus,
.btn-dark-light:not(:disabled):not(:disabled).active:focus {
    color: #fff !important;
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.56) !important;
}

.btn-light-light {
    color: #868e96 !important;
    background: rgba(228, 231, 236, 0.3) !important;
    border-color: rgba(228, 231, 236, 0.3);
}

.btn-light-light:hover {
    color: #343a40;
    background-color: #e4e7ecc5 !important;
    border-color: #e4e7ecc5;
}

.btn-light-light:not(:disabled):not(:disabled):active:focus,
.btn-light-light:not(:disabled):not(:disabled).active:focus {
    color: #343a40 !important;
    box-shadow: 0 0 0 2px rgba(228, 231, 236, 0.56) !important;
}

/*--------COLOR VARITIONS--------*/
.btn-blue {
    color: #fff;
    background-color: #467fcf !important;
    border-color: #467fcf !important;
}

.btn-blue:hover {
    color: #fff;
    background-color: rgba(70, 127, 207, 0.85) !important;
    border-color: rgba(70, 127, 207, 0.85);
}

.btn-blue:focus,
.btn-blue:focus {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.9);
    border-color: #467fcf;
}

.btn-blue:disabled,
.btn-blue:disabled {
    color: #fff;
    background-color: rgba(70, 127, 207, 0.6);
    border-color: rgba(70, 127, 207, 0.6);
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: rgba(70, 127, 207, 0.85);
    border-color: rgba(70, 127, 207, 0.85);
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.56) !important;
}

.show>.btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.56) !important;
}

.btn-blue.disabled,
.btn-blue:disabled {
    border: transparent;
}

.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #467fcf;
    border-color: #467fcf;
}

.btn-azure {
    color: #fff;
    background-color: #45aaf2 !important;
    border-color: #45aaf2 !important;
}

.btn-azure:hover {
    color: #fff;
    background-color: rgba(69, 170, 242, 0.85) !important;
    border-color: rgba(69, 170, 242, 0.85);
}

.btn-azure:focus,
.btn-azure:focus {
    box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.9);
    border-color: #45aaf2;
}

.btn-azure:disabled,
.btn-azure:disabled {
    color: #fff;
    background-color: rgba(69, 170, 242, 0.6);
    border-color: rgba(69, 170, 242, 0.6);
}

.btn-azure:not(:disabled):not(.disabled):active,
.btn-azure:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: rgba(69, 170, 242, 0.85);
    border-color: rgba(69, 170, 242, 0.85);
}

.btn-azure:not(:disabled):not(.disabled):active:focus,
.btn-azure:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.56) !important;
}

.show>.btn-azure.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.56) !important;
}

.btn-azure.disabled,
.btn-azure:disabled {
    border: transparent;
}

.show>.btn-azure.dropdown-toggle {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}


.btn-red {
    color: #fff;
    background-color: #e32f2f !important;
    border-color: #e32f2f !important;
}

.btn-red:hover {
    color: #fff;
    background-color: rgba(227, 47, 47, 0.85) !important;
    border-color: rgba(227, 47, 47, 0.85);
}

.btn-red:focus,
.btn-red:focus {
    box-shadow: 0 0 0 2px rgba(227, 47, 47, 0.9);
    border-color: #e32f2f;
}

.btn-red:disabled,
.btn-red:disabled {
    color: #fff;
    background-color: rgba(227, 47, 47, 0.6);
    border-color: rgba(227, 47, 47, 0.6);
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: rgba(227, 47, 47, 0.85);
    border-color: rgba(227, 47, 47, 0.85);
}

.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(227, 47, 47, 0.56) !important;
}

.show>.btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(227, 47, 47, 0.56) !important;
}

.btn-red.disabled,
.btn-red:disabled {
    border: transparent;
}

.show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #e32f2f;
    border-color: #e32f2f;
}

.btn-orange {
    color: #fff !important;
    background-color: #fc7303 !important;
    border-color: #fc7303 !important;
}

.btn-orange:hover {
    color: #fff;
    background-color: rgba(252, 115, 3, 0.85) !important;
    border-color: rgba(252, 115, 3, 0.85);
}

.btn-orange:focus,
.btn-orange:focus {
    box-shadow: 0 0 0 2px rgba(252, 115, 3, 0.9);
    border-color: #fc7303;
}

.btn-orange:disabled,
.btn-orange:disabled {
    color: #fff;
    background-color: rgba(252, 115, 3, 0.6);
    border-color: rgba(252, 115, 3, 0.6);
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: rgba(252, 115, 3, 0.85);
    border-color: rgba(252, 115, 3, 0.85);
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(252, 115, 3, 0.56) !important;
}

.show>.btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(252, 115, 3, 0.56) !important;
}

.btn-orange.disabled,
.btn-orange:disabled {
    border: transparent;
}

.show>.btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #fc7303;
    border-color: #fc7303;
}

.btn-yellow {
    color: #fff;
    background-color: #FBB034 !important;
    border-color: #FBB034 !important;
}

.btn-yellow:hover {
    color: #fff;
    background-color: rgba(251, 176, 52, 0.85) !important;
    border-color: rgba(251, 176, 52, 0.85);
}

.btn-yellow:focus,
.btn-yellow:focus {
    box-shadow: 0 0 0 2px rgba(251, 176, 52, 0.9);
    border-color: #FBB034;
}

.btn-yellow:disabled,
.btn-yellow:disabled {
    color: #fff;
    background-color: rgba(251, 176, 52, 0.6);
    border-color: rgba(251, 176, 52, 0.6);
}

.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: rgba(251, 176, 52, 0.85);
    border-color: rgba(251, 176, 52, 0.85);
}

.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(251, 176, 52, 0.56) !important;
}

.show>.btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(251, 176, 52, 0.56) !important;
}

.btn-yellow.disabled,
.btn-yellow:disabled {
    border: transparent;
}

.show>.btn-yellow.dropdown-toggle {
    color: #fff;
    background-color: #FBB034;
    border-color: #FBB034;
}

.btn-lime {
    color: #fff;
    background-color: #7bd235 !important;
    border-color: #7bd235 !important;
}

.btn-lime:hover {
    color: #fff;
    background-color: rgba(123, 210, 53, 0.85) !important;
    border-color: rgba(123, 210, 53, 0.85);
}

.btn-lime:focus,
.btn-lime:focus {
    box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.9);
    border-color: #7bd235;
}

.btn-lime:disabled,
.btn-lime:disabled {
    color: #fff;
    background-color: rgba(123, 210, 53, 0.6);
    border-color: rgba(123, 210, 53, 0.6);
}

.btn-lime:not(:disabled):not(.disabled):active,
.btn-lime:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: rgba(123, 210, 53, 0.85);
    border-color: rgba(123, 210, 53, 0.85);
}

.btn-lime:not(:disabled):not(.disabled):active:focus,
.btn-lime:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.56) !important;
}

.show>.btn-lime.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.56) !important;
}

.btn-lime.disabled,
.btn-lime:disabled {
    border: transparent;
}

.show>.btn-lime.dropdown-toggle {
    color: #fff;
    background-color: #7bd235;
    border-color: #7bd235;
}

.btn-green {
    color: #fff;
    background-color: #4ecc48 !important;
    border-color: #4ecc48 !important;
}

.btn-green:hover {
    color: #fff;
    background-color: rgba(78, 204, 72, 0.85) !important;
    border-color: rgba(78, 204, 72, 0.85);
}

.btn-green:focus,
.btn-green:focus {
    box-shadow: 0 0 0 2px rgba(78, 204, 72, 0.9);
    border-color: #4ecc48;
}

.btn-green:disabled,
.btn-green:disabled {
    color: #fff;
    background-color: rgba(78, 204, 72, 0.6);
    border-color: rgba(78, 204, 72, 0.6);
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: rgba(78, 204, 72, 0.85);
    border-color: rgba(78, 204, 72, 0.85);
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(78, 204, 72, 0.56) !important;
}

.show>.btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(78, 204, 72, 0.56) !important;
}

.btn-green.disabled,
.btn-green:disabled {
    border: transparent;
}

.show>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #4ecc48;
    border-color: #4ecc48;
}

.btn-teal {
    color: #fff;
    background-color: #2bcbba !important;
    border-color: #2bcbba !important;
}

.btn-teal:hover {
    color: #fff;
    background-color: rgba(43, 203, 186, 0.85) !important;
    border-color: rgba(43, 203, 186, 0.85);
}

.btn-teal:focus,
.btn-teal:focus {
    box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.9);
    border-color: #2bcbba;
}

.btn-teal:disabled,
.btn-teal:disabled {
    color: #fff;
    background-color: rgba(43, 203, 186, 0.6);
    border-color: rgba(43, 203, 186, 0.6);
}

.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: rgba(43, 203, 186, 0.85);
    border-color: rgba(43, 203, 186, 0.85);
}

.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.56) !important;
}

.show>.btn-teal.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.56) !important;
}

.btn-teal.disabled,
.btn-teal:disabled {
    border: transparent;
}

.show>.btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #2bcbba;
    border-color: #2bcbba;
}

.btn-cyan {
    color: #fff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.btn-cyan:hover {
    color: #fff;
    background-color: rgba(23, 162, 184, 0.85) !important;
    border-color: rgba(23, 162, 184, 0.85);
}

.btn-cyan:focus,
.btn-cyan:focus {
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.9);
    border-color: #17a2b8;
}

.btn-cyan:disabled,
.btn-cyan:disabled {
    color: #fff;
    background-color: rgba(23, 162, 184, 0.6);
    border-color: rgba(23, 162, 184, 0.6);
}

.btn-cyan:not(:disabled):not(.disabled):active,
.btn-cyan:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: rgba(23, 162, 184, 0.85);
    border-color: rgba(23, 162, 184, 0.85);
}

.btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.56) !important;
}

.show>.btn-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.56) !important;
}

.btn-cyan.disabled,
.btn-cyan:disabled {
    border: transparent;
}

.show>.btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-gray {
    color: #fff;
    background-color: #868e96 !important;
    border-color: #868e96 !important;
}

.btn-gray:hover {
    color: #fff;
    background-color: rgba(134, 142, 150, 0.85) !important;
    border-color: rgba(134, 142, 150, 0.85);
}

.btn-gray:focus,
.btn-gray:focus {
    box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.9);
    border-color: #868e96;
}

.btn-gray:disabled,
.btn-gray:disabled {
    color: #fff;
    background-color: rgba(134, 142, 150, 0.6);
    border-color: rgba(134, 142, 150, 0.6);
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: rgba(134, 142, 150, 0.85);
    border-color: rgba(134, 142, 150, 0.85);
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.56) !important;
}

.show>.btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.56) !important;
}

.btn-gray.disabled,
.btn-gray:disabled {
    border: transparent;
}

.show>.btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-white {
    color: #495057;
    background-color: #fff;
    border: 1px solid #e9ebfa;
}

.btn-white:hover {
    color: #495057;
    background-color: #ececec;
    border-color: #e6e5e5;
}

.btn-white:focus,
.btn-white.focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active {
    color: #495057;
    background-color: #e6e5e5;
    border-color: #dfdfdf;
}

.show>.btn-white.dropdown-toggle {
    color: #495057;
    background-color: #e6e5e5;
    border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-gray-dark {
    color: #fff;
    background-color: #444546 !important;
    border-color: #444546 !important;
}

.btn-gray-dark:hover {
    color: #fff;
    background-color: rgba(68, 69, 70, 0.85) !important;
    border-color: rgba(68, 69, 70, 0.85);
}

.btn-gray-dark:focus,
.btn-gray-dark:focus {
    box-shadow: 0 0 0 2px rgba(68, 69, 70, 0.9);
    border-color: #444546;
}

.btn-gray-dark:disabled,
.btn-gray-dark:disabled {
    color: #fff;
    background-color: rgba(68, 69, 70, 0.6);
    border-color: rgba(68, 69, 70, 0.6);
}

.btn-gray-dark:not(:disabled):not(.disabled):active,
.btn-gray-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: rgba(68, 69, 70, 0.85);
    border-color: rgba(68, 69, 70, 0.85);
}

.btn-gray-dark:not(:disabled):not(.disabled):active:focus,
.btn-gray-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(68, 69, 70, 0.56) !important;
}

.show>.btn-gray-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(68, 69, 70, 0.56) !important;
}

.btn-gray-dark.disabled,
.btn-gray-dark:disabled {
    border: transparent;
}

.show>.btn-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #444546;
    border-color: #444546;
}


.page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.75rem 0rem 0.75rem;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    /* border-radius: 7px; */
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.page-header .breadcrumb {
    font-size: 14px;
    padding-left: 0 !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .page-header .notifications {
        display: none !important;
    }
}


@media (max-width: 360px) {
    .error-page .display-1 {
        font-size: 6.5rem !important;
        text-align: center;
    }

    .page-header {
        display: block !important;
    }

    .breadcrumb {
        flex-wrap: wrap;
        margin-bottom: 0;
        list-style: none;
        border-radius: 3px;
        position: relative;
        right: 0;
        top: 0px;
        padding-right: 0;
        left: 0px;
        padding: 0;
        margin-top: 5px;
    }

    #user-profile .tabs-menu2 ul li a {
        padding: 10px 6px 11px 6px;
    }

    .header .nav-link {
        line-height: 1.9;
    }
}

@media (max-width: 576px) {
    .page-header {
        display: block !important;
    }
}


@media (max-width: 768px) {
    .page-header .breadcrumb {
        flex-wrap: wrap;
        margin-bottom: 0;
        list-style: none;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .page-header {
        padding: 4px;
    }

    .app-header {
        box-shadow: none !important;
        position: fixed !important;
    }

    .page {
        background: none;
    }

    .page-main {
        z-index: inherit;
    }
}

.rtl .page-header .breadcrumb {
    padding-right: 0 !important;
    padding-left: inherit !important;
}


.rtl .page-header .breadcrumb {
    padding-right: 0 !important;
    padding-left: inherit !important;
}

.rtl .breadcrumb {
    right: inherit;
    left: 0;
}

.rtl .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
    padding-right: inherit;
}

.rtl .breadcrumb-item+.breadcrumb-item::before {
    padding-left: inherit;
    padding-right: 0.5rem;
}



.page-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0.2rem;
}

.page-title-icon {
    color: #9aa0ac;
    font-size: 1.25rem;
}

.page-subtitle {
    font-size: 0.8125rem;
    color: #c0a0f1;
    margin-left: 2rem;
    position: relative;
}

.page-subtitle a {
    color: inherit;
}

.page-options {
    margin-left: auto;
}

.page-header .breadcrumb {
    font-size: 14px;
    padding-left: 0 !important;
}

.page-breadcrumb {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background: none;
    padding: 0;
    margin: 1rem 0 0;
    font-size: 0.875rem;
}

.page-description {
    margin: 0.25rem 0 0;
    color: #6e7687;
}

.page-description a {
    color: inherit;
}

.page-single {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .page-breadcrumb {
        margin: -0.5rem 0 0;
    }
}

.page-breadcrumb .breadcrumb-item {
    color: #9aa0ac;
}

.page-breadcrumb .breadcrumb-item.active {
    color: #6e7687;
}


.tr_border {
    padding: 1.5rem;
    border: 1px solid #eaedf1;
    border-radius: 7px;
    font-size: 0.9375rem;
}


.report-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;}

.report-container iframe,  .report-container object,  .report-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
    background-color: #4b6eb5;
    color: #ffffff;
    text-align: right;
    font-weight: bold;
}

.content-table th,
.content-table td {
    padding: 12px 15px;
}

.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
     background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #4b6eb5;
}

.content-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.tableRoundedCorner {
    border: 1px solid #ededf5; /*#f0f0f8;*/
    border-radius: 10px;
    padding: inherit;
}

.roundedTable {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.table-responsive>.table-bordered {
    border: 1px solid #ededf5; !important;

}

.table tr.selected, .dark-theme .table tr.selected td, .table tbody tr:nth-child(even).selected  {
    background-color: #173853; /*#e2f1ff;*/
}

/****sal table****/

.alert .table{
    margin: 15px 0 0;
    box-shadow: 0px 0px 0px;
    border: 1px solid #3c763d;
}
.alert .table th{
    border: 1px solid #3c763d !important;
    background-color: #fff;
    color: #000;
    text-shadow: 0px 0px;
    text-align: center;
}
.alert .table td{
    border: 1px solid #3c763d !important;
    background-color: #fff;
    color: #000;
    text-shadow: 0px 0px;
    text-align: center;
}
/*****************login page***************/


.systems {width: 600px;margin: 10% auto;height: auto;}
.systems a{
    display: block;
    padding: 25px;
    font-size: 20px;
    background-color: #4733b1;
    margin: 20px;
    border-radius: 15px;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    border: 1px solid #ccc;
    text-decoration: none;
}
.systems a:hover{
    background-color: #ffc107;
}
.systems div{
    text-align: center;
    vertical-align: middle;
}
.systems img{
    /*max-width: 230px;*/
    margin: 130px auto;
}




.accordion .card-header button {
    display: block;
    padding: 14px 20px;
    color: #495057;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    background-color: #e2fcff;
    border: 1px solid #eaedf1;
    border-radius: 0px;
    width: 100%;
}
.accordion .card-header button.collapsed {
    background-color: #effdff;
    border-bottom-color: #eaedf1;

}




fieldset, legend {
    all: revert;
}
.reset {
    all: revert;
}






.text-on-pannel {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 3px 5px;
    position: absolute;
    margin-top: -47px;
    border: 1px solid #337ab7;
    border-radius: 8px;
}

.panel {
    /* for text on pannel */
    margin-top: 27px !important;
}

.panel-body {
    padding-top: 30px !important;
}