/*!******************************************************************************
 * Copyright (c) 2020, Fishing Competition Plugin
 ******************************************************************************/
header,footer {display: none; !important;}
.tsp_plugin_body h5 {    margin: 0px !important;margin-bottom: 5px !important;
    font-weight: 500 !important;font-size: 18px !important;}
section.tsp_plugin_body {
    font-family: "Mada", sans-serif;
    width: 100% !important;
    max-width: 100% !important;
    position: fixed;
    height: 100vh !important;
    display: flex;
    top: 0px;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 16px;
    color: #686c71;
    font-weight: 400;
    background: #eff3f6;   
}
.tsp_plugin_body form .col-6 {
   width: 50%;
    float: left;
    padding: 5px 20px 0px 0px;
}
.tsp_plugin_body form .col-8 {
    width: 65%;
    float: left;
    padding: 15px 20px 0px 0px;
}
.tsp_plugin_body form .col-4 {
    width: 35%;
    float: left;
    padding: 15px 20px 0px 0px;
}
.tsp_plugin_body h4,.ts_h4{margin: 0px !important;
    font-size: 25px;
    margin-bottom: 6px ! important;}
.tsp_plugin_body .left-sidebar{display: block;
    z-index: 1029;
    transition: all 0.3s ease-in-out;
    width: 264px;
    height: 100%;
    background: #242e3e;
    color: #b5bdca;
    overflow-y: auto;

}
.WpEasyPMS-table {margin: 0px;}
.tsp_plugin_body .form-group.col-4 {
    width: 33%;float: left;
}
.tsp_plugin_body .form-group.col-8 {
    width: 68%;
    float: left;
}
.form-group.col-10 {width: 80%; float: left;}
.form-group.col-2 {width: 20%; float: left;}
.tsp_plugin_body .border_field_group {border: 1px solid #ddd;
    padding: 0px 10px;
    margin-bottom: 7px;}
.tsp_plugin_body .remove_action_more_part {    background: #ab0000;
    color: #fff;
    padding: 1px 8px;
    font-size: 14px;
    border-radius: 16px;
    font-weight: 900;
    position: absolute;
    right: 6px; cursor: pointer;
    top: 50px;}
.tsp_plugin_body .form__submit {    padding: 5px 20px;
    color: #ffffff !important;
    background: #242f3e !important;
    border-radius: 30px;
    font-size: 15px;
    float: left;}    
.add-product-orderist {position: relative;background: #242f3e1f;}   
.add-product-orderist.first .remove_action_more_part {
    display: none;
} 
.tsp_plugin_body .left-sidebar .sidebar_logo{   width: 100%; position: relative;
    align-items: center;
    float: left;
    background: #242e3e;
    height: 100px;
    text-align: center;
    margin-right: 0;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 0 0 rgb(181 189 202 / 20%), 7px 0 15px 0 rgb(69 90 100 / 9%);}
.tsp_plugin_body .action_more_part span {    background: #3f51b5;
    color: #fff;
    padding: 2px 12px;
    float: right;
    margin-top: 5px;
    border-radius: 4px;cursor: pointer;}    
.tsp_plugin_body .left-sidebar .sidebar_logo img{
    border-radius: 3px;
   
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;}
.tsp_plugin_body .left-sidebar .sidebar_logo .b-title{margin-left: 10px;
    font-weight: 400; text-align: left;
    color: #fff;
    font-size: 16px;}
.tsp_plugin_body .left-sidebar .b-change {display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 70px;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;}   
.navbar-content.scroll-div {
    height: calc(100% - 70px);
    min-height: calc(100% - 70px);
    float: left;
    width: 100%;
    display: inline-block; 
}    
    .tsp_plugin_body .left-sidebar ul{padding: 0px;
    float: left;flex-direction: column;
    margin: 0px;
    width: 100%;}
.tsp_plugin_body .left-sidebar ul li{list-style: none;
    margin: 0px;
    padding: 0px;}
.tsp_plugin_body  .left-sidebar ul li a {
    text-align: left;
    padding: 10px 10px 10px 20px;
    display: block;
    border-radius: 0;
    position: relative;
    color: #b5bdca;
    font-size: 16px;}
.tsp_plugin_body .left-sidebar ul li a:hover,
.tsp_plugin_body .left-sidebar ul li.active a {
        background: #1d2431;
    color: #fff;
}
.tsp_plugin_body .left-sidebar ul li i{margin-right: 10px;}



/* header css start */
.pcoded-header {
   z-index: 1028;
    position: relative;
    display: flex;
    height: 70px;
    padding: 0;
    top: 0;
    background: #fff;
    color: rgba(36, 46, 62, 0.8);
    width: 100%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 0 0 #e2e5e8;
    margin-bottom: 16px;
    padding-left: 29px;
}

.pcoded-header .collapse.navbar-collapse {-ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox!important;
    display: block;
    -ms-flex-preferred-size: auto;}
.pcoded-header .m-header {
    display: none;
}

.pcoded-header .m-header .logo-dark,
    .pcoded-header .m-header .logo-thumb {
    display: none;
}

.pcoded-header .input-group {
    background: transparent;
}

.pcoded-header .input-group .input-group-text {
    margin-right: 0;
}

.pcoded-header .input-group .input-group-text,
  .pcoded-header a,
  .pcoded-header dropdown-toggle {
    color: rgba(36, 46, 62, 0.8);
}

.pcoded-header .input-group .input-group-text:hover,
    .pcoded-header a:hover,
    .pcoded-header dropdown-toggle:hover {
    color: #242e3e;
}

.pcoded-header #mobile-header {
    display: none;
}

.pcoded-header .navbar-nav {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
}


.pcoded-header .navbar-nav > li {
    padding: 0;
    margin: 12px 0px;
}


.pcoded-header .mr-auto .dropdown-menu {
    margin-left: -20px;
}

.pcoded-header .ml-auto {
   float: right;
    width: 46%;
    margin-right: 16px;
}
.pcoded-header .ml-auto li {float: right;margin: 20px 5px;}

