@charset "utf-8";
@import url("latolatinfontsv2.css");

*:not(wy) {
	margin: 0; 
	padding: 0; 
	outline: none;
	color: #1a1a1a;
}

wy {
    margin: 0; 
    padding: 0; 
	outline: none;
}

*:focus {
    outline: none;
}

html,body {
    height:100%;
}

.default-body {
	font-family: "LatoLatinWebMedium", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	margin: 0 auto;
	-webkit-transform-origin: 50% 0; 
	-ms-transform-origin: 50% 0; 
	transform-origin: 50% 0;
    background-color: #f9f9f9;
}

/* displays */

.hider,
.scttr,
.invc-results,
.browser-info,
.goto-arpt-dumb,
.on-hold,
.srch-bttn,
.cont-chnk,
.rmid-icao-cont,
.edit-area .lists-box.srce-box .list-item-copy,
.side-bbl-box,
.load-n-wait,
.load-n-wait-inner,
.bttn-wait,
.bttn-wait-tiny,
.side-zoom,
.news-help-head-bttn-clse,
.news-help-desc,
.drop-webp-labels .mssg-negtv,
.drop-webp-labels .mssg-postv,
.action-bttn-rmve,
.rmve-rmid-bttn,
.rmve-main-bttn,
.rmve-cust-bttn,
.upload-dashboard,
.uplrfc-area .cell-toggled,
.e-tinybox-wrap form,
#upload-area #bttn-upload,
#oe-upld-srce-box #bttn-upload,
#save-subs-bttn-actv,
#message-box,
#load-n-wait,
#demo-tag,
#accept-no,
#help-box,
#news-box,
#disclaimer-box,
#loading,
#loading-box-dropzone,
#drop-loading,
#ie-tabs-trgt-box .grabber-rmve-wrap,
#ie-tabs-trgt-box-sngl .grabber-rmve-wrap,
#drop-messages .mssg-negtv,
#drop-messages .mssg-postv,
#upload-area .upload-info,
#upload-area .upload-fnsh,
#oe-upld-srce-box .upload-info,
#oe-upld-srce-box .upload-fnsh {
	display: none;
}

.ordr-filt .switch,
.edit-area .switch,
.hollow-bttn,
.hollow-square,
.autocomplete,
.rmid-cont,
.e-container,
.e-lead,
.e-intro,
.e-foot,
.e-body .e-view,
.e-info .e-tinybox-wrap,
#upload-area .btn-wrapper,
#oe-upld-srce-box .btn-wrapper {
    display: inline-block;
}

.panel-wrap,
.e-form .e-click-box,
.clse-stats span {
    display: block;
}





.waitcell {
    position: relative;
}
.waitcell .waitgif {
    position: absolute;
    background-color: #f9f9f9;
    top: 0;
    left: 0;
}

.accept-it {
    max-width: 360px;
    margin: 15px auto;
    height: 40px;
}
.accept-it .e-cell {
    margin-right: 0;
}
.accept-it .accept-it-inner {
    margin: 0 auto;
    text-align: center;
}
.accept-it .accept-it-inner .e-cell {
    height: 26px;
}

.accept-it .accept-it-inner .e-cell .tile-txt {
    font-size: 13px;
    height: 18px;
}

.accept-it .accept-link {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #1a1a1a;
}

.accept-off {
	font-family: "LatoLatinWebMedium", sans-serif;
    outline: 0;
    background: #89bd2a;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 16px;
    max-width: 240px;
    border-radius: 5px;
}

.choose-chgb {
    position: relative;
}

.cci-list-item-wrap .s-cell {
    position: absolute;
    right: 22px;
    height: 36px;
    top: 3px;
}

#demo-tag {
	position: fixed;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
    background-color: #9a3432;
    z-index: 9999;
	text-align: center;
	color: #f9f9f9;
	line-height: 30px;
    font-family: "LatoLatinWebBold", sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul {
    float: left;
	list-style: none;
    padding-left: 20px;
}

ol {
	float: left;
    list-style: decimal;
    padding-left: 20px;
}

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

td.n3-table-cell img {
    height: auto !important;
}

.cke_dialog .ImagePreviewBox img {
    max-width: none !important;
}

a {
	cursor: pointer;
	text-decoration: none;
    transition: background 0.3s linear;
}
a img {
	border:none;
}
a:hover img {
	border:none;
}

b {
	font-family: "LatoLatinWebBold", sans-serif;
}

.dover {
    position: fixed;
    background-color: #f2f2f2;
    z-index: 10;
    color: #000000;
    height: 100%;
    width: 100%;
}

.dover .dover-text,
.dover .dover-clse {
    color: #000000;
    padding: 38px;
    line-height: 26px;
}
.dover .dover-clse {
    text-align: center;
    padding-top: 0;
}
.dover .dover-clse .dover-clse-link {
    color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}

.curiosite-color {
	color: #9a3432;
}

.no-scroll {
	overflow: hidden;
}

.no-vis {
	visibility: hidden;
}

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

.clear {
	clear:both;
}

.left {
	float: left;
	left: 0;
}
.rght {
	float: right !important;
	margin-right: 0 !important;
	right: 0;
}

.mid {
	vertical-align: middle;
}

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

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

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

.bo-border {
	border-bottom-color: #9a3432;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.bo-border-2 {
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b2b2b2
}

.no-overflow {
	overflow: hidden;
}


/* paddings */

.no-pad {padding: 0 !important;}
.ln-pad-3 {padding-top: 3px !important; padding-bottom: 3px !important;}
.bo-no-pad {padding-bottom: 0 !important;}
.bo-pad-10 {padding-bottom: 10px !important;}
.bo-pad-20 {padding-bottom: 20px !important;}
.bo-pad-30 {padding-bottom: 30px !important;}
.bo-pad-60 {padding-bottom: 60px !important;}
.tp-no-pad {padding-top: 0 !important;}
.tp-pad-3 {padding-top: 3px !important;}
.tp-pad-10 {padding-top: 10px !important;}
.tp-pad-15 {padding-top: 15px !important;}
.tp-pad-30 {padding-top: 30px !important;}
.tp-pad-45 {padding-top: 45px !important;}
.le-pad-5 {padding-left: 5px !important;}
.le-pad-10 {padding-left: 10px !important;}
.le-pad-30 {padding-left: 30px !important;}
.rg-pad-5 {padding-right: 5px !important;}
.rg-pad-15 {padding-right: 15px !important;}
.rg-pad-30 {padding-right: 30px !important;}


/* margins */

.no-mrg {margin: 0 !important;}
.no-marg-rght {margin-right: 0 !important;}
.tp-mrg-5 {margin-top: 5px;}
.tp-mrg-7 {margin-top: 7px;}
.tp-mrg-15 {margin-top: 15px;}
.tp-mrg-30 {margin-top: 30px;}
.bo-mrg-3 {margin-bottom: 3px !important;}
.bo-mrg-5 {margin-bottom: 5px !important;}
.bo-mrg-10 {margin-bottom: 10px !important;}
.bo-mrg-15 {margin-bottom: 15px !important;}
.bo-mrg-30 {margin-bottom: 30px !important;}
.le-marg-5 {margin-left: 5px !important;}
.le-marg-10 {margin-left: 10px !important;}
.le-marg-15 {margin-left: 15px !important;}
.le-marg-30 {margin-left: 30px !important;}
.rg-marg-6 {margin-right: 6px !important;}
.rg-marg-5 {margin-right: 5px;}
.rg-marg-10 {margin-right: 10px;}
.rg-marg-15 {margin-right: 15px !important;}
.rg-marg-30 {margin-right: 30px !important;}
.rg-marg-50 {margin-right: 50px !important;}
.rg-marg-60 {margin-right: 60px !important;}
.rg-marg-90 {margin-right: 90px !important;}


