/* ++++++++++++++++++ CSS Document ++++++++++++++++++ */

* {
    margin: 0px;
    padding: 0px;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
*:focus{
    outline: -webkit-focus-ring-color auto 0px !important;
    outline: 0px !important;
}
html{
	height: 100%;
    height: 100%;
    box-sizing: border-box;
}
body {
	height: 100%;
	font: 16px 'Cabin', sans-serif;
	font-weight: 400;
	line-height: 24px;
	background: #fafafa;
	color: #7a808c;
	position: relative;
}
h1 {
    margin: 0;
}
h2 {
    margin: 0;
	color: #3f3f3f;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
}
h3 {
    margin: 0;
    color: #7a808c;
    font-size: 24px;
    line-height: 40px;
}
h4 {
    margin: 0;
    font-size: 18px;
    color: #3f3f3f;
    font-weight: 700;
}
h5 {
    margin: 0;
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 400;
}
h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
p {
    margin: 0;
}
a {
	transition: all 0.3s !important;
	display: inline-block;
} 
a:hover {
    text-decoration: none;
}
a:focus{
	text-decoration: none!important;
    outline: 0px !important;
}
img {
    max-width: 100%;
}
input,
select,
textarea{
    outline: 0px !important;
    caret-color: #cd2122;
}
fieldset{}
hr {}
span {}
ul,
ol {
    list-style: none;
	margin: 0px;
}
ul li,
ol li {
    list-style: none;
}
label{
	color: #3f3f3f;
	font-weight: 400;
    outline: 0px !important;
}

/* ========================================= common classes css ========================================= */
.clr {
    clear: both;
}
.margin_45{
    margin-bottom: 45px !important;
}
.margin_10{
    margin-bottom: 10px !important;
}
.page_wrapper{
    min-height: 100%;
    position: relative;
}
hr{
    border-top: 1px solid #e8ecf2;
    margin: 30px 0;
}
.no_margin{
    margin: 0px !important;
}
.no_padding{
    padding: 0px !important;
}
.text_capitalize{
    text-transform: capitalize;
}
.login_wrapper.align_middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}
.login_wrapper.align_middle .login_form{
    padding: 0;
}
.form-control{
    padding: 10px 18px;
}

.fa-spin{
    font-size: 23px;
    -webkit-animation: fa-spin 4s infinite linear;
    animation: fa-spin 4s infinite linear;
    margin: 0px 25px 0 0;
    display: inline-block;
    position: relative;
    top: 6px;
}
.spacer{
    padding: 65px 0;
}
.spacer_30{
    padding: 15px 0;
}
.pad_top_22{
    padding-top: 22px !important;
}
.pad_top_10{
    padding-top: 10px !important;
}
.pad_left_12{
    padding-left: 12px !important;
}
.no_padding_top_bottom{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.mrgin_top_22{
    margin-top: 22px !important;
}

.margin_r_10{
    margin-right:10px !important;
}
/* ========================================= button classes css ========================================= */
.btn {
    white-space: normal;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	transition: all 0.3s !important;
	padding: 13px 12px;
	border-radius: 5px;
	text-transform: uppercase;
}

.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus{
	outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.btn.btn_red{
	background: #cd2122;
	border-color: #cd2122;
	width: 170px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(122, 128, 140, 0.1);
	-moz-box-shadow: 0px 10px 10px 0px rgba(122, 128, 140, 0.1);
	box-shadow: 0px 10px 10px 0px rgba(122, 128, 140, 0.1);
}
.hvr-shutter-out-horizontal:before{
	background: #a40a0b;
	border-color: #a40a0b;
	border-radius: 5px;
}
.btn.btn_red_small{
    font-size: 12px;
    padding: 10px 12px;
    width: 150px;
}
.btn.btn_red_medium{
    font-size: 14px;
    font-weight: 600;
}
.b_to_dtl{
    font-size: 12px;
    color: #7a808c;
    text-transform: uppercase;
    font-weight: 700;
    margin: 3px 25px 0 0;
}
.b_to_dtl:hover,
.b_to_dtl:focus{
    color: #cd2122;
}
.b_to_dtl.hvr-underline-from-center:before{
    background: #cd2122;
    height: 1px;
    bottom: 3px;
}
.btn.btn_red_large{
    font-size: 14px;
    font-weight: 600;
    width: 210px;
}
.btn.btn_border_red{
    color: #cd2122;
    background: #fff;
    text-transform:uppercase;
}
.btn.load_more{
    width: 140px;
    font-size: 14px;
    color: #cd2122;
    border-radius:5px;
    display: block;
    margin:30px auto 0px;
    font-weight: bold;
    box-shadow: 0px 1px 15px 3px #f8f8f9;
    border-color:#f8f8f9;
    padding: 9px;
    text-transform: capitalize;
    background: #fff;
}
.btn.load_more.hvr-shutter-out-horizontal:before {
    background: #ffeaea !important;
    border-color: #ffeaea !important;
}

.btn.load_more i{
    display: inline-block;
    margin-right:10px;
}
.btn.btn_aml{
	width: 106px;
	font-size: 10px;
	color: #fff;
	height: 33px;
	padding:8px;
	text-transform: capitalize;
	font-weight: 300;
	line-height: 14px;
}
.btn.btn_aml.btn_yl{
	background: #fefe56;
	color: #000;
}
.btn.btn_aml.btn_br{
	background: #830023;
	color: #fff;
}
.btn.btn_aml.btn_og{
	background: #ff7b2b;
	color: #fff;
}
.btn.btn_aml.btn_db{
	background: #9f004a;
}
.btn.btn_aml.pd_6{
	padding: 6px;
	line-height: 10px;
}
/* ========================================= status classes css ========================================= */
.status_btn{
    font-size:12px;
    font-weight: bold;
    text-align:center;
    padding: 7px 0px;
    border-radius: 5px;
    width:70px;
    display:inline-block;
    font-style: normal;
    line-height: 16px;
}
.status_btn.bg_green{
    background:#f1faed;
    color:#39c722;
}
.status_btn.bg_red{
    background:#feeaee;
    color:#dd362e;
}
.status_btn.bg_yellow{
    background:#fff8ec;
    color:#ffbb44;
}
.status_btn.bg_orange{
    background:#fbefe5;
    color:#ff7200;
}
.status_btn.bg_disabled{
    background:#eeeeee;
    color:#7a808c;
}
.circle{
    height:16px;
    width:16px;
    margin-right:10px;
    border-radius:50%;
    display:inline-block;
    position:relative;
    vertical-align:middle;
    top: -1px;
}
.circle .dot{
    height:8px;
    width:8px;
    border-radius:50%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    margin:-4px 0px 0px -4px;
}
.circle.radio_online{
    background:#d1f2cc;
}
.circle.radio_online .dot{
    background:#39c722;
}
.circle.radio_offline{
    background:#eeeeee;
}
.circle.radio_offline .dot{
    background:#b7b7b7;
}
.circle.radio_recnt_offline{
    background:#fde1c5;
}
.circle.radio_recnt_offline .dot{
    background:#f7941d;
}
.circle.radio_disabled{
    background:#eeeeee;
}

/* ========================================= pagination classes css ========================================= */
.pager{
    text-align:center;
}
.pagination li a{
    border:0px;
    font-size:18px;
    color:#828b9f;
    padding: 2px 12px;
    background:transparent;
    line-height: 28px;
    margin-right:10px;
}
.pagination li.active a, 
.pagination li a:hover, 
.pagination li.active a:hover, 
.pagination li.active a:focus{
    color:#fff;
    background:#cd2122;
    border-radius:5px;
    outline: none;
}
.pagination li.prev a, .pagination li.next a{
    font-size:28px;
    line-height: 28px;
}
.pagination li.prev a:hover, .pagination li.next a:hover{
    background:#feeaee;
    color:#cd2122;
}

/* ========================================= background classes css ========================================= */
.error_bg{
	background: #ffeaea;
}
.light_grey{
	background: #eef0f2;
}
.grey_bg{
    background: #3f3f3f;
}
.black_bg{
    background: #343434;
}


/* ========================================= error classes css ========================================= */
.error_input .form-control{
	border-color: #cd2122 !important;
}
.error_input .form-control + .icon:after{
	background: url(../images/icon_pass_hover.png) no-repeat !important;
}
.error_input .form-control + .icon{
	border-color: #cd2122 !important;
}
.error_box{
    padding: 13px 18px;
    text-align: left;
    border-radius: 5px;
    margin: 0 0 32px;
}
.error_box p{
	color: #cd2122;
	font-size: 14px;
	line-height: 22px;
}
.error_box p{
    padding: 0px 0 0 22px;
    position: relative;
    margin-top: 4px;
}
.error_box p:first-child{
    margin-top: 0px;
}
.error_box p:before{
    background: url(../images/icon_error.png) no-repeat !important;
    width: 13px;
    height: 13px;
    display: inline-block;
    content: "";
    top: 4px;
    left: 0;
    position: absolute;
}

/* ========================================= checkbox and radio css ========================================= */
.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}
.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}
.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

