/*@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/css?family=Lato:300);*/
/*Universal*/
html {
	box-sizing: border-box;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

html, body {
	width: 100%;
}

html body {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 1.4rem;
}

body {
	padding-top: 51px;
	background: #f4f3ef;
}

body.login {
	padding-top: 10px;
}

body .login-form {
	background: #F7F7F7;
	padding: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0 20px 10px rgba(204, 197, 185, 0.5);
	-moz-box-shadow: 0 20px 10px rgba(204, 197, 185, 0.5);
	-webkit-box-shadow: 0 3px 3px 3px rgba(204, 197, 185, 0.5);
	margin-top: 5px;
}

body.login .checkbox label {
	font-size: 14px;
	font-weight: 700;
}

body.login form h1 {
	font: 400 25px Helvetica, Arial, sans-serif;
	letter-spacing: -.05em;
	line-height: 20px;
	margin: 0 0 30px;
}

body.login form h1:before, body.login form h1:after {
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	width: 20%;
}

body.login form h1:before {
	background: #7e7e7e;
	background: linear-gradient(right, #7e7e7e 0, #fff 100%);
	left: 0;
}

body.login form h1:after {
	background: #7e7e7e;
	background: linear-gradient(right, #7e7e7e 0, #fff 100%);
	right: 0;
}

body.login .separator {
	margin-top: 30px;
}

body.login img.logo {
	margin: 0 auto;
}

body {
	overflow-x: hidden;
}

#wrapper {
	padding-left: 0;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
}

#wrapper.toggled {
	padding-left: 250px;
}

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: 250px;
	width: 0;
	height: 100%;
	margin-left: -250px;
	overflow-y: auto;
	background: #222222;
	/* -webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	 -o-transition: all 0.5s ease;
	 transition: all 0.5s ease;*/
}

#wrapper.toggled #sidebar-wrapper {
	width: 250px;
	overflow-y: hidden;
}

#page-content-wrapper {
	background: #fff;
	width: 100%;
	position: absolute;
	padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -250px;
}

.navbar {
	font-weight: 600;
	border: none;
}

.navbar-brand img {
	filter: brightness(0);
}

.navbar-inverse .navbar-brand {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}

/* Sidebar Styles */
.left-sidebar {
	padding: 0;
	font-size: 1.5rem;
}

.left-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.left-sidebar ul li {
	display: block;
	cursor: pointer;
	position: relative;
	width: 100%;
}

.left-sidebar ul li.active {
	box-shadow: 1px 1px 8px #333;
}


.sidebar-menu-link.active{
	box-shadow: 1px 1px 8px #333;
}

.py--3{
	padding: 2rem 0rem 2rem 4rem!important;
	color: gainsboro!important;
	font-weight: 100!important;
}

.py--3:hover{
	color: #fff!important;
}

.left-sidebar ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 1.7rem;
	font-weight: 600;
}

.left-sidebar ul li.active a, .left-sidebar ul li a:hover {
	
	background: #6F737A;
	color: #ffffff;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.input-p{
	padding: 2.2rem 1rem;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
	background: dimgray;
}

.sidebar-li:hover{
	box-shadow: 1px 1px 9px #333;
}

.left-sidebar ul li a i.fa {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.bootstrap-switch {
	border: none;
}


.child_menu ul {
	display: none;
}

.mb-n2{
	margin-bottom: -2.7rem!important;
}

.child_menu ul.open {
	display: block;
}

li.child_menu ul li:hover, li.child_menu ul li:hover a {
	background: rgba(255, 255, 255, 0.2);
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.child_menu ul li a:before {
	
	bottom: auto;
	content: "";
	height: 8px;
	left: 20px;
	margin-top: 5px;
	position: absolute;
	right: auto;
	width: 8px;
	z-index: 1;
	border-radius: 50%;
}

.child_menu ul li a:after {
	
	bottom: 0;
	content: "";
	left: 24px;
	position: absolute;
	top: 0;
}

.child_menu ul li a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	font-size: 12px;
	height: 100%;
	display: block;
}

.left-sidebar a span {
	margin-right: .5em !important;
}

li.child_menu.active ul li a {
	background: #5E6167;
	font-size: inherit;
	
}

li.child_menu.active ul li a:hover {
	background: #444;
	color: #fff;
}

li.child_menu.active ul li a.active {
	color: #fff!important;
	background: #36383B;
}

@media (min-width: 768px) {
	#wrapper {
		padding-left: 0;
	}
	
	#wrapper.toggled {
		padding-left: 250px;
	}
	
	#sidebar-wrapper {
		width: 0;
	}
	
	#wrapper.toggled #sidebar-wrapper {
		width: 250px;
	}
	
	#page-content-wrapper {
		
		padding: 20px;
		position: relative;
	}
	
	#wrapper.toggled #page-content-wrapper {
		position: relative;
		margin-right: 0;
	}
}

