
/*@import "compass/css3";

@function set-text-color($color) {

  @if (lightness( $color ) > 50) {
    @return black;
  }
  @else {
    @return white;
  }

}
$color: ;*/

@font-face {
    font-family: 'playregular';
    src: url('../fonts/play-regular.woff2') format('woff2'),
         url('../fonts/play-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} @font-face {
    font-family: 'playbold';
    src: url('../fonts/play-bold.woff2') format('woff2'),
         url('../fonts/play-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.main-header{
  background-image: url('../img/header-bg.png') !important;
  background-repeat:no-repeat;
  background-position:left -500px;
  /*background-color:#000000;*/
  height: 100px;  
}


/*LOGO BG*/
.skin-black .main-header>.logo {
    background-color: transparent !important;
    border: none;
    height: 100px;
    padding-bottom: 50px;
}
/*logo mini*/
.main-header .logo .logo-mini {
    line-height: 100px;
}

/*logo large*/
.main-header .logo .logo-lg{
	line-height: 100px;
}

/* SVG ICON */

#icon-svg-100x{
	fill:#EB1C24;
	width:100px;
	height:100px;
	}

#icon-svg-29x{
	fill:#EB1C24;
	width:29px;
	height:29px;
	vertical-align:middle;
	}	

/*NAV BAR*/
.skin-black .main-header .navbar {
    background-color: transparent !important;
    height: 60px;
}
/*NAV BAR IN MINI*/
@media (min-width: 768px) {
.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 226px;
}
.sidebar-mini.sidebar-collapse .main-header .logo {
    width: 230px;
}
}
/*MENUES*/
.skin-black .sidebar-menu>li>a:hover, .skin-black .sidebar-menu>li.active>a{
	border-left: 3px solid #939598;
}

/*Tooggle button*/
.skin-black .main-header>.navbar>.sidebar-toggle{
  border: none;
	line-height: 61px;
  color: #FFF;
}

/*Right Control*/
.main-header .navbar-custom-menu, .main-header .navbar-right {
    padding-top: 20px;
}

/*BG-COLOR of user dropdown*/
.skin-black .main-header li.user-header {
	background-color: #0F75BC !important;
}

/*SIDEBAR*/
.main-sidebar, .left-side{
	top:41px;
}

/*NAVBAR MENUS*/
.sidebar-menu > li > a{
	padding: 12px 5px 12px 10px;
}


/*CONTENT HEADER*/
.skin-black .content-header{
 background-image: url("../img/header-nav-bg.jpg");
  background-repeat: no-repeat;
 /* background-color: #EB1C24;*/
	/* background:url('../img/profile-bg.png'); */
	margin: 0px auto;
    padding: 12px;
    height: 60px;
}
.content-header > h1{
	color:#FFF;
}
.content-header {
    padding-bottom: 15px;
	color: #fff;
    font-size: 24px;
}

.light{
	color:#000;
}
.dark{
	color:#FFF;
}

.light a {
	color: #000;
    font-weight: bold;
}

.light .btn {
	color: #FFF;
}

.dark a {
	color: #FFF;
    font-weight: bold;
}
.dark small{
	color:#FFF;
}

a h3 {
	color: #000000;
	}
a:hover h3 {
	color: #EB1C24;
	}


/*Notes*/
.products-list .product-info {
	margin-left: 30px;
}

.products-list .product-info .label{
	color:#999;
}
.products-list .product-description {
	color:#000;
	white-space: normal;
}

.content-header > h1 > small{
	color:#CCC;
}
.label{
	color:#999;
}

/*Clock*/
.content-header > h3 {
    color: #FFF;
    top: -5px;
    right: 15px;
    position: absolute;
}

/*TABLE PROCESSING*/
div.dataTables_wrapper div.dataTables_processing{
	background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    /*-webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);*/
    z-index: 999999999;
}


@media (max-width: 1620px){
	.box-body{
		overflow-y: auto;
   		margin: 10px;
	}
}

@media (max-width: 767px){
	.main-sidebar, .left-side {
		top: 80px;
	}
	.hidden-xs {
    	display: block !important;
	}
	.table tr td{
		width:20%;
	}
	.skin-black .main-header>.navbar>.sidebar-toggle{
		line-height:30px;
	}
	.main-header {
		max-height: none;
	}
	.skin-black .main-header>.logo{
	height:none;
    }
	
	.main-header {
 height: 130px;
}

.skin-black .main-header .navbar {
    background-color: transparent !important;
    height: 60px;
    margin-top: -25px;
}

.nav>li>a {
    position: relative;
    display: flex;
    padding: 10px 15px;
}

.main-header .navbar-custom-menu, .main-header .navbar-right {
    padding-top: 0px;
}
}

@media (min-width: 767px){
	.msg-textarea{
		max-width:809px; max-height:65px; min-height:65px; min-width:809px;
	}
}

@media (max-width: 768px){
.login-box, .register-box {
    margin-top: 90px;
}
}


/*MESSAGING*/
/*.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > .newMessage > h4{
	font-weight:bolder;
}


.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a.inboxNewMsg{

}*/

.inboxNewMsg{
	font-weight: bolder;
}

.msgdate{
	white-space:normal;
	word-wrap:break-word;
}

.skin-black .main-sidebar{
  background-color: #000000;
  background-image: url("../img/side-nav-bg.png");
  background-repeat: no-repeat;
}

.dropdown-toggle{
  border: none !important;
  color: #FFF;
}

.skin-black .main-header>.navbar .nav>li>a{
  color: #EB1C24;
}

.skin-black .sidebar {
  border-top: 7px solid #EB1C24;
}

.skin-black .sidebar-menu > li:hover > a, .skin-black .sidebar-menu > li.active > a {
    color: #b8c7ce;
}

.skin-black .sidebar a {
    color: #000;
}


.btn-primary-mcs {
    background-color: #EB1C24;
    border-color: #EB1C24;
	font-family:'playbold';
}


.login-box-body{
	color:#fff;
	border: 1px #EB1C24 solid;
	}
	
	a:hover, a:active, a:focus {
    color: #EB1C24;
}

.skin-black .sidebar-menu > li:hover > a, .skin-black .sidebar-menu > li.active > a {
    color: #fff;
    background: #EB1C24;
    border-left-color: #fff;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 16px 5px 17px 20px;
    background-color: inherit;
}

.btn-info:hover, .btn-info:active, .btn-info.hover {
    background-color: #EB1C24;
}


