body {
    overflow-x: hidden;
    line-height: 19px !important;
}
.btn{
    padding: 1px 6px;
}
.btn-sm{
    padding: 1px 6px;
    line-height: 1.3;
}
.btn-sm .fa-edit{
    font-size:10px;
}
.btn-sm .fa-info-circle{
    font-size: 14px;
}
.btn-custome{
    padding: .1rem .75rem;
}
.btn-wth{
    min-width: 64px;
}
.check-in-btn{
    min-width: 100px;
}

#customerNameTooltip .fa-info-circle, #memoTooltip .fa-info-circle {
    font-size: 18px;
}
#customerNameGroup label{
    justify-content: space-between;
}
/*.btn-outline-success#image,.btn-outline-success{*/
/*    background-color: #28a745;*/
/*    border-color: #28a745;*/
/*}*/

.btn-outline-success .far.fa-image{
    color: #24c510;
}
.btn-outline-success:hover .far.fa-image{
    color: #fff;
}
#table_wrapper table.dataTable {
    margin-top: 0px !important;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.1rem 1.25rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #3F51B5!important;
    background-color: #247abc;
    text-align: center;
}

#sidebar-wrapper .list-group {
    width: 16rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.main-header {
    background: #ffc107;
}
.tabel-border{
    border: 1px solid #ffb300;
}
table {
    font-size: 12px;
}

