.fa-error:before{content:"\f00d"}
.fa-success:before {content: "\f00c";}

table.table-middle tbody tr td {
	vertical-align: middle !important;
}

.ajax-loading-wrapper {
	position:absolute;
	width:100% !important;
	height:100% !important;;
	background: grey;
	opacity: 0.6;
	z-index: 999999;
}


.ajax-loading {
	position:fixed;
	top:0;
	left:50%;
	width:140px;
	margin-left:-70px;
	padding:5px 10px;
	font-size: 18px;
	background-color: #000;
	color:#fff;
	text-align:center;
	z-index: 999;
}

.small-info {
	font-size:0.8em;
	color:gray;
}

.alert-error {
  border-color: #953b39;
  color: #fff;
  background: #c26565;
  text-shadow: none;
}

.breadcrumbs {
	height:40px;
	line-height:40px;
	color:#fff;
}
.breadcrumbs a {
	color:#fff;
	text-decoration: underline;
}

.redactor_editor{
	height:450px;
}

a.sort-button {
	cursor: move;
}


.bg-white {
	background-color: #fff;
}

.no-wrap {
	white-space: nowrap;
}
textarea {
	min-height:150px;
}

.select2-hidden-accessible {
	display: none;
}

.table-responsive {
	overflow-x: visible;
}

.dt-toolbar {
	padding: 6px 7px;
}

.ui-datepicker {
	z-index: 999999 !important;
}

.smart-form-button {
	background-color: #3276B1;
	float: right;
	height: 31px;
	overflow: hidden;
	margin: 10px 0 0 5px;
	padding: 0 25px;
	outline: 0;
	border: 0;
	font: 300 15px/31px 'Open Sans',Helvetica,Arial,sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.widget-body-toolbar h2{
	text-shadow: 0 1px 0 #fff;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
}

div#logo-group a {
	font-size:28px;
	color:#4c4f53;
	display: inline-block;
	margin: 5px 0 0 10px;
}
div#logo-group a:hover {
	text-decoration: none;
}
div#logo-group a.auth {
	margin: 15px 0 0 0;
}

/* Grid Filter Form */
div.dataTables_filter label {
	float: none;
}

div.dataTables_filter input {
	width:auto;
}

form.grid-form {
	background: red;
	/*margin-bottom: 5px;*/
	min-height:39px;
}

form.grid-form .select2-container {
	display:inline-block;
	margin-top: -3px;
	width:200px !important;
}

form.grid-form select{
	margin-top: -2px;
}

form.grid-form select[name="limit"]{
	/*float:right;*/
}

form.grid-form input[name="keyword"]{
	border-color: #BDBDBD;
	/*display: block;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*width: 100%;*/
	height: 32px;
	line-height: 32px;
	padding: 5px 10px;
	outline: 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}

form.grid-form input[type="submit"]{
	width:auto;
	float:right;
	margin-left:5px;
}


form.grid-form span.buttons{
	float:right;
}

/* smart-form checkbox */
form.grid-form .checkbox {
  margin-bottom: 4px;
  padding-left: 10px;
  padding-top: 3px;
  line-height: 25px;
  color: #404040;
  cursor: pointer;
  font-size: 13px;
}
form.grid-form .checkbox input {
  position: absolute;
  left: -9999px;
}
form.grid-form.checkbox input+i:after {
	position: absolute;
	opacity: 0;
	transition: opacity .1s;
	-o-transition: opacity .1s;
	-ms-transition: opacity .1s;
	-moz-transition: opacity .1s;
	-webkit-transition: opacity .1s
}
form.grid-form .checkbox input:checked+i {
	border-color:#BDBDBD;
}
form.grid-form .checkbox i {
  position: absolute;
  top: 6px;
  left: 0px;
  display: block;
  width: 19px;
  height: 19px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  background: #FFF;
}
form.grid-form .checkbox input+i:after {
	/*content: '\f00c';*/
	position:absolute;
	top: -1px;
	left: 1px;
	width: 15px;
	height: 15px;
	font: 400 16px/19px FontAwesome;
	text-align: center
}
form.grid-form .checkbox input:checked+i:after {content: '\f00c'}
form.grid-form .checkbox input:checked+i:after {opacity: 1}
form.grid-form .checkbox:hover i{-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}
form.grid-form .checkbox:active i{
	background: #F0F0F0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
 }
form.grid-form .checkbox input+i:after {color: #555}


table.dataTable tr td{
	vertical-align: middle;
}

select#frm-form-pages {
	width:100%;
	height:250px;
}

form.smart-form label.label:first-letter {
    text-transform: uppercase;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
	.page-title {
		display: block !important;
		margin-bottom: 10px !important;
	}


}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}