#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

#autocomplete ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#autocomplete li {
    background: #fff;
    color: #000;
    cursor: default;
    white-space: pre;
    zoom: 1;
}

html.js input.form-autocomplete {
    background-image: url(/misc/throbber-inactive.png);
    background-position: 100% center;
    background-repeat: no-repeat;
}

html.js input.throbbing {
    background-image: url(/misc/throbber-active.gif);
    background-position: 100% center;
}

html.js fieldset.collapsed {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    height: 1em;
}

html.js fieldset.collapsed .fieldset-wrapper {
    display: none;
}

fieldset.collapsible {
    position: relative;
}

fieldset.collapsible .fieldset-legend {
    display: block;
}

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.resizable-textarea .grippie {
    background: #eee url(/misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}

body.drag {
    cursor: move;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url(/misc/draggable.png) no-repeat 6px 9px;
    height: 13px;
    margin: -0.4em 0.5em;
    padding: 0.42em 0.5em;
    width: 13px;
}

a.tabledrag-handle-hover .handle {
    background-position: 6px -11px;
}

div.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

div.tree-child {
    background: url(/misc/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(/misc/tree-bottom.png) no-repeat 11px center;
}

div.tree-child-horizontal {
    background: url(/misc/tree.png) no-repeat -11px center;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

table.sticky-header {
    background-color: #fff;
    margin-top: 0;
}

.progress .bar {
    background-color: #fff;
    border: 1px solid;
}

.progress .filled {
    background-color: #000;
    height: 1.5em;
    width: 5px;
}

.progress .percentage {
    float: right;
}

.ajax-progress {
    display: inline-block;
}

.ajax-progress .throbber {
    background: transparent url(/misc/throbber-active.gif) no-repeat 0px center;
    float: left;
    height: 15px;
    margin: 2px;
    width: 15px;
}

.ajax-progress .message {
    padding-left: 20px;
}

tr .ajax-progress .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.container-inline div,
.container-inline label {
    display: inline;
}

.container-inline .fieldset-wrapper {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

html.js .js-hide {
    display: none;
}

.element-hidden {
    display: none;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

*:first-child + html .clearfix {
    min-height: 1%;
}

html body.blind_mode {
    padding-top: 75px !important
}

html body.blind_mode.admin-menu {
    padding-top: 104px !important
}

#slow_eyes {
    font-size: 20px;
    text-align: center;
    position: fixed;
    height: 72px;
    top: 0;
    left: 0;
    right: 0;
/*    min-width: 1180px;*/
    z-index: 90;
    background: #fff;
    border-bottom: solid 5px;
}

.admin-menu #slow_eyes {
    top: 29px
}

#slow_eyes input[name='sy_img_show'] {
    display: none
}

#slow_eyes input[name='sy_img_show']+label {
    background: #fff;
    border: 3px solid #000;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 1;
    position: relative;
    top: 3px;
    left: 3px
}

#slow_eyes input[name='sy_img_show']:checked+label:after {
    content: '\2713';
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #000 !important
}

.bg-white #slow_eyes {
    border-bottom: 3px solid #000;
    background: #ccc
}

.bg-black #slow_eyes {
    border-bottom: 3px solid #fff;
    color: #fff;
    background: #333
}

.bg-blue #slow_eyes {
    border-bottom: 3px solid #1a4b78;
    color: #1a4b78;
    background: #6caee3
}

#slow_eyes .sy_font a {
    display: block;
    line-height: 27px
}

.bg-black #slow_eyes .sy_font a:hover {
    color: #000;
    background: #fff
}

.bg-white #slow_eyes .sy_font a:hover {
    color: #fff;
    background: #000
}

.bg-blue #slow_eyes .sy_font a:hover {
    color: #96cdfd;
    background: #1a4b78
}

.bg-black #slow_eyes .sy_font a {
    color: #fff
}

.bg-white #slow_eyes .sy_font a {
    color: #000
}

.bg-blue #slow_eyes .sy_font a {
    color: #1a4b78
}

#slow_eyes .sy_font1 {
    font-size: 16px
}

#slow_eyes .sy_font1 a {
    line-height: 32px
}

.font-normal.bg-white #slow_eyes .sy_font1 {
    background: #000
}

.font-normal.bg-white #slow_eyes .sy_font1 a {
    color: #fff
}