table thead tr {
    background: #d5edff;
}
.table tr:hover{
    background-color:#f5f4ff !important;
}
.table.hover_non tfoot tr:hover {
    background-color:unset;
}
.table.hover_non tfoot thead:hover{
    background-color:#D6EBCF;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255);
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.nav-item {
    color: #fff;
}

.sidebar {
    box-shadow: none !important;
}

[class*=sidebar-dark-] .sidebar a {
    color: #fff;
    font-weight: bold;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: #fff;
    font-weight: 400;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #1c8503;
    color: #fff;
}

.dataTables_length label {
    padding-left: 15px;
    /*padding-top: 10px;*/
}

.dataTables_filter label {
    padding-top: 6px;
    margin-bottom: 0.2rem;
    margin-right: 16px; 
}

.dataTables_length .form-control{
    height: calc(1rem + 0.5rem + 2px);
    padding: 6px 10px !important;
    line-height: 1.035 !important;
}

.dataTables_info {
    padding-left: 29px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.1em !important;
}


.banner-img img {
    margin-top: 5px;
    width: 100%;
    padding: 0;
    height: 130px;
    border-radius: 10px;
    object-fit: contain;
}


/* ------ Login css ------ */

.login-box,
.register-box {
    width: 360px;
}

.login-page,
.register-page {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 94vh;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-box .card,
.register-box .card {
    margin-bottom: 0;
}

.card-primary.card-outline {
    border-top: 3px solid #007bff;
}

.card {
    /* box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%); */
    margin-bottom: 1rem;
}

.card {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-title {
    float: left;
    /*font-size: 2.2rem;*/
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0rem 1.25rem;
    background-color: #fffcfc;
}

.card-footer {
    border-top: none;
    background: #f5f5f5;
}

.login-logo,
.register-logo {
    font-size: 1.5rem;
    font-weight: 400;
    padding: 10px 0;
    text-align: center;
    /*background-color: #247abc;*/
}

.breadcrumb {
    color: #fff;
    margin-bottom: 0rem;
    background-color: unset;
    padding: 0.75rem 1rem 1rem 0.2rem;
}
.theme-color .breadcrumb {
    color: #fff;
    margin-bottom: 0rem;
    background-color: unset;
    padding: 0.5rem 1rem 0.5rem 0.2rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #a6c8ff;
    content: "/";
}
.theme-color{
    /*border-bottom: 1px solid #247abc;*/
    background-image: linear-gradient(80deg, #0b3783, #fff, #fff);
}
.dataTables_filter{
        background-image: linear-gradient(80deg, #0b3783, #fff, #fff);
}
.addNew .index-add{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 10px 20px 0 17px;
    float: left;
}
.addNew .index-add .breadcrumb{
    padding: 0;
    font-weight: 400;
}
.title-text h2 {
    font-size: 18px;
    color: #247abc;
    margin-bottom: 0;
    padding: 3px 0;
}
.title-text{
    display: flex;
    justify-content: end;
}
.top-categories ol{
    list-style:none;
    margin: 0 0;
    padding: 0.3rem 0 0.3rem 1rem;
}
.top-categories ol li{
    display: inline-block;
}
.top-categories .fa-list-alt{
    font-size: 16px;
}
.border-right {
    border-right: 1px solid #3F51B5!important;
}

.fa-xs {
    font-size: 9px;
}
.re-icon{
    font-size:12px;
    margin-left:6px;
}
.fa-circle:before {
    content: "\f111";
    vertical-align: text-top;
    line-height: 5px;
}
tr td:last-child {
  text-align:center;
}
.table td,.table th {
    padding: .05rem .25rem; 
    vertical-align: middle;
    border: 1px solid #e9f1f7;
}
.navbar {
    padding: 0rem 1rem !important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%) !important;
}

.navbar.navbar-expand-lg.top-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    height:70px;
    align-items: flex-start;
    background-image: linear-gradient(80deg, #0B3782, #1D5FCE, #0B3782);
}
.logo{
    height: 40px;
    margin-top: 15px;
}
.top-header .top-icon .bi-check2-square{
    font-size: 22px;
}
.top-header .top-icon .fa-heart {
    font-size: 22px;
}
.top-header .top-icon .bi-bell-fill{
    font-size: 20px;
}
.top-header .top-icon .bi-calendar3{
    font-size: 20px;
}
.top-header .top-icon a{
    padding:6px;
}
.top-header .top-icon i:hover{
    color:#ffb798;
}
.top_menu {
    position: fixed;
    width: 82%;
    z-index: 1;
    top: 41px;
}
.favourite .dropdown-toggle::after{
    display: none;
}
.favourite .dropdown-menu{
    top: 30px !important;
}
.favourite .dropdown-menu .dropdown-item:hover {
    background: #f7740c;
    color: #ffffff !important;
}
.favourite .dropdown-menu .dropdown-item {
    border-bottom: 1px dotted #96b4ca;
}



.content-header{
    position: relative;
    padding-top: 70px;
}

.sidebar .nav-item .nav-link {
    color: #000;
}

a.fa-edit:hover {
    color: #fff;
}

.nav-tabs .nav-link {
    background: #dee2e6;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #ffc107;
}

.banner-card-header {
    border-bottom: 1px solid #ffc107 !important;
}

.form-control {
    height: calc(1rem + 0.6rem + 2px);
    padding: 5px 10px !important;
    color: #545454 !important;
    line-height: 1 !important;
    font-size:13px !important;
    -webkit-border-radius: 0px 5px 5px 0px !important;
}

.form-control:hover{
   border: 1px solid #f7740c;
}

.form-control:focus {
    border-color: #3F51B5;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(7 111 57 / 22%);
}

.custom-file {
    height: calc(1.2em + .75rem + 2px);
    padding: .375rem .4rem;
}

.custom-file-input {
    height: calc(1.2em + .75rem + 2px);
    padding: .375rem .4rem;
}

.custom-file-label {
    height: calc(1.2em + .75rem + 2px);
    padding: .375rem .4rem;
    line-height: 1.2;
    color: #a3a4a6;
}

.custom-file-label::after {
    height: calc(1.2em + .75rem);
    padding: .375rem .4rem;
    line-height: 1.2;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #3F51B5;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(7 111 57 / 60%);
}

.input-group-text {
    background-color: #d6ebcf;
    color: #545454;
    line-height: 1;
    padding: .375rem .4rem;
}

select {
    word-wrap: normal;
    align-items: flex-end;
}

.form-control::-webkit-input-placeholder {
    color: #dadada;
}

.form-control::-moz-placeholder {
    color: #dadada;
}

.form-control::-ms-placeholder {
    color: #dadada;
}

.form-control::placeholder {
    color: #dadada;
}

.control-label {
    background-color: #d6ebfa;
    color: #545454;
    height: calc(.75rem + .70rem + 4px);
    padding: .375rem .4rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-weight: 500;
    line-height: 1;
    font-size: 12px;
    -webkit-border-radius: 5px 0px 0px 5px;
    text-align: left;
}
.tab-content.tab_con .select2.select2-container{
    width: 100% !important;
}

/*added by Iqarar */

.nav-tabs .nav-link {
    background-image: linear-gradient(to bottom, #ffd20026, #ffa20099);
    border: 1px solid #ddd;
    font-weight: 600;
    color: #8b8a8a;
}

ul .nav-tabs{
    border-bottom: 0px;
}

/* menu highlight */

.subactive {
    background: #f7740c;
}

.mas_design .nav>li>a.active {
    background: #f7740c;
    color: #fff !important;
    top: 1px;
    height: 30px;
    border: 1px solid #f7740c;
   
}
.nav.nav-tabs .nav-item, .mas_design .nav-item{
    margin-right:3px;
}

.sub_tab li a{
    padding: 5px 20px !important;
    font-size: 14px;
}
.form-group {
    margin-bottom: 3px;
}

.light_color {
    color: #dadada !important;
}


/* Select2 */

.select2-container--bootstrap4 .select2-dropdown {
    position: relative;
    top: -36px;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
    background-color: #d6ebcf !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted {
    background-color: #3F51B5 !important;
}


/* Registration- Area of Expertise*/

.registration_exp {
    padding: 0.5rem 1.25rem;
    background-color: rgb(232 232 232);
    border-bottom: 1px solid #cacaca;
    font-size: 14px;
}

.registration_exp h2 {
    font-size: 1.29rem;
}

.dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}

.exp_text {
    font-size: 14px;
}

.exp_pad th {
    padding: 0.1rem;
    font-weight: 500;
}

.exp_pad td {
    padding: 0.2rem;
}

.table {
    width: 100% !important;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
}
}
.card-body .col-sm-12{
    padding:0;
}
.card-body .table-bordered td{
   border: 1px solid #eee !important; 
}

.card-body table.dataTable {
    margin-top: 0px !important;
}
/*.table td {*/
/*    padding: 2px !important;*/
/*}*/
.form-group .selection span{ 
    height: 28px !important; 
}

/**********************01-06-2022***********/

.nav-item a:hover{
    color: #e1a71e;
    text-decoration: none;
}

.mas_design .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 30px;
    font-weight: 400;
    border: 1px solid #ffc699;
    background: #ffdfd6;
    color: #505050;
     border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    height: 28px;
    font-size: 14px;
    font-weight: 500;
}
.mas_design .nav>li>a:hover{
    color: #bb5300;
}
#whatsapp:hover{
    color:#00b307;
}
.mas_design ul li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #fff;
    background: #fbfbfb;
    /*margin-bottom: 2px;*/
}
.sub-tablist .mas_design .nav>li>a{
    padding: 3px 24px;
    height: 22px;
    line-height: 1.1;
}

