
/* style css DEFAULT **********/

html,
body {
  height: 100%;
}

body {
    font-family:'BHoma';
    font-size:13px;
    line-height: 20px;
}

.overflow{overflow:hidden;}

#wrap {
  height: auto;
  min-height: 100%;
}

a{
	color:#fff;
	-moz-transition: all .3s ease-out;-o-transition: all .3s ease-out;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}

a:hover, a:focus{
	color:#fff;
	text-decoration:none;
}

.btn {
	font-family:BHoma;
	/* font-size:13px; */
	-moz-transition: all .3s ease-out;-o-transition: all .3s ease-out;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}

p > .btn{
	margin:5px 0;
}

.form-control {
	font-family:BHoma;
	font-size:13px;
}

.form-control:hover, .form-control:focus{
	box-shadow:none;
}

.form-control-feedback {left: auto;}

@media (min-width: 768px) {
	.container { width: 750px;}
}

@media (min-width: 992px) {
	.container {width: 970px;}
}

@media (min-width: 1200px) {
	.container {width: 1050px;}
}

.no-panel{
	background:none !important;
	border:none !important;
	border-radius:0 !important;
	box-shadow:none !important;
}

.no-bg{background:none !important;}
.no-border{border:none !important;}
.no-radius{border-radius:0 !important;}
.no-shadow{box-shadow:none !important;}

.radius{border-radius:100%;}
.shadow{box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);}

.tooltip{font-family: BHoma;}

h1,h2,h3,h4,h5,h6{font-family: BHoma;margin:0;}
.h1,.h2,.h3,.h4,.h5,.h6{font-family: BHoma;margin:0;}

.h1 {font-size: 30px !important;}
.h2 {font-size: 25px !important;}
.h3 {font-size: 20px !important;}
.h4 {font-size: 15px !important;}
.h5 {font-size: 13px !important;}
.h6 {font-size: 10px !important;}

@media (max-width: 569px) {
	.h-xs-6 { font-size: 6px !important;}
	.h-xs-8 { font-size: 8px !important;}
	.h-xs-11 { font-size: 11px !important;}
	.h-xs-12 { font-size: 12px !important;}
	.h-xs-13 { font-size: 13px !important;}
	.h-xs-14 { font-size: 14px !important;}
	.h-xs-15{ font-size: 15px !important;}
}

@media (max-width: 769px) {
	.h-sm-6 { font-size: 6px !important;}
	.h-sm-8 { font-size: 8px !important;}
	.h-sm-11 { font-size: 11px !important;}
	.h-sm-12 { font-size: 12px !important;}
	.h-sm-13 { font-size: 13px !important;}
	.h-sm-14 { font-size: 14px !important;}
	.h-sm-15{ font-size: 15px !important;}
}

.bold{font-weight: bold;}

small,i,strong,font,span,time,detail,b,em{vertical-align:middle;}

ol,ul{
	list-style:none;
	margin-bottom: 0;
    margin-top: 0;
	padding:0;
}

.table > thead > tr > th {
  border-bottom: none;
  vertical-align: middle;
}

textarea.form-control{height:auto !important;}
.textop{vertical-align: top !important;}

.middle{vertical-align:middle;}

.no-padding{padding:0 !important;}
.pad5{padding:5px !important;}
.pad10{padding:10px !important;}
.pad15{padding:15px !important;}

.auto{margin:auto !important;}
.no-margin{margin:0 !important;}
.mt-z{margin-top:0 !important;}
.mb-z{margin-bottom:0 !important;}
.mr-z{margin-right:0 !important;}
.ml-z{margin-left:0 !important;}
.mt-3{margin-top:3px !important;;}
.mb-3{margin-bottom:3px !important;;}
.mr-5{margin-right:5px !important;}
.ml-5{margin-left:5px !important;}
.mb-5{margin-bottom:5px !important;}
.mt-5{margin-top:5px !important;}
.mr-10{margin-right:10px !important;}
.ml-10{margin-left:10px !important;}
.mb-10{margin-bottom:10px !important;}
.mt-10{margin-top:10px !important;}
.mr-15{margin-right:15px !important;}
.ml-15{margin-left:15px !important;}
.mb-15{margin-bottom:15px !important;}
.mt-15{margin-top:15px !important;}
.mr-20{margin-right:20px !important;}
.ml-20{margin-left:20px !important;}
.mb-20{margin-bottom:20px !important;}
.mt-20{margin-top:20px !important;}

