
/*@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.jpg') !important;
}

/*LOGO BG*/
.skin-black .main-header>.logo {
    background-color: transparent !important;
    border: none;
    height: 91px;
}
/*logo mini*/
.main-header .logo .logo-mini {
    line-height: 91px;
}

/*logo large*/
.main-header .logo .logo-lg{
	line-height: 91px;
}

/* SVG ICON */

#icon-svg-100x{
	fill:#6A0F1B;
	width:100px;
	height:100px;
	}

#icon-svg-29x{
	/*fill:#708090;*/
	fill:#E0A43E;
	width:29px;
	height:29px;
	vertical-align:middle;
	}	

/*NAV BAR*/
.skin-black .main-header .navbar {
    /*background-color: #000;*/
    background-color: transparent !important;
    height: 91px;
}
/*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 #FFF;
}

.skin-black .sidebar-menu>li:hover>a, .skin-black .sidebar-menu>li.active>a {
    background: #57040E;
}

/*Tooggle button*/
.skin-black .main-header>.navbar>.sidebar-toggle{
  border: none;
	line-height: 61px;
  color: #6B141A;
}

/*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: #6B141A;
	/* background:url('../img/profile-bg.png'); */
}
.content {
  min-height: 1200px;
}

.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: #3C332F;
	}

/*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%;
	}
}

@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: #EEEEEE;
  background-image: url("../img/side-nav-bg.png");
  background-repeat: no-repeat;
}

.dropdown-toggle{
  border: none !important;
  color: #000;
}

.skin-black .main-header>.navbar .nav>li>a{
  color: #FFF;
}

.skin-black .sidebar {
  /*border-top: 7px solid #6B141A;*/
  padding-top: 7px;
}

.skin-black .sidebar-menu > li:hover > a, .skin-black .sidebar-menu > li.active > a {
    color: #eee;
}

.skin-black .sidebar a {
    color: #FFF;
}


.btn-primary-practice {
    background-color: #6B141A;
    border-color: #6B141A;
	font-family:'playbold';
}

.btn-primary-practice:hover {
    color: #DDD;
}


.login-box-body{
	color:#fff;
	border: 1px #B59E86 solid;
	}
	
	a:hover, a:active, a:focus {
    color: #6B141A;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-top-color: #3c8dbc;
    background-color: #6B141A;
}

.easyPaginateNav{
	text-align: center;
	font-size:20px;
	}

.easyPaginateNav a{
	letter-spacing: 15px;
	font-weight: bold;
	}	

.triangle{
  font-size: 35px;
}

.invbuttoncont{
	width:100%;
}


.mw-item-desc{
		width:350px;
		}
@media (max-width: 812px){	
	.mw-auto{
		width:auto;
		}
		
	.mw-item-desc{
		width:350px;
		}
	.input-group .form-control{		
		width:auto;
		}
}

@media (max-width: 425px){
	.nav>li>a {
		display: flex;
	}
	.triangle {
    font-size: 16px;
	}
	.content-header {
    margin-top: 68px;
	}
	.skin-black .main-header .navbar {
    height: 77px;
    background-position-x: -430px;
    background-position-y: -28px;
    background-image: url(../img/header-bg.jpg) !important;
	}
	.btn-sm, .btn-group-sm > .btn {
    font-size: 11px;
	}
	.invbuttoncont{
		width:100%;
	}
	.invbuttoncont button{
		margin:2px;
	}
	.actinact{
		margin-top:25px;
		clear:both;
		width:100%;
	}
	.mw-auto{
		width:auto;
		}
	.mw-item-desc{
		width:350px;
		}
	.input-group .form-control{		
		width:auto;
		}
}