.sub-tablist .mas_design .nav>li>a.active {
    height: 24px;
}

.navbar-nav>li.show>a {
    background-color: #f7740c;
    color: #fff;
}
.fixed-table-loading {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    text-align: center;
}
.card a.collapsed h4{
    font-weight: 400 !important;
}
.card .accordion-toggle h4{
    font-weight: 600 !important;
    font-size: 18px;
}
.modal-content .modal-header .close {
    padding: 0rem 1rem
    margin: 0px;
    color:#fff;
}
.modal .modal-header{
    background-color: #f7740c;
    color: #fff;
    padding: 6px 10px;
}

#Material .table thead tr {
    background: #d5edff;
}
.bg-green.table thead tr {
    background: #d5edff;
}
.card-body table.dataTable>thead>tr>th:not(.sorting_disabled) {
    padding-right: 10px;
}
.card-body table>thead>tr>th{
    text-align:center;
}

table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 4px !important;
}

/*************  Block  ***********/

.block.block-rounded {
    border-radius: 0.6rem;
}
.block-bg{
    background-image: linear-gradient(to right, #5f62d3, #6a6de1);
}
.block-bg1{
    background-image: linear-gradient(to right, #d85888, #d85888);
}
.block-bg2{
    background-image: linear-gradient(to right, #008b8a, #008b8a);
}
.block-bg3{
    background-image: linear-gradient(to right, #33a0e1, #169dee);
}
.block-bg4{
    background-image: linear-gradient(to right, #ff5757, #ff5757);
}
.block-bg5{
    background-image: linear-gradient(to right, #02c48a, #02c48a);
}


.block {
    margin-bottom: 1.875rem;
    background-color: #e6e6e6;
    box-shadow: 0 1px 2pxrgba(214,219,226,.5),0 1px 2pxrgba(214,219,226,.5);
}
.block.block-rounded>.block-content:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.block-content.block-content-full {
    padding-bottom: 1.25rem;
}
.block-content {
    transition: opacity .25s ease-out;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 1px;
    overflow-x: visible;
}
.justify-content-between {
    justify-content: space-between!important;
}
.item.item-rounded-lg {
    border-radius: 1.5rem;
}
.bg-body-light {
    background-color: #f6f7f9!important;
}
.item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    transition: opacity .25s ease-out,transform .25s ease-out;
}
.bg-body-light {
    background-color: #f6f7f9!important;
}
.bg-body-light.rounded-bottom {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}
.block-content.block-content-sm.block-content-full {
    padding-bottom: 0.625rem;
}
.block-content.block-content-sm {
    padding-top: 0.625rem;
}
.block-content {
    transition: opacity .25s ease-out;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 1px;
    overflow-x: visible;
}
.items-push>div, .content .push, .content p {
    margin-bottom: 1rem;
}
a:hover {
    color: #f70c0c;
}
.task_table{
    margin-left:38px;
}
.modal-content .modal-header span{
    color: #000;
}
.tracking .tracking-table th:nth-child(1) {
    width: 4% !important;
}
.tracking .tracking-table th:nth-child(2) {
    width: 30% !important;
}
.tracking .tracking-table th:nth-child(3) {
    width: 10% !important;
}
.tracking .tracking-table th:nth-child(4) {
    width: 10% !important;
}
.tracking .tracking-table th:nth-child(5) {
    width: 10% !important;
}
.tracking .tracking-table th:nth-child(6) {
    width: 10% !important;
}
.tracking .tracking-table th:nth-child(7) {
    width: 10% !important;
}
.tracking .tracking-table th:nth-child(8) {
    width: 10% !important;
}

.tracking .tracking-table .sub-table th:nth-child(2) {
    width: 28% !important;
}
.tracking .tracking-table .sub-table th:nth-child(3) {
    width: 10% !important;
}
.tracking .tracking-table .sub-table th:nth-child(4) {
    width: 10% !important;
}.tracking .tracking-table .sub-table th:nth-child(5) {
    width: 10% !important;
}
.tracking .tracking-table .sub-table th:nth-child(6) {
    width: 10% !important;
}
.tracking .tracking-table .sub-table th:nth-child(7) {
    width: 10% !important;
}
.tracking .tracking-table .sub-table th:nth-child(8) {
    width: 10% !important;
}
.tracking .tracking-table .sub-table th:nth-child(9) {
    width: 150px !important;
}

/***  Project Tracking Custome Table **/
.tracking .tracking-table .sub-table.custome-project-table th:nth-child(1) {
    border:0;
}
.tracking .tracking-table .sub-table.custome-project-table th:nth-child(2) {
    width: 25% !important;
    border:0;
}
.tracking .tracking-table .sub-table.custome-project-table th:nth-child(3) {
    width: 11% !important;
    border:0;
}
.tracking .tracking-table .sub-table.custome-project-table th:nth-child(4) {
    width: 11% !important;
    border:0;
}
.tracking .tracking-table .sub-table.custome-project-table th:nth-child(5) {
    width: 11% !important;
    border:0;
}
.tracking .tracking-table .sub-table.custome-project-table th:nth-child(6) {
    width: 11% !important;
    border:0;
}
.tracking .tracking-table .sub-table.custome-project-table th:nth-child(7) {
    width: 11% !important;
    border:0;
}
.tracking .tracking-table .sub-table.custome-project-table th:nth-child(8) {
    width: 10% !important;
    border:0;
}
.tracking .tracking-table .sub-table.custome-project-table th:nth-child(9) {
    width: 80px !important;
    border:0;
}



.custome-table.table thead tr{
    background: #fffcfc;
}
.custome-table.table thead th{
    border-bottom-width: 0px;
    border-bottom: 0px !important;
    border: 0px !important;
}
.custome-table.table thead tr:hover, .custome-table.table tbody tr:hover{
    background-color: #fffcfc !important;
}

/***********  Top Menu  ***********/
.top_menu .dropdown-toggle::after {
    display:none;
}
.top_menu .navbar-light .navbar-nav .nav-link {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    padding: .35rem .75rem;
    border-right: 1px solid #ffa55d;
    line-height: 1.2;
}
.top_menu .navbar-light .navbar-nav .nav-link.dropdown-item {
    border-right: 1px solid #fff;
}
.top_menu .navbar-light .navbar-nav .nav-link.dropdown-toggle:hover {
    color: #f4f9ff !important;
    background-color: #f7740c;
}
.top_menu .navbar-nav.m-auto{
    padding: 2px 6px 2px 10px;
}
/*.top_menu .navbar-light .navbar-nav .nav-item {*/
/*    margin-right: 10px;*/
/*}*/
.top_menu .dropdown-item {
    padding: 0.5rem 0.75rem !important;
    border-bottom: 1px dotted #96b4ca;
    font-size: 12px;
    font-weight: 500;
}
.top_menu .dropdown-item:hover {
    background-color: #f7740c;
    color: #fff !important;
}
.nav-item .dropdown:hover{
    background-color: #f7740c;
}
.nav-item.dropdown:hover .dropdown-menu{
    display: block;
    border: 1px solid #F7740C;
    border-radius: 0 0 6px 6px;
        padding: 0;
}

.top-header-menu{
    font-family: cursive;
    font-weight: 800;
    color: #ffc699;
    padding-top: 0;
    font-size: 22px;
}
.dropdown-menu{
    margin-top: 0 !important;
    top: 27px !important;
}
.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

.dropdown-submenu ul {
    position: absolute;
    left: 100%;
    top: 0;
}
.top_menu .dropdown-submenu a{
    color: #212529 !important;
}

.top-icon i{
    color:#fff;
}

/***********  DROPDOWN1/2 CSS  ***********/
.dropdown-menu1, .dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.dropdown-menu1 li, .dropdown-menu2 li {
    position: relative;
}
.dropdown-menu1 .dropdown-submenu-left, .dropdown-menu2 .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu1 > li:hover > .dropdown-submenu1, .dropdown-menu2 > li:hover > .dropdown-submenu2 {
    display: block;
}

.dropdown-submenu1 ul, .dropdown-submenu2 ul {
    position: absolute;
    left: 100%;
    top: 0;
}
.top_menu .dropdown-submenu1 a, .top_menu .dropdown-submenu2 a{
    color: #212529 !important;
}
.dropdown-submenu1:hover>.dropdown-menu1, .dropdown-submenu2:hover>.dropdown-menu2 {
    display: block;
    padding: 0;
    border: 1px solid #f7740c;
}
.dropdown-menu .drop-bg:hover> .nav-link.dropdown-item{
    background: #f7740c;
    color: #ffffff !important;
    transition: all s ease;
}

.nav-link.dropdown-toggle i{
    margin-right: 4px;
}

/***********  Dashboard  ***********/
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff !important;
}
.table-bg table{
    border: 1px solid #2e89cf;
}
.dashboard #calendar .fc-widget-content .fc-scroller{
    height: 360px !important;
    overflow: hidden !important;
}
.dashboard #calendar .fc-header-toolbar{
    background-image: linear-gradient(to right, #f48170 , #ef614c);
    padding: 8.1px 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
}
.dashboard #calendar .fc-button-group{
    margin-right:18px;
}
#calendar{
    border: 1px solid #2e89cf;
}
#calendar table>thead>tr>th{
    padding: 8px 0;
}
.dashboard #calendar table thead tr {
    background: #d5edff;
}

