@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

*,
*:focus,
button:focus {
	outline: 0;
	outline: none;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}

a:hover,
a:focus {
	text-decoration: none;
}

/** **/
.form-control,
.custom-select {
	font-size: 14px;
}
.custom-select {
	padding: 6px 16px 6px 12px;
	background: #fff url("../img/down-arrow.png") no-repeat right 4px center/8px 8px;
}
.btn {
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	transition: all 0.3s;
}
.btn:focus {
	box-shadow: none;
}
.btn-b {
	border-color: #4472c4;
	background-color: #007bff;
	color: #fff;
}
.btn-b:hover {
	background-color: transparent;
	color: #007bff;
}
.btn-outline-b {
	border-color: #007bff;
	color: #007bff;
}
.btn-outline-b:hover {
	background-color: #007bff;
	color: #fff;
}
.btn-o {
	border-color: #ff8200;
	background-color: #ff8200;
	color: #fff;
}
.btn-o:hover {
	background-color: transparent;
	color: #ff8200;
}
.btn-g {
	border-color: #41a914;
	background-color: #41a914;
	color: #fff;
}
.btn-g:hover {
	background-color: transparent;
	color: #41a914;
}
.btn-y {
	border-color: #ffc000;
	background-color: #ffc000;
	color: #fff;
}
.btn-y:hover {
	background-color: transparent;
	color: #ffc000;
}
.btn-gray {
	border-color: #bfbfbf;
	background-color: #bfbfbf;
	color: #333;
}
.btn-gray:hover {
	border-color: #333;
}
/*  */
.nowrap {
	white-space: nowrap;
}