/* ========================================= selectpicker css ========================================= */
.bootstrap-select.select_options{
    display: block !important;
}
.bootstrap-select.select_options:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
.bootstrap-select.select_options:focus{
    outline: -webkit-focus-ring-color auto 0px !important;
}
body .bootstrap-select.select_options .dropdown-toggle:focus{
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: 0px;
}
.bootstrap-select.select_options .btn-default{
    background: #fafafa;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border-color: #e8ecf2;
    padding: 10px 18px;
    height: 50px;
    line-height: 28px;
}
.bootstrap-select.select_options .dropdown-menu>li>a{
    color: #7a808c;
    padding: 5px 30px;
    white-space: normal;
}
.bootstrap-select.select_options .dropdown-menu>li>a:hover,
.bootstrap-select.select_options .dropdown-menu>li>a:focus{
    background: none;
    color: #cd2122;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.btn-group.select_options.open .dropdown-toggle{
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
.bootstrap-select.select_options .dropdown-menu{
    top: 48px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 0px;
    padding: 20px 0;
	height:auto;
	max-height:auto;
}
.bootstrap-select.select_options .dropdown-menu:after{
    bottom: 100%;
    right: 0%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-right: 16px;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after{
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 14px solid white !important;
    left: auto !important;
    bottom: -4px !important;
    z-index: 99999;
	right:15px;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before{
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 13px solid rgba(204, 204, 204, 0.2)!important;
    left: auto!important;
    bottom: -1px !important;
	right:14px;

}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{
	display:none;
}
.bootstrap-select.select_options .btn-default.active.focus, 
.bootstrap-select.select_options .btn-default.active:focus, 
.bootstrap-select.select_options .btn-default.active:hover, 
.bootstrap-select.select_options .btn-default:active.focus, 
.bootstrap-select.select_options .btn-default:active:focus, 
.bootstrap-select.select_options .btn-default:active:hover, 
.select_options.open>.dropdown-toggle.btn-default.focus, 
.select_options.open>.dropdown-toggle.btn-default:focus, 
.select_options.open>.dropdown-toggle.btn-default:hover{
    color: #3f3f3f;
    background-color: #fafafa;
    border-color: #e8ecf2;
}
.bootstrap-select.btn-group.select_options .dropdown-toggle .caret{
    border: 0px;
    width: auto;
    height: auto;
    right: 17px;
    margin-top: -13px;
}
.bootstrap-select.btn-group.select_options .dropdown-toggle .caret:after{
    border: 0px;
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #7a808c;

}
.bootstrap-select.btn-group.select_options.open .dropdown-toggle .caret:after{
    color: #cd2122;
}

/* ========================================= login Pages Css ========================================= */


/* ========================================= login wrapper css ========================================= */
.login_wrapper{
	width: 490px;
	margin: 0px auto 0;
    padding: 80px 0 0;
}

/* ========================================= login form css ========================================= */
.login_form{
	padding: 38px 0 0;
}
.login_form h2{
	padding: 0 0 50px;
}
.login_form h3{
    padding: 0 0 26px;
}
.login_form .icon_pass_sent{
    background: url(../images/icon_pass_sent.png) no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 30px;
}
.login_form .form-group{
	margin-bottom: 25px;
}
.login_form .form-group label{
	text-align: left;
	display: block;
	margin: 0 0 10px;
}
.login_form .form-group .form-control{
	height: 60px;
	font-size: 16px;
	padding: 10px 18px;
	color: #3c4553;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.03);
	border-color: #e9ecf2;
	transition: all 0.3s !important;
	border-radius: 5px;
}
.login_form .form-group .icon_holder{
	position: relative;	
}
.login_form .form-group .icon{
	width: 60px;
	height: 58px;
	border-left: 1px solid #e9ecf2;
	display: block;
	position: absolute;
	right: 0;
	top: 1px;
	line-height: 60px;
}

.login_form .form-group .icon_holder .icon.icon_email:after{
	content: "";
	background: url(../images/icon_email.png) no-repeat;
	width: 18px;
	height: 16px;
	display: inline-block;
}

.login_form .form-group .icon_holder .icon.icon_pass:after{
	content: "";
	background: url(../images/icon_pass.png) no-repeat;
	width: 17px;
	height: 18px;
	display: inline-block;
}
.login_form .form-group .form-control:focus + .icon.icon_email:after,
.login_form .form-group .form-control:hover + .icon.icon_email:after{
	background: url(../images/icon_email_hover.png) no-repeat;
}
.login_form .form-group .form-control:focus + .icon,
.login_form .form-group .form-control:hover + .icon{
	border-color: #cd2122;
}
.login_form .form-group .form-control:focus + .icon.icon_pass:after,
.login_form .form-group .form-control:hover + .icon.icon_pass:after{
	background: url(../images/icon_pass_hover.png) no-repeat;
}
.login_form .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #abbbcf;
}
.login_form .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #abbbcf;
}
.login_form .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #abbbcf;
}
.login_form .form-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: #abbbcf;
}
.login_form .form-group .form-control:active,
.login_form .form-group .form-control:focus,
.login_form .form-group .form-control:hover{
	border-color: #cd2122;
}
.checkbox label::before{
	width: 20px;
    height: 20px;
	border: 1px solid #e9ecf2;
	border-radius: 3px;
	top: 2px;
}
.checkbox label::after{
	border: 1px solid #cd2122;
	width: 20px;
    height: 20px;
	border-radius: 3px;
	background: #cd2122;
	color: #fff;
	padding: 0;
	line-height: 19px;
	font-size: 12px;
	top: 2px;
    text-align: center;
}
input[type=file]:focus, 
input[type=checkbox]:focus, 
input[type=radio]:focus,
.checkbox input[type="checkbox"]:focus + label::before{
	outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.checkbox label{
	padding-left: 15px;
	color: #7a808c;
}
.checkbox label:hover:before{
	border: 1px solid #cd2122;
	width: 20px;
    height: 20px;
	border-radius: 3px;
	color: #cd2122;
	padding: 0;
	line-height: 19px;
	font-size: 12px;
	font-family: 'FontAwesome';
    content: "\f00c";
    text-align: center;
}
.checkbox{
	margin:35px 0 35px;
}
.checkbox.notification_check label{
    padding-left: 10px;
}
.login_form .forgot_pass{
	padding: 32px 0 0px;
}
.login_form .forgot_pass a{
	color: #7a808c;
	line-height: 26px;
}
.login_form .forgot_pass a:hover{
	color: #cd2122;
}
.login_form .forgot_pass .hvr-underline-from-center:before{
	background: #cd2122;
	height: 1px;
}

/* footer */
.footer{
	position: absolute;
	width: 100%;
	bottom: 0px;
    left: 0px;
    right: 0px;
	padding: 18px 0;
    height: 61px;
}
.footer p{
	color:#7b7a9f;
	font-size: 12px;
}
.footer p a{
	color:#7b7a9f;
}
.footer p a .icon_envelope{
	background: url(../images/icon_envelope.png) no-repeat;
	width: 14px;
	height: 12px;
	display: inline-block;
	position: relative;
    top: 2px;
	margin: 0 8px 0 0;
}
.footer p a:hover .icon_envelope,
.footer p a:focus .icon_envelope{
    background: url(../images/icon_envelope_hover.png) no-repeat;
}
.footer p a:hover,
.footer p a:focus{
    color: #cd2122;
}
.footer p a.hvr-underline-from-center:before{
    background: #cd2122;
    height: 1px;
    bottom: 2px;
}


/* ========================================= Account Detail Pages Css ========================================= */


/* ========================================= dashboard header css ========================================= */
.db_header{
    padding: 20px 0;
    position: relative;
}
.db_header .mid_navbar{
    text-align: center;
    position: relative;
    top: 3px;
}
.db_header .mid_navbar li,
.db_header .aside_navbar li{
    display: inline-block;
}
.db_header .mid_navbar li{
    margin: 0 32px 0 0;
}
.db_header .mid_navbar li:last-child{
    margin: 0 0px 0 0;
}
.db_header .mid_navbar li a,
.db_header .aside_navbar li a,
.db_header .aside_navbar li span{
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0s !important;
}
.db_header .mid_navbar li a:hover,
.db_header .aside_navbar li a:hover{
    color: #cd2122;
    transition: all 0s !important;
}
.db_header .mid_navbar li a:focus,
.db_header .aside_navbar li a:focus,
.db_header .mid_navbar li a:active,
.db_header .aside_navbar li a:active{
    color: #fff;
}
.db_header .mid_navbar li.active a{
    color: #fff;
}
.db_header .mid_navbar li.active a .icon.icon_01{
    background: url(../images/icon_01_active.png) no-repeat;
}
.db_header .mid_navbar li.active a .icon.icon_02{
    background: url(../images/icon_02_active.png) no-repeat;
}
.db_header .mid_navbar li.active a .icon.icon_03{
    background: url(../images/icon_03_active.png) no-repeat;
}
.db_header .aside_navbar  li.active a .icon.icon_04{
    background: url(../images/icon_04_active.png) no-repeat;
}

.db_header .mid_navbar li.active a:hover .icon.icon_01{
    background: url(../images/icon_01_active.png) no-repeat;
}
.db_header .mid_navbar li.active a:hover .icon.icon_02{
    background: url(../images/icon_02_active.png) no-repeat;
}
.db_header .mid_navbar li.active a:hover .icon.icon_03{
    background: url(../images/icon_03_active.png) no-repeat;
}
.db_header .aside_navbar  li.active a:hover .icon.icon_04{
    background: url(../images/icon_04_active.png) no-repeat;
}

.db_header .mid_navbar li a .icon{
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
}
.db_header .mid_navbar li a .icon.icon_01{
    background: url(../images/icon_01.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.db_header .mid_navbar li a:hover .icon.icon_01{
    background: url(../images/icon_01_hover.png) no-repeat;
}
.db_header .mid_navbar li a:focus .icon.icon_01,
.db_header .mid_navbar li a:active .icon.icon_01{
    background: url(../images/icon_01_active.png) no-repeat;
}
.db_header .mid_navbar li a .icon.icon_02{
    background: url(../images/icon_02.png) no-repeat;
    width: 20px;
    height: 17px;
    display: inline-block;
}
.db_header .mid_navbar li a:hover .icon.icon_02{
    background: url(../images/icon_02_hover.png) no-repeat;
}
.db_header .mid_navbar li a:focus .icon.icon_02,
.db_header .mid_navbar li a:active .icon.icon_02{
    background: url(../images/icon_02_active.png) no-repeat;
}
.db_header .mid_navbar li a .icon.icon_03{
    background: url(../images/icon_03.png) no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
}
.db_header .mid_navbar li a:hover .icon.icon_03{
    background: url(../images/icon_03_hover.png) no-repeat;
}
.db_header .mid_navbar li a:focus .icon.icon_03,
.db_header .mid_navbar li a:active .icon.icon_03{
    background: url(../images/icon_03_active.png) no-repeat;
}
.db_header .aside_navbar{
    float: right;
    margin: 0 75px 0 0;
}
.db_header .aside_navbar li{
    margin: 0 18px 0 0;
}
.db_header .aside_navbar li:last-child{
    margin: 0 0px 0 0;
}
.db_header .aside_navbar li a .icon.icon_04{
    background: url(../images/icon_04.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.db_header .aside_navbar li a:hover .icon.icon_04{
    background: url(../images/icon_04_hover.png) no-repeat;
}
.db_header .aside_navbar li a:focus .icon.icon_04,
.db_header .aside_navbar li a:active .icon.icon_04{
    background: url(../images/icon_04_active.png) no-repeat;
}
.db_header a.logout{
    position: absolute;
    right: 0;
    top: -20px;
    height: 70px;
    width: 70px;
    display: inline-block;
    line-height: 70px;
    text-align: center;
}
.db_header a.logout:hover{
    background: #cd2122;
}
.db_header a.logout .icon.icon_05{
    background: url(../images/icon_05.png) no-repeat;
    width: 12px;
    height: 14px;
    display: inline-block;
}

/* ========================================= account details ========================================= */
.account_details{
    padding: 40px 40px 0;
}
.account_details h2{
    padding: 0 0 28px;
}
.account_details .details_container{
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e8ecf2;
    padding: 40px;
}
.account_details .details_container .form-group{
    margin-bottom: 20px;
}
.account_details .details_container .form-group h6{
    color: #7a808c;
    font-weight: 400;
    padding: 0 0 5px;
}
.account_details .details_container .form-group p{
    color: #3f3f3f;
}
.account_details .details_container .form-group p .change_pass{
    color: #cd2122;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: -5px;
    margin: 0 0 0 5px;
}
.account_details .details_container .form-group p .change_pass:hover{
    color: #3f3f3f;
}
.details_container .form-group p .change_pass.hvr-underline-from-center:before{
    background: #3f3f3f;
    height: 1px;
    bottom: 4px;
}

.account_details .details_container .form-group label{
    color: #7a808c;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
.account_details .details_container .form-group label span{
    color: #cd2122;
    font-size: 16px;
    font-weight: 700;
}
.account_details .details_container .form-group label i{
    font-style: normal;
    color: #aaa;
}
.account_details .details_container .form-group .form-control{
    background: #fafafa;
    height: 50px;
    color: #3f3f3f;
    border: 1px solid #e8ecf2;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.account_details .details_container .form-group .form-control:active, 
.account_details .details_container .form-group .form-control:focus, 
.account_details .details_container .form-group .form-control:hover{
    border-color: #cd2122;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
}
.account_details .details_container .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3f3f3f;
}
.account_details .details_container .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #3f3f3f;
}
.account_details .details_container .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #3f3f3f;
}
.account_details .details_container .form-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: #3f3f3f;
}

/* ========================================= notifications ========================================= */
.checkbox_group li{
    display: inline-block;
    margin: 0 45px 0 0;
}
.checkbox_group li:last-child{
    margin: 0 0px 0 0;
}
.checkbox_group li .checkbox{
    margin: 30px 0 0;
}

/* ========================================= table css ========================================= */
.table_block{
    padding: 40px 40px 0;
}
.table_block .table{
    margin: 30px 0;
    background: #fff;
    border: 1px solid #e8ecf2;
}
.table_block .table>thead>tr>th{
    border-bottom: 1px solid #e8ecf2;
    font-size: 12px;
    color: #3f3f3f;
    text-transform: uppercase;
    font-weight: 700;
    height: 60px;
    padding: 8px 18px;
    vertical-align: middle;
    background: #f9f9f9;
}
.table_block .table>tbody>tr{
    transition: all 0.3s !important;
}
.table_block .table>tbody>tr>td{
    height: 72px;
    padding: 8px 18px;
    vertical-align: middle;
    font-size: 14px;
    color: #7a808c;
    transition: all 0.3s !important;
}
.table_block .table>tbody>tr>td:first-child{
    border-left: 4px solid transparent;
}

.table_block .table>tbody>tr>td span{
    background: #ffeaea;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 46px;
    border-radius: 50%;
    display: inline-block;
}
.table_block .table>tbody>tr>td span .trash_icon{
    background: url(../images/icon_delete.png) no-repeat;
    width: 15px;
    height: 16px;
    display: inline-block;
}
.table_block .table>tbody>tr>td a:hover span{
    background: #cd2122;
}
.table_block .table>tbody>tr>td a:hover span .trash_icon{
    background: url(../images/icon_delete_hover.png) no-repeat;
}
.table_block .table>tbody>tr:hover td{
    background: #fff8f8;
}
.table_block .table>tbody>tr:hover td:first-child{
    border-left: 4px solid #cd2122;
}
.table_block .table.no_notification>tbody>tr{
    position: relative;
}
.table_block .table.no_notification>tbody>tr>td{
    width: 0px;
}
.table_block .table.no_notification>tbody>tr>td:first-child{
    border-left: 0px solid transparent;
    font-size: 16px;
    color: #aaa;
    text-align: center;
    font-weight: 600;
}
.table_block .table.no_notification>tbody>tr:hover td{
    background: transparent;
}

/* ========================================= Enclosure List ========================================= */
.enclouser_list{
    padding: 30px 40px 0px;
}
.enclouser_list .text-right li{
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.enclouser_list .text-right li:last-child{
    margin: 0;
}
    .enclouser_list .text-left li {
        display: inline-block;
        /*margin: 0 20px 0 0;*/
        vertical-align:middle;
    }
        .enclouser_list .text-left li:last-child {
            margin: 0;
        }
.block_display >div> ul> li {
    display: block !important;
}        

.enclouser_list h2{
    text-transform: capitalize;
}
.enclouser_list .top_bar .btn{
    width: 170px;
    padding: 11px 12px;
}
    .enclouser_list .group_bar .btn {
        width: 300px;
        padding: 11px 12px;
    }
.enclouser_list .bootstrap-select.select_options .btn-default{
    height: 41px;
    line-height: 18px;
    font-size: 13px;
}
.enclouser_list .bootstrap-select.btn-group.select_options .dropdown-toggle .caret:after{
    font-size: 14px;
}
.enclouser_list .bootstrap-select.btn-group.select_options .dropdown-toggle .caret{
    margin-top: -9px;
	right:20px;
}
.enclouser_list .bootstrap-select.select_options .dropdown-menu{
    top: 39px;
}
.enclouser_list .bootstrap-select.select_options .dropdown-menu:after{
    border-width: 6px;
}

.table_title h4 span{
    color: #7a808c;
}
.table_title h4{
    font-weight:bold;
    color:#3f3f3f;
}
.enclouser_list .enclosure_table .table_title{
    padding: 12px 0px 0px;
}
.enclouser_list .enclosure_table .table{
    border:1px solid #e8ecf2;
    border-collapse:separate;
    margin-top: 30px;
}
.enclouser_list .enclosure_table .table th, td {
    height:70px;
    
}
.enclouser_list .enclosure_table .table thead tr th{
    background: #f9f9f9;
    font-size:12px;
    color:#3f3f3f;  
    font-weight:bold;
    text-transform:uppercase;
    border-bottom: 0px;
    vertical-align: middle;
}
.enclouser_list .enclosure_table .table tbody tr td{
    font-size:14px;
    color:#7a808c;
    vertical-align: middle;
    border-color:#e8ecf2;
}
.enclouser_list .enclosure_table .table tbody tr{
    background:#fff;
}
.enclouser_list .enclosure_table .table tbody tr{
    cursor: pointer;
    border-left: 1px solid #ddd;
}
.enclouser_list .enclosure_table .table thead tr{
    background: #f9f9f9;
}
.enclouser_list .enclosure_table .table thead tr th:first-child {
    border-left: 4px solid transparent;
}
.enclouser_list .enclosure_table .table thead tr th:first-child {
    border-left: 4px solid transparent;
    padding-left: 15px;
}
.enclouser_list .enclosure_table .table tbody tr td:first-child {
    border-left: 4px solid transparent;
    padding-left: 15px;
}
.enclouser_list .enclosure_table .table tbody tr:hover{
    background:#fff8f8;
}
.enclouser_list .enclosure_table .table tbody tr:hover td:first-child{
    border-left: 4px solid #cd2122;
}

.login_wrapper.enclouser{
    width:700px;
}
.enclouser .login_form .icon{
    margin: 0 auto 30px;
    display: block;
}
.btn_group .btn.btn_border_red{
    margin-right:20px;
}

.btn_group .btn.btn_border_red.hvr-shutter-out-horizontal:before{
    background: #ffeaea !important;
    border-color: #ffeaea !important;
}

.eye_button .btn.btn_border_red{
    width: 130px;
}
.eye_button .btn.btn_border_red .icon_eye{
    margin: 0 4px 0 0;
}

.eye_button .btn.btn_border_red.hvr-shutter-out-horizontal:before{
    background: #ffeaea !important;
    border-color: #ffeaea !important;
}
.error_list .btn.btn_border_red.hvr-shutter-out-horizontal:before{
    background: #ffeaea !important;
    border-color: #ffeaea !important;
}

.btn_group .btn_red_medium{
    width:145px;
    padding: 14px 12px !important;
}
.enclouser .status{
    margin-top:10px;
}
.enclouser .status .active_icon{
    width:20px; 
    height:20px;
    border-radius: 50%;
    border:1px solid #cd2122;
    display: inline-block;
    position:relative;
    margin-right: 10px;
    vertical-align:middle;
}
.enclouser .status .active_icon .dot{
    width:10px; 
    height:10px;
    border-radius: 50%;
    border:1px solid #cd2122;
    display: block;
    background:#cd2122;
    display: block;
    position:absolute;
    top:50%;
    left:50%;
    margin:-5px 0px 0px -5px;
}
.enclouser .status .text{
    display:inline-block;
    vertical-align:middle;
    color: #3f3f3f;
}
.enclouser h2{
    text-transform: capitalize;
}
.enclouser .twitter-typeahead{
    display:block !important;
}
.enclouser .twitter-typeahead .tt-menu{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 0px;
    overflow: visible !important;
    background:#fff;
    display: block;
    padding: 15px 30px;
    width:100%;
}
.enclouser .twitter-typeahead .tt-menu .tt-selectable{
    margin-top:20px;
    font-weight:bold;
}
.enclouser .twitter-typeahead .tt-menu .tt-selectable:hover{
    color:#3f3f3f;
}
.account_details .details_container .form-group label:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
.check_box.radio label::before{
    width: 20px;
    height: 20px;
    border: 1px solid #e9ecf2;
    border-radius: 3px;
    top: 2px;
}
.check_box.radio label::after{
    border: 1px solid #cd2122;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #cd2122;
    color: #fff;
    padding: 0;
    line-height: 19px;
    font-size: 12px;
    top: 2px;
    text-align: center;
}

.check_box.radio label:hover:before{
    border: 1px solid #cd2122;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    color: #cd2122;
    padding: 0;
    line-height: 19px;
    font-size: 12px;
    font-family: 'FontAwesome';
    content: "\f00c";
    text-align: center;
}

.check_box.radio label::after{
    border: 1px solid #cd2122;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    color: #fff;
    padding: 0;
    line-height: 19px;
    font-size: 12px;
    font-family: 'FontAwesome';
    content: "\f00c";
    text-align: center;
    left:0px;
}
.check_box.radio label{
    padding-left:15px;
}

.enclouser .checkbox_group li{
    margin: 0 25px 0 0;
}
.account_details .details_container .form-group label:focus{
    outline: -webkit-focus-ring-color auto 0px;
}

/* ========================================= radio button ========================================= */
.radio.radio_button{
    margin: 0;
}
.radio.radio_button label{
    color: #3f3f3f !important;
    font-size: 16px !important;
    margin: 0 !important; 
    transition: all 0.3s !important;
}
.radio.radio_button.radio_big label{
    font-size: 14px !important;
}
.radio.radio_button label::before{
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    top: 4px;
}
.radio.radio_button.radio_big label::before{
    top: 2px;
}
.radio.radio_button.radio_big label::before{
    width: 20px;
    height: 20px;
}
.radio-primary input[type="radio"]:checked + label::before{
    border-color: #cd2122;
    background: #cd2122;
    outline: 0px;
}
.radio-primary input[type="radio"] + label::after{
    background-color: #ccc;
}
.radio-primary input[type="radio"]:checked + label::after{
    background-color: #fff;
}
.radio.radio_button label::after{
    width: 8px;
    height: 8px;
    left: 4px;
    top: 8px;
    -webkit-transform: scale(1, 1) !important;
    -ms-transform: scale(1, 1) !important;
    -o-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
}
.radio.radio_button.radio_big label::after{
    width: 10px;
    height: 10px;
    left: 5px;
    top: 7px;
}
.radio.radio_button label:hover:after{
    background: #cd2122;
}
.radio.radio_button label:hover:before{
    border-color: #cd2122;
}
.radio_btn_group li{
    display: inline-block;
    margin: 0 28px 0 0;
}
.radio_btn_group li:last-child{
    margin: 0;
}

/* ========================================= Enclosure Pages Css ========================================= */
.table_block.one_row_table{
    padding: 22px 40px 22px;
}
.table_block.one_row_table .table{
    margin: 0;
}
.table_block.one_row_table.table>tbody>tr:hover td:first-child,
.table_block.one_row_table .table>tbody>tr td:first-child{
    border:0;
}
.table_block.one_row_table .table>tbody>tr:hover td,
.table_block.one_row_table .table>thead>tr>th{
    background: none;
}
.table_block.one_row_table .table>thead>tr>th,
.table_block.one_row_table .table>tbody>tr td{
    border: 0px;
    height: auto;
}
.table_block.one_row_table .table>tbody>tr td:last-child,
.table_block.one_row_table .table>thead>tr th:last-child{
    text-align: right;
    width: 210px;
}
.table_block.one_row_table .table>thead>tr>th{
    padding: 25px 28px 0;
}
.table_block.one_row_table .table>tbody>tr>td{
    padding: 8px 28px 18px;
}
.eye_button{
    margin: -28px 0 0;
}
.details_container.gauge{
    padding: 28px 0;
}
.details_container.gauge.gauge_more{
    padding: 0 0 28px;
}
.gauge ul{
    overflow: hidden;
}
.gauge ul li{
    width: 210px;
    display:inline-block;
    text-align: center;
    font-size: 12px;
    color: #3f3f3f;
    font-weight: 700;
    border-right: 1px solid #e8ecf2;
    text-transform: uppercase;
	vertical-align:top;
	min-height:140px;
	margin-bottom: 15px;
	max-width:100%;
}
.gauge ul li:last-child{
    border: 0;
}
.gauge ul li p{
    padding: 12px 0 0;
	line-height: 16px;
}
.details_container.cards{
    padding: 30px;
    margin: 22px 0;
}
.cards ul li{
    padding: 0 11px;
}
.cards ul li .card{
    background: #fafafa;
    height: 90px;
    border: 1px solid #e8ecf2;
    padding: 20px;
}
.cards ul li .card h6{
    font-size: 14px;
    color: #3f3f3f;
    font-weight: 700;
    padding: 4px 0 0;
}
.cards ul li .card h6 img{
    margin: 0 6px 0 0;
    position: relative;
    top: -2px;
}
.cards ul li .card p{
   font-size: 14px;
   padding: 4px 0 0;
}

/* ========================================= tabs css ========================================= */
.details_container.chart{
    padding: 30px;
}
.details_container.chart .chart_card{
    margin: 0 0 0px;
}
.holder{
    border-bottom: 1px solid #e8ecf2;
}

/* ========================================= chart css ========================================= */
.chart .nav-tabs { 
    border-bottom: 0px solid #e8ecf2; 
}
.chart .nav-tabs > li{
    margin-right: 40px;
}
.chart .nav-tabs > li:last-child{
    margin-right: 0px;
}
.chart .nav-tabs > li.active > a, 
.chart .nav-tabs > li.active > a:focus, 
.chart .nav-tabs > li.active > a:hover { 
    border-width: 0; 
}
.chart .nav-tabs > li > a { 
    border: none; 
    color: #858a95; 
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 0px 16px;
    border-radius: 0px;
}
.chart .nav-tabs > li.active > a, 
.chart .nav-tabs > li > a:hover { 
    border: none; 
    color: #3f3f3f !important; 
    background: transparent; 
}
.chart .nav-tabs > li > a::after { 
    content: ""; 
    background: #cd2122; 
    height: 2px; 
    position: absolute; 
    width: 100%; 
    left: 0px; 
    bottom: 0px; 
    transition: all 250ms ease 0s; 
    transform: scale(0); 
}
.chart .nav-tabs > li.active > a::after, 
.chart .nav-tabs > li:hover > a::after { 
    transform: scale(1); 
}
.chart .tab-nav > li > a::after { 
    background: #21527d none repeat scroll 0% 0%; color: #fff; 
}
.chart .tab-pane { 
    padding: 0; 
}
.chart .tab-content{
    padding: 30px 0 0;
}
.chart .tab-content .chart_graphic{  
    position: relative;
}
.chart .tab-content .chart_graphic img{
    width: 100%;
}

.checkbox_group li .checkbox.check_01 label:hover:before{
    border: 1px solid #ffb408;
    color: #ffb408;
}
.checkbox.check_01 label::after{
    border: 1px solid #ffb408;
    background: #ffb408;
}
.checkbox.check_01 label::before{
    border: 1px solid #ffb408;
}

.checkbox_group li .checkbox.check_02 label:hover:before{
    border: 1px solid #1ce91c;
    color: #1ce91c;
}
.checkbox.check_02 label::after{
    border: 1px solid #1ce91c;
    background: #1ce91c;
}
.checkbox.check_02 label::before{
    border: 1px solid #1ce91c;
}

.checkbox_group li .checkbox.check_03 label:hover:before{
    border: 1px solid #6968ff;
    color: #6968ff;
}
.checkbox.check_03 label::after{
    border: 1px solid #6968ff;
    background: #6968ff;
}
.checkbox.check_03 label::before{
    border: 1px solid #6968ff;
}

.checkbox_group li .checkbox.check_04 label:hover:before{
    border: 1px solid #00aeef;
    color: #00aeef;
}
.checkbox.check_04 label::after{
    border: 1px solid #00aeef;
    background: #00aeef;
}
.checkbox.check_04 label::before{
    border: 1px solid #00aeef;
}

.checkbox_group li .checkbox.check_05 label:hover:before{
    border: 1px solid #ed1c24;
    color: #ed1c24;
}
.checkbox.check_05 label::after{
    border: 1px solid #ed1c24;
    background: #ed1c24;
}
.checkbox.check_05 label::before{
    border: 1px solid #ed1c24;
}

.checkbox_group li .checkbox.check_06 label:hover:before{
    border: 1px solid #a0410d;
    color: #a0410d;
}
.checkbox.check_06 label::after{
    border: 1px solid #a0410d;
    background: #a0410d;
}
.checkbox.check_06 label::before{
    border: 1px solid #a0410d;
}

.checkbox_group li .checkbox.check_07 label:hover:before{
    border: 1px solid #f49ac1;
    color: #f49ac1;
}
.checkbox.check_07 label::after{
    border: 1px solid #f49ac1;
    background: #f49ac1;
}
.checkbox.check_07 label::before{
    border: 1px solid #f49ac1;
}

.checkbox_group li .checkbox.check_08 label:hover:before{
    border: 1px solid #fff200;
    color: #fff200;
}
.checkbox.check_08 label::after{
    border: 1px solid #fff200;
    background: #fff200;
}
.checkbox.check_08 label::before{
    border: 1px solid #fff200;
}

.chart .tab-content .checkbox.notification_check label{
    color: #3f3f3f;
    font-size: 14px;
    padding-left: 8px;
}
.chart .tab-content .checkbox_group li{
    margin: 0 12px 15px 0;
}
.chart .tab-content .checkbox_group li:last-child{
    margin-right: 0;
}
.chart .tab-content .indicator,
.chart .tab-content .checkbox_group{
    display: inline-block;
}
.chart .tab-content .checkbox_group li .checkbox{
    margin: 0;
}
.chart .tab-content .indicator{
    margin-top: 20px;
}
.chart .tab-content .checkbox_group{
    position: relative;
    top: -25px;
    padding: 0 0 0 135px;
}
.chart .tab-content .checkbox_group.tab_02_checkbox{
    top: 0;
    padding: 0 0 0 27px;
}
.chart .tab-content .checkbox_group.tab_02_checkbox li{
    margin-bottom: 0px;
}
.chart .tab-content .tab-pane#first{
    margin: 0 0 -42px;
}
.chart .tab-content .circle_dot{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
}
.chart .tab-content .circle_dot:after{
    content: "";
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    position: absolute;
    margin: -2.5px 0 0 -2.5px;
}
.chart .tab-content .circle_dot.dot_01{
    background: #ffb408;
}
.chart .tab-content .circle_dot.dot_02{
    background: #6968ff;
}
.chart .tab-content .circle_dot.dot_02{
    left: 372px;
    top: 90px;
}
.chart .tab-content .chart_graphic.chart_02 .tool_tip{
    left: 398px;
    top: 64px;
}
.chart .tab-content .chart_graphic .tool_tip{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 16px 18px 11px;
    background: #fff;
    display: inline-block;
    border-radius: 8px;
    position: absolute;
    left: 412px;
    top: 74px;
    border: 1px solid #ebebeb;
}
.chart .tab-content .chart_graphic .tool_tip:after, 
.chart .tab-content .chart_graphic .tool_tip:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.chart .tab-content .chart_graphic .tool_tip:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 8px;
    margin-top: -8px;
}
.chart .tab-content .chart_graphic .tool_tip:before {
    border-color: rgba(235, 235, 235, 0);
    border-right-color: #ebebeb;
    border-width: 9px;
    margin-top: -9px;
}
.chart .tab-content .chart_graphic .tool_tip h6{
    color: #858a95;
    font-size: 14px;
    font-weight: 400;
}
.chart .tab-content .chart_graphic .tool_tip p{
    font-size: 16px;
    color: #30384e;
}

.circle.radio_red{
    background: #f3cccc;
}
.circle.radio_red .dot{
    background: #cd2122;
}
.circle.radio_yellow{
    background: #fffac4;
}
.circle.radio_yellow .dot{
    background: #ffea00;
}

.details_container.error_list{
    padding: 30px;
}
.details_container.error_list p{
    font-size: 16px;
    color: #3f3f3f;
    padding: 0 0 12px;
}
.details_container.error_list h5{
    padding: 0 0 20px;
}
.details_container.error_list .btn.btn_red_small{
    width: 160px;
    margin: 12px 0 0;
}
.details_container.gauge.gauge_more ul{
    margin: 30px 0 0px;
}
.details_container.gauge.gauge_more ul li{
    margin: 0 0 0px;
}

/* ========================================= modal Css ========================================= */
#eclosure_dashbaoard .modal-body{
    background: #fff;
    padding:40px 60px;
    width:940px;
    margin:0px auto;
    height: auto;
    border-radius:5px;
    
}

#eclosure_dashbaoard .modal-body .modal_header h4 span{
    color:#7a808c;
}

