
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color:rgba(0,0,0,0.5);
    background: #fff;
	overflow-x:hidden;
}
a, a:hover{
color:rgb(50 73 137);     
}
*:focus {
    outline: none;
}
textarea {
    resize: none;
}
*:focus {outline:none;}
*::-moz-focus-inner {border:0;}

/**Login page css***/
.login-page-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #fff;
}

.login-page-wrapper .green-btn{
padding-top:0px;
padding-bottom:0px;
}

.login-inner{width: 340px;}
.login-inner .card-body {
    padding: 10px;
}

.login-heading{font-size: 28px;color: #3778bb;line-height: 1.2;text-transform: uppercase;text-align: center;width: 100%;display: block;font-weight: 300;}
.login-page-wrapper .btn-primary{
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 62px;
    background-color: #475976;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    margin-top: 16px;
    font-weight: bold;
    border: 0;
    
}
.login-page-wrapper .btn-primary:hover, .login-page-wrapper .btn-primary:focus, .login-page-wrapper .btn-primary:active{
background:#4eae53;  
box-shadow:none;
}

.input-hold {
    width: 100%;
    position: relative;
    margin-bottom: 11px;
}
.form-control {
    color: #475976;
    line-height: 1.2;
    font-size: 13px;
    display: block;
    width: 100%;
    background: 0 0;
    height: 36px;
    padding: 0 10px 0 18px;
    font-weight: normal;
    border: 0;
    border-radius: 0px;
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    border-radius: 40px;
}
.form-group .form-control {
    padding: 8px 8px;
    font-weight: normal;
    font-size: unset;
    height: auto !important;
    border-radius: 0.25rem;
    background: #fbfbfd;
    border-radius: 16px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
    background: #e6f0fb;
}
.form-control-369 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    display: grid;
    /* grid-template-columns: 1em auto; */
    /* gap: 0.5em; */
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    letter-spacing: 0.3px;
}
.form-control-369 input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 30px;
    height: 30px;
    border: 0.15em solid currentColor;
    border-radius: 3px;
    /* transform: translateY(-0.075em); */
    display: grid;
    place-content: center;
    border: 2px solid #475976;
    position: relative;
    position: relative;
    left: -10px;
}

.form-control-369 input:checked::before {
    transform: scale(1);
}
.form-control-369 input:checked {
    background: #f2f2f2;
}
.form-control-369 input::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: CanvasText;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    background: #ffd1d5;
    color: #dc3545;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 11px;
    color: #dc3545;
    font-weight: normal;
    letter-spacing: 0.2px;
}
/**Login page css***/


.leftNavigation.menu-fixed {
    position: fixed;
    width: 220px;
    float: left;
    top: 0;
    height: 100%;
    padding: 40px 0px 10px 18px;
    overflow: visible !important;
    overflow-x: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #3778bb;
}
nav.navbar.navbar-light {
    padding: 0;
}
.site-name {
    font-size: 28px;
    color: #fff;
    margin: 0 0 40px;
    font-weight: 300;
}

.leftNavigation nav.navbar.navbar-light {
    padding: 13px 0 0;
    height: calc(100vh - 230px);
    overflow-y: auto;
    align-items:flex-start;
}
.sidebar-search {
    display:none;
    align-items: center;
    position: relative;
    width: 90%;
}
.sidebar-search input {
    background: none;
    border: 0;
    border-bottom: 1px solid #b5b2b2;
    padding: 5px;
    color: #fff;
    width: 100%;
}
.sidebar-search button, .sidebar-search button:focus{
    background: none;
    border: 0;
    color: #fff;
    position: absolute;
    right: 0;
    outline:none;
    box-shadow:none;
    cursor:pointer;
}
.sidebar-search input::placeholder {
  color:#fff;
  opacity: 1; /* Firefox */
}

.sidebar-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#fff;
}

.sidebar-search input::-ms-input-placeholder { /* Microsoft Edge */
 color:#fff;
}
.mobile_menu_btn {
    padding: 8px 17px;
    background: #fff;
    color: #324989;
    /* position: fixed; */
    width: 100%;
    font-size: 28px;
    text-align: left;
	display:none;
	box-shadow: 0 0 10px #d6d6d6
}

.mainWrapper {
	min-height:95vh;
}

.leftNavigation .navbar-nav li > a.expand{
    display: block;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.leftNavigation .navbar-nav li > span:after, 
.dropdown-item.submenu-dropdown:after{
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 1rem;
    display: inline-block;
    position: absolute;
    right: 20px;    
    transition: -webkit-transform 0.2s ease-in-out;
}

.leftNavigation .navbar-nav li > span:after{ top: -2px; transform: rotate(90deg); right:12px;}

.dropdown-item.submenu-dropdown:after{top:7px;transform: rotate(0deg);}

.submenu {
    padding-left: 10px;
    display: none;
}

.nav-item.navclose > span:after {
    transform: rotate(0deg) !important;
}

.dropdown-item.submenu-dropdown.open:after{
    transform: rotate(90deg) !important;   
}

.container-fluid.no-pad{
    padding: 0;
}



.mainWrapper {
    min-height: 93vh;
}
.top-header-wrap {
    padding: 14px;
    text-align: right; 
    display: flex;
    justify-content: flex-end; 
    
    /* border-bottom: 2px solid #ccc; */
}
.logout-btn i {
    margin-right: 3px;
}
ul.navbar-nav li a {
    padding: 5px 11px !important;
    border-radius: 8px;
    letter-spacing: 0.2px;
    font-weight: normal;
    color: #fff !important;
    position: relative;
    margin: 0px 0;
      transition: 0.3s;
}
ul.navbar-nav li a img {
    transform: scale(0);
     margin-left:-9px;
    -webkit-transform:scale(0);
-ms-transform:scale(0);
    transition: 0.3s;
}
ul.navbar-nav li a:hover img{
transform:scale(1);
-webkit-transform:scale(1);
-ms-transform:scale(1);
margin-left:0px;
}
.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: #57585a !important;
    background: #fff;
    color: #000;
      padding: 7px 11px !important;
    border-radius: 8px 0px 0px 8px;
}
.navbar-light .navbar-nav .nav-link.active img{
display:none !important;    
}
.navbar-light .navbar-nav .nav-link.active .border-height{
display:none;    
}