.navbar-inverse {
	border-color: #222;
}

.page-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 2.7rem;
	color: #434a54;
	font-weight: 400;
}

.page-title span {
	font-size: 65%;
	color: #999999;
}

p.page-title {
	font-size: 16px;
	margin-bottom: 5px;
}

p.sub-title {
	font-size: 23px;
	margin-bottom: 5px;
}

p.heading {
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 600;
}

.panel {
	margin-top: 10px;
}

span.required {
	color: #ff2300;
}

.locationPosition {
	height: 400px;
}

.pac-card {
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	padding: 10px;
	margin: 5px;
	width: 60%;
}

table {
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-collapse: collapse;
	/*table-layout: fixed;*/
	word-wrap: break-word;
}

#possibleAnswersContainer .question-controls {
	margin-top: 10px;
	margin-bottom: 20px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

table.dataTable thead tr th:first-child.sorting_asc:after {
	display: none;
}

.dataTables_filter label{
	font-size: 2rem;
	color: #6F737A;
}

.dataTables_filter .form-control{
	display: block;
	height: 4rem;
	
}

.py--4{
	padding: 3rem 2rem!important;
}

.remove-title {
	margin-top: 5px;
}

.questions-form {
	margin-top: 15px;
	border-top: #827f7fd4 solid 1px;
	padding-top: 15px;
}

.questions-form .section-title {
	padding: 0;
	margin: 5px 0;
	font-weight: 600;
	font-size: 16px;
}

.questions-form .supervision-questions {
	list-style: none;
	margin: 0;
	padding: 0;
}

.questions-form .supervision-questions .supervision-questions {
	padding-left: 20px;
}

.my-right-nav {
	padding: 0!important;
}

.my-right-nav li{
	padding: 17px 25px;
}

.questions-form .supervision-questions .question-text {
	padding-top: 0;
	padding-right: 0;
	padding-left: 15px;
	padding-bottom: 0;
	margin: 10px 0px 5px;
	font-weight: 600;
	font-size: 15px;
}

.questions-form .supervision-questions .possible-answer {
	padding-left: 20px;
}

.questions-form .supervision-questions .possible-answer label {
	font-weight: inherit;
}

.supervision-team p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: 600;
}

.supervision-team p i.fa {
	color: #00A000;
	font-size: 15px;
	font-weight: 800;
}

.breadcrumb {
	background-color: #ffffff;
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.1s;
	border-radius: 5px; /* 5px rounded corners */
	-moz-border-radius: 5px; /* 5px rounded corners */
	-webkit-border-radius: 5px; /* 5px rounded corners */
	padding: 10px;
	background: #ffffff;
}

label.user-value-holder {
	margin-bottom: 0;
	margin-top: 20px;
}



.indicator.indicator-green {
	color: #228B22;
}

.indicator.indicator-yellow {
	color: #FFFF66;
}

.indicator.indicator-red {
	color: #FF0000;
}

.facility-map {
	height: 400px;
}

#supervision-trend {
	height: 400px;
}

.analytics-canvas {
	min-height: 300px;
}

.blockUI {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.blockUI.blockMsg {
	top: 60px !important;
	border-radius: 5px !important;
	border: none !important;
}

.icheckbox_flat-orange, .iradio_flat-orange {
	margin-right: 5px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: transparent;
}

.question-text strong {
	font-weight: 500;
}

.program-indicators .dash-analytics {
	color: inherit !important;
}

.dash-analytics {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	font-weight: 600;
	cursor: pointer;
	color: #ffffff;
}

.dash-analytics {
	margin-top: 10px;
}

.dash-analytics .analytics-body {
	padding: 15px;
}

.analytics-default {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.analytics-danger {
	background: #FF0000;
	border: 1px solid #FF0000;
}

.analytics-warning {
	background: #FFD700;
	border: 1px solid #FFD700;
}

.analytics-success {
	background: #228B22;
	border: 1px solid #228B22;
}

.small-box {
	border-radius: 2px;
	position: relative;
	display: block;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background: #fff;
	width: 100%;
}

.small-box .inner {
	padding: 5px;
}

.small-box h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 5px 0;
	white-space: nowrap;
	padding: 0;
}

.ml-04{
	margin-left: 0.4rem;
}

.small-box p {
	font-size: 13px;
}

.small-box .icon {
	position: absolute;
	top: -5px;
	right: 5px;
	z-index: 0;
	font-size: 60px;
	color: rgba(0, 0, 0, 0.30);
}

.small-box > .small-box-footer {
	position: relative;
	text-align: center;
	padding: 3px 0;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	z-index: 10;
	background: rgba(0, 0, 0, 0.49);
	text-decoration: none;
}

.small-box > .small-box-footer:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.70);
}

