
.inspections_TEAM{
	width:100%;
	vertical-align:top;
}
.inspections_TEAM td{
	vertical-align:top;
	padding:0 10px;
}

.inspections_TEAM td span{
	display:block;
	width:100%;
}


.Comment_Box {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #f6f6f6;
    padding: 14px;
    margin-top: 10px;
}
.Comment_Box p {
    margin: 0;
    display: block;
    width: 100%;
    font-size: 12px;
}
.Comment_Box span {
    text-align: right;
    display: block;
    font-size: 12px;
    color: #636363;
}



.login-time {
    padding-top: 7px;
}
.login-time > i{
    margin-right: 7px;
}
.navbar-nav > li  .header-text{
    padding-top: 14px;
    padding-bottom: 13px;
	display: inline-block;
	margin-right: 10px;
}
.navbar-nav > li.dropdown-user > a {
    padding: 7px 5px;
}
.navbar-brand > img {
    height: 20px;
}

.dashboard-stats {
    padding: 25px;
}

.dashboard-stats .content-group{
    margin-bottom: 0 !important;
}
.panel-heading-link {
	color: #333333;
}
.panel-heading-link {
    color: #333333;
    margin-top: 7px;
    display: inline-block;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 12px 8px;
}
.semibold {
	font-weight: 600 !important;
}
.table-footer{
	padding: 30px;
	border-top: 1px solid #ddd;
}
.table-data-count {
    margin-top: 8px;
    display: inline-block;
}
.table-panel .dropdown-menu{
left: auto;
right: 0;
}

.form-group.last{
	margin-bottom:0;
}

.pre-scrollable {
    max-height: 275px;
}

.Unattended .pre-scrollable{
    background: #ea6b611f;
}

.Presently .panel-heading {
    background: #4CAF50;
    color: #fff;
}

.Presently .pre-scrollable{
    background: #65b9651a;
}

.Pending .panel-heading {
    background: #ffc000;
    color: #fff;
}

.Pending .pre-scrollable{
    background: #ffc0001c;
}

.panel-flat .table > thead > tr > th, .panel-flat .table > tbody > tr > th, .panel-flat .table > tfoot > tr > th, .panel-flat .table > thead > tr > td, .panel-flat .table > tbody > tr > td, .panel-flat .table > tfoot > tr > td {
    border-top: 1px solid #fff;
}

.table-hover > tbody > tr:hover {
    background-color: #ffffff;
}



.Unattended .panel-heading {
    background: #ea6b61;
    color: #fff;
}
.panel-flat > .panel-heading {
    padding: 15px 15px;
}


.red_BTN {
    background: #a0233d;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 10px;
    margin: 0;
    border-radius: 4px;
    border: 0;
    text-transform: capitalize;
}
.red_BTN:hover , .red_BTN:focus{
    background: #000;
    color: #fff;
}

.black_BTN{
        background: #000;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 10px;
    margin: 0;
    border-radius: 4px;
    border: 0;
    text-transform: capitalize;
}
.black_BTN:hover , .black_BTN:focus{
    background: #a0233d;
    color: #fff;
}




.panel-heading > a {
    color: #fff;
    display: inline-block;
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    padding: 19px;
}

.Unattended .panel-heading a{
    background: #c15148;
}

.Presently .panel-heading a{
    background: #549f54;
}

.Pending .panel-heading a
{

    background: #e7af06;
}

.calendar-wrapper {
	padding: 0 20px 20px 20px;
}

.complaint_delails .panel-heading {
    background: #a0233d;
    color: #fff;
    padding: 10px;
}

.complaint_delails .panel-heading h5 {
    margin: 0!important;
    display: inline-block;
}

.complaint_delails .panel-heading h5 a {
    display: none;
}

.complaint_delails .panel-heading a{
    padding:0; 
}

.complaint_delails .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #cccccc;
}

.complaint_delails .panel-body {
    padding: 20px!important;
}

.input_box input {
    width: 88%;
    display: inline-block;
    padding: 11px 15px;
    line-height: 1;
    height: auto;
        margin-right: 4px;
}


#selectedIndus {
    max-height: 300px;
    overflow: auto;
    background: #f1f1f1;
    border: 1px solid #dedede;
    padding: 15px;
}

#selectedIndus:empty{
    padding: 0;
    border: 0;
}

#selectedIndus .col-sm-6 {
    margin: 5px 0;
    padding: 9px 10px;
    width: 100%;
    margin-right: 1%;
    border-bottom: 0;
    background: #d6d6d6;
}
.Inspection_Detail td{
    vertical-align: top!important;
}
.Inspection_Detail > span{
    display: block;
    text-decoration: underline;
}






