/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}

div.radio, div.checker{
	padding-right: 28px;
}
.confirm-parent, .password-parent{
	clear: none;
}
.form-type-password-confirm.form-group{
	margin: 0;
}
.password-strength{
	width: 52%;
	margin-top: 7px;
}
div.dataTables_length select{
	width: 88px !important;
}
.page-modal{
	background: #fff;
}
.loading-modal{
	width: 100%;
	height: 50px;
	text-align: center;
	margin: 10% auto;
	color: #428bca;

}
.buttons-box{
	position: fixed;
	bottom: 0;
	width: 100%;

}
.form-wrapper{
	height: 90%;
}
.form-autocomplete .dropdown{
	margin-top: 15px;
	margin-left: 27%;
	width: 50%;
}
textarea{
	resize: none;
}
.form-wrapper-clone .btn{
	-webkit-border-top-right-radius: 5px !important;
	-webkit-border-bottom-right-radius: 5px !important;
	-moz-border-radius-topright: 5px !important;
	-moz-border-radius-bottomright: 5px !important;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	width: 40px;
}

.page-modal .row{
	margin: 0;
}
button.red-haze .fa{
	color: #fff;
	display: none;
}
.image-wrapper{
	margin-bottom: 20px;
}
.no-search .select2-search{
	display: none;
}
fieldset .panel-heading .panel-title{
	display: none;
}
fieldset .panel-body .form-submit{
	float: right;
}
.sub-section fieldset .panel-heading .panel-title{
	display: block;
}
#table-maintenance-fees{

}

.nav-tabs, .nav-pills{
	margin-bottom: 30px;
}
.form-item-smtp-default{
	display: none;
}
.description{
	margin-top: 10px;
	color: #999;
}
.with-addon .floatl__label{
	left: 45px;
	z-index: 100;
}

.sw-btn-prev{
	margin-right: 5px;
}

#clear-filters{
	font-size: 13px; 
	color: #2090cf; 
	text-decoration: underline;
}

.select2-container.is-invalid .select2-choice {
  border-color: #dc3545 !important;
}
