body{
	background:#314151;
	-webkit-transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	overflow-y:hidden;
	font-family: 'Open Sans', sans-serif;
}
body.aauth{
	background:#f0eff5;
}

/** **/

button{
	outline:0 !important;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
.padding{
	padding:15px;
}
.w100{
	width: 100%;
}
.sep15{
	clear: both;
	height: 15px;
}
.sep20{
	clear: both;
	height: 20px;
}
.sep30{
	clear: both;
	height: 30px;
}



/** loader **/

.loader-overlay{left:0px;top:0px;bottom:0px;right:0px;position:fixed;z-index:9950;cursor:wait;background:#333;opacity:0.01;display:none;}
.loader-image{background:url('../images/ajax-loader.gif') center center no-repeat black;width:44px;height:44px;position:fixed;left:50%;top:50%;margin-left:-22px;margin-top:-22px;z-index:912;border-radius:22px;opacity:0.4;filter: Alpha(Opacity=40);cursor:wait;display:none;}


/** alerts **/

.alert{
	position:fixed;
	z-index:9910;
	right:10px;
	margin-left:10px;
	padding:15px 15px 0 15px;
	min-width:350px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.alert-dismissable .close{
	right:auto;
}
.alert .close {
	margin-left: 5px;
}
.alert > div {
	margin:0 0 15px 0;
}


/** login **/

#adminis-login{
	width:360px;
	position:fixed;
	top:30%;
	left:50%;
	margin-left:-180px;
	padding:10px;
}
#adminis-login .title{
	background: rgba(0,0,0,0.1);
	padding: 10px 15px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0, 0.8);
}
#adminis-login .login-container{
	background: #fff;
	padding:20px;
	box-shadow: 0 0 6px 0 rgba(0,0,0, 0.2);
}
#adminis-login .form-submit{
	margin-top:20px;
}
#adminis-login .form-submit .btn{
	width:100%;
}
#adminis-login .form-login-password{
	margin-top:20px;
	padding-top:10px;
	border-top: 1px solid #eee;
}
#adminis-login .c-do-login,
#adminis-login .c-forgot-password{
	cursor: pointer;
}
#adminis-login .form-reset-password,
#adminis-login .form-password-send-code,
#adminis-login .form-password-check-code{
	display: none;
}
#adminis-login .login-footer{
	color: rgba(255,255,255, 0.3);
	border-top: 1px solid rgba(0,0,0, 0.5);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255, 0.1);
	text-shadow: 1px 1px 0 rgba(0,0,0, 0.3);
	padding: 15px 0;
	margin: 30px 10px 0px 10px;
	text-align: center;
}



/** toolbar **/

#page-toolbar{
	position:fixed;
	background:#fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0, 0.2);
	z-index:10;
	height:46px;
	top:-46px;
	left:0px;
	right:0px;
	padding-left:0px;
	padding-right:10px;
	-webkit-transition: top 300ms ease, left 300ms ease;
	-moz-transition: top 300ms ease, left 300ms ease;
	transition: top 300ms ease, left 300ms ease;
}
.aauth #page-toolbar{
	top:0px;
}
#page-toolbar .tb{
	float:right;
	padding:0px 15px;
	cursor:pointer;
	height:100%;
	color:#555;
}
#page-toolbar .tb:hover{
	background:#eee;
}
#page-toolbar .tb-left{
	float:left;
}
#page-toolbar .tb span{
	font-size:20px;
	margin-top:14px;
	float:left;
}
#page-toolbar .tb div{
	float:left;
	margin-top:14px;
	margin-left:10px;
}

#app-search{
	height: 100%;
}
#app-search .dropdown-menu{
	margin: 0;
	padding:0;
}
#app-search .dropdown-menu > li{
	position: relative;
}
#app-search form{
	padding:15px;
}
#app-search .form-control{
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	width: 400px;
	outline: none;
	padding: 10px 30px 10px 10px;
	font-size: 1.2em;	
}
#app-search .results-container{
	margin-top: 20px;
	margin-bottom: 0px;
	max-height: 500px;
	overflow: auto;
	display: none;
}
#app-search .result-title{
	font-weight: bold;
	padding: 15px 5px 5px 5px;
	font-size: 1.2em;
}
#app-search .result-item{
	padding: 8px;
	cursor: pointer;
}
#app-search .result-item.hover{
	background: #428bca;
	color: #fff;
}


