
.navbar-brand > img {
    height: 52px;
    width: 200px;
    margin: 0;
    object-fit: contain;
}
a.threads.open-thread:focus {
    background: #fff;
    color: #3aaf22;
}
a.threads.close-thread:focus {
    background: #fff;
    color: red;
}
.btn-info {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
    box-shadow: 0px 2px 6px 0px rgb(54 63 68);
    transition: 0.5s;
    border-radius: 2px
}
.user_img{
    max-height: 40px !important;
    height:40px;
    width:40px;
    margin-top: 0px;
    vertical-align: text-bottom;
    display: unset;
}
.navbar-nav > .dropdown-user > a, .navbar-nav > .dropdown-user > a > span{
    padding-bottom: 0px;
}
.user_dropdown_img{
    height:40px;
    width:40px;
}
.caret:after {
    content: '\f107';
    font-family: 'FontAwesome';
    display: block;
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
i.fa.fa-power-off {
    font-size: 25px;
    margin-top: 7px;
    padding-left: 15px;
}
.logout_bor{
    border-left: 1px solid gainsboro;
}
.navbar-inverse .navbar-nav > li > a.logout_bor{
    transition: 0.5s;
}
.navbar-inverse .navbar-nav > li > a.logout_bor:hover, .navbar-inverse .navbar-nav > li > a.logout_bor:focus{
    background-color:transparent;
    color:#00aeef;
}


.user_login{
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: #00aeef;
}
.navbar.navbar-inverse {
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-header {
    margin-left: -20px;
    border-right: 1px solid gainsboro;
    height: 57px;
}
.text-semibold {
    color: #00aeef;
}
/*Login*/
.panel.panel-body.login-form {
    border: unset;
    margin: 100px auto;
}
.login-form h4 {
    text-align: center;
    font-size: 35px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}
.admin_login .content{
    padding: 0;
}
.content-wrapper.admin_login{
    padding-bottom: 0px;
}
.page-container.login-container{
    display: block;
}
.login-cover {
    background: url(../images/login_cover.jpg) no-repeat;
    background-size: cover;
    overflow-y: hidden;
}
.login-form p {
    text-align: center;
    color: #a4a2a2;
    font-size: 14px;
    margin-bottom: 25px;
}
input:-internal-autofill-selected {
    background-color: #f8f8f8 !important;
}

.admin_login .form-control{
    height: 45px;
    background-color: #f8f8f8;
    border: unset;
    font-size: 12px;
}
.form-control-feedback img {
    margin: auto;
    width: 13px;
    vertical-align: middle;
    display: inline-table;
    margin-top: 7px;
}
.form-group.login-options.text-center {
    margin-top: 20px;
    margin-bottom: 30px;

}
.form-group.login-options.text-center a {
    font-size: 14px;
    font-weight: 400;
}
.admin_login .btn-block  span {
    padding: 10px 60px;
    font-size: 15px;
    border: 2px solid #00aeef;
    font-weight: 600;
    border-radius: 2px;
    transition: 0.5s;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 89%);
    background: #00aeef;
}
.bg-blue {
    border: unset;
    background: unset;
    box-shadow: unset !important;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover{
    border: 1px solid #00aeef;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #00aeef;
    border-color: #00aeef;
}
.btn:hover, .btn:focus, .btn.focus {
    background: unset;
    box-shadow: unset;
    color: black;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 89%);
    transition: 0.5s;
}
.admin_login .btn-block  span:hover {
    background: #fff;
    border: 2px solid #00aeef;
    color:#00aeef;
}
.admin_login a:hover, .admin_login a:focus {
    color: #00aeef;
}
.admin_login a{
    color: #000;
    transition: 0.5s;
}
.login-container .login-form {
    width: 380px;
}
.admin_login a.forgot_pass:hover, .admin_login a.forgot_pass:focus {
    color: #000;
}
.admin_login a.forgot_pass{
    color: #00aeef;
    transition: 0.5s;
    text-decoration: underline;
}
.admin_login .form-group {
    margin-top: 15px;
}
/*Header & Sidebar*/
.toggle_img{
    margin-top: 7px;
    width:20px;
}
.tab_img img{
    height: 22px;
    width: 25px;
}
.tab_img {
    display: flex !important;
}
.tab_img .user_hover {
    display:none;
}
.tab_img .user_nonhover {
    display:block;
}
.tab_img:hover .user_nonhover {
    display:none;
    transition: 0.5s;
}
li.active .tab_img .user_hover {
    display:block;
    transition: 0.5s;
}
.tab_img:hover .user_hover {
    display: block;
}
li.active .tab_img .user_nonhover {
    display:none;
    transition: 0.5s;
}
.user_nav_tabs .nav-tabs {
    border-bottom: 2px solid #00aeef;
}
.user_nav_tabs .nav-tabs > li.active > a, .user_nav_tabs .nav-tabs > li.active > a:hover, .user_nav_tabs .nav-tabs > li.active > a:focus,.user_nav_tabs .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #333333;
    background-color: #00aeef;
    border: 1px solid #00aeef;
    border-bottom-color: #00aeef;
    cursor: pointer;
}
.tab_img span {
    text-align: center;
    padding: 0px 5px;
    color: #000;
    transition: 0.5s;
}
.tab_img:hover span{
    color: #fff;
}
.user_nav_tabs .nav-tabs > li > a {
    margin-right: 5px;
    background-color: #fff;
}
.user_nav_tabs .nav-tabs > li{
    margin-bottom: 0px;
}
.btn-success {
    color: #fff;
    background-color: #00aeef !important;
    border-color: #00aeef !important;
    padding: 6px 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 6px 0px rgb(54 63 68 / 46%);
    -moz-box-shadow:0px 2px 6px 0px rgb(54 63 68 / 46%);
    box-shadow:0px 2px 6px 0px rgb(54 63 68 / 46%);
    transition: 0.5s;
}
.backcss{
    color: #fff;
    background-color: #00aeef !important;
    border-color: #00aeef !important;
    padding:2px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 6px 0px rgb(54 63 68 / 46%);
    -moz-box-shadow:0px 2px 6px 0px rgb(54 63 68 / 46%);
    box-shadow:0px 2px 6px 0px rgb(54 63 68 / 46%);
    transition: 0.5s;
    border: 1px solid #00aeef !important;
}
.btn-success:hover,.backcss:hover{
    color: #00aeef;
    background-color: #fff !important;
    border: 1px solid #00aeef !important;
    box-shadow: 0px 2px 6px 0px rgb(54 63 68 / 46%);
}
.required {
    color: red !important;
}
.steps-form h3 span {
    border-bottom: 2px solid #00aeef;
    padding: 8px 0px 9px 0px;
}
.select_box-style{
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: #f2f2f2;
    background-image: none;
    border: unset;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bg-teal {
    /*    background-color: #00d579 !important;
        border-color: #00d579;
        color: #fff !important;*/
}
.bg-teal {
    background-color: #00aeef !important;
    border-color: #00aeef;
    color: #fff !important;
    padding: 8px 30px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 15px;
    -webkit-box-shadow: 0px 2px 6px 0px rgb(54 63 68 / 46%) !important;
    -moz-box-shadow:0px 2px 6px 0px rgb(54 63 68 / 46%) !important;
    box-shadow: 0px 2px 6px 0px rgb(54 63 68 / 46%) !important;
    margin-right: 10px;
}
.btn-danger{
    background-color: #f61d60 !important;
    border-color: #f61d60;
    color: #fff !important;
    padding: 6px 15px;
    border-radius: 5px;
    font-weight: 500;
    -webkit-box-shadow:0px 2px 6px 0px rgba(246, 29, 96, 0.66);
    -moz-box-shadow:0px 2px 6px 0px rgba(246, 29, 96, 0.66);
    box-shadow:0px 2px 6px 0px rgba(246, 29, 96, 0.66);
    transition: 0.5s;
}
.bg-teal:hover{
    background-color: #fff !important;
    border-color: #00aeef;
    color: #00aeef !important;
}
.btn-danger:hover{
    background-color: #fff !important;
    border-color: #f61d60;
    color: #f61d60 !important;
    -webkit-box-shadow:0px 2px 6px 0px rgba(246, 29, 96, 0.66);
    -moz-box-shadow:0px 2px 6px 0px rgba(246, 29, 96, 0.66);
    box-shadow:0px 2px 6px 0px rgba(246, 29, 96, 0.66);
}
/*Table*/
.table-bordered tr:first-child > td, .table-bordered tr:first-child > th {
    border-top-color: #fff;
}
.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 #fff;            
}
.table.table-striped.table-bordered th {
    background-color: #00aeef;
    border: 0px !important;
    color: #fff;
    padding: 10px 10px !important;
}
.table-bordered {
    border: 1px solid #fff;
}