.group-permissions label {
	font-weight: normal;
}

.group-permissions p {
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mail-recipient {
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*General Classes*/
.mt2{
	margin-top: 2rem;
}
.mt3{
	margin-top: 5rem;
}

.clear-color {
	color: none;
	background: none;
}

.text-dark {
	color: #333!important;
}

.text-dimgray {
	color: dimgray;
}

.bg-dark {
	background: #6F737A!important;
	color: #f3f3f3!important;
}

.m-auto {
	margin-top: auto;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}


/* Navbar */
.active-nav-menu .nav-icon{
	background-color: #DAE0EA!important;
}

#custom-nav {
	background-color: #DAE0EA;
	margin: 0;
}

#custom-nav .custom-padding {
	padding: 2.5rem 2rem;
}

#custom-nav .navbar-menu {
	padding: 1.5rem 2rem;
	font-size: 1.7rem!important;
}

#custom-nav .navbar-menu li a {
	color: slategrey;
}



#custom-nav .nav-icon {
	color: white;
	background-color: slategrey;
	padding: 1rem;
	border-radius: 50%;
}

#custom-nav .custom-brand {
	background: #fff;
}

#custom-nav .custom-brand a{
	color: #333;
}
.custom-dropdown {
	
	border-style: solid;
	border-color: #333;
	border-width: 0 0px 0 1px;
}

/*Wrapper*/

#sidebar-wrapper {
	background: #6F737A   ;
}

.sidebar-li {
	padding: 2rem 0;
	border-bottom: 1px solid #444;
}



.sidebar-nested-li {
	padding: 0;
	
}

.text-white {
	color: #fff!important;
}
.navbar-icon-right {
	
	font-size: 2rem;
}

#topNav {
	margin: 0rem;
	padding: 0rem;
}

.border-left {
	border-left: 1px solid #333;
}

.py3 {
	padding: 2rem 0!important;
}

.py4 {
	padding: 3rem 0!important;
}

.btn-items {
	display: flex;
	align-content: center;
	height: 3rem;
	background: gainsboro;
	margin: 2rem 0;
	

}

.btn-items .item {
	padding: 0.5rem 2rem;
	color: white;

}



.vertical-center {
	display: flex;
	
	padding-top: 2rem!important;
}

.vertical-center a{
	color: dimgray;

}

.vertical-center a:hover{
	color: #222;
	text-decoration: none;
	
}

.fs1-3 {
	font-size: 1.3rem;
}

.breadcrumb {
	color: dimgray;
	font-weight: bold;
}

.breadcrumb li a {
	color: dimgray;
}

.breadcrumb li a:hover {
	color: #222;
	text-decoration: none;
}

.btn-dark {
	background: dimgray;
	color: white;
	padding: 1.2rem 2rem;
}

.btn-ui {
	border: none;
	border-radius: 0px;
}

.btn-ui:hover {
	background: #f3f3f3;
	color: #333;
	text-decoration: none;
}

.no-border {
	border: none;
}

.fw-bold {
	font-weight: bold;
}
.fw-bold-3 {
	font-weight: 550;
}

.my-input {
	width: 100%;
}

.my-form {
	display: flex;
	margin-left: 4rem;
	margin-right: 35rem;
	flex-direction: column;
}

.form-item {
	flex: 1;
}

.my-form .form-item:first-child {
	
	margin-bottom: 1rem;
	align-self: flex-start;
}

.ml-4 {
	margin-left: 4rem;
}

.form-horizontal .form-group {
	margin-right: auto!important;
	margin-left: auto!important;
}

.btn-form-1 {
	background: dimgray;
	color: white;
	border: none;
	padding: 1rem 3rem;
	border-radius: 6px;
}

.btn-form-1:hover {
	background: #f3f3f3;
	color: dimgray;
	padding: 1rem 3rem;
	border-radius: 6px;
}

.btn-form-0 {
	background: gainsboro;
	color: dimgray;
	padding: 1rem 3rem;
	border-radius: 6px;
	
}

.btn-form-0:hover {
	text-decoration: none;
	background: #fff;
	color: dimgray;
	border: none;
	padding: 1rem 3rem;
	border-radius: 6px;
}

.btn-manage {
	background: #f3f3f3;
	color: dimgray;
	padding: 1rem;	
}

.btn-manage:hover {
	text-decoration: none;	
	background: dimgray;	
	color: white;	
	padding: 1rem;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #6F737A;
	border-color: #6F737A;
}

.paginate_button.active a {
	color: #fff!important;
}

.paginate_button a {
	color: #333!important;
}

.paginate_button.next a{
	color: #333!important;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 8px;
}