/** page sidebar **/

#page-sidebar {
	position:fixed;
	z-index:10;
	left:-220px;
	top:0px;
	width:220px;
	bottom:0px;
	-webkit-transition: left 300ms ease;
	-moz-transition: left 300ms ease;
	transition: left 300ms ease;
	background:#314151;
	overflow-y:auto; 
}
#page-sidebar .admin{
	padding-top: 15px;
	padding-bottom: 15px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05),0 1px 0 rgba(0,0,0,0.05);
    background: rgba(0,0,0,.05);
}
#page-sidebar .admin img{
	width:70px;
	height: 70px;
	border-radius: 70px;
	display: block;
	margin: 0px auto 10px auto;
}
#page-sidebar .admin div{
	margin:0px 10px;
	text-align: center;
	font-size: 1.2em;
	color: rgba(255,255,255,.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
#menu-container{
	padding-top: 15px;
}
#menu-container ul{
	list-style:none;
	margin:0;
	padding:0;
}
#menu-container li.sep{
	background: rgba(255,255,255,.1);
	margin:5px 10px;
	height: 1px;
}
#menu-container a{
	display:block;
	color: #bec3c8;
	text-decoration:none;
}
#menu-container a:hover,
#menu-container a:active{
	background-color:#ffffff15;
}
#menu-container .menu-icon{
	margin-right:10px;
	width:20px;
	height:20px;
	display: inline-block;
	float: left;
	font-size: 20px;
}
#menu-container .menu-icon > img{
	max-width: 100%;
	max-height: 100%;
	display: block;
}

#menu-container .main-menu > li > a{
	padding:8px 15px 8px 15px;
	overflow: hidden;
}
#menu-container .open-icon{
	float:right;
	margin-top:5px;
	-webkit-transition: -webkit-transform 100ms ease;
	-moz-transition: -moz-transform 100ms ease;
	transition: transform 100ms ease;
}
#menu-container .open .open-icon{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
}
#menu-container .open{
	background: #ffffff07;
}
#menu-container .sub-menu{
	display:none;
}
#menu-container .sub-menu a{
	padding:8px 15px 8px 25px;
}


/** page contents  **/

#page-container{
	padding-top:46px;
	height: 100vh;
	-webkit-transition: margin-left 300ms ease;
	-moz-transition: margin-left 300ms ease;
	transition: margin-left 300ms ease;
}
#page-contents{
	position:relative;
	height: 100%;
}



/** block **/

.overlay-area{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0,.4);
}
.block-zindex-1{
	margin:15px;
}
.block-zindex-2{
	margin:30px;
}
.block-zindex-3{
	margin:45px;
}
.block-zindex-4{
	margin:60px;
}
.block-zindex-5{
	margin:75px;
}
.block-zindex-6{
	margin:90px;
}
.block-zindex-7{
	margin:115px;
}
.block-zindex-8{
	margin:130px;
}
.block-scroll{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	overflow-y:scroll; 
	z-index: 3;
}
.block-wrapper{
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.15);
}
.block-wrapper-modal{
/*
	position: absolute;
	left:15px;
	right: 15px;
	top: 15px;
	margin-bottom:15px;
	z-index: 3;
*/
	background: #fff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.block-title{
	box-shadow: inset 0 1px 0 0 rgb(255,255,255);
	background: #f8f8f8;
	border-bottom: 1px solid #ececec;
	padding: 10px 15px;
}
.block-wrapper-modal .block-title{
	padding-right:30px;
}
.block-title h2{
	margin:0px;
	font-size:1.5em;
}
.block-title h3{
	margin:0px;
	font-size:1.4em;
}
.block-title h4{
	margin:10px 0 0 0;
	font-size:1em;
}
.modal-close-ico{
	float:right;
	margin:15px 15px 0 0;
	font-size:16px;
	cursor:pointer;
	color: #000;
	opacity: .3;
}
.modal-close-ico:hover{
	opacity:.6;
}
/*
.modal-body{
	padding:10px;
}
.modal-footer{
	padding:10px;
	border-top:1px solid #ddd;
}
*/
.modal-confirm-body{
	padding:15px;
}
.modal-confirm-ico{
	font-size:60px;
	display: table-cell;
}
.modal-confirm-ico .ico-error{
	color:#d9534f;
}
.modal-confirm-ico .ico-warning{
	color:#f0ad4e;
}
.modal-confirm-ico .ico-info{
	color:#cccccc;
}
.modal-confirm-text{
	display: table-cell;
	vertical-align: middle;
	padding-left:30px;
}



