@charset "utf-8";
@import url("latolatinfonts.css");
@import url("helveticafonts.css");
@import url("notoarabicfonts.css");
@import url("notosansethiopicfonts.css");
@import url("notosansmediumfonts.css");
@import url("notosanstamilfonts.css");
@import url("vazirmatnfonts.css");

* {
	margin: 0; 
	padding: 0; 
	outline: none;
    color: #1a1a1a;
}

html, body {
    height: 100%;
}

body {
	font-family: 'LatoLatinWeb', sans-serif;
	letter-spacing: 0.01em;
	color: #1a1a1a;
	background-color: #f9f9f9;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}

.site-usage {
    width: 96%;
    min-height: 30px;
    line-height: 30px;
    padding: 15px 2%;
    text-align: center;
    display: none;
}

a {
    text-decoration: none;
    transition: background 0.3s linear;
    cursor: pointer;
    cursor: hand;
    color: #1a1a1a;
}
	
a img {
	border:none;
}

a:hover img {
	border:none;
}

img, video, canvas {
	max-width: 100%;
}


.fade {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=20); /* For IE8 and earlier */
}

.fade-default {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20); /* For IE8 and earlier */
}
.fade-thrd {
	opacity: 0.35;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65); /* For IE8 and earlier */
}

.fade-half {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

input[type=checkbox] {
	visibility: hidden;
}

input[type=radio] {
	visibility: hidden;
}

.e-info img {
    width: 120px;
}
.e-box-logo img {
    height: 100px;
}

.left {
	float: left;
}
.rght {
	float: right;
}

ul, ol {
	list-style: none;
}

::placeholder {
    color: #dddddd;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #dddddd;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #dddddd;
}

.no-overflow {
    overflow: hidden;
}

.hider {
	display: none !important;
}

.w-38 {
    width: 38px;
}
.w-160 {
    width: 160px;
}
.w-550 {
    width: 550px;
}

.h-38 {
    height: 38px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mr-15 {
    margin-right: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.trans {
	background-color: transparent !important;
}
.pointer {
	cursor: pointer;
}

.txt-18 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 18px;
}
.txt-22 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 12px;
    line-height: 18px;
}
.txt-24 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 14px;
    line-height: 18px;
}
.txt-50 {
    font-family: "LatoLatinWebLight", sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}



#loading-box {
	position: absolute;
    width: 90px;
    height: 90px;
    margin: 10px 50%;
	background-image: url(styling-img/progress.gif);
	background-repeat: no-repeat;
	background-size: contain;
}

#disclaimer-box {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 6000px;
    display: block;
    padding-bottom: 30px;
    background-color: #ffffff;
	z-index: 9999;
}


.e-wrap {
    height: 100%;
    max-width: 6000px;
    float: left;
    width: 100%;
    min-width: 400px; /* avoid responsive below this width */
    position: relative;
}

.e-container {
	min-height: 120px;
	width: 100%;
	display: inline-block;
	position: relative;
}
.e-container.dark {
    background-color: #f2f2f2;
}
.e-container .edit-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    overflow: hidden;
    z-index: 20;
}




.e-lead {
	padding: 30px 0 0 0;
	min-height: 60px;
	width: 100%;
	display: inline-block;
	background-color: #ffffff;
}

.e-intro {
	padding: 15px 0;
	min-height: 30px;
	width: 100%;
	display: inline-block;
}

.e-foot {
	min-height: 60px;
	width: 100%;
	display: inline-block;
	margin: 30px 0 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
}



.e-row {
	min-height: 38px;
	width: 96%;
	display: inline-block;
	padding: 5px 2%;
	float: left;
	position: relative;
}

.edit-area .edit-box {
    width: 100%;
}
.edit-area .edit-box .tile-tool {
    padding-left: 30px;
}
.edit-area .lang-box {
    width: 160px;
    margin: 20px 0 30px 0;
    padding-left: 30px;
}
.edit-area .edit-box .tile-edit {
    width: 560px;
    min-height: 794px;
    background-color: #ffffff;
}
.ck-balloon-panel_visible {
    display: none !important;
}
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border-right: transparent !important;
    border-bottom: transparent !important;
    border-left: transparent !important;
}
.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    box-shadow: none !important;
    border-top-color: #d2d2d2 !important;
    border-right: transparent !important;
    border-bottom: transparent !important;
    border-left: transparent !important;
}