a.tab_img.case_img img {
    width: 15px;
}
span.calendar {
    position: relative;
    bottom: 28px;
    float: right;
    right: 15px;
}
input.form-control.form-control-user.datepicker {
    padding: 0px 0px 0px 14px;

}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9 !important;
}
li.active .tab_img span {
    color: white;
}
.search_sort{
    width: 200px;

}

table ul li .fa.fa-check-square-o {
    background-color: #ff8626
}
table ul li .fa.fa-check-square-o:hover {
    background-color: white;
    color:  #ff8626;
    border-color:  #ff8626;
}
.content.user_nav_tabs.case_tabs {
    padding: 0px 20px;
}
ul.nav.nav-tabs.case-view {
    margin: 10px 20px 0px 20px;
}
.panel.panel-flat.panel-flat-case {
    margin: 0px 19px;
}
a.breadcrumb-sub {
    color: #00aeef;
    font-size: 14px;
    text-decoration: underline;
}
li.breadcrumb-sub {
    color: #00aeef;
    font-size: 14px;
}

.tab-content .tab-pane {
    margin: 0px 20px;
    background-color: #fff;
    height: auto;
    padding: 13px 3px
}
.active .tab_img.case_img {
    background-color: #00aeef;
}
.active .tab_img.case_img:hover {
    background-color: #00aeef;
}
.nav-tabs.case-view {
    border-bottom: 2px solid #00aeef;
}
li a.tab_img.case_img{
    background-color: #fff;
    margin-right: 5px;
}
.nav-tabs.case-view > li.active > a, .nav-tabs.case-view > li.active > a:hover, .nav-tabs.case-view > li.active > a:focus {
    color: #333333;
    background-color: #00aeef;
    cursor: default;
}
.nav-tabs.case-view > li > a:hover, .nav-tabs.case-view > li > a:focus {
    background-color: #00aeef;
    color: #333333;
}
.nav-tabs.case-view > li > a {
    line-height: 1.5384616; 
    border-bottom: 1px solid #00aeef;
    border-radius: 3px 3px 0 0;
}
.case-type{
    margin: 20px;
    text-align: left;
    font-size: 17px;
    color: black;
}
a.invoice {
    border-radius: 6%;
    background-color: #5ec55e;
    padding: 2px 7px;
    color: #fff;
    border: 1px solid #5ec55e;
}
a.invoice:hover {
    border: 1px solid #5ec55e;
    background-color: #fff;
    color: #5ec55e;
}
.page-head {
    background-color: blue;
    height: 120px;
}
.page-subtitle {
    text-align: center;
}
.page-subtitle h4 {
    font-size: 16px;
    color: #fff;
    margin: 20px;;
}
.content.user_nav_tabs.content_full.full-view {
    padding: 20px 12px !important;
}
.subcontent-left{
    background-color: #fff;
    padding: 23px 12px;
    color: black;
    border-left: 3px solid #00aeef;
}
.subcontent-center {
    background-color: #fff;
    padding: 23px 12px;
    color: black;
    border-left: 3px solid #ff00b6;
}
/*.subcontent-center {*/
/*    background-color: #fff;*/
/*    padding: 23px;*/
/*    color: black;*/
/*    border-left: 3px solid #ff00b6;*/
/*    margin-left: 15px;*/
/*    width: 355px;*/
/*}*/
.subcontent-right {
    background-color: #fff;
    padding: 23px 12px;
    color: black;
    border-left: 3px solid #41ef10;
}
/*.subcontent-right {*/
/*    background-color: #fff;*/
/*    padding: 23px;*/
/*    color: black;*/
/*    border-left: 3px solid #41ef10;*/
/*    margin-left: 15px;*/
/*    width: 340px;*/
/*}*/
.content-full{
    background-color: #f5f5f5;
}
.tab_img.client-img img.img-client {
    width: 63px;
    height: 40px;
}
.img-responsive.arrow{
    width: 70px;
    margin-top: 10px;
}
.col-md-7.content-text {
    font-size: 15px;
    color: black;
}
.page-title.front-section {
    padding: 5px 0px !important;
}
.content.user_nav_tabs.content_full {
    margin: 40px 0px;
}
h4.case-manager {
    color: black;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 16px;

}
.fa.fa-paper-plane-o {
    color: #ffd;
    background-color: #0028ff;
    border: 1px solid #0028ff;
    padding: 5px 6px 6px 4px;
}
.fa.fa-paper-plane-o:hover {
    color: #0028ff;
    background-color: #fff;
    border: 1px solid #0028ff;
}
.img_content {
    position: absolute;
    top: 100px;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
}
.img_content p
{ font-size: 30px; 
  color: white;
  margin-top: 15px;
  text-align: center;
  display: block;
}
.login-container .page-content {
    display: flex;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
.inv-button {
    text-align: center;
    padding: 10px 20px;
    background-color: #00aeef;
    color: #fff;
    border: 1px solid #00aeef;
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px #00aeef;

}
.modal-title.text-center{
    font-weight: 600;
}
.enq-button.inv-btn{
    background: #5ec55e;
    padding: 3px 5px;
    border-color: 1px solid #5ec55e;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #5ec55e ;
}
.enq-button.inv-btn:hover{
    background-color: #fff;
    color: #5ec55e;
    border: 1px solid #5ec55e ;
}
.inv-button:hover{
    background-color: #fff;
    color: #00aeef; 
    border:  1px solid #00aeef;
}
/*//chats*/
.accordian_chats  .panel-heading {
    position: relative;
    -webkit-box-shadow: 2px 3px 5px 0px rgb(225, 224, 224);
    -moz-box-shadow: 2px 3px 5px 0px rgb(225, 224, 224);
    box-shadow: 2px 3px 5px 0px rgb(225, 224, 224);
}
.accordian_chats .panel-heading[data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f107"; /* "play" icon */
    position: absolute;
    color: #00aeef;
    font-size: 18px;
    line-height: 12px;
    right: 20px;
    top: calc(50% - 10px);
    border: 1px solid #00aeef;
    padding: 3px;
    border-radius: 10px;


    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(180deg);
    -moz-transform:    rotate(180deg);
    -ms-transform:     rotate(180deg);
    -o-transform:      rotate(180deg);
    transform:         rotate(180deg);
}
.accordian_chats .panel-heading[data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(0deg);
    -moz-transform:    rotate(0deg);
    -ms-transform:     rotate(0deg);
    -o-transform:      rotate(0deg);
    transform:         rotate(0deg);
    border: 1px solid #a4a4a4;
    color: #a4a4a4;
}
.accordian_chats h4.panel-title{
    font-size: 18px;
    font-weight: 600;
}
.accordian_chats .panel-group .panel-heading + .panel-collapse > .panel-body,
.accordian_chats .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: unset;
}
.accordian_chats .panel-group .panel + .panel {
    margin-top: 15px;
}
.accordian_chats .table.table-striped.table-bordered th {
    background-color: #00aeef;
    border: 0px !important;
    color: #fff;
    padding: 4px 10px !important;
    font-size: 12px;
}
.DS_chat {
    font-size: 13px;
    font-weight: 600;
}
.subject_chat {
    color: #868686;
}
.reply_but {
    background: #a2a2a2;
    color: white;
    font-weight: 600;
    padding: 3px 11px;
    border: 1px solid #a2a2a2;
    transition: 0.5s;
    text-align: center;
    box-shadow: 0px 2px 4px 0px rgb(86 90 119);
    border-radius: 4px;
}
.reply_but:hover{
    background: #fff;
    color: #a2a2a2;
    border: 1px solid #a2a2a2;
    box-shadow: 0px 2px 4px 0px rgb(86 90 119)
}
.accordian_chats tr {
    border: 2px solid #f9f9f9;
    padding-bottom: 2px !important;
}
.start_chat {
    text-align: center;
    display: block;
}
.start_chat span {
    background: #00aeef;
    padding: 7px 13px;
    color: white;
    font-weight: 600;
    border: 1px solid #00aeef;
    transition: 0.5s;
    box-shadow: 0px 2px 6px 0px rgb(123, 220, 255);
    border-radius: 4px;
}
.start_chat span:hover{
    background: #fff;
    color: #00aeef;
}
.form-control[readonly]{
    background-color: #fff; 
}
.form-group.clearfix.inv-send {
    padding: 20px 0px;
    margin-bottom: 0;
}
.field-text {
    font-weight: 700;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
a.download-fun{
    border: 1px solid #5ec55e;
    padding: 2px 0px;
    background: #5ec55e;
    color: #fff !important;
    border-radius: 5px;
}
.panel-body.panel-pad {
    padding: 30px;
    padding-bottom: 0;
}
.address-bar h6 {
    font-size: 12px;
    margin: 7px;
    font-weight: 500;
}
.view-logo img {
    margin-bottom: 15px;
    width: 175px;
}
.content.user_nav_tabs.view-invoice-content {
    max-width: 700px;
    margin: auto;
}
.btn-hide{ 
    opacity: 0.5;
    pointer-events: none;
}
.table-self {
    padding: 30px;
    padding-top: 0px;
}
.bill-content {
    text-align: center;

}
h5.bill-to {
    font-weight: bold;
    margin-bottom: 22px;
}
.bill-add h6 {
    font-size: 12px;
    margin: 7px;
    text-align: left;
    margin-left: 115px;
    font-weight: 500;

}
tr.tbl-model{
    background-color: #fcfcfc;
}
a.send.send-client {
    background-color: #ff6d05;
    padding: 2px 0px;
    border-radius: 5px;
    border: 1px solid #ff6d05;
}
a.send.send-client:hover {
    background-color: #fff;
    padding: 2px 0px;
    border-radius: 5px;
    border: 1px solid #ff6d05;
}
a.download-fun:hover {
    border: 1px solid #5ec55e;
    padding: 2px 0px;
    background: #fff;
    color: #5ec55e !important;
    border-radius: 5px;
}
i.fa.fa-download.change-color:hover {
    color: #5ec55e !important;
}
table ul li .fa.fa-eye {
    background-color: #00b9ff;
    padding: 6px 7px;
}
i.fa.fa-paper-plane.change-color-text:hover {
    color: #ff6d05 !important;

}
.form-search {
    padding: 1px;
    padding-bottom: 20px;
    text-align: right;
}
a.status-control {
    border: 1px solid #ff9900;
    background: #ff9900;
    padding: 3px 7px;
    color: white;
    cursor: unset;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px #ec7f5d;
}
a.close-control {
    border: 1px solid #ff2c2c;
    background: #ff2c2c;
    padding: 3px 7px;
    color: white;
    cursor: unset;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px #f75b2b
}
p.label.label-Paid {
    background-color: #ffca09;
    border: 0px !important;
    color: #fff;
    padding: 4px 10px !important;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 0px rgb(245 227 13 / 93%);
}
a.Pending_status {
    background-color: #ff0052;
    border: 0px !important;
    color: #fff;
    padding: 4px 10px !important;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 0px rgb(249 95 216 / 93%);

}
.btn-primary {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 0px rgb(157 161 164);
}
a.label.label-Partially.Paid {
    background-color: #ff6f09;
    border: 0px !important;
    color: #fff;
    padding: 4px 10px !important;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 0px #ca7960;
}
i.fa.fa-cog.img-responsive {
    font-size: 24px;
}
i.fa.fa-lock.img-responsive {
    font-size: 24px;
}
i.fa.fa-cog.img-responsive:hover {
    font-size: 24px;
    color: #00aeef;
}
i.fa.fa-lock.img-responsive:hover {
    font-size: 24px;
    color: #00aeef;
}
.pay-amount {
    margin-top: 20px;
}

table.table.table-striped.strip-count.table-bordered.table-responsive {
    margin: unset;
}
.table-responsive {
    overflow-x: unset !important;
    min-height: 0.01%;
}
a.label.admin-label {
    cursor: auto !important;
}

.m-content.dash_view {
    margin: 15px;
}
.multi_color.dash-ad {
    padding: 3px 14px;
    border: 1px solid #e6e6e6de;
    transition: all 0.3s;
    margin-bottom: 0px !important;
    background-color: #fff;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important; 
}
.multi_color.dash-ad.color-blue {
    border-left : 3px solid #00b1f0;
}
.multi_color.dash-ad.color-lightblue {
    border-left : 3px solid #00beab;
}
.multi_color.dash-ad.color-violet {
    border-left : 3px solid #7e82ec;
}
.multi_color.dash-ad.color-green {
    border-left : 3px solid #00c52e;
}
.text-left.client-content {
    padding: 5px;
    font-size: 13px;
    padding-bottom: 0px;
    color: black;
    padding-top: 20px;
}
h2.client-count {
    margin: 0;
    font-size: 27px;
    padding-left: 5px;
    font-weight: 500;
    color: black;
}
h2.client-count.color-blue {
    color: #00b1f0;
}
h2.client-count.color-lightblue {
    color: #00beab;
}
h2.client-count.color-violet {
    color: #7e82ec;
}
h2.client-count.color-green {
    color: #00c52e;
}
.col-row {
    padding-right: 3px;
}
.content.dash-content {
    padding: 0px 13px;
}
.multi_color.dash-ad.sub-value {
    padding: 3px 14px;
    border: 1px solid #fff;
    transition: all 0.3s;
    margin-bottom: 18px;
    background-color: #fff;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important; 
}
.multi_color.dash-ad.sub-value.color-blue {
    border-left : 4px solid #f3c300;
}
.multi_color.dash-ad.sub-value.color-lightblue {
    border-left : 4px solid #f38400;
}
.multi_color.dash-ad.sub-value.color-violet {
    border-left : 4px solid #be0032;
}
.sub-clientcount {
    font-size: 20px !important;
}
.img-responsive.img-client {
    float: right;
    height: 51px;
    width: 60px;
}
.multi_color.dash-ad img {
    margin-top: 20px ! important;
}
.img-responsive.img-client.client-dash {
    height: 50px;
}
.cases-count {
    border-right: 1px solid gainsboro;
}
.case-rep {
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    margin: 18px;

}
.board-search {
    margin: 10px 0px;
}
.cash-reportdash h4 {
    margin-top: 15px !important;
    font-weight: 500;
}
.body-board {
    padding: 0px 10px !important;
}
.multicolor_bg.dashboard-multi {
    padding: 0px 10px;
}
.page-header.head-top {
    margin: 0 0 10px 0 !important;
    padding-bottom: 0;
    background-color: #fff;
}
.total-amt {
    text-align: right;
}
.form-group.search_sort.board-search {
    margin-bottom: 10px !important;
}
.attach-para i {
    font-size: 26px;
    text-align: center;
    border: 1px solid gainsboro;
    padding: 5px 10px;
}
.download-hub {
    border: 1px solid #5ec55e;
    padding: 2px 7px;
    background: #5ec55e;
    color: #fff;
    border-radius: 5px;
}
.download-hub:hover {
    border: 1px solid #5ec55e;
    padding: 2px 7px;
    background: #fff;
    color: #5ec55e;
    border-radius: 5px;
}
/* td.text-pad {
    padding: 12px 8px !important;
} */
.save-cmd {
    padding-top: 20px;
}
h4.content-text.per-pro {
    color: black;
    font-size: 16px;
}
i.fa.fa-pencil.invedit {
    background-color: #0008ff !important;
    padding: 6px 7px !important;
}
i.fa.fa-pencil.invedit:hover {
    background-color: #fff !important;
    color: #0008ff !important;
    padding: 6px 7px !important;
    border: 1px solid  #0008ff !important;
}
img.log-response {
    width: 17px !important;
}
.threads.open-thread {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
    background-color: #3aaf22;
    border: 1px solid #3aaf22;
    padding: 2px 14px 2px 10px;
    color: white;
    box-shadow: 0px 2px 4px 0px rgb(22 180 24 / 71%);
    width: 72px;
    border-radius: 4px;
    text-align: center;
}
.threads.open-thread:hover {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #3aaf22;
    padding: 2px 14px 2px 10px;
    color: #3aaf22;
    
    box-shadow: 0px 2px 4px 0px rgb(22 180 24 / 71%);
    width: 72px;
    border-radius: 4px;
    pointer-events: cursor;

}
.threads.close-thread {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
    background-color: red;
    border: 1px solid red;
    padding: 2px 14px 2px 10px;
    color: white;
    box-shadow: 0px 2px 4px 0px rgb(180 22 47 / 71%);
    width: 72px;
    border-radius: 4px;
    text-align: center;
    pointer-events: none;
}
.threads.close-thread:hover {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid red;
    padding: 2px 14px 2px 10px;
    color: red;
    
    box-shadow: 0px 2px 4px 0px rgb(180 22 47 / 71%);
    width: 72px;
    border-radius: 4px;

}
a.navbar-brand {
    margin-top: 3px;
}
td.ext-pad {
    float: right;
}
input[type="radio"] {
    margin: 5px 5px;
    top: 1px;
    position: relative;
}
label {
    /*margin-bottom: 6px;*/
    /*font-weight: 500;*/
    /*color: #06afee;*/
    /*font-size: 15px;*/
}
.case-list table td {
    padding: 5px 12px !important;
}
.case-list .table > thead > tr > th,.case-list .table > tbody > tr > th, .case-list .table > tfoot > tr > th,
.case-list .table > thead > tr > td, .case-list .table > tbody > tr > td, .case-list .table > tfoot > tr > td{
    padding: 5px 5px;
    border-top: unset;
}
.case_name h5 {
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding:0px 10px
}
.case-list th {
    font-weight: 500;
}
.dataTables_info {
    float: left;
    padding: 8px 0;
    margin-bottom: 0px;
    margin-top: 25px;
}
.dataTables_paginate {
    text-align: right;
    margin: 20px 0 0px 20px;
}
.case-list {
    background: #f7f7f7;
    padding: 2px 5px 5px;
    margin-bottom: 15px;
}
.button_client ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.intake_but {
    background: #fff;
    padding: 5px 10px;
    color: #00aeef;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #00aeef;
    width: 75%;
    display: inherit;
    margin: auto;
    transition: 0.5s;

}
.checklist_but {
    background: #00aeef;
    padding: 5px 20px;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #00aeef;
    width: 100%;
    display: inherit;
    margin: auto;
    transition: 0.5s;
    border-radius: 2px;
    bottom: 7px;
    position: relative;
}
.button_client li{
    margin-bottom: 20px;
    margin-top: 15px;
}
.checklist_but:hover{
    background: #fff;
    color: #00aeef;
    border: 1px solid #00aeef;
}
.intake_but:hover{
    background: #00aeef;
    color: #fff;
    border: 1px solid #00aeef;
}
.row.content_view {
    margin: 0;
}
.row.subcontent-left {
    margin: 0;
}
.row.subcontent-center {
    margin: 0;
}
.row.subcontent-right {
    margin: 0;
}
.list-inline {
    margin-left: unset !important;
    font-size: 0;
}
td.tab-fix{
    padding : 0px !important;
}
@media (min-width: 320px) and (max-width: 768px) {
    .bill-add h6 {
        font-size: 12px;
        margin: 7px;
        text-align: left;
        margin-left: 0; 
        font-weight: 500;
    }
    td.text-pad {
        padding: 12px 41px !important;
    }
    .total-amt {
        text-align: right;
        margin-right: 0px;
    }
    .nav-tabs::before {
        content: unset !important;
    }
    .login-container .login-form {
        width: 100% !important;
    }
    .login-container .content-wrapper{
        overflow-x: unset !important;
        overflow-y: auto;
    }
    .content {
        padding: 10px 20px;
    }
    ul.nav.nav-tabs.nav-justify li {
        width: 49%;
    }
    .subcontent-left{
        margin: 0px;
        margin-bottom: 10px;
    }
    .subcontent-center{
        margin: 10px 0px;
    }
    .subcontent-right{
        margin: 10px 0px;
    }
    img.img-responsive.arrow.left-collect {
        width: 90px;
        margin-left: 22px;
    }
    img.img-responsive.arrow.right-collect {
        width: 76px; 
        margin-left: 18px;
    }
    a.navbar-brand img {
        margin-left: 14px;
    }
    /*abi*/
    .multi_color.dash-ad{
        margin-top: 5px;
    }
    .page-title h4 {
        display: inline-block;
        /*width: 50%;*/
    }
    form#sort_form {
        display: flex;
        align-items: baseline;
        justify-content: center;
    }
    .btn-success{
        padding: 5px 4px;
        font-size:11px;
    }
    .text-semibold {
        font-weight: 500;
        font-size: 16px;
    }
    .add-question{
        text-align: center;
        display: block;
    }
    .services #sidebar{
        margin-bottom: 10px;
    }
    .draggable_title {
        border: unset;
        padding: unset;
    }
    .accordian_chats .panel-heading[data-toggle="collapse"]:after {
        margin-top:15px;
    }
    .nav-tabs.case-view > li > a {
        line-height: 1.5384616;
        border-bottom: unset;
        border-radius: 3px 3px 0 0;
    }
    .nav-tabs {
        padding: 0px;
    }

    form.sort-class {
        align-items: unset !important;
    }
    .row.subcontent-center {
        margin: 12px 0px !important; 
    }
    .row.subcontent-right {
        margin: 12px 0px !important; 
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    img.img-responsive.login_img {
        width: 100%;
    }
    .col-row {
        padding-right: 0px;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    h4.content-text {
        color: black;
        font-size: 11px !important;
    }
    .tab_img.client-img img.img-client {
        width: 20px;
        height: 27px;
        margin-top: 6px;
        padding-left: 4px;
        padding-right: 0px;
    }
    .img-responsive.arrow {
        width: 34px;
    }
    .page-head {
        height: 140px;
    }


}
@media (min-width: 320px) and (max-width: 768px) {
    .page-head {
        height: unset !important;
    }
    .content.user_nav_tabs.content_full {
        margin: 0px 0px; 
    }
}
@media (min-width: 769px) and (max-width: 1200px) {

    .subcontent-left {
        background-color: #fff;
        padding: 6px 3px;
        color: black;
        border-left: 3px solid #00aeef;

    }


    .subcontent-center {
        background-color: #fff;
        padding: 6px 0px;
        color: black;
        border-left: 3px solid #ff00b6;
    }
    .subcontent-right {
        background-color: #fff;
        padding: 6px 0px;
        color: black;
        border-left: 3px solid #41ef10;
    }
    .content-text {
        font-size: 12px !important;
        color: black;
    }
    .intake_but {
        width: 50% !important;
    }
    .checklist_but {
        width: 50% !important;
    }
    .tab-padd {
        width: 40% !important;
    } 
}
@media (min-width: 1201px) and (max-width: 1310px) {
    .subcontent-center {
        padding: 13px 16px;
    } 
    .subcontent-right {
        padding: 23px 7px;
    }
}
@media (min-width: 769px) and (max-width: 1085px) {
    table ul li .fa.fa-eye {
        background-color: #00b9ff;
        padding: 6px 7px;
        margin-bottom: 3px !important;
        margin-top: 4px;

    }
    .form-inline .form-group {
        margin-bottom: 10px !important;
    }
    .table-responsive {
        overflow-x: auto !important;
        min-height: 0.01%;
        width: 100%;
    }
}
.icon-menu:before {
    content: unset !important;
}
.form-control{
    background-color: #f2f2f2;
    /*background-image: none;*/
    border: unset;
}
p.rs_img {
    font-size: 11.5px;
    margin-top: 7px;
}
a.Inactive_status {
    color: red;
}
a.Active_status {
    color: green;
}
.staff_view .panel-heading {
    padding: 15px 10px;
}
.staff_view .panel-heading h5 {
    font-size: 15px;
    font-weight: 600;
}
.staff_view .panel-heading h5 span {
    margin-left: 10px;
    font-weight: 400;
}.case_name h5 span {
    float: right;
}
.resident_edit .panel-default > .panel-heading {
    color: #fff;
    background-color: #00aeef;
    border-color: #ddd;
    padding: 9px 15px;
}
.resident_edit .panel-default>.panel-heading a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}
.resident_edit .control-label {
    font-weight: 500;
    color: #a8a7a7;
}