/** dashboard **/

.dashboard-summary{
	padding:0px;
	margin:0 0 -30px 0;
	list-style: none;
	overflow: hidden;
}
.dashboard-summary > li{
	text-align: center;
	padding:15px;
}
.dashboard-summary-item{
	background-color: #f9f9f9;
	display: block;
	padding: 15px;
	color: #555;
	text-align: center;
}
.dashboard-summary-item .num{
	display: block;
	font-size: 35px;
	font-weight: bold;
}
.dashboard-summary-item .text{
	font-size: 16px;
}

#dashboard-menu{
	padding:0 0 15px 0;
	margin:0px;
	list-style: none;
}
#dashboard-menu .item{
	background-color: #f6f6f6;
	display: block;
	padding:15px;
	color:#555;
	margin-top:15px;
}
#dashboard-menu .menu-icon > img{
	width: 32px;
	height: 32px;
}
#dashboard-menu .menu-label{
	margin-left: 10px;
	color:#394958;
}
#dashboard-menu ul{
	padding:0px;
	margin:10px 0 0 0;
	list-style: none;
	background-color: #f6f6f6;
}
#dashboard-menu ul > li{
	padding-top:5px;
}
#dashboard-menu .submenu-label{
	color:#394958cc;
}




/** pagination **/

.pagination{
	margin:0px;
}
.pagination li > span{
	padding:0px;
	border:none;
}
.pagination li > span .form-control{
	text-align:center;
	background:#eee;
	width:40px;
	padding-left:2px;
	padding-right:2px;
	position: relative;
	z-index: 1;
}
.pagination li > a:hover,
.pagination li > a:focus,
.pagination li > a{
	color: #333;
}




/** responsive **/

@media only screen and (min-width: 992px) {
	.datalist-advsearch .advsearch-field,
	.datalist-advsearch .advsearch-value,
	.datalist-advsearch .advsearch-mode{
		width:200px;
	}
}
@media only screen and (max-width: 1199px) {
	#page-sidebar{
		box-shadow: 0 0 5px 0 rgba(0,0,0, 0.3);
	}
	.sidebar-toggle #page-sidebar{
		left: 0px;
	}
	.sidebar-toggle #page-toolbar{
		left: 220px;
	}
	#page-toolbar .tb div{
		display: none;
	}
	#page-toolbar .tb-logout div{
		display: block;
	}
	
}

@media only screen and (min-width: 1200px) {
	.aauth #page-sidebar{
		left: 0px;
	}
	.aauth #page-toolbar{
		left: 220px;
	}
	.aauth #page-container{
		margin-left: 220px;
	}
	.sidebar-toggle #page-sidebar{
		left: -220px;
	}
	.sidebar-toggle #page-container{
		margin-left: 0px;
	}
	.sidebar-toggle #page-toolbar{
		left: 0px;
	}
}

