
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');
@import url('../../tools/fontawesome/css/all.min.css');

html{
	height: 100%;
}
body{
	background: white;
	margin: 0;
	font : 12px 'Open Sans', Arial, Helvetica, sans-serif;
	color: black;
	line-height: 1;
	height: 100%;
}
a{
	text-decoration: none;
	color: black;
	outline: none;
}
h1{
	font-size: 16px;
	margin: 0;
}
h2, h3, h4, h5{
	font-size: 14px;
	margin: 0 0 10px 0;
}

p { margin: 0; padding: 0; }

img {
	border: 0;
}
form{
	margin: 0px;
	padding: 0px;
}
input, select, textarea{
	vertical-align: middle;
}
label{
	vertical-align: middle;
}
hr{
	color: #D3E5F7;
	height: 1px;
	border: 0;
	margin: 0;
	border-bottom: 1px solid #D3E5F7;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*---------------------------------------------------*/
.show_on_mobile{
	display: none!important;
}
.hide_on_mobile{
	display: block;
}
span.hide_on_mobile{
	display: inline;
}
/*---------------Layout------------------------------*/
.main_center{
	margin: 0 auto;
	position: relative;
}
#top{
	background-color: #B91819;
	color: white;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 45px;
	z-index: 4;
}
#left{
	background-color: #f2f2f2;
	width: 189px;
	border-right: 1px solid #c9c9c9;
	float: left;
	height: 100%;
	position: fixed;
	box-sizing: border-box;
	padding-top: 45px;
	z-index: 3;
}
#right{
	width: calc(100% - 190px);
	float: right;
	box-sizing: border-box;
	padding: 45px 0 0 0;
}
.pagepadding{
	padding: 20px;
}
#center{

}
#bottom{
	background-color: #6f6f6f;
	color: white;
}
/*---------------Common------------------------------*/
.clear{
	clear: both;
	overflow: hidden;
	height: 0px;
	display: block;
}
.f-left{
	float: left !important;
}
.f-right{
	float: right !important;
}
.a-left{
	text-align: left !important;
}
.a-right{
	text-align: right !important;
}
.a-center{
	text-align: center !important;
}
.ajax-loader{
	background: url(../images/ajax-loader.gif) no-repeat center;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	margin: 0 5px;
	padding: 0 12px;
	vertical-align: middle;
}
/* jQueryui modifications---------------------*/
.ui-widget{
	line-height: 1.2;
	font-size: 11px;
}
.ui-datepicker td.date_disabled{
	opacity: 1;
}
.ui-datepicker{
	z-index: 2 !important;
}
.ui-datepicker td{
	text-shadow: 0 0 0;
}
/*---------------------------------------------------*/
.handsontable{
	z-index: 1;
}
/*---------------------------------------------------*/
#top .topline{
	height: 45px;
}
#top .topline .logo {
	font-size: 16px;
	display: inline-block;
	line-height: 45px;
	color: white;
	margin: 0 10px;
}
#top .topline .logo .img{
	background: url(../images/logo.svg) no-repeat;
	background-size: 30px 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
#top .topline .logo .text{
	vertical-align: middle;
}

#top .topline .menu_opener{
	margin: 0 10px;
	font-size: 30px;
	cursor: pointer;
	vertical-align: middle;
	display: none;
}

#top .right_section{
	float: right;
	height: 100%;
}
#top .user_panel{
	background: rgba(255,255,255,0.2);
	height: 100%;
	font-size: 12px;
	line-height: 1.3;
	box-sizing: border-box;
	padding: 5px 20px 0 10px;
	cursor: pointer;
	position: relative;
}
#top .user_panel:after{
	content: '\f0d7';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	top: 14px;
	right: 5px;
}
#top .user_panel:hover{
	background-color: rgba(255,255,255,0.3);
}
#top .user_panel .user_img{
	float: left;
	margin-right: 10px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border: 2px solid white;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
}
#top .user_panel .user_img i{
	font-size: 20px;
	vertical-align: middle;
}


