.content-container{position:relative;}
.top-right{position:absolute;right:0;top:0;}
a{outline:none !important;}
.page-content .page-header:first-child h1{text-transform: capitalize;}
.margin0{margin:0 !important;}

/* table */
.label-inline label{display:inline;}
table.default{
	border:none;
}
table.default th:first-child, table.default td:first-child{
	border-left:none;
}
.dataTables_wrapper{border:1px solid #ddd;}
.action-buttons a{margin:0 5px;}

/* Widget */
.widget-box{border:none;}
.widget-box .form-input-bottom{margin:0 -12px -12px;}
.widget-header form{margin:0;}
.widget-header h4{text-transform:capitalize;}
.collapsed .widget-header{border-bottom:1px solid #ddd;}
.widget-toolbar .btn-mini{font-size:12px;padding:0 5px;}
.widget-toolbar .btn [class^="icon-"]:before, 
.widget-toolbar .btn [class*=" icon-"]:before {
	margin-left: 5px;
}
.widget-toolbar [class^="icon-"], .widget-toolbar [class*=" icon-"] {
	background: none !important;
}
.widget-toolbar .close{float:none;}
.widget-body{border: 1px solid #ddd;border-top: none;}
.hide-hr hr{border: 0 none;margin: -20px 0 0;}

/* Forms */
.form-default label{display:block;}
.table-search input[type="text"] {
	padding-left: 22px;
	width: 100px;
	
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
.table-search input[type="text"]:focus {	width: 180px;}
.table-search .nav-search-icon {
	font-size: 14px !important;
	line-height: 24px !important;
	color: #ccc !important;
}
.dataTables_wrapper form{margin:0;}
.table-top{padding:12px 0 8px !important;border-bottom: 1px solid #ddd;}
.table-top .input-prepend{padding-left:10px;}
.table-top .input-prepend,
.table-top input,
.table-top select{ margin:0!important;}
.form-input-bottom .btn,.table-bottom .btn{margin-right:5px;}
.form-input-bottom .btn:first-child,.table-bottom .btn:first-child{margin-right:none;}

.table-bottom{ height: 40px; border-bottom:none !important;}
.table-bottom button:first-child{ margin-left: 10px; }
.form-input-bottom{
	background-color: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	margin: 30px 0 20px;
	padding: 19px 12px 20px;
}
.form-horizontal{margin:0;}
.form-horizontal label small{margin-left:5px;}
.tab-content{overflow: inherit;}
.tab-content .form-input-bottom{
	margin: 30px -12px -16px;
}
.default-form .form-input-bottom{margin:0 -12px -12px;}
#sidebar-shortcuts button [class^="icon-"], 
#sidebar-shortcuts button [class*=" icon-"] {
	margin-right: 0 !important;
}
button [class^="icon-"], 
button [class*=" icon-"] {
	margin-right: 10px !important;
}
.hide-chzn-search .chzn-search{
	display:none;
}
.ace-file-input input[type="file"] {
  opacity: 0;
  position: fixed;
  z-index: -2;
}
.slimScrollBar{display: none;}

/* checkbox switcer */
.switch-box{display:inline;}
.switch-box span.lbl{margin:0 !important;}
.switch-box input.ace-switch.ace-switch-1[type="checkbox"] + .lbl:before,
.switch-box input.ace-switch.ace-switch-2[type="checkbox"] + .lbl:before,
.switch-box input.ace-switch.ace-switch-3[type="checkbox"] + .lbl:before,
.switch-box input.ace-switch.ace-switch-4[type="checkbox"] + .lbl:before,
.switch-box input.ace-switch.ace-switch-5[type="checkbox"] + .lbl:before,
.switch-box input.ace-switch.ace-switch-6[type="checkbox"] + .lbl:before,
.switch-box input.ace-switch.ace-switch-7[type="checkbox"] + .lbl:before {
	margin:0;
}

/* Tab */
.tab-content.no-border{
	border: none;
	margin: 0;
	padding: 0;
}

/* Help */
/*
.btn.btn-app.btn-mini > [class*="icon"] {
	font-size: 16px;
}
.btn.btn-app.btn-mini em {
	font-size: 11px;
	font-style: normal;
}
.btn.ace-settings-btn{width:}
*/

/* Pagination */
.table-bottom .pagination {margin: 0 10px 0 !important;}
.table-bottom .pagination .disabled{background: #fafafa;}

/* Pagination */
.select-icon .btn-select {font-size: 14px; margin-left: 10px; cursor: pointer;}

/* ---- Sortable ---- */
.sortable{margin-top: 12px;}
.sortable ul{list-style:none;margin:0;}
.sortable li{
	background: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	cursor: move;
	margin-bottom: 3px;
	color: #667799;
	padding: 3px 5px;
}
.sortable h4{margin:0;display:inline-block;font-weight:normal;font-size:12px;text-transform:capitalize;line-height: 30px;margin-right: 10px;}
.sortable li i[class^="icon-"],
.sortable li i[class*=" icon-"]{
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}


/* file upload */
.upload-file{
	border: 1px solid #ddd;
	height: 140px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 4px;
	overflow: hidden;
	
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.upload-file .preview{
	background: url(../img/asset/cloud-upload.png) no-repeat scroll center center #F2F2F2;
	display: block;
	height: 100%;
}
.upload-file .preview div{
	height: 100%;
	text-align: center;
}
.upload-file img{
	height: 100%;
	border: none;
}
.upload-file span.bg-transparent{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.upload-file-input{
	position: absolute;
	top: -25px;
	right: 4px;
	z-index: 100;
	
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
.upload-file:hover .upload-file-input{
	top: 4px;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.upload-file:hover  span.bg-transparent{background: rgba(255, 255, 255, 0.5);}
.upload-file-input a,
.upload-file-input .button{
	border: 1px solid rgba(0,0,0,0.15);
	float: right;
	height: 22px;
	line-height: 22px;
	width: 22px;
	color: #fff;
	margin-left: 2px;
}
.upload-file-input a.delFile{background: #B22222;}
.upload-file-input a.restoreFile{background: #6B8E23;}
.upload-file-input .button{
	background: #4682B4;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	
	box-shadow: 0 0 0 transparent;
	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.upload-file-input a.delFile:hover{background: #a31f1f;}
.upload-file-input a.restoreFile:hover{background: #638320;}
.upload-file-input .button:hover{background: #4077a4;}
.upload-file-input button{
	border: 1px solid transparent;
	height: 20px;
	line-height: 20px;
	width: 100%;
	color: #fff;
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
.upload-file-input input[type=file]{ cursor: pointer; }
.upload-file-input [class^="icon-"], [class*=" icon-"]{margin:0!important;}

.successUpload, .errorUpload{
	padding:4px;
	margin:0 0 5px 0;
}
.successUpload{color:#666600;}
.errorUpload{
	background: #F2DEDE;
	border: 1px solid #EED3D7;
	color: #B94A48;
	font-size: 12px;
	margin: 10px 0 0;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


/* tree */
.tree{padding:0 !important;}
.tree ul{list-style:none;margin:10px 0 0 17px;padding:0;}
.tree ul.parent{
	position:relative;
}

.tree ul.parent:before{
	content:"";
	position:absolute;
	border-left:1px dotted #67B2DD;
	width:1px;
	height:100%;
	left:-15px;
	top:-10px;
}
.tree:before{border:none !important;}
.tree li{
	position:relative;
	margin:5px 0;
}
.tree li:before{
	content:"";
	position:absolute;
	border-top:1px dotted #67B2DD;
	width:15px;
	height:1px;
	left:-15px;
	top:11px;
}
.tree li.parent ul{
	margin-left:21px;
}
.tree li.parent ul:before{
	border-left: 1px dotted #67B2DD;
	content: "";
	height: 100%;
	left: 6px;
	position: absolute;
	top: -10px;
	width: 1px;
}
.tree li.parent:before{
	border-top:none;
}
.tree [class*="icon-"] {cursor:pointer;}
.tree i,.tree span{margin-right:7px;}
.tree span i{
	background: #8BAEBF;
	display: block;
	height: 7px;
	margin: 2px;
	width: 7px;
	
	border-radius: 1px;
}
.tree a{color:#4D6878;text-transform:capitalize;}
.tree .nochild{
	border: 1px solid #8BAEBF;
	display: block;
	float: left;
	height: 11px;
	margin-top: 4px;
	position: relative;
	width: 11px;
}
.tree span.main-parent{
	float:left;
	margin-right:7px;
}
.tree span.main-parent i{
	background:none;
	color:#8BAEBF;
}


/* tab */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.15);
}

/* button */
.widget-box .alert{margin:0;}
.alert .close{font-size:20px;}
.btn-scroll-up{z-index:1000;}

/* nav bar */
.nav-list > li > a,
.nav-list > li .submenu > li > a{text-transform:capitalize;}
.nav-list ul .arrow{display:none !important;}
.nav-list ul ul [class^="icon-"],
.nav-list ul ul [class*=" icon-"]{
	display: none !important;
}
.nav-list ul ul a{position: relative;}
.nav-list ul ul a:before{
	background: url(../assets/img/icon_subnav.png) no-repeat scroll 0 0 transparent;
	content: '';
	display: block;
	float: left;
	height: 8px;
	margin: 3px 6px 0 0;
	width: 8px;
}

/* breadcrumb */
.breadcrumb a{text-transform:capitalize;}
.breadcrumb li:last-child a{pointer-events:none;color:#555;}

/* widget-permission */
.widget-permission ul{list-style:none;}
.widget-permission li{margin:5px 0;}


/* google map */
.input-map{}
.map-content{
	width:100%;
	height:450px;
}
.input-map img{max-width:none;}

/* admin skin*/
.admin-skin a{
	background: #eee;
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-right: 5px;
	text-indent:-9999px;
}
.admin-skin a.skin1{background:#438EB9;}
.admin-skin a.skin2{background:#222A2D;}
.admin-skin a.skin3{background:#C6487E;}
.admin-skin a.skin4{background:#D0D0D0;}


/* template */
.template-box{margin-bottom:30px;}
.template-box img{width:100%;}
.template-box form{margin:0;}
.template-box .image-holder{position: relative; background:#eee;	overflow: hidden;height:180px;}
.btn-change-template{
	position:absolute;
	width: 60px;
	height: 60px;
	border: 0;
	display: block;
	bottom:-60px;
	left: 50%;
	margin-bottom: -30px;
	margin-left: -30px;
	z-index:200;
	background: #fff;
	
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	
	-webkit-transition: all 0.2s ease-in 0.2s;
	-moz-transition: all 0.2s ease-in 0.2s;
	-o-transition: all 0.2s ease-in 0.2s;
	-ms-transition: all 0.2s ease-in 0.2s;
	transition: all 0.2s ease-in 0.2s;
}
.template-box .info{margin:5px 0 0;font-size:14px;}
.template-box [class^="icon-"], 
.template-box [class*=" icon-"]{
	margin:0 !important;
	font-size: 24px;
}
.template-box .bg-transparent{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.3);
	left: 0;
	top: 0;
	
	opacity:0;
	
	-webkit-transition: all 0.2s ease-in 0.2s;
	-moz-transition: all 0.2s ease-in 0.2s;
	-o-transition: all 0.2s ease-in 0.2s;
	-ms-transition: all 0.2s ease-in 0.2s;
	transition: all 0.2s ease-in 0.2s;
}
.template-box .image-holder:hover .bg-transparent{
	opacity:1;
	
	-webkit-transition: all 0.2s ease-in 0.1s;
	-moz-transition: all 0.2s ease-in 0.1s;
	-o-transition: all 0.2s ease-in 0.1s;
	-ms-transition: all 0.2s ease-in 0.1s;
	transition: all 0.2s ease-in 0.1s;
}
.template-box .image-holder:hover .btn-change-template{
	bottom:50%;
	
	-webkit-transition: all 0.2s ease-in 0.5s;
	-moz-transition: all 0.2s ease-in 0.5s;
	-o-transition: all 0.2s ease-in 0.5s;
	-ms-transition: all 0.2s ease-in 0.5s;
	transition: all 0.2s ease-in 0.5s;
}


/*---------------------------------------------------
Multiple Upload
----------------------------------------------------*/

#slider_upload td{ vertical-align: top; }
#slider_upload p{ margin: 5px 0; }
#slider_upload .input2 {
	margin: 10px 0;
}
#slider_upload .input-wrapper{ border: 1px solid #DDDDDD; padding: 10px; }
#slider_upload .input2 label{
	color: #333;
	font-size: 12px;
	width: 80px;
}

.progress {
	float: right;
	margin: 10px 0;
	width: 200px;
}
.progress.default {
	float: none;
	margin: 10px 0;
	width: 100%;
}
.progress .bar{width: 100%;}
.timeline-wrap{ margin: 20px 0 10px; width: 100%;font-size: 12px; background: #fff; }
.uploading{	border: 1px solid #DFDFDF; border-bottom: medium none; }
.uploading .info,
.timeline .info,
.timeline-new span.error{
	line-height: 32px;
}
.timeline{
	border-top: 1px solid #DFDFDF;
	list-style: none;
	margin: 0;
	padding: 0;		
}
.timeline .image-holder{
	display: block;
	float: left;
	height: 32px;
	overflow: hidden;
}
.timeline img{
	border: 1px solid #DFDFDF;
	margin-right: 5px;	
}
.uploading,
.timeline .timeline-new{
	height: 32px;
	padding: 5px;
}
.timeline-new span.error{
	color: #B94A48;
	float: right;
}
.timeline-new .errorUpload{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	color: #E34341;
}
.timeline li{
	border: 1px solid #DFDFDF;
	border-top: medium none;
	margin: 0;
}
.timeline a.slide{
	float: right;
	line-height: 32px;
}
.timeline a.slide:hover{ text-decoration: underline; color: #6495ED; }
.timeline a.slide.hidden{display: none;visibility: visible;}
.timeline .detail{
	display: none;
	border-top: 1px solid #DFDFDF;
	padding: 10px;
}
.timeline .detail .image-properties{
	border: 1px solid #DDDDDD;
	padding: 0 10px;
	margin: 0 0 10px;
}
.timeline .detail strong{
	display: inline-block;
	width: 100px;
}
.timeline .detail b{
	display: inline-block;
	width: 10px;
}
.timeline .detail .delete-wrap{
	display: inline-block;
	margin: 15px 0 10px;
}
.timeline .detail span.delname{
	font-weight: bold;
}
.timeline .detail a.button{
	background: #eee;
	border: 1px solid #ddd;
	color: #333;
	font-size: 11px;
	margin-left: 5px;
	padding: 1px 10px;;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	box-shadow: 0 39px 10px -30px rgba(255, 255, 255, 0.5) inset;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.timeline .detail a.button:hover{
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
	text-decoration: none;
}


/* login */
.login-container {margin: 30px auto 0;}
.login-box .alert{font-size:13px;padding:10px;}


/* gallery */
ul.album{margin:0;}
ul.album li{ 
	background: #fff;
	border: 1px solid #ddd;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul.album figure{margin:5px;}
ul.album  .image-holder{ 
	overflow: hidden;
	border: 1px solid #ddd;
	width: 100%;
	line-height: 200px;
	height: 200px;
	text-align: center;
}
ul.album  .image-holder img{width: 100%;}
ul.album  .info{margin: 10px 0;}

/* video */
.video-holder{width:120px;}

.map-content img{max-width:none !important;}

/* Important */
.ace-settings-box > div{max-height:none;}

/* tambahan */

.small_input{width:30px;}


/* tambahan pras */
.kotakin{
	border:1px solid #B5B5B5;
	padding:10px;
}
.guru-cont{
	height:325px;
	overflow:scroll;
}

.w100{width:100%;}

.rekap-border{ border-color:1px solid #AAAAAA; }

.table-responsive{width:100%;overflow:scroll;}
.tabel-rbulanan .namasiswa{min-width:250px;}
.tabel-rbulanan .libur{background:#D15B47;color:#FFF;}
.w100p{min-width:100px;}
.w250p{min-width:250px;}
.t-center{text-align:center;}
.t-center td{text-align:center;}
.t-vcenter{vertical-align:middle;}
.t-vcenter td{vertical-align:middle;}
.t-left{text-align:left !important;}
.t-left td{text-align:left;}
.t-right{text-align:right;}
.t-right td{text-align:right;}
input[type="checkbox"] + .lbl::before, input[type="radio"] + .lbl::before{margin-right:5px;}
input[type="checkbox"] + .lbl, input[type="radio"] + .lbl{ margin-right:10px !important;}
.rekap-alert{background:#DD5A43;}
.control-group label{display:block;margin-bottom:5px;}
.input label{display:block;margin-bottom:5px;}
td label {min-width: 120px;}
/*.form-table td:first-child label, .form-table th:first-child label {min-width: 16px;max-width: 16px;}*/
.filteradmin .chzn-container{margin-bottom:10px;}
/* tambahan pras */

/*-------------------------------------*/
/*		Login Style
/*-------------------------------------*/
body.login-layout {
    background-attachment: fixed;
    /* background-image: url(../assets/sanur-bg.jpg); */
    background-image: url(../assets/demo-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.alert-box {
    width: 350px;
    margin: 0 auto;
}
.alert {
    border-radius: 4px !important;
}
.login-form .brand-logo{
	width: 140px;
	height: 140px;
	position: absolute;
	left: 50%;
	top: -160px;
	margin-left: -70px;
	
}
.log-btn {
    background: #4CAF50;
    dispaly: inline-block;
    width: 100%;
    font-size: 16px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.log-btn:hover {
    box-shadow: 0px 0px 5px #FFC107;
}
.form-group > .form-control {
    width: 92%;
    height: 50px;
    border: none;
    padding: 5px 7px 5px 15px;
    background: #fff;
    color: #666;
    border: 2px solid #ddd;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}
.form-group > .form-control:focus {
    border: 2px solid #4caf50;
}
.glyphicon{
	top: 8px;
    color: #999;
}
.form-group .fa {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #999;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.login-form {
	background: rgba(0,0,0,0.2);
	margin: 30px auto 0;
	position: absolute;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	text-align: center;
}

@media(min-width:768px){
	.login-form {
		width: 600px;
		padding: 40px 30px 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 768px){
	.login-form {
		margin: 0px auto;
		margin-top: 110px;
		width: 95%;
		position: absolute;
		left: 0;
		right: 0;
		top: 35%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.login-form .block-input {
		width: 280px;
	}
	.login-form h1 {
		font-size: 16px;
	}
}

.login-form form{
	margin-top: 50px;
	position: relative;
}
.login-form .brand-logo{
	width: 140px;
	height: 140px;
	position: absolute;
	left: 50%;
	top: -160px;
	margin-left: -70px;
	
}
.login-form .block-input{
	width: 300px;
	margin: 0 auto;
}
.login-form p{
	font-size: 16px;
}
.login-form h1{
	font-size: 20px;
	margin-bottom: 30px;
}
.login-form a{
	color: #f7941d;
}
.login-form a.link {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-block;
}
.login-form a.link:hover {
  text-decoration: underline;
  color: #8C918F;
}
.login-form .register {
  margin-bottom: 30px;
}

/* utility class */

.text-left {
  text-align: left !important; 
}

.text-center {
  text-align: center !important; 
}

.text-right {
  text-align: right !important; 
}

.text-bold {
  font-weight: bold !important; 
}

.text-normal {
  font-weight: normal !important; 
}

.inline-block {
  display: inline-block !important;
}
.block {
  display: block !important;
}

.m-0 { margin: 0px !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-25 { margin: 25px !important; }
.m-30 { margin: 30px !important; }
.m-35 { margin: 35px !important; }
.m-40 { margin: 40px !important; }
.m-45 { margin: 45px !important; }
.m-50 { margin: 50px !important; }
.m-55 { margin: 55px !important; }
.m-60 { margin: 60px !important; }
.m-65 { margin: 65px !important; }
.m-70 { margin: 70px !important; }
.m-75 { margin: 75px !important; }
.m-80 { margin: 80px !important; }
.m-85 { margin: 85px !important; }
.m-90 { margin: 90px !important; }
.m-95 { margin: 95px !important; }
.m-100 { margin: 100px !important; }

.mt-0 { margin-top: 0px !important; }
.ml-0 { margin-left: 0px !important; }
.mr-0 { margin-right: 0px !important; }
.mb-0 { margin-bottom: 0px !important; }
.mt-5 { margin-top: 5px !important; }
.ml-5 { margin-left: 5px !important; }
.mr-5 { margin-right: 5px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.ml-10 { margin-left: 10px !important; }
.mr-10 { margin-right: 10px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.ml-15 { margin-left: 15px !important; }
.mr-15 { margin-right: 15px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.ml-20 { margin-left: 20px !important; }
.mr-20 { margin-right: 20px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.ml-25 { margin-left: 25px !important; }
.mr-25 { margin-right: 25px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.ml-30 { margin-left: 30px !important; }
.mr-30 { margin-right: 30px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.ml-35 { margin-left: 35px !important; }
.mr-35 { margin-right: 35px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.ml-40 { margin-left: 40px !important; }
.mr-40 { margin-right: 40px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.ml-45 { margin-left: 45px !important; }
.mr-45 { margin-right: 45px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mt-50 { margin-top: 50px !important; }
.ml-50 { margin-left: 50px !important; }
.mr-50 { margin-right: 50px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mt-55 { margin-top: 55px !important; }
.ml-55 { margin-left: 55px !important; }
.mr-55 { margin-right: 55px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mt-60 { margin-top: 60px !important; }
.ml-60 { margin-left: 60px !important; }
.mr-60 { margin-right: 60px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mt-65 { margin-top: 65px !important; }
.ml-65 { margin-left: 65px !important; }
.mr-65 { margin-right: 65px !important; }
.mb-65 { margin-bottom: 65px !important; }
.mt-70 { margin-top: 70px !important; }
.ml-70 { margin-left: 70px !important; }
.mr-70 { margin-right: 70px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mt-75 { margin-top: 75px !important; }
.ml-75 { margin-left: 75px !important; }
.mr-75 { margin-right: 75px !important; }
.mb-75 { margin-bottom: 75px !important; }
.mt-80 { margin-top: 80px !important; }
.ml-80 { margin-left: 80px !important; }
.mr-80 { margin-right: 80px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mt-85 { margin-top: 85px !important; }
.ml-85 { margin-left: 85px !important; }
.mr-85 { margin-right: 85px !important; }
.mb-85 { margin-bottom: 85px !important; }
.mt-90 { margin-top: 90px !important; }
.ml-90 { margin-left: 90px !important; }
.mr-90 { margin-right: 90px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mt-95 { margin-top: 95px !important; }
.ml-95 { margin-left: 95px !important; }
.mr-95 { margin-right: 95px !important; }
.mb-95 { margin-bottom: 95px !important; }
.mt-100 { margin-top: 100px !important; }
.ml-100 { margin-left: 100px !important; }
.mr-100 { margin-right: 100px !important; }
.mb-100 { margin-bottom: 100px !important; }

.my-0 { margin-top: 0px !important; margin-bottom: 0px !important; }
.mx-0 { margin-left: 0px !important; margin-right: 0px !important; }
.my-5 { margin-top: 5px !important; margin-bottom: 5px !important; }
.mx-5 { margin-left: 5px !important; margin-right: 5px !important; }
.my-10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.mx-10 { margin-left: 10px !important; margin-right: 10px !important; }
.my-15 { margin-top: 15px !important; margin-bottom: 15px !important; }
.mx-15 { margin-left: 15px !important; margin-right: 15px !important; }
.my-20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.mx-20 { margin-left: 20px !important; margin-right: 20px !important; }
.my-25 { margin-top: 25px !important; margin-bottom: 25px !important; }
.mx-25 { margin-left: 25px !important; margin-right: 25px !important; }
.my-30 { margin-top: 30px !important; margin-bottom: 30px !important; }
.mx-30 { margin-left: 30px !important; margin-right: 30px !important; }
.my-35 { margin-top: 35px !important; margin-bottom: 35px !important; }
.mx-35 { margin-left: 35px !important; margin-right: 35px !important; }
.my-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.mx-40 { margin-left: 40px !important; margin-right: 40px !important; }
.my-45 { margin-top: 45px !important; margin-bottom: 45px !important; }
.mx-45 { margin-left: 45px !important; margin-right: 45px !important; }
.my-50 { margin-top: 50px !important; margin-bottom: 50px !important; }
.mx-50 { margin-left: 50px !important; margin-right: 50px !important; }
.my-55 { margin-top: 55px !important; margin-bottom: 55px !important; }
.mx-55 { margin-left: 55px !important; margin-right: 55px !important; }
.my-60 { margin-top: 60px !important; margin-bottom: 60px !important; }
.mx-60 { margin-left: 60px !important; margin-right: 60px !important; }
.my-65 { margin-top: 65px !important; margin-bottom: 65px !important; }
.mx-65 { margin-left: 65px !important; margin-right: 65px !important; }
.my-70 { margin-top: 70px !important; margin-bottom: 70px !important; }
.mx-70 { margin-left: 70px !important; margin-right: 70px !important; }
.my-75 { margin-top: 75px !important; margin-bottom: 75px !important; }
.mx-75 { margin-left: 75px !important; margin-right: 75px !important; }
.my-80 { margin-top: 80px !important; margin-bottom: 80px !important; }
.mx-80 { margin-left: 80px !important; margin-right: 80px !important; }
.my-85 { margin-top: 85px !important; margin-bottom: 85px !important; }
.mx-85 { margin-left: 85px !important; margin-right: 85px !important; }
.my-90 { margin-top: 90px !important; margin-bottom: 90px !important; }
.mx-90 { margin-left: 90px !important; margin-right: 90px !important; }
.my-95 { margin-top: 95px !important; margin-bottom: 95px !important; }
.mx-95 { margin-left: 95px !important; margin-right: 95px !important; }
.my-100 { margin-top: 100px !important; margin-bottom: 100px !important; }
.mx-100 { margin-left: 100px !important; margin-right: 100px !important; }

.p-0 { padding: 0px !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-25 { padding: 25px !important; }
.p-30 { padding: 30px !important; }
.p-35 { padding: 35px !important; }
.p-40 { padding: 40px !important; }
.p-45 { padding: 45px !important; }
.p-50 { padding: 50px !important; }
.p-55 { padding: 55px !important; }
.p-60 { padding: 60px !important; }
.p-65 { padding: 65px !important; }
.p-70 { padding: 70px !important; }
.p-75 { padding: 75px !important; }
.p-80 { padding: 80px !important; }
.p-85 { padding: 85px !important; }
.p-90 { padding: 90px !important; }
.p-95 { padding: 95px !important; }
.p-100 { padding: 100px !important; }

.pt-0 { padding-top: 0px !important; }
.pl-0 { padding-left: 0px !important; }
.pr-0 { padding-right: 0px !important; }
.pb-0 { padding-bottom: 0px !important; }
.pt-5 { padding-top: 5px !important; }
.pl-5 { padding-left: 5px !important; }
.pr-5 { padding-right: 5px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pl-10 { padding-left: 10px !important; }
.pr-10 { padding-right: 10px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pl-15 { padding-left: 15px !important; }
.pr-15 { padding-right: 15px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pl-20 { padding-left: 20px !important; }
.pr-20 { padding-right: 20px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pl-25 { padding-left: 25px !important; }
.pr-25 { padding-right: 25px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pt-30 { padding-top: 30px !important; }
.pl-30 { padding-left: 30px !important; }
.pr-30 { padding-right: 30px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pl-35 { padding-left: 35px !important; }
.pr-35 { padding-right: 35px !important; }
.pb-35 { padding-bottom: 35px !important; }
.pt-40 { padding-top: 40px !important; }
.pl-40 { padding-left: 40px !important; }
.pr-40 { padding-right: 40px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pt-45 { padding-top: 45px !important; }
.pl-45 { padding-left: 45px !important; }
.pr-45 { padding-right: 45px !important; }
.pb-45 { padding-bottom: 45px !important; }
.pt-50 { padding-top: 50px !important; }
.pl-50 { padding-left: 50px !important; }
.pr-50 { padding-right: 50px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pt-55 { padding-top: 55px !important; }
.pl-55 { padding-left: 55px !important; }
.pr-55 { padding-right: 55px !important; }
.pb-55 { padding-bottom: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pl-60 { padding-left: 60px !important; }
.pr-60 { padding-right: 60px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pt-65 { padding-top: 65px !important; }
.pl-65 { padding-left: 65px !important; }
.pr-65 { padding-right: 65px !important; }
.pb-65 { padding-bottom: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pl-70 { padding-left: 70px !important; }
.pr-70 { padding-right: 70px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pl-75 { padding-left: 75px !important; }
.pr-75 { padding-right: 75px !important; }
.pb-75 { padding-bottom: 75px !important; }
.pt-80 { padding-top: 80px !important; }
.pl-80 { padding-left: 80px !important; }
.pr-80 { padding-right: 80px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pt-85 { padding-top: 85px !important; }
.pl-85 { padding-left: 85px !important; }
.pr-85 { padding-right: 85px !important; }
.pb-85 { padding-bottom: 85px !important; }
.pt-90 { padding-top: 90px !important; }
.pl-90 { padding-left: 90px !important; }
.pr-90 { padding-right: 90px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pt-95 { padding-top: 95px !important; }
.pl-95 { padding-left: 95px !important; }
.pr-95 { padding-right: 95px !important; }
.pb-95 { padding-bottom: 95px !important; }
.pt-100 { padding-top: 100px !important; }
.pl-100 { padding-left: 100px !important; }
.pr-100 { padding-right: 100px !important; }
.pb-100 { padding-bottom: 100px !important; }

.py-0 { padding-top: 0px !important; padding-bottom: 0px !important; }
.px-0 { padding-left: 0px !important; padding-right: 0px !important; }
.py-5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.px-5 { padding-left: 5px !important; padding-right: 5px !important; }
.py-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.px-10 { padding-left: 10px !important; padding-right: 10px !important; }
.py-15 { padding-top: 15px !important; padding-bottom: 15px !important; }
.px-15 { padding-left: 15px !important; padding-right: 15px !important; }
.py-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.px-20 { padding-left: 20px !important; padding-right: 20px !important; }
.py-25 { padding-top: 25px !important; padding-bottom: 25px !important; }
.px-25 { padding-left: 25px !important; padding-right: 25px !important; }
.py-30 { padding-top: 30px !important; padding-bottom: 30px !important; }
.px-30 { padding-left: 30px !important; padding-right: 30px !important; }
.py-35 { padding-top: 35px !important; padding-bottom: 35px !important; }
.px-35 { padding-left: 35px !important; padding-right: 35px !important; }
.py-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.px-40 { padding-left: 40px !important; padding-right: 40px !important; }
.py-45 { padding-top: 45px !important; padding-bottom: 45px !important; }
.px-45 { padding-left: 45px !important; padding-right: 45px !important; }
.py-50 { padding-top: 50px !important; padding-bottom: 50px !important; }
.px-50 { padding-left: 50px !important; padding-right: 50px !important; }
.py-55 { padding-top: 55px !important; padding-bottom: 55px !important; }
.px-55 { padding-left: 55px !important; padding-right: 55px !important; }
.py-60 { padding-top: 60px !important; padding-bottom: 60px !important; }
.px-60 { padding-left: 60px !important; padding-right: 60px !important; }
.py-65 { padding-top: 65px !important; padding-bottom: 65px !important; }
.px-65 { padding-left: 65px !important; padding-right: 65px !important; }
.py-70 { padding-top: 70px !important; padding-bottom: 70px !important; }
.px-70 { padding-left: 70px !important; padding-right: 70px !important; }
.py-75 { padding-top: 75px !important; padding-bottom: 75px !important; }
.px-75 { padding-left: 75px !important; padding-right: 75px !important; }
.py-80 { padding-top: 80px !important; padding-bottom: 80px !important; }
.px-80 { padding-left: 80px !important; padding-right: 80px !important; }
.py-85 { padding-top: 85px !important; padding-bottom: 85px !important; }
.px-85 { padding-left: 85px !important; padding-right: 85px !important; }
.py-90 { padding-top: 90px !important; padding-bottom: 90px !important; }
.px-90 { padding-left: 90px !important; padding-right: 90px !important; }
.py-95 { padding-top: 95px !important; padding-bottom: 95px !important; }
.px-95 { padding-left: 95px !important; padding-right: 95px !important; }
.py-100 { padding-top: 100px !important; padding-bottom: 100px !important; }
.px-100 { padding-left: 100px !important; padding-right: 100px !important; }

/* admin global (additional rule added from aimsis) */
.loading {
  background: rgba(0, 0, 0, 0.8) url(../images/ajax-loader.gif) center no-repeat;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: none;
}

#sidebar-shortcuts-large .btn.pull-right, 
#sidebar-shortcuts-mini .btn.pull-right {
	margin: 5px;
}

#confirmPanel {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10001;
}

#confirmOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 997;
}

#confirmContent {
  position: fixed;
  padding: 10px;
  width: 400px;
  height: auto;
  z-index: 998;
  background-color: #fff;
  text-align: center;
  border-top: 4px solid #58b1ec;
}

.info {
	font-size: 18px;
	padding-bottom: 20px;
}
.info i {
	color: #1376b7;
}
.info span {
	font-weight: 700;
	color: #3e454f;
}

.buttonConfirm {
  padding-top: 20px;
}

#btnYesConfirm, #btnNoConfirm, #btnOkError, #btnOkInfo {
  padding: 10px 50px;
  background: #dedede;
  border: none;
}

#errorPanel {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

#errorOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 997;
}

#errorContent {
  position: fixed;
  padding: 10px;
  width: 400px;
  height: auto;
  z-index: 998;
  background-color: #fff;
  text-align: center;
  border-top: 4px solid #58b1ec;
}

.infoError {
  font-size: 18px;
  padding-bottom: 20px;
}
.infoError i {
  color: #ff4c43;
}
.infoError span {
  font-weight: 700;
  color: #3e454f;
}

.buttonerror {
  padding-top: 20px;
}

#infoPanel {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

#infoOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 997;
}

#infoContent {
  position: fixed;
  padding: 10px;
  width: 400px;
  height: auto;
  z-index: 998;
  background-color: #fff;
  text-align: center;
  border-top: 4px solid #58b1ec;
}

.infoinfo {
  font-size: 18px;
  padding-bottom: 20px; 
}
.infoinfo i {
    color: #1376b7; 
}
  .infoinfo span {
    font-weight: 700;
    color: #1376b7; 
}

.buttoninfo {
  padding-top: 20px;
}

#btnYes, #btnNo, #btnOkinfo {
  padding: 10px 50px;
  background: #dedede;
  border: none;
}

/* datatable fix */
.dataTables_wrapper .dataTables_wrapper {
	border: none;
}

.dataTables_wrapper .dataTables_processing {
	display: none;
	padding: 5px 10px;
	border-bottom: 1px solid #DDD;
	background-color: #EEE;
}

.dataTables_wrapper > div.top {
  padding: 10px 0;
  background-color: #EFF3F8;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}

.dataTables_wrapper > div.top > .dataTables_info {
	margin: 0 8px 10px;
	font-size: 13px;
}

.dataTables_wrapper > div.top > .dataTables_length {
	width: calc(50% - 8px);
}

.dataTables_wrapper > div.top > .dataTables_filter {
	width: calc(50% - 8px);
	float: right;
	clear: right;
}

.dataTables_wrapper > div.top > .dataTables_filter > label {
	line-height: 28px;
}

.dataTables_wrapper > div.top > .dataTables_filter input, 
.dataTables_wrapper > div.top > .dataTables_filter select {
	margin: 0 0 0 5px;
}

.dataTable label {
	min-width: initial !important;
	width: 100% !important;
}

.dataTable label > input[type="checkbox"] + .lbl, 
.dataTable label > input[type="radio"] + .lbl {
	margin-right: 0 !important;
}

.dataTable th.sorting_disabled {
	color: #707070;
}

/* modal fix */
.modal-header .close {
  font-size: 32px;
  margin: 12px 0;
}

/* datepicker */
.fakewindowcontain .ui-widget-overlay {
  position: absolute; }

.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg=="); }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  display: block;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit  !important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer; }

.xdsoft_scroller_box {
  position: relative; }

.divDay {
  overflow: hidden;
}

/* Popup Assignment */
.uploadSucc {
  margin-top: 10px;
  position: relative; }
  .uploadSucc:hover .deleteOnHover a {
    padding: 0;
    display: block !important; }
  .uploadSucc .deleteOnHover {
    width: 65px;
    position: absolute;
    top: 0;
    right: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline; }
  .uploadSucc .deleteOnHover a:before {
    content: ""; }

.uploadingBox {
  margin-top: 10px; }

.succLeft {
  float: left; }

.succRight {
  float: left;
  text-align: left;
  margin-left: 10px;
  width: 80%; }

.boxUpload {
  width: 220px;
  height: 15px;
  border: 1px solid #d7d7d7;
  background: #dbdbdb; }
  .boxUpload .bgUpload {
    background: #61c3ff;
    width: 100%;
    height: 100%; }

.popPublish {
  position: absolute;
  background: #ffffff;
  z-index: 1;
  padding: 10px;
  border: 1px solid #cdcdcd;
  top: 42px;
  width: 400px; }
  .popPublish .left {
    float: left;
    width: 115px; }
    .popPublish .left a:after {
      content: url(../images/arrow_pointer.png);
      position: absolute;
      top: -14px;
      left: 10px; }
  .popPublish .right {
    float: right;
    width: 115px;
    text-align: center; }
  .popPublish .formTgs {
    padding: 10px;
    border-bottom: 1px solid #ebebeb; }

.popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999; }

.overlay {
  position: absolute;
  background-color: #000;
  opacity: 0.6;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.wrapperpopup {
  height: 400px;
  overflow: auto; }

.wrapperfooterpopup a {
  width: 125px;
  text-align: center; }

.content_popup {
  position: absolute;
  padding: 10px;
  z-index: 1000;
  top: 0px;
  left: 0px;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-top: 4px solid #58b1ec; }
  .content_popup a {
    display: inline-block; }
  .content_popup label {
    font-weight: 300;
    font-size: 12px;}
  .content_popup span {
    font-weight: 700; }
  .content_popup .formInput {
    margin-top: 20px;
    width: 100%;
    float: left;
    position: relative; }
    .content_popup .formInput h3 {
      margin-bottom: 0; }
    .content_popup .formInput select {
      width: 200px; }
  .content_popup textarea {
    border: 1px solid #d7d7d7;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    height: 135px;
    float: left; }
  .content_popup input[type=date] {
    width: 40%;
    border: 1px solid #a5acad; }
    .content_popup .formInput .replyBox .contentReply .redactor_box .redactor_editor{
      min-height: 150px;
    }
  .content_popup .popPublish {
    width: 400px; }
  .content_popup input[type=text] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a5acad; }
  .content_popup .formUpload {
    margin-top: 10px; }
    .content_popup .formUpload .left {
      float: left;
      width: 23%; }
      .content_popup .formUpload .left a {
        color: #ffffff; }
      .content_popup .formUpload .left .wrapperUpload {
        display: inline-block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        position: relative; }
        .content_popup .formUpload .left .wrapperUpload input[type=file] {
          opacity: 0;
          width: 100%;
          position: absolute;
          top: 0;
          right: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
      .content_popup .formUpload .left .uploadBox {
        border: 1px dashed #58b1ec;
        background: url(../images/icon_upload.png) no-repeat center center;
        width: 118px;
        height: 135px;
        position: relative; }
        .content_popup .formUpload .left .uploadBox a {
          width: 100%;
          height: 100%;
          display: block;
          text-align: center;
          font-size: 12px; }
        .content_popup .formUpload .left .uploadBox label {
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          zoom: 1;
          *display: inline;
          position: absolute;
          bottom: 20px;
          right: -8px;
          width: 138px;
          cursor: pointer;
          font-size: 10px;
          color: #898989; }
    .content_popup .formUpload .right {
      float: right;
      width: 75%; }
  .content_popup .formButton {
    margin-top: 10px;
    float:right;}
    .content_popup .formButton .left {
      float: left;
      color: #ffffff; }
    .content_popup .formButton .right {
      float: right; }
    .content_popup .formButton .center {
      text-align: center; }
      .content_popup .formButton .center a {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }

        .autocomplete-suggestions {
          z-index: 999;
          background: #ffffff;
          border: 1px solid #cccccc;
        }

div.btnClosePopUp {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 10px;
  color: #1d9cf3;
  font-size: 24px; }

/* form-fix */
.control-group textarea {
	min-width: 100% !important;
	max-width: 100% !important;
	min-height: 100px !important;
	max-height: 100px !important;
}

.chzn-container-single-nosearch .chzn-search {
	display: none !important;
}

.chzn-container > a, 
.chzn-container .chzn-results {
	text-align: left;
}

.chzn-container .chzn-drop {
	display: none;
}

.chzn-container.chzn-with-drop .chzn-drop {
	display: block;
}

.chzn-container .chzn-results {
	color: #393939 !important;
}

.control-group .chzn-container {
	position: relative;
	width: 100% !important;
	margin-bottom: 10px;
}

.control-group select.chzn-select.chzn-done {
	display: none !important;
}

.ui-autocomplete.ui-menu.ui-widget {
	z-index: 9999 !important;
}

/* list-group */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.list-group.list-group-flush > .list-group-item {
	border-left: none;
	border-right: none;
}

.list-group.list-group-flush > .list-group-item:first-child {
	border-top: none;
}

.list-group.list-group-flush > .list-group-item:last-child {
	border-bottom: none;
}

.move-buttons > a {
	display: block;
	margin: 0;
	padding: 0;
	height: 12px;
	width: 12px; 
}

.move-buttons > a:first-child {
	margin-top: -6px;
}

.error {
	color: #a94442;
}

.well.well-light {
	background-color: #FCFCFC;
}

a.button, a.button:hover {
	text-decoration: none;
}

.page-content {
	/* intercom buffer*/
	padding-bottom: 150px;
}

.clearfix {
	float: none;
	clear: both;
}

/* custom full numbers pagination */
.dataTables_paginate.paging_full_numbers {
    line-height: 32px !important;
}

.dataTables_paginate.paging_full_numbers .paginate_button, 
.dataTables_paginate.paging_full_numbers > span > span {
    line-height: 20px;
    padding: 6px 12px;
    color: #2283c5;
    background-color: #fafafa;
    margin: 0 -1px 0 0;
    border: 1px solid #e0e8eb;
    border-radius: 0 !important;
}

.dataTables_paginate.paging_full_numbers .paginate_button {
    cursor: pointer;
}

.dataTables_paginate.paging_full_numbers .paginate_button:hover {
    background-color: #eaeff2;
    text-decoration: none;
}

.dataTables_paginate.paging_full_numbers .paginate_button.current {
    background-color: #6faed9;
    border-color: #6faed9;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
} 

.dataTables_paginate.paging_full_numbers .paginate_button.disabled {
    cursor: default;
    color: #999999;
}

.login-form .brand-logo {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: -130px;
	margin-left: -60px;
}

.login-form .brand-logo img {
	width: auto;
	height: 100%;
}

.modal.modal-lg {
	position: absolute;
	margin: 0 auto;

	width: 90vw;
	max-width: 1000px;

	top: -20px;
	left: 0;
	right: 0;
}

.modal.modal-lg .modal-body {
	position: relative;
	max-height: initial;
	padding: 15px;
	overflow-y: initial;
}

.itemdiv.dialogdiv.dialogRight {
	padding-left: 3px;
	padding-right: initial;
}

.itemdiv.dialogdiv.dialogRight > .body::before {
	left: initial;
	right: -7px;
	border-width: 0 2px 2px 0;
}

.itemdiv.dialogdiv.dialogRight > .body {
	margin-left: 1px;
	margin-right: 50px !important;
	border-left-width: 1px;
	border-right-width: 2px;
}

.itemdiv.dialogdiv.dialogRight > .user {
	left: initial;
	right:  0;
	text-align: right;
}

.dialogs.conversation-dialog > .itemdiv.dialogdiv {
	margin-left: 0;
	margin-right: 50px;
	padding-right: 0;
}

.dialogs.conversation-dialog > .itemdiv.dialogdiv.dialogRight {
	margin-left: 50px;
	margin-right: 0;
	padding-left: 0;
}

.dialogs.conversation-dialog > .itemdiv.dialogdiv::before {
	display: none;
}