#eclosure_dashbaoard .modal-body .modal_header .close_Btn{
    color:#cd2122;
    font-size: 24px;
    background:#ffeaea;
    height:40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    font-family: serif;
    position: absolute;
    top: -20px;
    right: -25px;
}
#eclosure_dashbaoard .modal-body .modal_header .close_Btn:hover{
    background: #cd2122;
    color: #fff;
}
#eclosure_dashbaoard .modal-body .content{
    margin-top:25px;
}
#eclosure_dashbaoard .modal-body .content.details_container{
    border:0px;
    padding:0;
}

#eclosure_dashbaoard .modal-body .content.details_container label{
    font-size:16px;
    color:#3f3f3f;
}

.width_170{ 
    width:170px !important;
}
#eclosure_dashbaoard .modal-body .content.details_container .table{
    margin-bottom:0px;
}
#eclosure_dashbaoard .modal-body .content.details_container .table_block{
    padding:0;
}
#eclosure_dashbaoard .modal-body .content.details_container .table_block .no_log{
    font-size:20px;
    color:#aaaaaa;
    font-weight: 500;
}
.error_box.margint_20{
    margin:20px 0px;
}
#eclosure_dashbaoard .modal-body .content.details_container .table_block .table thead>tr>th:last-child{
        border-right: 1px solid #e8ecf2;
}

