/** */

.devcrm-plugin {width:100%;background-color: #fff; border:1px solid #ff0000}
.devcrm-plugin h1{ color:#ff0000}

.action-bar { background-color:#0082CA;padding:10px;height:50px !important;display:flex; }
.action-bar .fullwidth { width:100%; }
.action-bar .fullwidth h2.title { flex 1; }
.action-bar input { vertical-align:center;float:right; }
.action-bar input:hover { background-color:#2c3e50; color:#fff; }

.action-bar .button, .elementor-kit-64 .action-bar button, .elementor-kit-64 .action-bar input[type="button"] { margin-top:0; vertical-align:center; background-color:#fff !important;color:#2c3e50;border:none;font-weight:bold;flex: 1 1 10%; }
.action-bar .table-view-title { text-align: center; flex: 1 1 80%; }
.action-bar .button:hover, .elementor-kit-64 .action-bar button:hover, .elementor-kit-64 .action-bar input[type="button"]:hover { background-color:#2c3e50 !important;color:#fff; }
.action-bar #delete-btn { vertical-align:center;float:right; margin-left:10px; }
.action-bar button { margin-right:5px; }
.action-bar h2 { float:center;color:#fff;flex:1;margin:0;}
.action-bar h2.title { text-align:center;margin:0;}
.action-bar .left-actions, .action-bar .right-actions { flex:0 !important;}
.entry-title {display:none !important;}
h3.elementor-icon-box-title a {color:#fff;}
.elementor-icon-box-wrapper {text-align:center !important;}
.crmwrap {
    background:#fff;
    padding:25px 25px 100px 25px;
    border-radius: 5px;
    margin-bottom: 50px;
    box-shadow: 0 10px 30px 0 rgba(0,60,179,.05);
    border: 0 solid #dfe7ff;
}
.crmwrap textarea { min-height:250px;}

table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

table th {background-color: #0082CA;color: #FFF;border-right: 1px solid #fff;}
table th.th-action{border-right: 1px solid #0082CA;}
td.th-action{width:5%; position:relative;text-align:center;}
table th {cursor: pointer;}
table.table-view-list th::after {
 font-family: "Font Awesome 5 Free"; font-weight: 900;
 content:'\f0d7';
 padding-left:5px;
}
table th.th-action::after {content:'';}
div.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
input.nav-page {
    background-color: #0082CA !important;
    color: #FFF;
    border: 1px solid #0082CA;
    border-radius: 5px;
    margin:5px;
}
#calendar .fc-toolbar-title { font-size:1.1em; }
.top-bar { background-color:#0082CA;padding:10px;height:50px !important;display:flex; }
.top-bar input[type=text].crm-search { flex: 1 1 80%;height:30px;margin:0 10px;background-color:#fff; }
.top-bar button.crm-search-btn { flex: 1 1 5%; }
button#prev-page-button, button#next-page-button {flex: 1 1 30%;}
span.paging-input {flex: 1 1 30%; display:flex; align-items: center; justify-content: center; }
.crmwrap button.link-btn{border-style:none !important;font-size:.9em !important;padding: 0 !important;}
.crmwrap button.link-btn:hover{background-color:transparent !important; color:#0082CA !important;}
button.crmbtn, .top-bar button.crm-search-btn {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
    color: #2c3e50;
    background-color: #fff;
    border:none;
    padding: 4px 12px 4px 12px;
    font-weight:bold;
}
button.crmbtn:hover, .top-bar button.crm-search-btn:hover{
    background-color:#2c3e50;
    color:#fff;
    font-weight:bold;
}

.select-customer-btn {
    color: #0082CA;
    cursor: pointer;
}

.dropdown-content button{
    border-style: none;
}
.dropdown-content li button:hover{
    background-color: #eee;
    color:#CA2C28;
}
.flex-div{
    display: flex;
    justify-content: space-between;
    align-items:center;
    align-content:center;
}
.flex-content{display:flex;}
.div-columns{column-count: 2;column-gap: 50px;}
.customer-profile {padding:5px 10px;}

.customer-tabs ul.tab-links, .report-tabs ul.tab-links {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.customer-tabs .tab-links li, .report-tabs .tab-links li {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #c3c4c7;
    background-color:#ccc;
    padding: 10px; 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.customer-tabs ul.tab-links li a, .report-tabs ul.tab-links li a {
    padding: 20px;
    text-decoration: none;
    color: #000;
}

.customer-tabs ul.tab-links li.active, .report-tabs ul.tab-links li.active {
    border-bottom: 1px solid #e2e2e2;
    background-color:#e2e2e2;
}
.customer-tabs ul.tab-links li.active a, .report-tabs ul.tab-links li.active a {color:#CA2C28;}
.customer-tabs .tab-content, .report-tabs .tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #c3c4c7;
}

.customer-tabs .tab-content.active, .report-tabs .tab-content.active {
    display: block;
}
.notespacer {height:420px;}
.serviceform{flex:1;}
.servicecalendar{flex:1; padding-left:40px;}
.mobileonly{display:none;}
.hamburger-icon {
            display: none;
            cursor: pointer;
        }
.action-btn-mobile{display:none;flex-direction: column;}
.top-button{margin-top:10px;}
span.hic{font-weight:700;color:#CA2C28;}

.hide,.hidden{display:none;}
.show{display:block;}
.table-view-title{float:left;color:#fff; padding-right:10px;}
#current-balance{
    padding:10px;
    margin-bottom:20px;
    border:1px solid #2271b1;
    width:600px;
}
.spinner {
    background-image: url('/wp-content/plugins/devcrm/public/images/spinner.gif');
    background-size: contain;
    width:30px;
    height:30px;
}
.sml {
    font-size:12pt;
    font-weight: bold;
}

.crmwrap .datetime-label { width:100%; }
.crmwrap .datetime-box { display:flex;align-items:stretch; } 
.crmwrap .two-digits { height:40px;width:20%;margin-top:6px;min-width:80px;}
.crmwrap .time-colon { height:40px;margin:6px 10px 0 10px; }
.crmwrap input[type=date] { height:40px !important;width:45%;margin-right:20px;margin-top:6px; }
.crmwrap .tab-content table tbody>tr:nth-child(odd)>th {background-color:#0082CA;}

/* button classes */
.button-primary {margin-top:20px;}
.button-secondary {
    margin-top:20px;
    color:#0082ca;
    border: 1px solid #0082ca;
}
.button-secondary:hover {
    background-color: #0082ca;
}

@media only screen and (max-width: 600px){
    button.link-btn {
        margin:0;
        padding:0;
        white-space: normal;
    }
    table thead th, table th, table td {
        font-size:18px;
        word-wrap: break-word;
        padding:10px 5px;
    }
    table td.table-date {
        font-size:16px;
    }
}

@media only screen and (max-width: 760px){
    .mobileonly{display:block;}  
    .nomobile{display:none;}
    .div-columns{column-count: 1;}
    .customer-tabs ul.tab-links li a, .report-tabs ul.tab-links li a {padding: 5px;}
    .customer-profile {padding:5px;}
    .customer-tabs .tab-content, .report-tabs .tab-content {padding: 5px;}
    .crmwrap{padding:10px; } 
    .notespacer {height:0;}
    .flex-content{display:block;}
    .servicecalendar {padding-left:0;}
    #current-balance{width:100%}
    .fc .fc-button {font-size:12px!important;}
    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {padding:0;}
    .crmwrap .two-digits { height:40px;}
    .crmwrap .time-colon { height:40px; }
    .crmwrap input[type=date] { height:40px !important; }
}

@media only screen and (max-width: 1080px){
    .notablet{display:none;} 
    .crmwrap{padding:10px; } 
    

 
}
