body{background: #fff;}
a:focus{outline:0;}

.sidebar{position:absolute;}
.breadcrumbs {
	margin: -8px -20px 15px;
}

.widget-toolbar .btn-xs{font-size: 12px !important; padding: 0 7px !important;}
.widget-toolbar .btn .fa{margin-right:5px}
.page-header{text-transform:capitalize;}
.nav-tabs{height:35px;}

/* form */
.form-horizontal .form-group:before, .form-horizontal .form-group:after{display:inline-block}
form label{text-transform:capitalize}
label.inline{margin-right:10px}
.pointer{cursor:pointer !important;}
.form-input-bottom .btn{margin-right:5px;}
.form-input-bottom .btn .fa{margin-right:5px;}
.hide-hr hr{border: 0 none;margin: -10px 0 0;}

.form-horizontal .control-label{width:24%}
.form-horizontal .controls{display:inline-block;padding:0 15px;width:75%}
.form-horizontal .lbl{margin-bottom: -7px !important;}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {display: inline-block;}
.tab-content .form-actions{margin:0}

.form-actions-inner .form-actions{margin:30px -12px -12px;padding:12px}

.top-right{
	display: inline-block;
	float: right;
	position: relative;
	margin-left: 5px;
	z-index: 100;
}
.top-right form{margin:0;padding: 0}
.top-right label{margin-top: 5px;}

.top-left{
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 5px;
	z-index: 100;
}
.top-left form{margin:0;padding: 0}
.top-left label{margin-top: 5px;}
.prev-color{margin:0 -2px;}

.input-order{width:70px !important}
.input-order input[type="text"]{width:50px !important;text-align:center;}
.ace-file-input .ace-file-container.selected{right:24px;}
.ace-file-input .remove{right:0;}
.ace-settings-container{top:54px !important;}

/* table */
.data-table{border:none !important;}
.data-table .widget-header{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.widget-box .table-bordered{border:none !important;}
.widget-box th:first-child,.widget-box td:first-child{border-left:none !important}
.widget-box th:last-child,.widget-box td:last-child{border-right:none !important}
.widget-box .dataTables_wrapper{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;}
.widget-box .dataTables_wrapper .row{height:53px;}
.widget-box .dataTables_wrapper .row:first-child,
.widget-box .dataTables_wrapper .row:last-child{}
.row-eq-height{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-wrap: wrap;}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{border-bottom-width:1px}
.table-bottom .btn{margin-right:5px;}
.table-bottom .btn .fa{margin-right:5px;}
.dataTable > thead > tr > th[class*="sort"]:first-child:after{display:none !important}
.dataTable > thead > tr > th[class*="sort"]{background-image:none;}
.display-box{display:inline-block;width:50px}
.display-box .chosen-container-single .chosen-single{height:28px;line-height:28px;border-color:#ddd}
.chosen-single div b:before{top:0}
.hide-search .chosen-search{display:none}
.chosen-container-active.chosen-with-drop .chosen-single {border-color: #4492c9;}
table.dataTable{clear:none}

.chosen-container-active.chosen-with-drop .chosen-single {border-color: #f59942;}
.chosen-container-single .chosen-drop { border-color: #f59942;}
.chosen-single.chosen-single-with-drop, .chosen-container-active .chosen-single {
  border-color: #f59942;
}

.table-search input[type="text"] {
	padding-left: 10px;
	padding-right: 30px;
	font-size: 13px;
	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 {
	color: #ccc !important;
	font-size: 14px !important;
	line-height: 27px !important;
	position: absolute;
	right: 10px;
	top:1px;
}
.dataTables_length select{max-width:100% !important;width:auto !important;}
table td .chosen-container{width: 100% !important}

/* pagination */
.table-bottom .pagination {margin: 0 !important;display:block}
.pagination ul {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
}
.pagination ul > li {display: inline;}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
	background-color: #fff;
	color: #999;
	cursor: default;
}
.pagination-small ul > li > a, .pagination-small ul > li > span {
	font-size: 11.9px;
	padding: 2px 10px;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-left-width: 1px;
}
.pagination ul > li > a, .pagination ul > li > span {
	background-color: #fff;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	float: left;
	line-height: 20px;
	padding: 4px 12px;
	text-decoration: none;
}
.pagination ul > li.active > a, .pagination ul > li.active > a:hover {
	background-color: #6faed9;
	border-color: #6faed9;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.pagination ul > li > a:hover, .pager > li > a:hover { background-color: #eaeff2;}
.pagination-sm{margin:0}

/* 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: #fafafa;
	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;
}
.progress-upload{margin:0;}

/* templates */
.template-list{
	border: 1px solid #ddd;
	margin: 5px 0 20px;
	padding: 10px;
}
.templates .image-holder {
	border: 1px solid #ddd;
	height: 250px;
	overflow: hidden;
	position: relative;
	background-size: 100% auto;
	transition: all 2.4s ease 0s;
}
.templates .image-holder:hover {
    background-position: 0 100%;
}
.templates ul li {
    list-style: none;
}
.templates .image-holder img{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.templates .image-holder img:hover{
	top: -100%;
	
	transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
}
.templates .meta-info {
	height: 34px;
	line-height: 34px;
	margin-top: 10px;
}
.templates .meta-name{	
	float: left;
	text-transform: uppercase;
	font-size: 16px;
}
.templates .meta-action{
	float: right;
}
.rounded-green{
	background: #27ae60;
	color: #fff;
	height: 26px;
	line-height: 26px;
	width: 26px;
	text-align: center;
	display: block;
	
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

/* tree */
.tree{padding:0 !important;overflow:visible;}
.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 .ace-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{
	background-color: #fff;
	border: 1px solid #8baebf;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal;
	height: 11px;
	line-height: 10px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 11px;
	z-index: 2;
}
.tree span.main-parent{
	float:left;
	margin-right:7px;
}
.tree span.main-parent i{
	background:none;
	color:#8BAEBF;
}

/* Lang */
.nav.nav-tabs.nav-lang{margin:0 0 30px !important;}
.nav.nav-tabs.nav-lang .flag-icon{margin-right: 5px;}
.flags-container{ width:408px;height:160px;overflow:auto;}
.btn-transparent{background:none !important;border:none !important;margin:0;padding:0;}
.btn-transparent [class*=" icon-"], .btn-transparent [class^="icon-"]{margin:0 !important;padding:0 !important;}

/* Breadcrumb */
.breadcrumb{text-transform:capitalize}

/**
* Nestable
*/
.dd { position: relative; display: block; margin: 0; padding: 0; list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-list.small .dd-item,
.dd-list.small .dd-placeholder{float: left;margin: 5px 1%;width: 30%;}

.dd-handle { display: block; cursor: move; height: 34px; line-height: 34px; margin: 5px 0; padding: 0 10px; color: #666; text-decoration: none; border: 1px solid #ccc; text-transform:capitalize; text-shadow: 1px 1px #fff; font-family: 'trebuchet ms';font-weight:bold;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background:         linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
		border-radius: 3px;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; margin: 0; top:0;width: 25px; height: 34px;padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { background: #fff;}
.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
		box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

/**
* Nestable Extras
*/

.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; }

#nestable-menu { padding: 0; margin: 20px 0; }

#nestable-output,
#data-menu-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }

@media only screen and (min-width: 700px) { 

.dd { width: 100%; max-width: 100%;}
.dd + .dd { margin-left: 2%; }

}

.dd-hover > .dd-handle { background: #2ea8e5 !important; }

/**
* Nestable Draggable Handles
*/

.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
background: #fafafa;
background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
background:         linear-gradient(top, #fafafa 0%, #eee 100%);
-webkit-border-radius: 3px;
		border-radius: 3px;
box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd3-content:hover { color: #2ea8e5; background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
border: 1px solid #aaa;
background: #ddd;
background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
background:         linear-gradient(top, #ddd 0%, #bbb 100%);
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.dd3-handle:before { content: '='; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.dd3-handle:hover { background: #ddd; }
.btn-select{cursor:pointer}
.btn-handle a{
	color: #999;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	width: 20px;
	text-align: center;
	cursor: pointer;
	text-align: center;
}
.btn-handle a:hover{color: #333;}
.btn-handle a.btn-handle-edit:hover{color: #629B58;}
.btn-handle a.btn-handle-trash:hover{color: #B74635;}

.dd-tmeline{
	display: none;
	border: 1px solid #ddd;
	background: #fefefe;
	font-size: 12px;
	padding: 10px;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}

.dd-tmeline a.button {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #ddd;
	box-shadow: 0 39px 10px -30px rgba(255, 255, 255, 0.5) inset;
	color: #333;
	font-size: 11px;
	margin-left: 5px;
	padding: 1px 10px;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;
	text-decoration: none;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		    border-radius: 10px;
}
.dd-tmeline a.button:hover { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;}
.dd-progress{display: none;}
.dd-tmeline form{margin:0}
.dd-tmeline, 
.dd-tmeline label,
.dd-tmeline input,
.dd-tmeline span{
	font-size: 12px;
}
.dd-tmeline hr{
	margin: 0 0 10px;
}
span.btn-handle.pull-right {
    padding: 0 5px;
    right: auto;
    margin-top: -2.5em;
}
.sidget-form-footer{
	background: #fafafa;
	border-top: 1px solid #eee;
	margin: 20px -10px -10px;
	padding: 10px;
	
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.close-option {padding: 3px 0; cursor:pointer}

#available-widget .btn-handle,#available-widget .dd-tmeline{display: none !important;}
.total-data{margin-left:10px;}
#widget-top .btn-handle,#widget-left .btn-handle,#widget-bottom .btn-handle,#widget-right .btn-handle,#widget-middle .btn-handle {display: block !important;}
.nav .dropdown-menu{float:none;border:0;box-shadow:0 0 0;}
.nav .dropdown-menu li a:hover, 
.nav .dropdown-menu li a:focus, 
.nav .dropdown-menu li a:active, 
.nav .dropdown-menu li.active a, 
.nav .dropdown-menu li.active a:hover, 
.nav .dropdown-menu .dropdown-submenu:hover > a, 
.nav .nav-tabs .dropdown-menu li > a:focus{background: none;}

.navbar .dropdown-menu {box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);}

/* fa icon */
.fa-icon-wrapper .modal{display:block;opacity:1}
.icon-container{height:250px;}
.fa-icon{
	border: 1px solid #ddd;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-bottom: 3px;
	margin-right: 3px;
	text-align: center;
	width: 30px;
	color: #585858;
	font-size:16px;
}
.fa-icon:hover{color:#266CAD}

.icon-right{margin-left:5px;}
.icon-left{margin-right:5px;}

#iconpage{margin-right:5px}

.image-holder-small{width:60px}
.image-holder-small img{width:100%;}


/* 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;}

/* Top nav */
/* #sidebar .nav-list > li.active > a:after{border:none;} */
.nav.nav-list{text-transform:capitalize}

/* video */
.video-holder{width:190px;position:relative;}
.video-holder a:after{
	color: #fff;
	content: "\f144";
	font-family: FontAwesome;
	font-size: 36px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	cursor: pointer;
	
	opacity: 0.7;
}
.video-holder a{display:block;}
.video-holder a:before{
	content: '';
}
.video-holder img{width:100%;}

/* Album gallery*/
.album-list figure{
	border: 1px solid #eee;
	width: 100%;
	display: block;
	padding: 5px;
	margin-bottom: 20px;
}
.album-list figure .image-holder{
	width: 100%;
	display: block;
	min-height: 180px;
	background: #eee;
}
.album-list figure .info{
	margin: 5px 0;
}

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

/*

#sidebar{}

.no-skin .nav-list > li .submenu {
	background-color: #ffffff;
	border: 1px solid #ccc;
	position: absolute;
	z-index: 100;
	
	box-shadow:2px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.no-skin .nav-list li.hover > .submenu {
  border-color: #cccccc;
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

#sidebar .nav-list > li > .submenu:before {
	border: none;
}
#sidebar .nav-list > li .submenu > li > a{border:none;padding:7px 0 9px 25px;}
#sidebar .nav-list > li  .submenu > li:before{border: none;}
#sidebar .nav-list li.active > a:after{border:none;}
#sidebar .nav-list > li .submenu > li.active:not(.open) > a{background:none;color:#616161;}
#sidebar .nav-list > li .submenu > li.active:not(.open) > a:hover{background-color: #f1f5f9;color: #4b88b7;}
#sidebar .nav-list > li .submenu > li a > .menu-icon{left:8px}
#sidebar .nav-list > li .submenu > li.active > a > .menu-icon{display:none;}
#sidebar .nav-list > li .submenu > li:hover > a > .menu-icon{display:inline-block;color:#4b88b7;}
#sidebar .nav-list > li .submenu {
	left: 1px;
	margin-left: -2px;
	margin-top: auto;
	top: 100%;
	width: 190px;
	z-index: 1026;
}
*/
.dl-table dt,.dl-table dd{
	display: inline-block
}
.dl-table dt{min-width:150px;}

/* Square */
.square{
	position: relative;
}
.square:before {
    content:     "";
    display:     block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.square .square-content {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
}
.img-wrap{
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.img-wrap img{
	min-width:100%;
	min-height:100%;
	
	position: absolute;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
    margin: auto;
	z-index: 2;
}

/* propotion */
.squared{max-width:100%;max-height:100%}
.landscape{max-height:100%;max-width:inherit;}
.potrait{max-width:100%;max-height:inherit;}

.album-list{margin-top: 20px;}
.album-item{
	position: relative;
}
.album-item:before{
	color: #aaa;
	content: '\f03e';
	font-family: FontAwesome;
	font-size: 34px;
	line-height: 1;
	position: absolute;
	right: 13px;
	top: 10px;
	z-index: 1;;
}
.album-list .title,
.album-list .total-img{position: absolute;color: #fff;right: 0; margin: 0;z-index: 10}
.album-list .title{
	background: rgba(0,0,0,0.8);
	bottom: 60px;
	font-size: 18px;
	font-weight: 200;
	padding: 10px 15px;
}
.album-list .total-img{
	background: #6fb3e0;
	bottom: 20px;
	font-size: 14px;
	padding: 8px 15px;
}
.album-list .mask{position: absolute; z-index: 10;top:0;left:0;width: 100%;height: 100%; display: block;}
.album-list .square{margin-bottom: 20px}
.album-list .square:hover .mask{background: rgba(255,255,255,0.1)}
.album-list .square{background:#f4f4f4}

.icon-left{margin-right: 10px;}

#gallery-container{
	min-height: 100px;
}
.loader{
	min-height: 100px;
	line-height: 100px;
	text-align: center;
}
#gallery-container .row {
  margin-left: -6px;
  margin-right: -6px;
}
#gallery-container .col-md-1,
#gallery-container .col-md-2,
#gallery-container .col-md-3,
#gallery-container .col-md-4,
#gallery-container .col-md-5,
#gallery-container .col-md-6,
#gallery-container .col-md-7,
#gallery-container .col-md-8,
#gallery-container .col-md-9,
#gallery-container .col-md-10,
#gallery-container .col-md-11,
#gallery-container .col-md-12{
	padding-left: 5px;
	padding-right: 5px;
}
#albumForm{margin-bottom: 30px;}
.gallery-item,
.galleryitem{
	cursor: pointer;
	position: relative;
	margin-bottom: 10px;
}
.gallery-item .checked{
	line-height: 24px;
	height: 24px;
	width: 24px;
	display: none;
	background: #039be5;
	color: #fff;
	text-align: center;
	
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1000
}
.gallery-item.selected .square{
	border-color: #039be5;
	box-shadow: 0 0 0 2px #039be5;
}
.gallery-item.selected .checked{
	display: block;
}

/* user profile */
.nav-user .user-photo {
	border-radius: 100%;
	display: inline-block;
	margin-right: 5px;
	margin-top: 2px;
	overflow: hidden;
	width: 40px;
}
.nav-user .user-info {
	padding-right: 20px;
}
.nav-user .ace-icon {
	position: absolute;
	right: 5px;
	top: 15px;
}

/* Collapse toggle */
.widget-box.closed .widget-header{border-bottom: 0;}
.toggle-select,.toggle-select:hover ,.toggle-select:focus {color: #aaa;}
.toggle-select:hover {
	transform: scale(1.2);
	-webkit-transition: transform 0.1s ease 0s;
	-moz-transition: transform 0.1s ease 0s;
	transition: transform 0.1s ease 0s;
}

/* Icon */
.nav-icon-list{
	border: 1px solid #ddd;
	padding: 15px;
	text-align: center;
	text-transform: capitalize;
	color: #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
   transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
}
.nav-icon-list:hover{
	border-color: #2679b5;
	color: #2679b5;
}
.nav-icon-list:hover a,
.nav-icon-list:hover p{
	color: #2679b5;
}
.nav-icon-list a{
	color: #aaa;
}
.nav-icon-list p{
	color: #666;
}
.icon-xlg{
	font-size: 60px;
}
/*----------------*/
/*		unknown
/*----------------*/
.mod-up{
	width: 100%;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	filter: alpha(opacity=0);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	opacity:0;
	background-color:transparent;
	color:transparent;
}