.dashboard #calendar h2{
    font-size: 16px;
    font-weight:600;
    color:#fff;
}
.dashboard #calendar .fc-icon {
    font-size: 0.5em;
    line-height: 0.6em;
}
.dashboard #calendar.fc button {
    height: 1.5em;
}
.cyan-bg.table thead tr {
    background-image: linear-gradient(to right, #02e9e9, #05b2e8);
}
.dashboard .card-body{
    padding: 0px;
}
.dashboard .table th {
    padding: 1.15rem 0.5rem;
}
.dashboard table.dataTable{
    margin-top: 0px !important;
}
.dashboard h4{
    font-size:20px !important;
}
.dashboard .fc-unthemed td.fc-today {
    background: #fff900;
}
.dashboard-cardbox h5 {
    font-size: 16px;
    margin-bottom:0;
}
.dashboard-cardbox p {
    margin: 6px 0px 6px 0px;
}
.dashboard-cardbox p i {
    color: #fff;
    font-size: 18px;
    margin-right: 8px;
}
.dashboard .block button{
    top: 0px;
    right: 0px;
    font-size: 20px;
    background: none;
    color: #ffffff;
    padding: 0 2px 4px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 0.75;
    width: 20px;
    height: 20px;
}
.dashboard .last-block button{
    right: 15px;
}
.dashboard .block button:hover{
    color:#2b2b2b;
}
.dash-table-close{
    top: 6px;
    right: 5px;
    font-size: 22px;
    background: none;
    color: #fff;
    padding: 0 2px 18px;
    border: 1px solid;
    line-height: 0.7;
    border-radius: 14px;
    width: 22px;
    height: 22px;
}
.user-image{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.upper-section{
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    padding: 4px 0;
}
.reg-box {
    border-right: 1px solid #fff;
}
.reg-box h6, .active-box h6{
    font-size:14px;
    margin-bottom: 0px;
}
.toast.toast-success{
    background-color:#51A351 !important;
}

.pagination-hidden .dataTables_length, .pagination-hidden .dataTables_info, .pagination-hidden .dataTables_paginate{
    display: none;
}
.form-group .select2{
    width: 100% !important;
}

#crm-info-tab .crm-info-tab th:nth-child(1){
    width: 4% !important;;
}
#crm-info-tab .crm-info-tab th:nth-child(3){
    width:20% !important;
}
#crm-info-tab .crm-info-tab th:nth-child(7), #crm-info-tab .crm-info-tab th:nth-child(9){
    width:8% !important;
}


