html,
body {
  height: 100%; /* needed for container min-height */
}

#main {
  height: auto !important; /* real browsers */
  min-height: 100%; /* real browsers */
}

.innerpage-hero{
	height: 30vh !important;
}

#flashMessage.error {
	color: red;
}

#flashMessage.success {
	color: #004da7;
}

.form-error,
.strength-meter{
	color: red;
	font-size: 12px !important;
}

.content .contents .form-group.field--not-empty.has-error label,
.content .contents .form-group.field--not-empty.has-success label[for=UserConfirmPassword]{
    margin-top: -30px; 
}

select.form-control,
select.form-control:focus{
	background-color: #edf2f5;
}

.content .contents .form-group.disabled{
	background: #e9ecef;
	cursor: not-allowed;
}

.input-icon i{
	position: absolute;
	right: 15px;
	top: 25px;
	cursor: pointer;
}

.permission-tbl .control__indicator{
	left: 47%;
}

#page-links{
	padding: 0;
	margin: 0 auto 20px auto;
	list-style: none;
	text-align: right;
}

#page-links li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
	border: 1px solid #3498db;
}

#page-links li:hover{
    background: #3498db;
}

#page-links li:hover a{
	color: #fff;   
}

.features .icon-box h3{
  color: #222222;
  transition: ease-in-out 0.3s;
}

.features .icon-box:hover h3{
	color: #3498db;
}


.table td{
	padding: 8px 15px;
}

.dataTables_wrapper .btn-group .btn{
	cursor: pointer;
	display: inline-block;
	padding: 8px 15px 10px 15px;
	font-size: 14px;
	line-height: 1;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
	border: 1px solid #3498db;
	height: initial;
}

.dataTables_wrapper .dropdown-menu {
    min-width: 175px;
    z-index: 1000;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    background-color: #fff;
    border: 0 !important;
    border-radius: 2px !important;
    margin: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .22) !important;
}

.dataTables_wrapper .dropdown-menu > li > a {
    display: block;
	white-space: nowrap;
	border-bottom: 1px solid #3498db;
	padding: 8px 15px 10px 15px;
	font-size: 14px;
	line-height: 1;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
}

.dataTables_wrapper .dropdown-menu > li:hover > a{
	background: #3498db;
	color: #fff;
}

.counts .content .count-box span.counter{
	display: inline-block;
	margin-left: 0;
	color: #222222;
}

.form-control::placeholder{
	color: #b3b3b3;
}