/*
Theme Name: Audditio
Theme URI: https://audditio.com/
Description: Audditio is multipurpose proffesional wordpress theme, desined to develope any kind of website using wordpress. It also works like a framework with many prebuild functionality which will make a developer's life easy. 
Author: MyCodeGarden
Author URI: https://mycodegarden.org/
Tags: wordpress, theme, woocommerce, blog, developer, framework, multipurpose, proffesional, ecommerce
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: audditio
Version: 0.0.1
*/

.field-msg {
    float: left;
    color: #F00;
    width: 100%;
    font-size: 12px;
}
.right{
	float: right;
}

.dashboard .header .logo_wrap{
    display: flex;
    align-items: center;
    text-align: center;
    gap: 5px;
    margin-left: 55px;
}
.dashboard .header .logo_wrap img{
    max-width: 170px;
    margin-top: 0;
}
.dashboard .main_wrap h2{
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.dashboard_contnet{
    float: left;
    width: 100%;
}
.dash_table_wrap{
    float: left;
    width: calc(100% - 100px);
    overflow-x: auto;
    border-radius: 9px 0 0 9px;
    border: solid 1px var(--light_green);
    padding-bottom: 0px;
    scrollbar-color: var(--contrast) #EDF4F1;
}
.dash_table_wrap.full{
    width: 100%;
    overflow: hidden;
    border-radius: 9px;
}

.dash_table{
    overflow: hidden;
    font-size: 14px;
    border-collapse: collapse;
    min-width: 100%;
}
.dash_table a{
    color: var(--contrast);
    text-decoration: none;
}
.dash_table tr{
    border-bottom: solid 1px var(--light_green);;
}
.dash_table thead th{
    position: sticky;
    top: 0; 
    background-color: var(--contrast);
    z-index: 1; 
    color: #FFF;
    font-weight: bold;
}
.dash_table tr td{
    font-size: 12px;

}

.dash_table tr th, 
.dash_table tr td {
    padding: 9px 5px;
    white-space: nowrap;
    border: solid 1px var(--light_green);;
}
.action_tab_wrap{
    float: right;
    width: 100px;
    border-radius: 0 9px 9px 0 ;
    border: solid 1px var(--light_green);
    background: #EDF4F1;
    overflow: hidden;
}
.action_tab_wrap td{
    text-align: center;
}
.action_tab_wrap td a{
    padding: 0 5px;
}
.filter_wrap {
    float: left;
    width: 70%;
    display: flex;
    margin-bottom: 20px;
    gap: 8px;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: 20px;
}
.filter_wrap .filter {
    width: 30%;
}

.filter_wrap .filter label,
.search_wrap label{
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.filter_wrap .filter .input_box,
.sform_wrap .input_box{
    padding: 5px 10px;
    height: 40px;
    font-size: 14px;

}
.filter_wrap .filter .btn,
.sform_wrap .btn{
    padding: 5px 10px;
    height: 40px;
    font-size: 14px;
    border-radius: 4px;
}
.filter_wrap .filter .btn{
    margin-right: 5px;
}
.filter_wrap .filter .btn.red{
    background: rgb(0, 0, 0);
    border: solid 1px rgb(0, 0, 0);
}
.filter_wrap .filter .btn.red:hover{
    color: rgb(0, 0, 0);
    background: #FFF;
}
.filter .select2-container{
    float: left;
}
.search_wrap{
    float: left;
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sform_wrap{
   display: flex;
    align-items: baseline;
    float: left;
    width: 100%;
}
.sform_wrap .input_box{
    width: 70%;
    margin-right: 2%;
}
.sform_wrap .btn{
    width: 30%;
}
.bottom_wrap{
    float: left;
    width: 100%;
}
.tabs {
    float: left;
    margin: 5px 0 20px;
    font-size: 14px;
    display: flex;
    gap: 5px;
    line-height: 14px;
    clear: both;
}

.tabs a{
    color: #ccc;
    margin-right: 5px;
    border-right: solid 1px #ccc;
    padding-right: 5px;
}
.tabs a:last-child{
    border: none;
}
.tabs a.active{
    color: var(--contrast);

}
.pagination{
    float: right;
    margin-bottom: 20px;
    font-size: 14px;
}
.pagination ul {
    display: flex;
}

.pagination a{
    color: var(--contrast);
    text-decoration: none;
    padding: 0px 10px;
    border-radius: 4px;
}
.pagination a:hover{
    background: var(--light_green);
}
.pagination a.active{
    background: var(--contrast);
    color: #FFF;
}
.pagination .input_box{
    width: 28px;
    height: 20px;
    float: none;
    padding: 3px;
    text-align: center;
}
.status {
    background: #ecf4f1;
    padding: 3px 5px;
    font-size: 11px;
    border-radius: 3px;
}
.status.inprogress{
    background: #f9f4d6;
    color: #97732b;
}
.status.complete{
    background: #dcf3d5;
    color: #5a754f;
}
.status.pending{
    background: #ecc8c5;
    color: #b1433d;
}
.status.delayed{
    background: #F00;
    color: #fff;
}
.btn.add_btn {
    float: none;
    width: auto;
    font-size: 14px;
    padding: 5px 10px !important;
    border-radius: 4px;
    float: right;
    margin-left: 10px;
}
.btn.add_btn i{
    margin-right: 5px;
}
.file_uploader {
    float: left;
    width: 100%;
    padding: 15px;
    text-align: center;
    background-color: #ecf4f1;
    border: dashed 1px var(--contrast);
    border-radius: 5px;
    display: table;
    position: relative;
}
.file_uploader_wrap {
    float: left;
    width: 100%;
    padding: 15px;
    text-align: center;
    background-color: #ecf4f1;
    border: dashed 1px var(--contrast);
    border-radius: 5px;
    display: table;
    position: relative;
}
.file_uploader.uploaded{
    display: none;
}
.file_uploader_wrap.uploaded{
    display: none;
}
.file_uploader .file_field{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.file_uploader_wrap .file_field{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.uploader_content {
    display: table-cell;
    vertical-align: middle;
}
.uploader_content span {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    font-size: 12px;
}

.uploader_content span i{
    font-size: 28px;
    color: var(--contrast);
}

.uploader_content span.click_btn {
    background: var(--contrast);
    width: auto;
    margin: 0 auto;
    display: table;
    float: none;
    padding: 5px 10px;
    border-radius: 4px;
    color: #FFF;
}
.uploader_content span.click_btn i{
    color: #FFF;
    font-size: inherit;
}

.file_list {
    float: left;
    width: 100%;
    margin: 10px 0;
    display: none;
}

.file_list .file {
    padding: 5px 10px;
    border: solid 1px var(--light_green);
    border-left: solid 3px var(--contrast);
    box-shadow: 1px 2px 2px #ccc;
    margin-bottom: 5px;
}

.file_list .file span {
    font-size: 13px;
    color: var(--contrast);
}

.file_list .file a {
    color: red;
    float: right;
    font-size: 15px;
    margin-top: 2px;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}

.upload_wrap {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.upload_wrap .upload_button,
.upload_wrap .remove_button 
{
    float: left;
    width: auto;
    justify-content: center;
    border: 0;
    padding: 10px 15px;
    /* width: 100%; */
    background: var(--contrast);
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border: solid 1px var(--contrast);
}

.upload_wrap .remove_button {
    background: red;
}
.input_field.one-third {
    width: 31%;
    margin-right: 1%;
    margin-left: 1%;
}
.uploaded_file{
    float: left;
    width: 100%;
    position: relative;
    border-radius: 6px ;
    overflow: hidden;
    border: solid 1px var(--contrast);
    display: none;
}
.uploaded_file.uploaded{
    display: block;
}
.uploaded_file img{
    width: 100%;
}
a.file_name {
    font-size: 14px;
    color: var(--contrast);
    padding: 10px;
    float: left;
}
a.file_name:hover{
    text-decoration: underline;
}
.download{
    float: right;
    padding: 10px;
    color: var(--contrast);
}

a.remove_up_file {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #F00;
}
.document .remove_up_file{
    position: relative;
    float: right;
    padding: 10px;
    top: 0;
    right: 0;

}
.dashboard_contnet .aud_form.apas_scheme{
    display: flex;
    flex-wrap: wrap;
}
h3.form_heading {
        float: left;
    width: 100%;
    margin: 20px 0px 0;
    border-bottom: 2px solid var(--contrast);
    background: var(--contrast);
    padding: 5px 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

.file_uploader_wrap.document {
    width: 100%;
    padding: 8px;
}
.input_field.half{
    width: 49% !important;
}
.btn{
    width: auto !important;
    padding: 11px 13px !important;
    border-radius: 5px !important;
}
.select2-container--default .select2-selection--single {
    background: #F6F7F9 !important;
    border: none !important;
    border-radius: 4px;
    padding: 12px 16px;
    height: 48px;
    font-size: 14px;
    color: #000;
}
.filter .select2-container--default .select2-selection--single{
    height: 40px;
      padding: 5px 10px;
}
.select2-results__option {
    font-size: 14px !important;
    color: #000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 48px;
}
.filter .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
.select2-dropdown {
    background-color: #f6f7f9 !important;
    border: 1px solid #f6f7f9 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    height: 32px;
    border-radius: 4px;
}

.dash_section {
    float: left;
    width: 100%;
    display: flex;
    border-radius: 9px;
    padding: 20px 10px;
    background: #ecf4f1;
    flex-wrap: wrap;
}

.dash_section h2{
    background: var(--contrast);
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 10x 0;
    text-align: center !important;
}

.dash_section .section_left,
.dash_section .section_right{
    width: 50%;
}
.dash_section .section_right canvas{
    margin: 0 auto;
}
.dash_section .section_left {
    display: flex;
    flex-wrap: wrap;
}
.apas_info {
    width: calc(25% - 10px);
    margin: 0 0 3px 0;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    background: #2196F3;
}
.apas_info h3 {
    margin: 0 0 0 0;
    font-size: 14px;
    background: transparent;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    color: #083d67;
    width: 100%;

}
.apas_info  .cir {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2196F3;
}
.apas_info:last-child h3 {
    color: #fff;
}
.count {
    font-size: 18px;
    float: left;
    width:100%;
    border-radius: 5px;
    font-size: 20px;
    color: #FFF;
    
}
.count .pbar{
    padding: 6px;
    background: #92caf7;
    float: left;
     border-radius: 5px;
     width: 100%;
     background: #FFF;
}
.count .pbar:hover{
    background: var(--contrast) !important;
    color: #FFF !important;
}

textarea.input_box#inspection_comment{
    height: 150px;
}
.map_link{
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-position: center center;
    position: relative;
}
.map_link span{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 100%;
    background: #00000024;
    display: table;
    vertical-align: middle;
    opacity: 0;
    transition: all 0.5s ease;
}
.map_link span i{
    vertical-align: middle;
    display: table-cell;
}
.map_link:hover span{
    opacity: 1;
}
.no-map{
    font-size: 12px;
    background: #f1f1f26e;
    width: 100%;
    float: left;
    padding: 15px;
    text-align: center;
    font-style: italic;
    color: red;
}
.has_user_gp .ac_no_filter,
.has_user_gp .gp_id_filter{
    display: none;
}
.input_field.hide{
    display: none;
}

.section_full {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    gap: 5px;
}
#myBarChart{
    border-bottom: solid 2px #bde4c2;
}
.action_tab_wrap_ic{
    float: right;
    width: 120px;
    border-radius: 0 9px 9px 0 ;
    border: solid 1px var(--light_green);
    background: #EDF4F1;
    overflow: hidden;
}
.action_tab_wrap_ic td{
    text-align: center;
}
.action_tab_wrap_ic td a{
    padding: 0 5px;
}
.dash_table_wrap_ic{
    float: left;
    width: calc(100% - 120px);
    overflow-x: auto;
    border-radius: 9px 0 0 9px;
    border: solid 1px var(--light_green);
    padding-bottom: 0px;
    scrollbar-color: var(--contrast) #EDF4F1;
}
.dash_table_wrap_ic.full{
    width: 100%;
    overflow: hidden;
    border-radius: 9px;
}
.dash_table_wrap_ic_form{
    float: left;
    width: calc(100% - 0px);
    overflow-x: auto;
    border-radius: 9px;
    border: solid 1px var(--light_green);
    padding-bottom: 0px;
    scrollbar-color: var(--contrast) #EDF4F1;
}
.dash_table_wrap_ic_form.full{
    width: 100%;
    overflow: hidden;
    border-radius: 9px;
}
.notice_box {
    color: red;
}
.application_action {
    float: right;
}
button.btn.status_action_trigger {
    background-color: red;
    border: solid 1px red;
}
button.btn.status_action_trigger:hover {
    background-color: transparent;
    color: red;
    border: solid 1px red;
}