#hover-item-img{
    top: 390px !important;
    left: 300px !important;
}

.multiselect-container>li>a>label {
    padding: 3px 8px 3px 8px !important;
}
.multiselect-container.dropdown-menu.show{
    transform: translate3d(0px, 1px, 0px) !important;
}

.table tr td input[type=checkbox]{
    width:18px;
    margin:0 auto;
}
.table tr td .btn.btn-sm.btn-outline-primary{
    z-index: auto;
}
.table tr td .fas.fa-undo{
    font-size: 10px;
}
.far.fa-clipboard{
        padding: 0 1.6px;
}
.fas.fa-check{
    font-size: 10px;
}
.breadcrumb .breadcrumb-item{
    text-transform: uppercase;
}

.user-profile .control-label {
    background-color: #fbfbfb;
    border: 1px solid #fff;
    margin-bottom: .1rem;
}
.user-profile .form-control:disabled, .user-profile .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
.user-profile .form-control {
    border: 1px solid #fff;
}
.user-profile .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(255 255 255 / 25%);
}
.user-profile .form-control {
    height: calc(1rem + 0.6rem + 2px) !important;
}
.user-profile .form-group{
    margin-bottom: 3px;
}
.nav-item.dropdown .dropdown-menu.dropdown-menu-right.profile{
    position:absolute;
    top:50px !important;
    z-index: 999;
}
.nav-item.dropdown .dropdown-menu.dropdown-menu-right.profile .dropdown-item{
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px dotted #96b4ca;
}
.nav-item.dropdown .dropdown-menu.dropdown-menu-right.profile .dropdown-item:hover{
    background: #f7740c;
    color: #fff;
}
.upload-area{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upload-area input{
    display: none;
}
.upload-area span {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #007bff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .4s;
    top: 39px;
    left: 59px;
    cursor: pointer;
}
.upload-area span i{
    color: #fff;
}
@media (min-width: 576px) {
    .user-profile .modal-dialog {
        max-width: 550px;
    }
}

#imageCatalogCarouselModal .carousel-item img{
    width: 90%;
    height:auto;
    margin: 0 auto;
}
#imageCatalogCarouselModal .thumbnail-container img, #imageCatalogCarouselModal .carousel-item {
    height: auto;
}