#top .user_panel .menu{
	background: white;
	position: absolute;
	top: 45px;
	right: 0;
	width: 180px;
	z-index: 2;
	font-size: 13px;
	border: 1px solid silver;
	border-top: 0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	display: none;
}
#top .user_panel.menu_opened .menu{
	display: block;
}
#top .user_panel .menu ul{
	padding: 5px 0;
}
#top .user_panel .menu ul li{

}
#top .user_panel .menu ul a{
	display: block;
	padding: 5px 10px;
	color: #585858;
}
#top .user_panel .menu ul a:hover{
	background-color: #f0e68c;
}


#top .user_panel .menu .menu-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

#top .user_panel .menu .menu-icon i{
	color: black;
	font-size: 14px;
}
#top .user_panel .menu .menu_text{
	vertical-align: middle;
	display: inline-block;
}
/*---------------------------------------------------*/
.main_menu{
	font-size: 13px;
	line-height: 1.2;
	position: relative;
}
.main_menu > ul{

}
.main_menu > ul li{
	position: relative;
}
.main_menu > ul li.haschildren:after{
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	color: #c9c9c9;
	position: absolute;
	right: 10px;
	top: 11px;
}

.main_menu > ul > li{
	position: relative;
}
.main_menu > ul > li > a{
	display: block;
	border-bottom: 1px solid #c9c9c9;
	overflow: hidden;
	color: #585858;
}
.main_menu > ul > li.active > a{
	background-color: white;
}
.main_menu > ul > li:hover > a{
	background-color: white;
	box-shadow: 3px 0 0 #B91819 inset;
}


.main_menu > ul > li .menu-icon{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 37px;
	text-align: center;
}
.main_menu > ul > li:hover .menu-icon,
.main_menu > ul > li.active .menu-icon{
	color: #B91819;
}
.main_menu > ul > li .menu-icon i{
	font-size: 21px;
	vertical-align: middle;
}
.main_menu > ul > li .menu_text{
	display: block;
	padding: 12px  10px;
	float: left;
	display: block;
	box-sizing: border-box;
	width: calc(100% - 40px);
}
/*level2*/
.main_menu > ul > li ul{
	background: white;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 188px;
	top: -1px;
	z-index: 2;
	width: 188px;
	border: 1px solid #c9c9c9;
	transition: all 0.3s ease;
}

.main_menu > ul li:hover > ul{
	visibility: visible;
	opacity: 1;
}
.main_menu > ul > li ul li{
	position: relative;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 1px;
}
.main_menu > ul > li ul li:last-child{
	border-bottom: 0;
}

