.status-circle{
	background-color: #015E7A
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 2px 0px;
	padding: 0px;
}
h1 {
	font-size: 30px;
	line-height: 45px;
}
h2 {
	font-size: 25px;
	line-height: 40px;
}
h3 {
	font-size: 22px;
	line-height: 37px;
}
h4 {
	font-size: 18px;
	line-height: 33px;
}
h5 {
	font-size: 15px;
	line-height: 30px;
}
h6 {
	font-size: 13px;
	line-height: 28px;
}
p {
	margin: 2px 0px;
	padding: 0px;
	margin-bottom:5px;
	line-height:28px;
}
a{
	text-decoration: none;
	color: #777;
}
a:hover,a:active,a:focus {
	outline: 0;
	text-decoration: none;
	color: #999;
}
hr {
	margin: 10px 0px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 1px solid #eee;
}
:focus {
	outline:none;
}
::-moz-focus-inner {
	border:0;
}

.btn.btn-white {
	background: #ffffff;
	color: #666666;
	border: 1px solid #dddddd;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-white:active {
	background: #f7f7f7;
	color: #666666;
}
.btn.btn-grey {
	background: #eeeeee;
	color: #666666;
	border: 1px solid #d5d5d5;
}
.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey.active,
.btn.btn-grey:active {
	background: #d5d5d5;
	color: #999;
}
.btn.btn-black {
	color: #ffffff;
	background: #666666;
	border: 1px solid #4d4d4d;
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.active,
.btn.btn-black:active {
	background: #4d4d4d;
	color: #ffffff;
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green.active,
.btn.btn-green:active {
	background: #015E7A;
	color: #ffffff;
}
.btn.btn-lblue {
	color: #015E7A;
	background: #015E7A;
	border: 1px solid #015E7A;
}
.btn.btn-lblue:hover,
.btn.btn-lblue:focus,
.btn.btn-lblue.active,
.btn.btn-lblue:active {
	background: #015e7a;
	color: #ffffff;
}
.btn.btn-blue {
	color: #ffffff;
	background: #015e7a;
	border: 1px solid #015e7a;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue.active,
.btn.btn-blue:active {
	background: #015e7a;
	color: #ffffff;
}





/* Badges */
.badge {
	min-width: 200px;
	padding: 3px 7px !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	display: inline-block;
	color: rgba(1, 94, 122, 0.49);
	border-radius: 50px;
}
.badge.badge-white {
	color: #666666;
	background: #ffffff;
}

.badge.badge-lblue {
	color: #015E7A;
	background: #015E7A;
}
.badge.badge-blue {
	color: #015E7A;
	background: #015E7A;
}

.btn .badge {
	position: absolute;
	top: -13px;
	right: -8px;
}



/* Sparkline tooltip */
.jqstooltip {
	width: auto !important;
	height: auto !important;
	border-radius: 5px;
	padding: 4px 6px !important;
	background-color: rgb(1, 94, 122) !important;
	border: 0 !important;
}

/* Status slide box */
.ui-92 .status-slide{
	position: fixed;
	top: 170px;
	right: 0;
	z-index:1000;
	display: inline-block;
}



.ui-92 .status-button{
	background:#fff;
	text-align: center;
	line-height: 56px;
	width: 42px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 100;
	left: -42px;
	top: 50%;
	cursor: pointer;
	border:1px solid #ddd;
	border-right:0;
	border-top-left-radius:50px;
	border-bottom-left-radius:50px;
	color:#999;
	font-size:13px;
}
.ui-92 .status-button .status-button-arrow{
   float:left;
   margin-top:4px;
   margin-left:4px;
   display:inline-block;
   height:25px;
   width:25px;
   border-radius:100px;
   line-height:25px;
   text-align:center;
   font-size:12px;
   color:#fff;
}
.ui-92 .status-button b{
   font-weight:400;
}
.ui-92 .status-circle{
   display:inline-block;
   float:right;
   margin-right:8px;
   position:relative;
   top:-22px;
   width:75px;
   height:75px;
   background:#fff;
   border:1px solid #ddd;
   border-radius:100px;
	background-color: #015E7A;
}
.ui-92 .status-circle .status-circle-blue{
   border:1px solid rgba(0,0,0,0.1);
   display:inline-block;
   color:#fff;
   width:63px;
   height:63px;
   line-height:63px;
   font-size:20px;
   font-weight:600;
   margin:0 auto;
   margin-top:5px;
	background-color: #015E7A;
   border-radius:100px;
}
.ui-92 .bg-lblue {
	background-color: #015E7A;
}
.ui-92 .status-content{
   width: 280px;
   background:#fff;
   border-right:0px;
   border-top-left-radius:5px;
   border-bottom-left-radius:5px;
}
.ui-92 .status-head{
   border:1px solid #ddd;
   border-bottom:0px;
   color: rgba(1, 65, 87, 0.18);
   border-top-left-radius:5px;
}
.ui-92 .status-head .status-head-top{
   padding:6px 10px 5px 10px;
   font-weight:600;
   background:#fff;
   color: rgba(1, 94, 122, 0.24);
   border-top-left-radius:5px;
   border-bottom:1px solid #fff;
}
.ui-92 .status-head .status-head-top .label{
   font-size:12px;
   font-weight:600;
}
.ui-92 .status-head .status-head-content{
   padding:5px 0px;
}
.ui-92 .status-head .status-head-left{
   width:35%;
   float:left;
   padding:10px;
}
.ui-92 .status-head .status-head-right{
   width:60%;
   float:right;
   padding:10px 5px;
   color:#fff;
   font-size:12px;
   font-weight:600;
}
.ui-92 .status-head button {
	background-color: white;
    border: none;
}
.ui-92 .status-head img {
    width: 10px;
}
.ui-92 .table{
   margin-bottom:0px;
   padding-bottom:0px;
}
.ui-92 .table *{
   border:0px;
}
.ui-92 .table td{
   padding:1px 7px;
}
.ui-92 .status-content .status-body{
   background:#fff;
   font-size:12px;
   line-height:20px;
   border:1px solid #ddd;
   border-top:1px solid #fff;
   border-bottom-left-radius:5px;
}
.ui-92 .status-content .status-body .status-body-left{
   width:33.3%;
   float:left;
   border-right:1px solid #fcfcfc;
   padding:10px 10px 8px 10px;
   font-weight:600;
}
.ui-92 .status-content .status-body .status-body-center{
   width:33.3%;
   float:left;
   border-left:1px solid;
   border-right:1px solid;
   padding:10px 10px 8px 10px;
   font-weight:600;
}
.ui-92 .status-content .status-body .status-body-right{
   width:33.3%;
   float:right;
   border-left:1px solid;
   padding:10px 10px 8px 10px;
   font-weight:600;
}
.ui-92 .status-content .status-body .label{
   font-size:12px;
   display:inline-block;
   margin-bottom:5px;
}
.ui-92 .status-content .status-body .label i{
   margin-right:2px;
   font-size:14px;
}

.btn span.fa-check {
    opacity: 0.2;
}

.btn.active span.fa-check {
    opacity: 1;
}





 .switch {
	 position: relative;
	 display: inline-block;
	 width: 70px;
	 height: 34px;
 }

.switch input {display:none;}

.slider {
	border: solid 1px;
	border-color: #1b6d85;
	border-radius: 50px;
	color: #1b6d85;
	font-family: Calibri;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	border-radius: 50px;
	position: absolute;
	content: " LBS";
	height: 26px;
	width: 50px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	text-align: left;
}

input:checked + .slider {
	background-color: #ffffff;
	border: solid 1px color();
}

input:focus + .slider {
	box-shadow: 0 0 1px #ffffff;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}