@media (min-width: 576px) {
    #imageCatalogCarouselModal .modal-dialog {
        max-width: 700px;
    }
    .advancepaymentmodal .modal-dialog {
       max-width: 750px !important;
    }
}  

.track-btn{
    background: #4784ea;
    color: #fff;
    border: 0;
    border-radius: 4px;
}
.track-btn .fa-arrow-down, .track-btn-show .fa-arrow-up{
    font-size: 10px;
}

.track-btn-show{
    display:none; 
    background-color: #f7740c !important;
    color: #fff;
    border: 0;
    border-radius: 4px;
}
.pagination .page-item.active .page-link {
    z-index: 0 !important;
}
.pagination .page-link {
    padding: .2rem .5rem;
}

.alert.alert-danger {
    color: #ffffff !important;
    background-color: #ff0017 !important;
    border-color: #f5c6cb;
}

#inventory-table tr:nth-child(2){
    background:#fff;
}

.women_table tr:nth-child(2) td:nth-child(5), .women_table tr:nth-child(3) td:nth-child(5), .women_table tr:nth-child(4) td:nth-child(5), .women_table tr:nth-child(5) td:nth-child(5),
.women_table tr:nth-child(6) td:nth-child(5), .women_table tr:nth-child(7) td:nth-child(5), .women_table tr:nth-child(8) td:nth-child(5), .women_table tr:nth-child(9) td:nth-child(5),
.women_table tr:nth-child(10) td:nth-child(5), .women_table tr:nth-child(11) td:nth-child(5), .women_table tr:nth-child(12) td:nth-child(5), .women_table tr:nth-child(13) td:nth-child(5),
.women_table tr:nth-child(14) td:nth-child(5), .women_table tr:nth-child(15) td:nth-child(5), .women_table tr:nth-child(16) td:nth-child(5), .women_table tr:nth-child(17) td:nth-child(5){
    display:none;
}
.women_table tr td textarea{
    width: 100%;
}
.women_border{
    background: #ffe0e0;
}