/* heights */
.h-22 {height: 22px !important;}
.h-24 {height: 24px;}
.h-26 {height: 26px !important;}
.h-30 {height: 30px;}
.h-36 {height: 36px !important;}
.h-38 {height: 38px !important;}
.h-40 {height: 40px !important;}
.h-66 {height: 66px !important;}

/* line heights */

.no-lh {line-height: normal !important;}
.lh-18 {line-height: 18px !important;}
.lh-22 {line-height: 22px !important;}
.lh-24 {line-height: 24px !important;}
.lh-26 {line-height: 26px !important;}
.lh-30 {line-height: 30px !important;}
.lh-36 {line-height: 36px !important; min-height: 36px !important;}
.lh-38 {line-height: 38px !important;}
.lh-56 {line-height: 56px !important; min-height: 56px !important;}

/*widths pixel */

.w-22 {width: 22px !important;}
.w-24 {width: 24px;}
.w-26 {width: 26px;}
.w-30 {width: 30px;}
.w-36 {width: 36px;}
.w-38 {width: 38px;}
.w-40 {width: 40px;}
.w-50 {width: 50px;}
.w-60 {width: 60px !important;}
.w-70 {width: 70px;}
.w-72 {width: 72px !important;}
.w-78 {width: 78px;}
.w-80 {width: 80px;}
.w-87 {width: 87px;}
.w-90 {width: 90px !important;}
.w-100 {width: 100px !important;}
.w-116 {width: 116px !important;}
.w-120 {width: 120px !important;}
.w-126 {width: 126px;}
.w-130 {width: 130px;}
.w-132 {width: 132px;}
.w-135 {width: 135px !important;}
.w-140 {width: 140px !important;}
.w-141 {width: 141px;}
.w-145 {width: 145px;}
.w-146 {width: 146px !important;}
.w-150 {width: 150px;}
.w-159 {width: 159px !important;}
.w-160 {width: 160px !important;}
.w-177 {width: 177px !important;}
.w-180 {width: 180px;}
.w-200 {width: 200px;}
.w-215 {width: 215px;}
.w-216 {width: 216px;}
.w-219 {width: 219px;}
.w-225 {width: 225px;}
.w-226 {width: 226px;}
.w-240 {width: 240px;}
.w-244 {width: 244px;}
.w-255 {width: 255px;}
.w-265 {width: 265px;}
.w-270 {width: 270px;}
.w-290 {width: 290px;}
.w-305 {width: 305px;}
.w-306 {width: 306px;}
.w-320 {width: 320px;}
.w-333 {width: 333px;}
.w-340 {width: 340px;}
.w-350 {width: 350px;}
.w-360 {width: 360px;}
.w-365 {width: 365px;}
.w-400 {width: 400px;}
.w-433 {width: 433px;}
.w-450 {width: 450px;}
.w-453 {width: 453px;}
.w-465 {width: 465px;}
.w-468 {width: 468px;}
.w-470 {width: 470px;}
.w-478 {width: 478px;}
.w-480 {width: 480px;}
.w-485 {width: 485px;}
.w-500 {width: 500px;}
.w-506 {width: 506px;}
.w-516 {width: 516px;}
.w-525 {width: 525px !important;}
.w-526 {width: 526px;}
.w-531 {width: 531px;}
.w-540 {width: 540px;}
.w-555 {width: 555px;}
.w-560 {width: 560px;}
.w-590 {width: 590px;}
.w-600 {width: 600px;}
.w-633 {width: 633px;}
.w-680 {width: 680px;}
.w-750 {width: 750px;}
.w-900 {width: 900px;}
.w-980 {width: 980px;}
.w-1000 {width: 1000px;}
.w-1007 {width: 1007px;}
.w-1020 {width: 1020px;}
.w-1160 {width: 1160px;}

/* widths percent */

.w-100p {width: 100%;}


.w-200.ellip200 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #000000;
    margin-top: 5px;
}
.triangle.triangle-red {
    border-bottom: 12px solid #9a3432;
}

.dis-smaller span.txt-17 {
    font-size: 13px !important;
}
.is-centered span {
    text-align: center;
}

.border-bottom-grey {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #a3a3a3;
}

.indc-revn {
    text-align: right;
    font-size: 36px !important;
}

.item-mask .settings-mask {
    margin: 16px;
    width: calc(100% - 32px);
}

.float-item-holder .saic-edit {
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    left: 38px;
    height: calc(100% - 32px);
    width: calc(100% - 70px);
    padding: 16px;
    z-index: 10; 
}

.edit-area .input-box,
.edit-area .lists-box {
    position: relative;
}
.edit-area .input-box .input-dumb,
.edit-area .lists-box .input-dumb,
.settings-mask .choose-chgb .input-dumb {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f9f9f9;
    opacity: 0.6;
}
.settings-mask .choose-chgb .input-dumb {
    background-color: #ffffff;
}
.edit-area .lists-box {
    min-height: 36px;
}
.edit-area .lists-box.srce-box,
.edit-area .lists-box.trgt-box {
    min-height: 170px;
    height: 170px;
    padding-bottom: 62px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-style: solid;
    border-width: 10px;
}
.edit-area .oe-addtr-box.lists-box {
    min-height: 170px;
    height: 170px;
}
.edit-area .ie-tabs-box.lists-box,
.edit-area.summ-area .lists-box.srce-box,
.edit-area.summ-area .lists-box.trgt-box {
    min-height: 370px;
    height: 370px;
}
.edit-area #ie-tabs-trgt-box-sngl.ie-tabs-box.lists-box {
    min-height: 100px;
    height: 100px;
}
.edit-area #ie-posi-list.ie-posi-list {
    height: 0;
    overflow: hidden;
}
.edit-area .lists-box.srce-box {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}
.edit-area .lists-box.trgt-box {
    background-color: #e6ecc7;
    border-color: #e6ecc7;
}
.edit-area .lists-box .list-item {
    font-family: 'LatoLatinWebLight', sans-serif;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    margin-bottom: 5px;
    background-color: #f9f9f9;
}

.edit-area .lists-box .list-item.list-item-copy-wrap {
    height: 60px;
}
.edit-area .lists-box.srce-box .list-item.list-item-copy-wrap {
    height: 24px !important;
}
.edit-area .lists-box.trgt-box .list-item-copy {
    height: 36px;
}
.edit-area .lists-box.trgt-box .list-item-copy .e-input {
    height: 24px;
    margin-top: 6px;
}
.edit-area .lists-box.trgt-box .list-item-copy .tile-txt {
    font-size: 13px;
}

.edit-area .oe-addtr-box.lists-box .list-item {
    min-height: 72px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.edit-area .oe-addtr-box.lists-box .list-item .list-item-det {
    font-family: 'LatoLatinWeb', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    width: 100%;
    background-color: #f9f9f9;
    text-align: center;
    color: #a7bf42;
}
.edit-area .oe-addtr-box.oe-addtr-srce-box.lists-box .list-item .list-item-prv,
.edit-area .oe-addtr-box.oe-addtr-srce-box.lists-box .list-item .list-item-pop,
.edit-area .oe-addtr-box.oe-addtr-used-box.lists-box .list-item .list-item-prv,
.edit-area .oe-addtr-box.oe-addtr-used-box.lists-box .list-item .list-item-pop{
    margin-top: 28px;
}

.edit-area .list-item .list-item-marker {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}
.edit-area .list-item .list-item-marker.marker-green {
    background-color: #a7bf42;   
}
.edit-area .list-item .list-item-marker.marker-orange {
    background-color: #ff9900;   
}

#oe-addt-used-box .list-item-marker.marker-green,
#oe-addt-used-box .list-item-marker.marker-orange,
#oe-addr-used-box .list-item-marker.marker-green,
#oe-addr-used-box .list-item-marker.marker-orange {
    background-color: transparent;
}

.qstn-cell {
    position: relative;
}

.qstn-cell-pop {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 30px;
}
.qstn-cell-pop .qstn-bttn {
    height: 30px;
    width: 45px;
    line-height: 30px;
    text-align: center;
    font-family: "LatoLatinWeb", sans-serif;
    font-size: 14px;
    border-radius: 3px;
}

