
/*@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;
  background-color:#FFF;
}

.skin-black .main-header > .navbar .sidebar-toggle:hover {
    color: #000;
	background-color:transparent !important;
}

/*LOGO BG*/
.skin-black .main-header>.logo {
    background-color: transparent !important;
    border: none;
    height: 90px;
}
/*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:#1565A4;
	width:100px;
	height:100px;
	}

#icon-svg-29x{
	fill:#1565A4;
	width:29px;
	height:29px;
	vertical-align:middle;
	}	

.skin-black .sidebar a #icon-svg-29x a{
	fill:#1565A4;
	width:29px;
	height:29px;
	vertical-align:middle;
	}

.skin-black .sidebar a:hover #icon-svg-29x{
	fill:#FFF;
	width:29px;
	height:29px;
	vertical-align:middle;
	}				

/*NAV BAR*/
.skin-black .main-header .navbar {
    background-color: transparent !important;
    height: 91px;
}

.btn-rounded {
	background-color: #808080!important;
    border-color: #808080!important;
	}
	
.btn-rounded:hover, label.btn-rounded.active {
	background-color: #79CDCF!important;
    border-color: #79CDCF!important;
	}
	
.progress-bar-success {
    background-color: #79CDCF;
}

/*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: #1565A4;
}

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

/*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: #0B407D;
	/* background:url('../img/profile-bg.png'); */
}
.content-header > h1{
	color:#000;
}
.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%;
	}
	.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: #EEEEEE;
  background-image: url("../img/side-nav-bg.png");
  background-repeat: no-repeat;
}

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

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

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

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


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


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

.btn-info {
	background-color: #19334A;
    border-color: #19334A;
}

/* My Forms Start */

.myforms h3 {
	font-family: 'Source Sans Pro', sans-serif;
	color:#fff;
	font-weight: 700;
	font-size: 28px;
	line-height:38px;
	margin:20px auto;
}

.myforms .info-box:hover {
    opacity: 0.8;
}

/* My Forms End */