.main_menu > ul > li ul li a{
	padding: 12px 10px;
	display: block;
}
.main_menu > ul > li ul li a:hover{
	background-color: #ecf3fa;
}
/*---------------------------------------------------*/
.breadcrumbs{
	background: #f2f2f2;
	border-bottom: 1px solid #c9c9c9;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 13px;
}
.breadcrumbs ul{
	overflow: hidden;

}
.breadcrumbs ul li{
	float: left;
	margin-right: 15px;
	position: relative;
	padding-right: 20px;
}
.breadcrumbs ul li:after{
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 11px;
	color: #c9c9c9;
	position: absolute;
	right: 0;
	top: 3px;
}
.breadcrumbs ul li:last-child:after{
	content: '';
}
.breadcrumbs ul i{
	color: black;
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.breadcrumbs ul a{
	color: #B91819;
	vertical-align: middle;
}
.breadcrumbs ul a:hover{
	text-decoration: underline;
}
.breadcrumbs ul li span{
	vertical-align: middle;
}
/*---------------------------------------------------*/
.page_heading{
	border-bottom: 1px dotted #E2E2E2;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
}
.page_heading h1{
	color: #B91819;
	font-weight: 600;
	display: inline;
	font-size: 18px;
}
.page_heading small{
	color: #708090;
	font-size: 13px;
	margin-left: 5px;
}
.page_heading small:before{
	content: '\f101';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px;
}
/*---------------------------------------------------*/
.page_heading2{
	border-bottom: 1px dotted #E2E2E2;
	padding: 10px;
	color: #B91819;
	font-weight: 600;
}
h2.page_heading2{
	font-size: 15px;
}
/*---------------------------------------------------*/
.dashboard{

}
.dashboard ul.icon_nav{
	display: flex;
	flex-wrap: wrap;
}
.dashboard ul.icon_nav li{
	/*width: 100px;*/
	height: 104px;
	text-align: center;
	/*float: left;*/
	flex: 0 0 100px;
	margin: 0 0 10px 0;
}
.dashboard ul.icon_nav i{
	font-size: 48px;
	color: #B91819;
}
.dashboard ul.icon_nav a{
	display: block;
	padding: 10px;
	border: 1px solid transparent;
}
.dashboard ul.icon_nav a:hover{
	background-color: #f9f9f9;
	border-color: #E2E2E2;
}
.dashboard ul.icon_nav .label{
	font-size: 12px;
	color: #708090;
	display: block;
	margin-top: 5px;
	line-height: 1.2;
}
/*---------------------------------------------------*/
table.deftable{
	background-color: white;
	width: 500px;
	font-size: 11px;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #c7c7c7;
	margin-bottom: 10px;
	cursor: default;
}
table.deftable.fixed{
	margin-bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
table.deftable td,
table.deftable th{
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	padding: 4px 3px;
}
table.deftable thead td,
table.deftable th{
	background-color: #e6e6e6;
	font-weight: bold;
}
table.deftable .chkcol{
	width: 25px;
	background-color: #e6e6e6;
	text-align: center;
}
table.deftable .chkcol input{
	margin: 0;
}
table.deftable .chkcol input{
	vertical-align: middle;
}
table.deftable tr.selected td,
table.deftable tr td.selected{
	background: #B91819;
	color: white;
	text-shadow: 0 0 0;
}
table.deftable tr.selected td a{
	color: white;
}

table.deftable tbody tr.row_focus td{
	background-color: #dcdcdc;
}

table.deftable tr.red td{
	background-color: #ffdfdf;
}
table.deftable tr.green td{
	background-color: #e7f7ed;
}
table.deftable tr.yellow td{
	background-color: #ffffd9;
}
table.deftable tr.blue td{
	background-color: #d3e0f0;
}
table.deftable tr.gray td{
	background-color: #e2e2e2;
}

table.deftable .ordericon{
	font-size: 14px;
	vertical-align: middle;
	color: #708090;
}
/*---------------------------------------------------*/
table.selectlisttable{
	background-color: white;
	min-width: 406px;
	font-size: 10px;
	border: 1px solid #D0D0D0;
	border-bottom: 0;
	margin-top: 10px;
}
table.selectlisttable td{
	padding: 2px;
	border-bottom: 1px solid #D0D0D0;
}
table.selectlisttable td.td1{
	width: 20px;
	text-align: center;
}
table.selectlisttable .highlight{
	background-color: #fafad2;
	height: 16px;
	border: 1px dashed black;
	display: block;

}
/*---------------------------------------------------*/
.grid_form{
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	/*height: 100%;*/
	height: 400px;
}
.tablecontainer{
	background-color: rgba(0,0,0,0.02);
	background-color: rgba(220,220,220,0.5);
	overflow: scroll;
	position: relative;

	height: calc(100% - 36px);
	height: -moz-calc(100% - 36px);
	height: -webkit-calc(100% - 36px);
}
.tablecontainer thead td.order_down{
	background-image: url(../images/dn.png);
}
.tablecontainer table{
	margin-bottom: 0;
}

#searcresulttable{
	width: 100%;
}
/*---------------------------------------------------*/
.pager{
	background-image: url(../images/wbg.gif);
	background-repeat: repeat-x;
	padding: 5px;
	font-size: 12px;
}
.pager .wrapper{
	float: left;
}
.pager select{
	width: auto;
}
.pager .txtinput{
	width: 30px;
	text-align: center;
	margin-top: 2px;
}
.pager .sep{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	float: left;
	height: 22px;
	margin: 3px 10px 0 10px;
}
.pager a:link,
.pager a:visited{
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	margin: 3px 2px 0 2px;
	border: 1px solid #CCCCCC;
	float: left;
	text-align: center;
}
.pager a:hover{
	border: 1px solid #acacac;
}

/*.pager a.first:link,
.pager a.first:visited{
	background-image: url(../images/first.gif);	
}
.pager a.prev:link,
.pager a.prev:visited{
	background-image: url(../images/prev.gif);	
}
.pager a.next:link,
.pager a.next:visited{
	background-image: url(../images/next.gif);	
}
.pager a.last:link,
.pager a.last:visited{
	background-image: url(../images/last.gif);	
}*/
.pager a.refresh:link,
.pager a.refresh:visited{
	background-image: url(../images/load.png);
}
.pager a.loading:link,
.pager a.loading:visited{
	background-image: url(../images/load.gif);
}
.pager em{
	font-style: normal;
	display: block;
	padding-top: 8px;
	float: left;
	margin: 0 2px;
}
/*---------------------------------------------------*/
.dataform{
	text-align: left;
}
.dataform h1{
	margin-bottom: 20px;
}
.dataform h2{
	margin-bottom: 20px;
	font-size: 14px;
}
.dataform h3{
	margin-bottom: 10px;
	font-size: 13px;
}
.dataform .subtitle{
	font-size: 13px;
	margin-bottom: 10px;
	color: #696969;
	letter-spacing: -1px;
	font-weight: normal;
}

.dataform fieldset{
	padding: 15px 0 0 0;
	border: 0;
	margin: 0;
	border-bottom: 1px dotted #E2E2E2;
}
.dataform fieldset.noborder{
	background: none;
}

.dataform .label{
	float: left;
	font-weight: 600;
	padding-top: 5px;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.dataform .label.autowidth{
	width: auto;
}
.dataform .required{
	color: red;
}

.dataform label{
	margin-right: 5px;
}
.dataform label span{
	vertical-align: middle;
}

.dataform .field{
	margin: 0 10px 10px 0;
	/*float: left;*/
}
.dataform .lft{
	float: left;
	margin-right: 10px;
}

.dataform select{
	border: 1px solid #d0d0d0;
	padding: 3px;
	vertical-align: middle;
	font : 11px Verdana;
	width: 406px;
	font : 12px Verdana;
	box-sizing: border-box;
}
.dataform select optgroup{
	padding: 0;
	margin: 0;
	font-style: normal;
}
.dataform select optgroup.og1{
	background-color: #E1EFFB;
}
.dataform select optgroup.og2{
	background-color: #f5fbfc;
}
.dataform input,
.dataform button{
	vertical-align: middle;
}
.dataform input[type=text],
.dataform input[type=password]{
	border: 1px solid #d0d0d0;
	padding: 3px;
	width: 400px;
	font : 12px Verdana;
	box-sizing: border-box;
}
.dataform input[type=text][disabled],
.dataform input[type=text][readonly]{
	background-color: #f5f5f5;
	color: black;
	cursor: not-allowed;
}

.dataform select[disabled],
.dataform select[readonly]{
	background-color: #f5f5f5;
	color: black;
	cursor: not-allowed;
}

.dataform textarea{
	border: 1px solid #d0d0d0;
	padding: 3px;
	width: 400px;
	font : 12px Verdana;
}

.dataform textarea[disabled],
.dataform textarea[readonly]{
	background-color: #f5f5f5;
	color: black;
	cursor: not-allowed;
}

.dataform .error .txtinput,
.dataform .error select,
.dataform .error textarea{
	background-color: #ffeaea;
	border-color: #cd5c5c;
}

.dataform .modselect{
	outline: 2px solid #ff8c00;
}


.dataform .msg{
	display: none;
	font: 12px Verdana;
	color: #b22222;
	margin: 3px 0 0 0;
}
.dataform .error .msg{
	display: block;
}

.dataform .info{
	font-size: 10px;
	color: #797979;
	display: block;
	padding-top: 3px;
	font-weight: normal;
	line-height: 1.3;
}

.dataform .ajax-loader{
	display: none;
	vertical-align: middle;
}
.dataform.ondatasend .ajax-loader{
	display: inline-block;
}

.dataform .btnholder{
	padding-left: 160px;
	padding-top: 20px;
}

.dataform .btnholder .formmsg{
	vertical-align: middle;
}
.dataform .btnholder .formmsg.red{
	color: red;
}

.dataform .ml10{
	margin-left: 10px;
}
.dataform .unit{
	display: inline-block;
	padding-left: 2px;
	vertical-align: middle;
	font-size: 10px;
}

.dataform .checkcontainer{
	float: left;
	width: 25px;
}

.dataform .column2{
	float: left;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
}
.dataform .column2 .txtinput{
	width: 100%;
}
.dataform .column2 select{
	width: 100%;
}
.dataform .column2 .lft{
	width: calc(100% - 170px);
}

@media screen and (max-width: 820px) {
	.dataform .column2{
		float: none;
		width: auto;
		padding-right: 0;
	}
}

table.recordinfo{
	margin-bottom: 10px;
}
table.recordinfo td{
	padding: 5px 10px 5px 0;
}


/*---------------------------------------------------*/
#loginbox{
	background: rgba(255,255,255, 0.5);
	width: 360px;
	max-width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	font-size: 13px;
}
#loginbox input{
	margin-top: 3px;
	border: 1px solid #d0d0d0;
	padding: 2px;
	width: 180px;
	font: 12px Verdana;
	font-weight: normal;
}
#loginbox .lft{
	float: left;
	width: 130px;
	padding-top: 5px;
	font-weight: bold;
}
#loginbox .rght{
	float: left;
	margin-bottom: 10px;
}