.qstn-cell-pop .qstn-cell-qst {
    font-family: "LatoLatinWeb", sans-serif !important;
    color: #9a3432;
}

.oe-load {
    position: relative;
}

.dtag-box {
    height: auto !important;
    margin-bottom: 10px;
}

.edit-area .img-box img {
    width: auto;
    height: 100%
}

.edit-area .mand-fld {
    font-family: "LatoLatinWeb", "Arial Unicode MS", Quivira, Symbola, Code2000, STIX, "Linux Libertine", MingLiU, "DFKai-SB";
    opacity: 0.5; 
}
.save-error .save-error-text span.mand-fld,
.ordr-error .ordr-error-text span.mand-fld,
.indx-chap-error .indx-chap-error-text span.mand-fld {
    font-family: "LatoLatinWeb", "Arial Unicode MS", Quivira, Symbola, Code2000, STIX, "Linux Libertine", MingLiU, "DFKai-SB";
    color: #bf1e2e;
    opacity: 0.9;
}

#oe-cont-area .refn-err {
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: "LatoLatinWebLight", sans-serif;
	font-size: 18px;
	line-height: 36px;
    height: 36px;
    color: #bf1e2e;
}


.edit-area .ttle-logo-box,
.edit-area .bind-logo-box {
    position: relative;
    width: 328px;
    height: 115px;
    border-style: dotted;
    border-width: 1px;
    border-color: #c7c7c7;
    background-color: #ffffff;
    overflow: hidden;
}


.edit-area .ttle-logo-box img,
.edit-area .bind-logo-box img {
    position: absolute;
    max-width: none;
}

.edit-area .upld-box.ttle-logo,
.edit-area .upld-box.bind-logo {
    height: 400px;
}

.edit-area .ttle-logo-box.ttle-logo-box-bckg,
.edit-area .bind-logo-box.bind-logo-box-bckg {
    background-image: url("styling-img/ttle-logo-dummy.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}

/*
.edit-area .oe-addtr-box.oe-addtr-used-box.lists-box .list-item .list-item-prv,
.edit-area .oe-addtr-box.oe-addtr-used-box.lists-box .list-item .list-item-pop {
    margin-top: 0;
}
*/
.edit-area .lists-box.srce-box .list-item {
    border-color: #b9b9b9; 
}
.edit-area .lists-box.trgt-box .list-item {
    border-color: #a7bf42;
}
.edit-area .lists-box.srce-box .list-item:hover {
    font-family: 'LatoLatinWeb', sans-serif;
    background-color: #b9b9b9;
    color: #f9f9f9;
}
.edit-area .lists-box.trgt-box .list-item:hover {
    font-family: 'LatoLatinWeb', sans-serif;
    border-color: #a7bf42; 
    background-color: #a7bf42;
    color: #f9f9f9;
}
.edit-area .area-box.closed {
    height: 0;
    overflow: hidden;
}
.edit-area .area-box.opened {
    height: auto;
}
.edit-area .filt-bttn-box-in-row {
    margin: 3px 10px 3px 10px;
    opacity: 0.8;
}
.ordr-filt .coun .coun-dot {
    font-family: "LatoLatinWeb", sans-serif;
    padding: 0 10px;
    background-color: #d8eaf8;
    border-radius: 12px;
    color: #000000;
}

.ordr-filt .ordr-filt-flat {
    position: absolute;
    width: 0;
    height: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.7);
}

.peek-area .ordr-area-head {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #a9a9a9;
}

.list-filt .count-bubble-wrap,
.list-actns .count-bubble-wrap {
    position: absolute;
    top: 0;
    left: 30px;
    width: 24px;
    height: 24px;
}

.list-actns .count-bubble-wrap {
    left: 64px;
}

.list-filt .count-bubble,
.list-actns .count-bubble {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #9a3432;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    border-radius: 50%; 
    font-size: 11px;
    font-weight: 900;
}

.ordr-filt,
.filt-bttn-wrap {
    min-width: 50px;
    position: relative;
}
.filt-bttn-wrap {
    margin-top: 6px;
}
.filt-bttn-box-in-row {
    position: relative; 
}
.ordr-filt .filt-bttn-box,
.edit-area .filt-bttn-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 50px;
    margin-right: 10px;
}

.cci-list-area .ordr-filt .filt-bttn-box {
    position: relative;
    height: 24px;
    width: 50px;
    margin-right: 10px;
}
.cci-list-area .ordr-filt .filt-bttn-ico {
    height: 24px;
    width: 24px;
    position: relative;
}
.cci-list-area .ordr-filt .filt-bttn-lbl {
    line-height: 24px;
    position: relative;
}
.cci-list-area .ordr-filt .filt-bttn-ico img {
    height: 36px;
    width: 36px;
    max-width: initial;
    margin-top: -6px;
    margin-left: -6px;
}

.cci-list-area .cci-doc .ordr-filt {
    margin-top: 6px;
}

.ordr-filt .bttn-dumb,
.edit-area .bttn-dumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 100%;
    background-color: #f9f9f9;
    opacity: 0.6;
}

/* The switch - the box around the slider */
.ordr-filt .switch,
.edit-area .switch {
  position: relative;
  width: 50px;
  height: 24px;
}
/* Hide default HTML checkbox */
.ordr-filt .switch input,
.edit-area .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.ordr-filt .slider,
.edit-area .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9a3432;
  -webkit-transition: .4s;
  transition: .4s;
}
.ordr-filt .slider:before,
.edit-area .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.ordr-filt input:checked + .slider,
.aird-switch .ordr-filt input:checked + .slider,
.ordr-filt.ordr-filt-red input:checked + .slider,
.edit-area input:checked + .slider {
    background-color: #a7bf42;
}
.ordr-filt input:focus + .slider,
.edit-area input:focus + .slider {
    box-shadow: 0 0 1px #a7bf42;
}
.ordr-filt input:checked + .slider:before,
.edit-area input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.ordr-filt .slider.round,
.edit-area .slider.round {
    border-radius: 24px;
}
.ordr-filt .slider.round:before,
.edit-area .slider.round:before {
    border-radius: 50%;
}
.cci-list-area .ordr-filt .slider {
    background-color: #b2b2b2;
}
.cci-list-area .aird-switch .ordr-filt .slider {
    background-color: #9a3432;
}
.cci-list-area .ordr-filt.ordr-filt-red .slider {
    background-color: #9a3432;
}
.ordr-filt .tool-bttn-box,
.ordr-filt .tool-bttn-box .bttn-low,
.pge-thmb-move .bttn-low {
    height: 24px;
    line-height: 24px;
}
.ordr-filt .tool-bttn-box .bttn-green.bttn-low {
    background-color: #a7bf42;
}
.pge-thmb-move .bttn-blue.bttn-low {
    background-color: #116fb7;
	color: #ffffff;
    width: 150px;
    height: 24px;
    line-height: 24px;
    float: right;
    margin-right: 10px;
}
.pge-thmb-move .bttn-blue.bttn-low .thmb-move-ico img {
    width: 24px;
}
.pge-thmb-move .bttn-blue.bttn-low .thmb-move-txt {
    color: #ffffff;
}





