.hide {
    display: none;
}

.white {
    color: #FFFFFF !important;
}

.dropdown-notification .nav-link-label {
  position: relative; }

.dropdown-notification .notification-text {
  margin-bottom: 0.5rem;
  font-size: smaller;
  color: #626262; }

.dropdown-notification .notification-title {
  color: rgba(255, 255, 255, 0.75); }

.dropdown-notification .notification-tag {
  position: relative;
  top: -4px; }

.dropdown-notification .dropdown-menu.dropdown-menu-right {
  right: -2px;
  padding: 0; }
  .dropdown-notification .dropdown-menu.dropdown-menu-right::before {
    background: #7367f0;
    border-color: #7367f0; }

.dropdown-notification .dropdown-menu-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #7367f0;
  color: #fff;
  text-align: center; }
  .dropdown-notification .dropdown-menu-header .dropdown-header h3 {
    margin-bottom: 0.25rem; }


.header-navbar .navbar-container .dropdown-menu-media .media-list .media {
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #dae1e7;
}
.media-list .media {
    padding: 1.25rem;
    width: 100%;
    margin-top: 0;
}
.media-list .media .media-left {
    padding-right: 1rem;
}
.media-body {
    flex: 1;
}

.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a {
    padding: 0.3rem;
    border-top: 1px solid #dae1e7;
}
.dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    color: #626262;
    width: auto;
    cursor: pointer;
}
.header-navbar .navbar-container ul.nav li .media-list {
    max-height: 18.2rem;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list a:last-of-type .media {
    border-bottom: none;
}

.dropdown-menu-footer{
    padding: 0px !important;
    border: none !important;
}
  .main-menu.menu-light .navigation > li > a > span.badge {
    position: absolute;
    right: 20px;
}  
.badge.badge-primary {
    background-color: #ea5455;
}
.badge.badge-secondary {
  background-color: #b8c2cc; }
.badge.badge-info {
  background-color : #00CFE8;
}

.badge.badge-light-info {
  background-color : #B5F7FF;
  color : #00CFE8 !important;
  font-weight : 500;
}
.table{
    padding: 0.5rem 1rem 0rem 1rem !important;
}

.offcanvas-end {
    width: 350px;
}
  
  .offcanvas-footer button {
    z-index: 999;
}



.chip {
  background-color: #f0f0f0;
  font-size: 0.8rem;
  border-radius: 1.428rem;
  display: inline-flex;
  padding: 0 10px;
  margin-bottom: 5px;
  vertical-align: middle;
  justify-content: center; }
  .chip .chip-body {
    color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content:center;
    min-height: 1.857rem;
    min-width: 1.857rem; }
    .chip .chip-body .avatar {
      background-color: #c3c3c3;
      display: flex;
      width: 24px;
      height: 24px;
      margin: 2px 0;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      color: #fff;
      transform: translate(-8px); }
      .chip .chip-body .avatar .avatar-content {
        top: 0; }
      .chip .chip-body .avatar img {
        border-radius: 50%;
        height: 24px;
        width: 24px; }
    .chip .chip-body .chip-text {
      vertical-align: middle;
      align-self: center; }
    .chip .chip-body .chip-closeable {
      min-height: 1.428rem;
      min-width: 1.428rem;
      margin: 0 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-self: center;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.15);
      color: #fff;
      transform: translate(10px);
      cursor: pointer; }
      .chip .chip-body .chip-closeable i {
        margin-left: 1px;
        margin-top: 1px; }

.chip-warning {
  background-color: #ff9f43 !important; }
  .chip-warning .chip-body {
    color: #fff !important; }

.chip-success {
    background-color: #28c76f !important;
}

.chip-primary {
    background-color: #7367f0 !important;
}
.chip-primary .chip-body,.chip-warning .chip-body,.chip-success .chip-body {
    color: #fff !important;
}

@media only screen and (max-width: 1200px) {

.app_mobile .doctor_details label {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}
.app_mobile .doctor_details .col-md-6:last-child label {
    margin-bottom: 0px;
    border-bottom: 0px solid #e0e0e0;
}
.app_mobile .doctor_details span{
    float:right;
}
.doctor_details{
    margin: 0px;
}
.no_margin {
    margin: 0px;
    margin-bottom: 15px !important;
}
.no_margin label b {
    font-size: 16px;
}

.row {
    --bs-gutter-x: 0rem;
}


}
.m-acc .m-stock-avl{position: absolute;right: 0;}
.m-acc .m-stock-avl button{position: absolute;right: 0;}

.bill_url {font-size:12px;color: #ef7f1a;}

.dashboard_row {
    margin-left: 0px;
    margin-bottom: 15px;
    border-bottom: 2px solid #c0c0c0;
    margin-right: 0px;
}
.dashboard_row .row{
    margin: 0px;
}
.dashboard_row a.a-flex {
    background: #fff;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 10px !important;
    border: 1px solid #d4d4d4;
    position: relative;
    bottom: -1px;
}
.dashboard_row a.active {
    background: linear-gradient(118deg,#1e652e,rgb(66 157 87));
    border: 1px solid #409a55;
    box-shadow: none;
}
.count_chart .card {
    margin-bottom: 20px;
    padding: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.count_chart .card-header {
    padding: 10px 12px;
    display: flex;
    flex-wrap: nowrap;
}
.count_chart .card .card-text{
    margin-bottom: 5px;
    line-height: 16px;
    min-height: 30px;
}
.count_chart .card  h2 {
    margin-top: 5px !important;
}
.count_chart .card-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(239 127 26);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}
.d-icon {
    height: 55px;
    border-radius: 0px !important;
}
.count_chart .avatar {
    background: none !important;
    border-radius: 0px;
    padding: 0px !important;
}
.count_chart .avatar .avatar-content {
    width: auto !important;
    height: auto !important;
    border-radius: 0px;
}
.c_hr hr {
    margin-bottom: 24px;
    height: 2px;
}
.d-price{
    font-size: 18px !important;
    font-weight: 600 !important;

}
.count_chart .card-header2:after {
    height: 1px;
    background: rgb(33 106 50);
}
.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms;
    width: 98% !important;
}
.count_chart .height-300 {
    height: 270px !important;
    margin-top: 20px;
}
.top-card {
    margin-bottom: 0px !important;
    background: none;
    box-shadow: none;
    display: block;
}
.top-header {
    float: right;
    padding: 7px 10px !important;
    border: 1px solid #d8d8d8;
    border-radius: 6px !important;
    background: #fff;
    margin-left: 15px;
    margin-right: 15px;
}
.top-header .d-price {
    width: 40px;
    text-align: right;
    padding-right: 10px;
}

.mr-15{
    margin-right: 15px;
}

.marg-t-auto {
    margin: auto 0;
}


.post-abs {
    position: absolute;
    margin-right: 28px;
    margin-top: 20px;
}

.mx-tab{
    margin-bottom: 1.8rem !important;
}
.mx-tab .nav-link.active,.mx-tab .show>.nav-link {
    color: #fff;
    background-color: #536de6;
    border-color: #536de6;
}
.mx-tab .nav-item a{
    background: #ffffff;
    border: 1px solid #f3f3f3;
    font-weight: 600;
}

.top-header a {
    font-weight: 600;
}
.form-label {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.timeline .timeline-item .timeline-event .flex-sm-row h6{
    font-size: 18px;
    color: #20398f;
    font-weight: 600;
}
.header-navbar .navbar-container ul.navbar-nav li>a.nav-link {
    color: #000 !important;
}
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-status {
    font-weight: 500;
}

.table>tbody>tr>td {
    padding: 6px 10px;
    font-weight: 500;
    font-size: 13px;
}
.table>tbody>tr:hover {
    background-color: #f5f5f5;
}
.table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 3px solid #eaf0f7 !important;   padding: 4px 12px;
    font-size: 13px;
    font-weight: 600;
}


.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #e9e9e9;  
    border-bottom-width: 1px;
}
 
.top-header a.nav-link {
    color: #000 !important;
    font-size: 15px;
}
.top-header a.nav-link.active {
    color: #ffff !important;
}
.bsumit {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 0;
}

.modal-header {
    padding: 0.8rem 1.4rem;
    }
    

.loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url('../image/ajax-spinner.gif') 50% 50% no-repeat rgba(255,255,255,0.4);
    background-size: 100px;
}
.dataTables_wrapper  .buttons-html5 {
    background: none;
    border: none;
    padding: 0px;
    margin-right: 10px;
}

.dataTables_filter{
    display: inline-block;
    float: right;
}
.dataTables_length{
    display: inline-block;
}
div.dataTables_wrapper div.dataTables_length select {
    height: 34px;
    width: auto;
}
.dataTables_length {
    float: left!important;
    margin-right: 10px;
    margin-top: 16px;
}

div.dt-buttons {
    position: initial;
    float: revert!important;
    display: inline-flex;
}
div.dt-buttons {
    position: initial;
    margin-top: 15px;
}
 div.dataTables_wrapper div.dataTables_length label {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_info {
    margin-bottom: 15px;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 15px!important;
}
table.dataTable {
    width: 100%!important;
    border-collapse: collapse!important;
    padding-top: 0px !important;
}
table.dataTable>tbody>tr>td {
    padding: 6px 6px;
    font-weight: 500;
    font-size: 12px;
}

div.dataTables_scrollBody table tbody tr th, div.dataTables_scrollBody table tbody tr td {
    border-top: none; 
    border: 1px solid #e9e9e9!important;
}

.offcanvas-header {
    background: #236d34;
}
.offcanvas-title {
    font-size: 16px;
    color: #fff;
}
.btn-close {
    filter: invert(1);
}
 

.dashed{
        border: 1px dashed #858585 !important;
}

.happyBirthday .btn-close{
    position: absolute;
    top: -16px;
    right: -16px;
    opacity: 1;
}
.happyBirthday .modal-content {
    border-radius: 1rem;
}
.happyBirthday video{
    border-radius: 1rem;
}
.happyBirthday .logo_img{
    height: 65px;
    width: fit-content;
    margin: 0px auto;
    margin-top: 12px;
}
.happyBirthday .we_wish_you {
    height: 65px;
    width: fit-content;
    margin: 0px auto;
    margin-top: 10px;
}
.webwork{
    height: 45px;
}
.from_team{
    text-align: center;
    margin-bottom: 15px;
}
.from_team h1 {
    font-size: 20px;
    color: #1e652e;
}
.btn-outline-primary:hover {
    background-color: rgba(115, 103, 240, 0.08);
    color: #007fc1;
    border-color: #007fc1;
}

.select2-dropdown--below {
    top: 0rem; /*your input height*/
}


.m-revert{
    background: #f9c79b!important;
    background-color: #f9c79b!important;
}

.m-revert .icon-btn {
    border: 1px solid #000;
    color: #000;
}

table.table button {
    padding: 7px;
    font-size: 12px;
}

.mtop-2 {
    margin-top: 2rem!important;
}

.ml-10{ margin-left: 10px!important;}

.d-filter{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
}

.hr {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
    border: 0;
    border-top: 1px solid rgba(34, 41, 47, 0.1);
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.p-address {
    background: #eef2f5;
    padding: 10px;
    min-height: 130px;
    max-height: 150px;
    margin-bottom: 15px;
    height: fit-content;
    border-radius: 10px;
}

.p-address input{
    margin-top: 4px;
    vertical-align: top;
    margin-right: 5px;
}
.p-address .panel-heading{ font-weight:700;}
.no-padd {
    padding: 0px !important;
}
.add-btn{
    margin-right: 20px;
    margin-top: 1rem;
    float: right;}
    
.form-control:focus {
    border-color: #25409c !important;
} 


#add-new-modal .modal-body {
    border-radius: 0px;
}
#add-new-modal .card {
    padding: 0;
    margin: 0;
}

.btn-add-new {
    font-size: 18px;
    padding: 6px 10px;
}
.btn-add-new i{
    color: #20398f;
    font-weight: 600;
}
.hr {
    height: 1px !important;
}
.boq .table>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.center{
    text-align: center;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}
.invoice-total-wrapper {
    width: 100%;
    max-width: 20rem;
}
.inv-costing {
    max-width: 29rem;
}
.invoice-total-wrapper .invoice-total-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}
.invoice-total-title {
    margin-bottom: 0.35rem;
    font-size: 16px;
}
.invoice-total-amount {
    margin-bottom: 0.35rem;
    font-size: 16px;
    font-weight: 600;
}
.txt-right{
    text-align:right;
}
.wd40{
    width: 40px;
}
.wd60{
    width: 60px;
}
.wd85{
    width: 85px;
}
.wd100{
    width: 100px;
}
.wd110{
    width: 110px;
}
.wd120{
    width: 120px;
}
.wd150{
    width: 150px;
}
.wd160{
    width: 160px;
}
.mb0{
    margin-bottom:0px;
}
.pd0{
    padding: 0px;
}
.service_type{
    background-color: #f3f3f3 !important;
}
.add-btn2 {
    margin-right: 0px;
    margin-top: 0rem;
    float: right;
    margin-bottom: 10px;
}
.pg-count{
    float: left;
    padding-top: 10px;
}
.cmb {
    margin-bottom: 1rem !important;
}
.badge.badge-light-secondarys {
    background-color: rgba(130,134,139,.12);
    color: #64666a!important;
    padding: 0.5rem 0.6rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.mb10{
    margin-bottom: 10px;
}
.pb50{
    padding-bottom: 50px;
}
.d-grids {
    display: grid!important;
    position: absolute;
    bottom: 12px;
    text-align: center;
    width: 100%;
    left: 0px;
    padding: 0px 15px;
}
.txt-center{
        text-align: center;
}
.odu_idu{
    padding: 10px 10px;
    text-align: center;
}
.service_type_odu{
    background-color: #e1e1e1 !important;
}
.service_type_odu td{
    border-radius: 0px !important;
}
.dot {
    height: 10px;
    width: 10px;
    background-color: #d71921;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.chat-user{
    margin-left: 16px;
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    color: #243e98;
}

.boq_type_ul{
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0px;
    margin-bottom: 10px;
}
.boq_type_ul .nav-link.active {
    color: #223a92;
}
.boq_type_ul .nav-item.show .nav-link, .boq_type_ul .nav-link.active {
    color: #ffffff;
    border-color: #2e4bb0 #2e4bb0 #2e4bb0;
    background: #2e4bb0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.boq_type_ul .nav-link:after {
    background: -webkit-linear-gradient(60deg, #2e4bb0, rgba(115, 103, 240, .5))!important;
    background: linear-gradient(30deg, #2e4bb0, rgba(115, 103, 240, .5))!important;
}
.bpd0{
    padding: 0px;
}
.view_btn::after {
    display:none;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active, .btn-outline-primary:hover {
    background-color: #20398f;
    border-color: #20398f;
}

.gst-div .invoice-total-title{display: flex;align-items: center;}
.gst-div .invoice-total-title select{
    display: flex;
    margin: 0 15px;
    height: 35px;
    padding: 5px 6px;}

.m-details .dark-color {
    font-weight: 700;
    color: #000000de;
}

.d-report .dataTables_scrollBody{ min-height:300px;}

  .mx-filter .card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(34, 41, 47, 0.03);
    border-bottom: 1px solid rgba(34, 41, 47, 0.125);
}
.mx-filter .card-header {
    padding:0.8rem 1rem ;
}
.mx-filter .card-header.collapsed {
  border:none;
}
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.draggable-item {
    cursor: all-scroll;
}

 
.bg-dragula table {
  border-collapse: collapse;
  width: 100%;
}




.icon_menu {
	display: block;
	height: 10px;
	margin: auto;
	position: relative;
	width: 16px;
	
	.icon_menu__solid, &:before, &:after {
		background: #fff;
		display: block;
		height: 2px;
	}
	
	.icon_menu__solid {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
	&:before, &:after {
		content: "";
		left: 0;
		position: absolute;
		right: 0;
	}

	&:before {
		top: 0;
	}

	&:after {
		bottom: 0;
	}
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
}
.gu-hide {
  display: none !important;
}

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.gu-mirror {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.form-select:focus {
    border-color: #2c3b70;
}

.form-group {
    margin-bottom: 1rem;
}
span.required{ color:red;}

    select {
        background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23d8d6de\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-chevron-down\'%3e%3cpolyline points=\'6 9 12 15 18 9\'%3e%3c/polyline%3e%3c/svg%3e');
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 15px 14px;
    }

    .table > thead > tr > th {
        font-size: 12px;
        vertical-align: middle;
    }

  .element-1 td{
        max-width : 320px !important;
        white-space: initial !important;
        overflow: unset !important;
    }
     input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    input[type=number] {
      -moz-appearance: textfield;
    }
    .mn-table th p{
        word-break: break-all !important;
        margin:0px!important;
        font-size: 12px;
    }
    .dis-input{
        margin-top: -7px;
        width: 65px !important;
        float: right !important;
        margin-left: 5px !important;
    }
    .dis-input-1{
        margin-top: -7px;
        width: 200px !important;
        float: right !important;
        margin-left: 5px !important;
    }
    .new-table .new-td{
       width: 48% !important;
       float: left !important;
       margin-left: 5px;
       margin-bottom: 5px;
       margin-top: 5px;
    }


    
    .new-table .r3-td {
            width: 32.32% !important;
            float: left !important;
            margin-left: 5px;
            margin-bottom: 5px;
            margin-top: 5px;
    }
    
    .new-table td {
        padding: 0.15rem !important;
    }
    
     .mx-tabs .nav-tabs.nav-tabs-solid>li>a.active {
    background-color: #065b9e;
    border-color: #065b9e;
    color: #fff !important;
}
.d-report .dataTables_scrollBody{ min-height:300px;}
.mj-action i{ font-size: 18px; }
.mj-action{
    border-radius: 10px!important;
    padding: 4px 6px !important;
}
.mx-table th{
    white-space: nowrap;
}
.mx-table td{
    background: #fff;
}
.offcanvas-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.offcanvas-footer button{
    margin-bottom: 0!important;
    width: 100% !important;
    border-radius: 0;
}
.timeline .timeline-item .follow-up-btn{
    border: 1px solid #ddd;
    width: 100%;
    padding: 5px 10px;
    font-weight: 600;
    border-bottom :0px solid; 
}
.timeline .timeline-item .collapsed{
    border-bottom :1px solid #ddd !important; 
}
.timeline .timeline-item .collapse p{
    margin-bottom : 0 !important;
}
.timeline .timeline-item .collapse .mt-10{
    margin-top : 10px !important;
}
.timeline-event h6{
    color: #065b9e;
    font-weight: 600;
    font-size : 16px;
}
.timeline .timeline-point-secondary i, .timeline .timeline-point-secondary svg {
    stroke: #065b9e !important;
}
.timeline .timeline-item .timeline-point{
    height: 2.25rem;
    width: 2.25rem;
    border-color: #065b9e!important;
}
button.btn.icon-btn.mr-1.mb-1.waves-effect.waves-float.waves-light{
    padding: 8px;
    border: 1px solid #7367f0;
    color: #7367f0;
}
button.btn.icon-btn.mr-1.mb-1.waves-effect.waves-float.waves-light:hover{
    background: #7367f0;
    color: #fff;
}
.mx-tabs .nav-tabs .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient(60deg, #065b9e, rgb(6 91 158))!important;
    background: linear-gradient(30deg, #065b9e, rgb(6 91 158))!important;
    
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
}
.mx-tabs .nav-tabs.nav-tabs-solid>li>a {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 6px 10px;
    font-size: 13px;
}

.mx-tabs .nav-tabs.nav-tabs-solid>li {
    margin-right: 4px;
    margin-bottom: 5px;
}
.mx-tabs .nav-tabs.nav-tabs-solid {
    border-bottom: 1px solid #e5e5e5 !important;
}
.mx-tabs  .card-body {
    padding: 0px 5px;
}

.full-width-modal{
max-width: 1150px !important;
}
.mn-table td p {
    padding: 5px 5px;
}

.table-fixed > thead > tr > th {font-size:13.5px;vertical-align: middle;}
.table-fixed>tbody>tr>td { font-size:13px;vertical-align: middle;word-break: break-all;}

.table-bordered {
    border: 1px solid #eaf0f7;
}

.table-fixed.table-bordered thead {
    background-color: #f1f5fa;
}
.table-fixed  thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eaf0f7 !important;
}
.table-fixed  th {
    color: #303e67;
    font-weight: 500;
    vertical-align: middle;
    border-color: #eaf0f7;
}

.h-title {
    font-size: 17px;
    color: #20398f;
    font-weight: 600;
    border-bottom: 1px solid #20398f;
    line-height: 35px;
}

.ms-di .th{  
     text-transform: uppercase;
    font-weight: 800;
    line-height:30px;
    
}

.text-right {
    text-align: right!important;
}

.required-mark {
    color: #ff0000;
}
hr:not([size]) {
    height: 1px;
    margin: 15px 0;
}

.underline {
    text-decoration: underline;
}
.invoice-total-amount {
    margin-bottom: 0.35rem;
    font-size: 14px;
}
.invoice-total-rate {
    display: flex;
    justify-content: center;
    align-items: center;
}

.invoice-total-rate span {
    font-size: 13px;
    margin-right: 5px;
    margin-left: 5px;
}

.mr-1{ margin-right: 5px;}
.badge {
    display: inline-block;
    padding: 6px 10px;
    font-size: 11px;
    color: #FFF;
    font-weight: 500;
    border-radius: 15px;
}  

.f-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}

.error {
    font-size: 12px;
    color: red;
}

.mx-table tfoot {
    font-weight: 600;
    font-size: 13px;
}   
.mr-1 {
margin-right:1rem;
}
.boq-ul .nav-tabs li:first-child a{
    margin: 0px;
}

.boq-ul .nav-tabs li a {
    color: #000;
    border-color: #ffffff;
    background: #ffffff ;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin: 0px 8px;
}

.mn-table td p.td-blank {
    margin-bottom: 0;
}

.mx-200{
    max-width: 200px;
}

.btn-ac_ventilation {
    background-color: #82868b;
    box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 20%);
    color: #FFFFFF;
    padding: 5px 6px;
    border-radius: 5px;
    font-size: 10px;
    min-width: 50px;
    text-align: left;
}

.btn-ac_ventilation:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    margin-right: 4px;
    min-width: 80px;
    text-align: center;
}

.btn-ac {
    background-color: #ff9f43;
    box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 20%);
    color: #FFFFFF;
    padding: 5px 6px;
    border-radius: 5px;
    font-size: 10px;
    min-width: 50px;
    text-align: center;
}

.btn-ac:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    margin-right: 4px;
    min-width: 50px;
    text-align: center;
}

