/*
Author: DOT KREATIF INDONESIA
Website: http://dotkreatif.co.id
*/

/* Import fonts */
@font-face {
    font-family: Lato;
    src: url('../fonts/Lato-Regular.ttf');
}

/*LOGIN CONFIGURATION PAGE*/
.form-login {
	max-width: 330px;
	margin: 100px auto 0;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-login h2.form-login-heading {
	margin: 0;
	padding: 25px 20px;
	text-align: center;
	background: #066db2;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
}
.login-wrap {
	padding: 20px;
}
.login-wrap .registration {
	text-align: center;
}
.login-social-link {
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}

/* BASIC THEME CONFIGURATION */

/* Dash Side */
.ds {
	background: #ffffff;
	padding-top: 0;
}

.ds h4 {
	font-size: 14px;
	font-weight: 700;
}

.ds h3 {
	color: #33a4df;
	font-size: 16px;
	padding: 0 10px;
	line-height: 60px;
	height: 60px;
	margin: 0;
	/*background: #ff865c;*/
	background-color:rgba(248,217,172,1);
	text-align: center;

}

.ds i {
	font-size: 12px;
	line-height: 16px;
}

.ds .desc {
	border-bottom: 1px solid #eaeaea;
	display: inline-block;
	padding: 15px 0;
	width: 100%;
	float:left;
}

.ds .desc:hover {
	background: #f2f2f2;
}

.ds .thumb {
	width: 30px;
	margin: 0 10px 0 20px;
	display: block;
	float: left;
}

.ds .details {
	width: 170px;
	float: left;
}

.ds > .desc p {
	font-size: 11px;
}

.ds p > muted {
	font-size: 9px;
	text-transform: uppercase;
	font-style: italic;
	color: #666666
}

.ds a {
	color: #33a4df;
}

.alert-success {
  color: #FFF;
}

.alert-danger {
  color: #fff;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
}

.table-fixed{
	table-layout: fixed; 
	word-wrap: break-word;	
}

.list-group {
	font-size:12px;
}

@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}

.list-group-item-primary, .list-group-item-primary a, .list-group-item-primary a:hover {
  color: #FFF;
  background-color: #337cbb !important;
}
a.list-group-item-primary {
  color: #FFF;
}
a.list-group-item-primary .list-group-item-heading {
  color: inherit;
}
a.list-group-item-primary:hover,
a.list-group-item-primary:focus {
  color: #FFF;
  background-color: #337cbb;
}
a.list-group-item-primary.active,
a.list-group-item-primary.active:hover,
a.list-group-item-primary.active:focus {
  color: #FFF;
  background-color: #337cbb;
  border-color: #f0ad4e;
}

.col-lg-2-5, .col-lg-9-5{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {

	.col-lg-2-5, .col-lg-9-5{
	  float:left;
	}

	.col-lg-2-5 {
		width: 20%;
	}
	.col-lg-9-5 {
		width: 80%;
	}

}

@media (min-width: 768px) {
  .navbar-header {
	margin-left:100px !important;
  }
}