.navbar-light .navbar-nav .nav-link.active:before{
content: "";
    background-image: url(../img/cut-1.svg);
    position: absolute;
    height: 34px;
    right: 0;
    top: -14px;
    width: 14px;
    background-size: 14px;
    background-repeat: no-repeat;  
}
.navbar-light .navbar-nav .nav-link.active:after{
content: "";
    background-image: url(../img/cut--2.svg);
    position: absolute;
    height: 34px;
    right: 0px;
    bottom: -34px;
    width: 14px;
    background-size: 14px;
    background-repeat: no-repeat;   
}

ul.nav-submenu {
    list-style: none;
}

.leftNavigation .navbar-nav li ul.nav-submenu li {
    margin: 0px 0 !important;
}
.leftNavigation .navbar-nav li ul.nav-submenu li a{
  color: #fff !important;
}
.border-height {
    display: block;
    height: 1px;
    background: #b5b2b2;
    margin: 9px 0 0;
    width: 90%;
    margin-left: 0;
    position: relative;
    top: 1px;
}

.contentWrapper {
    padding: 0 30px 0 15px;
    background: #fff;
    /* overflow: hidden; */
    width: calc(100% - 225px);
    box-sizing: border-box;
    margin-top: 0;
    margin-left: 230px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

table {
    box-shadow: 0 0 2px #262424;
    background:#3778bb;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    color: #5a5858;
}

table a, table a:hover{
color:#5a5858;    
}

table th{
text-align:center;    
background:#3778bb;
color: #fff;
padding: 7px 6px;
font-weight: normal;
}
table td{
padding: 7px 6px;
font-weight: 400; 
text-align:center;
background:#fff;
}

.overview-top-section table td{
background:#fbfbfd;    
}

table tr:first-child td:first-child{
 border-radius: 8px 0 0 0;   
}
table tr:first-child td:last-child{
 border-radius: 0px 8px 0 0;   
}
.overview-data-wrap h3 {
    font-size: 25px;
    margin: 5px 0 2px;
    font-weight:700;
    color:rgba(0,0,0,0.5)
}
.table-responsive.agency-table-wrap nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #324989;
    border-color: #324989;
}
.page-link{
color:#333;    
}
.overview-left-side {
    max-height: 393px;
    overflow-y: auto;
    box-shadow: 0 0 2px #262424;
    border-radius: 10px;
    min-height: 388px;
    background: #fbfbfd;
}
.overview-left-side table tr td:last-child{
 min-width:100px;    
}
.overview-left-side table{
box-shadow:none;
border-radius:0px;
}
.overview-left-side table tbody tr {
    border-top: 2px solid #fff;
}

.new-starters-page .overview-left-side {
    max-height: calc(100vh - 200px);
    min-height: 96%;
    box-shadow: 0 0 2px #3778bb;
}
.overview-data-wrap span {
    font-size: 12px;
    font-weight: 700;
     color:rgba(0,0,0,0.5);
}
.overview-data-wrap span i {
    width: 16px;
    height: 16px;
        color: #037c4e;
    border-radius: 100%;
    display: inline-block;
    padding: 1px;
    text-align: center;
    margin-right: 2px;
}