/*
@media only screen and (max-width: 767px) {
	.datalist-search{
		width: 200px;
	}
	#fe-responsive{
		width: 10px;
	}
	.datalist-table .col-data{
		display: block;
	}
	.datalist-table thead th{
		vertical-align: middle !important;
	}
	.datalist-table thead .col-data{
		border-bottom-width: 1px;
	}
	.dataform .form-footer .modal-close{
		float: left !important;
		width: 47%;
		margin-bottom: 15px;
	}
	.dataform .form-footer button[type=reset]{
		float: right !important;
		width: 47%;
		margin-bottom: 15px;
	}
	.dataform .form-footer .btn-save{
		float: left !important;
		width: 47%;
	}
	.dataform .form-footer .btn-save-and-stay{
		float: right !important;
		width: 47%;
	}
}
@media only screen and (min-width: 768px) {
}
/*

@media only screen and (max-width: 991px) {
	#fake-elem-responsive{
		width: 11px;
	}
	#page-sidebar{
		box-shadow: 0 0 6px 0 rgba(0,0,0, 0.1);
	}
	#page-contents{
		padding:10px;
		margin-left: 0px !important;
	}
	.datalist-table-container{
		margin-left:-15px;
		margin-right: -15px;
	}
	#page-toolbar .tb div{
		display: none;
	}
/*
	#page-sidebar{
		left:0px !important;
		-ms-transform: translateX(-220px);
		-webkit-transform: translateX(-220px);
		transform: translateX(-220px);
		-webkit-transition: -webkit-transform 200ms ease;
		-moz-transition: -moz-transform 200ms ease;
		transition: transform 200ms ease;

		-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
		-mox-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
		box-shadow: 0 5px 5px rgba(0,0,0,0.5);

	}
	body.sidebar-hidden #page-sidebar{
		-ms-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	#page-toolbar .tb-admin{
		background:#fff;
	}
	#page-toolbar .tb-admin div{
		color: #555;
	}
	body.sidebar-hidden #page-toolbar .tb-admin{
		background: #2c3a47;
	}
	body.sidebar-hidden #page-toolbar .tb-admin div{
		color: rgba(255,255,255,.8);
	}
	.datalist-table-container thead th:nth-child(n+2),
	.datalist-table-container tbody td:nth-child(n+2){
		display: none;
	}
	.datalist-table-container thead th:last-child,
	.datalist-table-container tbody td:last-child{
		display: block;
	}

* --/
}
*/




/** **/

/*
.padding2{
	padding:20px 15px 15px 15px;
}
.nopadd{
	padding:0;
}
.ico-tooltip{
	color:#bbb;
	cursor: help;
	font-size: 14px;
}
.sep10{
	clear: both;
	height: 10px;
}
.sep15{
	clear: both;
	height: 15px;
}
.display-inline-block{
	display: inline-block;
}















/*


/** page title ** /

.page-title {
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
	background: #f8f8f8;
}
.page-title h1{
	padding:5px 10px 0px 10px;
	margin:0px;
	color:#555;
	font-size: 1.7em;
}
.page-title{
	margin-bottom: 15px;
}
.page-title .breadcrumb{
	margin-bottom: 0px;
}
.page-title .breadcrumb a{
	color:#428bca;
}


/** datalist **/

.datalist-tabs{
	margin-bottom: 20px;
	padding-left:30px;
}
.datalist-tabs a{
	outline:0;
	color: #555;
	padding:8px 15px !important;
}
.datalist-tabs .active a{
	border-top-color: #428bca !important;
}
.datalist-search{
	max-width:320px;
	margin-right: 10px;
}
.datalist-advsearch-table{
	margin:15px 15px 0 15px;
	width: 688px;
}
.datalist-advsearch-table td{
	border-top:none !important;
	padding:0 0 15px 0 !important;
}
.datalist-advsearch-table .btns{
	padding-left: 15px !important;
}
.datalist-advsearch .advsearch-btn-add{
	float: left;
	margin-right: -1px;
}
.datalist-search .btn-show-advsearch.is-active{
	color: #3071a9;
}

/*
/*
.datalist-advsearch .btns{
    white-space: nowrap;
    vertical-align: middle;
}
/*
.datalist-advsearch .advsearch-value{
	border-radius:0px 2px 2px 0px !important;
}
*/
/*
.datalist-advsearch .advsearch-btn-add{
	margin:4px 0 0 0;
	padding:2px 7px;
}
* ---- /
.datalist-tb .btn{
	margin-left:5px;
}
* ----/
*/

.datalist-info-records{
	margin-bottom: 15px;
}

.datalist-tb .btn{
	margin-left: 5px;
}
.datalist-tb .dropdown-popup{
	padding:10px;
	min-width: 200px;
}