#calendar .fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}
#calendar .fc-view-container {
    border-left: 0;
    border-right: 0;
}
#calendar .fc-time-grid .fc-event {
    margin: 0;
}
#calendar .fc-event,
#calendar .fc-bgevent {
    padding: 3px;
    min-height: auto;
	background-color: #039BE5;
	color: #fff;
	border: 0;
	font-size: 12px;
}
#calendar  .fc-short .fc-title ,
#calendar   .fc-time {
    font-size: 11px;
}
#calendar.fc-state-default {
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}
#calendar.fc-button {
    margin: 0;
    border: 1px solid #ddd;
    padding: 7px 12px;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
}
.user-image img{
	display: inline-block;
	width: 92px;
	height: 92px;
	border-radius: 100px;
}
.fa.fa-toggle-off {
    font-size: 20px !important;
	color: #a0233d;
}.fa.fa-toggle-on {
    font-size: 20px !important;
	color: #a0233d;
}

.color-black{color:#333;}
.alert {width: 96%;margin: 0 auto;}
.alert-danger {background-color: rgba(160,35,61); border-color: #2196F3;color: #fff;}
.alert-danger .close {color: #fff;opacity: 1;}


.officer_name {
    display: inline-block;
    margin-right: 20px;
        margin-bottom: 8px;
}

.officer_name input{
    vertical-align: middle;
    margin:0;
}

.officer_name span {
    vertical-align: middle;
    margin-left: 4px;
    
    margin-right: 6px;
}
#datatable_length, #datatable_filter {
    margin: 20px;
}

.Custom_accordian .panel-heading {
    background: #a0233d;
    color: #fff;
    padding: 10px;
}

.Custom_accordian .panel-heading h5 a {
    display: none;
}

.Custom_accordian .panel-heading a{
    padding:0; 
}

.Custom_accordian .panel-body {
    padding: 20px!important;
}
.MT-25{
        margin-top: 25px;
}

.bg-slate-600 {
    background-color: #a0233d;
    border-color: #a0233d;
}
.bootstrap-select.btn-group .dropdown-menu > .selected > a {
    background-color: #141414;
}
.custom_table_outer thead tr {
    background: #a0233d;
    color: #fff;
        
}

.custom_table_outer thead tr th{
    padding: 18px 8px;
}

.custom_table_outer .table-footer {
    padding: 15px;
    border-top: 0;
    text-align: left;
}
.footer a {
    color: #a0233d;
}
.Mt20{
    margin-top:20px;
}
.officer_list {
    margin-bottom: 20px;
}

.MB-20{
    margin-bottom: 20px;
}

.deregister-buttons td{
    border: 0!important;
}

.fc-month-view {
    font-size: 16px;
}

.fc-month-view th {
    font-size: 16px;
    background: #a0233d;
    color: #fff;
    padding: 12px 0!important;
}

.fc-month-view {
    border: 1px solid #d6d6d6;
}
.fc-widget-header{
    border:0!important; 
}

.fc-year-month-header {
    background: #a0233d;
    color: #fff;
    font-size: 13px;
}
.fc-year-month-header th {
    font-size: 13px;
    padding: 6px 0!important;
}
.fc-widget-header th {
    background: #a0233d;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
}

.fc-agendaWeek-view {
    border: 1px solid #d6d6d6;
}

.pagination {
    vertical-align: middle;
        float: right;
}

.pagination > li > a, .pagination > li > span{
    border-radius: 100%;
    margin: 0 3px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span{
    border-radius: 100%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
    border-radius: 100%;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #a0233d;
    border-color: #a0233d;
    cursor: default;
}
.pagination > li > a, .pagination > li > span {
    min-width: 28px;
    text-align: center;
    padding: 3px 2px;
    border: 1px solid #e4e4e4;

}
.dataTable thead .sorting:before , .dataTable thead .sorting:after {
    color: #ffffff;
}

.custom_table_outer .dataTables_filter, .custom_table_outer .dataTables_length {
    padding: 20px;
    margin: 0;
}

.custom_table_outer .dataTables_filter input{
    margin-left: 10px;
}

.custom_table_outer .dataTables_length select
{
    margin: 0px 10px;
}

.custom_table_outer .dataTables_info, .custom_table_outer .dataTables_paginate {
    padding: 20px;
    margin: 0;
}

.dataTables_paginate .paginate_button{
    min-width: 28px;
    padding: 3px 2px;
    border-radius: 100%;
        margin: 0 3px;
}

.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.current:focus {
    background-color: #a0233d;
}

.pagination > li:last-child > a, .pagination > li:last-child > span  {

    text-transform: capitalize;
}
.total
{
    background: #a0233d!important;
    color: #fff;
}

.total td{
    font-weight: bold;
}

.table-responsive td{
    vertical-align: 
}