.pcoded-header .ml-auto .dropdown-menu {
    margin-right: -20px;
}

.pcoded-header .main-search .input-group {
    border-radius: 20px;
    padding: 0;
}

.pcoded-header .main-search .input-group .form-control,
    .pcoded-header .main-search .input-group .input-group-text {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.pcoded-header .main-search .input-group .search-close {
    display: none;
}

.pcoded-header .main-search .input-group .search-btn {
    border-radius: 50%;
    padding: 0;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.pcoded-header .main-search .input-group .form-control {
    transition: all 0.3s ease-in-out;
    width: 0;
    font-size: 14px;
}

.pcoded-header .main-search .input-group .form-control:active, .pcoded-header .main-search .input-group .form-control:focus, .pcoded-header .main-search .input-group .form-control:hover,
    .pcoded-header .main-search .input-group .search-btn:active,
    .pcoded-header .main-search .input-group .search-btn:focus,
    .pcoded-header .main-search .input-group .search-btn:hover {
    outline: none;
    box-shadow: none;
}

.pcoded-header .main-search.open .input-group {
    background: #fff;
    border: 1px solid #e2e5e8;
    padding: 5px 5px 5px 20px;
}

.pcoded-header .main-search.open .input-group .search-close {
    display: flex;
}

.pcoded-header .main-search.open .input-group .search-btn {
    padding: 5px;
    margin-left: 5px;
    background: #2196f3;
    border-color: #2196f3;
}

.pcoded-header .main-search.open .input-group .search-btn .input-group-text {
    color: #fff;
}

.pcoded-header .main-search.open .input-group .form-control {
    transition: all 0.3s ease-in-out;
    width: 0;
}

.pcoded-header .main-search.open .input-group .form-control:active, .pcoded-header .main-search.open .input-group .form-control:focus, .pcoded-header .main-search.open .input-group .form-control:hover,
    .pcoded-header .main-search.open .input-group .search-btn:active,
    .pcoded-header .main-search.open .input-group .search-btn:focus,
    .pcoded-header .main-search.open .input-group .search-btn:hover {
    outline: none;
    box-shadow: none;
}

.pcoded-header .dropdown .dropdown-toggle {
  display: inline-block;
    padding: 5px 6px;
    padding-left: 21px;
}


.pcoded-header .dropdown .dropdown-menu {
    position: absolute;
    min-width: 290px;
}

.pcoded-header .dropdown .dropdown-menu li {
    line-height: 1.2;
}

.pcoded-header .dropdown .dropdown-menu li a {
    padding: 10px;
    font-size: 14px;
}

.pcoded-header .dropdown .dropdown-menu li.active a, .pcoded-header .dropdown .dropdown-menu li:active a, .pcoded-header .dropdown .dropdown-menu li:focus a, .pcoded-header .dropdown .dropdown-menu li:hover a {
    color: #686c71;
}

.pcoded-header .dropdown .notification {
    width: 350px;
    padding: 0;
    line-height: 1.4;
    overflow: hidden;
}

.pcoded-header .dropdown .notification a {
    color: #686c71;
}

.pcoded-header .dropdown .notification a:hover {
    color: #111;
}

.pcoded-header .dropdown .notification .noti-head {
    background: #242e3e;
    padding: 15px 20px;
}

.pcoded-header .dropdown .notification .noti-head h6 {
    color: #fff;
}

.pcoded-header .dropdown .notification .noti-head a {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}

.pcoded-header .dropdown .notification .noti-body {
    padding: 0;
    position: relative;
    height: 300px;
}

.pcoded-header .dropdown .notification .noti-body img {
    width: 40px;
    margin-right: 20px;
}

.pcoded-header .dropdown .notification .noti-body li {
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
}

.pcoded-header .dropdown .notification .noti-body li.n-title {
    padding-bottom: 0;
}

.pcoded-header .dropdown .notification .noti-body li.n-title p {
    margin-bottom: 5px;
}

.pcoded-header .dropdown .notification .noti-body li.notification:hover {
    background: rgba(33, 150, 243, 0.1);
}

.pcoded-header .dropdown .notification .noti-body li p {
    margin-bottom: 5px;
    font-size: 13px;
}

.pcoded-header .dropdown .notification .noti-body li p strong {
    color: #222;
}

.pcoded-header .dropdown .notification .noti-body li .n-time {
    font-size: 80%;
    float: right;
}

.pcoded-header .dropdown .notification .noti-footer {
    border-top: 1px solid #f1f1f1;
    padding: 15px 20px;
    text-align: center;
    background: #eff3f6;
}

.pcoded-header .dropdown .notification .noti-footer a {
    text-decoration: underline;
    font-size: 13px;
}

.pcoded-header .dropdown .notification ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.pcoded-header .dropdown .notification ul li {
    padding: 20px 15px;
}

.pcoded-header .dropdown .profile-notification {
    padding: 0;
    line-height: 1.4;
    overflow: hidden;
}

.pcoded-header .dropdown .profile-notification .pro-head {
    color: #fff;
    border-radius: 0.25rem 0.25rem 0 0;
    padding: 15px;
    position: relative;
    background: #2196f3;
}

.pcoded-header .dropdown .profile-notification .pro-head img {
    width: 40px;
    margin-right: 10px;
}

.pcoded-header .dropdown .profile-notification .pro-head .dud-logout {
    color: #fff;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcoded-header .dropdown .profile-notification .pro-body {
    padding: 20px 0;
    margin-bottom: 0;
    list-style: none;
}

.pcoded-header .dropdown .profile-notification .pro-body li a {
    color: #686c71;
    font-size: 14px;
    padding: 10px 20px;
}

.pcoded-header .dropdown .profile-notification .pro-body li a i {
    margin-right: 10px;
}

.pcoded-header .dropdown .profile-notification .pro-body li.active, .pcoded-header .dropdown .profile-notification .pro-body li:active, .pcoded-header .dropdown .profile-notification .pro-body li:focus, .pcoded-header .dropdown .profile-notification .pro-body li:hover {
    background: rgba(33, 150, 243, 0.1);
}

.pcoded-header .dropdown .profile-notification .pro-body li.active > a, .pcoded-header .dropdown .profile-notification .pro-body li:active > a, .pcoded-header .dropdown .profile-notification .pro-body li:focus > a, .pcoded-header .dropdown .profile-notification .pro-body li:hover > a {
    background: transparent;
}

/* header css end */


.content-area-inner {float: left;
    width: 100%;padding-right: 53px;
    margin-left: 25px;overflow: auto;
        height: calc(100vh - 100px);}

.tsp_plugin_body .content-area{
        width: calc(100% - 264px);
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    display: block;
    clear: both;
    float: unset;
    right: 0;
    top: 0;
    min-height: 100vh;
    transition: all 0.3s ease-in-out;
}
.tsp_plugin_body .projectcontent-area > .tsp_pms_content {
        width: 32%;
    float: left;
    padding: 0px 7px;
}
.tsp_plugin_body .projectcontent-area > .tsp_pms_content .tsp_pms_content-inner{
   
   position: relative;
    box-shadow: -1px 0px 6px 3px #eee;
    padding: 15px;
        background: #fff;
    border-radius: 5px;
}
.tsp_plugin_body .projectcontent-area > .tsp_pms_content .tsp_pms_content-inner .tsp_pms_discription {
    height: 100px;
}
/*.tsp_plugin_body .projectcontent-area > .tsp_pms_content:not(:last-child){
    margin-right: 29px;
}*/
.tsp_plugin_body .tsp_pms_topbar{
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.tsp_plugin_body .tsp_pms_topbar .tsp_pms_sortform{float: right;}
.cart-area {border-radius: 2px;
    box-shadow: 0 0 0 1px #e2e5e8;
    border: none;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;background-color: #fff;padding: 10px;}
.tsp_plugin_body .projectcontent-area .tablinks { 
    transition: top 200ms ease-in-out;
    position: relative;
   text-align: right;
}
.tsp_plugin_body .projectcontent-area label.editlinklabel {
    color: #000;
    cursor: pointer;
    display: block;
    padding: 0px; margin: 0px;
}
.tsp_plugin_body .projectcontent-area .tablinks .editlink { opacity: 0;
    width: 0px;
    display: none;
}
.tsp_plugin_body .projectcontent-area .tablinks .editbox{
    display: none;
    box-shadow: 2px 3px 3px 0px #888585;
    padding: 0px;
    border-radius: 5px;
    position: absolute;
    right: 0px;
    background: #d6d6d6;
    top: 42px;
}
.tsp_plugin_body .projectcontent-area .tablinks .editbox ul{padding: 0px;}
.tsp_plugin_body .projectcontent-area .tablinks .editbox li{list-style: none;}
.tsp_plugin_body .projectcontent-area .tablinks input[type=checkbox]:checked +.editbox {
    display: block !important;
    
}
.tsp_plugin_body .projectcontent-area .tablinks .editbox:checked label.editlinklabel{display:none!important;}
.tsp_plugin_body .projectcontent-area .tablinks .editbox a {
    color: #000;
    display: block;
    padding: 3px 10px;
    text-align: left;
    text-transform: capitalize;
    font-size: 15px;
    }
.tsp_plugin_body .projectcontent-area .tablinks .editbox a:hover {color:#cf2e2e;}
.tsp_plugin_body #projectfilter{    padding: 5px 8px;
    line-height: 20px;border-radius: 5px;border: 1px solid;}
.tsp_plugin_body .tsp_pms_addnew a{
    margin-left: 10px;
}

.tsp_plugin_body  a{text-decoration: none;    color: #e5071c;}
.tsp_plugin_body input[type=checkbox], .tsp_plugin_body input[type=radio] {border: 1px solid #ddd;}
.tsp_plugin_body .left-sidebar{ }

.tsp_plugin_body .projectcontent-area .tsp_pms_user{display: flex;border-top: 1px solid #eee;margin-top: 10px;padding-top: 20px;}
.tsp_plugin_body .projectcontent-area .tsp_pms_user img{margin-right: 20px;border-radius: 50%;border:1px solid #eee;    width: 40px;}
.tsp_plugin_body  .tsp_pms_bussicontent {
    clear: both;
    padding: 20px 15px;
}
.tsp_plugin_body  .tsp_pms_bussicontent .left_section{width: 25%;
    float: left;
    margin-right: 20px;}
.tsp_plugin_body  .tsp_pms_bussicontent .right_section{width: 70%;float: left;}
.tsp_plugin_body .tsp_pms_topbar .tsp_pms_edit{float: right;margin-top: 0px;}

.tsp_plugin_body .business_statusbar .business_statusbar_inner{width: 23%;float: left;padding: 20px 15px;
    border-radius: 5px;
    color: #fff;
margin: 0px 7px 20px 7px;}
.tsp_plugin_body .content-area .businesscontent-area{width: 48%;margin-right:20px; background: #fff;float: left;}
.tsp_plugin_body .content-area .businesscontent-arearecent{
    width: 48%;background: #fff;float: left;
}
.tsp_plugin_body .business_statusbar  .innerpro{background:linear-gradient(180deg,#ff0000, #ff9900); }
.tsp_plugin_body .business_statusbar  .innercli{background:linear-gradient(180deg,#ff0099, #ceafc4); }
.tsp_plugin_body .business_statusbar  .innercom{background:linear-gradient(180deg,#6e00ff, #111d2d); }
.tsp_plugin_body .business_statusbar  .innerall{background:linear-gradient(180deg,#ffbc00, #928234); }
.clearfix{
    clear: both;
    width: 100%;
    float: left;
}
.select2-container--default .select2-selection--single .select2-selection__clear {padding: 0px;}
.tsp_plugin_body table th{text-transform: capitalize;
font-weight: 400;
font-size: 15px;}
.tsp_plugin_body span.overdue {
    background: red;
    color: #fff;
    font-weight: 700;
    float: left;
    clear: both;
}
.tsp_plugin_body table td{text-transform: capitalize;font-size: 13px;}
.tsp_plugin_body .usercontent-area table td img{width: 40px;}
.tsp_pms_contentttl {    width: 80%;
    margin-top: -25px;}

.signup_form,.login_form{
            width: 100%;
            max-width: 50vw;
            margin: 20px auto;
            background: #eee;
    padding: 40px;
    border-radius: 10px;
}
.tsp_pms_form .form-group{
    margin-bottom: 12px;
}
.tsp_pms_form .form-group label {
    width: 100%;
    clear: both;
    margin-bottom: 7px;
    float: left;
    font-size: 15px;
}
.tsp_pms_form .form-group input ,.tsp_pms_form .form-group textarea,.tsp_pms_form .form-group select{
    padding: 5px;
    width: 100%;
    background: #fff;
    border:1px solid #eee;
}
.tsp_pms_form .form-group input {    height: 35px;}
.tsp_pms_6:not(:nth-child(odd)) 
{
    margin-right: 18px;
}
.tsp_pms_6{width: 48%;float:left;}    
.signup_form .tsp_pms_form_inner ,.login_form .tsp_pms_form_inner {
    background: #0089ff;
    padding: 45px 30px;
    border-radius: 10px;
    color: #fff;
}
.tsp_pms_form  .tsp_pms_form_inner {padding: 20px;
    margin-top: 0px;
    clear: both;
    box-shadow: 0 0 0 1px #e2e5e8;
    border-radius: 5px;
    float: left;
    width: 100%;
    background: #fff;
}
.tsp_pms_form button.form__submit,.tsp_plugin_body .tsp_pms_addnew a{
        padding: 5px 20px;
    color: #ffffff;
    background: #242f3e;
    border-radius: 30px;
    font-size: 15px;
    float: left;
}

.tsp_plugin_body .tsp_action_btn a{
        padding: 5px 10px;
    color: #ffffff;
    background: #242f3e;
    border-radius: 30px;
    font-size: 13px;
    float: left;
    margin-right: 3px;
}
.tsp_plugin_body .tsp_action_btn a:hover {background:#cd2653;}
.tsp_pms_form button.form__submit{ margin-top: 10px;}
.tsp_pms_form .sign_up_here {
    text-align: center;
    padding: 12px 0px;
    font-size: 15px;
    font-weight: 600;
}
.tsp_pms_form .sign_up_here a{color:#0089ff;margin-left: 5px; }

.login_form button.form__submit,.signup_form button.form__submit
{
    width: 100%;
    padding: 10px 6px;
    margin-top: 30px;
    border-radius: 20px;
    border: 1px solid #000;
    text-transform: uppercase;
    background: black;
    color: #fff;
}
.tsp_pms_form .fa, .tsp_pms_form .fas {
    font-weight: 600;
    margin-right: 5px;
}
.tsp_pms_form  input[type=checkbox] {
   border: 1px solid #7d7b7b;
    height: 15px;
    width: 15px;
 
}
.tsp_pms_form  input[type=checkbox]:after{
    left: 3px;
    top: 1px;
    width: 5px;
    height: 10px;  
}
.tsp_pms_form .tsp_pms_form_inner h2{
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: capitalize;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
}

:focus{background: none!important;outline: none!important;}
.tsp_plugin_body .business_statusbar_inner span.statusbar_icon {
    float: right;
}
.tsp_plugin_body .business_statusbar_inner span.arrow_icon{
    margin-left: 15px;
    font-size: 20px;
}
.tsp_plugin_body .business_statusbar_inner h5{
        margin-bottom: 15px;
}
.tsp_plugin_body .tsp_pms_topbar span.tsp_pms_head {
        color: #111;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;

}
.tsp_pms_business_user {
    display: flex;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 12px;
    width: 100%;
}
.tsp_pms_business_user span {
    width: 50px;
    text-align: center;
    font-size: 14px;
}
.tsp_pms_business_user span img {
    margin: auto;
    border-radius: 24px;
}

.tsp_plugin_body .content-area-add-business {
    margin: auto;
    width: 85%;
}
.listofbusiness_inner {
    display: flex; width: 100%;
    float: left;
}
.listofbusiness_inner .listofbusiness_each {
    width: 100%;
    max-width: 25%;
    padding: 20px;
}
.listofbusiness_each .each_row {
   border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    height: 100%;
}
.listofbusiness_each .add-new-business {display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;}
.listofbusiness_each .add-new-business  i {font-size: 100px;}
.listofbusiness_each .each_row .b_content {    height: 130px;}


.EasyStockMS-admin-content-area .tablinks .editlink {
    opacity: 0;
    width: 0px;
    display: none;
}
.EasyStockMS-admin-content-area .projectcontent-area label.editlinklabel {
    color:#9c9c9c;
    cursor: pointer;
    display: block;
    padding: 0px;
    margin: 0px;
}
.EasyStockMS-admin-content-area  .tablinks .editbox {
    display: none;
    box-shadow: 1px 1px 3px -1px #929292;
    padding: 0px;
    border-radius: 2px;
    position: absolute;
    right: 0px;
    background: #efefef;
    top: 17px;
    width: 100px;
}
.EasyStockMS-admin-content-area  .tablinks input[type=checkbox]:checked +.editbox {
    display: block !important;
}
.EasyStockMS-admin-content-area .tablinks .editbox ul {
    padding: 0px;
}
.EasyStockMS-admin-content-area .tablinks .editbox li {
    list-style: none;
}
.EasyStockMS-admin-content-area  .tablinks .editbox a {
   color: #000;
    display: block;
    padding: 0px 10px;
    text-align: left;
    text-transform: capitalize;
    font-size: 13px;
    text-decoration: none;
}
.EasyStockMS-admin-content-area  .tablinks .editbox i{margin-right: 10px;
    font-size: 10px;}
.EasyStockMS-admin-content-area .tsp_pms_contentttl {
    width: 80%;
    font-size: 15px;
    font-weight: bold;
    margin:0px;
}
.EasyStockMS-admin-content-area .projectcontent-area .tsp_pms_user {
    display: flex;
    margin-top: 10px;
    position: relative;

}
.EasyStockMS-admin-content-area .projectcontent-area .tsp_pms_user .list_ofassignment {
    display: none;
    position: absolute;
    background: #e8e8e8;
    padding: 6px;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 8px 1px #969696;
    margin-top: 9px;
    right: 17px;
    width: 250px;
}
.EasyStockMS-admin-content-area .projectcontent-area .tsp_pms_user #assignusercheck{display: none;}
.EasyStockMS-admin-content-area .projectcontent-area .tsp_pms_user #assignusercheck:checked + .list_ofassignment{
    display: block;
}
.userlists {position: relative;
    cursor: pointer;
    float: left;
    width: 37px;}

.userlists img + span {
    display: none;
    position: absolute;
    bottom: -30px;
    left: -24px;
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 4px 9px;

    z-index: 99999;
}
.userlists:hover img + span {
    display: block;
}
.userlists .remove {
    position: absolute;
    top: -6px;
    right: 5px;
    background: #000;
    color: #fff;
    width: 16px;
    border-radius: 12px;
    font-size: 10px;
    height: 13px;
    padding: 0px 0px 4px 0px;
}
.show_subbtask {float: left;}
.EasyStockMS-admin-content-area .projectcontent-area .tsp_pms_user img {
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #eee;
    width: 30px;
    height: 30px;
    filter: grayscale(100%);
}
.EasyStockMS-admin-content-area .projectcontent-area .tsp_pms_user img:hover{filter: grayscale(0%)!important;}
.EasyStockMS-admin-content-area .tsp_pms_bussicontent {
    clear: both;
    padding: 20px 15px;
}
.EasyStockMS-admin-content-area .tsp_pms_bussicontent .clearfix{height:140px;display: flex;}
.EasyStockMS-admin-content-area .tsp_pms_bussicontent .left_section {
    width: 40%;
    float: left;
}
.EasyStockMS-admin-content-area .tsp_pms_bussicontent .left_section  img{width:100%;height: 140px;
    object-fit: contain;}
.EasyStockMS-admin-content-area .tsp_pms_bussicontent .right_section {
    width: 56%;
    float: left;
    padding-left: 20px;
}
.EasyStockMS-admin-content-area .tsp_pms_bussicontent .right_section i{margin-right:10px;}
.EasyStockMS-admin-content-area .tsp_pms_business_user {
    display: flex;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 12px;
    clear:both;
    text-align:center;
}
.EasyStockMS-admin-content-area .tsp_pms_business_user span{margin-right:20px;}
.EasyStockMS-admin-content-area .tsp_pms_business_user img{
    border-radius: 50%;
    border: 1px solid #eee;
    width: 40px;
    height:40px;
}
.EasyStockMS-admin-content-area .project_percentage_bar {
        border: 1px solid #e6e6e6;
    height: 3px;
    margin: 8px 0px;
    border-radius: 5px;
}
.EasyStockMS-admin-content-area .project_percentage_bar .percentage_bar_inner  {
    height: 3px;
}
.EasyStockMS-admin-content-area .tsp_pms_discription{margin-top: 10px;
    color: #9c9c9c;
    font-weight: 300;}
.EasyStockMS-admin-content-area .tsp_pms_contentttl:hover,.EasyStockMS-admin-content-area  .tablinks .editbox a:hover {
    color: #0089fe;
}
.EasyStockMS-admin-content-area .tab_content {
    height: 130px;
}
.EasyStockMS-admin-addtask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background: rgb(125 124 124 / 48%);
}
.EasyStockMS-admin_task_add_form{
        width: 500px;
    background: #fff;
    padding: 20px;
    margin: auto;
    margin-top: 10%;
    padding-bottom: 39px;
    position: relative;
    
}
.EasyStockMS-admin-addtask .EasyStockMS-admin_task_add_form {    display: table;
    padding: 0px;}
.EasyStockMS-admin-addtask .tsp_pms_form .tsp_pms_form_inner {width: 100%;    padding-top: 20px;}    
.EasyStockMS-admin_task_add_form .form-group {
    margin-bottom: 10px;
}
.EasyStockMS-admin_task_add_form label {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 5px;
}
.EasyStockMS-admin_task_add_form input, select, textarea {
    width: 100%;
    padding: 5px;
    max-width: 100%!important;
}
.EasyStockMS-admin_task_add_form .form-group.col-6 {width:50%;float:left;}
.EasyStockMS-admin_task_add_form .EasyStockMS-adminclose{
    position: absolute;
    right: -8px;
    top: -8px;
    border: 1px solid #000;
    background: #232323;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
}
.EasyStockMS_hide {display: none;}
.manage-column.sn {
                width: 25px;
            }
            .column-center {text-align: center !important;}
            .width-60 {width: 60px;}
            .width-80 {width: 80px;}
            .width-120 {width: 120px;}
            .width-150 {width: 150px;}
            .column-center .tablinks {float: none;position: relative;}
            .tsp_pms_assigneduser {margin: 0px !important; display: block !important;}
            .tsp_pms_assigneduser img{margin: 0px !important; border-radius: 30px;
                margin-left: -9px !important;
                background: #ddd;
                border: 1px solid #bababa !important;}
            .EasyStockMS-table td { vertical-align: middle; }
            .add_button, .add_button:focus {background: #2f2f2f !important;
    padding: 4px 5px 0px 5px;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;}
            .EasyStockMS-table .task_status {padding: 4px 10px;color: #fff; border-radius: 9px; font-size: 14px;}  
            .EasyStockMS-table .task_status.task_status_New {background: #f18e83;}
            .EasyStockMS-table .task_status.task_status_Pending {background: #6ca7dd;}
            .EasyStockMS-table .task_status.task_status_completed {background: #fab858;}
            .task_priority i {font-size: 20px;}
            .task_priority.task_priority_high {color: #f00;}
            .task_priority.task_priority_medium {color: #25ae50;}
            .task_priority.task_priority_low {color: #b4a532;}


.task_inner_part .task_List {float: left; width: 100%;
    background: #fff;
    border: 1px solid #ddd;}
.task_inner_part .task_List .EasyStockMS-admin_task_list {padding: 15px;
    float: left;
    width: 100%;}    
span.EasyStockMS_tasklist {
    float: left;
    width: 100%;
}
span.EasyStockMS_tasklist .EasyStockMS_subtask_check {
    float: left;
    margin: 3px 9px !important;
}
span.EasyStockMS_tasklist .listtitle_name {
    width: 80%;
    float: left;
}
.EasyStockMS_tasklistaction {float: left;
    display: block;
    margin-top: 18px;
    margin-left: 10px;}
.EasyStockMS-admin-content-area.content-area {
    float: left;
    width: 98%;
    margin-top: 19px;
}
.php-error #adminmenuback {margin: 0px; }

.task_inner_part .form-group.col-6 {
    width: 49%; float: left;
}
.task_discussion {    float: left;
    width: 100%;
    height: 100%;}
.col-right {
    margin-left: 22px;
}    
.task_discussion h3 {padding: 0px 15px;}
.list_dicussustion-each {padding: 11px;
    float: left;width: 100%}
.list_dicussustion-each:nth-child(even) {
  background: #e2e2e2;
}
.list_dicussustion-contentpart p {
    margin-bottom: 2px;
    line-height: 19px;
}
.list_dicussustion {
    float: left;
    overflow-y: scroll;
    height: 400px;
    width: 100%;
    background: #f1f1f1;
}
.list_dicussustion-autherimage {
    float: left;
    width: 13%;
}
.list_dicussustion-autherimage img {border-radius: 25px;}
.list_dicussustion-contentpart {
    float: left;
    width: 80%;
}
.list_dicussustion-contentpart strong {
    font-size: 16px;

  } 
.file-discusstion i {
    font-size: 32px;
    float: left;
}
.file-discusstion span {float: left;
    margin-left: 10px;}
.list_dicussustion-contentpart .postdate {float: left;
    width: 100%;}
.tsp_pms_form form.discussion_submit {
    float: left;
    width: 100%;
    padding: 14px;
}
.tsp_pms_form label[for="EasyStockMS_discussion_file"] {    width: auto;
    font-size: 58px;}
.EasyStockMS_discussion_file {display: none;}
table.EasyStockMS-table {
    border-collapse: separate;
    text-indent: initial;
    border: 0px;
    border-collapse: collapse;
    width: 100%;
    color: #212529;
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
    font-family: inherit !important;
    overflow: visible;
}
.EasyStockMS-table th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;

}

.EasyStockMS-table td, .EasyStockMS-table th {
    border-top: 1px solid #e2e5e8;
    white-space: nowrap;
    padding: 1.05rem 0.75rem;
}
.EasyStockMS-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.EasyStockMS-table thead th {
    border-bottom: 1px solid #e2e5e8;
    font-size: 13px;
    color: #111;
    background: #eff3f6;
    text-transform: uppercase;
}
.taskcontent-area {float: left;
    width: 96%;background: #fff;padding: 0px;}
.tablinks input.editlink {
    display: none;
}
.tablinks input.editlink + .editbox{display: none; position: absolute;
    background: #000;
    padding: 0px 10px;
    border-radius: 5px;
    width: 80px;
    left: -12px;}
    .tablinks input.editlink + .editbox::before,
    .tablinks input.editlink + .editbox::after,
    .tooltip_style::before,
    .tooltip_style::after {
        position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    }
    .tablinks input.editlink + .editbox::before,
    .tooltip_style::before {
        top: 0;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: rgba(0,0,0,.25);
    }
    .tablinks input.editlink + .editbox::after,
    .tooltip_style::after {
        top: -9px;
    left: 19px;
    border-width: 0 1.5rem 1.5rem 1.5rem;
    border-bottom-color: #060606;
    }
.tablinks input.editlink:checked + .editbox{display: block;}
.editbox ul,.editbox li {
    margin: 0px;
    list-style: none;
}
.EasyStockMS-table .column-title a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
.tsp_pms_taskproject {    font-size: 14px;}
.editbox li a{color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 9px 0px 7px;
    float: left;
    width: 100%;}
label.editlinklabel {
    cursor: pointer;
}
.EasyStockMS-admin_task_list {font-size: 15px;}
.EasyStockMS-table td.page-title {    width: 45%;}
.task_discussion h5 {    padding: 10px 22px !important;
    border-bottom: 1px solid #ddd;     margin: 0px !important;}
.task_inner_part {
    display: block;

    float: left;
    width: 96%;
}  
#assignusercheck{display: none;}  
.list_ofassignment { display: none;position: absolute;
    z-index: 99999;
    padding: 14px 20px 14px 14px;
    float: left;
    bottom: -71px;
    right: 0px;
    border: 1px solid #ddd;
    width: 235px;
    box-shadow: 0px 3px 3px 0px #848484;
    border-radius: 5px;
    background: #000;}
#assignusercheck:checked + .list_ofassignment {display: block;}
.assign_action {color: #000;
    background: #fff;
    padding: 4px 7px 5px;
    border-radius: 4px;
    position: relative;
    top: -3px;
    font-size: 14px;
    font-weight: 700;}
.tsp_pms_assigneduser {position: relative;float: left;
    width: 100%;}
span.select2-dropdown.select2-dropdown--below {
    font-size: 14px;
    width: 227px !important;
    margin-left: -11px;
}
span.select2-dropdown.select2-dropdown--below li {margin: 0px}
.assignusercheckfor-wrap {  position: relative;
    float: left;}

 .list_ofassignment.tooltip_style::after {
    top: -9px;
    left: 19px;
    border-width: 0 1.5rem 1.5rem 1.5rem;
    border-bottom-color: #060606;
    right: 0px;
    left: auto;
}   
.tsp_pms_form .form-group textarea.EasyStockMS_discussion {    float: left;
    width: 90%; height: 7rem;
    margin-left: 6px}
form.discussion_submit.tsp_pms_form {
    float: left;
    width: 100%;
    padding: 10px 14px;
    border-top: 1px solid #b7b5b5;
}


.switch {
  position: relative;
  display: inline-block;
  width: 53px !important;
  height: 28px;
}

.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: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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%;
}




.tsp_plugin_body .content-area-inner .form-group-wrap {
    float: left;
    width: 100%;
}
.tsp_plugin_body label[for="stock_product_item_allotted"] .switch {    float: left !important;
    clear: none;
    margin-right: 15px;}
.tsp_plugin_body label[for="stock_product_item_allotted"] > span {font-size: 18px;}
.tsp_plugin_body .formDisabled input:disabled,
.tsp_plugin_body .formDisabled textarea:disabled {
  background: #dddddd;
}
.tsp_plugin_body .pre_steps { background: #f22;
color: #fff;
padding: 6px 13px;
border-radius: 5px;
cursor: pointer;
}
.tsp_plugin_body span.next_steps {
    background: #046da9;
    color: #fff;
    padding: 6px 16px;
    border-radius: 3px;
    margin-left: 7px;
    cursor: pointer;
}
.tsp_plugin_body .steps_action {
    float: right;
}
.tsp_plugin_body .error-form {
    color: #f00;
    float: left;
    margin-top: 6px;
}
.tsp_plugin_body .job_trackbox {
    width: 32%;
    height: 250px;
    font-size: 15px;
    float: left;
    margin-right: 10px;
}
.tsp_plugin_body .admin_notes_text {
    position: fixed;
    right: 0px;
    bottom: 0px;
    float: left;
    width: 300px;
    height: calc(100% - 70px);
    background: #e4e8ec !important;
    border: 1px solid #ddd;
    border-right: 0px;
    box-shadow: -3px -2px 9px 2px #ddd;
}
.tsp_plugin_body .admin_notes_textarea {
    float: left;
    height: 100%;
    background: #e4e8ec !important;
    padding-top: 34px;
}
.tsp_plugin_body .admin_notes_textarea:focus {
    background: #e4e8ec !important;
}
.tsp_plugin_body .admin_notes_text_label {color: #4e4e4e;
    position: absolute;
    width: 100%;
    padding: 4px 16px;
    border-bottom: 1px solid #a2a2a2;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;}
.tsp_plugin_body .job_trackbox span.label_span {
    font-weight: 600;
    float: left;
    clear: both;
    width: 85px;
}
.tsp_plugin_body .job_trackbox span {
    float: left;
    width: 73%;
}

.tsp_plugin_body .job_trackbox label,
.tsp_plugin_body .job_trackbox_status label{font-weight: 700;
    border-bottom: 1px solid #e6e6e6;}
.job_tracker_details_status .job_trackbox_status {width: 49%;
    float: left;position: relative;} 

.job_tracker_Supplier {margin-right:2%; }
.job_trackbox_status span.label_span {
    width: 160px;
    float: left;
}
.tsp_plugin_body .job_trackbox_status .details_status {display: none;}

.tsp_plugin_body .edit_status:checked + .details {display: none;}
.tsp_plugin_body .edit_status:checked + .details + .details_status {display: block;}
.tsp_plugin_body label[for="edit_status_action"],
.tsp_plugin_body label[for="edit_status_action2"],
.tsp_plugin_body label[for="edit_status_action3"],
.tsp_plugin_body label[for="edit_status_warehouse"] {
    float: right;
    position: absolute;
    top: 10px;     cursor: pointer;
    right: 7px;
}
.tsp_plugin_body label[for="edit_status_action"] i,
.tsp_plugin_body label[for="edit_status_action2"] i,
.tsp_plugin_body label[for="edit_status_action3"] i,
.tsp_plugin_body label[for="edit_status_warehouse"] i{    color: #f1f1f1;
    background: #32373c;
    padding: 4px 10px;
    font-size: 23px;
    margin-top: -8px;}
.job_trackbox_status i.fas.fa-clipboard-check {
    font-size: 30px;
    color: #cd2653;
}
span.label_action {
    width: 130px;
    float: left;
    text-align: center;
}

span.label_Date {
    width: 110px;
    float: left;
    text-align: center;
}
span.label_changeby {
    float: left;
    width: 120px;
    text-align: center;
}
.details span {
    border: 1px solid;
    float: left;
    padding: 2px 9px;
    line-height: 21px;
    font-weight: 400;
        height: 50px
}
.details .table_labels span {
    border: 1px solid;
    float: left;
    padding: 2px 9px;
    line-height: 21px;
    font-weight: 600;
        height: auto;
}

.job_tracker_timeline .job_trackbox_status {width: 65%;}
.supplier_order_history {
    max-height: 500px;
    overflow-y: scroll;
    padding: 0px 20px;
}
.supplier_order_history ul.list_orders {
    margin: 7px -6px;
    list-style: none;
}
.supplier_order_history ul.list_orders li {
    margin: 0px;
    font-size: 14px;
}
.supplier_order_history_colum {
    background: #efefef;
    height: 100%;
    float: left;
    padding: 10px !important;
    margin-top: 40px;
}

.rooms-chat-container {position: relative;
    padding: 0;
    margin: 0;
    height: 100%;}

.rooms-chat-container #chat-header {-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
position: relative;
z-index: 100;
box-sizing: border-box;
height: 75px;
border-bottom: 1px solid #e4e4e4;
padding: 15px;
background-color: var(--primary-bg-highlight);
border-radius: var(--card-radius) var(--card-radius) 0 0;
display: flex;
margin: 0;
align-items: center;
}

.rooms-chat-container #chat-header .room-header-name {
    min-width: 0;
margin-right: 15px;
white-space: nowrap;
width: calc(100% - 300px);
}
.rooms-chat-container #chat-header #room-chat-nav {display: flex;
margin-left: auto;
white-space: nowrap;
align-items: center;}

.rooms-chat-container #chat-header .search_form {
    border: 1px solid #ddd;
}
.rooms-chat-container #chat-header .search_form label {
    float: left;
    width: 30px;
    font-size: 14px;
    padding: 8px;
    margin: 0px;
}
.rooms-chat-container #chat-header input#find_message_business {
    width: calc(100% - 30px);
    float: left;
    height: 35px;
    border: 0px;
    padding: 3px 7px 3px 1px;
}
.meeting_links span.metting a {
    border: 1px solid #bbb8b9;
    color: #808080;
    font-size: 17px;
    padding: 8px 9px;
    border-radius: 24px;
    margin: 0px 6px;
}
.meeting_links span.metting_notes a {
    border: 1px solid #bbb8b9;
    color: #808080;
    font-size: 17px;
    padding: 8px 12px;
    border-radius: 24px;

}

.business_messaging {padding: 1px 1px;}
.room-chat-area {
    height: 100%;
    margin-top: -75px;
    padding: 75px 0 0 0;
}
.room-chat-area-content {position: relative;
height: 100%;}
#chatbox {flex: 1;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 300px);}
.composer-panel {
    display: block;
      width: 100%;
    border-top: solid 1px #e6e6e6;
    min-height: 79px;
    outline: 0;
    padding: 15px 11px 18px;
    background-color: #ecececdd;
}
textarea#usermsg {
    height: auto;
}
.message_send_form {display: flex}
input#message_upload_file {
    display: none;
}
label[for="message_upload_file"]{height: 100%;
    float: left;}
label[for="message_upload_file"] a {
    height: 100%;
    float: left;
    font-size: 15px;
    padding-top: 28px;
}   
.upload_file {
    margin-right: 15px;
}
button#submitmsg {
    margin-left: 15px;
    font-size: 23px;
}


div#chatbox .msgln {
    width: 100%;
    clear: both;
    padding: 10px 18px;
    border-bottom: 1px solid #e6e6e6;
    float: left;
}
div#chatbox .msgln:nth-child(odd) {
  background: #efefef;
}
div#chatbox .msgln .user_img {
    float: left;
    width: 80px;
    text-align: center;
}
div#chatbox .msgln .user_img img {
    margin: auto;
    padding: 7px;
    border: 1px solid #dddd;
    border-radius: 23px;
    height: 50px;
    background: #f9f9f9;
}
div#chatbox .msgln .message_section {
    width: calc(100% - 250px);
    float: left;
}
div#chatbox .msgln .chat-time {
    float: left;
    width: 170px;
    text-align: right;
}
a#submitmsg {
    font-size: 24px;
}

ul.product_tabs_list {
    list-style: none;
    padding: 0px 24px;
    margin: 0px;
}
ul.product_tabs_list li.product_tab {
    float: left;
    margin: 0px;
}
ul.product_tabs_list li.product_tab a {
    float: left;
    padding: 14px 14px;
    border: 1px solid #ddd;
    border-bottom: 0px;
        color: #000;
}
ul.product_tabs_list li.product_tab a.active {
    background: #fff;
}
.WpEasyPMS_admin_menu_tabs {
   float: left;

    text-align: center;
   
}
.WpEasyPMS_admin_menu_tabs ul li {
    float: left;
}
.WpEasyPMS_admin_menu_tabs ul li a {
          border: 1px solid #dcdcdc;
    padding: 11px 35px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
}
.WpEasyPMS_admin_menu_tabs ul li a:hover,
.WpEasyPMS_admin_menu_tabs ul li.active a {      background: #ffffff;
    color: #212121;
    border-bottom: 0px;
    padding-bottom: 11px;
    font-weight: 600;}
.business_statusreports .alert_low {background: #f78282;
    color: #fff;}    
.business_statusreports .aval_count {font-size: 16px;}   
.business_statusreports .alert_low .aval_count strong {font-size: 22px;}
.permissions_erroe {
    margin: auto;
}
.permissions_erroe span {
    background: #fff;
    padding: 22px 98px;
    border: 1px solid #ddd;
    color: red;
}
.tsp_plugin_body .leftbtn h5 {float: left;}

label[for="admin_notes_section"] {
    font-size: 15px; cursor: pointer;
}
#admin_notes_section, #admin_notes_section + .admin_notes_text {display: none;}
#admin_notes_section:checked + .admin_notes_text {display: block;}

.tsp_plugin_body .filterBysections.right {float: right;}
.tsp_plugin_body .filterBysections.right form {display: flex;}
.tsp_plugin_body .filterBysections.right input {border: 2px solid #d0d0d0;
    padding: 4px 8px 4px 9px;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 700;}
.tsp_plugin_body .filterBysections.right select {
    border: 2px solid #d0d0d0;
    padding: 4px 33px 4px 9px;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 700;
}
.tsp_plugin_body .filterBysections.right button {padding: 4px 11px !important;
    float: right;
    border: 0px !important;
    background: #484747 !important;
    color: #fff !important;
    margin-left: 4px;
    border-radius: 3px;}
.tsp_plugin_body input[readonly] {
    background: #ddd !important;
    font-size: 18px;
    font-weight: 700;
}
.tsp_plugin_body .inlinetable {
    display: inline-block;
    padding: 0px;
    list-style: none;
    padding-left: 13px;
}
.tsp_plugin_body .inlinetable li {
    float: left;
    width: 91px;
    border: 1px solid #ddd;
    padding: 2px 7px;
}




@media only screen and (max-width: 767px){
    .tsp_plugin_body .left-sidebar {
    display: none;
}
.tsp_plugin_body .content-area{width: 100%;}
.tsp_plugin_body .business_statusbar .business_statusbar_inner{width: 100%;}
.tsp_plugin_body .content-area .navbar {display: block;height: auto;}
.tsp_plugin_body .content-area .navbar .mr-auto {width: 50%;}
.content-area-inner {
    padding-right: 0px;
    margin-left: 0px;}
.tsp_plugin_body form .col-6{width: 100%;}    
}