.datalist-table{
	border-bottom: 1px solid #ddd;
	margin-bottom:15px;
	margin-top:15px;
}
.datalist-table > thead th{
	white-space: nowrap;
}
.datalist-table > thead .sort{
	cursor:pointer;
}
.datalist-table > thead .sort:hover{
	border-bottom-color:#7cb2da;
}
.datalist-table > thead .sort span{
	color:#bbb;
	margin-left:5px;
}
.datalist-table > thead .sort .sorted{
	color:#555;
}
.datalist-table > tbody > tr:hover{
	background: #eee;
}
.datalist-table > tbody td{
	vertical-align: middle !important;
}
.datalist-table tr.editable td{
	cursor:pointer;
}
.datalist-table tr.hover-rem td{
	background-color:rgba(142, 41, 37,.1);
}
.datalist-table .label-empty-recordset{
	font-size:90%;
	padding: 5px;
	display: inline-block;
	font-weight: normal;
}
.datalist-table .bool-field-0{
	color: #ccc;
}
.datalist-table .bool-field-1{
	color:#5cb85c;
}
.datalist-table .datalist-btns{
	white-space:nowrap;
	width: 1%;
	cursor: inherit !important;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
}
.datalist-table .rbtn{
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	padding: 0;
	margin-left: 5px;
	font-size: 16px;
}
.datalist-table .datalist-btns .rbtn img{
	width: 18px;
	height: 18px;
	margin:2px 0 0 2px;
	display: block;
}

.datalist-table .item-multiple-delete > .cb-delete{
	display: none;
}
.datalist-table .item-multiple-delete > i{
	color: #bbb;
	font-size: 14px;
}
.datalist-table .item-multiple-delete > .cb-delete:checked + i{
	color: #555;
}

.datalist-rpp-container select{
	width:auto;
	display:inline-block;
	margin-left:5px;
}

.datalist-grid{
	padding-top: 30px;
}
.datalist-grid .grid-item-wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.datalist-grid .grid-item-wrap > div{
	display: flex;
	flex-direction: column;
}
.datalist-grid .grid-item{
	border:1px solid #d9d9d9;
	background: #f9f9f9;
	padding: 15px 15px 10px 15px;
	height: 100%;
}
.datalist-grid .grid-item.editable{
	cursor: pointer;
}
.datalist-grid .grid-item-data{
	padding-bottom: 5px;
}
.datalist-grid .grid-item-data:last-of-type{
	padding-bottom: 0;
}
/*
.datalist-table thead .delete-all{
	position: relative;
}
.datalist-table thead .delete-all ul{
	padding: 0px;
	margin:0px;
	list-style: none;
}
.datalist-table thead .delete-all li{
	padding:5px 10px;
	font-weight: normal;
	cursor: pointer;
}
.datalist-table thead .delete-all li:hover{
	background-color: #eee;
}
*/
/*
.datalist-table thead th:last-child{
	padding-top:0px;
	padding-bottom: 6px;
}
* /
/*
.datalist-table thead .btn-add{
	padding:0px 6px;
	font-size:1.15em;
}
* /
.datalist-table .datalist-btns .btn-position{
	margin-left:6px;
	display: inline-block;
}
.datalist-table .datalist-btns .btn-position .btn{
	margin-left: 0px;
}
.datalist-table .datalist-btns .btn-position .dropdown-menu{
	padding: 8px;
}
/*
.datalist-table .btns .btn-position .btn-f{
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}
.datalist-table .btns .btn-position .dropdown-toggle{
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}
* /



/*

/*
.datalist-table .btns button:first-child{
	margin-left:0px;
}
* /
/*
.list .history-back{
	margin-right:15px;
}
* /


/*
.remove-record-label{
	font-weight: normal;
}



/** dataform **/

.dataform .fieldgroup-title{
	background: #f9f9f9;
	border-left: 1px solid #428bca;
	padding: 15px;
	cursor: pointer;
}
.dataform .fieldgroup-title.fgclose{
	margin-bottom: 30px;
}
.dataform .fieldgroup-title h3{
	font-size: 1em;
}
.dataform .fieldgroup-title h4{
	color: #777;
	font-size: 1em;
	margin-top: 5px;
}
.dataform .fieldgroup{
	background: #f9f9f9;
	border-left: 1px solid #428bca;
	margin-bottom:30px;
	padding-top:20px;
}
.dataform .fieldgroup.unstyled{
	background: none;
	border:none;
	padding-top:0;
	margin:0 -15px 15px -15px;
}
.dataform .form-footer .mr{
	margin-right:15px;
}
.dataform .form-footer .ml{
	margin-left:15px;
}
.dataform .control-label .lbl-info{
	color: #999;
	cursor: help;
}
.dataform .input-append-next-container{
	width:100%;
}
.dataform .input-append-next-container > input:focus,
.dataform .input-append-next-container > select:focus{
	z-index: 3;
}
.dataform .input-append-next{
	display: table-cell;
	vertical-align: bottom;
	min-width: 60px;
}
.dataform .input-append-next:last-child input,
.dataform .input-append-next:last-child select,
.dataform .input-append-next:last-child .select2-container,
.dataform .input-append-next:last-child textarea{
	margin-left:-1px;
}