@media(min-width: 768px)
{
.navbar-right {
    float: right !important;
    margin-right: -15px;
}
.navbar-nav > li 
{
    float: left;
}
.navbar-nav > li > a 
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}
}


@media(min-width: 992px)
{
.col-md-6 {
    width: 50%;
}
}

.navbar-nav > li > a {
    color: #777;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
        padding-top: 10px;
        padding-bottom: 10px;
}
.open > a {
    outline: 0;
}
.navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}
.dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 360px;
    max-height: 360px;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.open > .dropdown-menu {
    display: block;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 5px 0;
    margin: 2px 0 0;
        margin-top: 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.dropdown-menu.notify-drop .drop-content {
    min-height: 287px;
    max-height: 280px;
    overflow-y: scroll;
}
.dropdown-menu.notify-drop .drop-content > li a {
    font-size: 12px;
    font-weight: normal;
}
.dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999;
}
 .dropdown-menu.notify-drop .drop-content > li hr {
    margin: 5px 0;
    width: 70%;
    border-color: #e2e2e2;
}
.dropdown-menu.notify-drop .drop-content > li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff,#f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #B97745;
}
.dropdown-menu.notify-drop .drop-content > li::after {
    content: "";
    clear: both;
    display: block;
<<<<<<< HEAD
}
.dropdown-menu.notify-drop .drop-content > li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px 5px 0px;
}
@media(min-width: 768px)
{
.navbar-right {
    float: right !important;
    margin-right: -15px;
}
.navbar-nav > li 
{
    float: left;
}
.navbar-nav > li > a 
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}
}