.ordr-filt .e-input.inpt-low {
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
}
.pointer {
	cursor: pointer;
}
.grabber {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.grabber:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.grabber .grabber-txt-left {
    float: left;
    padding-left: 10px;
}
.grabber .grabber-txt-rght {
    float: right;
    padding-right: 10px;
}
.grabber .grabber-rmve-wrap {
    margin-left: -10px;
}
.grabber .grabber-rmve-icon img {
    height: 24px;
    width: auto;
}

.tab-marker-wrap .tab-marker {
    background-color: #ffffff;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-top-width: 2px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-right-width: 2px;
    border-left-style: solid;
    border-left-color: transparent;
    border-left-width: 2px;
    border-top-left-radius: 0px;
	border-top-right-radius: 3px;
    margin-right: 3px;
}
.tab-marker-wrap .tab-marker.actv {
    background-color: #e6ecc7;
    border-top-color: #a7bf42;
    border-right-color: #a7bf42;
    border-left-color: transparent;
    border-top-left-radius: 3px;
}
.tab-marker-wrap.tab-marker-wrap-1 .tab-marker {
    border-left-color: #cccccc;
}
.tab-marker-wrap.tab-marker-wrap-1 .tab-marker.actv {
    border-left-color: #a7bf42;
}



.tab-marker-wrap .tab-marker .tab-marker-label {
    text-align: center;
}
.tab-marker-wrap.a-bttn {
    background-color: transparent;
}
.tab-marker-wrap.a-bttn.actv {
    background-color: #e6ecc7;
}

.marker-area,
.tab-marker-area {
    position: relative;
}
.marker-area .marker-area-lid,
.tab-marker-area .marker-area-lid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #ffffff;
    z-index: 100;
}

.marker-copy-all .oe-copy-all,
.marker-area-item .oe-copy-item {
    height: 24px;
    font-size: 16px;
}
.marker-copy-all .oe-copy-all {
    border-color: #a7bf42;
    border-width: 3px;
}

.marker-area-item {
    padding: 3px 0;
}
.marker-head {
    background-color: #e4e4e4;
    margin-bottom: 5px;
}

.marker-item-valid {
    color: #c02009;
}

.tab-borders {
	border-left-style: solid;
	border-left-color: #cccccc;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.tab-borders-fllw {
	border-left: none;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-top-left-radius: unset;
	border-top-right-radius: 3px;
}



.no-bottom-border {
	border-bottom: none !important;
}

.top-divider-dots {
	border-top-color: #000000;
	border-top-style: dotted;
	border-top-width: 1px;
}

.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 */
	cursor: auto !important;
}
.fade-default-less {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); /* For IE8 and earlier */
	cursor: auto !important;
}

.opcy-25 {
	width: 100%; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}

.opcy-50 {
	width: 100%; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.opcy-70 {
	width: 100%; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

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

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

.e-rounded-min {
	border-radius: 3px;
}

.e-white {
	background-color: #ffffff;
}

.e-green {
	background-color: #a7bf42;
}

.e-orange {
	background-color: #ffb402;
}

.e-blue {
	background-color: #7dbae8;
}

.e-darkred {
	background-color: #9a3432;
}

.warn-red {
	color: #c91010;
}


.top-shadow {
    -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.2);
    box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.2);
}

.row-progress {
	width: 80%;
    padding-top: 10%;
}

.imps-error {
    float: left;
    width: 100%;
}
.imps-error .bckg-wrap {
    width: 99%;
}

.settings-overlay .save-error .save-error-text { 
    line-height: 24px;
} 

.save-error .save-error-text,
.imps-error .imps-error-text,
.ordr-error .ordr-error-text,
.marker-error .ordr-error-text,
.indx-chap-error .indx-chap-error-text,
.miss-error,
.clse-error,
.miss-success,
.clse-success {
    font-family: "LatoLatinWebLight", sans-serif;
	font-size: 18px;
	line-height: 36px;
    height: 36px;
    color: #bf1e2e;
}

.clse-error.clse-error-extn {
    font-size: 15px;
    line-height: 18px;
}
.clse-error.clse-error-extn span {
    font-style: italic;
    color: #bf1e2e;
}

.clse-stats span {
    width: 100%;
}

.settings-mask .save-error-text {
    min-height: 36px;
    height: auto;
} 

.miss-success {
    font-family: "LatoLatinWeb", sans-serif;
    color: #89bd2a;
}

.miss-error,
.clse-error {
    min-height: 36px !important;
    height: auto !important;
}

.miss-error .miss-item,
.clse-error .miss-item {
    width: 100%;
}
.miss-error .miss-item.miss-head,
.clse-error .miss-item.miss-head {
    font-family: "LatoLatinWeb", sans-serif;
    color: #bf1e2e;
}
.miss-error .miss-item .miss-file,
.clse-error .miss-item .miss-file {
    margin-left: 10px;
}
.miss-error .miss-item.miss-fixs,
.clse-error .miss-item.miss-fixs {
    font-family: "LatoLatinWeb", sans-serif;
    color: #bf1e2e;
}
.miss-error .miss-item.miss-fixs.miss-info,
.clse-error .miss-item.miss-fixs.miss-info {
    font-family: "LatoLatinWebLight", sans-serif;
    margin-bottom: 20px;
    color: #bf1e2e;
}

.menu-load-bttn {
    margin-top: 15px;
}

.save-error .save-error-text {
    font-family: "LatoLatinWeb", sans-serif;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.hollow-bttn {
    float: left;
    height: 36px;
    background-color: #ffffff;
    margin-right: 15px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-radius: 5px;
    cursor: pointer;
}

.hollow-square {
    float: left;
    height: 36px;
    width: 36px;
    background-color: #ffffff;
    margin-right: 6px;
	margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-radius: 5px;
    cursor: pointer;
}


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

.styled-select {
	background: url(../styling/styling-img/down.png) no-repeat 100% 0;
	height: 34px;
	overflow: hidden;
	width: 350px;
}

.adea-date-wrap .styled-select,
.aact-date-wrap .styled-select {
    width: 370px;
}
.adea-date-wrap .styled-select select,
.aact-date-wrap .styled-select select {
    width: 390px;
}

.cv-flow-fchn .styled-select {
    background: url(../styling/styling-img/down-orange.png) no-repeat 100% 0;
	height: 28px;
	width: 278px;
    margin-top: 4px;
}
.cv-flow-fchn .styled-select select {
    width: 298px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
}

.styled-select.off {
    opacity: 0.5;
}

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

.styled-select.small {
	background: url(../styling/styling-img/down.png) no-repeat 100% 0;
    background-size: 24px;
	height: 24px;
	overflow: hidden;
	width: 240px;
}

.styled-select.small.w-190 {
	width: 190px;
}

.styled-select.small select {
	background: transparent;
    border: none;
    font-family: "LatoLatinWebLight", sans-serif;
    font-size: 13px;
    line-height: 16px;
    height: 24px;
    padding: 0 5px;
    width: 270px;
    float: left;
}

.styled-select.small.w-190 select {
	width: 210px;
    padding-right: 0;
}

.styled-select.tiny {
	background: url(../styling/styling-img/down.png) no-repeat 100% 0;
    background-size: 24px;
	height: 24px;
	overflow: hidden;
	width: 100px;
}

.styled-select.tiny select {
	background: transparent;
    border: none;
    font-family: "LatoLatinWebLight", sans-serif;
    font-size: 13px;
    line-height: 16px;
    height: 24px;
    padding: 0 5px;
    width: 130px;
    float: left;
}

.styled-select.long {
	width: 380px !important;
}

.styled-select.long select {
    width: 410px !important;
}


.styled-select-low {
	background: url(../styling/styling-img/down-low.png) no-repeat 100% 0;
	height: 28px;
	overflow: hidden;
}

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

.styled-textarea {
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 18px;
    height: 200px;
    padding: 0px 5px;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-radius: 5px;
    margin: 0px;
    resize: none;
}

#set-mail.styled-textarea {
    font-size: 16px;
}

.styled-textarea.pubm,
.styled-textarea.pubi {
    height: 100px;
}

.styled-textarea.dynamic {
    resize: vertical;
}

.styled-textarea.large {
    height: 260px;
}

.styled-textarea.medium {
    height: 100px;
}

.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); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.squared-check 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 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

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



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

.squared-box label {
    cursor: pointer;
    position: absolute;
    width: 26px;
    height: 26px;
    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: 8px;
    height: 15px;
    background: #FFFFFF;
    top: 1px;
    left: 7px;
	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;
}

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

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

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

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

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

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

.squared-box-small.red label:after {
	border-right-color:#c02009;
	border-bottom-color:#c02009;
}
.squared-box-small.gray label {
    border-color: #a2a2a2;
}

