
/*@import "compass/css3";

@function set-text-color($color) {

  @if (lightness( $color ) > 50) {
    @return black;
  }
  @else {
    @return white;
  }

}
$color: ;*/
@font-face {
        font-family: 'Gotham-Light';
        src: url('../fonts/gotham/Gotham-Light.eot');
        src: url('../fonts/gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham/Gotham-Light.svg#Gotham-Light') format('svg'),
        url('../fonts/gotham/Gotham-Light.woff') format('woff'),
        url('../fonts/gotham/Gotham-Light.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/gotham/Gotham-Book.eot');
	src: url('../fonts/gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham/Gotham-Book.svg#Gotham-Book') format('svg'),
	url('../fonts/gotham/Gotham-Book.woff') format('woff'),
	url('../fonts/gotham/Gotham-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Medium';
	src: url('../fonts/gotham/Gotham-Medium.eot');
	src: url('../fonts/gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham/Gotham-Medium.svg#Gotham-Medium') format('svg'),
	url('../fonts/gotham/Gotham-Medium.woff') format('woff'),
	url('../fonts/gotham/Gotham-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/gotham/Gotham-Bold.eot');
	src: url('../fonts/gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham/Gotham-Bold.svg#Gotham-Bold') format('svg'),
	url('../fonts/gotham/Gotham-Bold.woff') format('woff'),
	url('../fonts/gotham/Gotham-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Black';
	src: url('../fonts/gotham/Gotham-Black.eot');
	src: url('../fonts/gotham/Gotham-Black.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham/Gotham-Black.svg#Gotham-Black') format('svg'),
	url('../fonts/gotham/Gotham-Black.woff') format('woff'),
	url('../fonts/gotham/Gotham-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
        font-family: 'GothamRounded-Light';
        src: url('../fonts/gotham/GothamRounded-Light.eot');
        src: url('../fonts/gotham/GothamRounded-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham/GothamRounded-Light.svg#GothamRounded-Light') format('svg'),
        url('../fonts/gotham/GothamRounded-Light.woff') format('woff'),
        url('../fonts/gotham/GothamRounded-Light.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

@font-face {
	font-family: 'GothamRounded-Book';
	src: url('../fonts/gotham/GothamRounded-Book.eot');
	src: url('../fonts/gotham/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham/GothamRounded-Book.svg#GothamRounded-Book') format('svg'),
	url('../fonts/gotham/GothamRounded-Book.woff') format('woff'),
	url('../fonts/gotham/GothamRounded-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamRounded-Medium';
	src: url('../fonts/gotham/GothamRounded-Medium.eot');
	src: url('../fonts/gotham/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg'),
	url('../fonts/gotham/GothamRounded-Medium.woff') format('woff'),
	url('../fonts/gotham/GothamRounded-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamRounded-Bold';
	src: url('../fonts/gotham/GothamRounded-Bold.eot');
	src: url('../fonts/gotham/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg'),
	url('../fonts/gotham/GothamRounded-Bold.woff') format('woff'),
	url('../fonts/gotham/GothamRounded-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@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;

}


.content {
  padding: 15px 15px 80px;
}

.main-header{
  background-image: url('../img/header-bg-2.jpg') !important;
  /*background-repeat:no-repeat;*/
  /*background-position:left -500px;
  background-color:#FFF;*/
  background-color: #5887bf;
  
}


/*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:#111111!important;
	width:100px;
	height:100px;
	}

#icon-svg-29x{
	fill:#111111!important;
	width:29px;
	height:29px;
	vertical-align:middle;
	}	

/*NAV BAR*/
.skin-black .main-header .navbar {
    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 #939598;
}

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

/*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: repeat;
	background-color: #101010;
 /* background-color: #25AAE1;*/
	/* background:url('../img/profile-bg.png'); */
}
.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: #111111;
	}
a:hover h3 {
	color: #666;
	}


/*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;
}
/*REMOVE TABLE DOWN ICON*/
table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting:after {
	display: none;
}

@media (max-width: 1620px){
	.box-body{
		overflow-y: auto;
   		margin: 10px;
	}
}

@media (max-width: 767px){
	.main-sidebar, .left-side {
		top: 80px;
	}
	.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: #EEE;
  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: #FFFFFF;
}

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

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

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


.btn-primary-mcs {
    background-color: #111111;
    border-color: #111111;
	font-family:'playbold';
}


.login-box-body{
	color:#fff;
	}
	
	a:hover, a:active, a:focus {
    color: #25AAE1;
}
.form-control-feedback {
    color: #111 !important;
	}
.form-control {
	color: #111;
	background-color:#eee;
	}
.skin-black .sidebar-menu > li:hover > a, .skin-black .sidebar-menu > li.active > a {
    color: #fff;
    background: #999;
    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: #25AAE1;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
	display:-webkit-inline-box;
}


#elimall p{
    font-family: 'Gotham-book';
	color: ##2C2C33;
	font-size: 16px;
	line-height:24px;
	}
	
#elimall h2 {
    font-family: 'Gotham-Medium';
    color: #333;
    font-size: 30px;
    margin: 0px 0px 18px;
    line-height: 30px;
    padding: 0px;
}
	
#elimall h4{
    font-family: 'Gotham-Bold';
	color: #25AAE1;
	font-size: 22px;
}


#elimall a H4 {
    font-family: 'Gotham-Bold';
	color: #2C2C33;
	font-size: 22px;
}

#elimall a:hover H4{
	color: #25AAE1;
}

.img-hover:hover {
    opacity: 0.8;
}


@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape){
	.skin-black .main-header .navbar {    
	background-image: url(../img/header-bg.jpg) !important;
    background-repeat: no-repeat;
    background-position: left -592px;
	}

	.skin-black .main-header>.navbar .sidebar-toggle:hover{
	background-color:transparent;
	}
}
	
	
@media (max-width:425px){
	.skin-black .main-header .navbar {    
	background-image: url(../img/header-bg.jpg) !important;
    background-repeat: no-repeat;
    background-position: left -592px;
	}
	.skin-black .main-header>.navbar .sidebar-toggle:hover{
	background-color:transparent;
	}
	.content-wrapper{
		margin-top:	81px;
	}
	.nav>li>a{
		display: flex;
		padding:0px 5px; /*0px 15px*/
	}
	.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 0px;
	}
	
	.col-sm-6 > .dataTables_length {
		width: 60% !important;
		float:left !important;
		text-align: left;
	}
	
	.col-sm-6 > .dataTables_filter {
		width: 40% !important;
		float:left !important;
	}
	
	.skin-black .main-header .navbar {
    background-color: transparent !important;
    height: 47px;
}
.content-wrapper {
    margin-top: 41px;
}

.skin-black .main-header > .navbar > .sidebar-toggle {
    border: none;
    line-height: 23px;
    color: #333333;
}

.mobile-search{
	    width: 230px !important;
    display: table !important;
}
	
	}

.navbar-custom-menu .navbar-nav > li > a {
    padding-bottom: 15px;
    line-height: 20px;
}

.main-header .navbar-custom-menu, .main-header .navbar-right {
    padding-top: 20px;
}
}