.table_block .table.no_hover>tbody>tr td:first-child{
    border-left: 0px;
}
.table_block .table.no_hover>tbody>tr:hover td:first-child{
    border-left: 0px solid #cd2122;
}
.table_block .table.no_hover>tbody>tr:hover td{
    background: none;
}
.chart .tab-content .horizontal_indicator .indicator{
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
}
.chart .tab-content .horizontal_indicator .checkbox_group{
    display: block;
    top: 0;
    padding: 0;
}
.chart .tab-content .horizontal_indicator .checkbox_group li{
    display: block;
}
.chart.chart_horizontal .tab-content .tab-pane#first{
    margin: 0 0 -8px;
}
.chart.chart_horizontal{
    margin: 0 0 22px;
}
.chart.chart_horizontal .tab-content .checkbox.notification_check label{
    padding-left: 15px;
}

/* ========================================= Datepicker classes ========================================= */
.ui-widget{
    font-family: 'Cabin', sans-serif;
}
.form-group.range_datepicker label.date_head{
    color: #7a808c;
    font-size: 16px !important;
    margin: 0 20px 0 0;
    line-height: 40px;
}
.date-picker{
    float:right;
}
.date-picker_float_left {
    float: left;
    padding-left:15px;
}
.daterangepicker.ltr{
    min-width:861px;
}
.form-group.range_datepicker{
    margin-bottom:0px !important;
     margin-top: -20px;
}


