/**
.ng-invalid.ng-dirty
{
	border-color: #FA787E;
}
.ng-valid.ng-dirty
{
	border-color: #78FA89;
}
**/

.my-tab-content {
	background: #e1e1e1;
	min-height: 450px;
	padding: 0.9375rem 0;
	width: 100%;
}

.tab-icon-edit {
	padding: 9px !important;
}

.tab-icon-edit > i {
	font-size: 15px;
}

.input-tab-edit {
	padding: 7px 0px 6px 6px;
	background: #e1e1e1;
	height: 42px;
	line-height: 42px;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; 
}

.extra-panel {
	padding: 0.5em 0;
	margin: 0.5em 0;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
}

.margin-x-half {
	margin: 0.5em auto;
}

.margin-x-1 {
	margin: 1em auto;
}

.margin-x-bottom-1 {
	margin: 0 auto 1em;
}

.margin-x-top-1 {
	margin: 0 auto 1em;
}

.margin-x-10 {
	margin: 10em auto;
}

.login {
	max-width:468px!important; 
	float:none; 
	margin: 0 auto!important;
	border-radius: 20px;
	box-shadow: 3px 3px 2px #888888;
}

.role_label_fields {
	font-size: 0.8em;
}

.text-danger {
	color: red;
	font-size: 0.8em;
}

#preloader { 
	background-color:#ffffff; 
	background-image:url("../assets/images/loader.gif"); 
	background-position:center center; 
	background-repeat:no-repeat; 
	height:100%; 
	left:0px; 
	position:fixed; 
	top:0px; 
	width:100%; 
	z-index:999999;
	background-size: 5%;
	opacity: .5;
}