.btn-ventilation {
    background-color: #7367f0;
    box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 20%);
    color: #FFFFFF;
    padding: 5px 6px;
    border-radius: 5px;
    font-size: 10px;
    min-width: 50px;
    text-align: left;
}

.btn-ventilation:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    margin-right: 4px;
    min-width: 80px;
    text-align: center;
}

.fileupload_block {
	border:1px solid #dee2e6;
	padding: 0.45rem 0.9rem;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	border-radius: 2px;
}
.fileupload_block .img_input {
	float: left;
	margin-top: 3%;
}
.fileupload_img {
	margin-top: 0px;
    display: flex;
}
.fileupload_img img {
    width: 100%;
    height: 60px;
    display: inline-block;
    object-fit: contain;
}
.hint_lbl small{
	font-weight:400px;
	font-size:11px;
    color: red !important;
    margin-bottom: 2px;
}


.mdt .form-control:disabled,.mdt .form-control{
    background-color: #EFEFEF;
    opacity: 1;
    border: none;
    background: none;
    padding: 0!important;
    min-height: auto;
    resize: none;
    margin: 0;
}

.mdt .form-control:focus {
    border: none!important;
    box-shadow: none;
}

.mdt .form-control.mdt-override {
	display: block;
	padding: .5rem 0.5rem!important;
	font-size: 1rem;
	background-clip: padding-box;
	border: 1px solid #D8D6DE;
	appearance: none;
	border-radius: .357rem;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.mdt .form-control.mdt-override:focus {
	border: 1px solid #2c3b70 !important;
	box-shadow: 0 3px 10px 0 rgba(34, 41, 47, .1)
}


table.dataTable {
    border-top: none!important;;
    border-bottom: none!important;;
}
.fs-table.dataTable tbody tr td {
    border-top: none;
    border: 1px solid #e9e9e9!important;
}
   
label {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.timeline .table>tfoot>tr>th {
    padding: 6px 10px;
    font-weight: 500;
    background-color: #f9f9f9!important;
    font-size: 12px;
}

.c-remark {
    border: 1px dashed #ea5455;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #fce5e5;
}
.table-cancel td{
    background : #f1060630 !important;
}
div.dataTables_scrollBody table tbody tr.table-cancel td{
    border: 1px solid #ddd !important;
}
      
.cke_notifications_area {
    display: none !important;
}

.m-report.dataTable td, .m-report.dataTable th {
    white-space: nowrap;
}
.m-report.dataTable>tbody>tr>td {
    padding: 8px 10px;
    white-space: nowrap;
}

.m-report td, .m-report th {
    white-space: nowrap;
}
.m-report>tbody>tr>td {
    padding: 8px 10px;
    white-space: nowrap;
}


.m-report {
    width: 100%;
    table-layout: auto; 
}

.fixed-layout {
    table-layout: fixed !important;
}

.m-report th {
    white-space: nowrap;
    overflow: hidden; 
}