.red-tag {
    color:#c02009;
}

.autocomplete {
  	position: relative;
}

.add-wrld .autocomplete-items,
.rmve-wrld .autocomplete-items,
.adea-wrld .autocomplete-items,
.aact-wrld .autocomplete-items {
    min-width: unset;
    width: 443px;
}
.add-wrld .autocomplete-items div,
.rmve-wrld .autocomplete-items div,
.adea-wrld .autocomplete-items div,
.aact-wrld .autocomplete-items div {
    min-width: unset;
    width: 433px;
    padding-right: 0;
}
.add-wrld .autocomplete-items div {
    background-color: #d4dfa1;
}
.rmve-wrld .autocomplete-items div,
.adea-wrld .autocomplete-items div,
.aact-wrld .autocomplete-items div {
    background-color: #ffd79a;
}

.settings-mask .rmve-adr-bttn,
.settings-mask .adea-adr-bttn,
.settings-mask .aact-adr-bttn {
    position: relative;
}

.autocomplete-items {
  	position: absolute;
  	border: none;
  	z-index: 999;
 	 /*position the autocomplete items to be the same width as the container:*/
  	top: 100%;
  	left: 0;
  	right: 0;
  	margin-bottom: 200px;
	height: 36px;
    line-height: 36px;
	min-width: 600px;
}
.autocomplete-items div {
  	padding: 0 10px;
  	cursor: pointer;
  	background-color: #fff; 
  	border-bottom: 1px solid #d4d4d4; 
	min-width: 600px;
}
.autocomplete-items div:hover {
  	/*when hovering an item:*/
  	background-color: #e9e9e9; 
}
.autocomplete-active {
  	/*when navigating through the items using the arrow keys:*/
  	background-color: #e9e9e9 !important; 
}

.rght-txt {
    text-align: right;
    padding-right: 5px;
}
.rght-txt.txt-11 {
    text-align: right;
    font-family: "LatoLatinWebLight", sans-serif;
    font-size: 11px;
    line-height: 36px;
}

.txt-01 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 36px;
	line-height: 120px;
}
.txt-04 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 18px;
	line-height: 36px;
}
.txt-05 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.txt-06 {
	font-family: "LatoLatinWebBold", sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.txt-09 {
    background-color: #e39a60;
    padding: 6px 15px;
    border-radius: 6px;
    color: #f9f9f9;
    font-family: "LatoLatinWebBold", sans-serif;
    font-size: 18px;
    line-height: 24px;
	float: left;
}
.txt-09.red {
    border-style: solid;
    border-color: #bf1e2e;
    color: #bf1e2e;
    background-color: #ffffff;
    border-width: 2px;
    padding: 4px 15px;
}
.txt-09.red.stdw {
    min-width: 319px;
    text-align: center;
}

.txt-11 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 11px;
	line-height: 36px;
	display: table-cell;
    text-align: center;
}
.txt-12 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 11px;
	line-height: 36px;
}
.txt-13 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 13px;
	line-height: 36px;
}
.txt-14 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 13px;
	line-height: 36px;
	display: table-cell;
    text-align: center;
}
.txt-15 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 16px;
	line-height: 36px;
}
.txt-16 {
	font-family: "LatoLatinWebBold", sans-serif;
	font-size: 18px;
	line-height: 36px;
}
.txt-17 {
    font-family: "LatoLatinWebLight", sans-serif;
	font-size: 14px;
	line-height: 32px;
}
.txt-18 {
    font-family: "LatoLatinWebLight", sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.txt-19 {
	font-family: "LatoLatinWebBold", sans-serif;
	font-size: 18px;
	line-height: 30px;
}
.txt-20 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 11px;
	line-height: 36px;
	text-align: right;
}
.txt-21 {
	font-family: "LatoLatinWebBold", sans-serif;
	font-size: 16px;
	line-height: 36px;
}
.txt-22 {
	font-family: "LatoLatinWebBold", sans-serif;
	font-size: 11px;
	line-height: 36px;
}
.txt-23 {
	font-family: "LatoLatinWebBold", sans-serif;
	font-size: 16px;
	line-height: 36px;
}
.txt-24 {
	font-family: "LatoLatinWebBold", sans-serif;
	font-size: 13px;
	line-height: 36px;
}
.txt-25 {
	font-family: "LatoLatinWebBold", sans-serif;
	font-size: 18px;
	line-height: 36px;
}
.txt-26 {
    font-family: "LatoLatinWebBold", sans-serif;
	font-size: 14px;
	line-height: 32px;
}
.txt-27 {
    font-family: "LatoLatinWebLight", sans-serif;
	font-size: 14px;
    line-height: 20px;
}
.txt-28 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 16px;
	line-height: 16px;
}
.txt-28.lh24 {
	line-height: 24px;
}
.txt-28.lh36 {
	line-height: 36px;
}
.txt-29 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 14px;
}
.txt-29.lhs {
	line-height: 36px;
}

.txt-bold {
	font-family: "LatoLatinWebBold", sans-serif;
}

.txt-36 {
    line-height: 36px;
}
.txt-37 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 13px;
	line-height: 14px;
}
.txt-38 {
	font-family: "LatoLatinWebBold", sans-serif;
	font-size: 13px;
	line-height: 14px;
}
.txt-orange {
    color: #ff9900;
}

.txt-darkred {
    color: #9a3432 !important;
}

.txt-green {
    color: #729201;
}

.controls-box-inner {
    margin-left: 55px;
    padding-top: 30px;
}

.controls-box-inner-row {
	width: 100%;
    height: 36px;
}

.list-small-txt {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 13px;
	line-height: 24px;
}

.list-small .inner-row {
	min-height: 24px !important;
	line-height: 24px;
}

.txt-rght {
	text-align: right;
}

.pos-nmbr {
	font-family: "LatoLatinWebBold", sans-serif;
	color: #00a400;
}
.neg-nmbr {
	font-family: "LatoLatinWebBold", sans-serif;
	color: #c02009;
}

.bckg-wrap {
	float: left;
}
.bckg-wrap-inner {
	width: 100%;
	min-height: 36px;
}

.bckg-high {
    background-color: #c2d2e5 !important;
}

.bckg-odd {
	background-color: #e5e5e5;
}
.bckg-evn {
	background-color: #f4f4f4;
}

.bckg-odd-2 {
	background-color: #d8eaf8;
}
.bckg-evn-2 {
	background-color: #f2f8fc;
}

.bckg-odd-3 {
	background-color: #e4ebc6;
}
.bckg-evn-3 {
	background-color: #f6f8ec;
}

.bckg-odd-4 {
	background-color: #c2ced8;
}
.bckg-evn-4 {
	background-color: #eaeef2;
}

.bckg-odd-5 {
	background-color: #cfe9ff;
}
.bckg-evn-5 {
	background-color: #ebf6ff;
}

.bckg-odd-6 {
	background-color: #e6ecc7;
}
.bckg-evn-6 {
	background-color: #f7f9ed;
}
.bckg-odd-7 {
	background-color: #d4d4d4;
}
.bckg-evn-7 {
	background-color: #eeeeee;
}


.left-1984-468-1,
.left-1295-468-2,
.left-1187-102-3,
.left-1247-375-4,
.left-1875-279-5,
.left-1094-279-6,
.left-986-279-7 {
	margin-left: 0;
}



#show-runs .inner-row-text-tile {
    min-height: 36px;
    line-height: 36px;
}

.ordr-pad-box {
    padding-left: 160px;
}

.rmid-cont {
    width: 96%;
    padding: 5px 2%;
    float: left;
    position: relative;
}

.row-sub-header {
	border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #e5e5e5;
	text-align: center;
}

.no-border {
	border: none !important;
}

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

.oe-sngl-srce-box .item-box {
    background-color: transparent;
    padding-left: 5px;
}
.oe-sngl-srce-box .item-box .squared-box-small {
    margin-top: 2px;
}