.page-mock {
    width: 100%;
    min-height: 9999px;
    min-width: 9999px;
    /*transform-origin: top left;
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
    */
}
.clne-mock {
    width: 100%;
    float: left;
    min-height: 9999px;
    min-width: 9999px;
}

.tile-box {
	min-height: 38px;
	width: 100%;
	position: relative;
}

.tile-box .tile-pdfs .drop-desc {
	width: 100px;
    padding-bottom: 30px;
    text-align: center;
}
.tile-box .tile-wrap {
	width: 100%;
	min-height: 72px;
	display: block;
}
.tile-box .tile {
	display: block;
	float: left;
	width: 160px;
	height: 200px;
}
.tile-box .tile-icon-box {
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
.tile-box .tile-icon-box img {
	max-height: 90px;
}
.tile-box .tile-text-box {
	display: block;
	width: 160px;
	height: 100px;
	text-align: center;
	padding-top: 10px;
}
.tile-box .edit-page-lkey,
.tile-box .edit-page-desc {
	color: #ffffff;
    font-family: "LatoLatinWebLight", sans-serif;
	font-size: 16px;
    line-height: 38px;
}
.tile-box .tile-text-box .menu-labl {
    word-wrap: break-word;
}

.tile-box.flex {
    display: flex;
}
.tile-box .tile-tool,
.tile-box .tile-pdfs {
    width: 160px;
    min-width: 160px;
}
.tile-box .tile-pane .page-area {
    width: 560px;
    height: 794px;
    background-color: #ffffff;
}
/*
#page-mock .page-area {
    width: 3920px;
    height: 5558px;
}
*/
.tile-box .tile-pdfs .drop-page {
    width: 100px;
    height: 142px;
    margin-bottom: 5px;
    background-color: #b7cee1;
    overflow: hidden;
    position: relative;
}
.tile-box .item {
    position: relative;
    width: 115px;
    height: 330px;
}
.tile-box .page {
    width: 100px;
    height: 142px;
    position: relative;
    background-color: #d1d1d1;
}
.tile-box .item .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 154px;
    width: 100px;
    margin-bottom: 30px;
}
.tile-box .page.addp {
    background-color: #e1e1e1;
    background-image: url('styling-img/icon-add.png');
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: center;
}
.tile-box .item .icon {
    position: absolute;
    right: 5px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
}
.tile-box .item .icon.edit {
    top: 5px;
    background-image: url('styling-img/icon-edit-bw.png');
}
.tile-box .item .icon.dupl {
    top: 45px;
    background-image: url('styling-img/icon-dupl-bw.png');
}
.tile-box .item .icon.rmve {
    top: 85px;
    background-image: url('styling-img/icon-clse-bw.png');
}
.tile-box .item .icon.addd {
    top: 5px;
    background-image: url('styling-img/icon-addd-bw.png');
}
.tile-box .item .icon.clse {
    top: 5px;
    background-image: url('styling-img/icon-clse-bw.png');
}
.tile-box .item .fader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.60);
}
.tile-tool .tool-item {
    width: 100%;
    height: 24px;
    margin-bottom: 10px;
}
.tile-tool .tool-wait img,
.tile-pdfs .pdff-bttn-wait.pdff-bttn img {
    height: 38px;
    margin-left: 38px;
}
.tile-tool .tool-item .tool-bttn {
    height: 24px;
    width: 120px;
    text-align: center;
    line-height: 24px;
    font-family: "LatoLatinWeb", sans-serif;
	font-size: 16px;
}
.tile-tool .tool-item .tool-actn {
    height: 38px;
    width: 120px;
    text-align: center;
    line-height: 38px;
    font-family: "LatoLatinWeb", sans-serif;
	font-size: 18px;
    color: #ffffff;
}
.tile-tool.tile-actn .tool-item {
    height: 38px;
    margin-bottom: 15px;
}
.tile-pdfs .tool-item {
    width: 100%;
    height: 38px;
}
.tile-pdfs .pdff-bttn.tool-item {
    margin-bottom: 15px;
}