#loginbox select{
	margin-top: 3px;
	border: 1px solid #d0d0d0;
	font: 11px Verdana;
	font-weight: normal;
	vertical-align: middle;
}
#loginbox .error{
	padding: 3px;
	font-size: 10px;
	margin-bottom: 5px;
}
#loginbox .error .ui-icon{
	float: left;
}
#loginbox .error .text{
	float: left;
	display: block;
	padding-top: 3px;
}
/*---------------------------------------------------*/
.newsdataform{

}
.newsdataform .list_img{
	width: 100%;
	max-width: 960px;
	height: 200px;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid #B91819;
	display: none;
}
.newsdataform .list_img.opened{
	display: block;
}
.newsdataform .list_img img{
	margin: 0;
	border: none;
	vertical-align: middle;
	object-fit: cover;
	width: 100%;
    height: 100%;
}
/*---------------------------------------------------*/
table.requesttable{
	font-size: 13px;
	width: auto;
}
table.requesttable th{
	text-align: left;
	width: 150px;
}
table.requesttable tr.heading td{
	background-color: #B91819;
	text-align: center;
	font-weight: bold;
	color: white;
}
/*---------------------------------------------------*/
.file_uploader{
	display: none;
}
.file_uploader.opened{
	display: block;
}
.field_image_upload .msg{
	display: block;
}
ul.items{
}

