/* === MODALS === */
.modal {
	
}
.modal-backdrop {
   background-color: #FFF;
}
.modal-lg {
	width: 980px;
}
.modal-header {
	border-bottom: 1px solid #e5e5e5;
	background-color: #343D46;
	color: #FFFFFF;
	min-height: 16.43px;
	padding: 15px;
}
@media (max-width: 768px) {
   .modal-lg {
	width: 95%;
  } 
}
@media (min-width: 992px) {
  .modal-lg {
	width: 900px;
  }
}	
/* === END MODALS === */

/* === VALIDATION === */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
	color: #468847;
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}
.parsley-errors-list {
	padding: 0;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in-;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;		
}
.parsley-errors-list li,    
.parsley-required ,
.parsley-type,
.error {
	background: #DC002E;						/* aici se schimba ptr culoare*/
	border: 1px solid #DC002E;					/* aici se schimba ptr culoare*/
	box-shadow: 0 0 0 1px #FFFFFF inset;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.42857;
	margin-top: 10px;	
	padding: 5px 10px;
}
.parsley-errors-list.filled {
	opacity: 1;
}  
.success {
	background: green;
	border: 1px solid green;
	box-shadow: 0 0 0 1px #FFFFFF inset;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.42857;
	margin-top: 10px;	
	padding: 15px 10px;
}
.required {
	border-left: 2px solid #DC002E;
}	
/* === END VALIDATION === */

#userPermissions .checkbox {
	display: inline-block;
	width: 33%;
}

.latestSignupTable th, .latestSignupTable td {
	font-size: 12px;
}

div.dataTables_wrapper div.row {
	margin: auto 0px;
}

div.dataTables_paginate ul.pagination {
	margin: 0px 10px 2px;
}

div.dataTables_filter input {
	margin-left: 10px;
}


label span {
	font-weight: normal;
	font-size: 10px;
	color: #c0c0c0;
}