.tile-pdfs .tool-item .tool-bttn {
    height: 38px;
    width: 100px;
    text-align: center;
    line-height: 38px;
    font-family: "LatoLatinWeb", sans-serif;
	font-size: 18px;
    color: #ffffff;
}
.tile-pdfs .tool-item .tool-bttn .bttn-wrp {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tile-pdfs .tool-item .tool-bttn .bttn-txt {
    color: #ffffff;
}

.tile-pdfs .tool-item .tool-bttn .bttn-img {
    width: 20px;
    height: 20px;
    padding: 9px 0 9px 9px;
}

.tile-pdfs .tool-item .tool-bttn .bttn-img img {
    width: 20px;
    float: left;
}

.page-area .page-draw {
    position: relative;
    width: 500px;
    height: 734px;
    margin: 30px;
    overflow: hidden;
}
.page-area .page-draw.page-tmpl-3 {
    margin: 26px;
    width: 508px;
    height: 742px;
}
.page-draw .area-wrap {
    position: relative;
    width: 500px; 
    min-height: 30px;
    float: left;
}
.page-draw.page-tmpl-3 .area-wrap {
    width: 508px; 
}

.page-draw .area-wrap.area-wrap-1,
.page-draw .area-wrap.area-wrap-5 {
    position: absolute;
}
.page-draw .area-wrap.area-wrap-1 {
    width: 440px;
    bottom: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
}
.page-draw .area-wrap.area-wrap-5 {
    height: 64px;
    width: 120px;
    left: 192px;
    bottom: 0;
}
.page-draw.page-tmpl-3 .area-wrap.area-wrap-5 {
    left: 196px;
    bottom: 4px;
}
.page-draw .area-wrap.area-wrap-5.isrtl {
    left: 188px;
}
.page-draw.page-tmpl-3 .area-wrap.area-wrap-5.isrtl {
    left: 192px;
}
.page-draw .area-wrap .area {
    width: 100%;
    position: relative;
    display: inline-block;
    align-self: flex-end;
}

.page-draw .area-wrap .area.void {
    border-style: dashed;
    border-color: #d36063;
    border-width: 1px;
    box-sizing: border-box;
}

.page-draw .area-wrap .area .area-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    background-color: rgba(100, 100, 100, 0.6);
}
.page-draw .area-wrap .area .area-link:hover {
    opacity: 1;
	transition: opacity .25s ease-in-out;
}
.page-draw .area-wrap .area .area-line {
    width: 100%;
}

.page-draw .area-wrap .area.area-03,
.page-draw .area-wrap .area.area-05,
.page-draw .area-wrap .area.area-07 {
    float: right;
}

.page-draw .area-wrap .area.area-03.isrtl {
    float: left !important;
}
.page-draw .area-wrap .area.area-04.isrtl,
.page-draw .area-wrap .area.area-06.isrtl{
    float: right !important;
}
.page-draw .area-wrap .area.area-05.isrtl,
.page-draw .area-wrap .area.area-07.isrtl{
    float: left !important;
}

.area.isrtl .area-line {
    direction: rtl;
}