/** dataform ** /

.dataform .group-title{
	padding-left: 15px;
}
.dataform .group-title h3{
	font-size:1.1em;
	margin:0px;
	padding-bottom: 5px;
}
.dataform .group-title h5{
	font-size:.9em;
	margin:0px;
	padding-bottom: 5px;
}
/*

/*
.dataform.form-horizontal .field-group{
	padding-left:20px;
	padding-right:20px;
}
* /
*/
.dataform .nav-tabs{
	border-bottom:none;
	padding-left: 30px;
}
.dataform .nav-tabs > li > a{
	outline:0;
	color:#555;
}
.dataform .nav-tabs > li > a:hover{
	border-color: transparent;
}
.dataform .nav-tabs > li.active > a{
	background: #f9f9f9;
	border-color: transparent;
	border-top-color: #428bca;
}
.dataform .form-field-radio .radio.inline{
	display: inline-block;
	margin-left:15px;
	margin-top:8px;
	margin-bottom:4px;
}
.dataform .form-field-radio .radio.inline:first-child{
	margin-left:0px;
}

/*

/*	
.dataform .form-group .radio,
.dataform .form-group .checkbox{

}
.dataform .form-group .radio .control-label,
.dataform .form-group .checkbox .control-label{
	margin-bottom:0;
}
* /
.dataform .form-footer{
	margin-top:20px;
}


/*
.dataform .form-group{
	margin-bottom:20px;
}
* --- /
/*
/ *
.dataform .control-input{
	max-width:600px;
}

* /


.dataform .radio-group,
.dataform .checkbox-group{
	margin-top:-10px;
	margin-bottom:-10px;
}
.dataform .radio-list,
.dataform .checkbox-list{
	margin-top:-10px;
	margin-bottom:-10px;
}
.dataform .btn-img{
	width: 16px;
}
/*
.dataform .view-container .form-group{
	margin-top:15px;
	margin-bottom:0px;
}
*/


/** relform **/

.relform{
	margin-bottom: -15px;
}
.relform-head{
	margin-bottom: 15px;
}
.relform-head .title{
	display: inline-block;
	float: left;
	margin-top: 11px;
	font-weight: bold;
}
.relform-head .btn{
	outline: none !important;
}
.relform .fieldgroup{
	padding-right: 51px;
	margin-bottom: 15px;
	position: relative;
}

