.os-content{
    padding: 0 !important;
}
.nav-pills .nav-link {
    border-radius: 0px;
}

.login-page{
    background-image: url("/assets/img/login-bgr.jpg");
    background-size: cover;
}

.img-h-22{
    height: 22px;
}

.img-h-24{
    height: 24px;
}

.img-h-26{
    height: 26px;
}

.content-wrapper section {
	padding: 0px;
}
.content-wrapper section .container-fluid{
	padding: 0px;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #17a2b8;
    color: #fff;
}

.nav-item a{
	font-size: 1.2em;
}

.nav-sidebar .nav-link p{
	margin-left: 10px;
}

.filter-table-input {
    background-image	: url(../img/searchicon.png);
    background-position	: 10px 8px;
    background-repeat	: no-repeat;
    width				: 100%;
    font-size			: 16px;
    padding				: 8px 20px 8px 40px;
    border				: 1px solid #ddd;
	/*
    margin-bottom		: 12px;
    box-shadow			: 0px 0px 10px 0px #03A9F4;
	*/
}

/**
 * Weather page
 */
.weather-page {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.weather-page.day{
	background-image: url('../img/weather/day.jpg');
}

.weather-page.day{
	color: #000;
}

.weather-page.night{
	background-image: url('../img/weather/night.jpg');
}

.weather-page.night{
	color: #FFF;
}

.weather-page .icon {
	width: 24px;
	height: 24px;
	background-image: url("../img/weather/weathericons.png");
	background-repeat: no-repeat;
	float: left;
}

.weather-page .icon.wind {
    background-size: 112px 22px;
}

.weather-page .icon.humidity {
    background-size: 112px 22px;
}

.weather-page .icon.sunrise {
    background-size: 112px 22px;
}

.weather-page .icon.sunset {
    background-size: 112px 22px;
}

.cur-weather-icon{
	width: 100%;
	max-width: 100%;
}

.weekly-forecast img{
	max-width: 100%;
}

.elevation-3{
	box-shadow: none !important;
}

/* ===================TOGGLE SWITCH===================== */
.custom-toggle-switch > input[type="checkbox"] {
	display				: none;
}
.custom-toggle-switch > label {
	cursor				: pointer;
	height				: 0px;
	position			: relative;
	width				: 40px;
	top					: 3px;
}
.custom-toggle-switch > label::before {
	background			: rgb(0, 0, 0);
	box-shadow			: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius		: 8px;
	content				: '';
	height				: 10px;
	margin-top			: -8px;
	position			: absolute;
	opacity				: 0.3;
	transition			: all 0.4s ease-in-out;
	width				: 36px;
	left				: 0px;
}
.custom-toggle-switch > label::after {
	background			: rgb(255, 255, 255);
	border-radius		: 16px;
	box-shadow			: 0px 0px 5px rgba(0, 0, 0, 0.3);
	content				: '';
	height				: 18px;
	width				: 18px;
	left				: -4px;
	margin-top			: -8px;
	position			: absolute;
	top					: -4px;
	transition			: all 0.3s ease-in-out;
}
.custom-toggle-switch > input[type="checkbox"]:checked + label::before {
	background			: inherit;
	opacity				: 0.5;
}
.custom-toggle-switch > input[type="checkbox"]:checked + label::after {
	background			: inherit;
	left				: 20px;
}
.users .custom-toggle-switch > input[type="checkbox"]:checked + label::after {
	background-color 	: red;
}
.users .custom-toggle-switch > input[type="checkbox"]:checked + label::before {
	background-color 	: red;
}
.bgr-red{
	background-color 	: red;
}
.inspect.accordion-toggle,
.inspect.accordion-toggle.collapsed{
	transition: all 0.25s ease-in-out;
}
.inspect.accordion-toggle:after {
	content: "-";
	font-size: 25px;
	line-height: 24px;
}
.inspect.accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "+";
	font-size: 25px;
	line-height: 24px;
}
/* ===================TOGGLE SWITCH===================== */
.hide-table-padding td{
	padding: 0;
}

#data-list .hidden{
	display: none !important;
}

tr.tr-success {
	cursor: pointer;
}

tr.tr-danger {
	cursor: pointer;
	background-color: #ff11007a;
}

.max-width-350{
	max-width: 350px;
	margin: 0 auto;
}

.subtable{
	background-color: #e0e0e0;
}
.subtable thead{
	background-color: #a5a5a5;
}

.toggleInspectionItemsList{
	cursor: pointer;
}

.hidden-img{
	display: none !important;
}

@media (min-width: 768px){
	body.open-data-page .content-wrapper,
	body.open-data-page .main-footer,
	body.open-data-page .main-header {
		transition: margin-left .3s ease-in-out;
		margin-left: 0px !important;
	}
}