.date-picker #singledaterange {
    color: #3f3f3f;
    border: 1px solid #e8ecf2;
    width: 290px;
    height: 40px;
    border-radius: 5px;
    padding: 8px 35px;
    font-size: 14px;
    font-weight: bold;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    height: 40px;
}

.daterangepicker.opensleft .date-picker #singledaterange:after {
    color: #cd2122;
}

.date-picker #singledaterange {
    position: relative;
}

    .date-picker #singledaterange:after {
        content: "\f107";
        position: absolute;
        font-family: FontAwesome;
        right: 15px;
    }
.singledate_background {
    width: 100%;
    background: #fafafa;
}
.singledate_range {
    width: auto !important;
    height: 50px !important;
    line-height: 2 !important;
}
    .date-picker #singledaterange.arrow_red:after {
        color: #cd2122;
    }

    .date-picker #singledaterange i {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -17px;
    }

    .date-picker #singledaterange span {
        padding: 8px 0px;
    }


/*                          ************************************************   */
.date-picker #reportrange{
    color: #3f3f3f;
    border:1px solid #e8ecf2;
    width: 290px;
    height:40px;
    border-radius: 5px;
    padding:8px 35px;
    font-size:14px;
    font-weight:bold;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    height: 40px;
    
}
.daterangepicker.opensleft .date-picker #reportrange:after {
    color: #cd2122;
}
.date-picker #reportrange{
    position:relative;
}
.date-picker #reportrange:after{
    content:"\f107";
    position:absolute;
    font-family:FontAwesome;
    right:15px;
}
.date-picker #reportrange.arrow_red:after{
    color:#cd2122 ;
}
    .date-picker #reportrange i {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -13px;
    }

    .date-picker #reportrange span {
        padding: 8px 0px;
    }