.item .askr {
    position: absolute;
    right: 8px;
    width: 180px;
    height: 85px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-top: 15px;
    z-index: 10;
}
.item .askr.dupl {
    top: 85px;
}
.item .askr.rmve {
    top: 130px;
}
.item .askr .bttn-wrap {
    width: 100%;
    height: 24px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.item .askr .bttn-wrap .bttn {
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin: 0 10px;
}

.e-lead .e-box-logo {
	width: 160px;
    height: 100px;
    float: left;
    padding: 0 0 0 30px;
}

.e-lead .e-box-exit {
	margin: 0 20px 0 0;
	height: 120px;
	float: right;
	width: 240px;
}

.e-lead .e-box-exit .e-box-row {
	margin: 5px 0;
	height: 38px;
	float: left;
	width: 100%;
}
.e-lead .e-box-exit .e-box-row .user-help {
    background-color: #a7bf42;
}

.txt-logged-info {
    float: right;
    line-height: 38px;
    padding: 0 3px 0 0;
}

.txt-foot-info {
    float: left;
    line-height: 38px;
    padding: 0 0 0 3px;
    font-size: 10px !important;
}


.row-labels {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 11px;
}


input.flat {
    height: 38px;
    border: none;
    padding: 0 5px;
    line-height: 38px;
    font-family: "LatoLatinWebLight", sans-serif;
	font-size: 18px;
    border-radius: 3px;
}




.squared-check {
	width: 36px;
	height: 36px;
	position: relative;
	float: left;
}

.squared-check label {
	cursor: pointer;
    position: absolute;
    width: 36px;
    height: 36px;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    border-radius: 3px;
}

.squared-check label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 10px;
	height: 18px;
	background: #FFFFFF;
	top: 4px;
	left: 11px;
	border-right-color:#000000;
	border-right-width:5px;
	border-right-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:5px;
	border-bottom-style:solid;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.squared-check label:hover::after,
.squared-tiny label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squared-check input[type=checkbox]:checked + label:after,
.squared-tiny input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.squared-check input[type=radio]:checked + label:after,
.squared-tiny input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.squared-box {
	width: 38px;
	height: 38px;
	position: relative;
	float: left;
}

.squared-box label {
    cursor: pointer;
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
    background-color: #ffffff;
    border-radius: 3px;
    border-width: 5px;
    border-color: #a7bf42;
    border-style: solid;
}

.squared-box label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 7px;
    height: 15px;
    background: #FFFFFF;
    top: 2px;
    left: 8px;
	border-right-color:#000000;
	border-right-width:5px;
	border-right-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:5px;
	border-bottom-style:solid;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.squared-box label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squared-box input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.squared-box input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.e-rounded {
	border-radius: 5px;
}

.e-white {
	background-color: #ffffff;
}
.e-green {
	background-color: #a7bf42;
}
.e-red {
	background-color: #d94322;
}
.e-orange {
	background-color: #ffb402;
}
.e-blue {
	background-color: #7dbae8;
}

.e-logo {
	width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto;
}

.e-info {
	font-family: "LatoLatinWebLight", sans-serif;
	position: relative;
	max-width: 360px;
	margin: 0 auto;
	padding: 15px 45px;
	text-align: center;
	font-size: 13px;
}

.e-info .e-tinybox-wrap {
	width: auto;
    height: 28px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 5px;
}

.e-info .e-tinybox-wrap .e-tinybox {
	width: 28px;
    height: 28px;
    float: left;
    border-radius: 50%;
    line-height: 28px;
    margin: 0 5px;
}

.e-tinybox .tinybox-link {
	width: 28px;
    height: 28px;
    float: left;
    border-radius: 50%;
    line-height: 28px;
}

.e-tinybox .tinybox-link:hover {
	background-color: #89BD2A;
}

.e-tinybox-wrap form {
	display: none;
}

.button-active {
	background-color: #dddddd;
}

.button-inactive {
	background-color: #eeeeee;
}

.e-area {
	width: 100%;
	min-height: 60px;
	float: left;
}

.e-login-page {
	width: 360px;
	/* padding: 8% 0 0; */
	margin: auto;
	height: 100%;
}

.e-exit {
	position: relative;
	z-index: 1;
	background: #9a3432;
	color: #ffffff;
	max-width: 360px;
	margin: 0 auto;
	padding: 15px 45px;
	text-align: center;
}

.e-form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto 30px auto;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.e-form input {
	font-family: "LatoLatinWebMedium", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
}

.e-form a {
	font-family: "LatoLatinWebMedium", sans-serif;
	outline: 0;
	background: #89bd2a;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}

.e-form .e-click-box {
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 0;
}

.e-form a:hover,.form a:active,.form a:focus {
	background: #cccccc;
}

.task-edit-dash {
	margin-top: 30px;
}
.task-edit-dash .e-action-box,
.task-edit-dash .e-action-box-outred,
.task-edit-dash .e-action-box-inner {
	max-width: 115px;
}


.e-action-box {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 180px;
    text-align: center;
    line-height: 38px;
}

.e-action-box.long-bttn {
    max-width: 360px
}

.e-action-box-outred {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 16px;
	display: block;
	width: 100%;
	max-width: 180px;
    text-align: center;
	border-style: solid;
    border-width: 1px;
    border-color: #f00;
	color: #f00;
    height: 36px !important;
    line-height: 36px;
	cursor: pointer;
}

.e-action-box-inner {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 180px;
    text-align: center;
    line-height: 38px;
}

.e-action-box.long-bttn .e-action-box-inner {
    max-width: 360px;
}

.e-action-box a {
    font-family: "LatoLatinWebMedium", sans-serif;
    outline: 0;
    width: 100%;
    border: 0;
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.e-action-box a:hover {
	background: #cccccc;
}

.e-action-box-right {
	margin: 0 0 0 15px;
    float: right;
}

.white-select {
	background-color: #ffffff !important;
    border-style: solid;
    border-width: 2px;
    border-color: #cccccc;
    font-size: 13px;
    height: 26px;
}

.styled-select {
   background: url(../styling/styling-img/select-arrow.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
}

.styled-select select {
   background: transparent;
   border: none;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 380px;
   float: left;
   font-family: 'LatoLatinWebLight', sans-serif;
   font-size: 14px;
}

.styled-input {
    height: 27px;
    padding: 0 5px;
    font-size: 13px;
    border-style: solid;
    border-width: 2px;
    border-color: #cccccc;
    float: left;
	border-radius: 5px;
}

.styled-textarea {
    min-height: 350px;
    padding: 10px 5px;
    font-size: 13px;
    border-style: solid;
    border-width: 2px;
    border-color: #cccccc;
    float: left;
    border-radius: 5px;
	resize: vertical;
}

.styled-input-38 {
	font-size: 16px;
    padding: 0 10px;
}

.bo-list {
    width: calc(100% - 60px);
    min-height: 9000px;
    padding: 20px 30px 300px 30px;
    float: left;
}
.bo-list.bo-bckg {
    background-color: #000000;
}
.bo-twrp {
    height: 42px;
    float: left;
}
.bo-twrp .bo-tggl {
    display: none;
}
.bo-item {
    width: 100%;
    min-height: 42px;
    float: left;
}
.bo-item.bo-bodd {
    background-color: rgba(211, 223, 160, 0.5);
}
.bo-item.bo-bevn {
    background-color: transparent;
}
.bo-item .bo-tile {
    height: 36px;
    margin-top: 3px;
    font-family: "LatoLatinWebLight", sans-serif;
    font-size: 18px;
    line-height: 36px;
}
.bo-item .bo-tile img {
    height: 36px;
}
.bo-void .bo-tile {
    font-size: 16px;
    font-style: italic;
}
.bo-edit {
    width: 100%;
    height: 0;
    overflow: hidden;
}
.bo-edit .bo-edit-innr {
    width: 100%;
    padding: 20px 0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #015A8C;
    min-height: 459px;
}
.bo-edit-add .bo-edit-innr {
    margin-bottom: 20px;
    border-bottom: none;
}
.bo-edit-item {
    width: 100%;
    height: 50px;
}
.bo-edit-item .bo-edit-labl {
    font-family: "LatoLatinWebLight", sans-serif;
    font-size: 14px;
    float: left;
    padding-left: 10px;
}
.bo-edit-item .bo-chck-labl {
    font-family: "LatoLatinWebLight", sans-serif;
    font-size: 14px;
    float: left;
    line-height: 38px;
}
.bo-edit-add .bo-edit-labl-add {
    font-family: "LatoLatinWebLight", sans-serif;
    padding-left: 0;
    float: left;
    font-size: 16px;
    line-height: 38px;
}
.bo-edit-item.bo-edit-bttn {
    margin-top: 20px;
}
.bo-edit-item.bo-edit-bttn .e-action-box {
    color: #ffffff;
}
.bo-coun {
    line-height: 38px;
    color: #C91212;
    font-family: "LatoLatinWebLight", sans-serif;
    font-size: 14px;
    padding-left: 4px;
}
.bo-coun.bo-ctot {
    font-family: "LatoLatinWeb", sans-serif;
    font-size: 16px;
}

@media all and (max-width: 767px) {
	#site-container {
		display: none;
	}
    .site-usage {
        display: block;
    }
}