ul.items li{
	background: white;
	width: 200px;
	display: inline-block;
	margin: 0 8px 10px 0;
	position: relative;
	border: 1px solid #D9D9D9;
	padding: 1px;
}
ul.items li .handle{
	background: rgba(255,255,255,0.5);
	position: absolute;
	right: 5px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	line-height: 20px;
	color: black;
	text-align: center;
	cursor: move;
}
ul.items li .image{
	background: #000000;
	height: 180px;
	line-height: 180px;
	display: block;
}
ul.items li .image img{
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
ul.items li .ctrl_panel{
	padding: 10px;
}
ul.items li .ctrl_panel a{
	vertical-align: middle;
	display: inline-block;
}
ul.items i{

	text-align: center;
	font-size: 13px;
}

ul.items a.delete .fa{
	margin-right: 3px;
}
ul.items .txtinput{
	width: 140px;
	vertical-align: middle;
	margin-left: 10px;
}
/*
#photo_uploader{
	width: auto;
}

#photo_uploader .dz-message{
	width: auto;
	height: 364px;
}

#photo_uploader .dz-preview{
	width: auto;
	height: 364px;
}

#photo_uploader .dz-message span{
	margin-top: 140px;
}

#photo_uploader .dz-preview .dz-image img{
	height: 100%;
}*/
/*---------------------------------------------------*/
.menudataform{

}
.menudataform .menuitem_editor{

}
.menudataform .menuitem_editor table.items{
	background-color: white;
	font-size: 11px;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #c7c7c7;
	margin-bottom: 10px;
	cursor: default;
}
.menudataform .menuitem_editor table.items tr{
	background: white;
}
.menudataform .menuitem_editor table.items tr td{
	border: 1px solid #c7c7c7;
	padding: 5px;
}
.menudataform .menuitem_editor table.items thead td{
	background-color: #f4f4f4;
	font-weight: bold;
}
.menudataform .menuitem_editor table.items .txtinput{
	background-color: #f4f4f4;
	border: 1px solid #E2E2E2;
	outline: none;
	font-size: 11px;
	padding: 2px 2px;
	color: black;
	width: 100%;
	box-sizing: border-box;
}
.menudataform .menuitem_editor table.items td.url .txtinput{
	width: 300px;
}
.menudataform .menuitem_editor table.items select{
	background-color: #f4f4f4;
	width: 300px;
}
.menudataform .menuitem_editor table.items .handle{
	background: black;
	width: 14px;
	height: 14px;
	color: black;
	text-align: center;
	cursor: move;
	display: block;
}

.menudataform .menuitem_editor table.items tr[data-level="2"] .handle{
	width: 28px;
	background: rgba(0,0,0,0.7);
}
.menudataform .menuitem_editor table.items tr[data-level="3"] .handle{
	width: 42px;
	background: rgba(0,0,0,0.4);
}
.menudataform .menuitem_editor table.items tr[data-level="3"] .add_new_subitem{
	display: none;
}


.menudataform .menuitem_editor table.items i.fa-caret-right,
.menudataform .menuitem_editor table.items i.fa-caret-left{
	font-size: 22px;
}
.menudataform .menuitem_editor table.items .placeholder{
	height: 33px;
}
.menudataform .menuitem_editor i{
	font-size: 15px;
	cursor: pointer;
}
.menudataform .menuitem_editor .add_new_item{
	margin-bottom: 20px;
}

/*---------------------------------------------------*/
.file_uploader{
	display: none;
}
.file_uploader.opened{
	display: block;
}
.field_image_upload .msg{
	display: block;
}
ul.items{
	float: left;
}

ul.items li{
	background: white;
	width: 200px;
	display: inline-block;
	margin: 0 8px 10px 0;
	position: relative;
	border: 1px solid #D9D9D9;
	padding: 1px;
}
ul.items li .handle{
	background: rgba(255,255,255,0.5);
	position: absolute;
	right: 5px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	line-height: 20px;
	color: black;
	text-align: center;
	cursor: move;
}
ul.items li .image{
	background: #000000;
	height: 180px;
	line-height: 180px;
	display: block;
}
ul.items li .image img{
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
ul.items li .fileico{
	background: #000000;
	height: 70px;
	line-height: 81px;
	display: block;
	text-align: center;
}
ul.items li .fileico i{
	font-size: 32px;
	color: white;
}
ul.items li .ctrl_panel{
	padding: 10px;
}
ul.items li .ctrl_panel a{
	vertical-align: middle;
	display: inline-block;
}
ul.items i{

	text-align: center;
	font-size: 13px;
}

ul.items a.delete .fa{
	margin-right: 3px;
}
ul.items .txtinput{
	width: 140px;
	vertical-align: middle;
	margin-left: 10px;
}