.panel-body {padding: 15px;}

.row-tb{display:table;position:relative;border-collapse: separate;width:100%;}
.col-tb{display:table-cell;vertical-align:middle;padding:10px;}
.tb-addon{display:table-cell;vertical-align: middle;white-space: nowrap;width: 1%;padding:10px;}

.div {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  vertical-align: middle;
  width: 100%;
}

.center-table {display: table;margin-left: auto;margin-right: auto;} 
.center-block {display: block; margin-left: auto;margin-right: auto;}

.no-col{padding-right:0 !important;padding-left:0 !important;}
.no-row{margin-right:0 !important;margin-left:0 !important;}
.col-p5{padding-right:5px !important;padding-left:5px !important;}
.row-m5{margin-right:-5px !important;margin-left:-5px !important;}
.col-p10{padding-right:10px !important;padding-left:10px !important;}
.row-m10{margin-right:-10px !important;margin-left:-10px !important;}

.none{display:none;}
.block{display:block;}
.dis-table{display:table;}
.inline-block{display:inline-block;}
.inline{display:inline;}

.width{width:100%;}
.height{height:100%;}

.text{color:#afafaf}

.white{color:#fff;}
.black{color:#000;}

.dl-horizontal dt {
  text-align: right;
}

@media(max-width:768px){
	#navbar {
		left: 0;
		margin: 0;
		position: absolute !important;
		right: 0;
		top: 100%;
		width: 100%;
	}
	#logo {
		float: right;
	}
	.navbar-header{
		float:left;
	}
}

@media(min-width:768px){
	.row-menu{display:table;position:relative;border-collapse: separate;width:100%;}
	.col-menu{display:table-cell;vertical-align:middle;}
	.logo-addon{display:table-cell;vertical-align: middle;white-space: nowrap;width: 1%;}
	
	.center-table-menu {display: table;margin-left: auto;margin-right: auto;} 
}

.default {background-color: #777;}
.primary {background-color: #337ab7;}
.success {background-color: #5cb85c;}
.info {background-color: #5bc0de;}
.warning {background-color: #f0ad4e;}
.danger {background-color: #d9534f;}

.gradient {
  background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
  background-repeat: repeat-x;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.btn-default {
  background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color:#ccc;
  text-shadow: 0 1px 0 #fff;
}

.btn-default:hover, .btn-default:focus {
  background-color: #e0e0e0;
}

.btn-primary {
  background-image: linear-gradient(to bottom, #337ab7 0px, #265a88 100%);
  background-repeat: repeat-x;
  border-color: #245580;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #265a88;
}

.btn-success {
  background-image: linear-gradient(to bottom, #5cb85c 0px, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:hover, .btn-success:focus {
  background-color: #419641;
}

.btn-info {
  background-image: linear-gradient(to bottom, #5bc0de 0px, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

.btn-info:hover, .btn-info:focus {
  background-color: #2aabd2;
}

.btn-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0px, #eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #eb9316;
}

.btn-danger {
  background-image: linear-gradient(to bottom, #d9534f 0px, #c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #c12e2a;
}

.checkbox input {
  margin-left: 2px;
  opacity: 0;
}

.checkbox label{
	padding-right:0;
}

.checkbox label > i::before {
  background-color: transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-out 0s;
  width: 0;
}

.checkbox label > i {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: inline-block;
  height: 18px;
  line-height: 1;
  position: relative;
  top: 0px;
  width: 18px;
  margin-left: 5px;
}

.checkbox input:checked + i::before {
  background-color: #23b7e5;
  height: 6px;
  left: 5px;
  top: 5px;
  width: 6px;
}

.checkbox input:checked + i {
  border-color: #66afe9;
}

.crumb > li {
  display: inline-block;
}

.crumb > li a {
  color: #726f6c;
}

.crumb > li::before {
  color: #ccc;
  content: "[";
  padding: 0 2px;
  font-size:15px;
}

.crumb > li::after {
  color: #ccc;
  content: "]";
  padding: 0 2px;
  font-size:15px;
}

#back-top {
  border-radius: 100%;
  bottom: 10px;
  cursor: pointer;
  display: block;
  font-size: 15px;
  height: 40px;
  right: 20px;
  line-height: 40px;
  position: fixed;
  text-align: center;
  width: 40px;
  z-index: 9999;
}

#content-middle {
	display: flex;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width: 100%;
}