html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header , hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
} 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none;}

body { font-size:14px; line-height:1.4; color:#111; text-align:left; font-family:PopuLato, "Helvetica Neue", Helvetica, Arial, sans-serif; background-color:#eee; /*text-rendering:optimizelegibility;*/ -webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; -ms-text-size-adjust:100%; }
ul { text-align:left; list-style:none;}
a:link, a:visited {	text-decoration: none;}

legend { margin-bottom:3px; font-size:15px; font-weight:bold; }
input {	margin:0; font-size:13px; }

ol          { }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight:bold; font-size:14px; }

.nice_list { margin-left:2.1em; list-style:circle; margin-bottom:18px; line-height:1.5; }
.nice_list li { margin-bottom:9px; }
ol.nice_list { list-style-type:decimal; }


strong, b { font-weight:bold; }
em, i { font-style:italic; }
abbr, acronym     { border-bottom: 1px dotted #666; }
pre, code { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: inherit; } 
ins { text-decoration: none; background-color:#ffffaa; }
del { text-decoration: line-through; }
sub { line-height:.4em; font-size:.8em; vertical-align:sub; }
sup { line-height:.4em; font-size:.8em; vertical-align:super; }

h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.8em; margin-bottom: 0.75em; }
h3 { font-size: 21px; line-height: 1; margin-bottom: 1em; font-weight: bold }
h4 { font-size: 17px; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 15px; font-weight: bold; }
h6 { font-size: 14px; font-weight: bold; }

p { margin-bottom:18px; }

table    { border-collapse:separate; border-spacing:0; font-size:14px; width:100%; margin-bottom: 17px; margin-top:1px; }
th       { border-bottom:2px solid #ccc; font-weight: bold; vertical-align: bottom; text-align:left; }
tbody th { border-bottom:1px solid #ddd; }
td       { border-bottom:1px solid #ddd; color:#444; }
th,td    { padding:3px 1px 2px; vertical-align:middle; }
tfoot td { font-weight: bold; }

table.no_borders td { border-bottom:none; }

table.padded td { padding: 5px 3px 4px !important; }
table.padded th { padding: 5px 5px 4px !important; }

.striped th, .striped td { padding:5px 3px 4px; }
.striped thead th { padding-top:0; padding-bottom:3px !important;}
.striped tbody tr:nth-child(odd), .striped tbody tr td.odd_background{ 
    background-color:#f5f5f5; 
}

/*Tablesorter sort direction styles*/
table.tablesorter thead tr .header, 
table.sortable thead tr .header, 
table thead tr th.sortable { 
    cursor:pointer; 
}

table.tablesorter thead tr .headerSortUp span:before, 
table.sortable thead tr .headerSortUp span:before, 
table thead tr th.sort_up span:before {     
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    top: -2px;
}
table.tablesorter thead tr .headerSortDown span:before,
table.sortable thead tr .headerSortDown span:before, 
table thead tr th.sort_down span:before { 
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    top: -2px;
}

table .right { text-align:right; }
table .rightpad { padding-right:9px !important;}
table .center { text-align:center; }
table .overdue { color:#e00; }

table.no_borders td, table.no_borders th { border:none; }
pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
    font-family: inherit;
}

/* Remove default webkit search input appearance */
input[type=search] { -webkit-appearance: none; }
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button { display: none; }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {-moz-appearance: textfield;}

textarea { border:1px solid #bbb; padding:3px; margin:0; font-size:14px; /*height:88px;*/ width:268px; resize:none; }

input[type="text"],input[type="password"],input[type="number"],
input[type="tel"],input[type="email"],input[type="url"] { border-width:1px; border-style:solid; border-color:#bbb; height:20px; padding:0 3px; vertical-align:bottom; }

input[type="text"],input[type="password"], input[type="number"],
input[type="tel"],input[type="email"],input[type="url"], textarea { 
	border-radius:2px; font-family:inherit; background-position:top left; background-repeat:repeat-x; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
    background: -moz-linear-gradient(top, rgba(200,200,200,0.15) 0%, rgba(255,255,255,1) 2px, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,0.15)), color-stop(2px,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(200,200,200,0.15) 0%,rgba(255,255,255,1) 2px,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(200,200,200,0.15) 0%,rgba(255,255,255,1) 2px,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(200,200,200,0.15) 0%,rgba(255,255,255,1) 2px,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(200,200,200,0.15) 0%,rgba(255,255,255,1) 2px,rgba(255,255,255,1) 100%); /* W3C */
}

input[type="text"]:focus,input[type="password"]:focus,input[type="number"]:focus,
input[type="tel"]:focus,input[type="email"]:focus,input[type="url"]:focus,
textarea:focus { 
    border-color:#959da8; 
    background-position:top left; 
    background-repeat:repeat-x; 
    background-color:#fafafa; 
    outline:none !important; 
    box-shadow:0 0 3px 1px #959da8; 
}

input[type="text"][disabled],input[type="password"][disabled],input[type="number"][disabled],
input[type="tel"][disabled],input[type="email"][disabled],input[type="url"][disabled],
textarea[disabled] { background:#eee; border-color:#ccc; }

input.numeric { text-align: right !important; }

.input-error { border-color:#e00 !important; }

#main a:active, .fb_content a:active { color:black !important; }

.show-for-print {
    display: none;
}

.hidden { border: 0; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; color:black !important; }

.biggest { font-size:16px; }
.bigger { font-size:15px; }
.smaller { font-size:13px; }
.smallest { font-size:12px; }
.light  { color:#767676; }
.lighter  { color:#767676; }
.lightest  { color:#767676; }

/* Remove unwanted padding in FF buttons */
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

/* Success, error & notice boxes for messages and errors. */
.error { background-color:#e00; color:white; text-align:center; padding:3px; font-weight:bold; font-size:13px; text-align:center; margin-bottom:-1px; border-radius:3px; }
.error a    { color: white; }
.notice a   { color: goldenrod; text-decoration:underline !important; }

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*NEW BUTTONS*/
.button, 
.newbutton,
.cke_skin_kama a.cke_dialog_ui_button {
    display: inline-block;
    font-size: 13px !important;
    font-family: inherit;
    line-height: 19px;
    color: #444 !important;
    margin: 0 1px;
    padding: 0;
    border-color: #ccc !important;
    border-style: solid !important;
    border-width: 1px !important;
    height: 20px !important;
    width: auto !important;
    position: relative;
    font-weight: normal;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: top;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
    
    box-shadow: 0 1px 2px rgba(0,0,0,.05);

    -webkit-transition:all .1s ease-in-out; 
    -moz-transition:all .1s ease-in-out; 
    transition:all .1s ease-in-out; 

    -moz-user-drag:-moz-none;
    -webkit-user-drag:none;
    user-drag:none;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}

.big_button { height:24px !important; line-height:23px !important; font-size:13px !important;  }
.big_button span { padding:0 12px !important; }

.huge_button { height:32px !important; line-height:31px !important; font-size:15px !important; border-radius: 4px; }
.huge_button span { padding:0 18px !important; }

.button:focus,
.newbutton:focus,
.cke_skin_kama a.cke_dialog_ui_button:focus {
    border-color:#959da8 !important; background-color:#f9f9f9 !important; outline:none; box-shadow:0 0 3px 1px #959da8;
}

.viewcontroller .newbutton:focus, .viewcontroller .button:focus { border-color:#aaa !important; }

.button>span,
.newbutton>span,
.cke_skin_kama a.cke_dialog_ui_button span { 
    padding:0 8px; 
    display: inline-block;
}

.dropdownbutton>span { padding-right:20px !important; }
.dropdownbutton>span:after {
    position: absolute;
    top: 1px;
    left: auto;
    right: 7px;
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    color: #aaa;
}
.dropdown-link::after {   
    display: inline-block;
    margin-left: .3em;
    position: relative;
    top: 2px;
    left: auto;
    right:0;
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    color: inherit;
}

.viewcontroller .button,
.viewcontroller .newbutton {
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    margin:0;
    border-right-width:0 !important;
    border-color:#767676 !important;
}

.viewcontroller .button:first-child,
.viewcontroller a:first-child {
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
}

.viewcontroller .lastbutton {
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-top-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    border-right-width:1px !important;
}

.button:hover,
.newbutton:hover,
.cke_skin_kama a.cke_dialog_ui_button:hover{
    background: rgb(250,250,250); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
}

.button:active,
.newbutton:active,
.cke_skin_kama a.cke_dialog_ui_button:active{
    box-shadow: inset 0 1px 2px rgba(0,0,0,.25),0 1px 2px rgba(0,0,0,.05);
}

.big_button:active { 
    box-shadow: inset 0 1px 3px rgba(0,0,0,.25),0 1px 2px rgba(0,0,0,.05);
}
.big_button:active { 
    box-shadow: inset 0 1px 4px rgba(0,0,0,.25),0 1px 2px rgba(0,0,0,.05);
}

.button.selected,
.button.selected:hover,
.newbutton.selected,
.newbutton.selected:hover {
    background:none !important;
	background-color: #767676 !important;
	color: #fff !important;
	cursor: default;
}

.disabled, .disabled:active, .disabled:focus, .button:disabled {    
    cursor:default !important;
    background:#eee !important;
    box-shadow: none !important;
}

.disabled>span, .disabled:active>span, .disabled:focus>span, .button:disabled>span {
    color: #6a6a6a;;
}

.focused {	
    border-color:#959da8 !important; 
    box-shadow:0 0 3px 1px #959da8 !important; 
}

/*declare background-image locally*/
.imagebutton>span {	background-repeat:no-repeat; background-position:center 3px; }

/*END BUTTONS*/

/* CUSTOM SELECT */
.select,
.new_select { 
    display: inline-block;
    position: relative;
    border:1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height:18px;
    line-height:18px;
    color:#444;
    overflow: hidden;
    vertical-align: bottom;
    text-align:left;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
    
    box-shadow:inset 0 0 1px rgba(255,255,255,.75), 0 1px 2px rgba(0,0,0,.05);
    -webkit-transition:all .25s ease-in-out; 
    -moz-transition:all .25s ease-in-out; 
    transition:all .25s ease-in-out; 
    
    -moz-user-drag:-moz-none;
    -webkit-user-drag:none;
    user-drag:none;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select>span,
.new_select>span {
    position: absolute;
    display: inline-block;
    padding: 0 0 0 5px;
    margin-right: 14px;
    overflow: hidden;
    font-size:13px;
    line-height:19px;
    top:0;
    right:0;
    bottom:0;
    left:0;
    font-weight:normal;
    white-space: nowrap;
}
.select::before,
.new_select::before,
.select::after,
.new_select::after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    color: #aaa;
    font-size: 9px;
}
.select::after,
.new_select::after {
    top: 4px;
    left: auto;
    right: 5px;
    content: '\f107';
}
.select::before,
.new_select::before {
    top: -2px;
    left: auto;
    right: 5px;
    content: '\f106';
}
.disabled.select::after,
.disabled.new_select::after,
.disabled.select::before,
.disabled.new_select::before {
    opacity: .5;
}
.select select,
.new_select select {
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size:12px;
    margin: 0px -1px;
    position:relative;
    padding-right:26px; 
    word-spacing: 2px; /* to make it a bit wider to accomodate the larger font in the replacement */
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    appearance:none; 
}
/* END SELECT*/

.cell_note_right {
    background: linear-gradient(45deg, transparent 50%,#fae54b 50%);
    width:16px;
    height:16px;
    float: right;
}

.nomarginbottom, .no_margin_bottom { margin-bottom: 0 !important; }
.no_padding_bottom { padding-bottom: 0 !important; }
.rowhighlight tbody tr:hover { background-color:#eee; }
.splitter { color:#bbb; font-size:11px; font-weight:normal; margin:0 6px; }

.controls	{ font-weight:normal; position: absolute;bottom: 0px;right: 0;line-height: 18px; font-size: 13px; opacity:0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition:opacity linear .1s; -moz-transition:opacity linear .1s; transition:opacity linear .1s; }
.controls a { color:#767676 !important; }
.hoverable					{ position:relative; }
.hoverable:hover .controls  { opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.pill, .pill_edit, .badge { color:#666; font-size:12px; line-height:10px; font-weight:normal; padding:0 6px; background-color:#eee; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:3px; border:1px solid rgba(0,0,0,.1); white-space:nowrap; }
.pill_edit { position:relative; top:-3px; }
.pill_edit:hover { text-decoration:none !important; background-color:#f5f5f5; color:#767676; }


/** ACCOUNT BAR **/
#account_wrapper {
    margin-bottom: 15px;
}

#account .splitter { color:#555; }
#account { 
    line-height:26px; 
    font-size:13px;
    color:#ddd; 
    padding:0 18px; 
    background-color: #111;
}
.account_right { float:right; }
#account a/*, #my_name*/ { color:white; opacity:.5; margin-right:9px; text-decoration:none; -webkit-transition-property:opacity; -webkit-transition-duration:.2s; -moz-transition-property:color; -moz-transition-duration:.2s; transition-property:opacity; transition-duration:.2s; }
.account_right a { margin-right:0 !important; }
#account a.active_app { opacity:.9; }
#account a:hover /*, #account a:hover #my_name */{ opacity:1; }

.account_help { 
    display:inline-block; 
    opacity:1 !important; 
    /*line-height:19px; */
    color:white !important; 
    /*padding:0 6px; */
    margin-left:9px;
    /*background-color: rgb(255,123,13);*/
    /*background-color: rgb(209,73,0);*/
    /*border-radius:2px; */
}

#account_warning { 
    font-size:16px; 
    color:white; 
    padding:6px 9px; 
    text-align:center; 
    background: rgb(245,0,0);
}
#account_warning a { color:white; text-decoration:underline; }
.user_thumbnail { display:inline-block; width:16px; height:16px; position:relative; top:4px; margin-right:6px; background-size:100% auto; background-position:left center; }

.notice_strong { background-color:#FFF596; padding:6px 9px; border-color:rgb(245,0,0); border-width:1px 0; border-style:solid; text-align:center; }
.notice_strong a:hover { text-decoration:underline; }
.system_notice { font-weight:bold; position:relative; padding:6px 118px 6px 18px; margin-bottom:0; text-align:left; }
.system_notice_hide { position:absolute; font-weight:normal; color:#767676; top:7px; right:18px; white-space:nowrap; }
.system_notice_hide_link { color:inherit !important; }
/** END ACCOUNT BAR **/
.lock-notice { text-align:left; }
body>.header, #main { min-width:1024px; } 
body>.header { position:relative; z-index:1001; clear:right; background-color:#3b5998; border-bottom:1px solid rgba(0,0,0,.1); }
#logo2 { float:left; height:27px; margin-right:6px; }
body>.header h1 { color:white; font-size:27px; margin:0 0 15px 18px; line-height:27px; height:27px; white-space:nowrap; }
body>.header .nav { clear:left; margin-top:9px; padding:0 18px; /*background-color:rgba(255,255,255,0.2);*/ }
body>.header .nav a { float:left; margin-right:3px; position:relative; color:white; opacity:.8; display:block; line-height:2.1em; text-decoration:none; font-size:14px; padding:0 9px; white-space:nowrap; transition-property:color, opacity, background; transition-duration:.2s; }
body>.header .nav a::after { content:''; height:0; background-color:white; position: absolute; left:0; right:0; bottom:0; transition:height .2s; }
body>.header .nav a.right_nav { float:right; margin:0 0 0 3px; }
body>.header .nav a.current, body>.header .nav a:hover, body>.header .nav a:focus { opacity:1; cursor:pointer; outline:none; }
body>.header .nav a:hover::after, body>.header .nav a.current::after, body>.header .nav a:focus::after { height:2px; }
body>.header .nav a:active { background-color: rgba(255,255,255,.1); }

#controltabs { height:28px; padding-top:18px; position:relative; }
#controltabs li { float:left; }
#controltabs li a { display:block; font-size:14px; line-height:26px; padding:1px 8px; text-decoration:none; color:#666; transition-property:background-color,color; transition-duration:.2s; }
#controltabs li a:hover, .newLayout #controltabs li a:focus { background-color:rgba(0,0,0,.05);  color:#333; outline:none; text-decoration:none; }
#controltabs li a.currentControlTab { height:27px; background-color:white !important; padding-bottom:0; color:#333; border-width:1px 1px 0; border-style:solid; border-color:#ddd; }
#controltabs li a:active { background-color:rgba(0,0,0,.15); }

/** COLUMN HEADER **/
.column_header { height:20px; margin:-17px -42px 18px; padding:12px 42px; border-bottom:1px solid #ddd; }
#col1 .column_header { margin-left:0; margin-right:0; padding:9px; }
/*.column_header .rightcontrols { float:right; text-align:right; }*/
.column_header h3 { border:none !important; margin:0 !important; height:18px !important; }
.column_header label { font-weight:bold; font-size:14px; line-height:20px; }

h3 nav,
h3 nav a {
    color:#aaa;
}
h3 nav .current-settings {
    color:#222;
}

#col1 .column_header { margin:-17px 0 12px; border-bottom-color:#e5e5e5; padding:12px; }
/** END COLUMN HEADER **/

/** ADDRESS INPUT **/
.address-street-wrapper, .address-city-wrapper, .address-state-zip-wrapper { margin-bottom:2px; }
.address-state-zip-wrapper { position:relative; white-space:nowrap; line-height:1; }
.address-street-wrapper, .street { height:42px !important; }
.street { display:block; width:276px !important; }
.city, #home_city { width:276px !important; }
.state, #home_state { width:190px !important; float:left; margin-right:2px; }
.zip { width:84px !important; }
/** END ADDRESS INPUT **/

.gray_text, .graylink { color:#555 !important; }
.graylink_lighter { color:#767676 !important; }
.graylink_darkest { color:#222 !important; }
.red_text { color:#E33 !important; }

.removeitem { color:#767676; padding:0 1px; }
.removeitem:hover { color:white; text-decoration:none; background-color:#e00 !important; }

.column_item, .column_item_short { border-bottom:1px dotted #ccc; margin-bottom:18px; padding-bottom:18px; position:relative; }
.column_item_short { margin-bottom:9px; padding-bottom:9px; }
.column_item_title { font-size:15px; font-weight:bold; }
.column_item_details { font-size:13px; color:#767676; }


/* Clearing floats without extra markup
http://nicolasgallagher.com/micro-clearfix-hack/ */
.clear:before,
.clear:after,
.singlecol:before,
.singlecol:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clear:after,
.singlecol:after {
    clear: both;
}
.column_item, .column_item_short { border-bottom:1px dotted #ccc; margin-bottom:18px; padding-bottom:18px; position:relative; }
.column_item_short { margin-bottom:9px; padding-bottom:9px; }
.column_item_title { font-weight:bold; font-size:15px; }
.column_item_details { font-size:13px; color:#767676; }

#colwrap { white-space:nowrap; }
 
#col1, #col2 {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    border:none; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; 
}
#col1 { width:61.5%; margin:0; padding:0 18px 0 0; }
#col2 { width:38.5%; margin:0; padding:0 0 0 18px; }

.fifty_fifty #col1, .fifty_fifty #col2 { width:50%; }

.singlecol h4,
#col1 h4,
#col2 h4 {
    border-bottom: 1px #ddd solid;
    /*z-index:9997;*/
}

#col2 h4 { font-size:16px; }

.indented-left-col-with-pic {
    margin-left: 82px;
}

h4 {
    line-height: 18px;
    font-weight: bold;
    /*padding: 0 6px;*/
    margin-bottom: 3px;
    text-align: left;
}

h4 a,
h4 a:link,
h4 a:visited {
    float: right;
    margin-top: 1px;
    margin-left: 9px;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

h4 a,
h4 a:link,
h4 a:visited { color:#666; }

#main .box label  { float:left; width:123px; color:#6a6a6a; text-transform:capitalize; word-wrap:break-word; }
#main .box label a { color:#6a6a6a; text-decoration:none; }

.box p.indented, .box div.indented {
    margin-left: 123px;
    position: relative;
}

p.indented, div.indented { margin-bottom:18px; }

/* NEW FIELD STUFF*/
.fld,
.fld--l,
.fld--r {
    display:table-row;  
}
.fld-lbl {
    color:#6a6a6a;
    display: table-cell;
    float: none !important; /*important because old style conflicts*/
    padding-right: 18px;
    padding-bottom: 18px;
    width: auto !important;
    word-wrap: break-word;
}
.fld .fld-lbl,
.fld--l .fld-lbl,
.fld--r .fld-lbl{
    max-width: 200px;
}
#col1 .fld-lbl{
    min-width: 128px;   
}
#test_sections_container .fld-lbl{
    color: inherit;
}
.fld--r .fld-lbl {
    box-sizing: border-box;
    text-align: right;
}
.fld-bdy {
    display:table-cell;
    padding-bottom:18px;
    vertical-align: top;
}
.fld--v .fld-lbl {
    display: block;
    padding: 0 0 3px;
    margin-bottom: 0 !important; /*need this for now :( */
    font-weight: bold;
    color: inherit !important;
}
.fld-wide-bdy .fld-bdy{
    width:99%;
}
.fld-wide-bdy .fld-lbl{
    min-width: 0 !important;
    white-space: nowrap;
}
.fld--v .fld-bdy {
    display: block;
}
.fld-bdy label{ /*need this for now :( */
    color: inherit !important;
    float: none !important;
}
.fld-grp {
    display: table-row-group;
}
.fld-opt {
    color:#767676;
    font-size: .85em;
    font-weight: normal;
}
/**/

#facebox label {
    color: #555;
    font-size: 14px;
    float: left;
    width: 160px;
    text-align: left;
    margin-bottom: 18px;
}
#facebox .options label {
    float: none;
}

div.options {
    margin: 0 0 0 123px;
    padding-bottom: 18px;
    position: relative;
}

#facebox div.options { 
    margin-left:178px;
}

.option_label { float:left; }

.upload_limit_note { margin-top:6px; color:#767676; font-size:13px; }

.remote_update_original { display: none; }
.show_hide {  }
.hide_show { display: none !important; }

@keyframes delayVisibility {
  0%   { opacity:0; }
  99%  { opacity:0; }
  100% { opacity:1; }
}

.loading_throbber {     z-index: 10000;
    position: fixed;
    top: 240px;
    left: 50%;
    display: none;
    border-radius: 9px;
    transform: translateX(-50%); 
    animation: delayVisibility linear 1s; /* exaggerated; 1s is too long */
}
/*.loading_throbber img { height:24px; }*/

.import_item { position:relative; }
.import_item .import_model_checkbox { position:absolute; top:15px; left:0; }
.import_item .import_model_errors { margin-left:27px; }
.import_item .model_to_import { margin-left:27px; margin-bottom:18px; padding:12px 12px 0; background-color:#f5f5f5; border:1px solid #e5e5e5; border-radius:6px; }
.import_item .model_to_import h5 { margin-bottom:18px; }

.bullet { margin:0 6px; color:#767676; }

.social_head,
.social_head_small,
.social_head_smaller,
.social_head_big {
    float: left;
    overflow: hidden;   
}
.social_head{
    width: 64px;
    line-height: 65px;
}
.social_head_small{
    width: 41px;
}
.social_head_smaller{
    width: 30px;
}
.social_head_big{
    width:100px;
}
.social_head:hover,
.social_head_small:hover,
.social_head_smaller:hover,
.social_head_big:hover { 
    text-decoration: none !important; 
}
.social_head_with_name{
    margin: 0 3px 6px 0;
    height: 90px;    
}
.social_head_picture,
.social_head_small_picture,
.social_head_smaller_picture,
.social_head_big_picture {
    background-position: left center;
    background-size: 100% auto;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 10%;
    background-color:#767676;
    color: white;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    box-shadow: 0 0 3px rgba(0,0,0,.2) inset;
}
.social_head_small_picture {
    font-size: 19px !important;
    line-height: 43px !important;
}
.social_head_smaller_picture{
    font-size: 14px !important;
    line-height: 31px !important;   
}
.social_head_big .social_head_picture {
    font-size: 36px;
    line-height: 100px;
}
.social_head_name {
    color: #767676;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin-top: 2px;
}


.drop-down .social_head_smaller {
    float: none;
    display: inline-block;
    margin-bottom: -5px;
}

.social_head_small .profile-card-content {
    display: none;
}

.form_error { color:#e00; }

.social_counter { 
    color: #767676;
    font-size: 13px;
    padding: 0 6px;
    background-color: #eee !important;
    border-radius: 2px;
    white-space: nowrap;
    border:1px solid #ccc;
    position:relative;
    margin-left:3px;
    display: inline-block;
    height: 17px;
}
.social_counter:before {
    position: absolute;
    top: 3px;
    right: auto;
    left: -11px;
    content: '';
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid #ccc;
    border-bottom: 5px solid transparent;
    display: inline-block;
}
.social_counter:after {
    position: absolute;
    top: 4px;
    right: auto;
    left: -8px;
    content: '';
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid #eee;
    border-bottom: 4px solid transparent;
    display: inline-block;
}
.social_counter:hover { 
    text-decoration:none !important; 
}

.post,
.comment,
.newsitem  { 
    margin:18px 0; 
}
.post-body,
.comment-body,
.newsitem-body {
    margin-top:0; 
    margin-left: 47px;
    margin-bottom: 6px;
    padding:6px; 
    font-size:14px; 
    line-height:1.4;
    /*border-top:1px dotted #ccc;*/
}
.internal-comment{
    background-color: #FFF6D9;
    border-radius: 4px;
    border: 1px solid #EFDAA3;
}
/*
.current-student .social_head_small {
    overflow: visible;
}
.current-student .social_head_small_picture {
    box-shadow: 0 0 0 2px green;
}
*/
.current-student .comment-body,
.current-student .reply-body,
.current-student .comment-isCollapsed,
.current-student .reply-isCollapsed {
    /*background-color: #e9f2e4;*/
}
.comment-isCollapsed {
    /*padding:3px;
    margin:6px 0; */
}
.reply-isCollapsed {
    
}

.comment-owner,
.reply-owner{
    font-weight: bold;
    font-size: 15px;
}
.comment-content,
.reply-content {
    /*margin-top: 6px;*/
}
.comment-grade,
.reply-grade {
    /*position:absolute;*/
    /*right:4px; */
    /*color:green;*/
    display: inline-block;
    height: 20px;
}
.comment-grade{
    /*top:8px;*/
}
.reply-grade {
    /*top:14px;*/
}
 
.post .ancillary { 
    margin-top:9px; 
}

.reply { 
    padding: 6px 0px 6px 50px;
}
.reply-body{
    /*border-top:1px dotted #ccc;*/
    padding:3px 6px 9px 56px; 
}
.post-footer,
.comment-footer,
.reply-footer {
    margin-top:9px;    
    color:#767676; 
}

.comment > .social_head_small,
.reply > .social_head_small {
    position: relative;
    top: 8px;
}
.reply > .social_head_small{
    left: 3px;
}

.post>img, 
.comment>img, 
.commentadd>img, 
.newsitem>img { 
    width:33px; 
    height:41px; 
    float:left; 
}
.post>img, 
.comment>img, 
.commentadd>img { 
    position:relative; top:5px; 
}
.comment>img, 
.commentadd>img { 
    left:3px 
}
.post>div { 
    font-size:14px; 
    line-height:1.4; 
}
/*
.post>div, 
.newsitem>div { 
    margin-left:47px; 
    
    padding-top:6px;
}*/
.post .comment, 
.newsitem>div .comment {
    padding-top: 0;
}

.comment .ancillary { 
    margin-bottom:0; 
    margin-top:9px; 
}
.commentadd { 
    display:none; 
    margin:0 0 0 50px ; 
}
.commentadd .social_head_small {
    float: left;
    position: relative;
    top: 6px;
}
.commentadd form {  
    /*border-top: 1px dotted #ccc;*/
    padding:6px 6px 6px 56px;
    /*margin-left: 53px;*/
}

.commentadd textarea { 
    display: block; 
    width: 100%; 
    height: 64px; 
    margin-bottom: 6px; 
}

.post_likes, 
.post_comments,
.comment-likes, 
.comment-replies,
.newsitem-replies,
.newsitem-likes { 
    color:#6b6b6b; 
    background-color: #eee; 
    font-size: 13px !important; 
    padding: 1px 3px; 
    /*margin-right: 50px; */
    margin-left: 50px;
    margin-bottom: 3px; 
}
.post_likes a, 
.post_comments a,
.comment-likes a, 
.comment-replies a,
.newsitem-replies a,
.newsitem-likes a { 
    color: #6b6b6b !important; 
}
.post_comments,
.comment-replies,
.newsitem-replies { 
    margin-bottom: 0px; 
}

.newsitem:first-child>div { border-top:0; }
.post>div p, .comment p { margin-bottom:9px; margin-top:3px; }
.post .ancillary, 
.newsitem .ancillary, 
.discussion_report .ancillary { 
    font-size:13px; 
    margin-bottom:9px; 
    color:#6b6b6b; 
}
.discussion_report { position:relative; }
.discussion_report .report_comment { font-size:14px; line-height:1.4; }
.discussion_report .anchillary label { float:none !important; font-size:inherit !important; color:inherit !important; margin-bottom:0 !important; }
.new-filter { 
    border: 1px solid #ddd;
    padding: 6px 12px 5px;
    border-radius: 3px;
    margin-bottom: 18px;
}
.new-filter-form {
    padding: 3px 9px 9px;
    margin: 0 -9px;
}
.new-filter a,
.new-filter .filter-toggle,
.new-filter .filter-toggle:hover {
    font-size: 14px;
    color: #555;
    text-decoration: none !important;
}
.filter-toggle_icon {
    font-size: 16px !important;
}
.new-filter label { 
    float:left; 
}
.new-filter label {
    font-size: 13px;
    color:#6b6b6b;
    text-transform: capitalize !important;
}
.new-filter .num_results { 
    font-size:14px; 
    color:#767676; 
}
.new-filter .preset_name {
    float: right;
    font-size:14px;
    color:#767676;
}
.new-filter .options { 
    margin-bottom-left:117px; 
    padding-bottom: 0;
    height: 36px;
}
.new-filter-chunk,
.filter-presets {
    background-color: #eee;
    color: #6b6b6b;
    padding: 9px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 9px;
    line-height: 1.4;
}
.filter-presets {
    margin-top: 9px;
    margin-bottom: 0px;
}
.filter-chosen-condition { 
    background-color: white;
    padding: 0 6px;
    margin: 9px 9px 0 0;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    display:inline-block;
 }
.filter-chosen-condition-trash { margin-left:3px; position:relative; top:1px; }
.filter-condition-templates { display:none; }
.filter-condition-wrapper-template { display:none; }
.filter-chosen-condition-template { display:none; }
.filter_field input[type="number"] { width:50px; }
.filter-toggle_icon{
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.filter-is_open {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.inline-edit-submit {
    margin-top:6px;
}



.controldropdown, .dropdown {
    font-size:13px;
    background-color: white;
    border:1px solid #ccc;
    display:none;
    position: absolute; 
    right: 18px; 
    top: 139px;
    z-index: 99;
    padding:9px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.dropdown { top:21px !important; right:0 !important; z-index:9999 !important;  }

.controldropdown ul li a, .dropdown ul li a { display:block; padding:3px 6px; color:#767676 !important; transition: all .2s; }
.controldropdown ul li a:hover, .dropdown ul li a:hover { color:#555 !important; text-decoration:none !important; background-color:#eee; border-radius:2px; }
.controldropdown ul li a:active, .dropdown ul li a:active { color:#000 !important; background-color:#ddd;}

.controldropdown ul:before, .dropdown ul:before {
  position: absolute;
  top: -7px;
  left: 9px;
  right: auto;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
}

.controldropdown ul:after, .dropdown ul:after {
  position: absolute;
  top: -6px;
  left: 10px;
  right:auto;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
}

/** New universal Drop-downs AS **/
.drop-down {
    display:none;
    position: absolute; 
    z-index: 99;
    margin-top:5px;
    left: 50%;
    top:100%;
}
.drop-down-is-button {
    margin-top: 6px;
}
.drop-down-list {
    font-size:13px;
    font-weight:normal;
    background-color: white;
    border:1px solid #ccc;
    padding:9px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    position:relative;
}
.drop-down-list>ul{
    padding: 0 !important;
    list-style-type: none !important;
}
.drop-down-arrows {
    position:relative;
    text-align: center;
    padding:0 10px;
    z-index: 1;
    right: 6px;
}
.drop-down-list,
.drop-down-arrows {
    transform: translateX(-50%);
}
.drop-down-arrow-bottom {
  position: absolute;
  top: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-left:-1px;
}
.drop-down-arrow-top {
  position: absolute;
  top: -6px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #FFF;
  display: inline-block;
  margin-left:-1px;
}
.drop-down.drop-down-left{
    left:0;
}
.drop-down-left .drop-down-arrows {
    right: auto;
}
.drop-down-left .drop-down-list {
    left: auto;
    right: 11px;
    transform: unset;
}
.drop-down.drop-down-right{
    right:0;
    left:auto;
}
.drop-down-right .drop-down-arrows {
    text-align:right;
    left:-2px;
    right: auto;
    transform: unset;
}
.drop-down-right .drop-down-list {
    left:11px;
    transform: unset;
}
.drop-down-top {
    margin-bottom: 5px;
    margin-top: 0;
    top: auto;
    bottom: 100%;
}
.drop-down-top .drop-down-arrows {
    position: absolute;
    right: 12px;
    transform: translateX(-50%) scaleY(-1);
    left: -6px;
    bottom: 0px;
}
.drop-down-is-button.drop-down-left {
   margin-left: 11px;
}
.drop-down-is-button.drop-down-right .drop-down-arrows {
    left:-13px;
}
.drop-down-is-button.drop-down-right .drop-down-list {
    left:0;
}
.drop-down-list-link { 
    display:block; 
    padding:3px 6px; 
    color:#767676 !important; 
    white-space:nowrap;
    font-weight: normal;
    opacity: 1 !important;
    transition: all .2s;
    float:none !important;
    margin:0 !important;
}
.drop-down-list-link:hover { 
    color:#555 !important; 
    text-decoration:none !important; 
    background-color:#eee; 
    border-radius:2px; 
}
.drop-down-list-link:active { 
    color:#000 !important; 
    background-color:#ddd; 
}
.drop-down-list-link-disabled {
    display:block; 
    padding:3px 6px; 
    color:#767676 !important;
    cursor: default; 
    white-space:nowrap;
    font-weight: normal;
}
/** END new universal drop-downs **/


.dropdown_right ul:before { left:auto; right:9px; } 
.dropdown_right ul:after { left:auto; right:10px; } 

.h4DropDown li a { float:none; margin:0; white-space: nowrap; }

.info-field { clear:left; }
.info-field label { margin-bottom:18px;  }
.shorter-info-fields .info-field { margin-bottom: 6px; }
.shorter-info-fields .info-field label { margin-bottom: 6px; }

.no-margin-left { margin-left: 0 !important; }

#side, .side {
    overflow:auto;
    margin:0;
    float: left;
    padding:18px 18px 0;
    background-color: #F3F3F3;
    border: 1px solid #DDD;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    width:167px;
}

#side h4, .side h4 { border-bottom:none; font-size:16px; text-transform:capitalize; margin-bottom:0;  padding:0; color:inherit; }
#side ul, .side ul { list-style:none; font-size:14px; line-height:18px; margin:0 0 18px; }
#side ul li,
#side ul li a,
.side ul li,
.side ul li a { color:#666; text-transform:capitalize;  text-decoration:none; padding:5px 9px;
    line-height:18px; display:block; border-radius:3px; margin-bottom:2px; transition: all .2s ease-in-out; }
#side ul li a:hover, .side ul li a:hover,
#side ul li a:focus, .side ul li a:focus { color:#000 !important; text-decoration:none !important; background-color:rgba(0,0,0,.05); box-shadow:0 0 2px rgba(0,0,0,.1) inset; outline: 0;}
#side ul li a:active, .side ul li a:active { background-color:rgba(0,0,0,.10) }
#side ul li, .side ul li { padding:0; }
#side ul ul, .side ul ul { margin-top:0; color: black; }
#side ul ul a, .side ul ul a { text-transform:capitalize;  color:black; font-weight:normal; }
#side ul ul li.current, .side ul ul li.current { background-color: #dddded; }

#side ul li.selected a, .side ul li.selected a { background-color:rgba(0,0,0,.1) !important;  color:#222; box-shadow:none; }
#side ul li.selected a span, .side ul li.selected a span { color:#444; }

.files-side {
    margin-top:36px; 
    float:left; 
    width:193px; 
    background-color:transparent; 
    border:none; 
    padding:0;
}
.files-side ul li a{
    padding:8px 6px 6px;
    font-size: 14px;
}

.with_left_menu { margin-left:229px; }
/*
.back-arrow,
.forward-arrow { 
    height:.9em;
    width:.9em;
    position:relative;
    display:inline-block;
    top:.1em;
} 
.back-arrow { 
    margin-right: .25em;
    margin-left: .2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
} 
.forward-arrow { 
    margin-right: .2em;
    margin-left: .25em;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
} 
.back-arrow:before, 
.back-arrow:after,
.forward-arrow:before, 
.forward-arrow:after {
    position: absolute;
    content:'';
    background-color:#0033cc;
}
.back-arrow:before,
.forward-arrow:before {
    top:0;
    bottom:0;
    left:0;
    width:.15em;
}
.back-arrow:after,
.forward-arrow:after {
    bottom:0;
    left:0;
    height:.15em;
    right:0;
}
*/
.show-arrow { 
    height:9px;
    width:9px;
    position:relative;
    display:inline-block;
    top:-1px;
    margin-left:6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
} 
.show-arrow:before, 
.show-arrow:after {
    position: absolute;
    content:'';
    background-color:#777;
}
.show-arrow:before {
    top:0;
    bottom:0;
    left:0;
    width:.15em;
}
.show-arrow:after {
    bottom:0;
    left:0;
    height:.15em;
    right:0;
}
.show-arrow.is-shown { 
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
} 


/*file uploader stuff*/
.uploader-inline{
    display: inline-block;
}
.uploader-queue-file{
    font-size:13px;
}
.uploader-full.uploader-has-files .uploader-browse{
    margin-top:12px;
}
.uploader-full .uploader-queue-file, 
.uploader-compact .uploader-queue-file{    
    height:30px;
    margin-bottom:3px;
    padding:6px 9px;    
    border-radius:2px;
    white-space: nowrap;
    overflow:hidden;
}
.uploader-full .uploader-queue-file{ 
    background-color:#fff;   
    border:1px solid #ddd;
}
.uploader-queue-file-size{
    text-transform: uppercase;
}
.uploader-queue-file-name{
    display:inline-block;
    margin-right: 14px;
}
.uploader-remove-file{
    float: right;
    position: relative;
    top: 2px;
}
.uploader-queue-file-size,
.uploader-queue-file-percent{
    color:#767676;
}
.uploader-queue-file-percent{
    margin-left: 6px;
}
.uploader-queue-file-statusText{
    color:#767676;
}
.uploader-queue-file-statusText::before{
    content: '\00A0\00A0\00b7\00A0\00A0';
    color:#767676;
}
.uploader-queue-file-statusBar{
    background-color:#ccc;
    height:3px;
    margin-top:6px;
}
.uploader-queue-file-statusBar,
.uploader-queue-file-statusBar div {
    height:3px;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}
.uploader-queue-file-statusBar .is-uploading{
    background-color:rgb(0,125,255);
}
.uploader-queue-file-statusBar .is-complete{
    background-color:rgb(0,200,50);
}
.uploader-inline .uploader-queue-file .uploader-queue-file-statusText,
.uploader-inline .uploader-queue-file .uploader-queue-file-percent,
.uploader-inline .uploader-queue-file .uploader-queue-file-size,
.uploader-inline .uploader-queue-file .uploader-queue-file-statusBar{
    display: none;
}

.uploader-browse{
    cursor:pointer;
}
.uploader-full .uploader-drop-area{
    border:dashed 2px #ccc;
    background-color:#eee;
    text-align:center;
    color:#6a6a6a;
    padding:48px 0;
    border-radius: 6px;
    font-size: 15px;
}
.uploader-compact .uploader-drop-area{
    padding:6px 9px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}
.uploader-drop-area{
    position: relative;
    min-height: 20px; /*without this drag & drop breaks in IE 11*/
}
.uploader-container { text-align: left; }
#profile_image_upload_container.drag-over{
    border:solid 2px rgb(0,125,255) !important;
}
.uploader-drop-area.drag-over::before{
    content: '';
    border-radius: 6px;
    box-shadow: 0 0 0 5px rgb(0,125,255);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.uploader-compact .uploader-drop-area.drag-over:before{
    border:none;
    border-radius: 3px;
    box-shadow: 0 0 0 4px rgb(0,125,255);
}
.uploader-compact{
    border-color:#ccc;
    border-style:solid;
    border-width:1px 0;    
    color: #6a6a6a;
    font-size:14px;
    text-align: left;
}
.uploader-compact .uploader-queue-file {
    padding-bottom:3px;
}

.profile-image-uploader .uploader-queue-file{
    margin-top:6px;
}
.profile-image-uploader .uploader-queue-file .uploader-queue-file-statusText,
.profile-image-uploader .uploader-queue-file .uploader-queue-file-percent,
.profile-image-uploader .uploader-queue-file .uploader-queue-file-size{
    display: none;
}

.donation-content {
    padding-bottom:18px; 
    font-style:italic; 
    border-bottom:1px dotted #ccc; 
    margin-bottom:24px !important;
    color: #767676;
}
.donation-field_label,
#facebox .donation-field_label{
    float: left;
    text-align: right;
    width:182px;
    font-size: 15px;
}
.donation-field,
#facebox .donation-field{
    margin-left: 200px;
    margin-bottom:18px;
    position: relative;
}
.donation-field-input{
    width:100%;
}

.money-input {
    text-align: right;
}

.editable_template_preview { 
    line-height:1.2; 
    font-family: Helvetica, sans-serif;
}
.editable_field_preview { 
    overflow:hidden; 
    position:absolute; 
    outline:1px solid #ddd; 
    -webkit-transition: box-shadow .1s ease-in-out;
    -moz-transition: box-shadow .1s ease-in-out;
    -ms-transition: box-shadow .1s ease-in-out;
    -o-transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
}
.editable_field_preview:hover, .editable_field_preview.is-hovered { 
    box-shadow: 0 0 4px 2px rgb(0,125,255);  
}
.editable_template_field_no_outline .editable_field_preview { 
    outline:none; 
}

.hex_color_input_wrapper {
    display:inline-block; position:relative;
}
.hex_color_input {
    width:80px !important;
}
.hex_color_preview {
     box-shadow:0 0 2px rgba(0, 0, 0, 0.3) inset; 
     width:18px; 
     height:14px; 
     border-radius:2px; 
     position:absolute; 
     top:3px; 
     right:3px; 
     bottom:3px;
     cursor: pointer;
}

#picture,
#picture_disabled { 
    /*border: 1px solid #ddd;*/
    box-shadow:0 0 3px rgba(0,0,0,.2) inset;
    border-radius: 4px;
    background-color: #ebebeb;
    height:0; 
    width:100%;
    padding-bottom: 125%;
    float:none; 
    display:block; 
    margin-bottom:12px;
    overflow: hidden; 
    position: relative;
}
/*#picture:hover { border-color: #0033CC !important; }*/

#picture img, #picture_disabled img {
    width: 100%;
}
#infobox { margin-left: 196px; }
#infobox .options { margin-left:95px; }

#autosaved_time { float:left; color:#767676; font-size:15px; 
    -webkit-transition:color .5s ease-in-out; 
    -moz-transition:color .5s ease-in-out; 
    -ms-transition:color .5s ease-in-out; 
    transition:color .5s ease-in-out; 
}

.just-saved { 
    color:green !important; 
}

.localization-dropdown a.show_dropdown {
    text-decoration:none;
}

.lesson-section {
    margin-bottom: 36px;
}
.lesson-section-heading {
    margin-bottom: 18px;
}
.lesson-section-content {
    margin-bottom: 0px;
}

.rubric_score_icon_container {
    display:inline-block;
    position:relative; 
    margin-right:10px;
}

.rubric_score_icon_check {
    position: absolute;
    top: 2px;
    left: 3px;
    text-shadow: 1px 1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px -1px 0 white;
}

.rubric-manage, .criterion-manage {
    border-collapse:collapse;
    width: 100%;
    min-width:500px;
    max-width: 1024px;    
}

.rubric-manage {    
    margin-bottom: 0;
}

.rubric-manage-heading {
    font-weight: bold;
    text-align: center;
    background-color: #eee;
    padding: 8px !important;
    border: 1px solid #ccc;
}    

.rubric-criteria-heading{
    width:20%;
}
.rubric-levels-heading{
    width:75%;
}
.rubric-values-heading {
    white-space: nowrap;        
}

.criterion-levels-row {
    display: table-row;        
}

.rubric-manage-cell {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.rubric-manage-criterion-cell {
    /*min-width: 100px;*/
}

.rubric-manage-criterion-cell label {
    float:none !important;
}

.rubric-criterion-weight {
    /*vertical-align: middle;*/
    text-align: right;
}

.rubric-manage-criterion-levels-cell {
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 0;
    height: 80px;
}

.rubric_criterion_reorder {
    position:absolute;
    left:6px;
    bottom:6px;
    cursor: ns-resize;
}

.rubric_criterion_controls {
    position:absolute;
    right:6px;
    bottom:4px;
}

.criterion-levels {
    display: table;
    width: 100%;
    height: 100%;
}

.criterion-level-cell {
    display: table-cell;
    padding: 10px;
    /*min-width: 80px;*/
    height: 100%;
}
.criterion-level-cell:not(:last-child) {
    border-right: 1px dashed #ccc;
}
.criterion-level-cell-selectable {
    cursor: pointer;
}

.rubric-add-criterion{
    margin: 3px 0 18px;
    text-align: center;
}

.selected_criterion_level{
    background-color: #e9f2e4;
}

#signup_form {
    font-size: 15px;
}
#signup_form h2{
    font-weight: bold;
}
#signup_form h3 {
    font-weight: bold;
    text-align:center;
    margin-bottom: .75em;
}
#signup_form input[type='text'] {
    width:276px;
}
.signup_form-section p {
    margin-bottom: 2em !important;
    padding: 0 5em;
}
.signup_form-section{
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom:1px dotted #ccc;
}
.signup_form_field-lbl { 
    float: left;
    text-align: right;
    width: 138px;
    font-size: 15px;    
 }
 .signup_form_field-bdy{
    margin-left: 156px;
    margin-bottom: 18px;
    position: relative;
 }

.test_question_category {
    background-color: #f5f5f5;
    margin-right: 3px;
    padding: 0 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    color: #666;
}

.question-number{
     text-align:right; float:left; width:30px;
}
.question-radio {
    float:left; position:relative; top:3px;
}

.course_offering_name {
    margin-top:24px !important;
    margin-bottom: 18px !important;
}
.course_offering_left_col{
    width:130px !important;
}
.course_offering_singlecol{
    padding-left: 208px !important;
}
.course_offering_singlecol .column_header{
    margin-left: 0;
    margin-right: 0;
    padding: 12px;
}
.course_offering_singlecol .columnnav{
    margin-left: 0;
    margin-right: 0;
    padding: 0 12px;
}
.course_offering_singlecol .column_header a{
    color:#767676;
}
.course_thumbnail_wrap{
    width:100%; 
    height:0;
    padding-bottom: 100%; 
    position: relative;
}
.course_thumbnail{
    box-sizing:border-box; 
    width:100%; 
    box-shadow:0 0 3px rgba(0,0,0,.2) inset; 
    background-color:#777; 
    border-radius:5%; 
    text-align:center; 
    font-size: 78px; 
    /*border:1px solid #ddd; */
    text-shadow: 0 0 6px rgba(0,0,0,.1);
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.course_thumbnail_icon {     
    vertical-align: middle;
}
.course_offering_menu{
    width:100%; 
    box-sizing: border-box; 
    margin-top:36px; 
    padding: 0;
    font-size: 14px;
    background-color:transparent; 
    border:none; 
    border-radius: 3px;
}
.course_offering_menu ul li{
    padding: 0;
}
.course_offering_menu ul li .pill {
    float:right;
    line-height:16px;
}
.thumbnail_edit_overlay {
    transition:opacity .2s ease-in-out; 
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    background: rgba(0,0,0,.5);
    right: 0;
    color: white;
    line-height: 21px;
    text-align: center;
}
.course_thumbnail:hover .thumbnail_edit_overlay,
#picture:hover .thumbnail_edit_overlay{
    opacity: 1;
}

.registration-course-warnings{
    color:goldenrod;
}
.registration-course-errors{
    color:#e00;
}
.registration-course-warnings li:before,
.registration-course-errors li:before,
.registration-course-errors div:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    margin-right:4px;
}
.registration-course-warnings li:before{
    content:'\f05a';
    
}
.registration-course-errors li:before,
.registration-course-errors div:before {
    content:'\f071';
}
.js-course-hidden-by-filter, .js-duplicate-course {
    display:none;
}
.integration_logo {
    box-sizing: border-box;     
    text-align: center;
    position: absolute; 
    top: 0; 
    bottom: 0; 
    overflow: hidden; 
    height: 66px; 
    width: 66px; 
    font-size:36px !important;
    line-height: 66px !important; 
    border-radius: 10%;
}
.integration_icon {
    box-sizing: border-box; 
    box-shadow: 0 0 3px rgba(0,0,0,.2) inset; 
    background-color: #bbb; 
    text-align: center; 
    text-shadow: 0 0 6px rgba(0,0,0,.1); 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    overflow: hidden; 
    height: 66px; 
    width: 66px; 
    font-size:36px !important;
    line-height: 66px !important; 
    border-radius: 10%;
}