/* Main Colours Used

black:      #000000
Dark Grey:  #333333
Grey:       #868686
Rum & Bass Blue: white
light Grey: #999999
#bbbbbb
white:      #FFFFFF
*/

/*  Initial Page Config  */
/*
html { overflow: -moz-scrollbars-vertical; overflow-y: scroll; }
 */
body {margin: 5px; padding: 5px; background-color: #000000AD; position: relative; overflow: hidden; border-radius: 25px;}
a { text-decoration: none; }
body, h1, h2, h3, p, input, textarea { font-family: 'Open Sans', sans-serif; }
p { color: white; }

/*  General  */
.hidden { display: none; }
i.hidden {display: none; }
div.inherit { width: inherit; }

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


/* Mobile CSS */

.Desktop { display: none; }
.desktop { display: none; }
.Mobile { display: none; }
.mobile { display: none; }
.clickable { cursor: pointer !important; }


/*  Containers  */
div.scoi_split { clear: none; box-sizing: border-box;}
div.scoi_split.w12 { width: 50%; }
div.scoi_split.w13 { width: 33.2%; }
div.scoi_split.w23 { width: 66.5% }
div.scoi_split.w14 { width: 25%; }
div.scoi_split.w34 { width: 75%; }
div.scoi_split.w15 { width: 20%; }
div.scoi_split.w25 { width: 40%; }
div.scoi_split.w35 { width: 60%; }
div.scoi_split.w45 { width: 80%; }
div.scoi_split.left { float: left; clear: left; }
div.scoi_split.right { float: right; clear: right; }
div.scoi_split.w12.center { margin: 30px 25%; }
div.scoi_split.w23.center { margin: 30px 16.66%; }
div.scoi_split.w12.center.fw, div.scoi_split.w23.center.fw { margin: 0; }
div.scoi_split.fw { width: 100% !important; float: left; clear: both !important; }
div.scoi_split.fixed { position: fixed; }
div.scoi_split.transition { transition: all 0.5s }

div.scoi_section { width: 99%; float: left; position: relative; padding: 1%; box-sizing: border-box; border-radius: 0; overflow: visible;}
div.scoi_section.in-content { border: none; margin: 0 0 10px 0; width: 100%; box-shadow: none; }
div.scoi_section h3 { font-size: 18px; font-weight: 400; width: 100%; margin: 0; padding: 5px; text-align: center; box-sizing: border-box; letter-spacing: 1px; color: white; cursor: default; -webkit-touch-callout: none; -webkit-user-select: none;  -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
div.scoi_section h3 a { color: white; text-decoration: none; }
div.scoi_section h3 i { float: right; padding: 1px; color: white;}
div.scoi_section h3 i:hover { float: right; padding: 1px; color: #FFFFFF;}
div.scoi_section .content > p { margin: 5px 10px 5px 10px; width: calc(100% - 20px); clear: both; float: left; box-sizing: border-box; }
div.scoi_section h4 { margin: 10px; width: calc(100% - 20px); clear: both; float: left; box-sizing: border-box; }

div.scoi_section div.content { box-sizing: border-box; font-size: 14px; overflow: hidden; overflow-x: auto; width: 100%; }
div.scoi_section div.content.h100 { height: 100px; overflow-y: auto; }
div.scoi_section div.content.h130 { height: 130px; overflow-y: auto; }
div.scoi_section div.information { float: left; clear: both; margin: 15px 50px 15px 50px; padding: 10px; width: calc(100% - 100px); background-color: #ffffff; border: 1px solid black; box-sizing: border-box; }
div.scoi_section div.information p { float: left; clear: both; width: 100%; line-height: 1.6; }

div.content.lmargin { padding: 10px; }
div.content.smargin { padding: 5px; }
div.content span.head { font-size: 14px; text-align: center; font-weight: bold; padding: 5px 0 10px 0; box-sizing: border-box; }
div.content_split { float: left; clear: none; padding: 5px; box-sizing: border-box; }
div.content_split.fw { width: 100% !important; float: left; clear: both !important; }
div.content_split.w2 { width: 50%; }
div.content_split.w3 { width: 33%; }

/* Tables */

table { width: 100%; margin: 15px; border-collapse: collapse;}
th { font-size: 18px !important; padding: 4px; color: #FFFFFF !important; text-align: left;}
td { font-size: 16px !important; padding-bottom: 5px; padding-top: 5px; padding-left: 5px; color: white; text-align: left;}
td.fw{ padding: 2px 5px; }
td.Actions { padding: 2px 1px; }
td.Actions input { float: right; clear: none; }

i.table_icon { float: left; clear: none; color: white; font-size: 16px; padding: 7px 4.72px; border-radius: 5px; margin: 0 3px;}

i.table_icon.clickable:hover { color: whiteFF; }
i.table_icon.clickable.red:hover { background: #e53334 !important; }
i.table_icon.clickable.blue:hover { background: #71afff !important; }
i.table_icon.clickable.green:hover { background: #41a441 !important; }
i.table_icon.clickable.orange:hover { background: #edba32 !important; }

tr.deleted { color: #999999; }
tr.deleted input { color: #999999; }

/* Input Layout */

div.input6 { float: left; clear: none; margin: 0; box-sizing: border-box; }
div.input6 label { margin: 0 5px 5px 5px; width: calc(100% - 20px); white-space: nowrap; color: #FFFFFF; -webkit-touch-callout: none; -webkit-user-select: none;  -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
div.input6 input, div.input6 select, div.input6 textarea { width: 100%; margin: 0; padding: 5px; box-sizing: border-box; border-radius: 4px; border: 1px solid #bababa; }
div.input6 input[type='text'], div.input6 input[type='number'], div.input6 select, div.input6 textarea, div.input6 input[type='password'] { font-size: 16px; }
div.input6 textarea { resize: vertical; max-height: 200px; }
div.input6 input:focus, div.input6 select:focus, div.input6 textarea:focus { outline: none; border-color: #575757; box-shadow: 0 0 10px #575757; }
div.input6.label input { margin: 20px 0 0 0; }
div.input6 input[type=button]:hover, div.input6 input[type=button]:focus { color: #ffffff; }
div.input6 input[type=submit]:hover, div.input6 input[type=submit]:focus { color: white; }
div.input6 input[type=submit], div.input6 input[type=button] { cursor: pointer; }
div.input6 div { float: left; clear: both; width: 100%; }
div.input6 div ul { margin: 0; padding-left: 20px; }
div.input6 > i, div.input6 > div > i { margin: 0 3px 0 7px; font-size: 18px; cursor: pointer; color: #444444; }


/* Size */
div.input6.m { padding: 10px; }
div.input6.m input, div.input6.m select, div.input6.m textarea { padding-left: 5px; border-radius: 4px;}
div.input6.m textarea { max-height: 180px; height: 60px; }
div.input6.m input[type=button], div.input6.m input[type=submit] { font-weight: bold; }
div.input6.m > i, div.input6.m > div > i { font-size: 22px; margin: 4px 20px; padding: 0 10px 0 0; }

div.input6.s { padding: 5px 10px 10px 10px; }
div.input6.s input, div.input6.s select, div.input6.s textarea { padding: 1px; border-radius: 4px; height: 22px; }
div.input6.s input[type=button], div.input6.s input[type=submit] { font-weight: normal; }

/* Width */
div.input6.w1 { width: 100%; white-space: normal; }
div.input6.w1.short { width: calc(100% - 20px); )}
div.input6.w2 { width: 50%; white-space: normal; }
div.input6.w2.submit { margin-left: 25%; clear: both; white-space: normal; }
div.input6.w3 { width: 33.3%; white-space: normal; }
div.input6.w23 { width: 66.4%; white-space: normal; }
div.input6.w3.submit { margin-left: calc(33% + 5px); clear: both; white-space: normal; }
div.input6.w4 { width: 25%; white-space: normal; }
div.input6.w34 { width: 75%; white-space: normal; }
div.input6.w5 { width: 20%; white-space: normal; }
div.input6.w6 { width: 16.5%; white-space: normal; }

div.input6.h25 { height: 25px; }
div.input6.h40 { height: 40px; }

/* Invert  -- See member_options edit option */
div.input6.invert label, div.input6.invert i { color: white;}
div.input6.required input, div.input6.required select, div.input6.required textarea { border-color: #e53334; box-shadow: 0 0 10px -2px #e53334; }
/*div.input6.invert input[type=text], div.input6.invert select, div.input6.invert textarea {
background: white; color: white; }*/

/* Form */
div.input6.form label { width: 35%; float: left; text-align: right; margin: 0; padding: 6px 10px; box-sizing: border-box; font-size: 16px; white-space: normal; }
div.input6.form input, div.input6.form select, div.input6.form textarea, div.input6.form div { width: 65%; float: right; clear: none; }
div.input6.form > div > input { clear: none; }
div.input6.form > div > p { width: auto; }
div.input6.form.fw textarea { width: 100% !important; }
div.input6.form > i, div.input6.form > div > i { float: left; clear: left; font-size: 22px; margin: 4px 10px 4px 20px; color: white;  }
div.input6.form p { float: left; clear: right; font-size: 14px; margin: 8px; padding: 0; }

div.input6.form.w2 label { width: 40%; }
div.input6.form.w2 input, div.input6.form.w2 select, div.input6.form.w2 textarea, div.input6.form.w2 div { width: 60%; }

div.in-content div.input6.form.w1 label { width: calc(35% + 15px); }
div.in-content div.input6.form.w1 input, div.in-content div.input6.form.w1 select { width: calc(65% - 15px); }

div.input6.form.w1.fit-w2 label { width: calc((50% * 0.4) - 5px); }
div.input6.form.w1.fit-w2 input, div.input6.form.w1.fit-w2 select, div.input6.form.w1.fit-w2 textarea { width: calc((50% * 0.6) + 50% + 5px); }

div.input6.form input[type=radio] { float: left; width: auto; font-size: 22px; margin: 0 0 0 25px; }
div.input6.form p.radio { float: left; margin: 5px 3px; font-size: 16px; clear: none; }

div.input6.form input.tiny { width: 60px; float: left; clear: none; margin: 0 5px 0 0; }
div.input6.form input.small { width: 120px; float: left; clear: none; margin: 0 5px 0 0; }
div.input6.form input.medium { width: 240px; float: left; clear: none; margin: 0 5px 0 0; }

div.input6.form select.tiny { width: 60px; float: left; clear: none; margin: 0 5px 0 0; }
div.input6.form select.small { width: 120px; float: left; clear: none; margin: 0 5px 0 0; }
div.input6.form select.medium { width: 240px; float: left; clear: none; margin: 0 5px 0 0; }

div.form_success { float: right; padding: 8px; clear: none; }
div.form_success p { font-size: 16px; float: left; line-height: 28px; margin: 5px 7px 2px 5px; padding: 0; clear: none; width: auto; max-width: calc(100% - 70px); }
div.form_success i { color: green; font-size: 24px; float: left; clear: left; padding: 5px 5px 5px 0; }
div.form_success i.large { font-size: 36px; margin: 10px; padding: 0; }
div.form_success.label i { margin: 17px 0 0 0; }

div.form_errors { float: left; padding: 10px 25px; clear: both; width: calc(100% - 20px); background-color: #FFFCE1; box-sizing: border-box; border: solid #999999 1px; margin: 10px; }
div.form_errors p { color: black; font-size: 16px; float: left; line-height: 28px; clear: none; padding: 0; margin: 5px 0 2px 15px; width: calc(100% - 50px); text-align: left; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: default; }
div.form_errors i { color: #E2B921; font-size: 24px; float: left; clear: left; padding: 5px 0; }
div.form_errors i.large { font-size: 36px; margin: 10px; padding: 0; }

div.form_loading { float: left; padding: 11px 25px; clear: both; width: calc(100% - 20px); box-sizing: border-box; margin: 10px; }
div.form_loading div { margin: 0 auto; width: 150px; }
div.form_loading p { font-size: 16px; float: left; line-height: 28px; clear: none; padding: 0; margin: 5px 0 2px 15px; }
div.form_loading i { font-size: 24px; float: left; clear: left; padding: 5px 0; }

div.form_section { clear: both; margin: 0 15px; border-width: 1px; border-style: solid; border-color: transparent transparent rgb(206, 206, 206) transparent; box-sizing: border-box; overflow: hidden; }
div.form_section_i { clear: both; margin: 0 15px; border-width: 1px; border-style: solid; border-color: rgb(206, 206, 206)  transparent transparent transparent; box-sizing: border-box; overflow: hidden; }
div.form_section_b { clear: both; margin: 0 15px; border-width: 1px; border-style: solid; border-color: rgb(206, 206, 206)  transparent rgb(206, 206, 206) transparent; box-sizing: border-box; overflow: hidden; }
div.form_section p.description { font-size: 15px; text-align: center;}

/* Ticklist */
div.input6.ticklist { cursor: pointer; }
div.input6.ticklist label { width: calc(100% - 50px); float: right; clear: none; padding: 6px 10px; box-sizing: border-box; margin: 0; cursor: pointer; }
div.input6.ticklist div { width: 40px; float: left; clear: none;}

/* Flow Inputs */
div.input6.w1.flow_comment { width: calc(100% - 50px); padding: 5px; }
div.input6.w1.flow_comment input[type=text] { padding: 5px; height: 25px; font-size: 14px;  }

/* Table Inputs */
td.fw div.input6.fw { padding: 2px; }
div.input6.short input { width: 60px; }
div.input6.table { padding: 0 10px; }
div.input6.table i { margin: 2px 5px; }

/* Disabled Input */
div.input6 input[type='text']:disabled,
div.input6 input[type='tel']:disabled,
div.input6 input[type='number']:disabled,
div.input6 select:disabled,
div.input6 textarea:disabled {
    background: transparent;
    border: solid transparent 1px;
    color: white;
}


div.input6 textarea:disabled { height: auto; max-height: none; resize: none; }
div.input6 i.toggler, div.input6 i.toggler[is_disabled='false'] { color: #333333; cursor: pointer; }
div.input6 i.toggler[is_disabled], div.input6 i.toggler[is_disabled='true'] { color: #999999; cursor: default; }

i.toggler, i.toggler[is_disabled='false']{ font-size: 20px; margin: 5px; cursor: pointer; color: #333333; }
i.toggler[is_disabled], i.toggler[is_disabled='true']{ color: #999999; cursor: default; }

div.input6.table input[type='text']:disabled { background-color: transparent; border: solid 1px transparent;}

/* Additional Input */
div.input6.fw { width: 100% !important; }
div.input6.fw.label input { margin: 0 !important; }

div.input6.file-upload input[type="file"] { display: none; }

textarea.auto_adjust { max-height: none !important; min-height: 60px !important; resize: none !important;}

div.input6.form.slider input[type="range"] { width: calc( 65% - 250px); margin: 0 20px}
div.input6.form.slider input[type="range"]:focus { outline: none; box-shadow: none }
div.input6.form.slider input[type="number"] { width: 60px; text-align: right }
div.input6.form.slider input.cost { width: 100px; text-align: right; }

/* SCOi Calendar */

div.scoi_calendar_head { width: 100%; }
div.scoi_calendar_head div.month { clear: none; float: left; text-align: center; font-size: 24px; padding: 15px 10px; box-sizing: border-box; }
div.scoi_calendar_head div.month.Mobile { width: calc(100% - 120px); }
div.scoi_calendar_head div.month.Desktop { width: calc(100% - 344px); }
div.scoi_calendar_head div.navigation { cursor: pointer; padding: 20px 15px 0 15px; box-sizing: border-box; }
div.scoi_calendar_head div.prev { float: left; text-align: left;  }
div.scoi_calendar_head div.next { float: right; text-align: right;   }
div.scoi_calendar_head div.navigation i { width: 22px; float: left; font-size: 26px; cursor: pointer; color: #999999; clear: none; }
div.scoi_calendar_head div.navigation p { clear: none; float: left; font-size: 14px; width: 100px; margin: 5px 10px 5px 10px; }
div.scoi_calendar_head div.next i { float: right; }
div.scoi_calendar_head div.next p { float: right;  }
div.scoi_calendar_head div.calendar_break { width: calc(100% - 40px); margin: 8px 20px 10px 20px; border-top: solid 1px #cecece; float: left; }

table.scoi_calendar { width: 100%; padding: 0; border-collapse: collapse; margin-bottom: 0; }
table.scoi_calendar th { text-align: center; padding: 0 0 5px 0; }
table.scoi_calendar td { height: 70px; width: 14%; vertical-align: top; border: 1px solid #cecece; padding: 4px 8px; }
table.scoi_calendar td div.date { color: #333333; margin: 0 0 5px -2px; width: 26px; height: 26px; border-radius: 13px; box-sizing: border-box; padding: 2px; text-align: center; }
table.scoi_calendar td div.date p { text-align: center; font-size: 16px; width: 22px; margin: 0; padding: 2px 0 0 0; }
table.scoi_calendar td.blank { background: #f9f9f9; }
table.scoi_calendar td.today div.date { color: white; background: #333333 }

table.scoi_calendar tr:first-child th { border-top: 0; }
table.scoi_calendar tr:last-child td { border-bottom: 0; }
table.scoi_calendar tr td:first-child, table tr th:first-child { border-left: 0; }
table.scoi_calendar tr td:last-child, table tr th:last-child { border-right: 0; }

/* Upcoming Events */
table.upcoming_events { width: 100%; table-layout: auto; }
table.upcoming_events td.upcoming_month h3 { background: transparent; color: #999999; margin: 5px 0; }
table.upcoming_events td.upcoming_month h3 span { border-bottom: solid 1px #cecece; padding: 0 40px; }
table.upcoming_events td.event_name { text-align: right; font-size: 16px !important; width: 50%; }
table.upcoming_events td.event_name span { color: #444444; font-size: 14px; }
table.upcoming_events td.event_attending { width: 100px; text-align: center; font-size: 16px !important; padding: 0; }
table.upcoming_events td.event_attending i.attending { color: green; }
table.upcoming_events td.event_attending i.unavailable { color: #d23131; }
table.upcoming_events td.event_attending i.attend_event { color: #cecece; cursor: pointer; }
table.upcoming_events td.event_attending i.attend_event:hover { color: white; }
table.upcoming_events td.event_attending i.attend_event.selected { color: white; }
table.upcoming_events td.event_date { color: #333333; text-align: left; width: 50%; }

/* Event */
div#current_event_picture { position: absolute; background: rgba(255, 255, 255, 0.8); margin: 140px 0 0 0; width: 230px; }
div#current_event_picture p { text-align: center; }

/* SCOi Items */
div.scoi_item { width: 100%; padding: 0 20px; box-sizing: border-box; }
div.scoi_item.fw { padding: 0 20px; }
div.scoi_item div.content_split { padding: 0; }

div.scoi_item_picture { width: 100%; height: 250px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.fw div.scoi_item_picture { height: 175px; }

div.scoi_item h3 { background: transparent !important; color: #333333; text-align: left; padding: 10px; }
div.scoi_item h3 a { cursor: pointer; color: white; }
div.scoi_item h3 a.grey {color: #777777;}
div.scoi_item h3 a.grey[is_selected='Yes'] { color: #333333;}
div.scoi_item h3 a:hover, div.scoi_item h3 a:focus { color: #333333; }
div.scoi_item h3.right { text-align: right; }
div.scoi_item h3 i { float: none; }
div.scoi_item h3 i.green { color: green; }
div.scoi_item h3 i.red { color: #d23131; }
div.scoi_item h3 i.grey { color: #cecece; }
div.scoi_item h3 i.clickable:hover, div.scoi_item h3 i.clickable.selected { color: white; }

div.scoi_item h3.m { font-size: 24px; }
div.scoi_item h3.s { font-size: 20px;}
div.scoi_item.s h3.m { font-size: 18px; }
div.scoi_item.s h3.s { font-size: 16px; }

div.scoi_item h3.green { color: green; }
div.scoi_item h3.red { color: red; }
div.scoi_item p strong { color: #333333 !important; }

div.scoi_item p.date { font-size: 14px; color: #333333; margin-top: -5px; font-style: italic; }
div.scoi_item p.info { font-size: 16px; color: #333333; font-style: italic; }
div.scoi_item p.desc { font-size: 17px; color: #333333; width: 100%; box-sizing: border-box; padding: 0 0 10px 0; }

/* Selection List */
div.selection_list { margin: 5px -4px; font-size: 15px; overflow: hidden; }
div.selection_list span { float: left; padding: 5px 10px; margin: 5px; text-decoration: none; background: #575757; color: white; border-radius: 20px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
div.selection_list.submenu span { background: #575757; }
div.selection_list span[is_selected='No'], div.selection_list.submenu span[is_selected='No'] { background: none; color: #333333; }
div.selection_list span:hover, div.selection_list span:focus, div.selection_list.submenu span:hover, div.selection_list.submenu span:focus { background: #666666; color: white; }

/* Other */
div.green_bar { background: #ebebeb; width: 100%; height: 20px; float: left; margin: 10px 0 0 0; border-radius: 4px; border: 1px solid #cecece; }
div.green_bar div {background: #2da917; height: 22px; margin: -1px 0 0 -1px; border-radius: 4px 0 0 4px;}


/* Normal/Old SCOi Css */

/* * { font-family: Sans-Serif, Arial, Helvetica; }*/
input,select,textarea { border-radius: 3px; /*border: 1px solid white;*/ background-color: #F2F6FF;}
input:hover,select:hover,textarea:hover { background-color: #E4ECFF; }
select,input,textarea { float: left; clear: both; }
select.noclear,input.noclear,textarea.noclear { clear: none; }
fieldset { float: left; width: inherit; border: 2px dashed #575757; margin-bottom: 20px; }

input.scoi_section { width: 575px; margin: 10px; padding: 10px; }
input.scoi_inline { float: none; margin: 0; }

.no_clear { clear: none; }
.automargin { margin-left: auto; margin-right: auto; position: absolute; }

textarea.order_product { width: 430px; height: 40px; font-size: 11px; }
textarea.order_product_fieldset { width: 406px; }
textarea.add_paddle { width: 460px; }
select.order_product { font-size: 11px; }
input.order_product { font-size: 11px; }

input.scoi_actions { clear: none; float: left; margin-right: 5px;}

td { font-size: 12px; }

a { color: white; }
a.scoi_join { text-decoration: none; }
a:hover { color: black; }

legend { color: white; font-weight: bold; }
label { float: left; font-weight: bold; clear: both; font-size: 14px; }
label.order_product { font-size: 12px; }

h1,h2,h3,h4,h5,h6,strong,th/*,label*/ { color: white; }

h4.scoi_section { float: left; width: inherit; margin: 0; padding: 0 0 5px 0; }

hr { float: left; clear: both; width: 100%; }

div#ad_container { padding-left: 130px; padding-bottom: 10px; width: inherit; }
div#header_container { float: left; border-bottom: 2px solid white; width: inherit; padding-bottom: 15px; z-index: 99; }
div#content_container { float: left; width: inherit; }
div.scoi_footer { width: inherit; }
div.inherit { width: inherit; }
div.h100 { float: left; width: 100%; height: 100px; overflow-y: auto; overflow-x: hidden; }
div.h200 { float: left; width: 100%; height: 200px; overflow-y: auto; overflow-x: hidden; }
div.h300 { float: left; width: 100%; height: 300px; overflow-y: auto; overflow-x: hidden; }
div.h400 { float: left; width: 100%; height: 400px; overflow-y: auto; overflow-x: hidden; }
div.h500 { float: left; width: 100%; height: 500px; overflow-y: auto; overflow-x: hidden; }
div.mh100 { float: left; width: calc(100% - 10px); max-height: 100px; overflow-y: auto; overflow-x: hidden; padding: 5px; }
div.mh200 { float: left; width: calc(100% - 10px); max-height: 200px; overflow-y: auto; overflow-x: hidden; padding: 5px; }
div.mh300 { float: left; width: calc(100% - 10px); max-height: 300px; overflow-y: auto; overflow-x: hidden; padding: 5px; }
div.mh400 { float: left; width: calc(100% - 10px); max-height: 400px; overflow-y: auto; overflow-x: hidden; padding: 5px; }
div.mh500 { float: left; width: calc(100% - 10px); max-height: 500px; overflow-y: auto; overflow-x: hidden; padding: 5px; }

div.scoi_half { border-radius: 8px; float: left; width: 470px; border: 2px solid white; padding: 5px; margin-left: 8px; margin-right: 8px; margin-bottom: 15px; clear: none; }
div.scoi_section_sidebar1 { border-radius: 8px; float: right; width: 280px; border: 2px solid white; padding: 5px; margin-left: 8px; margin-right: 8px; margin-bottom: 15px; clear: none; }
div.scoi_section_content1 { border-radius: 8px; float: left; width: 660px; border: 2px solid white; padding: 5px; margin-left: 8px; margin-right: 8px; margin-bottom: 15px; clear: left;}

div.noborder { border: none; }
div.right { float: right; }
div.left { float: left; }
div.notes { width: inherit; max-height: 150px; overflow: scroll; overflow-x: hidden; }
.clear { clear: both; }

fieldset.scoi_section { width: 421px; }

textarea.scoi_section { width: 428px; }
textarea.scoi_section { width: 590px; }
textarea.scoi_section_fieldset { width: 420px; }
textarea.scoi_dialog { width: 535px; height: 50px; }
textarea.group_post { width: 100%; border: none; padding: 5px; font-size: 16px; min-height: 40px; height: 55px; resize: none; outline: none; overflow: hidden; background: white; box-sizing: border-box; }


/*h1,h2,h3,h4,h5,h6,p { float: left; clear: both; }*/
p.error { font-size: 12px; color: white; }
p.notes { font-size: 12px; }
p.scoi_section { font-size: 12px; float: left; margin: 5px; color: white; }
p.small { font-size: 12px; padding: 5px; }
p.scoi_join { font-size: 20px; width: inherit; font-weight: bold; }
p.scoi_footer { font-size: 10px; text-align: center; width: inherit; }
p.scoi_details { margin-top: 5px; margin-bottom: 5px; }
p, li { font-size: 14px; color: white; }

img.scoi_footer { float: left; }

span.date { color: gray; }
span.checkbox_checkbox { float: left; clear: left; }
span.checkbox_value { font-size: 12px; float: left; padding-top: 2px; }

h2.small { margin: 5px 0; padding: 0; }

h3.scoi_section { text-indent: 5px; margin: 0 0 10px 0; padding-top: 6px; height: 24px; width: 100%; clear: both; border-bottom: 2px solid #000000FF; float: left; color: white; text-decoration: none; background-color: #878787; }
h3.red { background-color: red; }
h3.scoi_section a { color: white; text-decoration: none; }
h3.scoi_section a:hover { text-decoration: underline; }
h3.small { margin: 5px 0; padding: 0;}

h4.scoi_section { float: left; padding: 10px 5px 0 5px; margin: 0;clear: both; width: inherit; }
h4.error { margin: 0; }

p.scoi_section { float: left; overflow: auto; margin: 0 10px 0 0; clear: both; width: inherit; font-size: 12px; }
p.scoi_section { width: 100%; margin-left: 7px; margin-right: 10px;}

table.addresses { width: inherit; }
table.emails { width: inherit; }
table.member_duplicates { width: auto; }
table.scoi_big_calendar { width: 100%; }
table.scoi_section { width: 100%; }
table.scoi_section { width: 450px; margin-left: 7px; margin-right: 13px; }

th.scoi_big_calendar { text-align: center; padding: 0; }

tr.scoi_1 { background-color: #d3ddf3; }

td.scoi_big_calendar { height: 70px; width: 14%; vertical-align: top; border: 1px dotted white; }

div#scoi_header_menu { background-color: rgba(255, 255, 255, 0.8); position: absolute; top: 40px; left: 0; width: 100%; height: 20px; border-bottom: 2px solid white; text-align: center; z-index: 99; }

/* Hover menu */
/*ul.scoi_header_menu div { float: left; z-index: 99; }
ul.scoi_header_menu ul { float: left; min-width: 100px; background: #fff; border: 1px solid white; background-color: rgba(255, 255, 255, 0.8); list-style: none; position: absolute; left: -9999px; }
ul.scoi_header_menu ul li { text-align: left; padding-top: 1px; float: none; background: #fff; background-color: rgba(255, 255, 255, 0.8);  }
ul.scoi_header_menu ul a { white-space: nowrap; }
ul.scoi_header_menu li:hover ul { float: left; padding-left: 2px; margin-left: 8px; background: #fff; background-color: rgba(255, 255, 255, 0.8); padding-right: 2px; margin-right: 8px; left: 0; }
ul.scoi_header_menu li:hover ul a { text-decoration: none;  }
*/
div#scoi_header { background-color: white;  position: absolute; top: 0; left: 0; width: 100%; height: 40px; border-bottom: 1px solid black; z-index: 99; }
div.scoi_header_left { float: left; padding-left: 10px; z-index: 99; }
div.scoi_header_right { float: right; padding-right: 10px; z-index: 99; }
div.scoi_header_section { float: left; color: black; max-height: 40px; overflow: hidden; padding-left: 10px; }
a.scoi_header { color: white; text-decoration: none; }
a:hover.scoi_header { color: black; }

h1.scoi_header_section { padding: 7px 0 0 0; margin: 1px; color: white; font-size: 20px; }

th { font-size: 14px; }

label.scoi_header_section { margin-top: 10px; font-size: 14px; float: left; width: auto; clear: none; color: gray; }
label.radio { text-decoration: none; font-weight: normal; color: black; clear: none; float: left; }

input.scoi_header { margin-top: 10px; padding: 1px; border: 1px solid black; background-color: white; color: white; font-size: 12px; float: left; width: auto; clear: none; }
input.scoi_h3 { float: right; clear: none; margin-right: 5px; }
input.scoi_table { float: left; clear: none; }
input[type="radio"] { float: left; clear: left; }

img.scoi_h3 { height: 18px; }

select.scoi_header { margin-top: 10px; background-color: white; color: black; border: 1px solid black; font-size: 12px; }

a.scoi_header_section { color: gray; }

div.uploaded_file { float: left; width: inherit; border-top: 1px dotted white; }

.spacer5 { height: 5px; float: left; clear: both; width: inherit; }
.spacer10 { height: 10px; float: left; clear: both; width: inherit; }
.spacer { height: 20px;float: left;width: inherit; }

.center { text-align: center; }
.scoi_center { margin-left: auto; margin-right: auto; }

p.scoi_info { float: left; width: inherit; padding: 5px; margin: 0;}
strong.scoi_info { font-size: 14px; }

h3.show_body { margin-bottom: 0 !important; cursor: pointer; }

table.contacts { width: 100%; }
table.contacts tr td select { width: 100%; }
table.contacts tr td input[type=text] { width: calc(100% - 10px); }
table.contacts tr td input[type=text]:focus { outline: none; border-color: white; box-shadow: 0 0 10px white; }

div.form_nav { float: right; margin: 0 30px; padding: 0; clear: both; }


.button-tiny { float: left; clear: none; border: 1px solid ; color: #616161; border-radius: 5px; font-weight: normal; height: 19px; margin: 1px 2px; cursor: pointer; }
.button-tiny:hover { background: #616161; color: #797979; outline: none;}
.button-tiny:focus { background: #474747; color: white; outline: none; box-shadow: none; }
.button-small { float: left; clear: none; border: 1px solid #616161; color: #232323; border-radius: 10px; font-weight: bold; height: 29px; margin: 0 2px 0 2px; cursor: pointer; }
.button-small:hover { background: #616161; color: dimgray; outline: none }
.button-small:focus { background: #616161; color: dimgray; outline: none; box-shadow: none; }
.button-big { float: left; clear: none; border: 1px solid #616161; color: #ffffff; margin: 10px; padding: 10px; border-radius: 10px; font-weight: bold; font-size: 14px; cursor: pointer; }
.button-big:hover { background: #616161; color: dimgray; outline: none; }
.button-big:focus { background: #616161; color: dimgray; outline: none; box-shadow: none; }

.button-green:hover, .button-green:focus { background: green !important; }
.button-red:hover, .button-red:focus { background: red !important; }
.button-black:hover, .button-black:focus { background: black !important; }
.button-orange:hover, .button-orange:focus { background: #FF9900 !important; }
.button-blue:hover, .button-blue:focus { background: #3883fd !important; }
.button-disabled { color: darkgrey !important; border-color: darkgrey !important; background: #f5f5f5 !important; }
.button-disabled:hover { color: darkgrey !important; border-color: darkgrey !important; box-shadow: none; background: #f5f5f5 !important; cursor: default; }

.email_hover { display: none; position: absolute; max-width: 250px; background: #dedede; top: 30px; left: 10px; padding: 5px; border: 1px solid black; border-radius: 8px; z-index: 99; }


textarea.mh100 { max-height: 100px; }
textarea.mh200 { max-height: 200px; }
textarea.mh280 { max-height: 280px; }

.break { clear: right; }

.ui-widget-overlay { position: fixed !important }
.ui-dialog-titlebar-close span { margin: -8px !important; }

.marg0 { margin: 0 !important; }
div.no-overflow { overflow: hidden; border-radius: inherit; }

i.small { font-size: 18px; margin: 5px 0; width: inherit; text-align: center; }
i.medium { font-size: 60px; margin: 5px 0; width: inherit; text-align: center; }
i.large { font-size: 100px; margin: 10px 0; width: inherit; text-align: center; }

h3.icon_text { font-size: 28px; margin: 0 0; width: inherit; text-align: center; color: inherit; colour:white; }
h3.icon_text:hover { font-size: 28px; margin: 0 0; width: inherit; text-align: center; color: #ffffff;  }
p.icon_text { font-size: 20px; margin: 5px 0 0 0 !important; width: 100% !important; text-align: center; color: inherit; font-weight: bold; }
div.fa_icon-m { width: 100px; margin: 10px auto; border-radius: 10px; color: white; }
div.fa_icon-m:hover { color: white; background: white; cursor: pointer; }
div.fa_icon-l { width: 152px; margin: 10px auto; border-radius: 10px; color: white; }
div.fa_icon-l:hover { color: white; background: white; cursor: pointer; }
div.scoi_icon_section { min-width: 150px; float: left; clear: none; }

th.separation { background: white; padding: 6px 4px; border-radius: 10px 10px 20px 20px; vertical-align: top }

i.header { font-size: 24px; margin: 1px; padding: 0; }

.ui-datepicker table th { font-size: 12px !important; }

#corner_facebook_like.mobile { display: none !important; }

table.hover tr:hover { background-color: lightgray; }

.show-advanced {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: right;
    clear: none;
    margin: 0;
    display: block;
}

.show-advanced i {
    transition: transform 0.3s ease;
}

.show-advanced .open i {
    transform: rotate(180deg) translateY(-2px);
}


