@import "bootstrap.less";
@import "font-awesome.less";
@import (less) "../vendor/iCheck/skins/flat/blue.css";

.vertical-center {min-height: 100%;min-height: 100vh; display: flex;align-items: center;}

.navbar-brand {
	img{ float: left; margin: -15px; height: 50px;display: inline-block;}
	span{display: inline-block;margin:0 30px ; }
}
/**
boot-wrap
**/
#alertwrap{
	position: fixed;top: 0;left: 0;width: 100%;height: 0;z-index: 999999;
	.alert-container{margin: 0 auto;width: 40%;z-index: 999999;}
}
.modal-open .modal.loading{background: url(../../images/ajax-loader.gif);  background-position: center; background-repeat: no-repeat;}


a { transition: 0.3s ease-in; }

.error{color:@brand-danger;}
label.error{font-size: 12px;}

//modal width for auth popup
.modal-auth{width:350px;}


.icheckbox_flat-blue, .iradio_flat-blue {
	background: url(/../../../css/blue.png) no-repeat;
}

.form-group.no-label{padding-top: 30px;}

.icon-warning{color: @brand-warning;}
.icon-danger{color: @brand-danger;}
.icon-info{color: @brand-info;}