
.navbar-brand > img {
    height: 52px;
    width: 200px;
    margin: 0;
    object-fit: contain;
}
 a.threads:focus {
     background: #fff;
    color: blue;
}
.btn-info {
    color: #fff;
    background-color: #3774fa;
    border-color: #1b8fc2;
    box-shadow: 0px 2px 6px 0px rgb(123 158 255 / 74%);
    transition: 0.5s;
    border-radius: 4px;
}
.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:#2fa4e7;
}


.user_login{
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: #2fcee7;
}
.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: #cbcbcb;
    font-size: 12px;
    margin-bottom: 25px;
}
.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: 35px;
    margin-bottom: 30px;
}
.admin_login .btn-block  span {
    background: #2fa4e7;
    padding: 10px 60px;
    font-size: 15px;
    border: 2px solid #2fa4e7;
    font-weight: 600;
    border-radius: 25px;
    transition: 0.5s;
    box-shadow: 0px 2px 6px 0px rgb(13 106 245 / 93%);
}
.bg-blue{
    border:unset;
    background: unset;
}
.btn:hover, .btn:focus, .btn.focus {
    background: unset;
    box-shadow: unset;
    color: black;
    box-shadow: 0px 2px 6px 0px rgb(123 158 255 / 74%);
    transition: 0.5s;
}
.admin_login .btn-block  span:hover {
    background: #fff;
    border: 2px solid #2fa4e7;
    color:#2fa4e7;
}
.admin_login a:hover, .admin_login a:focus {
    color: #2fa4e7;
}
.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: #2fa4e7;
    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(123, 220, 255);
    -moz-box-shadow:0px 2px 6px 0px rgb(123, 220, 255);
    box-shadow:0px 2px 6px 0px rgb(123, 220, 255);
    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(123, 220, 255);
    -moz-box-shadow:0px 2px 6px 0px rgb(123, 220, 255);
    box-shadow:0px 2px 6px 0px rgb(123, 220, 255);
    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(123, 220, 255);
}
.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: #fff;
    background-image: none;
    border: 1px solid #ddd;
    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: #00d579 !important;
    border-color: #00d579;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 500;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 213, 121, 0.82) !important;
    -moz-box-shadow:0px 2px 6px 0px rgba(0, 213, 121, 0.82) !important;
    box-shadow:0px 2px 6px 0px rgba(0, 213, 121, 0.82) !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: #00d579;
    color: #00d579 !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: #eef2f3;
    border: 0px !important;
    color: #000;
    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: #002971;
    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.label.label-Not.Paid {
    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: #0b0bc1;
    border-color: #0b0bc1;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 0px rgb(74 71 230 / 93%);
}
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;
}
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 {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
    background-color: blue;
    border: 1px solid blue;
    padding: 2px 14px 2px 10px;
    color: white;
    box-shadow: 0px 2px 4px 0px rgb(61 82 232);
    width: 72px;
    border-radius: 4px;

}
.threads:hover {
    float: right;
margin-right: 30px;
margin-top: 5px;
background-color: #fff;
border: 1px solid blue;
padding: 2px 14px 2px 10px;
color: blue;
box-shadow: 0px 2px 4px 0px rgb(61 82 232);
 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;
    }
    .case-list th {
        font-weight: 600;
    }
    .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 20px 12px;
        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 10px;
        color: #fff;
        font-size: 13px;
        border-radius: 2px;
        border: 1px solid #00aeef;
        width: 75%;
        display: inherit;
        margin: auto;
        transition: 0.5s;
        border-radius: 4px;
    }
    .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;
}