@media screen and (max-width: 560px) {
	a.logo{
		display: none !important;
	}
}

hr {
    border-top: 1px solid #ccc;
}

a:HOVER{
	cursor: pointer;
}

.mt50{
	margin-top: 50px;
}

.mb15{
	margin-bottom: 15px;
}

body > .header .logo {
    text-align: left;
}

body > .header .logo img{
    margin-top: -6px;
}

table thead tr th{
	text-align: center;
}

table.dataTable thead tr th{
	vertical-align: middle !important;
	text-align: center;
}

table.dataTable thead .table-textbr.sorting:after, 
table.dataTable thead .table-textbr.sorting_asc:after, 
table.dataTable thead .table-textbr.sorting_desc:after, 
table.dataTable thead .table-textbr.sorting_asc_disabled:after, 
table.dataTable thead .table-textbr.sorting_desc_disabled:after {
	bottom: 15px;
}

table.dataTable thead .table-rowspan2.sorting:after, 
table.dataTable thead .table-rowspan2.sorting_asc:after, 
table.dataTable thead .table-rowspan2.sorting_desc:after, 
table.dataTable thead .table-rowspan2.sorting_asc_disabled:after, 
table.dataTable thead .table-rowspan2.sorting_desc_disabled:after {
	bottom: 25px;
}

table.dataTable .btn-group-sm>.btn, .btn-sm {
    font-size: 11px;
}

.th-left,.td-left{
	text-align: left;
}

.th-center,.td-center{
	text-align: center;
}

.th-right,.td-right{
	text-align: right;
}

form.show-text span.text,
div.show-text span.text{
	line-height: 35px;
}

form.show-text .form-group {
    margin-bottom: 0px;
}

div.tab-selectbox{
	text-align: center;
	margin-bottom: 20px;
}

div.tab-selectbox span{
	text-align: left;
}

div.tab-selectbox label{
	 margin-right: 20px;
}

div.tab-selectbox button{
	margin-left: 10px;
}

div.center{
	text-align: center;
}

.title-text{
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.fsize14{
	font-size: 14px !important;
}

.fsize12{
	font-size: 12px !important;
}

.fweight-normal{
	font-weight: normal !important;
}

.fweight-bold{
	font-weight: bold !important;
}

div.line{
	border: 1px solid #ccc;
	margin: 25px 0px;
}

.highlitht-tr-show{
	background: #C5F3A3 !important;
}

.assessment-form.form-horizontal .control-label {
	text-align: left !important;
}

.assessment-form.form-horizontal table thead tr th{
	vertical-align: middle;
}

label.error{
	color: red;
    font-size: 12px;
}

/* bootbox */
.bootbox.bootbox-alert .modal-dialog, 
.bootbox.bootbox-confirm .modal-dialog{
	width: 300px ;
}

.bootbox.bootbox-alert .bootbox-body{
	font-size: 16px;
}

.color-green{
	color: green;
}

.color-yellow{
	color: yellow;
}

.color-red{
	color: red;
}

/* end bootbox */

.add-buttons{
    text-align: right;
    margin: 0px 15px 15px 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;	
}

/* fancybox */
.fancybox-desktop{
	width: 600px !important;
}

.fancybox-inner{
	min-width:250px;
	width: auto !important;
	max-height: 500px !important;
}

.row.fancybox-dialog-box{
	padding: 0px;
}
.row.fancybox-dialog-box label.control-label{
	text-align: left;
	font-weight: bold;
}

.row.fancybox-dialog-box h3.panel-title{
	color: #FFFFFF;
    font-weight: bold;
}

.row.fancybox-dialog-box .panel-primary > .panel-heading {
    background-color: rgb(3, 169, 244);
}
/* end fancybox */

.form-text{
	line-height: 30px;
}

.checkbox-inline:FIRST-CHILD, .radio-inline:FIRST-CHILD {
    padding-left: 0px;
}

.nodata{
	text-align: center;
	font-weight: bold;
	color: red;
}


/*btn color*/
.btn-purple, .purple, .tags a.purple {
    border-color: #CE87D2;
    background: #CE87D2;
}

.btn-purple.active, 
.btn-purple.focus, 
.btn-purple:active, 
.btn-purple:focus, 
.btn-purple:hover, 
.open>.dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #87318c;
    border-color: #87318c;
}
/*end btn color*/

/* databable */
.table-responsive{
	border: none;
}

.table-responsive {
    overflow-x: hidden;
}

@media screen and (max-width: 1200px) {
	.table-responsive {
	    overflow-x: auto;
	}
}

@media screen and (max-width: 767px) {
	div.dataTables_length,
	div.dataTables_filter,
	div.dataTables_paginate,
	div.dataTables_info{
		text-align: left !important;
	}
	
	div.dataTables_wrapper div.dataTables_filter input {
		margin-left: 0px !important;
	}
}
/* end databable */

.upload-massage{
	font-style: italic;
    color: #868686;
    font-size: 12px;
}

.note.note-success {
    background-color: #eef7ea;
    border-color: #bbdba1;
    color: #3c763d, 80%;
}

.note {
    margin: 0 0 20px 0;
    padding: 10px 30px 5px 15px;
    border-left: 5px solid #eee;
}

/*summernote*/
.note-editor.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.note-editor .btn-group>.btn {
    height: 30px;
}

.note-editor .btn-sm {
    padding: 0px 10px;
    line-height: 0;
}

.note-editor .btn-default {
    color: #333;
    background-color: #fff !important;
    border-color: #ccc;
}

.note-editor .btn-default:hover {
    color: #333;
    background-color: #e6e6e6 !important;
    border-color: #adadad;
}

.form-group .head-group-form{
	margin: 0 20px;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #2196F3;
}

/*note-editor*/
.note-editor .modal-body{
	margin: 0px 15px;
}

.note-editor .modal-body .checkbox{
	margin-left: 5px;
}
/*end note-editor*/