.oe-sngl-srce-box .item-box .squared-box-small .squared-off,
.oe-load .oe-load-off {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
}
.oe-load .oe-load-off {
    z-index: 200;
}
.oe-sngl-srce-box .item-box .squared-box-small .squared-off.actv,
.oe-load .oe-load-off.actv {
    height: 100%;
    width: 100%;
    background-color: #f9f9f9;
    opacity: 0.7;
}

.oe-sngl-srce-box .sngl-srce-box-head {
    background-color: #e4e4e4;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-top-width: 2px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-right-width: 2px;
    border-left-style: solid;
    border-left-color: #cccccc;
    border-left-width: 2px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
}

.oe-sngl-srce-box .sngl-srce-box-head .head-label {
    text-align: center;
}


#load-n-wait,
.load-n-wait,
.load-n-wait-inner {
	text-align: center;
	max-width: 1200px;
    width: 100%;
}
#load-n-wait img {
	height: 90px;
	padding-top: 30px;
}
.load-n-wait-inner {
	margin: 20px 0;
}
.load-n-wait-inner img {
	height: 60px;
}
.load-n-wait.e-row img {
    max-height: 90px;
}
.bttn-wait {
    height: 36px;
}
.bttn-wait img {
    height: 36px;
    width: auto;
}
.bttn-wait-tiny {
    height: 26px;
}
.bttn-wait-tiny img {
    height: 20px;
    width: auto;
    margin-top: 3px;
}

.side-tab-box,
.side-bbl-box {
	position: fixed;
	top: 150px;	
	z-index: 5000;
}
.side-tab-box {
	left: 0;
	width: 40px;
}
.side-bbl-box {
	left: 40px;
	min-width: 80px;
	margin-left: 20px;
}

.side-tab{
	position: relative;
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	margin-bottom: 2px;
	cursor: pointer;
}


#ordr-area .e-cell,
#indx-area .e-cell {
    height: 30px;
}

.e-cell.e-rele {
    position: relative;
}

#ordr-area .p-cell {
    position: relative;
}

#ordr-area .p-cell .p-cell-info {
    position: absolute;
    width: 0;
    height: 100%;
    z-index: 500;
}

#ordr-area .p-cell-info .p-cell-stat {
    font-family: "LatoLatinWebLight", sans-serif;
	font-size: 18px;
	line-height: 30px;
    height: 30px;
    color: #bf1e2e;
}

#ordr-area .imps-wait img,
#ordr-area .imps-stby img {
    max-width: 80%;
}

#ordr-area .e-cell.cell-header,
#indx-area .e-cell.cell-header {
    font-family: "LatoLatinWebLight", sans-serif;
	font-size: 14px;
    line-height: 30px;
}

#ordr-area .e-cell .cell-marker.marker-full {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
#ordr-area .e-cell .cell-marker.marker-hllw {
    width: 14px;
    height: 14px;
    margin-top: 5px;
    border-style: solid;
    border-width: 3px;
}

#ordr-area .bckg-pop {
    background-color: #f9f9f9;
}

#ordr-area .bckg-altn,
#ordr-area .bckg-pop-altn,
#indx-area .bckg-altn,
#miss-error .bckg-altn,
#clse-error .bckg-altn {
    background-color: #e9e9e9;
}

#side-help {
	background-color: #a7bf42;
}
#side-news {
	background-color: #9a3432;
}
#side-flow {
	background-color: #ff9800;
}
#help-box,
#news-box {
	min-height: 33%;
    max-height: 33%;
	overflow: hidden;
}

#disclaimer-box,
#help-box,
#news-box,
#controls-box {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;  
    background-color: #ffffff;
}
#disclaimer-box {
	padding-bottom: 30px;
    z-index: 9;
}
#help-box,
#news-box {
	padding-bottom: 50px;
	z-index: 5000;
}
#controls-box {
	padding-bottom: 60px;
}

.news-help-wrap {
	width: 100%;
    max-height: 100%;
	margin-top: 50px;
}
.news-help-clse-bttn {
	position: absolute;
    top: 12px;
    left: 10px;
	cursor: pointer;
}

.news-help-body-wrap {
	width: 770px !important;
    padding: 5px 5px 5px 65px !important;
	overflow-x: hidden;
}

.news-help-inner-box {
	width: 98%;
	min-height: 30px;
	margin-bottom: 12px;
}

.news-help-inner-row {
	width: 100%;
	min-height: 30px;
}

.news-help-frame {
	width: 790px;
    height: 800px;
}

.news-help-inner-row p {
	float: left;
	margin-bottom: 5px;
	width: 100%;
}

.news-help-inner-row p b {
	font-size: 13px;
}

.news-help-inner-row p img {
	opacity: 0.7;
	max-height: 60px;
}

.news-help-head {
	position: relative;
	margin-bottom: 10px;
	background-color: #e3e3e3;
    border-radius: 5px;
}

.news-help-head-bttn {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.buffer {
	width: 100%;
	height: 600px;
}

.field-point-body {
	border-top-color: #9a3432;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-color: #9a3432;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #9a3432;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 36px !important;
	min-width: 315px;
	padding-right: 15px !important;
	padding-left: 10px !important;
	background-color: #ffffff;
	color: #9a3432;
    line-height: 36px;
    font-size: 18px;
}

#message-box {
	float: left;
	width: 100%
}

.cldr-txt-01 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 14px;
}
.cldr-txt-03 {
	font-family: "LatoLatinWebBold", sans-serif;
	font-size: 28px;
	line-height: 36px;
}
.cldr-txt-04 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 18px;
	line-height: 36px;
}
.cldr-txt-05 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.cldr-txt-06 {
	font-family: "LatoLatinWebBold", sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.cldr-txt-07 {
	font-family: "LatoLatinWebBold", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #c61a1a;
}
.cldr-txt-08 {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #c61a1a;
}
.cldr-txt-09 {
    background-color: #e39a60;
    padding: 6px 15px;
    border-radius: 6px;
    color: #f9f9f9;
    font-family: "LatoLatinWebBold", sans-serif;
    font-size: 18px;
    line-height: 24px;
	float: left;
}
.cldr-txt-10 {
    background-color: #a7bf42;
    padding: 6px 15px;
    border-radius: 6px;
    color: #f9f9f9;
    font-family: "LatoLatinWebBold", sans-serif;
    font-size: 18px;
    line-height: 24px;
	float: left;
}

.e-wrap {
    height: 100%;
    float: left;
    width: 100%;
    min-width: 900px; /* avoid responsive below this width */
}

.e-container {
	min-height: 120px;
	width: 100%;
	position: relative;
	overflow-x: scroll;
	margin-top: 30px;
}

.dz-message {
    font-family: 'LatoLatinWebLight', sans-serif;
    font-size: 16px;
    /*margin-top: 2.5em !important;*/
}

.dropzone-pad {
	min-height: 105px !important;
}

.dropzone-square {
	width: 260px;
    min-height: 260px !important;
}

#drop-continue .e-action-box,
#drop-continue .e-action-box-inner {
	max-width: 196px;
}

#drop-messages {
	width: auto;
}

#drop-messages .mssg-negtv {
	border-style: solid;
    border-width: 2px;
    border-color: #bf1e2e;
    border-radius: 5px;
    padding: 8px;
    color: #bf1e2e;
}

#drop-messages .mssg-postv {
	border-style: solid;
    border-width: 2px;
    border-color: #89bd2a;
    border-radius: 5px;
    padding: 8px;
    color: #89bd2a;
}

#loading {
	background-image: url(styling-img/progress.gif);
	width: 60px;
    height: 60px;
	background-size: cover;
    background-repeat: no-repeat;
}

#loading-box-dropzone {
	position: absolute;
    width: 60px;
    height: 60px;
    margin: 0 40%;
	background-image: url(styling-img/progress.gif);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 20px;
}

.drop-webp-labels {
	position: relative;
	width: 400px;
    height: 196px;
}

