/**/
body.pushable .pusher {
	background: #F7F7F7;
	overflow: auto;
}

a { color: #E7E7E7; }

a:hover { color: #E7E7E7; }

.content,
.content-ex {
	position: relative;
}

/*Menu*/
.toggle-show .ui.menu {
	height: 60px;
	border-radius: 0;
	background: #EDEDED;
	border: none;
	border-bottom: 1px solid #D9DEE4;
	box-shadow: none;
	margin-left: 230px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.toggle-hide .ui.menu {
	height: 60px;
	border-radius: 0;
	background: #EDEDED;
	border: none;
	border-bottom: 1px solid #D9DEE4;
	box-shadow: none;
	margin-left: 0px;
}

.cicon .content.icon {
	float: left;
	cursor: pointer;
	font-size: 26px;
	margin-top: 20px;
	margin-left: 13px;
	color: #5A738E;
}

.cicon .content.icon:hover { color: #337ab7; }

.ui.dropdown .ui.mini.circular {
	margin-right: 10px;
	border: solid 2px #1abc9c;
}

.ui.dropdown .menu { width: 200px; }

.ui.dropdown .menu.transition.visible { border-radius: 0; }

.ui.dropdown .menu .item { line-height: 25px; }

.ui.dropdown .menu .item span { color: #5A738E; }

.item label, .coll label { float: right; }

.ui.menu .ui.dropdown .menu > .item .icon:not(.dropdown) {
	margin: 0;
	color: #5A738E;
	vertical-align: top;
}

.language {
	padding: 20px;
}

.language span {
	cursor: pointer;
}

/*Left-bar*/
.ui.left.sidebar {
	width: 230px;
	background: #2A3F54;
}

.brand {
	height: 60px;
	padding: 1.3rem 0;
	padding-left: 1rem;
	margin-bottom: 10px;
}

.brand a label {
	color: #E7E7E7;
	font-size: 1.7rem;
	cursor: pointer;
}

.clearfix:after, form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ui.left.sidebar .ui.styled.accordion,
.ui.left.sidebar .ui.styled.accordion .accordion {
	border: none;
	box-shadow: none;
	background: transparent;
}

.ui.left.sidebar .ui.styled.accordion .title {
	color: #E7E7E7;
	border: none;
	font-weight: normal;
	vertical-align: bottom;
}

.ui.left.sidebar .ui.styled.accordion .title-sm {
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.actived {
	border-right: solid 5px #1abc9c;
}

.ui.left.sidebar .ui.styled.accordion .title.active,
.ui.left.sidebar .ui.styled.accordion .title.no-child {
	background: #314559;
	box-shadow: -1px 1px 1px #22303f;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.ui.left.sidebar .ui.styled.accordion .content {
	padding-bottom: 7px;
}

.ui.left.sidebar .ui.styled.accordion .content p {
	margin-left: 4px;
}

.ui.left.sidebar .ui.styled.accordion .content p a i.ellipsis.vertical {
	font-size: 14px;
	vertical-align: top;
	color: #50677c;
}

.content p a.chil-actived {
	color: #1abc9c;
}

.title i.icon {
	font-size: 18px;
	font-weight: normal;
}

i.icon.newicon { font-size: 27px; }

/*Maint content*/

#maint-content h3 {
	color: #73879C;
	text-align: center;
}

.maint-content-md {
	border: solid 1px #E6E9ED;
	margin: 15px;
	margin-left: 245px;
	background: #fff;
	padding: 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.maint-content-sm {
	border: solid 1px #E6E9ED;
	margin: 15px;
	background: #fff;
	padding: 15px;
}

.breadcrumb .ui.breadcrumb,
.page .ui.pagination.menu a,
.showof p { color: #73879C; }

.breadcrumb { float: left; padding-top: 1.5px; }

.bt_action, .search, .page { float: right; }

.bt_action p a,
.bt_action p a i.icon {
	margin: 0;
	color: #73879C;
	font-size: 1rem;
	margin-left: 5px;
}

.bt_action p a:hover,
.bt_action p a:hover i.icon { color: #337ab7; }

form .ui.table {
	color: #73879C;
	border-radius: 0px;
}

form .ui.table thead tr {
	background: #f7f7f7;
}

form .ui.table thead th {
	color: #73879C;
	background: #f7f7f7;
	font-weight: bold;
	border-bottom: solid 2.5px rgba(34,36,38,.15);
}

form .ui.table thead tr:first-child th:first-child,
form .ui.table thead tr:last-child th:last-child { border-radius: 0px; }

div.search .ui.search input{
	border-radius: 0.2857rem 0 0 0.2857rem;
}

div.search .ui.search button{
	border-radius: 0 0.2857rem 0.2857rem 0;
}

.ui.search > .results {
	left: unset;
	right: 0%;
}

hr { border-color: rgba(34,36,38,.15); margin: 15px 0px; }

.page_select { float: left; }

.page_select .ui.selection.dropdown { min-width: 50px; color: #73879C; }

.showof { float: left; margin-top: 12px; }

.page .ui.pagination.menu { box-shadow: none; }

.ui.dropdown.readonly .menu div { pointer-events: none; }
.ui.dropdown.readonly .menu {
	left: unset;
	right: 0;
	width: auto;
}

td a i.icon { color: #73879C; }

.cover { width: 50px }

.order {
	border: 1px solid transparent;
	border-radius: 4px;
	width: 50px;
	padding: 5px;
}

.order.suc {
	border: 1px solid #2ecc71;
}

.order.fail {
	border: 1px solid #e74c3c;
}

.order:focus {
	outline: none;
	border: 1px solid rgba(34, 36, 38, 0.15);
}

.indicator {
	margin: -3px 0;
	display: none;
}

div.td-img {
	height: 40px;
	width: 40px;
	overflow: hidden;
	border: solid 1px #ddd;
	border-radius: 4px;
	text-align: center;
	position: relative;
}

div.td-img img {
	position: absolute;
	left: -50%;
    right: -50%;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*validate style*/
ul.parsley-errors-list.filled {
	padding: 0;
	margin: 5px 0;
}

ul.parsley-errors-list.filled li {
	color: #e74c3c;
	list-style: none;
}

.videoiframe {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videoiframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mapCover {
	overflow: hidden;
	display: flex;
	border-radius: 0.28571429rem;
	border: 1px solid rgba(34, 36, 38, 0.15);
}

#map-canvas {
	width:100%;
	height:300px;
	float:left;
	border-right: 1px solid rgba(34, 36, 38, 0.15);
}

#pano {
	width:500px;
	height:300px;
	float:left;
}

.cropit-preview-image {
	background: #fff;
}

/*resposive*/
@media screen and (max-width: 768px) {
	.maint-content-md,
	.maint-content-sm { width: 738px; }

	.toggle-show .ui.menu,
	.toggle-hide .ui.menu { width: 768px; }

	form .ui.table thead tr:first-child th:first-child,
	form .ui.table tbody tr td:first-child { text-align: left; }
}