.holiday-section .table td{
    padding:6px;
}

.dashboard-cardbox .table tr th{
    padding:4px;
}
.store_assigned{
    padding: 5px 10px;
    color: #545454;
    line-height: 1.5;
    font-size: 12px;
}
#attendance_list td{
    padding: .15rem .25rem;
    text-align:center;
}
.report-bg .dataTables_filter{
    background: none;
}
.dt-buttons .buttons-pdf, .dt-buttons .buttons-excel{
    padding: 2px 4px;
    margin-top: 8px;
}
.dt-buttons .buttons-pdf .fa-file-pdf, .dt-buttons .buttons-excel .fa-file-excel{
    font-size:16px;
}
.form-group .mandatory-input .select2-container--default .select2-selection--single{
    border-color: #dc3545 !important;
}
.mandatory-input {
    border-color: #dc3545 !important
}
.strep-bg .dataTables_filter{
    background: #fff;
}
.sales-order-performatab .card-title{
    margin-bottom:6px;
}
.sales-order-performatab .card-title{
    margin-bottom:6px;
}
.prelead-box{
    width: 12px;height: 12px;display: inline-block;
} 
.prelead-subhead{
    font-size: 15px;
}
.prelead-note{
    margin-left: 24rem;
    position: relative;
    top: -3px;
}