.drop-webp-labels .img-mssg {
	width: 90%;
    margin: 0 5%;
    height: 90px;
    position: absolute;
    top: 0;
	left: 0;
}

.drop-webp-labels .mssg-negtv {
	border-style: solid;
    border-width: 2px;
    border-color: #bf1e2e;
    border-radius: 5px;
    padding: 8px;
    color: #bf1e2e;
    margin-top: 31px;
}

.drop-webp-labels .mssg-postv {
	border-style: solid;
    border-width: 2px;
    border-color: #89bd2a;
    border-radius: 5px;
    padding: 8px;
    color: #89bd2a;
    margin-top: 31px;
}

.inner-row-text-tile {
    font-family: "LatoLatinWebLight", sans-serif;
    width: 100%;
    min-height: 28px;
    line-height: 28px;
    font-size: 18px;
}

.inner-row-block {
	max-width: 900px;
}

.drop-area {
	margin-top: 20px;
}

#drop-loading {
    width: 40px;
    height: 40px;
    background-image: url(styling-img/progress.gif);
    background-repeat: no-repeat;
    background-size: contain;
}

#panel {
	/*min-width: 1380px;*/
    min-width: 1068px;
}

.e-cell-wrap {
	min-width: 900px;
}

.panel-wrap {
	min-height: 9000px;
	width: 98%;
	float: left;
	margin-left: 30px;
}

.cldr-input {
    font-family: "LatoLatinWebBold", sans-serif;
    height: 36px;
    padding: 0 5px;
    float: left;
    border: none;
    font-size: 18px;
}

.sttn-input { /* add-on to cldr-input */
	border-style: solid;
    border-width: 1px;
    border-color: #a7bf42;
    height: 34px;
}

.e-input {
	font-family: "LatoLatinWebLight", sans-serif;
	font-size: 18px;
    height: 34px;
    padding: 0 5px;
    float: left; 
	border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
	border-radius: 5px;
}

.e-cell {
	height: 36px;
	float: left;
	margin: 0 15px 0 0;
}

.e-cell-tile {
	padding: 12px 8px 24px 12px;
    margin-top: 12px;
    margin-right: 12px;
    min-height: 580px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    border-radius: 5px;
}

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

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

.logn-avis.e-intro {
    font-family: "LatoLatinWeb", sans-serif;
    margin: 30px 0;
    background-color: #ff9900;
	color: #ffffff;
    text-align: center;
    padding: 0 !important;
    line-height: 40px;
}
.logn-avis.e-intro b {
    font-family: "LatoLatinWebBlack", sans-serif;
    color: #ffffff;
}

.e-foot {
	min-height: 60px;
	width: 100%;
	margin: 30px 0 0 0;
}

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

.e-row-high {
	min-height: 36px;
	width: 94%;
	padding: 10px 2% 10px 0;
    position: relative;
    margin-left: 3%;
}

.e-row-high.high2 {
   margin-left: 2%; 
}

.e-row .inner-row {
	width: 100%;
	min-height: 36px;
}

.row-spacer {
	margin: 5px 0;
}

.row-spacer-23 {
	margin: 23px 0;
}

.row-spacer-5-top {
	margin-top: 5px;
}

.row-spacer-23-top {
	margin-top: 23px;
}

.e-row .tile-wrap {
	width: 100%;
	min-height: 72px;
	max-width: 1700px;
}

.e-row-inner {
	margin-bottom: 200px;
    padding: 5px 0 !important;
}

.tile-row {
	width: 93% !important;
    padding: 5px 5px 5px 65px !important;
}

.tile .menutile-covr {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(249,249,249,0.8);
}

.tile {
	float: left;
	min-width: 72px;
	height: 72px;
	margin: 0 50px 16px 0;
    position: relative;
}

.tile-img-box {
    position: relative;
	width: 72px;
	height: 72px;
	cursor: pointer;
}

.tile-img-box .menu-indc {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background-color: #bf0000;
    border-radius: 50%;
}

.tile-txt-box {
	width: 330px; /*272*/
    height: 64px;
    padding-left: 16px;
	padding-top: 8px;
}

.mark-darkred {
	background-color: #9a3432;
    padding: 0 3px;
    color: #f9f9f9;
    border-radius: 2px;
}

.tile-txt {
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}

.tile-txt-lead {
	font-family: "LatoLatinWebBold", sans-serif; 
}
.tile-txt-desc {
	font-family: "LatoLatinWebLight", sans-serif; 
}

.e-lead .e-box-logo {
	min-width: 120px;
	height: 120px;
	float: left;
}

.e-lead .e-box-logo img {
	height: 120px;
}

.e-lead .e-box-call {
	min-width: 60px;
	height: 120px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 65px;
}

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

.e-lead .e-box-exit .e-box-row {
	margin: 5px 0;
	height: 38px;
	float: left;
	width: 100%;
}

.e-body .e-view {
	height: auto;
	width: 84%;
	float: right;
	min-height: 90px;
	padding: 12px 0;
}


.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;
}

.e-logo {
	width: 80px;
    height: 80px;
    position: relative;
    background-image: url(styling-img/aircraft-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 60px auto 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;
    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;
}

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


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

.e-login-page {
	width: 360px;
	margin: auto;
	height: 100%;
}

.e-exit {
    font-family: "LatoLatinWebMedium", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 1;
	background: #9a3432;
	color: #ffffff;
	max-width: 270px;
	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 {
	width: 100%;
	max-width: 240px;
	margin: 0;
}
.e-form a:hover,.form a:active,.form a:focus {
	background: #cccccc;
}

.action-bttn {
    color: #ffffff;
    font-family: "LatoLatinWebBold", sans-serif;
	font-size: 16px;
	line-height: 36px;
}

.action-bttn-hollow {
    border-color: #9a3432;
    border-width: 1px;
    border-style: solid;
    height: 36px !important;
    line-height: 36px !important;
    color: #9a3432;
}

.e-action-box {
    width: 100%;
    height: 100%;
    max-width: 180px;
    text-align: center;
    line-height: 38px;
}
.e-action-box-inner {
    width: 100%;
    height: 100%;
    max-width: 180px;
    text-align: center;
    line-height: 38px;
}
.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;
}

.dash-addr-wrap,
.item-task-box .e-row {
	/*min-width: 1880px;*/
	min-width: 1480px;
}



.inner-bttn {
	width: 110px;
    margin: 5px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: #ffffff;
}

.subs-tile-wrap {
	width: 100%;
	min-height: 200px;
	position: relative;
	padding-bottom: 10px;
}
.subs-tile-wrap-head {
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
}
.subs-tile {
	height: 100%;
	padding-left: 10px;
}
.subs-tile-row {
	width: 100%;
	min-height: 36px;
}
.subs-tile-row-label {
	width: 160px;
	height: 36px;
}
.subs-tile-row-value {
	width: 430px;
	height: 36px;
}
.subs-tile-row-wide {
	width: 590px;
	min-height: 36px;
}

#cycl-rslt {
	min-width: 1700px;
}

.cell-hdiv-9,
.cell-hdiv-9-srch {
	border-top-color: #999999;
    border-top-style: dotted;
    border-top-width: 1px;
	width: 100%;
}

.plain-text {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 16px;
}