.font-normal.bg-black #slow_eyes .sy_font1 {
    background: #fff
}

.font-normal.bg-black #slow_eyes .sy_font1 a {
    color: #000
}

.font-normal.bg-blue #slow_eyes .sy_font1 {
    background: #1a4b78
}

.font-normal.bg-blue #slow_eyes .sy_font1 a {
    color: #96cdfd
}

#slow_eyes .sy_font2 {
    font-size: 20px
}

#slow_eyes .sy_font2 a {
    line-height: 30px
}

.font-big.bg-white #slow_eyes .sy_font2 {
    background: #000
}

.font-big.bg-white #slow_eyes .sy_font2 a {
    color: #fff
}

.font-big.bg-black #slow_eyes .sy_font2 {
    background: #fff
}

.font-big.bg-black #slow_eyes .sy_font2 a {
    color: #000
}

.font-big.bg-blue #slow_eyes .sy_font2 {
    background: #1a4b78
}

.font-big.bg-blue #slow_eyes .sy_font2 a {
    color: #96cdfd
}

#slow_eyes .sy_font3 {
    font-size: 23px
}

.font-large.bg-white #slow_eyes .sy_font3 {
    background: #000
}

.font-large.bg-white #slow_eyes .sy_font3 a {
    color: #fff
}

.font-large.bg-black #slow_eyes .sy_font3 {
    background: #fff
}

.font-large.bg-black #slow_eyes .sy_font3 a {
    color: #000
}

.font-large.bg-blue #slow_eyes .sy_font3 {
    background: #1a4b78
}

.font-large.bg-blue #slow_eyes .sy_font3 a {
    color: #96cdfd
}

#slow_eyes .sy_bg1 {
    outline: 1px solid #000;
    background: #fff
}

#slow_eyes .sy_bg1 a {
    color: #000
}

#slow_eyes .sy_bg2 {
    outline: 1px solid #000;
    background: #000
}

.bg-black #slow_eyes .sy_bg2 {
    outline: 1px solid #fff
}

#slow_eyes .sy_bg2 a {
    color: #fff
}

#slow_eyes .sy_bg3 {
    outline: 1px solid #1a4b78;
    background: #96cdfd
}

#slow_eyes .sy_bg3 a {
    color: #1a4b78
}

#slow_eyes dt,
#slow_eyes dd {
    vertical-align: bottom;
    float: left;
    margin: 0;
    text-align: center;
    overflow: hidden
}

#slow_eyes dt {
    margin-left: 10px
}

#slow_eyes dl {
    display: inline-block;
    margin: 1em 0
}

#slow_eyes dd {
    width: 35px;
    font-weight: bold;
    margin: 0 5px;
    height: 27px
}

#slow_eyes dd a {
    display: block;
    text-decoration: none
}

#slow_eyes:after {
    content: '';
    display: block;
    clear: both
}

body.bg-black #usual_mode {
    color: #fff !important
}

.oh-display {
    white-space: nowrap;
}

.oh-display-label {
    display: inline-block;
    min-width: 3em;
}

.oh-display-hours {}

.oh-display-closed {
    font-style: italic;
}

div.field-type-office-hours div.office-hours-block div {
    display: inline;
    display: -moz-inline-box;
    display: inline-block;
}

.field-widget-office-hours-dynamic-widget label,
.field-widget-office-hours-dynamic-widget .form-item {
    display: inline;
    display: -moz-inline-box;
    display: inline-block;
}

td div.office-hours-block label {
    width: 6em;
    display: -moz-inline-box;
    display: inline-block;
    font-weight: bold;
    padding: 0 1em 0 0;
}

.video-left {
    float: left;
}

.video-right {
    float: right;
}

.video-center {
    display: block;
    margin: 0 auto;
}

.rteindent1 {
    margin-left: 40px;
}

.rteindent2 {
    margin-left: 80px;
}

.rteindent3 {
    margin-left: 120px;
}

.rteindent4 {
    margin-left: 160px;
}

.rteleft {
    text-align: left;
}

.rteright {
    text-align: right;
}

.rtecenter {
    text-align: center;
}

.rtejustify {
    text-align: justify;
}

.ibimage_left {
    float: left;
}

.ibimage_right {
    float: right;
}