.error{
	color:red;
}
.select2-container .select2-container--default .select2-selection--multiple{
	padding:0px 0px !important
}
.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple{
	padding: 6px 12px !important;
	border-radius: 0 !important;
	border-color: #e5e6e7 !important;
	font-size: 14px !important;
	height: 32px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 20px !important;
}
.has-error .select2-container{
	border: 1px solid red!important;
	line-height: 24px !important;
}
.select2.select2-container{
	width:100% !important;
} 
.has-error .checkbox, .has-error .checkbox-inline, .has-error .col-form-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: 
	red !important;
}
.preview_image{
	padding-top: 10px;
	width: 200px;
	display: block;
	/*text-align: center;
	margin: auto;*/
}
.preview_image img{
	max-width: 100%;
}
.grid_image_show{
	max-width: 50px;
	max-height: 50px;
}
.modal-title {
    width:100%;
}
.ibox-title {
  padding: 15px 15px 8px 15px;
}
.tab-margin{
	margin:20px;
}
.add-question{
	margin-top:20px;
}
.remove-tab{
	margin-top:20px;
}
.rename-tab{
	margin-top:20px;
}
.div_file_preview{
}
.div_file_preview img{
	max-height: 100px;
	max-width: 100px;
	margin:10px 0;
}
.toast .errors ul{
	margin:0;
}
.toast .errors ul li{
  list-style:none;
  margin-left:-15px;
}
.logo-name{
	margin:0 !important;
}
.has-error .note-editor, .has-error .note-editor:focus {
    border: 1px solid #ed5565 !important;
}
#password_form .dataTables_wrapper{
	padding-bottom: 0px !important;
}
#password_form .dataTables_wrapper .row{
	width:100%;
}
#password_form .dataTables_wrapper .dataTables_filter{
	 float:right;
 }

 #resources_form .dataTables_wrapper{
	padding-bottom: 0px !important;
}
#resources_form .dataTables_wrapper .row{
	width:100%;
}
#resources_form .dataTables_wrapper .dataTables_filter{
	 float:right;
	 display:none;
 }
#myTabContent .pagination{
	float:right;
}
.normal-form {
	background: #fff;
    border: 1px solid #ccc;
    padding: 14px 80px;
    border-radius: 4px
}