/* upload */
#upload-area .btn-wrapper input[type=file],
#oe-upld-srce-box .btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 38px;
    cursor: pointer;
}
#upload-area.cell-row,
#oe-upld-srce-box.cell-row {
    min-height: 30px;
	width: 100%;
}
#upload-area.w-600i,
#oe-upld-srce-box.w-600i {
    width: 600px !important;
}
#upload-area.pad-bottom-40,
#oe-upld-srce-box.pad-bottom-40 {
    padding-bottom: 40px;
}
#upload-area.lh-38,
#oe-upld-srce-box.lh-38 {
    line-height: 38px;
}
#upload-area .mb-30,
#oe-upld-srce-box .mb-30 {
    margin-bottom: 30px !important;
}
#upload-area .mr-15,
#oe-upld-srce-box .mr-15 {
    margin-right: 15px !important;
}
#upload-area .inner-row,
#oe-upld-srce-box .inner-row {
    width: 100%;
}
#upload-area .btn-wrapper,
#oe-upld-srce-box .btn-wrapper {
    position: relative;
    overflow: hidden;
}
#upload-area .bttn-float,
#oe-upld-srce-box .bttn-float {
    min-width: 125px;
    height: 38px;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
}
#upload-area .pointer,
#oe-upld-srce-box .pointer {
    cursor: pointer;
}
#upload-area .btn,
#oe-upld-srce-box .btn {
    font-family: "LatoLatinWebMedium", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 36px;
    padding: 1px 15px;
    border-radius: 5px;
    border: none;
    min-width: 125px;
}
#upload-area .bttn-green,
#oe-upld-srce-box .bttn-green {
    background-color: #89bd2a;
    color: #ffffff;
}
#upload-area .bttn-orange,
#oe-upld-srce-box .bttn-orange {
	background-color: #ff9900;
	color: #ffffff;
}
#upload-area .bttn-green-hollow,
#oe-upld-srce-box .bttn-green-hollow,
.pge-upld-area .bttn-green-hollow {
	background-color: #ffffff;
	color: #89bd2a;
	border-color: #89bd2a;
	border-style: solid;
	border-width: 2px;
}
#upload-area .bttn-blue,
#oe-upld-srce-box .bttn-blue {
	background-color: #116fb7;
	color: #ffffff;
}
#upload-area .bttn-red,
#oe-upld-srce-box .bttn-red {
	background-color: #c91010;
	color: #ffffff;
}
#upload-area .drop-mssg-neg, 
#upload-area .drop-mssg-pos,
#oe-upld-srce-box .drop-mssg-neg,
#oe-upld-srce-box .drop-mssg-pos {
    font-family: "LatoLatinWebMedium", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 36px;
    padding-left: 10px;
    border-radius: 5px;
}
#upload-area .txt-05,
#oe-upld-srce-box .txt-05 {
    font-family: "LatoLatinWebLight", sans-serif;
    font-size: 18px;
    line-height: 24px;
}
#upload-area .e-action-box-inner,
#oe-upld-srce-box .e-action-box-inner {
	min-width: 125px;
	max-width: 125px;
}
#upload-area .small-info-list,
#oe-upld-srce-box .small-info-list {
	font-family: "LatoLatinWebLight", sans-serif;
    font-size: 13px;
	line-height: 18px;
}
#upload-area-dashboard .button-text {
	font-size: 16px;
}
.uplrfc-area .styled-select {
	width: 480px;
}
.uplrfc-area .styled-select select {
	width: 500px;
}

.cci-list-area {
    width: 1660px;
    overflow: hidden;
}

.cci-list-area .e-cell{
    margin: 0;
}

.cci-list-area .rg-marg-5{
    margin-right: 5px !important;
}

.cci-list-item-wrap {
    width: 1300px;
    min-height: 800px;
    padding-bottom: 400px;
}
.cci-list-admin .cci-list-icao {
    padding-right: 10px !important;
}

.cci-list-head-toggle {
    width: 1300px;
}

.cci-list-item-none.cci-list-item {
    margin-left: 1.8%;
    max-width: 1236px;
    min-height: 42px !important;
}

.cci-list-area .cci-list-item {
    padding-top: 0;
    padding-bottom: 0;
    /*min-height: 42px;*/
}
.cci-list-area .cci-list-item.e-row-high {
    min-height: 0;
}
.cci-list-area .cci-list-item.cci-list-item-rmve {
    min-height: 42px;
}
.cci-list-area .cci-list-item.cci-list-head {
    line-height: 36px;
}

.cci-list-area .cci-list-item-name {
    height: 36px;
    position: absolute;
    top: 3px;
    left: 10px;
}
.cci-list-area .cci-list-item-name .txt-04 {
    font-size: 16px;
}

.cci-list-area .cci-list-issues .txt-04 {
    font-size: 14px;
    line-height: 18px;
}

.cci-list-area .do-pdf-build {
    position: relative;
}

.cci-list-area .do-pdf-build .pdf-wait {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}


.cci-list-area .cci-doc .txt-04 {
    font-size: 14px;
}
.cci-list-area .cci-doc .txt-06 {
    font-size: 14px;
    line-height: 36px;
}
.cci-list-area .cci-list-pges .e-cell {
    line-height: 36px;
}
.cci-list-area .cci-list-pges .row-bord {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #a2a2a2;
}

.n3-img-box img {
    position: relative;
}

.n3-img-box img,
.n3-regular-img img,
.upload-img-box img {
    max-width: unset;
}

#upload-img-preview .upload-img-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: dashed;
    border-width: 1px;
    border-color: #ed143d;
    cursor: move;
}

#upload-img-preview .upload-img-box img {
	left: 0;
	pointer-events: none;
	position: relative;
	top: 0;
	-moz-user-select: none;
}

.pge-upld .pge-thmb,
.pge-upld .pge-thmb-desc {
    height: 106px;
}
.pge-upld .pge-thmb.pge-thmb-cur {
    background-color: #d4dfa2;
}
.pge-upld .pge-thmb.pge-thmb-upl {
    background-color: #a2d4df;
}
.pge-upld .pge-thmb .desc-nmbr,
.pge-upld .pge-thmb .desc-date {
    font-family: "LatoLatinWeb", sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.pge-upld .pge-thmb .desc-date {
    font-family: "LatoLatinWebLight", sans-serif;
    line-height: 18px;
}
.pge-upld .n3-pdff-col {
    text-align: center; 
}
.pge-upld .n3-pdff-cur,
.pge-upld .n3-pdff-rev,
.pge-upld .n3-pdff-upl {
    background-color: #e9e9e9;
    min-height: 242px;
}
.pge-upld .pge-item-cur,
.pge-upld .pge-item-rev,
.pge-upld .pge-item-upl {
    cursor: pointer;
}
.pge-upld .pge-thmb-move {
    height: 24px; 
}


@viewport {
  width: device-width;
  zoom: 1;
}


@media all and (min-height: 890px) {
	
	#disclaimer-box {
		display: block;
	}
	
}


@media all and (max-width: 359px) {
	
	.e-container {
		display: none;
	}
	
}


@media all and (max-width: 989px) {
	
    .e-box-logo img,
    .e-box-call {
        display: none;
    }
	
}

@media all and (max-width: 985px) {
	
	.left-986-279-7 {
		margin-left: 279px;
	}
	
}


@media all and (max-width: 1093px) {
	
	.left-1094-279-6 {
		margin-left: 279px;
	}
	
}

@media all and (max-width: 1294px) {
	
	.left-1295-468-2 {
		margin-left: 468px;
	}
	
}

@media all and (max-width: 1246px) {
	
	.left-1247-375-4 {
		margin-left: 375px;
	}
	
}

@media all and (max-width: 1186px) {
	
	.left-1984-468-1,
	.left-1295-468-2,
	.left-1187-102-3 {
		margin-left: 102px;
	}
	
}


@media all and (max-width: 1564px) {
	
	.uplrfc-area .on-hold {
		padding-top: 10px;
    	padding-left: 371px;
	}
	
}



@media all and (max-width: 1874px) {
	
	.left-1875-279-5 {
		margin-left: 279px;
	}
	
}

@media all and (min-width: 1895px) {
	
	#e-cell-tile-frst {
		float: left;
	}
	
}

@media all and (max-width: 1983px) {
	
	.left-1984-468-1 {
		margin-left: 468px;
	}
	
}

@media all and (min-width: 1996px) {
	
	.cell-hdiv-9-srch {
		border: none;
		width: 555px;
	}
	
}

@media all and (min-width: 2066px) {
	
	.cell-hdiv-9 {
		border: none;
		width: 555px;
	}
	
}