.relform .relform-action{
	width: 51px;
	border-left: 1px solid #428bca;
	background: #e3ecf4;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 10px;
}
.relform .relform-inner-action{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.relform .relform-inner-action > .btn{
	width: 31px;
	height: 31px;
}
.relform .relform-inner-action > .drag-item{
	margin-bottom: 5px;
}

/*
.relform .relform-action .drag-item,
.relform .relform-action .remove-item{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	border: 1px solid #ccc;
}
.relform .relform-action .drag-item:hover{
	background-color: #e9e9e9;
	color: #f0ad4e;
}
.relform .relform-action .remove-item:hover{
	background-color: #e9e9e9;
	color: #d9534f;
}
*/


.relform .items-container{
	position: relative;
}
.relform .df-item-wrapper._isDragged{
	position: absolute;
	z-index: 5;
	width: 100%;
}
.relform .df-item-wrapper._isDragged .fieldgroup{
	border:2px dashed #348fcb50;
}
.relform .relform-item-placeholder{
	background: #348fcb10;
	border:2px dashed #348fcb30;
	margin-bottom: 15px;
}


/** fieldupload **/

.fieldupload-control .thumbnail{
	display:inline-block;
	margin-bottom:0px;
	margin-right:1px;
	padding: 5px;
	max-width:160px;
	/*
	max-height:120px;
	*/
	border-color:#ccc;
	overflow:hidden;
	position: relative;
}
.fieldupload-control .thumbnail img{
	max-height:90px;
}
.fieldupload-control .thumbnail img.file-preview{
	cursor: pointer;
}
.fieldupload-control .thumbnail .filename{
	margin-top: 5px;
	font-size: 0.9em;
	line-height:18px;
	height:18px;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
/*
/*
.fieldupload-control .thumbnail .btn-rename:hover{
	background:#ddd;
}
* /
*/
.fieldupload-control .btn-group{
	margin-top:-26px;
}
.fieldupload-control .progress{
	margin-bottom:5px;
}


/** formswitch **/

.formswitch{
	width:100px;
	overflow:hidden;
	cursor:pointer;
	background-color: rgb(233, 234, 237);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.498039));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.498039));
	border:1px solid #ccc;
	height:36px;
	padding: 4px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.formswitch.disabled{
	background-color: rgb(223, 224, 227);
	cursor: no-drop;
}
.formswitch.formswitch-focus{
	border-color: #9fc7e5;
	box-shadow: 0 0 0 3px #d0e3f2;
}
.formswitch input[type="checkbox"]{
	position:absolute;
	left:-9999px;
}
.formswitch-wrapper{
	width:151%;
}
.formswitch-wrapper.anim{
	transition-delay:0s;
	transition-duration:0.2s;
	transition-property:margin-left;
	transition-timing-function:ease;
}
.formswitch-off .formswitch-wrapper{
	margin-left:-50%;
}
.formswitch-true,
.formswitch-false{
	width:33.3333%;
	float:left;
	line-height:26px;
	text-align:center;
	color:#999;
}
.formswitch-true{
	color:#428bca;
}
.formswitch-empty{
	width:33.3333%;
	height:26px;
	float:left;
	border:1px solid #ccc;
	background-color: rgb(246, 247, 248);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.901961), rgba(255, 255, 255, 0));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.901961), rgba(255, 255, 255, 0));
}
.formswitch.disabled .formswitch-empty{
	background-color: rgb(236, 237, 238);
	background-image: none;
	background-image: none;
}



/** multivalue **/

.multivalue .input-group{
	margin-bottom:8px;
}
.multivalue .input-group:last-of-type{
	margin-bottom:0px;
}



/** htmlarea **/

.htmlarea-container {
	height:auto;
	padding:0px;
	position:relative;
}
.htmlarea-container.htmlarea-focus{
	outline: 0;
	border-color: #9fc7e5;
	box-shadow: 0 0 0 3px #d0e3f2;
}
.htmlarea-toolbar {
	background: #f9f9f9;
	border-bottom: 1px solid #cccccc;
	padding:0px 5px 5px 5px;
}
.htmlarea-toolbar > .btn-group{
	margin-top:5px;
}
.htmlarea-toolbar > .btn-group .caret{
	margin-left:5px;
}
.htmlarea-toolbar button[disabled] {
	opacity: .4;
}
.htmlarea-editor {
	border-top:1px solid #ccc;
}
.htmlarea-container.htmlarea-maximized{
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index:99;
}
.htmlarea-container iframe{
	height: 400px;
}
.htmlarea-container textarea.inline-source{
	padding:7px 10px;
	border:none;
	outline:0;
	resize:none;
	position:absolute;
	width:100%;
	background: #fff;
}
.htmlarea-container .ha-panel{
	padding:5px;
	z-index: 2;
}
.htmlarea-container .ha-form{
	padding:10px;
	width:300px;
}
.htmlarea-container .ha-panel-header{
	width:200px;
}
.htmlarea-container .ha-form-group{
	margin:0 0 15px 0;
}
.htmlarea-container .ha-form-btns{
	margin-top: 15px;
	border-top: 1px solid #d9d9d9;
	padding-top: 15px;
}
.htmlarea-container .ha-form-btns .btn{
	outline: none;
}

