/* Smartpolis Main Stylesheet */

body {
	background-color: #F5F9FC;
	color: #3B5266;
	font-size: 15px;
}

input, select, textarea {
	background-color: #E1E9F0 !important;
	border-radius: 0 !important;
	border: 0 !important;
}

textarea {
	min-height: 2.3rem;
}

label {
	font-weight: 600;
}

nav img, footer img {
	image-rendering: -webkit-optimize-contrast;
}

img.smartpolis-logo {
    width: 133px;
}

img.cityclient-logo {
    max-width: 200px;
    max-height: 100px;
    /*border: 1px solid gray;*/
    border-radius: 10px;
    padding: 15px;
}

.navbar-brand{
	background-color: #F5F9FC; color: #3B5266; font-size: 15px; font-weight: 700;
}


.wrapper {
	height: 100vh;
}

.main_content {
	flex: 1 0 auto;
}

div.page-header {
    min-height: 75px;
    padding-left: 30px;
    padding-top: 20px;
}

.bg-image {
	background-image: url('/images/background.png');
}

nav ul li .nav-link {
	height: 42px;
}

nav ul li .btn-primary.nav-link {
	color: rgba(255,255,255,.85) !important;
}

nav ul li .btn-primary.nav-link:hover {
	color: white !important;
}

.input-group.date input {
	border-right: 1px solid #ced4da !important;
}

.alert-size {
	height: 48px;
}

.bg-progressbar {
	background-color: #304659;
}

.bg-primary {
	background-color: #304659 !important;
}

.btn {
	border-radius: 0;
}

.btn-primary {
	background-color: #304659;
	border-color: #304659;
	color: #F5F9FC;
}
.btn-primary:disabled {
	background-color: #51616f !important;
	border-color: #51616f !important;
}
.btn-primary:active, .btn-primary:focus {
	background-color: #304659 !important;
}
.btn-primary:hover {
	background-color: #304659;
	color: #F5F9FC;
}
.btn-outline-primary {
	border-color: #D3DCE5;
	color: #304659;
}
.btn-outline-primary.active {
	background-color: #265f91 !important;
}
.btn-outline-primary:active, .btn-outline-primary:focus {
	background-color: #0062cc !important;
}
.btn-outline-primary:hover {
	background-color: #304659;
	color: #F5F9FC;
}
.btn-outline-primary:focus {
	color: #F5F9FC;
}

.btn-danger {
	background-color: #ac2c2c;
	border-color: #ac2c2c;
	color: #F5F9FC;
}

.cursor-default {
	cursor: default !important;
}

.cursor-pointer {
	cursor: pointer;
}

.select-none {
	user-select: none;
}

.text-primary {
	color: #304659 !important;
}

span.help-message
{
    font-style: italic;
    font-weight: normal;
    font-size: .8em;
    color: #A5A5A5;
}

.scrollbar-style::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

.scrollbar-style::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scrollbar-style::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #555;
}


.form-card-header {
	color: rgb(245, 249, 252) !important;
	background: none rgb(48, 70, 89) !important;
	border-color: rgb(48, 70, 89) !important;
	/* cursor: pointer !important; */
	box-shadow: none !important;
	border-radius: 0px !important;
}

.selected-ticket{
	background-color: #304659 !important;
	color: white !important;
}

.selected-list-item{
	background-color: #304659 !important;
	color: white !important;
}

/* Disable background and include progress bars when printing */
@media print {
	.bg-image {
		background: none;
	}
	.progress {
		position: relative;
	}
	.progress:before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 0;
		border-bottom: 2rem solid #e9ecef;
	}
	.progress-bar {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		border-bottom: 2rem solid #304659;
	}
}

/* Toggle Button CSS */
.switch {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 34px;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ca2222;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}


input:checked + .slider {
	background-color: #2ab934;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(55px);
	-ms-transform: translateX(55px);
	transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on
{
	display: none;
}

.on
{
	color: white;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 45%;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}
.off{
	color: white;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}
input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;}

