﻿
/* HTML5 Compat in old browsers */

header, section, footer, aside, nav, main, article, figure {
    display: block; 
} 

/* END HTML5 Compat */


/* ---------------------- */
/* Reset
------------------------- */

html { /*overflow: auto;*/ /*height: 100%;  font-size: 100%;*/ }
body { /*overflow: auto; width: 100%; height: 100%;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#__asptrace { background-color: white; }

/* html5 elements */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block;  }

/* remember to define focus styles! */
/**:focus,
*:hover,
*:active { outline: none; }*/

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
caption,
th { text-align: left; }
abbr,
acronym,
abbr[title] { border: 0; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

body.confirm .content ul li { background: url('/images/icon-arrow-back.gif') left .45em no-repeat; }
body.confirm .content ul li:first-child { font-weight: bold; }


.breadcrumbs { margin: 0; font-size: .8em; /*color: gainsboro;*/ font-style: normal; padding-left: 0px!important; list-style:none; /*overflow:hidden*/ text-align: left; }
    .breadcrumbs li {
        /*float: left;*/
        display: inline;
    }
    /*.breadcrumbs li:last-child a { font-weight: bold; }*/
    .breadcrumbs a {
        color: #231F20 !important;
        text-decoration: none;
    }
    .breadcrumbs a:hover {
        color: #fff;
        text-decoration: underline;
    }

/*span a { cursor: pointer; }*/

/* Correct overflow not hidden in IE9  */
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { overflow: hidden; /*display:block;*/ cursor: pointer; *cursor: default; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea { /*font-size: 100%; */ margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input { line-height: normal; *overflow: hidden; -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input { /**overflow: auto; if td is too small to hold input, this fixes the alignment. however, it creates scrollbars which is worse? */ }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; cursor:pointer; }
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical;  line-height: 1.2!important; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
dfn { font-style: italic; }
mark { background: #eee; color: #000; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; font-family: 'courier new', monospace; font-size: 1em;
                       display:block;background-color:#fff;padding:1em;
 }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; -ms-word-wrap: break-word; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

/* ---------------------- */
/* MFT Defaults
------------------------- */

button.plain {
    background: unset;
    color: unset;
    padding: unset;
}
button.plain:hover {
    background: unset;
}

.clear { clear: both !important; padding: 0 !important; margin: 0 !important; height: 0 !important; line-height: 1 !important; border: none !important; }
.left { float: left; }
.right { float: right; }
.iHelp { cursor: help }
.popHelp { position: absolute; background-color: White; width: 300px; text-align: left; padding: 5px; display: none; white-space: normal; z-index: 999; cursor: default; font-weight: bold; }
.popHelpInner { border: solid 2px gainsboro; background-color: #F6CED8; padding: 5px; }
.closePop { color: red; position: absolute; top: 4px; right: 8px; }
.popClosed {display:none;}


/*.CuteEditorToolbar nobr { *display: inline-block; }
.CuteEditorToolbar img { max-width: none; }*/

.card {
    position:relative;
    overflow-x:auto;
    overflow-y:hidden;
    padding: 1.5em;
        margin: 1.3em;
        background-color: #fff;
        color: #3D3D3D;
        border: solid 2px #eee;
        -moz-border-radius: .5em;
        -webkit-border-radius: .5em;
        border-radius: .5em;
        -moz-box-shadow: inset 0px 0px 80px #F9F9F9;
        -webkit-box-shadow: inset 0px 0px 80px #F9F9F9;
        box-shadow: inset 0px 0px 80px #F9F9F9;
}
.card > .card {margin: 0 0 1em; -moz-box-shadow: 3px 3px 7px #ccc; -webkit-box-shadow: 3px 3px 7px #ccc; box-shadow: 3px 3px 7px #ccc;}
.card > h1, .card > h2, .card > h3 {margin-top: 0;}

@media only screen and (max-width : 550px) {
    .card { margin: .5em .2em; padding: 1em;}
}

.form-container { width: 100%; }

/*.form-fields a { color: #333; }*/

/* Standard Form Styles */

.form-container .form-title,
.form-container legend,
.form-container h3.form-title { padding: .5em; font-weight:bold; /*text-transform: uppercase;*/ letter-spacing: 1px; font-size: 1.2em; border: 2px solid #ccc;
    border-bottom: 0;
    background-color: #F9F9F9;}

.form-container .form-fields .form-title, 
.form-container h3.form-title { background: #f1f1f1; border: 2px solid #ccc; border-bottom: 0; text-transform: capitalize; font-weight: bold; /*font-size: 12px;*/ letter-spacing: normal; /*padding-left: 4px;*/ padding-left: 13px; font-size: 1em; color: #333; padding: 1em 1em 0 1em; margin: 0; }

.form-container .form-fields, div.form-fields-box { border: 2px solid #ccc; padding: 1em; margin-bottom: 20px; background-color: #F9F9F9; color: #222222; }

.form-container .form-title + .form-fields {border-top: 0; }

.form-container .form-fields .form-fields,
.form-container .form-fields-box .form-fields, div.form-fields-box { background-color: #f1f1f1; }

.form-container .form-fields .form-hr { margin: 10px 0; height: 1px; background-color: #f5f5f5; }
.form-container .form-table { border-collapse: collapse; width: 100%; border: none; }
.form-table th,
.form-table td { border: none; }

.form-container .form-table > tbody > tr > td { /*padding-left: 10px !important;*/ padding: .35em 0 .35em .6em; }
.form-container .form-table > tbody > tr > td:first-child { padding-left: 0px; }
.form-container .form-table > tbody > tr > th > label { display: block; /*margin-top: .75em;*/ }
.form-fields label b { display: block; margin: .75em 0 .25em; }

.form-container .form-table > tbody > tr > th,
.form-fields label b { text-align: left; padding-left: .75em !important; vertical-align: middle; }
.form-container .form-table > tbody > tr > th em,
.form-table > tbody > tr > td em,
.form-fields label b em { font-weight: normal; /*font-style: normal;*/ }
.form-container .form-table > tbody > tr > th:first-child,
.form-fields label b { padding-left: 0px !important; }

table.data td span.header-text { display: none; } /* for responsive data tables, span created via script */


/* new forms */
.form-container.front-end {/*max-width: 800px;*/ margin: 0 auto;}
.form-container.front-end label {font-weight:bold;}
.form-container.front-end label input,
.form-container.front-end label textarea {font-weight:normal;}
.form-container.front-end .form-table th { /*display: block; padding: 1em 0 0 1.5em!important; */ padding-left: 1.25em; font-size: inherit!important; }
.form-container.front-end .form-table th:first-child { padding-left: .5em!important; }

/*.form-table td p { line-height: 1; margin: 0; }*/

.form-container.front-end .form-title { background: #eee; padding: .75em 1em; border: 2px solid #ccc; border-bottom: 0; }
.form-container.front-end .form-fields { padding: 20px; }
/*.text-box-list,*/
.form-container.front-end .form-fields .text-box-100 { width: 100%; background-color:#fff; }

.tr25 td,
.tr25 th,
tr.col4 td,
tr.col4 th { width: 25%; }
.tr33 td,
.tr33 th,
tr.col3 td,
tr.col3 th { width: 33.3%; }
.tr50 td,
.tr50 th,
tr.col2 td,
tr.col2 th { width: 50%; }

/*tr.col4 .text-box,
tr.col4 .text-box-100,
tr.col4 .text-box-list { width: 85%!important; }
.tr33 .text-box-100,
.tr33 .watermark-text-box-100,
tr.col3 .text-box-100,
tr.col3 .text-box-list { width: 88%!important; }
.tr50 .text-box-100,
.tr50 .watermark-text-box-100,
tr.col2 .text-box-100,
tr.col2 .text-box-list { width: 92%!important; }


/*.form-container.front-end input[type="submit"] { float: right; margin: 10px 12px 0; }*/

/* New "inline" style for AEC, etc */
.form-style-inline label.col1 { display: inline-block; width: 24%; text-align: right; /*vertical-align: top;*/ }
.form-style-inline select,
.form-style-inline .text-box,
.form-style-inline .radio-list,
.form-style-inline .remainder { display: inline-block; width: 74%; margin-left: 2%; vertical-align: middle; }

.form-style-inline .remainder { margin: 12px 0 12px 2%; }

.form-style-inline .g-recaptcha { margin: 0 auto; }

.form-style-inline label { display: inline; white-space: normal; }
.form-style-inline span.check label { line-height: 1.35; }

.float-right {
    float: right;
}


@media only screen and (max-width : 550px) {
    .form-style-inline label.col1 { display: block; width: 100%; text-align: left; margin: 5px 0;}
    .form-style-inline select,
    .form-style-inline .text-box,
    .form-style-inline .radio-list { display: block; width: 100%; margin-left: 0; }

    .form-style-inline span.validationSummary { margin-left: 0; }
}


/* editor styles */
.WordSpliter, .CharCount, .WordCount { display: none; } /* bottom of editor, ensures editor with remains as small as possible in tight spaces */

/* Printable Page Styles */
.print-content { width: 630px; padding: 10px; background: #FFFFFF; border: 1px solid #000000; margin: 0 auto 0 auto; }
.print-footer { text-align: center; }

/* Login Styles */
div.loginTable {max-width:350px; margin: 0 auto;}
div.loginTable input { -moz-border-radius: .5em; -webkit-border-radius: .5em; border-radius: .5em; -moz-box-shadow: unset; -webkit-box-shadow: unset; box-shadow: unset;}
    div.loginTable .trans-button {width:100%;
    }
    div.loginTable div.center div {overflow:hidden;}

table.loginTable { /*width: 100%;*/ margin: 0 auto; }
table.loginTable td { padding: 0 .5em .5em 0; }
table.loginTable td:first-child { text-align: right; width: 40%; }

/* Error Classes */
.MaskedEditError { background-color: #ffcccc; }

/* Datepicker classes */
.calDayA { vertical-align: top; font-size: 10px; text-align: left; padding: 4px; background-color: #FFFFFF; border: 1px solid #c3b694; }
.calOtherMonthA { background-color: #ccf3fb; vertical-align: top; font-size: 10px; text-align: left; padding: 4px; border: 1px solid #c3b694; }
.calTitle td { color: #FFFFFF; height: 20px; font-size: 14px; }
.datepicker { background-color: #ffffff; padding: 10px; border: 1px solid #cccccc; }
.datepick a { display: block; height: 20px; }
.datepick td, .datepick th { padding: 0px; }
.calToday { background-color: #FFFFCC; vertical-align: top; font-size: 10px; text-align: left; padding: 4px; }

/* This is nessesary because of an IE8 bug with the calendar extender. */
.ajax__calendar_title { width: 140px; }

/* Text Boxes */
.text-box-100, .watermark-text-box-100 { width: 100%; }
/*.admin select.text-box-list, */.admin select.text-box-100 { min-width: 100px; }
textarea.text-box-100 { width: 100%; }

/* Watermark Text */
.watermark-text-box-100,
.water { color: #bbb; }

/* Buttons and form elements */
input[type=submit],
input[type=reset],
input[type=button] { filter:chroma(color=#000000); } /* removes ie7 black outline. note: it will also hide pure black text. */

input, select, textarea {
    vertical-align: middle;
    /*outline: none;*/
    /*-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;*/
}

select.text-box-list, select.text-box-100 { background: #fff; }
    input[type='radio'], input[type='checkbox'] {
        padding: 0;
        border: none;
        background: none;
        width: 1.25em;
        *width: auto;
        height: 1.25em;
        *height: auto;
        margin-right: .4em;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
/*input:focus, textarea:focus { background-image: url(/images/grad2-top-shad.png); background-repeat: repeat-x; background-position: left 1px; }*/
/*input:focus,
select:focus,
textarea:focus,
.text-button:hover,
.text-button-sm:hover,
.text-button-lg:hover,
.text-buttond:hover,
button:hover {
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
}*/

input.disabled,
input[disabled],
input[disabled]:hover,
input[disabled="disabled"],
input[disabled="disabled"]:hover { background: #eee; border-color: #ccc; color: #000; }

.text-button,
.text-button-lg,
.text-buttond,
button { padding-left: .75em; *padding-left: 0; padding-right: .75em; *padding-right: 0; *border: 0; overflow: visible; text-decoration: none; width: auto; text-align: center; }

input[type='button'], input[type=submit] { *overflow: visible; }

.text-button,
.text-buttond,
.text-button-sm,
.text-button-lg { display: inline-block; height: auto; padding-top: 0; padding-bottom: 0; vertical-align: middle; /*white-space: nowrap;*/ text-decoration: none; /*font-size: 95%;*/ /* to match browser default input buttons */ }


.text-button:hover,
.text-buttond:hover,
.trans-button:hover,
button:hover {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* Checkboxes and Radiobuttons */
.radio-list {  }
.check-list {  }
/*.radio,
.check { cursor: pointer; display: inline-block; white-space: nowrap; margin-right: 1em; }*/

.radio-list span,
.check-list span { margin-right: 16px; }

/*span.radio label,
span.check label { margin-right: 1em; vertical-align: middle; display: inline-block; }*/

.radio-long input,
.check-long input { float: left; }

.radio-long label,
.check-long label { width: 85%; float: left; }

/* Tree Views */
.tree-view-node { padding: 3px; }
a.tree-view-selected-node { border: 1px solid #000000 !important; padding: 2px !important; }

/*Modal Popup*/
.modalBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; }
.popupPanel { background-color: #FFFFFF; padding: 10px 30px 30px; max-height: 80%; max-width:100%; overflow: hidden; overflow-y: auto; }

/* Standard Color Styles */
.red { color: #CC0000 !important; }

/* AJAX Tab Control */
.ajax__tab_header span { display: inline-block; }
.ajax__tab_header > span { margin-left: .25em; }
.ajax__tab_header > span:first-child { margin: 0; }
.ajax__tab_tab { background: #dedede url(/images/grad1-bot-shad.png) bottom repeat-x; padding: .75em 2em; }
.ajax__tab_tab:hover { cursor: pointer; }
.ajax__tab_active .ajax__tab_tab { background: #eee url(/images/grad1-top-shad.png) left -3px repeat-x; }
.ajax_tabs .ajax__tab_panel { background: #eee url(/images/grad1-bot-shad.png) bottom repeat-x; padding: 2em; }

/* xp theme 
.ajax__tab_header span { display: inline-block; }
.ajax_tabs .ajax__tab_header { font-family: inherit; font-size: inherit; background: url(/images/common/tab-line.gif) repeat-x bottom; height: 21px; }
.ajax_tabs .ajax__tab_outer { padding-right: 4px; background: url(/images/common/tab-right.gif) no-repeat right; height: 21px; }
.ajax_tabs .ajax__tab_inner { padding-left: 3px; background: url(/images/common/tab-left.gif) no-repeat; }
.ajax_tabs .ajax__tab_tab { height: 13px; padding: 4px; margin-right: 0px; background: url(/images/common/tab.gif) repeat-x; }
.ajax_tabs .ajax__tab_hover .ajax__tab_outer { background: url(/images/common/tab-hover-right.gif) no-repeat right; }
.ajax_tabs .ajax__tab_hover .ajax__tab_inner { background: url(/images/common/tab-hover-left.gif) no-repeat; }
.ajax_tabs .ajax__tab_hover .ajax__tab_tab { background: url(/images/common/tab-hover.gif) repeat-x; }
.ajax_tabs .ajax__tab_active .ajax__tab_outer { background: url(/images/common/tab-active-right.gif) no-repeat right; }
.ajax_tabs .ajax__tab_active .ajax__tab_inner { background: url(/images/common/tab-active-left.gif) no-repeat; }
.ajax_tabs .ajax__tab_active .ajax__tab_tab { background: url(/images/common/tab-active.gif) repeat-x; }
.ajax_tabs .ajax__tab_body { font-family: inherit; font-size: inherit; border: 1px solid #999999; border-top: 0; padding: 8px; background-color: #ffffff; }
.ajax_tabs .ajax__tab_panel {padding: 15px}
*/
/*
.mGridView a { color: Blue; display: block; padding: 5px; margin: 5px 10px 5px 3px; border-top: solid 1px white; border-left: solid 1px white; border-bottom: solid 2px gray; border-right: solid 2px gray; }
*/

/*.pagerItems td { padding: 10px 0 0 10px; }
.pagerItems span,
.pagerItems a { padding: 7px; border: solid 1px #dcdcdc; }
.pagerItems a { background-color: White; border: solid 1px gray; }*/

.pagerItems table {margin: .5em;}
.pagerItems > td {padding: 1em;}
.pagerItems td table td { padding: 0 !important; border: none !important; background: none !important; }
.pagerItems span,
.pagerItems a { padding: .5em .8em; /*margin: 0 .1em;*/ border: solid .15em #ccc; display: inline-block; font-weight:bold; }
.pagerItems span { background-color: #fff; padding: .6em 1em; font-size: 1.1em; border-width: .1em; }
.pagerItems a { background-color: #f7f7f7; margin-top: .1em; margin-bottom: .1em;}
.pagerItems a:hover {background-color: #fff; text-decoration:none; padding: .6em .8em; margin-top: 0; margin-bottom: 0; }

.slide-panel { display: none; position: absolute; right: 0; background: #fff; text-align: center; z-index: 99;
                   -moz-box-shadow: 0px 10px 50px #000;
	            -webkit-box-shadow: 0px 10px 50px #000;
	                    box-shadow: 0px 10px 50px #000; }

div.pagination-controls { /*font-size: 13px; line-height: 20px; color: #666; margin-bottom: 1em;*/ /*display: inline-block; width: 100%;*/ margin: 0 .5em; letter-spacing: .1em; overflow:hidden; }
/*div.pagination-controls ul { float: right; }
div.pagination-controls ul li { float: right; margin-left: .5em; }
div.pagination-controls ul li:first-child { margin-left: 0; }
div.pagination-controls ul li a { text-align: center; padding: 0 .25em 0; }*/
/*div.pagination-controls a,
div.pagination-controls span,
div.pagination-controls input { display: inline-block; color: #aaa !important; text-decoration: none; border: 1px solid #ccc; background: #fff url(/images/grad2-top-hilight.png) center -5px repeat-x; padding: 0 .25em; margin-left: .1em; min-width: 1em; text-align: center; }*/
/*div.pagination-controls a:first-child { margin: 0; }*/
/*div.pagination-controls select { border: 1px solid #ccc; padding: 2px; margin: 0 .1em; color: #aaa; }*/
/*div.pagination-controls a:hover,
div.pagination-controls span { background-color: #aaa; color: #fff !important; }*/

/*div.pagination-controls input { margin-left: .5em; padding-top: 2px; height: 18px; }*/
div.pagination-controls p { float: right; margin: .2em 0 0 1em; font-size: .9em; /*line-height: 20px!important; overflow: hidden; vertical-align: middle;*/ }

@media only screen and (max-width : 600px) { 
    .pagerItems {font-size:.8em; letter-spacing:0;}
    .pagerItems span,
    .pagerItems a {margin: 0;}
    .filterToggle {margin-left: .2em !important;}
}


/*div.pagination-controls > p,
div.pagination-controls > div { margin-bottom: .5em; }*/

.popNote {position:absolute;z-index:9999999;background-color:lavender;border:solid 2px #d1d1f1;padding:.45em .75em;color:#777777;font-weight:bold;font-size:.8em;}

.popOverlay,
.popBox {position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999; background-color: rgba(0,0,0,.5); width: 100% !important;}
.popBox {padding: 40px 4%; text-align:center; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
.popBox-inner { position: relative; width: 860px; max-width: 100%; max-height: 80vh; display:inline-block; vertical-align:middle; text-align:left; overflow-y: auto; margin: 0 auto; padding: 40px; background-color: #ffffff; border: solid 2px #DCDCDC; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.popBox::before,
.popOverlay::before {content: ''; display: inline-block; vertical-align:middle; height:100%;}

.newPopper {
    background: unset;
    color: unset;
    padding: unset;
}

.dialPop {
    width: 860px;
    max-width: 100%;
    max-height: 80vh;
    text-align: left;
    overflow-y: auto;
    padding: 2em;
    background-color: #ffffff;
    border: solid 2px #DCDCDC;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .dialPop::backdrop {
        background-color: rgba(0,0,0,.5);
    }

#divProcessingOverlay img {
    -moz-border-radius: 1.2em; -webkit-border-radius: 1.2em; border-radius: 1.2em;
    padding: 1em 1.1em;
    position: fixed; top: 50%; left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #eee;
    text-align:center; vertical-align: middle;
    z-index: 9999997;
}


/*.admin .popBox { max-width: 100%; }*/
.popClose { font-family: "Font Awesome 5 Free"; color: #ff0000; position: absolute; top: 5px; right: 10px; z-index:1 }
.popClose::before { content: "\f410"; color: #e42121; font-size: 1.5em; }
.popClose:hover {text-decoration:none;}

.buttonPopper { cursor: pointer; }

.washed { color: gray !important; font-size: .7em; font-style: italic; }
.washover {
    position:relative;
}
.washover::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(255,255,255, .8);
}

.italic { font-style: italic; }
.bold {font-weight:bold;}
.unbold {font-weight:normal;}
.hidden {display:none !important;}
.scrollX {
    overflow-x: auto;
}
    .scrollX.showBar::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .scrollX.showBar::-webkit-scrollbar:horizontal {
            height: 12px
        }

    .scrollX.showBar::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,.5);
        border-radius: 10px;
        border: 2px solid #fff
    }

    .scrollX.showBar::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #fff
    }

#divMessage {position:static; top:0; z-index:9999; width:100%; }
#aCloseMessage {font-size: 1.5em; margin: 20px; color:#414141; position:absolute; top:0; right: 10px;}
#aCloseMessage:hover {background: unset}
/*#aCloseMessage:hover {position:relative; top:1px; left:1px;}*/

 div.message {font-weight: bold; font-size: 1.4em; overflow:hidden;}
 div.message p {padding: 1em .8em .8em; margin: 0;}
 div.message.success {border: 3px solid #b5eaaf; background-color: #c4ffbd; color:#098319;}
 div.message.fail {border: 3px solid #d9a2a2; background-color: #f1b1b1; color:#9f2222;}
 div.message.information {border: 3px solid #acd0ed; background-color: #cce3f6; color:#3f91d4;}
 div.message.warning {border: 3px solid #efefa9; background-color: #FFFFCC; color:#b6b643;}
 div.message p::before {font-family: "Font Awesome 5 Free"; padding-right: .5em;}
 div.message.success p::before {content: "\f058";}
 div.message.fail p::before {content: "\f057";}
 div.message.information p::before {content: "\f05a";}
 div.message.warning p::before {content: "\f06a";}
    div.message.inline {
        display: inline-block;
    }

 p.red, div.red p,
 p.green, div.green p {font-weight: bold; font-size: 1.2em; color: #404040; padding: .8em .8em .8em 33px; background-repeat: no-repeat; background-position:10px 50%;}
 p.green, div.green p {border: 1px solid #b5eaaf; background-color: #c4ffbd; color:#098319; }
 p.red, div.red p {border: 1px solid #d9a2a2; background-color: #f1b1b1; color:#9f2222; }

a.black,
button.black {
    color: #000 !important;
}

a.grey,
button.grey {
    color: #5f5f5f !important;
}

.glyph {
    font-family: "Font Awesome 5 Free" !important;
    vertical-align: middle;
    font-style: normal;
}
.glyph:hover {text-decoration:none;}
.glyph.delete::before { content: "\f2ed"; color: #e42121; /*background-color: transparent;*/ font-size: 1.5em; padding: 2px 3px; -moz-border-radius: .15em; -webkit-border-radius: .15em; border-radius: .15em; }
.glyph.delete:hover::before,
.glyph.delete.reverse::before {color: #fff; background-color: #e42121;}
/*.glyph.delete:hover {font-size: 1.1em;}*/

    .glyph.edit::before {
        content: "\f044";
        color: #0000ff;
        font-size: 1.5em;
        padding: 2px 3px;
        -moz-border-radius: .15em;
        -webkit-border-radius: .15em;
        border-radius: .15em;
    }
    .glyph.edit:hover::before,
    .glyph.edit.reverse::before {
        color: #fff;
        background-color: #0000ff;
    }

.center {text-align:center;}
.small {font-size:.6em;}
.large {font-size: 1.5em;}
.nowrap {white-space:nowrap;}
.block {display:block !important;}

.round25 {-moz-border-radius:.25em; -webkit-border-radius:.25em; border-radius:.25em;}

.valsum {overflow:hidden;}

.valsum ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .valsum li {
        margin: 0;
        padding: 0;
        background: none;
    }

.valnote, .valsum li {
                font-size: .7em;
                color: #9f2222;
    font-weight: bold;
    padding: 0.3em;
    /*margin: -0.95em 1em 0px;*/
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    /*position: absolute;*/
    /*float:left;*/
    clear:left;
    background-color: #f1b1b1;
    border: 3px solid #d9a2a2;
        }

@media only screen and (max-width : 700px) {
	/*tr.col2 .text-box,
	tr.tr50 .text-box-100 { width: 87%!important; }*/
	
	.tr25 td,
	.tr25 th,
	tr.col4 td,
	tr.col4 th,
	.tr33 td,
	.tr33 th,
	tr.col3 td,
	tr.col3 th/*,
	.tr50 td,
	.tr50 th,
	tr.col2 td,
	tr.col2 th*/ { width: auto; }
}

@media print
{    
        .no-print,
        .no-print * { display: none !important; }
}


.redSave,
.redCancel {
    display: none;
}
#pMsg {background-color: white; padding: .5em; border: 1px solid #aaa; -moz-border-radius: 5px;
        -webkit-border-radius: 5px;-khtml-border-radius: 5px; border-radius: 5px; color: #333
}


        .gradAlphaBlack {
            background: -webkit-linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
            background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,0)); /* Standard syntax (must be last) */
            background: rgba(0,0,0,0.45);
        }
        .gradAlphaWhite {
            background: -webkit-linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
            background: linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,0)); /* Standard syntax (must be last) */
            background: rgba(255,255,255,0.75);
        }



        /* expander menus */

        .dropDownMenu,
.dropDownMenu ul { /*font-size: 0;*/ list-style: none; margin: 0; padding: 0; }
.dropDownMenu li { position: relative; }
.dropDownMenu a {  padding: 10px 20px; display: block; text-decoration: none; font-size: 13.5px; }

/* Level 1 Drop Down Menu */
.dropDownMenu > li { /*display: inline-block;*/ vertical-align: top; margin-left: -4px; /* solve the 4 pixels spacing between list-items */ }
.dropDownMenu > li:first-child { margin-left: 0; }

/* Level 2 */
.dropDownMenu > li > ul {
    text-align: left;
    width: auto;
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999999;
    display: block;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.dropDownMenu li ul.hover,
.dropDownMenu li ul.clicked { -khtml-opacity: 1; -moz-opacity: 1; opacity: 1; filter: alpha(opacity =100); height: auto; overflow: visible; }

/* Level 3 */
.dropDownMenu > li > ul > li > ul {
    text-align: left;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9999999;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.dropDownMenu > li > ul > li > ul a { padding: 5px 20px; }

/*redactor click-to-edit fix*/
.redContent blockquote:empty, 
.redContent h1:empty, 
.redContent h2:empty, 
.redContent h3:empty, 
.redContent h4:empty, 
.redContent h5:empty, 
.redContent h6:empty, 
.redContent p:empty {
    min-height: 1.5em;
}

/*.searchBox {
    width: 100%;
    background-color: transparent;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
}*/
.searchBox {font-size:1em;}
.searchBox input {
    -moz-border-radius: .5em 0 0 .5em;
    -webkit-border-radius: .5em 0 0 .5em;
    border-radius: .5em 0 0 .5em;
    border-right: none;
    border-color: #ccc !important;
    background-color: #fff !important;
    padding-left: .7em;
    letter-spacing: .1em;
    line-height: normal;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.searchBox button {
    -moz-border-radius: 0 .5em .5em 0;
    -webkit-border-radius: 0 .5em .5em 0;
    border-radius: 0 .5em .5em 0;
    border-left: none;
    border-color: #ccc !important;
    background: #eee;
    color: #ccc;
    padding: .5em .7em !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    
.switch {
  display: inline-block;
  height: 1.5em;
  position: relative;
  width: 2.7em;
  vertical-align: middle;
}

.switch input {
  display:none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        background-color: #fff;
        bottom: 4px;
        content: "";
        height: 1em;
        left: 4px;
        position: absolute;
        -moz-transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        width: 1.2em;
    }

input:checked + .slider {
  background-color: #66bb6a;
}

    input:checked + .slider:before {
        -moz-transform: translateX(1em);
        -ms-transform: translateX(1em);
        -o-transform: translateX(1em);
        -webkit-transform: translateX(1em);
        transform: translateX(1em);
    }

.slider.round {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

    .slider.round:before {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .expand-collapse {position:relative;}
.expand-collapse .exco-trigger {
    cursor: pointer;
    position: absolute;
    right: 10px;
}
/*.expand-collapse .exco-trigger::after {
    content: '+';
}
    .expand-collapse.expanded .exco-trigger::after {
        content: '-';
    }*/

        .expand-collapse .exco-target {
            overflow: hidden;
            height: 0;
            display: none;
        }
.expand-collapse.expanded .exco-target {height:auto;display:block;}