@media(min-width: 992px)
{
.col-md-6 {
    width: 48%;
}
}

/*LOM Dashboard style*/

.m-portlet{
    background: white;
    padding: 0px 40px;
}
.m-content dash_view{
    padding: 10px 25px;
}
.home-notify{
    padding: 0px 0px;
}
.m-portlet p
{
    margin: 0px 0 -10px;
    font-size: 15px;
}
.m-portlet .col-md-4 li{
    display: block;
}
.m-portlet .col-md-4 row> li::after {
    content: "";
    clear: both;
    display: block;
}
.lom .img-responsive.img-client {
    float: right;
    height: 45px;
    width: 45px;
    margin-right: 10px;
}
.lom .col-md-4 {
    width: 30.333%;
}
.lom h2.client-count.color-red {
    color: red;
}
.lom h2.client-count.color-blue {
    color: blue;
}

.lom h2.client-count.color-green {
    color: green;
}

.lom h2.client-count.color-orange {
    color: orange;
}
.lom h2.client-count {
    font-size: 23px;
    font-weight: 450;
}
.lom .dot {
background-color: lightgrey;
border-radius: 50%;
display: inline-block;
padding: 6px 11px;
position: relative;
top: 19px;
right: 16px;
}
.lom .dropdown {
    position: relative;
    float: right;
}
.flaticon2-trash {
font-family: Flaticon2;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.flaticon2-trash:before {
    content: "\f17c";

}
.lom .m-portlet .textblack{
    color: black;
}
.lom .m-portlet .textgray{
    color: grey;
}