/***************************
Login Page 
***************************/
.login-page {
	width: 100%;
	min-height: 100vh;
	background-image: url(../img/long-beach-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.login-page .header {
	padding: 10px 15px;
}
.login-page .brand-logo img {
	height: 64px;
	width: auto;
	border-radius: 3px;
}
/**/
.login-page .login-box {
	padding: 0 15px;
}
.login-page .login-box .login-form {
	width: 100%;
	max-width: 400px;
	margin: 30px auto;
	padding: 20px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.7);
}
.login-page .login-form h2 {
	margin: 0 0 20px 0;
	color: #fff;
	text-align: center;
}
.login-page .login-form .form-control {
	height: 40px;
}
.login-page .login-form .input-group .input-group-prepend .input-group-text {
	background-color: #fff;
}
.login-page .login-form .form-check label {
	font-size: 14px;
	color: #fff;
}
.login-page .login-form .forgot-pass {
	border-bottom: 1px solid transparent;
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
	transition: all 0.3s;
}
.login-page .login-form .forgot-pass:hover {
	border-bottom: 1px solid #ccc;
}
.login-page .login-btn {
	border-width: 2px;
	min-width: 100px;
	font-size: 16px;
}
/**/
.login-page footer {
	padding: 20px 15px;
}
.login-page footer p {
	margin: 0;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

/***************************
Inner Page 
***************************/
/** Navbar **/
.main-nav {
	padding: 10px 0;
}
.main-nav .navbar-brand {
	margin-right: 15px;
	padding: 0;
}
.main-nav .navbar-brand img {
	height: 64px;
	width: auto;
	border-radius: 3px;
}
.main-nav .nav-middle {
	/*background-color: #f3f5f9;*/
	border-radius: 4px;
}
.main-nav ul li a {
	font-weight: 500;
	transition: all 0.3s;font-size: 16px;
}
.main-nav .nav-item.active .nav-link,
.main-nav .nav-item .nav-link.active {
	color: #ffa300;
}
.main-nav .navbar-toggler {
	padding: 4px 6px;
}
.main-nav .dropdown-menu, .main-nav .dropdown-menu a ul {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border: none;
}

.main-nav .dropdown-menu a, .main-nav .dropdown-menu a ul li a {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
	line-height: 26px;
	font-weight: 400;
	padding: 6px 10px;
}

.main-nav .dropdown-menu ul{margin: 0; padding: 0; list-style: none;}
.main-nav .dropdown-menu ul li{position: relative;}
.main-nav .dropdown-menu ul li ul{position: absolute;
    left: 100%;
    top: 0; display: none;
    width: 240px;
    background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border: none;}
.main-nav .dropdown-menu ul li ul li a{display: block;color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 0.25rem 1.5rem;}
     .main-nav .dropdown-menu ul li ul li a.active{background-color: transparent;
    color: #ffa300;}
.main-nav .dropdown-menu ul li:hover ul{display: block;}
.main-nav .dropdown-menu a:hover, .main-nav .dropdown-menu a ul li a:hover {
	background-color: #ffa300;
	color: #fff !important;
}
.main-nav .dropdown-menu .dropdown-item.active {
	background-color: transparent;
	color: #ffa300;
}
/** Navbar **/
.main-footer {
/*	background-color: #003594;*/
/*	color: #fff;*/
}
/** Main Section **/
.main-box {
	min-height: calc(100vh - 137px);
}
/* Table Filter */
.table-filter {
	padding: 5px 0;
}
.table-filter .show-txt {
	margin: 5px 0;
}
.table-filter .row-select {
	margin: 5px 0;
}
.table-filter .row-select .custom-select {
	margin: 0 5px;
	padding: 4px 14px 4px 4px;
	height: auto;
	min-width: 60px;
}
.table-filter .pagination {
	margin: 5px 0;
}
/**/
.pagination .page-item.disabled .page-link {
	color: #666;
}
/* Table */
.small-table {
	max-width: 300px;
}
.table th {
	font-weight: 600;
	vertical-align: middle;
	white-space: nowrap;
}
.table td {
	vertical-align: middle;
}
.table .table-link {
	transition: all 0.3s;
}
.table .text-btn {
	color: #333;
	transition: all 0.3s;
}
.table .text-btn:hover {
	color: #4472c4;
}
.table .table-dark-box {
	background-color: #ccc;
}
/* Filter Box */
.filter-box .search-bar {
	min-width: 450px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.search-bar .btn {
	background-color: transparent;
	color: #fff;
	transition: all 0.3s;
}
.search-bar .btn:hover {
	border-color: #333;
	/* opacity: 0.8; */
}
.filter-box .custom-select {
	min-width: 100px;
}
.filter-box .search-bar,
.filter-box .custom-select,
.filter-box .sub-btn {
	margin: 5px 0;
}
/* Breadcrumb */
.title-breadcrumb .breadcrumb-item a {
	color: #6c757d;
}
.title-breadcrumb .breadcrumb-item.active {
	color: #212529;
}
/* Modal */

/** Dashboard Page ****************/

/** Bus Stop Inventory Page ****************/
.rated-low {
	background-color: #febdb9;
	margin-top: 5px;
	padding:4px;
}
/* Modal */
.add-stop-modal .modal-dialog {
	max-width: 700px;
}
.rating-radio label {
	cursor: pointer;
}
/**/
.add-shelter-modal.show {
	z-index: 1101 !important;
}
.modal-backdrop.show ~ .modal-backdrop.show {
	/*z-index: 1100 !important;*/
}
/**/
.bench-style-modal table th {
	font-weight: 500;
}
.star-rating .star-on {
	color: #ffc000;
}

/** Bus Stop Page ****************/
.stop-main .stop-head {
	gap: 16px;
}
.stop-overview table td:first-child {
	width: 80px;
}
.stop-main .stop-gallery {
	gap: 25px;
}
.stop-main .stop-gallery img {
	width: 200px;
	height: auto;
}
/**/
.stop-tabs .nav {
	gap: 10px;
}
.stop-tabs .nav-item a {
	font-size: 14px;
padding: 6px 25px;
border-radius: 35px;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
background: #e6e9ec;
border: none;
	color: #212529;
	transition: all 0.3s;
}
.stop-tabs .nav-item a:hover, .stop-tabs .nav-item a.active  {
	background: #818285;
	color: #fff !important;
}

.stop-assessment .nav-item a.active {
	border-color: #4472c4;
	color: #fff;
	background:#4472c4;
	padding: 0.375rem 0.75rem;
	border-radius:0.25rem;
}
.stop-tabs .nav-item a:hover{
	border:none;
}
.stop-tabs .tab-form {
	max-width: 740px;
}
.stop-tabs .from-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.form-title {
	font-size: 14px;
	font-weight: 500;
}
.stop-tabs .radio-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0 10px;
	width: 450px;
}
.stop-tabs .span-2 {
	grid-column: span 2;
}
.stop-tabs .grid-1 {
	grid-template-columns: 1fr;
}
.stop-tabs .grid-3 {
	grid-template-columns: repeat(3, 1fr);
}
.stop-tabs .grid-wide {
	width: 100%;
}
.stop-tabs .radio-label {
	font-weight: 400;
	cursor: pointer;
}
.stop-tabs .save-btn {
	width: 120px;
}

/** Reports Page ****************/
.report-checks label {
	cursor: pointer;
}

/** Graph Page ****************/
.graph-main .graph-box {
	max-width: 300px;
}

/** Settings Page ****************/
.settings-main .inventory-settings-box {
	gap: 25px;
}
.settings-main .categories-table {
	max-width: 500px;
}
.settings-main .password-form {
	max-width: 500px;
}

/**** Media Queries *******************/
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
	.stop-tabs .from-grid {
		display: block;
	}
	.stop-tabs .radio-grid {
		width: 100%;
	}
	.stop-tabs .grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 576px) {
}
 .loader {
    position: fixed;
    background: rgb(0 0 0 / 70%);
    height: 100vh;
    width: 100%;
    z-index: 1111;
    display: none;
}
.loader-main {
    position: fixed;
    width: 100%;
    text-align: center;
    top: 45%;
}
#loading {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 7px solid rgba(255,255,255,.8);
        border-top-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border-top-color: #ff1b36;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}
label.error{
	color:red;
}
.hide{
display: none;
}
.relative{
position: relative;
}
.crossBtn{
	position: absolute;
right: 0;
top: 0;
background: red;
color: white;
padding-top: 0px;
padding: inherit;
border-radius: 20px;
}
.results-table {
    max-width: 600px;
}
.report-checks .form-box {
    gap: 25px;
}
.cond-one{
    background-color:#e4867e;
	padding:4px;
}
.cond-two{
    background-color:#fde49b;
	padding:4px;
}
.cond-three{
    background-color:#fff2ca;
	padding:4px;
}

.cond-four{
    background-color:#e1f0d7;
	padding:4px;
}
.cond-five{
    background-color:#a7cf94;
	padding:4px;
}
 input[name="installation_date"]{
  position:relative;
  overflow:hidden;
}
input[name="installation_date"]::-webkit-calendar-picker-indicator{
  display:block;
  top:0;
  left:0;
  background: #0000;
  position:absolute;
  transform: scale(12)
}
.relative{
    position:relative;
}
/*.absoulute-div-btn{
    position:absolute;
    right: 20pc;
    top: -4pc;
}*/
.width_18{ width: 18%; }
.inventory-table .dataTables_length{
    float: left;
    width: auto;
}
.inventory-table .dataTables_info{
    float: left !important;
    width: auto;
    clear: none !important;
    margin-left: 20px;
    padding-top: 4px !important;
}

.disablecheckbox {
    background-color: #333;
}
.disabledradio {
    background-color: #333 !important;
    color: #333 !important;
}
.stop-tabs .tab-form.inventory-parent .page-link, .stop-tabs .tab-form.inventory-parent label{margin-bottom:0;color:#818285}
.stop-tabs .tab-form.inventory-parent{max-width:402px;}
.inventory-parent .form-title, .sidewalk-parent .form-title{
    min-width:120px;
}
.inventory-parent .pagination{margin-bottom:0;}
.sidewalk-parent .sidewalk-condition{flex-wrap: wrap;}
.sidewalk-parent .sidewalk-condition li{width:auto;}
.img-edit{    float: left;
    width: 150px; height:150px;margin: 0 10px 10px 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;}
.img-edit img{width:100%;}
.deleteImg{    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}



.filter-box.FilterBoxOuterPanel {
	display: flex; display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0;
}
.FiltersMainRight {
	float: right;
	display: flex;display: -webkit-flex;
	align-items: center;
	justify-content: end;
}
.RatingOuterCon {
	float: right;
}
.RatingOuterCon ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.RatingOuterCon li {
	float: left;
	width: 70px;
	margin: 0 0 0 10px;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}
.RatingOuterCon li span {
	width: 100%;
	height: 40px;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 600;
}
.RedBG { background: #f07b55;}
.BrownBG { background: #eeb65e;}
.YellowBG { background: #f5d857;}
.GreenLightBG { background: #b7ea85;}
.GreenDarkBG { background: #76dc99;}


.cond-four {color: #6a954d;}
.cond-one {
	background-color: #fdf2f2;
	color: #cf463c;
}
.inventory-table table.dataTable.no-footer {
	border-bottom: 1px solid #eaeef4;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: #848383 !important;
}
.inventory-table .table .thead-dark th {
	color: #1a3645;
	background-color: #f3f5f9;
	border-color: #f3f5f9;font-weight: 500;
}
.inventory-table .table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #fff;
}
.inventory-table .table-bordered td, .inventory-table .table-bordered th {
	border: 1px solid #eaeef4;font-size: 13px;
	text-align: left !important;
padding-right: 15px !important;
padding-left: 15px !important;
}
.inventory-table .table-bordered td {
	font-size: 13px;
}
.inventory-table .table-bordered td .fa-check::before {
	font-size: 15px;
	border: 1px solid #007bff;
	padding: 4px 4px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #007bff;
}
.cond-four, .cond-five, .cond-two, .cond-one {
	padding: 2px 11px;
	width: auto;
	display: inline-block;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;font-size: 12px;
}
.inventory-table .dataTables_wrapper .dataTables_paginate .paginate_button {	padding: 0;}
.inventory-table .pagination-container {	margin: 10px 0!important;}
.inventory-table .page-link {	color: #007bff;	background-color: #fff;	border: 1px solid #eaeef4;	width: 38px;	height: 34px;	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.inventory-table .page-link:hover, .inventory-table .paginate_button.page-item.next .page-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
	border-color: #007bff;
}
.inventory-table .paginate_button.page-item.previous  {	width: 100px;}
.inventory-table .paginate_button.page-item.next  {	width: 60px;}
.inventory-table .paginate_button.page-item.previous .page-link , .inventory-table .paginate_button.page-item.next .page-link {	width: 100%;}
.inventory-table .dataTables_wrapper .dataTables_paginate .paginate_button, .inventory-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover { border:none; background: none !important;}
.inventory-table .dataTables_wrapper .dataTables_paginate .paginate_button { margin-left: 4px;}
.filter-box .search-bar, .FiltersMainRight input, .FiltersMainRight button {	height: 45px;}
.filter-box .form-control, .filter-box .custom-select  {	font-size: 14px;	height: 45px;}
.search-bar #search-input {	padding-right: 0;}
.search-bar .fa-search::before {	content: "\f002";	color: #a3a9ae;	font-size: 16px;}
.search-bar .form-control {	border: none;}
.filter-box .form-control{	background-color: transparent;outline: none;}

.InvertoryHeadingOuter {
	display: flex !important; display: -webkit-flex !important;
	align-items: center !important;
}
.BusStopModelButtonsOuter {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between;
}
.BusStopModelButtonsOuter .BusStopModelButtonsLeft a {
	border-color: #ffab23;
	background-color: #ffab23;
	color: #fff;
}
.BusStopModelButtonsOuter .BusStopModelButtonsLeft a:hover {
	background-color: transparent;
	color: #ffab23;
}
.bus-stop-modal .stop-tabs .nav-item a.active {
	border-bottom-color: #007bff;
	color: #007bff;
}
.BusStopModelButtonsLeft .btn-gray.btn.close {
	border-color: #bfbfbf;
	background-color: #bfbfbf;
	color: #333;text-shadow: none;padding: 10px 15px;
}
.BusStopTabsOverLeft {
	width: 35%;
}
.stop-photos.BusStopTabsOverRight {
	width: 65%;
	float: right;
}
.BusStopTabsContentOuter {
	width: 100%;
	float: left;
	margin: 0 0 40px;
}
.BusStopTabsContentOuter .table {	width: auto; border-collapse: separate;	border-spacing: 0 10px;}
.BusStopTabsContentOuter .stop-form {
	float: left;
	width: 100%;
	display: flex; display: -webkit-flex;
}
.BusStopTabsOverRight .stop-gallery a {
	width: 22%;
}
.BusStopTabsOverRight .stop-gallery img {
	width: 100%;
	height: 140px !important;
	object-fit: cover;
	border-radius: 5px;
}
.BusStopTabsOverLeft i {
	background: #eaeaea;
	width: 28px;
	border-radius: 100%;
	font-size: 13px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #686868;
	color: #686868;
}
.BusStopNotesOuter form {
	float: left;
	width: 100%;
}
.BusStopNotesOuter textarea {
	width: 100%;
	float: left;
	max-width: 100%;
	resize: none;
	font-weight: 400;
	font-size: 14px;height: 200px;
}
.save-btn.btn-o.btn {
	margin-top: 20px;border-radius: 40px;
}
.BusStopNotesOuter i {
	background: #eaeaea;
	width: 28px;
	border-radius: 100%;
	font-size: 13px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #686868;
	color: #686868;
}
.BusStopNotesOuter i.fa-trash-alt {
	background: #fdf2f2 !important;
	color: #cf463c;
	border: 1px solid #ce453b !important;
}
label.error {
	color: red;
	margin-top: 4px;
	font-size: 13px;
}
.BusOpenModelAsessmentTab li a.active {
	color: #fff !important;
}

.BusOpenModelAsessmentTab .stop-tabs .nav-item a { font-size: 14px; padding: 6px 25px;border-radius: 35px; -moz-border-radius: 35px; -webkit-border-radius: 35px; background: #e6e9ec; border: none;} 
.BusOpenModelAsessmentTab .stop-tabs .nav-item a.active, .BusOpenModelAsessmentTab .stop-tabs .nav-item a:hover {
	border-bottom-color: #007bff;
	color: #fff;
	background: #007bff;	
}
.BusOpenModelAsessmentTab ul#myTab {
	margin: 0 0 40px;
}
.sidewalk-parent .sidewalk-condition li {
	width: auto;
}
/* CHECKBOX */
.InventryCheckBox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;top: -6px;
	position: relative;
  }
.violationOuter .InventryCheckBox {
	top: -13px;
}
.InventryCheckBox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }

  .InventryCheckBox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #818285;
	padding: 4px 4px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
  }

  .InventryCheckBox input:checked ~ .checkmark {
	background-color: #fff;
  }
  
  .InventryCheckBox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }

  .InventryCheckBox input:checked ~ .checkmark:after {
	display: block;
  }

  .InventryCheckBox .checkmark::after {
	left: 9px;
	top: 4px;
	width: 7px;
	height: 12px;
	border: solid #818285;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*RADIO BUTTON*/
.InventryRadioButton {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: "Poppins", sans-serif;
font-size: 14px;

  }
  .InventryRadioButton input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  .InventryRadioButton .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #818285;
}
  .InventryRadioButton input:checked ~ .checkmark {
	background-color: #818285;
  }
  .InventryRadioButton .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  .InventryRadioButton input:checked ~ .checkmark:after {
	display: block;
  }
  .InventryRadioButton .checkmark::after {
	top: 6px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
.inventryTabContentOuter {
	max-width: 100% !important;
}
.inventryTabContentOuter h6 {
	width: 220px;float: left;font-weight: 500;
}
.inventryTabContentOuter .page-link {
	padding: 10px 16px;
	color: #818285;
}
.inventryTabContentOuter  .page-item {
	margin: 0 2px;
}
.RadioButtonRightOuter {
	float: left;
	margin-left: 11px;
}
.inventryTabContentOuter select, .inventryTabContentOuter .InventorySlope input {
	width: 350px; outline: none;
}

.AmenitiesTabOuter .InventryCheckBox {
	float: left;
	position: relative;
	top: -13px;
}
.AmenitiesTabOuter .tab-form {
	max-width: 100%;
}
.AmenitiesTabOuter .radio-grid {
	margin: 0 0 10px;
	float: left;
	width: 50%;
}
.CompaniesTitle { font-size: 14px;	font-weight: 500;}
.CompaniesabOuter h6 { font-size: 16px;	font-weight: 600; }
.CompaniesInner { margin-bottom: 30px;}
button.close {
	width: 30px;
	height: 30px;
	background: #ddd;
	position: absolute;
	right: 20px;
	top: 20px;
	border-radius: 100%;
	line-height: 0px;
	text-align: center;
	padding: 0 !important;
}
#imagemodal .modal-dialog {
	width: 500px !important;
	height: auto;
	text-align: center;
	box-shadow: 0 0 10px rgba(111, 111, 111, 0.54);
	border: none;
}
#imagemodal .modal-dialog {
	text-align: center;
}
#imagemodal img {
	width: 310px !important;
	height: auto !important;
	border-radius: 5px;
}
#imagemodal .modal-body {  padding: 20px;;}
.jconfirm .jconfirm-box div.jconfirm-title-c {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}
textarea.form-control {
	height: auto;
	resize: none;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
	background-color: #007bff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: "Poppins", sans-serif;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default { font-size: 14px;
	font-weight: 500;font-family: "Poppins", sans-serif;}
	.jconfirm .jconfirm-box div.jconfirm-title-c {
		font-size: 20px !important;
		line-height: 20px;
		cursor: default;
		text-align: center;
	}
	.jconfirm .jconfirm-box div.jconfirm-content-pane {text-align: center;margin-bottom: 5px;	}
	.jconfirm-buttons {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
	}
.ConditionRatingOuter.RatingOuterCon {	width: 100%;		float: left;		margin: 50px 0;	}
.ConditionRatingOuter h3 {
	font-size: 31px;
	float: left;
	width: 100%;
	margin: 0 0 30px;
	text-align: center;
	font-weight: 700;
}
.ConditionRatingOuter.RatingOuterCon ul {
	text-align: center;
}
.ConditionRatingOuter.RatingOuterCon li {
	width: 120px;
	font-size: 15px;
	line-height: 30px;
	display: inline-block;
	float: none;
}
.ConditionRatingOuter.RatingOuterCon li span {		height: 70px;		font-size: 25px;	}

.ConditionRatingGridsOuter {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	float: left;margin: 0 0 50px;
}
.ConditionRatingsInner {
	float: left;
	width: 100%;
	border-radius: 10px;
}
.ConditionRatingHeading {
	float: left;
	width: 100%;
	padding: 15px 25px;
	background: #007bff;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.ConditionListing {
	float: left;
	width: 100%;
	padding: 15px 25px;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 5px 5px;
}
.ConditionListing ul { 	padding: 0; margin: 0; list-style: none;}
.ConditionListing ul li {
	float: left;
	width: 100%;
	color: #212529;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px;
}
.ConditionListing ul li span {
	float: left;
	width: 30px;
	height: 30px;
	background: #edf0f4;
	text-align: center;
	margin-right: 10px;
	line-height: 30px;
	border-radius: 3px;
}
.stop-photos.BusStopTabsOverRight h5 {
	font-size: 18px ;
}
.main-nav .navbar-nav .nav-link:focus, .main-nav .navbar-nav .nav-link:hover {
	color: #ffa300;
}
.violationOuter { margin-bottom: 10px;}
.inventorySectionOuter {	padding: 10px 0;}


@media only screen and (min-width:992px) and (max-width:1200px)
{
	.stop-main .stop-gallery {		gap: 15px;	}
	.BusStopTabsOverRight .stop-gallery img { height: 90px !important;	}
	.InventryCheckBox {	font-size: 13px;		line-height: 28px;	}
	.mainnotelist .col-11 {	max-width: 80%;	}
	.mainnotelist .col-1 {	max-width: 20%;		width: 100%;		flex: 0 0 100%;	}
	.mainnotelist .col-1 p i {float: left;		margin: 0 5px;	}
	.stop-photos.BusStopTabsOverRight h5 {		font-size: 17px !important;	}
	#imagemodal img {width: 270px !important;	}

	.ConditionListing, .ConditionRatingHeading {		padding: 15px 15px;	}
	.ConditionRatingGridsOuter {		grid-template-columns: repeat(2, 1fr);grid-gap: 15px;	}
}



@media only screen and (min-width:768px) and (max-width:991px)
{
	.stop-main .stop-gallery {		gap: 15px;	}
	.BusStopTabsOverRight .stop-gallery img { height: 90px !important;	}
	.InventryCheckBox {	font-size: 13px;		line-height: 28px;	}
	.mainnotelist .col-11 {	max-width: 80%;	}
	.mainnotelist .col-1 {	max-width: 20%;		width: 100%;		flex: 0 0 100%;	}
	.mainnotelist .col-1 p i {float: left;		margin: 0 5px;	}
	.bus-stop-modal .modal-dialog {		max-width: 95%;	}
	.BusStopTabsOverLeft {width: 40%;	}
	.stop-photos.BusStopTabsOverRight {	width: 60%;	}
	.stop-photos.BusStopTabsOverRight h5 {		font-size: 17px !important;	}
	#imagemodal img {width: 270px !important;	}

	.ConditionListing, .ConditionRatingHeading {		padding: 15px 15px;	}
	.ConditionRatingGridsOuter {		grid-template-columns: repeat(2, 1fr);grid-gap: 15px;	}
	.ConditionListing ul li {	font-size: 13px;		line-height: 17px;	}

	
}

@media only screen and (max-width:991px)
{
#mainNav {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
}


@media only screen and (max-width:767px)
{
	.stop-main .stop-gallery {		gap: 15px;	}
	.BusStopTabsOverRight .stop-gallery img { height: 80px !important;	}
	.InventryCheckBox {	font-size: 13px;		line-height: 28px;	}
	.mainnotelist .col-11 {	max-width: 80%;	}
	.mainnotelist .col-1 {	max-width: 20%;		width: 100%;		flex: 0 0 100%;	}
	.mainnotelist .col-1 p i {float: left;		margin: 0 5px;	}
	.bus-stop-modal .modal-dialog {		max-width: 95%;	}
	.BusStopTabsOverLeft {width: 40%;	}
	.stop-photos.BusStopTabsOverRight {	width: 60%;	}
	.stop-photos.BusStopTabsOverRight h5 {		font-size: 17px !important;	}
	#imagemodal img {width: 270px !important;	}
	.BusStopTabsOverRight .stop-gallery a {		width: 30%;	}
	.inventryTabContentOuter h6 {
		width: 100%;
		float: left;
		font-weight: 500;
		margin: 0 0 15px;
	}
	.RadioButtonRightOuter {
		float: left;
		margin-left: 0;
		margin-bottom: 30px !important;
	}
	.sidewalk-parent .radio-grid {
		width: 100%;
		display: inline-grid !important;
	}
	.AmenitiesTabOuter .radio-grid {width: 100%;	}


	.ConditionListing, .ConditionRatingHeading {		padding: 10px 15px;	}
	.ConditionRatingHeading {	font-size: 18px;	}
	.ConditionRatingGridsOuter {		grid-template-columns: repeat(2, 1fr);grid-gap: 15px;	}
	.ConditionListing ul li {	font-size: 13px;		line-height: 17px;	}
	.ConditionRatingOuter h3 {		font-size: 26px;		margin: 0 0 20px;	}
	.ConditionRatingOuter.RatingOuterCon li {		width: 90px;	}
}

@media only screen and (max-width:575px)
{
	.BusStopTabsOverLeft {
		width: 50%;
	}
	.BusOpenModelAsessmentTab .stop-tabs .nav-item a {
		font-size: 13px;
		padding: 6px 21px;
	}
	.RatingOuterCon li {	margin: 0 10px 0 0;	}
	.inventory-table .pagination-container {
		margin: 10px 0 !important;
		display: block;
	}
	div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
		text-align: left;width: 100% !important;	}
	.inventory-table .dataTables_info {margin-left: 0;	}
	.pagination-container .dataTables_paginate.paging_simple_numbers {
		margin: 0 0 10px;
		width: 100% !important;
		float: left;
	}
	.filter-box .form-control, .filter-box .custom-select {
		font-size: 13px;
		height: 45px;
	}
	.stop-tabs .radio-grid nav {
		float: left;
		width: 100%;
	}

	.stop-tabs .tab-form.inventory-parent .page-link, .stop-tabs .tab-form.inventory-parent label {
		margin-bottom: 14px;
	}
	.RadioButtonRightOuter {
		float: left;
		margin-left: 0;
		margin-bottom: 10px !important;
	}
	.stop-tabs .nav-item a {
		font-size: 14px;
	}
	.inventryTabContentOuter .page-link {
		padding: 10px 10px;
		font-size: 12px;
	}

	.AmenitiesTabOuter .form-title {
		font-size: 13px;
		font-weight: 500;
		min-width: auto !important;
	}
	.BusStopTabsContentOuter .stop-form {
		display: block;
	}
	.BusStopTabsOverLeft, .stop-photos.BusStopTabsOverRight {
		width: 100%;
	}
	.mainnotelist .col-11 {
		max-width: 75%;
	}
	.mainnotelist .col-1 {
		max-width: 25%;
		width: 100%;
		flex: 0 0 100%;
	}
	.RadioButtonRightOuter {
		float: left;
		width: 100% !important;
		display: block !important;
	}
	.InvenNavbar {
		display: block !important;
	}
	.InvenNavbar nav {
		float: left !important;
		width: 100% !important;
	}
	.inventryTabContentOuter select, .inventryTabContentOuter .InventorySlope input {
		width: 100%;
		outline: none;
	}
	.inventory-table .dataTables_wrapper .dataTables_paginate .paginate_button:nth-child(4), .inventory-table .dataTables_wrapper .dataTables_paginate .paginate_button:nth-child(5), .inventory-table .dataTables_wrapper .dataTables_paginate .paginate_button:nth-child(6), .inventory-table .dataTables_wrapper .dataTables_paginate .paginate_button:nth-child(7) {
		display: none !important;
	}
	.filter-box .search-bar {	min-width: 100%;	}
	.FiltersMainRight {
		display: grid;
		justify-content: end;
		grid-template-columns: repeat(2,1fr);
	}
	.ConditionRatingGridsOuter {		grid-template-columns: repeat(1, 1fr);grid-gap: 15px;	}
	.ConditionRatingOuter.RatingOuterCon {	margin: 20px 0;	}
} 

@media only screen and (max-width:479px)
{
	.ConditionRatingGridsOuter {margin: 0 0 20px;	grid-gap: 10px;}
	.ConditionRatingOuter h3 {
		font-size: 20px;
	}
	.ConditionRatingOuter.RatingOuterCon li {
		width: 55px;
		font-size: 10px;
		line-height: 20px;
		margin: 0 0px;
	}
	.ConditionRatingOuter.RatingOuterCon li span {
		height: 50px;
		font-size: 20px;
	}
	.ConditionRatingHeading {
		font-size: 15px;
	}
	.ConditionListing, .ConditionRatingHeading {
		padding: 8px 15px;
	}
	.ConditionListing ul li {
		font-size: 12px;
		line-height: 16px;
	}

}

#busStopModal .page-item.active  label.page-link {
	color: #fff !important;
    background-color: #818285;
    border-color: #818285;
}