.daterangepicker .input-mini.active{
    border-color:#cd2122 ;
}
.daterangepicker.ltr .ranges li{
    background:transparent;
    color:#7a808c;
    border:0px;
    padding:0px;
    font-size: 14px;
}
.daterangepicker.dropdown-menu {
    border: 0px;
}
.daterangepicker .ranges ul{
    margin:0;
}
.daterangepicker table {
    border-collapse: collapse;
    border-spacing: 4px;
}
.daterangepicker.ltr .ranges li:hover{
    background:transparent;
    color:#cd2122;
}
.range_inputs .applyBtn{
    width:85px;
    color: #fff;
    font-size:12px;
    padding:7px 12px;
    background:#cd2122 !important;
    border-color:#cd2122 !important;
    margin-right:10px;
}
.range_inputs .cancelBtn{
    width:85px;
    color: #fff;
    font-size:12px;
    padding:7px 12px;
    background:#fff !important;
    border-color:#cd2122 !important;
    color:#cd2122 !important;
}
.daterangepicker td{
    line-height: 20px;
}
.daterangepicker td{
    border:1px solid #e8ecf2 !important;
    border-left:0px!important;
    border-right:0px!important;
    border-bottom:0px!important;

}
.daterangepicker thead tr:nth-of-type(2){
    border-top-color:#e8ecf2 !important;
    border-left:0px!important;
    border-right:0px!important;
    border-top:0px!important;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
    background: #cd2122;
    border-radius: 50%;
    width:30px !important;
    height:30px !important;
    border-top-color:transparent !important;
    color:#fff!important;

}
.daterangepicker .calendar thead tr:first-child th{
    font-size:14px;
    color:#3f3f3f;
}
.daterangepicker .calendar thead tr:first-child th .fa{
    color:#aaaaaa;
}
.daterangepicker .calendar thead tr:first-child th .fa:hover{
    color:#cd2122;
}
.daterangepicker .calendar th, .daterangepicker .calendar td{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    min-height:30px !important;
    max-width:30px !important;
    max-height:30px !important;
    line-height: 30px !important;
    color: #55555a;
    
}
.daterangepicker td.in-range{
    background-color:#fae8e8;'
}
.daterangepicker td{
    font-size:12px;
}
.daterangepicker td.start-date.end-date{
    border-radius: 50%;
    color:#fff !important;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
    color: #aaaaaa;
}
.daterangepicker .calendar thead tr:nth-of-type(2) th{
    color:#9c9ca6;
    font-size:10px;
    text-transform:uppercase;
}
.daterangepicker td.available:hover, 
.daterangepicker th.available:hover,
.daterangepicker td.end-date{
    color:#fff !important;
    background:#cd2122 !important;
    border-radius: 50%;
    width:30px !important;
    height:30px !important;
    border-top-color:transparent !important

}
.daterangepicker .calendar{
    width:310px !important;
    max-width:310px !important;
    /*border-right:1px solid #e8ecf2;*/
}
.calendar.right{
    padding-left: 10px;
    padding-right: 10px;
}
 .daterangepicker th.available:hover{
    background:transparent !important;
    color:#cd2122 ;
}
.daterangepicker .input-mini{
    width:85px;
    height:34px;
    border-radius: 5px;
    font-size:14px;
    font-weight:bold;
    border: 1px solid #ebeef4;
    display:inline-block;
    padding: 2px 8px;
    margin-top:15px !important;
    margin-bottom:10px !important;
    font-size: 12px;
    color: #7a808c;
}
.daterangepicker.ltr .ranges li:last-child{
    border-top: 1px solid #e8ecf2;
    margin-bottom:0px;
    color:#3f3f3f;
    font-weight:bold;
    padding-top: 10px;
}
.daterangepicker.ltr .ranges{
    margin: 15px 20px;
}
.daterangepicker.dropdown-menu{
    box-shadow: 0 1px 12px rgba(0,0,0,.175);
}
.daterangepicker .input-mini.form-control:focus{
    box-shadow:none;
    border-color: #cd2122;
}
.daterangepicker thead th:nth-of-type(6){
    color:#cd2122 !important;
}
.daterangepicker tbody tr td:nth-of-type(6){
    color:#cd2122 !important;
}

.daterangepicker tr td.start-date:nth-of-type(6){
    color:#fff !important;
}
.daterangepicker tr td.end-date:nth-of-type(6){
    color:#fff !important;
}
.daterangepicker .fa-chevron-left:before{
    content: "\f104";
    font-size: 20px;
}
.daterangepicker .fa-chevron-right:before{
    content: "\f105";
    font-size: 20px;
}
.daterangepicker:before{
    top: -9px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #ccc;
}
.daterangepicker.opensleft:before{
    right: 12px;
}
.daterangepicker.opensleft:after{
    right: 12.5px;
}
.daterangepicker:after{
    top: -7.5px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
}
.daterangepicker .calendar{
    display: block;
}
.daterangepicker .ranges ul li.active{
    color: #cd2122;
}

