*{
    margin: 0;
    padding: 0;
}
body {
    padding-top:70px;
}
h1, h2, h3, h4, h5, h6 {
    color: #b00001;
}
p{
    font-size: 14px;
    line-height: 22px;
}
.bg_info {
    padding: 0 0 10px;
    margin-top: 0;
    margin-bottom: 20px;
}
.main-wrapper {
    margin-top:20px;
}
.bg_info p {
    margin-bottom: 0;
}
.inspection_information_table td {
    font-size: 14px;
}
.inspection_information_table td:first-child {
    font-weight: 500;
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem; }
.toggle.ios .toggle-handle { border-radius: 20rem; }
.radio_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
        margin-bottom: 10px;
}
.radio_flex .btn-primary {
    background-color: #0e9ff2;
    border-color: #0e9ff2;
}
.radio_flex .btn-light{
    background-color: #fff;
    border-color: #fff;
    color: #000;
    padding-left: 12px!important;
}
.radio_flex .toggle.ios .toggle-handle {
    border-radius: 100%;
    border: 0;
}
.radio_flex span {
/*    width: 80%;*/
    line-height: normal;
    padding-right: 15px;
    display: inline-block;
}
label {
    font-size: 14px;
}
.toggle-on.btn, .toggle-off.btn {
    font-size: 14px;
}
.mb-10{
    margin-bottom: 10px;
}
.form-select{
    background-position: right 0.75rem center;
    padding:0.375rem 2.25rem 0.375rem 0.375rem;

}
.form-group label {
    margin-bottom: 6px;
}
.pb-30{
    padding-bottom: 30px;
}
.mt-30{
    margin-top: 30px;
}
.bg_form {
    /*background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;*/
}
.mt-30 {
    margin-top: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.radio_flex label {
    padding-right: 12px;
}
label.btn.btn-primary.toggle-on:after {
    content: 'Yes';
    font-size: 14px;
}
label.btn.btn-primary.toggle-on, label.btn.btn-light.toggle-off {
    font-size: 0;
}
label.btn.btn-light.toggle-off:after {
    content: 'No';
    font-size: 14px;
}
.inspection_information_table {
    margin-bottom: 30px;
}
h4 {
    font-size:18px;
}
.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 30px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switchToggle label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px!important; height: 26px!important; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {background: #a81113; }
.switchToggle input + label:before, .switchToggle input + input + label:before {content: 'No'; position: absolute; top: 0; left: 35px; width: 26px; height: 100%; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff;display: flex; align-items: center; }
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Yes'; position: absolute; top:0; left: 10px; width: 26px; height: 100%; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff;display: flex; align-items: center; }
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle label:active:after {width: 60px; } 
.toggle-switchArea { margin: 10px 0 10px 0; }

.flex {
    display: flex;
}
.justify_space {
    justify-content: space-between;
}
.form-group span {
    font-size: 14px;
}
.column_gap_15 {
    column-gap: 15px;
}
.width_70{
    width:66%;
}
.width_30{
    width:34%;
}
.mt-20{
    margin-top: 20px;
}
.font_size_14 strong {
    font-size: 15px;
    font-weight: 600;
    color: #53503b;
}
.size-16 {
    font-size: 16px;
}
.width_40 {
    width: 40%;
}
.width_60 {
    width: 60%;
}
.full_width {
    width: 100%;
}
.align-center {
    text-align: center;
}
.width_20 {
    width: 20%;
}
.widh_80 {
    width: 80%;
}
.size_15 {
    font-size: 15px;
}
.mt-15 {
    margin-top: 15px;
}
.mid_para p {
    font-weight: 600;
}


/*hamburger menu*/
.slide_menu .bar.animate:after, .slide_menu .bar.animate:before {
    background:;
}
.hamburger-menu {
     z-index: 2;
    position: fixed;
    top:8px;
    right: 12px;
    width:32px;
    height: 38px;
    cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
  width:32px;
    height: 2px;
}

.bar {
	position: relative;
	transform: translateY(25px);
	background:#434025;
	transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0); 
}

.bar:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	background:#434025;
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background:#434025;
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

.bar.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

/*nav menu*/
.show {
  left:0%;
  opacity:1;
}

.hide {
  opacity:0;
  left:100%;
}

.mobile-nav {
    /* background: rgba(67,0,1,1); */
    background: #222;
    position: fixed;
    top: 65px;
    width: 100%;
    max-width: 384px;
    height: 100vh;
    text-align: center;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    z-index: 1;
    right:-100%;
    left: inherit;
}
.mobile-nav.show {
  opacity: 1;
  right: 0;
}
.mobile-nav ul{
    position:relative;
    top:15px;
    /*transform: translateY(-50%);*/
    list-style:none;
    padding: 0 20px;
}

.mobile-nav a {
    text-align: center;
    /*font-size: 4vw;*/
    font-size: 16px;
    color: #ffffff;
    opacity: 0;
    transition: opacity .9s ease-in-out;
    width: 100%;
    display: inline-block;
    text-align: left!important;
}

.mobile-nav.show a, .mobile-nav.show a:focus {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
    font-weight: 300;
}
.mobile-nav li {
    padding:8px 0;
    text-align: left;
    border-bottom: 1px solid #2e2e2e;
}
.mobile-nav li:last-child {
    border-bottom: 0;
    padding-top: 25px;
}
.mobile-nav a:hover {
  color:#2980b9;
}
.header_section {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding: 12px 20px;
    background: #fff;
    border-bottom: 1px solid #dddddd;
        z-index: 1;
}
.add_new .switchToggle label {
    z-index: -1;
}
.mobile-nav.show a:focus{
    color: #fff;
}
.logo img {
    width: 100%;
    max-width: 108px;
}
.size-22 {
    font-size: 22px;
}
.mb-18 {
    margin-bottom: 18px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 20px;
    padding-left: 20px;
}
.btn-110 {
    max-width: 110px;
    width: 100%;
}
.align-right {
    text-align: right;
}
.color-black:focus {
    color: #000;
}
.sub-title p {
    color: #fff;
    margin-bottom:6px;
}
.column-gap-10 {
    column-gap: 10px;
}
.flex-inherit {
    flex-direction: column;
    align-items: flex-start;
}
.mr-0 {
    margin-right: 0!important;
}
.mt-10 {
    margin-top: 10px;
}
.full_width_btn label {
    width: 100%;
}
.flex_btns button {
    width: 100%;
}
.flex_btns .lt-icon {
    display: inline-block;
    position: relative;
    top: -1px;
}
.flex_btns button, .flex_btns a {
    width: 100%;
    border: 1px solid #000;
    padding: 8px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.border-btn {
    background: none;
}
.border-red{
    border: 1px solid #a90100!important;
}
.mt-50 {
    margin-top: 50px;
}
.btn {
    padding: 7px 20px;
}
.mobile-nav li.logout a, .mobile-nav li.logout a:focus {
    background: #fff;
    display: inline-block;
    padding:4px 14px 6px;
    border-radius: 5px;
    color: #222;
    font-weight: 600;
    width: auto;
}
.textdecoration-none {
    text-decoration: none;
}
.pmb-0 p{
    margin-bottom: 0;
}
.display-inlineblock {
    display: inline-block;
}
.weight-600 {
    font-weight: 600;
}
.font_size_14 {
    font-size: 14px;
    line-height: 1.5;
}
.red-bg {
    background: #a90100;
    color: #fff;
    padding: 10px;
}
.red-bg {
    background: #ccc;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.pt-15{
    padding-top: 15px;
}
.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.ui-accordion-content .container {
    padding: 0;
}

/*=============Multiple Radio Buttons*/

.radio {
    background: #e2e2e2;
    padding: 4px;
    border-radius: 5px;
    position: relative;
/*    display: inline-block;*/
}

.radio input {
	width: auto;
	height:auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
    font-weight: bold;
	cursor: pointer;
	border-radius: 2px;
	padding: 4px 12px;
	background: #ccc;
	color: #000;
	font-size: 14px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	transition: all 100ms linear;
}

.radio input:checked {
	background-image:linear-gradient(180deg, #900000, #660000);
	color: #fff;
	box-shadow: 0 1px 1px #0000002e;
	text-shadow: 0 1px 0px #79485f7a;
}

.radio input:before {
	content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}

/*=============Multiple Radio Buttons end*/

.been_inspected ol{
    padding-left: 25px;
    padding-right: 0;
}
.radio_list_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}
.radio_list_box h5 {
    width:50%;
    font-weight: 400;
    font-size: 14px;
}
.btn-red:hover {
    background: #333!important;
    color: #fff;
}
.width_80 {
    width: 80%;
}
div#accordion {
    margin-top: 15px;
}
.mb-14{
    margin-bottom:14px!important;
}
#accordion .ui-accordion-header-active {
    background: #a81113;
    color: #fff;
}
.lt-icon.display-inlineblock {
    font-weight: 600;
}
.column-gap-50 {
    column-gap: 50px;
}
.column-gap-30 {
    column-gap: 30px;
}
span.note p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #a90100;
}

.hide-div {
  display: none;
}
.column-gap-20 {
    column-gap: 20px;
}
.upload_file {
    padding-bottom: 15px;
    margin-bottom: 0!important;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}
.lable-text a {
    color: #a90100;
}
.inspection_information_table {
    margin-bottom:15px;
    background: #f5f5f5;
    padding:15px;
    margin-top: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



@media(max-width:480px){
.column_gap_15 {
    column-gap: 10px;
} 
.width_40 {
    width:100%;
}
.width_60 {
    width:100%;
}
.width_70{
    width:100%;
}
.width_30{
    width:100%;
}    
}

@media(max-width:350px){
.radio_list_box h5 {
    width: 46%;
}
.column_gap_15 {
    flex-direction: column;
}
.font-16{
  font-size: 14px;      
} 
.column-gap-50 {
    column-gap: 40px;
}    
}

@media (max-height:670px) {
.mobile-nav ul {
    height: 420px;
    overflow-y: scroll;
}
}

