@import url('topbar.css');
@import url('leftbar.css');
@import url('main-container.css');
@import url('footer.css');
/* Needed */
html,body{
	height: 100%
}
ul,li{ padding: 0px; margin: 0px; list-style: none;}
/*
font-family: 'Hind', sans-serif;
300,400,500,600,700
*/
body{ font-family: 'Hind', sans-serif; font-size: 14px; background: #f0f2f5}
/* Wrapper around all page content except footer */
#wrapper{
  height: 100%; background: #f0f2f5;
}

.main-title{ padding: 0 0 30px; margin: 0px; font-size: 22px; color: #313131; font-weight: 600;}

#pageWrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto auto; /* Size of the footer is removed here and pushed by .push */
  position: relative;
  overflow: hidden;
}
.border-bottom{
  border-bottom:2px solid #fb7800;
}
.clearfix:after{ clear: both; display: block; content: ""; width: 100%; float: none;}
.align-center{ text-align: center;}
.clr{ clear: both; }
.btn-sm, .btn-group-sm > .btn { padding: 0.55rem 0.5rem 0.45rem;}
.btn.btn-primary { background: #26a6eb; border: 1px solid #26a6eb; }
.btn.btn-primary.active, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover{ background: #3995c6; border: 1px solid #3995c6!important; box-shadow: 0px 3px 3px 0px rgba(100, 135, 170, 0.35)!important; color: #fff!important;}
.btn.btn-remove { background: #f15e5e; border: 1px solid #f15e5e; color:#fff;}
.btn.btn-remove.active, .btn.btn-remove:active, .btn.btn-remove:focus, .btn.btn-remove:hover{ background: #eb2626; border: 1px solid #eb2626!important; box-shadow: 0px 3px 3px 0px rgba(100, 135, 170, 0.35)!important; color: #fff!important;}
.btn.btn-custom { background: #e4eef4; border: 1px solid #26a6eb; color: #313131}
.btn.btn-custom.active, .btn.btn-custom:active, .btn.btn-custom:focus, .btn.btn-custom:hover{ background: #26a6eb; border: 1px solid #26a6eb; color: #fff;}
.btn.btn-custom.active i, .btn.btn-custom:active i, .btn.btn-custom:focus i, .btn.btn-custom:hover i{ color: #fff;}
.btn.btn-custom i{ color: #26a6eb;}

.go-back-link:hover i{
  color:#26a6eb !important;
}
.btn i{ margin-right: 6px; font-size: 12px;}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.no-bg{ background-color: transparent!important; color: #068ad0!important;}
.no-border{ border: 0px!important;}

.mb-30{ margin-bottom: 30px;}

.color-warning{ color: #df6c6c}
.color-primary{ color: #26a6eb}

.dropdown-style{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  background: url("../img/down-caret.png") no-repeat white right;
  background-size:18px 6px;

}

.space10{
  height:10px;
}

/* #3431 paing form */
.form-flex-right>nav {
  display: flex; 
  justify-content: right;
  padding-right: 15px;
}
.form-flex-right>nav>form {
  background-color: white;
}