.overview-data-wrap span i.fa.fa-chevron-circle-down {
    color: #ff0000;
  
}
.page-top-margin{
margin-top:40px !important;    
}
.overview-bottom-text-wrap{
margin-top:20px;    
}
.overview-box-data {
    background:#3778bb;
    border-radius: 8px;
    box-shadow: 0 0 2px #262424;
    margin-bottom: 20px;
}
.overview-box-head {
    color: #fff;
    padding: 7px 6px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.overview-inner-data {
    background:#fbfbfd;
    border-radius: 8px;
    padding: 15px 6px;
    text-align: center;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.overview-small-data-inr p {
    margin: 0;
    font-weight: 500;
    color: #324989;
}
.overview-small-data-inr h3 {
    font-size: 17px;
    font-weight:700;
}
.overview-small-data-inr {
    width: 50%;
}
.overview-bigtext-data p {
    margin: 4px 0 1px;
    font-weight: 500;
    color: #324989;
    font-size: 18px;
}
.overview-bigtext-data h3 {
    margin: 0;
    font-weight:normal;
    font-size: 28px;
}
.overview-bigtext-data {
    margin-top: 10px;
}
.logout-btn, .logout-btn:hover {
    position: relative;
    top: 5px;
    padding: 6px 15px 5px;
    font-size: 16px;
    background: #037c4e;
    color: #fff;
    border-radius: 21px;
    border: 1px solid #037c4e;
    cursor: pointer;
    margin-top: 5px;
    font-weight: 400;
    text-transform: uppercase;
    height:37px;
    display:flex;
    align-items:center;
}
.logout-btn:hover{
 background:#475976;   
}


.overview-left-side table th {
    text-align: left;
    padding: 7px 9px;
}
.overview-left-side table td{padding: 4px 9px; text-align:left;background: #fbfbfd;border-bottom: 1px solid #f2f2f2; border-radius:0px !important;}

.red-row td{
 background: #fbbcbc !important;  
 border-bottom: 1px solid #efa5a5 !important;
}
.yellow-row td{
 background: #fbbcbc !important;  
 border-bottom: 1px solid #efa5a5 !important;
}
.overview-data-wrap {
    padding-bottom: 3px;
}
.leftNavigation.menu-fixed:before {
  content: "";
    position: absolute;
    background-image: url(../img/round-corn.png);
    width: 12px;
    height: 15px;
    top: 0;
    right: -4px;
    background-size: 14px;
    background-repeat: no-repeat;
}

.leftNavigation.menu-fixed:after {
    content: "";
    position: absolute;
    background-image: url(../img/round-corn-2.png);
    width: 17px;
    height: 15px;
    bottom: -7px;
    right: -9px;
    background-size: 14px;
    background-repeat: no-repeat;
}

.table-responsive{
overflow:visible;    
}
.worker-detal-view-wrap {
    padding: 15px;
    text-align: left;
    background:#fff;
}
.blue-heading {
    font-size: 15px;
    color: #324989;
    margin: 0 0 10px;
}
.detail-form-wrap {
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
    align-items:flex-start;
    flex-wrap:wrap;
}
.view-data-div {
   background: #fbfbfd;
    padding: 6px 8px;
    margin: 0 7px 14px;
    border-radius: 16px;
    border: 1px solid #e3e3f3;
}
.width-10 {
    width: 10%;
}
.width-26 {
    width: 25%;
}
.width-18 {
    width: 18%;
}
.width-14 {
    width: 14%;
}
.width-12 {
    width: 12.5%;
}

.width-37{
width:37.5%;    
}
.width-39 {
    width:39%;
}
.width-13 {
    width:13%; 
}
.width-39{
 width:39%;   
}
.view-data-div span {
    color:#3778bb;
    font-weight: 700;
    margin-right: 10px;
}
.width-50 {
    width: 50%;
}

.width-75{
width:75%;    
}

.repeat-worker-view-data span {
    margin: 0;
}
.view-data-div.form-view-data {
    padding: 0;
    margin: 0 7px 14px;
    border: 0;
    background: none;
    box-sizing: border-box;
}
.view-data-div.form-view-data select {
    background: #fbfbfd;
    padding: 6px 5px;
    border-radius: 16px;
    border: 1px solid #e3e3f3;
    width: 100%;
    background-size: 12px !important;
    /*background-position: right 5px center !important;*/
}

.dtl-from-wrap .blue-heading { 
    margin-left: 8px;
}
.width-100{
width:100%;    
}
.padding-wrap{
padding:0px 7px;    
}
.green-btn{width: 100%;padding:0px 15px 4px;font-size: 16px;background: #3778bb;color: #fff;border-radius: 11px;border: 1px solid #3778bb;cursor: pointer;margin-top: 5px;font-weight: 400;display:flex;align-items:center;height: 41px;text-transform: capitalize;justify-content:center;}

.green-btn:hover, .green-btn:focus{
 border-color: #3778bb;
    background: #fff;
    color: #3778bb;
    outline: none;
    box-shadow: none;
}
.row-margin-none {
    margin: 0;
}
.view-data-div span i {
    font-size: 17px;
}

.page-filter-wrap .form-control {
    font-size: 13px;
    display: block;
    width: 100%;
    height: 28px !important;
    padding: 0 32px 0 10px !important;
    font-weight: 400;
    border-radius: 8px;
    border: 1px solid #c3c0c0;
    min-width:97px;
    background-color:#fff;
}
.page-filter-wrap .form-group {
    margin-bottom: 0;
}
.page-filter-wrap {
    margin-bottom: 11px;
}
.filter-search-wrap {
    position: relative;
}
.page-filter-wrap .form-control {
    background-size: 12px !important;
}
.filter-search-wrap .filter-btn, .filter-search-wrap .filter-btn:focus{
    position: absolute;
    box-shadow:none;
    outline:none;
    color: #324989;
    top: 0px;
    height:100%;
    right: 5px;
    background: none;
    border: 0;
    display:flex;
    align-items:center;
}
.page-filter-wrap .row{
 align-items:center;   
}
.filter-record-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.status-services-record-filter {
    display: flex;
    align-items: center;
}
.status-services-record-filter .form-group {
    margin: 0 0 0 10px;
}
.page-filter-pagination {
    margin-left: 10px;
}
select{
  background-image: url(../img/select_bg.png) !important;
      background-color: #fff !important;
      background-repeat: no-repeat !important;
      background-size:15px !important;
      background-position: right 11px center !important;
      -webkit-appearance: none;
      padding-right:13px !important;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;    
}

.blue-btn {
    height: 37px;
    min-width: auto;
    font-size: 16px;
    background: #037c4e !important;
    border-color: #037c4e !important;
    color: #fff;
    margin-left: 4px;
    text-transform: uppercase;
    border-radius: 21px;
    padding: 6px 13px;
}

.blue-btn:hover{ 
     border-color: #475976 !important;
    background: #475976 !important;   
}

.page-heading {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}
.page-heading.d-flex {
    justify-content: space-between;
    align-items: center;
}
.page-heading .green-btn{
width: auto;

    margin:0px;
}

.page-head-wrap {
    margin-bottom: 20px;
    margin-top:40px;
}
.agency-table-wrap table tr th, .agency-table-wrap table tr td{
text-align:left;   
padding-left:12px;
}
.status-services-record-filter .form-group .form-control {
    max-width: 200px;
}
.agency-table-wrap table tr td {
    border-bottom: 1px solid #f5f5f5;
}
.table-action a {
    border: 1px solid #ccc;
    padding: 1px 5px;
    display: inline-block;
    border-radius: 5px;
    background: #f2f2f2;
    font-size: 14px;
}
.table-action a:hover{
background:#ccc;    
}
.agency-form-wrap {
    max-width: 80%;
    margin: 0 auto 30px;
    
}

.upload-instruction-form{
max-width:400px;    
}

.upload-instruction-form .page-heading{
text-align:center;    
} 

.upload-instruction-form .form-group .form-control {
    padding: 7px 20px;
    font-weight: normal;
    font-size: unset;
    height: 37px !important;
    border-radius: 20px;
    background-color: #fbfbfd !important;
    border: 1px solid #e3e3f3;
    color: #555;
}

.upload-instruction-form select {
    background-image: url(../img/select_bg.png) !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: right 31px center !important;
    -webkit-appearance: none;
    padding-right: 13px !important;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.upload-instruction-form .btn{
width:100% !important;    
}


.filter-btn.d-flex .dropdown-menu.show {
    right: -30px !important;
    left: auto !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: unset;
    text-decoration: none;
    background-color: #f1f2f3;
}
.form-control.input-error {
    border-color: #dc3545;
    background: #ffd1d5;
    color: #dc3545;
}
.error-danger {
    color: #dc3545;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 0;
}
.switch {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 26px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #324989;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
label{
font-weight:500;    
}
.footer {
    text-align: center;
    font-size: 12px;
    padding: 4px 0;
    display:none;
}
.swal-button, .swal-button:hover{
    background-color:#037c4e !important;
    opacity:1;
    
}
.swal-modal{
width:310px;    
}
.form-group .green-btn {
    width: auto;
    min-width: 200px;
    float:right;
}

.btn.btn-primary.blue-btn.reset-filter {
    display: flex;
    align-items: center;
       
}
.filter-btn.d-flex {
    justify-content: end;
}

.worker-form-wrap h5 {
    font-size: 15px;
    margin: 0 0 16px 0;
    color: #000;
}
.custom-control.custom-radio {
    margin-right: 10px;
}
.worker-radio-wrap {
    display: flex;
    align-items: center;
}
.worker-termand-condition-wrap .error-danger {
    margin-bottom: 10px;
}
.custom-control-label::before{
top:1px;    
}
.custom-control-label::after{
top:1px;    
}
.radio_btn_class {
    flex-wrap: wrap;
}
.radio_btn_class label {
    display: inline-block;
    width: auto !important;
    margin: 0px 3px;
}
.hidden {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.radio_btn_input:checked + span, .radio_btn_class span:hover, .radio_btn_class span:active {
    background: #2486A0;
    color: #fff;
}
.radio_btn_input:checked + span, .radio_btn_class span:hover, .radio_btn_class span:active {
    background:#475976;
    color: #fff;
}

.radio_btn_class span {
    position: relative;
    display: grid;
    margin: 0 5px 0 0;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    background: #f2f2f2;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    
    border-radius: 3px;
    height: 48px;
    /* padding-top: 13px; */
    align-items: center;
}
.radio-flex-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.radio-flex-wrap h5{
margin:0px 20px 0px 0px;   
min-width:154px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #475976;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #475976;
}

.worker-termand-condition-wrap .form-control-369{
 font-size:unset;    
}

.worker-termand-condition-wrap .form-control-369 input{
width:18px;
height:18px;
}

.worker-doc-img {
    text-align: center;
    margin-top: 10px;
    border: 1px dashed #ccc;
    padding: 2px;
    background: #fcfcfc;
    border-radius: 3px;
    max-width: 120px;
    position: relative;
}
.worker-doc-img img {
    height: auto !important;
    max-height: 43px !important;
    border-radius: 3px;
}

.worker-doc-img .del {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    padding: 1px 4px;
    border-radius: 3px;
    cursor: pointer;
    display:none;
}
.worker-doc-img:hover .del{
display:block;    
}


.ui-widget.ui-widget-content {
    border: 0px !important;
    padding: 0px !important;
}
.ui-datepicker .ui-datepicker-header {
    border-radius: 0 !important;
    border: 0 !important;
    padding: 2px !important;
    background: #f5f5f5 !important;
}
table.ui-datepicker-calendar {
    border-radius: 0;
    background: #fff;
}
.ui-datepicker td a {
    text-align: center !important;
    background: #fff !important;
    border: 1px solid #f3eeee !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #475976 !important;
    color: #fff !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    padding: 2px !important;
    border: 1px solid #f2f2f2 !important;
    font-size: 12px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #037c4e !important;
    background: #037c4e !important;
}
.input-relative-box {
    position: relative;
}
.input-relative-box i {
    position: absolute;
    right: 0;
    top: 19px;
    color: #475976;
    right: 8px;
}

.instructions-table-wrap table th{
    text-transform: capitalize;
background:#fff;
color:unset;
border-bottom: 2px solid #f2f2f2;
}
.instructions-table-wrap table{
box-shadow:none;
border-radius:0px;
border:0px;
background:#fff;
}
.instructions-table-wrap table tr:first-child td:first-child {
    border-radius: 0px;
}
.instructions-table-wrap table tr:first-child td:last-child {
    border-radius: 0px;
}
.intro-in-progress, .intro-view-detail{
    background: #ffc400;
    color: #fff;
    width: 100%;
    padding: 2px 15px 5px;
    font-size: 16px;
    /* background: #037c4e; */
    color: #fff;
    border-radius:11px;
    border: 1px solid #ffc400;
    cursor: pointer;
    margin-top: 5px;
    font-weight: 400;
}
.int-btn {
    min-width: 70% !important;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 0 11px 0 0 !important;
}

.intro-view-detail{
 background-color:#037c4e;
 border:1px solid #037c4e;
}
.int-btn:hover{
 color:#fff;
 border-color:#475976;
 background:#475976;
}
.fixed-footer {
    position: fixed;
    width: calc(100% - 245px);
    bottom: 5px;
    left: 240px;
}
.fixed-footer tr{
display:table;
width:100%;
}
.fixed-footer .t-foot-data-td span {
    display: inline-block;
    margin-left: 13px;
}
.agency-table-wrap table .fixed-footer .t-foot-data-td {
    text-align: right !important;
}
.fixed-footer tr td{
border:0px !important;
padding:5px !important;
}
.t-foot-data-inner-wrap {
   border: 1px solid #d3d1d1;
    padding: 3px 8px;
    border-radius: 11px;
    padding-right: 42px;
}
.t-foot-button {
    display: flex;
}
.t-foot-button .int-btn {
    margin-right: 10px !important;
    width: 50%;
    text-transform: capitalize;
    font-size: 16px;
    min-width: auto !important;
    display: flex;
    min-width: 180px !important;
    height: auto;
    /* padding: 2px; */
}
.padding-wrap.worker-button-wrap .dropdown-menu {
    width: 100%;
    border: 0;
    box-shadow: 0 0 4px #ccc;
}
.padding-wrap.worker-button-wrap .dropdown-menu a{
border-bottom: 1px solid #f2f2f2 !important;
padding:5px !important;
text-align:center;
}
.padding-wrap.worker-button-wrap .dropdown-menu a:last-child{
border-bottom:0px !important;    
}
.inner-page-table table{
background: #fff;
    border-radius: 0;
    box-shadow: none;
    border-collapse: separate;
    border-spacing: 0 2px;
}
.inner-page-table thead tr th:first-child{
 border-radius:10px 0px 0px 10px;    
}

.inner-page-table thead tr th:last-child{
 border-radius:0px 10px 10px 0px;    
}
.inner-page-table tr td{
    border:0px;
}

.inner-page-table tr.yellow-row td:first-child {
    border-radius: 10px 0 0 10px !important
    
}
.inner-page-table tr.red-row td:first-child {
    border-radius: 10px 0 0 10px !important
    
}
.inner-page-table tr td{
background:#fff;    
}
.inner-page-table tr td:last-child {
    border-radius: 0px 10px 10px 0px !important;
    
}
.upload-instruction-page-wrap{
 display:flex;
 align-items:center;
 min-height:100vh;
}
.last-itm-padding {
    padding-right: 20px;
}
a.nav-link.log-out {
    background: #57585a;
    width: 90%;
    margin-top: 11px;
    text-align: center;
    display: table;
    margin: 9px 0;
}
span.red-dott {
    width: 10px;
    height: 10px;
    background: #861313;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    top: 5px;
    margin-left: 7px;
    float: right;
    margin-right: 5px;
}

.worker-detail-top-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0px -7px;
}
.worker-detail-top-wrap a {
    background: #fbfbfd;
    padding: 3px 21px;
    margin: 0 4px;
    border-radius: 16px;
    border: 1px solid #e3e3f3;
    color:#3778bb;
    text-align: center;
    font-weight: 700;
    display: inline-block;
}
.worker-detail-top-wrap a:hover{
    background:#3778bb;
    border-color:#3778bb;
    color:#fff;
}
.worker-detail-top-wrap a.active{
  background:#3778bb;
    border-color:#3778bb;
    color:#fff;   
}

.worker-top-col-left {
    width: 45%;
}
.worker-top-col-right {
    width: 55%;
    text-align: right;
}
.self-assesbtn{
min-width:140px;    
}
.worker-detail-left-side {
    box-shadow: none;
    background: #fff;
    border-radius: 0px;
    padding: 0px;
}
.worker-detail-left-side .worker-detal-view-wrap{
padding:0px;
background:#fff;
}
.worker-detail-left-side .worker-detal-view-wrap .blue-heading {
    font-size: 15px;
    color: #fff;
    margin: 0 0 15px;
    background:#3778bb;
    padding: 7px 12px 8px;
    border-radius: 10px;
    font-weight: normal;
}
.view-data-div.fee-modal-flex {
    display: flex;
}
.view-data-div.fee-modal-flex .worker-select-wrap{
 width:56%;    
}

.worker-select-wrap select {
    width: 100%;
    border: 0;
    background-color: #fbfbfd !important;
    color: rgba(0,0,0,0.5);
    background-image: url(../img/select-bg-3.png) !important;
}

td.t-foot-data-td.worker-table-footer {
    border: 0;
    padding: 0;
}

td.t-foot-data-td.worker-table-footer .t-foot-data-inner-wrap{
padding: 14px 0;
    text-align: right;
    border-radius: 0;
    border: 0;    
}
td.t-foot-data-td.worker-table-footer .t-foot-data-inner-wrap span{
display:inline-block;
margin-left:20px;
}
.view-data-div input {
    width: 100%;
    padding: 1px 0;
    background: none;
    border: 0;
    color: rgba(0,0,0,0.5);
}
.view-data-div.worker-detail-approve-btn-wrap {
    background: none;
    border: 0;
    padding: 0;
}

.view-data-div.worker-detail-approve-btn-wrap .green-btn{
height:35px;
height:auto;
}
.worker-not-registred-info {
    text-align: center;
    margin: 3px 0 0;
    color: #861313;
    font-weight: 700;
}
.overview-box-data.document-declaration-wrap {
    background: #3778bb;
    box-shadow: 0px 0px 3px #3778bb;
}

.up-doc-repeat p {
    margin: 4px 0;
    color: #3778bb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 89%;
}
.up-doc-repeat p span, .up-doc-repeat p a{
color:rgba(0,0,0,0.5);
text-decoration:none; 
margin-left:3px;
}
.up-doc-repeat {
    display: flex;
    justify-content: space-between;
}
.up-doc-repeat span a {
    color: #3778bb;
    font-size: 12px;
    cursor: pointer;
}
.up-doc-repeat span a i{
font-size:15px;    
} 
.select-gender-wrap select {
    width: 100%;
    color: rgba(0,0,0,0.5);
    border: 0;
    background-color: #fbfbfd !important;
        background-image: url(../img/select-bg-3.png) !important;
}
.worker-uploaded-doc-wrap {
    padding-bottom: 15px;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 15px;
}
.browse-for-doc-wrap {
    position: relative;
    background: #fbfbfd;
    background: #fbfbfd;
    padding: 4px 8px;
    /* margin: 0 7px 14px; */
    border-radius: 16px;
    border: 1px solid #e3e3f3;
    height: 30px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.browse-for-doc-wrap input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    left:0px;
}
.up-worker-doc-head {
    margin: 0;
    color: #3778bb;
    font-weight: bold;
}

.select-doc-type-wrap {
    display: flex;
    align-items: center;
    margin:0px -10px;
    flex-wrap:wrap;
}
.select-doc-type-wrap .worker-select-wrap, .select-doc-type-wrap .upload-btn-wrap{
width:50%;
margin:3px 0px;
padding:0px 10px;
}
.select-doc-type-wrap select {
    padding: 4px 31px 4px 4px !important;
    border-radius: 18px;
    border: 1px solid #3778bb;
    box-shadow: 0px 0px 2px #3778bb;
    background-color: #fff !important;
    color: #3778bb;
    background-image: url(../img/select-bg-2.png) !important;
}
.light-blue-btn{
    padding-left: 0;
    padding-right: 0;
    background: #3778bb;
    border-color: #3778bb;
    height: 30px;
    padding-top:2px;
    margin: 0;
    font-size: 14px;    
}
.worker-status-top-wrap.d-flex {
    align-items: center;
    color: #fff;
    justify-content: space-between;
    padding: 0px 10px 0 0;
}
.worker-status-top-wrap b{
font-weight:700;    
}

.dark-green-btn {
    background:#037c4e !important;
    border-color: #037c4e !important;
    height: 36px !important;
    color:#fff !important;
}

.dark-green-btn b{
font-weight:700;    
}

.worker-status-changebtn-wrap textarea {
    background: #fbfbfd;
    padding: 10px 8px;
    margin: 0;
    border-radius: 16px;
    border: 1px solid #e3e3f3;
    width: 100%;
    margin-top: 12px;
    text-align: center;
    resize: none;
    height: 66px;
}
.status-red-bg {
    background: #861313 !important;
    box-shadow: 0 0 3px #861313 !important;
}
.status-green-bg {
    background:#037c4e !important;
    box-shadow: 0 0 3px #037c4e !important;
}
.status-green-bg .dark-green-btn{
    background:#861313 !important;
   border-color:#861313 !important;
}
.purple-border td {
    background: #3778bb !important;
    color: #fff;
}

.new-starter-bocument-declar-wrap .worker-detal-view-wrap{
padding:10px;    
}

.new-starter-bocument-declar-wrap .up-doc-repeat p{
width:87%;    
} 

.new-starter-bocument-declar-wrap .select-doc-type-wrap{
 display:block;
 margin:0px;
}
.new-starter-bocument-declar-wrap .select-doc-type-wrap .worker-select-wrap, .new-starter-bocument-declar-wrap .select-doc-type-wrap .upload-btn-wrap {
    width: 100%;
    padding: 0;
}
.new-starter-bocument-declar-wrap .select-doc-type-wrap .worker-select-wrap{
margin:9px 0px;    
}

.new-starter-bocument-declar-wrap .upload-btn-wrap button{
 padding-top: 2px; 
}

.onhold-page-tble-wrap .green-btn{
margin:0px; 
height:31px;
}
.onhold-page-tble-wrap tr td:last-child {
    background: #fff !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #f5f5f5 !important;
}
.onhold-page-tble-wrap table td{
padding:3px 6px;    
}

.onhold-page-tble-wrap table tr td:nth-last-child(2) {
    border-radius: 0px 10px 10px 0px !important;
}

.nav-submenu {
    list-style: none;
    padding-left: 0;
    background: #fff;
    border-radius: 8px 0px 0px 8px;
    margin: 1px 0;
    position: relative;
}
.navbar-light .navbar-nav .nav-submenu li a {
    color: #57585a !important;
    margin: 0 !important;
    padding: 5px 10px !important;
}

.navbar-light .navbar-nav .nav-submenu li a i{
color: #037c4e !important;
    margin-right: 10px;
    display: inline-block;    
}


.nav-submenu:before {
    content: "";
    background-image: url(../img/cut-1.svg);
    position: absolute;
    height: 34px;
    right: 0;
    top: -14px;
    width: 14px;
    background-size: 14px;
    background-repeat: no-repeat;
}

.nav-submenu:after {
    content: "";
    background-image: url(../img/cut--2.svg);
    position: absolute;
    height: 34px;
    right: 0px;
    bottom: -34px;
    width: 14px;
    background-size: 14px;
    background-repeat: no-repeat;
}
.form-group.form-btn-wrp button {
    width: 100%;
    margin: 1px 0 0;
    height: 33px;
}
.page-filter-pagination span i{
    margin-left: 2px;
}

.payroll-td-btn-wrap {
    display: flex;
    align-items: center;
}
.payroll-td-btn-wrap .green-btn {
    padding: 0px;
    height: auto;
    margin: 0 0 0 10px;
    height: 31px;
    width: 190px;
    font-size: unset;
    display: flex;
    align-items: center;
    line-height: 13px;
}
td.payroll-lt-child-td {
    width: 220px;
}
.payroll-td-btn-wrap .td-view-btn {
    width:95px;
    background: #fff;
    color: #3778bb;
    border-color: #3778bb;
}
.payroll-td-btn-wrap .td-view-btn:hover{
  background:#3778bb;
  color:#fff;
}


.payroll-list-top-wrap{
margin-bottom:15px;    
}
.payroll-list-top-wrap .worker-top-col-left, .payroll-list-top-wrap .worker-top-col-right{
 width:auto;    
}
.payroll-year-dropdown {
    background-color: #fbfbfd !important;
    padding: 3px 13px;
    margin: 0 4px;
    border-radius: 16px;
    border: 1px solid #e3e3f3;
    color: #3778bb;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    padding-right: 30px !important;
    background-image: url(../img/select-bg-3.png) !important;
}
.payroll-tblbtn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.payroll-tblbtn-wrap .green-btn {
    height: auto;
    width: auto;
    margin: 0 4px;
    padding: 2px 17px 4px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.payroll-tblbtn-wrap .green-btn i {
    margin-left: 5px;
    position: relative;
    top: 1px;
}


.loader-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(76,97,159,0.9);
    top: 0;
    text-align: center;
    z-index: 999;
}
.loader-inner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 42px;
    color:#fff;
}
#loader.hidden{
display:none;    
}






.vat-worker-left-table input {
    width: 75px;
    border: 0;
}
.td-vat-price-td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3778bb;
}
.payroll-td-btn-wrap.vat-worker-btn-td .green-btn {
    width: 83px;
    padding: 0;
}

.active-purchases-edit, .active-reclaim-edit, .active-opening-purchases-edit, .active-opening-sales-edit, .active-opening-reclaim-edit, .active-sales-edit{
    border: 1px solid #f2f2f2 !important;
    font-weight: bold;
    background: #fff !important;
}

.opening-balance-table-wrap td{
background:#e9f3e7 !important;    
}
.opening-balance-table-wrap td:first-child{
border-radius: 10px 0px 0px 10px !important;    
}

.opening-balance-first-td{
    border-radius: 10px 0px 0px 10px !important;    
}

.opening_balance td{
    background:#e9f3e7 !important; 
}   

.opening-balance-first-td{
width:35%;    
}
.submit-opening-btn .green-btn, .payroll-td-btn-wrap.vat-worker-btn-td.submit-btn .green-btn{
background: #4760a3 !important;
    border-radius: 11px;    
    color:#fff !important;
}

.opening_balance input {
    background: none;
    box-shadow: none;
    outline: none;
}

.td-vat-price-td.vat_gain_td input {
    width: 75px;
    background: none;
    border: 0;
    padding: 0;
}
.td-vat-price-td.vat_gain_td .green-btn {
    padding: 4px;
    border-radius: 3px;
    font-size: 12px;
    height: auto;
    margin: 0 0 0 2px;
}

.table-responsive.agency-table-wrap.inner-page-table.worker-wat-detal-table .worker_outstanding_table tr td .green-btn {
    font-size: 11px;
    padding: 3px 8px;
    margin: 0 1px;
}

.table-responsive.agency-table-wrap.inner-page-table.worker-wat-detal-table .worker_outstanding_table tr td{
    border: 0;
    font-size: 11px;
    padding: 2px;
}
/***Media css****/



@media screen and (min-width: 1750px){
.contentWrapper {
    margin: 15px auto 0;
    float: none;
    padding-left: 186px;
}
.workerlisting-page-wrapper .page-filter-wrap{
right:190px;    
}
.worker-detail-top-wrap.page-filter-wrap.released-page-top-btn {
    width: calc(100% - 177px);
    justify-content: flex-end;
    top: -1px;
}
.overview-left-side{
max-height:495px;
min-height:495px;  
}
body{
font-size:16px;    
} 
.overview-left-side table td, .overview-left-side table th{
font-size:14px;    
}

.overview-small-data-inr h3{
font-size:26px;    
}
.overview-bigtext-data p{
font-size:25px;    
}
.overview-bigtext-data h3{
font-size:48px;    
}
.overview-data-wrap h3{
font-size:29px;    
}
.overview-data-wrap span{
font-size:15px;    
}
.fixed-footer {
    width: calc(100% - 435px);
    left: 310px;
}
}


@media screen and (min-width:1439.99px){
.wrk-flx-wrap span {
    width: 163px;
    font-size: 10px;
    margin-right: 3px;
}
span.sml-span {
    width: 68px !important;
}
.view-data-div input, .view-data-div span{
font-size:13px;    
}
.view-data-div{
align-items:center;    
}
.worker-select-wrap select{
font-size:13px;    
}
.workview-label-small{
display:none;    
}
.overview-left-side table tr td:last-child {
    min-width: 140px;
}
}

@media screen and (max-width:1439px){
.wrk-flx-wrap span{
display:none !important;    
}    
.view-data-div.fee-modal-flex .worker-select-wrap {
    width: 100%;
}
.workview-label-small {
    color:#3778bb;
    font-weight: 700;
    margin-right: 0;
    margin-left: 11px;
    margin-bottom: 4px !important;
    display: block;
    font-size: 12px;
}

}

@media screen and (max-width:1400px){
body{
font-size:13px;    
} 
.view-data-div{
font-size: 11px;
    padding: 6px 5px;   
}
}

@media screen and (max-width:1280px){
 .overview-bigtext-data h3{
    font-size:23px; 
 } 
 .overview-data-wrap h3{
    font-size:18px; 
 }
 .overview-left-side {
    max-height: 373px;
    min-height: 373px;
}
.new-starter-bocument-declar-wrap .browse-for-doc-wrap {
    font-size: 11px;
    padding-top: 6px;
}
.agency-table-wrap table tr th, .agency-table-wrap table tr td{
font-size:11px;    
}
.t-foot-button .int-btn {
    margin-right: 3px !important;
    font-size: 13px;
    min-width: 143px !important;
    padding-top: 2px;
}
}


@media screen and (max-width:1199px){
.full-width-for-tab {
    max-width: 100%;
    flex: 100%;
}
.overview-left-side {
    margin-bottom: 20px;
    max-height: inherit !important;
}
.worker-top-col-right{
width:80%;    
}
.agency-table-wrap table tr th, .agency-table-wrap table tr td {
    font-size: 10px;
}
.page-filter-wrap .form-control{
font-size:12px;    
}
}

@media screen and (max-width:1024px){
.page-filter-wrap .col-lg-8 .page-filter-wrap .col-lg-4{
max-width:100%;
flex:100%;
}
}

@media screen and (max-width:991px){
.leftNavigation.menu-fixed{
 display:none;    
} 
.logo-for-mobile {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 20px;
    height:55px;
    top: 0;
    display: block;
    align-items: center;
    padding-top: 9px;
}
.leftNavigation.menu-fixed:before, .leftNavigation.menu-fixed:after{
 display:none;    
}

.contentWrapper {
    padding: 0 15px 0 15px;
    width: 100%;
    margin-left: 0;
}
.table-responsive{
overflow-x:auto;    
}
.mobile_menu_btn {
    display: block !important;
    height: 55px;
}
.mobile_menu_btn i {
    position: absolute;
    top: 13px;
}
.top-header-wrap{
position:absolute;  
padding:0px 12px;
right:0px;

}


.page-top-margin {
    margin-top: 36px !important;
}
.overview-top-section table{
 width:991px !important;   
}
.workerlisting-page-wrapper .page-filter-wrap {
    margin-bottom: 10px;
    position: static;
    right: 0;
    z-index: 999;
}
.dataTables_wrapper .dataTables_filter input{
 width:113px;    
}
.leftNavigation.menu-fixed.open_menu { 
    display: block;
    background:#57585a;
    height: 100%;
    z-index: 99;
}
.fa.fa-bars.fa-times:before {
    content: "\f00d";
}
i.fa.fa-bars.fa-times { 
    margin-left: 210px;
    position: relative;
    background: #fff;
    font-size:21px;
    top:0px;
}
.fixed-footer {
    position: static;
    width: 100%;
    bottom: 0;
    left: 0;
}
.fixed-footer tr {
    display: table-row;
}
.agency-table-wrap table tr th, .agency-table-wrap table tr td {
    font-size: 13px;
}
.filter-record-wrap {
    justify-content: start;
    margin: 10px 0;
    flex-wrap: wrap;
}

}

@media screen and (max-width:767px){
    .custom-col{
     width:100% !important;   
    }
    .worker-detail-top-wrap.page-filter-wrap.released-page-top-btn {
    width: 100%;
    position: static;
    margin: 0 0 8px;
}
    .worker-detail-top-wrap{
    display:block;
    margin:0px;
    }
    .worker-top-col-right {
        width: 50%;
        /* margin-top: 6px; */
        text-align: left;
        float: right;
    }
    .dataTables_length{
        float: right !important;
        margin-top:8px;
    }
    .dataTables_filter{
        float: left !important;
    }
    .dataTables_filter input{
        width: 100% !important;
    }
.worker-top-col-left {
    width: 50%;
    float: left;
}
.worker-detail-top-wrap a{
margin:4px;    
float:right;
}
    lable.workview-label-small.blank-lable {
    display: none;
}
    .page-heading{
     font-size:25px;    
    }
    .agency-form-wrap, .upload-instruction-form{
     max-width:100%;    
    }
    
    .worker-radio-wrap{
    display:block;    
    }
    .custom-control.custom-radio {
    margin-right: 0;
    margin-bottom: 8px;
}
.worker-termand-condition-wrap .form-control-369 .term-check-text {
    width:90%;
}
.worker-termand-condition-wrap .form-control-369 {
    align-items: start;
}
.worker-termand-condition-wrap {
margin-bottom:20px;    
}
.filter-record-wrap, .status-services-record-filter{
 display:block;    
}
.status-services-record-filter .form-group .form-control {
    max-width: 100%;
}
.status-services-record-filter .form-group {
    margin: 4px 0;
    width: 100%;
}
}

@media screen and (max-width:411px){
 .page-heading.d-flex{
    display:block !important; 
 }   
 .page-heading .green-btn {
    display: block; 
    margin: 10px 0;
    text-align: center;
}

}

.negative_price{
    color:#b05252;
}
.positive_price{
    color:#037c4e;
}
.yellow-row td{
    background-color:#ffcb98 !important;
}

.vat_report_close {
    color: #ff0000;
    margin-left: 5px;
    cursor: pointer;
}.btn-create {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 999;
    background: #fff;
    font-size: 60px;
    border-radius: 50%;
    padding: 0;
    line-height: 0;
    color: #3778bb !important;
}
table.dataTable thead th{
    border:unset;
}
.move-to-next {
    font-size: 14px;
    padding: 6px 20px;
    display: unset;
    width: 46px;
    text-align: center;
}
.grey-btn{
    background-color: #57585a;
    color:#fff !important;
}
.grey-btn:hover{
    color:grey !important;
}
.ui-timepicker-standard{
    z-index: 999999 !important;
}
.client_logged{
    background: red;
    border-color: red;
}
.client_logged:hover, .client_logged:focus{
    background: #fff;
    border-color: red;
    color:red;

}

.log-history{
    max-height: 350px;
    overflow: scroll;
}
.print_logs{
    width: auto;
}
.print_logs i{
    padding: 0px 8px;
}
.current_logged{
    background: green;
    border-color: green;
}
.current_logged:hover, .current_logged:focus{
    background: #fff;
    border-color: green;
    color:green;

}
.pros-view-print{
    float:right;
    color: #3778bb;
    background:#fff;
    /* height:21px; */
}

.prospectus-create input, .telecaller-create input {
    border-left:1px solid #d6dae1;
    padding-left:10px;
}

/* .prospectus-create input:focus, .prospectus-create input[type="number"]:focus, .telecaller-create input:focus, .telecaller-create input[type="number"]:focus  {
    background: #d6dae1;
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
  }
  

.input-desc-hover{
    border:1px solid #3778bb;
}

.input-desc-hover input{
    /* border-left:1px solid #3778bb; */
}


.inner-page-table-new thead tr th:last-child{
    border-radius: 10px 10px 10px 10px;
}

tr:nth-child(even) td{
background-color: #e5e5e5;
}
#example_wrapper{
    overflow: scroll;
}
.export-csv {
    background: #3778bb;
    color: #fff;
    float: right;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.export-csv:hover{
    color:#fff;
    background-color: #3778bb;
}

select.form-control {
    /* border-radius: 10px 10px 0px 10px !important; */
    /* border-color: #00c691 !important; */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    background: transparent !important;
    background-image: url(https://paysliphub.co.uk/assets/images/psh-dropdown.png) !important;
    background-repeat: no-repeat !important;
    background-position: top 13px right 15px !important;
}

.scrollTop {
    position: fixed;
    right: 10px;
    bottom: 100px;
    background-color: #3778bb;
    padding: 10px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .scrollTop a {
    font-size: 18px;
    color: #fff;
  }
  
  .morris-hover {
  position:absolute;
  z-index:1000;
}

.morris-hover.morris-default-style {     border-radius:10px;
  padding:6px;
  color:#666;
  background:rgba(255, 255, 255, 0.8);
  border:solid 2px rgba(230, 230, 230, 0.8);
  font-family:sans-serif;
  font-size:12px;
  text-align:center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight:bold;
  margin:0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space:nowrap;
  margin:0.1em 0;
}

.chhedif
{
    color: #fff;
    background: #1a69bb;
    padding: 10px;
}
.finuloa
{
    display: flex;
    justify-content: space-evenly;
}
.finuloa li
{
    list-style: none;
    display: flex;
}
.finuloa li span {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background: red;
    margin-right: 5px;
}
.navbar-nav .nav-item
{
    position: relative;
}
.notifi_icon
{
    background: yellow;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 2px yellow;
    position: absolute;
    top: 30%;
    right: 15px;
}
}

