body {
   background: #FFF;
}
.theme-cyan .navbar {
	background: linear-gradient(45deg, #f8714c, #fc4513);
}
.navbar-header {
    width: 250px;
}
.theme-cyan .navbar-brand {
    color: #fb4b1b !important;
}
.navbar {
    min-height: 60px;
}
.theme-cyan .profile-page .profile-sub-header .box-list ul li a:hover, .theme-cyan .menu>ul>li>ul.normal-sub>li a:hover, .theme-cyan .menu>ul>li>ul>li>ul>li a:hover {
    background-color: #fb4e1e;
}
.navbar-header .navbar-brand {
    font-size: 26px;
}
.navbar-header .navbar-brand img{
    padding: 9px 0px;
}
.sidebar .menu .list a i {
    width: 20px;
    font-size: 20px;
}
.theme-cyan .sidebar .menu .list a:hover {
    color: #fc4b1b;
}
.theme-cyan .sidebar .menu .list li.active>:first-child i, .theme-cyan .sidebar .menu .list li.active>:first-child span {
    color: #fc4b1b;
}
.menu_dark .navbar-header {
    background: #ffffff;
}
.menu_dark .sidebar {
    background: #59595c;
}
.menu_dark .sidebar .menu .list a {
    color: #e0e0e0;
}
.menu_dark .sidebar .menu .list .header {
    color: #cbcbcb;
    text-transform: uppercase;
}
.menu_dark.theme-cyan .sidebar .menu .list li.active>:first-child i, .menu_dark.theme-cyan .sidebar .menu .list li.active>:first-child span, .menu_dark.theme-cyan .sidebar .menu .list a:hover{
    color: #ffffff;
}
.page-header:before {
    background-color: rgba(0, 0, 0, 0.69);
}
.menu-container {
    margin: 0 0 0 250px;
    background: #5c5b60;
	-moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
section.content {
    margin: 100px 0px 15px 250px;
}
.ls-toggle-menu .menu-container {
    margin-left: 0px;
	
}
@media only screen and (max-width: 959px){
	.menu-container {
		margin: 0 auto;
	}
}
.theme-cyan .card .header h2 strong{
    color: #fd460f;
}
.theme-cyan .card .header h2:before{
    background: #fd460f;
}
.dropzone.dz-clickable .dz-message h3{
	font-size: 14px;
    margin-top: 15px;
}
.form-control, .input-group-addon, textarea.form-control{
    border: 1px solid #d5d5d5;
}
.input-group-addon.click{
    cursor: pointer;
}
.form-group label span.validate_star{
    color: #ff0000;
}
.btn-bottom-toolbar {
    position: fixed;
    bottom: 0;
    padding: 10px;
    padding-right: 41px;
    margin: 0 0 0 -25px;
    -webkit-box-shadow: 0 -4px 1px -4px rgba(0,0,0,.1);
    box-shadow: 0 -4px 1px -4px rgba(0,0,0,.1);
    background: #fff;
    width: calc(100% - 250px);
    z-index: 5;
    border-top: 1px solid #ededed;
}
body.ls-toggle-menu .btn-bottom-toolbar {
    width: 100%;
    min-width: 100%;
}
section.content.m-b-80{
	margin-bottom: 80px;
}

.l-cyan {background: linear-gradient(45deg, #f96a43, #fb4a1a) !important; }


.bottom_dotted{
	border-bottom: 1px dashed #bbb;
    padding-bottom: 2px;
}
.btn.btn-icon{
    height: 1.875rem;
    min-width: 1.875rem;
    width: 1.875rem;
}
.header .btn.btn-icon{
	position: absolute;
	right: 0;
    top: -10px;
}
.header .btn.btn-icon i{
	line-height: 28px;
}
.member-card.device .member-img{
	overflow: hidden;
    padding-bottom: 20px;
}
.member-card.device .member-img img{

}
.member-card.device .member-img .info{
	width: 250px;
	float: left;
	border: 3px solid #fff;
	box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.3);
    margin-left: 30px;
}
.device_img {
	
}
.alert {
    text-align: left;
}
.card.device{
	margin: 0;
}
textarea.form-control{
	border-radius: 30px;
}
textarea.form-control:focus, textarea.form-control:active {
	border:1px solid #f96332;
}
.bootstrap-select .btn-simple{
	border-color: #d5d5d5;
}
.dropdown-togglen:focus, button:focus{
    outline: none !important;
}
.member-card.device .header{
	background: linear-gradient(45deg, #5a595e52, #5c5b60bf, #5a595e52) !important;
	border-radius: 10px 10px 0 0;
}
._cst.input-group-btn .btn {
	padding: 11px 22px 25px;
    line-height: 15px;
    margin-top: 1px;
}
._cst.input-group-btn .btn.dropdown-toggle:after{
	margin-top: -9px;
}
.full_width{
	width: 100%;
}