.htmlarea-container .ha-panel-colorpicker{
	width: 172px;
}
.htmlarea-container .ha-panel-colorpicker .color-none,
.htmlarea-container .ha-panel-colorpicker .item-color{
	width:16px;
	height:16px;
	float: left;
	margin:2px;
	border:1px solid #ccc;
	cursor:pointer;
}
.htmlarea-container .ha-panel-colorpicker .color-none{
	font-weight: bold;
	font-size:16px;
	line-height: 14px;
	text-align: center;
}
.htmlarea-container .ha-new-table-container{
	position:relative;
	font-size:18px;
	width:180px;
	height:180px;
	overflow: hidden;
}
.htmlarea-container .ha-table-unhighlighted{
	position:absolute;
	z-index:1;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.htmlarea-container .ha-table-highlighted{
	position:absolute;
	z-index:2;
	left:0px;
	top:0px;
	cursor:pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.htmlarea-container .link-href-mode,
.htmlarea-container .video-src-mode{
	margin-top: 0px;
}
.htmlarea-container .link-href-mode label,
.htmlarea-container .video-src-mode label{
	margin-bottom:5px;
}

.htmlarea-container .ls-item{
	padding:10px;
	cursor: pointer;
}
.htmlarea-container .ls-item:hover{
	background: #e9e9e9;
}

/*
.htmlarea-container .link-href-mode label:first-child,
.htmlarea-container .video-src-mode label:first-child{
	margin-top:0px;
}
.htmlarea-container .link-href-mode label:last-child,
.htmlarea-container .video-src-mode label:last-child{
	margin-bottom:0px;
}
.htmlarea-container .ls-item > *{
	margin:0;
}




/** socialpost ** /

.socialpost{
	max-width:500px;
}



/** update-inline ** /

.edit-inline .iframe{
	width: 100%;
	border-width: 0px;
}


/** datachart ** /

.datachart .chart-title{
	margin:0px;
	font-size:1.5em;
	line-height: inherit;
	font-weight:normal;
	padding:0px 0px 15px 0px;
	text-align: center;
}
*/
.datachart-date-filter-std{
	text-align: center;
	margin: 15px 0 0 0;
	background: #f7f7f7;
	padding: 15px;
}
.datachart-date-filter-std label{
	display: inline-block;
	font-weight: normal;
	cursor: pointer;
	margin:0px 10px 0 10px;
}
.datachart-date-filter-std label:hover,
.datachart-date-filter-std label:focus,
.datachart-date-filter-std label.active{
	text-decoration: underline;
}
.datachart-date-filter-cst{
	padding: 15px;
	text-align: center;
	background: #f7f7f7;
}
.datachart-date-filter-cst .date-control{
	display: inline-table;
	max-width: 200px;
	margin:0 10px;
}
.datachart-date-filter-cst .interval-control{
	display: inline;
	vertical-align: top;
	max-width: 120px;
	margin:0 5px;
}
.datachart-date-filter-cst .btn-filter-submit{
	display: inline-block;
	vertical-align: top;
	max-width: 120px;
	margin:0 5px;
}


/** image editor **/

.imageeditor .image-container{
	margin: 30px auto 0px auto;
}
.imageeditor .image-container img{
	max-width: 100%;
	max-height: 100%;
}
.imageeditor .form-control[readonly]{
	background: #fff !important;
}
.imageeditor .tab-content{
	margin-top: 30px;
}
.imageeditor .btn-save-crop,
.imageeditor .btn-save-resize{
	margin-left: 15px;
}


/*
.imageeditor .tab-content{
	padding: 15px 15px 15px 15px;
	margin-bottom: 0;
}
.imageeditor .resize-image-container,
.imageeditor .crop-image-container{
	margin: 15px auto 0px auto;
}
.imageeditor .resize-image-container img,
.imageeditor .crop-image-container img{
	max-width: 100%;
	max-height: 100%;
}


/** datamedia ** /

.datamedia-inner-padding{
	padding:15px 15px 0 15px;
}
.datamedia-header .dropdown-menu{
	margin:2px 0 0 0;
	padding: 0;
	right: 0;
	left: auto;
	width: 90%;
}
.datamedia-createdir{
	padding: 15px;
}
.datamedia-createdir .input-group-addon{
	padding:0;
}
.datamedia-createdir .btn-save{
	background: transparent;
	border: none;
	width: 32px;
	height: 32px;
}

.datamedia-path-container{
	position: relative;
}
.datamedia-back{
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 40px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}
.datamedia-path-wrap{
	position: absolute;
	left: 40px;
	right: 10px;
	white-space: nowrap;
	overflow: hidden;
}
/*
.datamedia-path .path:hover{
	text-decoration: underline;
	cursor: pointer;
}
*/