.form-group label{
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.form-group label.animate-label {
    -webkit-transform: scale(0.85) translateY(0%);
    transform: scale(0.85) translateY(0%);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.calendar.calendar_input{
	float:none !important;
	display:inline-block !important;
	width:85px !important;
	border-right:0px;
}

/* =============== extended css ====================== */
	
.header .welcome{
    margin: 100px 0 50px;
}
.header .welcome h2{
    text-align: center;
     
}
.header .welcome h3{
    text-align: center;
}


.selections{ padding-bottom: 20px; width:940px; margin:0 auto;}
.selections .box{ width:450px; background: #fff; border-radius: 5px; border: 1px solid transparent; padding: 110px 0 100px 0; margin:0 5px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); cursor:pointer;}
.selections .icon{ width: 85px; height:80px; display:block; margin: 0 auto; text-indent: -99999999px;}
.selections .eye{ background: url(../images/eye.png) no-repeat center;}
.selections .air{ background: url(../images/wind.png) no-repeat center;}
.selections h4{ text-align: center; color: #3f3f3f; margin-top: 25px;}
.selections .box.selected{ border: 1px solid #cd2021;}
.selections .box:hover{ border: 1px solid #cd2021;}
.selections .box.selected .eye{ background: url(../images/eye_active.png) no-repeat center;}
.selections .box:hover .eye{ background: url(../images/eye_active.png) no-repeat center;}
.selections .box.selected .air{ background: url(../images/wind_active.png) no-repeat center;}
.selections .box:hover .air{ background: url(../images/wind_active.png) no-repeat center;}





/* =============== Header CSS Starts here ====================== */

      
.db_header .mid_navbar li a .icon.icon_06{
    background: url(../images/icon_6.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.db_header .mid_navbar li.active a .icon.icon_06{
    background: url(../images/icon_6_active.png) no-repeat;
}
.db_header .mid_navbar li.active a:hover .icon.icon_06{
    background: url(../images/icon_6_active.png) no-repeat;
}

 .db_header .mid_navbar li a:hover .icon.icon_06{
    background: url(../images/icon_6_hover.png) no-repeat;
}
.db_header .mid_navbar li a:focus .icon.icon_06,
.db_header .mid_navbar li a:active .icon.icon_06{
    background: url(../images/icon_6_active.png) no-repeat;
}
.db_header .mid_navbar li a .icon.icon_07{
    background: url(../images/icon_07.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.db_header .mid_navbar li.active a .icon.icon_07{
    background: url(../images/icon_07_active.png) no-repeat;
}
.db_header .mid_navbar li.active a:hover .icon.icon_07{
    background: url(../images/icon_07_active.png) no-repeat;
}

 .db_header .mid_navbar li a:hover .icon.icon_07{
    background: url(../images/icon_07_hover.png) no-repeat;
}
.db_header .mid_navbar li a:focus .icon.icon_07,
.db_header .mid_navbar li a:active .icon.icon_07{
    background: url(../images/icon_07_active.png) no-repeat;
}


/* =============== Notification CSS Starts Here ====================== */

.display_type li{
	display: inline-block;
	margin-right: 20px;
}

.display_type li .icon{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #ffeaea;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	margin-right: 10px;
}

.display_type li a{
	color: #3f3f3f;
	
}

.display_type li a:hover .icon, .display_type li a:focus .icon, .display_type li a:active .icon, .display_type li.active .icon{
	background: #cf292a;
}

.display_type li .icon .icon_enc{
	background: url(../images/icon_enc.png) no-repeat;
	height: 16px;
	width: 16px;
	display:inline-block;
	vertical-align:middle;
	margin-top: 4px;
}

.display_type li a:hover .icon .icon_enc, .display_type li a:focus .icon .icon_enc, .display_type li a:active .icon .icon_enc{
	background: url(../images/icon_enc_active.png) no-repeat;
}
.display_type li.active .icon .icon_enc{
	background: url(../images/icon_enc_active.png) no-repeat;
}
.display_type li.active a:hover .icon .icon_enc, .display_type li.active a:focus .icon .icon_enc, .display_type li.active a:active .icon .icon_enc{
	background: url(../images/icon_enc_active.png) no-repeat;
}

.display_type li .icon .icon_air{
	background: url(../images/icon_air.png) no-repeat;
	height: 16px;
	width: 16px;
	display:inline-block;
	vertical-align:middle;
	margin-top: 5px;
}

.display_type li a:hover .icon .icon_air, .display_type li a:focus .icon .icon_air, .display_type li a:active .icon .icon_air{
	background: url(../images/icon_air_active.png) no-repeat;
}
.display_type li.active a:hover .icon .icon_air, .display_type li.active a:focus .icon .icon_air, .display_type li.active a:active .icon .icon_air{
	background: url(../images/icon_air_active.png) no-repeat;
}
.display_type li.active .icon .icon_air{
	background: url(../images/icon_air_active.png) no-repeat;
}
.checkbox label::before{
	border-color: #b8b8b8;
}
.table_block .table>tbody>tr>td span img{
	vertical-align: inherit;
}

.radio-primary.active input[type="radio"]:checked + label::before{
	border-color: #cd2122;
    background: #fff;
}
/* =============== Notification CSS Ends Here ====================== */

/* =============== Air Monitor CSS Starts Here ====================== */
.air_monitor .icon_empty{
	margin-bottom: 25px;
	display: inline-block;
}

.radio-primary.active input[type="radio"]:checked + label::after{
	background-color: #cd2021;
}

.table_block .table>tbody>tr.active td:first-child{
	border-left: 4px solid #cd2122;
}
.table_block .table>tbody>tr.active td{
	    background: #fff8f8;
}
.mt_35{
	margin-top: 35px;
}
.font_14{
	font-size: 14px;
	color: #3f3f3f;
}
.btn.btn_red_xl{
	width: 240px;
	font-size: 12px;
    padding: 10px;
}
.btn.btn_red_xl_small{
	width: 190px !important;
	font-size: 12px;
    padding: 10px;
}

.air_monitor_title{
	border: 1px solid #e8ecf2;
    background: #fff;
    padding: 15px !important;
    margin-top: 30px;
}

.air_monitor_title .icon_play{
    display: inline-block;
    background: #cd2122;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0px;
    text-align: center;
}
.air_monitor_title .icon_play .icon.icon_pause{
    background: url(../images/icon_pause.png) no-repeat;
    width:6px;
    height: 12px;
}
.air_monitor_title .icon_play .icon{
    background: url(../images/icon_play.png) no-repeat;
    width:9px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
}

.am_list .bootstrap-select.select_options .btn-default{
    background: #fff;
}
.date_range{
     position: relative;
}
.date_range>ul{
    background: #fff;
    border: 1px solid #e8ecf2;
    border-top:0;
}
.date_range ul li.air_monitor_title{
    margin: 0px;
    border: 0px;
    border-right: 1px solid #e8ecf2;
    background: #f9f9f9;
    padding: 10px !important;
}
.date_range ul li{
    display: inline-block;
    margin-right: 40px;
    text-align: center;
    position: relative;
    transition: all 0s ease;
}
.date_range ul li:last-child{
    margin-right: 0px;
}
.date_range ul li.bg_grey a{
    background: #f9f9f9;
    padding: 15px 15px;
    border: 1px solid #e8ecf2;
    border-top: 0px;
    border-bottom: 0px;
    
}
.date_range ul .date{
    display: table;
    width: 100%;
    padding: 12px 15px 0px;
}
.date_range ul li:hover a{
    color: #fff;
}
.date_range ul .date>li:hover{
   
    color: #fff;
    z-index: 9;
    cursor: pointer;
    
    text-align: center;
}

.date_range ul .date>li:hover:after{
    width: 34px;
    height: 38px;
    content: '';
    background: #cd2021;
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -17px;
}

.date_range ul .date>li:hover:before{
    top: 152%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(205, 32, 33, 0);
	border-top-color: #cd2021;
	border-width: 18px;
	margin-left: -18px;
}
.date_range ul .date>li.selected:after{
    width: 34px;
    height: 38px;
    content: '';
    background: #cd2021;
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -17px;
}

.date_range ul .date>li.selected:before{
    top: 152%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(205, 32, 33, 0);
	border-top-color: #cd2021;
	border-width: 18px;
	margin-left: -18px;
    z-index: 9;
}
.date_range ul .date>li:hover span{
    display: block;
}
.date_range ul .date>li.selected span{
    display: block;
}
.date_range ul .date>li.selected a{
    color: #fff;
}
.date_range ul .date span{
    position: absolute;
    top: 15px;
    display: none;
    left: 50%;
    width: 32px;
    margin-left: -16px;
}


/*.date_range ul .date .selected span{
    width: 34px;
    height: 28px;
    background: #cd2021;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    padding: 2px;
    z-index: 9;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: -webkit-baseline-middle;
}
.date_range ul .date .selected span:after{
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: " Jul";
	height: 0;
	width: 0;
    position: absolute;
	pointer-events: none;
	border-color: rgba(205, 32, 33, 0);
	border-top-color: #cd2021;
	border-width: 17px;
	margin-left: -17px;
}*/

.date_range ul li.bg_grey:hover .fa{
    color: #cd2021;
}

.date_range ul li.bg_grey.next{
    margin-right: 0px;
}

.date_range ul li a{
    color: #7a808c;
    font-size: 12px;
   position: relative;
    z-index: 999;
    transition: all 0s ease !important;
}
.date_range ul li a span.year{
    font-size: 14px;
    color: #000;
    display: block;
    border-left: 1px solid #e8ecf2;
    padding-left: 10px;
    line-height: 12px;
    margin-bottom: 5px;

}
.flex{
    display: flex;
}

.air_map{
    background: url(../images/air_map.jpg) no-repeat center;
    width: 100%;
    height: 408px;
    background-size: cover;
    position: relative;
}

.demo_indicator{
    background: #ffffff;
    width: 206px;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    top: 25px;
    left: 47%;
    margin-left: -103px;
}
.demo_indicator:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.demo_indicator .title{
    background: #cd2021;
    padding: 10px 0px;
    text-align: center;
    
}

.demo_indicator .title h4{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.demo_indicator .list_item {
    width: 150px;
    margin: 10px 10px 0px;
}
.demo_indicator .list_item span{
    font-size: 12px;
}
.demo_indicator .list_item span.inline{
    display: inline-block;
    width: 50%;
    text-align: left;
}
.demo_indicator .list_item span.blck{
    font-weight: 800;
    color: #3f3f3f;
}
.demo_indicator .list_item span.blck .small{
    font-size: 8px;
}
.circle.circle_small{
    height:14px;
    width:14px;
   
}
.circle.circle_small .dot{
    height:8px;
    width:8px;
   
}
.mt_30{
    margin-top: 30px;
}
.air_tab {
    margin-bottom: 10px;
}
.air_tab h4{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
	text-transform: uppercase;
}
.air_tab p{
    font-size: 14px;
}
.air_tab p .icon{
    margin-right: 10px;
}
.air_tab h4 .small{
    font-size: 8px;
    font-weight: bold;
}
.air_tab{
    background: #fff;
    border: 1px solid #e8ecf2;
    position:  relative;
}
.air_tab > div{
    float: left;
    padding: 30px 42px 30px 20px;
}
.air_tab .id{
    background: #f9f9f9;
    text-align: center;
    border-right: 1px solid #e8ecf2;
}
.air_tab .items>ul>li{
    display: table-cell;
    padding: 0px 14px;
}
.inherit-overflow div>div
{
    overflow:inherit !important;
}
.air_tab .items > ul {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.air_tab .items>ul>li:first-child{
    padding-left: 0px;
}
.width_42{
    width: 42px;
}
.width_90{
    width: 100%;
}
div.width_94{
    width:94px;
    padding: 30px 20px 30px 20px;
}
.side_links{
    padding: 0px !important;
    position:  absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    border-left: 1px solid #e8ecf2;
}
.side_links li{
    border-bottom: 1px solid #e8ecf2;
    position: relative;
   
}
.side_links li .tooltip{
    width: 190px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 25px #e8ecf2;
    position: absolute;
    left: -200px !important;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    top: 0px;

}
.side_links li .tooltip .tooltip-inner{
    background: transparent;
    color: #3f3f3f;
}
.side_links li .tooltip.left .tooltip-arrow{
    display: none;
}
.side_links li .tooltip:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 5px;
	margin-top: -5px;
}
.side_links li:last-child{
    border-bottom: 0px solid #e8ecf2;
    
   
}
.side_links li .icon{
    display: inline-block;
    vertical-align: middle;
}
.side_links li .icon_trending{
    background: url(../images/icon_trending.png) no-repeat;
    height: 13px;
    width: 19px;
}
.side_links li .icon_map{
    background: url(../images/icon_map.png) no-repeat;
    height: 19px;
    width: 19px;
}
.side_links li .icon_details{
    background: url(../images/icon_details.png) no-repeat;
    height: 19px;
    width: 19px;
}
.side_links li .icon_enclousre{
    background: url(../images/icon_enclousre.png) no-repeat;
    height: 19px;
    width: 19px;
}

.side_links li.active .icon_trending,.side_links li:hover .icon_trending{
    background: url(../images/icon_trending_active.png) no-repeat;
    height: 13px;
    width: 19px;
}
.side_links li.active .icon_map,.side_links li:hover .icon_map{
    background: url(../images/icon_map_active.png) no-repeat;
    height: 19px;
    width: 19px;
}
.side_links li.active .icon_details, .side_links li:hover .icon_details{
    background: url(../images/icon_details_active.png) no-repeat;
    height: 19px;
    width: 19px;
}
.side_links li.active .icon_enclousre, .side_links li:hover .icon_enclousre{
    background: url(../images/icon_enclousre_active.png) no-repeat;
    height: 19px;
    width: 19px;
}

.side_links li a{
     padding: 11px;
    
}
.side_links.item_3 a{
    padding: 20px 12px;
}
.pager .pagination{
    display: inline-block;
}
.pager p{
    display: inline-block;
    font-size: 16px;
    color: #b7b7b7;
    vertical-align: top;
    margin: 25px 0px;
}

.air_details{
    padding: 0px !important;
}

.air_details.account_details .details_container{
    padding: 30px 0px;
    border: 0px;
}

.air_details .chart .tab-content .checkbox_group{
    top:0px;
    padding: 30px 0px;
}

.checkbox_group li .checkbox.check_db label:hover:before{
    border: 1px solid #0054a6;
    color: #0054a6;
}
.checkbox.check_db label::after{
    border: 1px solid #0054a6;
    background: #0054a6;
}
.checkbox.check_db label::before{
    border: 1px solid #0054a6;
}

.checkbox_group li .checkbox.check_dg label:hover:before{
    border: 1px solid #00a651;
    color: #00a651;
}
.checkbox.check_dg label::after{
    border: 1px solid #fff200;
    background: #00a651;
}
.checkbox.check_dg label::before{
    border: 1px solid #00a651;
}

.checkbox_group li .checkbox.check_lr label:hover:before{
    border: 1px solid #f26d7d;
    color: #f26d7d;
}
.checkbox.check_lr label::after{
    border: 1px solid #f26d7d;
    background: #f26d7d;
}
.checkbox.check_lr label::before{
    border: 1px solid #f26d7d;
}

.air_map_modal{
    background: url(../images/air_map_modal.jpg) no-repeat;
    height: 498px;
    width: 861px;
    max-width: 100%;
    position: relative;
}

.air_map_modal .demo_indicator{
    left: auto;
    right: 120px;
    top: -30px;
    box-shadow: 1px 1px 25px #e8ecf2;
}

.map_chart{
    padding-bottom: 0px !important;
}

.text_capitalize{
    text-transform: capitalize;
}
.enclouser_list .air_monitor_title .bootstrap-select.select_options.bg_white .btn-default{
    background: transparent !important;
    border:0px;
    font-size: 16px;
    padding: 0px;
    height: 20px;
    width: 95px;
}
.enclouser_list .air_monitor_title .bootstrap-select.btn-group.select_options.bg_white .dropdown-toggle .caret{
    
    color: #3f3f3f;
    right: 0px;
    margin-top:-10px;
}
.enclouser_list .air_monitor_title .bootstrap-select.btn-group.select_options.bg_white .dropdown-toggle .caret:after{
    font-size: 16px;
    font-weight: bold;
}
.enclouser_list .air_monitor_title .bootstrap-select.select_options.bg_white .dropdown-menu{
    width: 150px;
    left: auto;
    right: 0px;
    text-align: center;
}
.disblay_tbl_cell {
    display: table-cell !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .date_range ul .date{
        width: 96%;
    }
} 
/* ========================================= Responsive Media Queries classes ========================================= */
@media only screen and (max-width: 1250px) {
    .db_header .mid_navbar li{
        margin: 0 12px 0 0;
    }
    .db_header .mid_navbar li a, .db_header .aside_navbar li a, .db_header .aside_navbar li span{
        font-size: 12px;
    }
}
@media screen and (max-width: 1100px) {
    .enclouser.account_details .details_container .form-group label{
        font-size:13px;
    }
    
    .enclouser .checkbox_group li{
        margin-right:15px;
    }
}


@media screen and (max-width: 1060px) {
	.checkbox_group li{
        margin: 0 32px 0 0;
    }
}
@media screen and (max-width: 1024px) {
    .page_wrapper{
        width: 1024px;
        margin: 0 auto;
    }
}