/***********  Dashboard - My Favorites  ***********/
.my_favorites table td{
    padding: 6px 14px;
    background-image: linear-gradient(45deg, #0036ff, #00a7ff);
}
.my_favorites .table-bordered td {
    border: 1px solid #007fff;
}
.my_favorites table td a{
    color:#fff;
}
.my_favorites table td:first-child{
    background: #fff;
}
.barcode-font table{
    font-weight: 700;
}

/***********  Time Picker  ***********/
.bootstrap-timepicker-widget table tr:nth-child(1), .bootstrap-timepicker-widget table tr:nth-child(3){
    display:none;
}
.bootstrap-timepicker-widget table tr:nth-child(2) td{
    padding:6px 2px;
}
.bootstrap-timepicker .bootstrap-timepicker-widget.dropdown-menu {
    left: 4px;
    min-width: 10.3rem;
}
.bootstrap-timepicker .bootstrap-timepicker-widget table td input {
    width: 44px;
}


#calendar .fc-head table thead tr {
    background: #ff8727;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

#calendar .fc-body table thead tr {
    background: #dde9ff;
    color: #000;
}

#calendar .fc-basic-view .fc-body .fc-row {
    height: 5em !important;
}

#calendar .fc-body .fc-scroller {
    height: auto !important;
}

#calendar .fc-header-toolbar{
    margin-top: 6px;
}

#calendar .fc-header-toolbar .fc-center h2{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 6px;
}

@media (min-width: 992px) {
    .sale-desc-modal {
        max-width: 660px;
    }
}



.login-logo .company-logo{
    max-height: 100px;
    margin-bottom:12px;
}
.login-body{
    padding: 4px 4px 10px 4px;
}

.hover-effect:hover i{
    color:#02ae2d !important;
}

@media (max-width: 768px) {
    .sm-d-none{
        display:none !important;
    }
    .login-logo .company-logo{
        max-height: 70px;
        margin-bottom:8px;
    }
    .login-logo p{
        font-size: 20px;
    }
    .login-body{
        padding: 0 20px 20px;
    }
    .login-submit{
        margin-top:14px;
    }
    
    .navbar .logo{
        margin-top: 0px;
    }
    .top_menu .navbar-nav.m-auto{
        background: #1a58c1;
    }
    .navbar.navbar-expand-lg.top-header {
        align-items: center;
    }
    .navbar-light .navbar-toggler{
        color: #fff !important;
        border-color: #fff !important;
        padding: 8px 10px;
    }
    .navbar-toggler i{
            color: #fff;
    }
    .top_menu {
        width: 100%;
        top: 68px;
        left: 0;
    }
    .control-label {
        background-color: transparent;
        border: none;
    }
    .form-group label{
        margin-top: 8px;
    }
    .form-group .col-md-4{
        padding-right:0;
    }
    .dropdown-submenu1 ul, .dropdown-submenu2 ul {
        position: relative;
        left: 0px;
        top: 0;
        width: 96%;
        margin: 4px 0 6px 12px;
    }
    .dataTables_filter {
        background-image: linear-gradient(80deg, #0b3783, #929ecb, #fff);
    }
    .theme-color {
        background-image: linear-gradient(80deg, #0b3783, #1855ba, #fff);
    }
    .prelead-note {
        margin-left: 0rem;
        color: #fff !important;
        display: block;
    }
}

.email-template table tr td:last-child {
    text-align: left !Important;
}



































