@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700&display=swap');

/*=================================================================================================*/
/*  GENERAL                                                                                        */
/*=================================================================================================*/
body {
    background: #e8edf1;
    font-size: 15px;
}

p {
    line-height: 22px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #006699;
}

a:hover,
a:focus {
    color: #f02c56;
    text-decoration: none;
    outline: none;
}

#dashboard-qmed-help {
    background: #b94a48;
    border-color: #b94a48;
    border-width: 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    margin-bottom: 15px;
    text-shadow: none;
    text-align: center;
}

#dashboard-qmed-help a {
    color: #fff;
}

#dashboard-qmed-help a:hover {

}

button:hover,
button:focus {
    outline: none;
}

h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4 {
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    color: #17323b;
}

h2 {
    font-weight:normal;
    color: #f07f2c;
}

h2 p {
    color: #8b959d;
}

h1 {
    font-weight: 500;
}

.banner h1 {
    margin-bottom:0;
}

h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

#page {
    background: #e8edf1;
}

#page.container::before,
#page.container::after {
    display: none;
       }

label {
    display: inline-block;
}

label.checkbox,
label.radio {
    display: block;
}
label.checkbox-table,
label.radio-table {
    display: table !important;
}

.alert ul{
    margin-bottom: 0;
    list-style: none;
}

.control-label {
    width: 100%;
    color: #8b959d;
    font-size: 13px;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.form-horizontal .controls {
    margin-left: 170px;
}

span.or {
    color: #8b959d;
    background: #e8edf1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 10px;
    padding: 8px;
    font-style: italic;
    font-weight: bold;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
}

.well {
    background-color: #f4f7fa;
    border: 1px solid #d9dee2;
    margin: 0 0 30px 0;
    padding: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

.hero-unit {
    background-color: #f4f7fa;
    border: 1px solid #d9dee2;
}

.muted {
    color: #8b959d;
}

.legend {
    font-size: 18px;
    line-height: 40px;
    color: #17323b;
    border-bottom: 1px solid #d9dee2;
}

.icon {
    background-image: url("../images/icons-sprite.png");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
}

[class^="icon-"],
[class*=" icon-"] {
    margin: 0;
}

.table th.borderless,
.table td.borderless,
.borderless,
.noborder {
    border: none;
}

.row-fluid [class*="span"] {
    min-height: 0;
}

.alignRight {
    text-align: right;
}

.flexigrid div.pDiv input,
.flexigrid div.pDiv select {
    width: auto;
    height: auto;
    padding: 2px;
    line-height: 1;
}

.text-error {
    color: #f02c56;
}

pre {
    padding: 10px;
    font-size: 13px;
    line-height: 21px;
    color: #000;
    background-color: #ecf0f3;
    border: 1px solid #d9dee2;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
}

hr {
    border-top: 1px solid #ecf0f3;
    border-bottom: none;
}

.help-block,
.help-inline {
    color: #8b959d;
    padding-left: 0;
}

.close {
    font-size: 28px;
    -webkit-transition: .2s;
    transition: .2s;
}


/*=================================================================================================*/
/*  TABS                                                                                           */
/*=================================================================================================*/
.nav-tabs {
    border: none;
}

.nav-tabs > li {
    width: auto !important;
}

.nav-tabs > li > a {
    border: 1px solid #d9dee2;
    background: #fff;
    border-radius: 0;
    margin-right: -1px;
    color: #000;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    -webkit-transition: .2s;
    -moz-transition:    .2s;
    -o-transition:      .2s;
    transition:         .2s;
}

.nav-tabs > li:only-child > a {
    border-radius: 5px !important;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #ecf0f3;
    border: 1px solid #d9dee2;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus,
.nav-tabs > .active > a:active,
.nav-tabs > .active > a:focus:active {
    border: 1px solid #d9dee2;
    background-color: #e1e7ec;
    color: #000;
}

.nav-tabs > li > a:active,
.nav-tabs > li > a:focus:active {
    background-color: #e1e7ec;
    border: 1px solid #d9dee2;
}


/*=================================================================================================*/
/*  TOPBAR                                                                                         */
/*=================================================================================================*/

header#main-header {
    min-width: 980px;
    width: 100%;
}

.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    min-width: 0;
}

header#main-header .banner {
    padding: 14px 30px;
    background: #17323b;
}

header#main-header .container {
    max-width: none !important;
}

header#main-header .badge-success {
    background-color: #57B856;
}

header#main-header .badge-success:hover,
header#main-header .badge-success:focus {
    background-color: #439942;
}

#main-header .banner .span8 {
    display: flex;
    float: none;
    justify-content: flex-end;
    flex-grow: 1;
    width: auto;
}

/* Logo */
.brand {
    display: block;
}

.brand img {
    height: 35px;
    width: auto;
}

/* Icons */
.header-icon {
    color: #cfe8ef;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius:    50%;
    border-radius:         50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    -webkit-transition: .2s;
    -moz-transition:    .2s;
    -o-transition:      .2s;
    transition:         .2s;
}

.fa-user:before {
    padding: 0 2px;
}

.icon-logout{
    background-position: left top;
}

/* User */
.welcome-area {
    float: right;
    position: relative;
    display: flex;
    align-items: center;
}

.welcome-area .userAvatar {
    position: relative;
    height: 36px;
    width: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px #cfe8ef inset;
    border-radius: 50%;
    min-width: 36px;
    transition: .2s;
}

.welcome-area .user-menu-name {
    text-align: right;
    margin-right: 8px;
}

.welcome-area .user-menu-name p {
    line-height: 16px
}

.welcome-area .user-menu-name p:first-child {
    font-weight: bold;
    text-transform: capitalize;
}

.welcome-area .userAvatar img {
    position: relative;
    padding: 0;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius:    50%;
    border-radius:         50%;
    max-width: none;
    z-index: 1;
}

.welcome-area #user-menu-inner .img-polaroid {
    object-fit: cover;
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 5px 0 0 0;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    margin-right: 10px;
    padding: 0;
}

.welcome-area #user-menu-inner .current-user {
    width: 100%;
    display: grid;
    grid-template-columns: 45px minmax(0,1fr);
    grid-template-rows: minmax(0,1fr);
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 0;
    box-shadow: 0 -1px 0 0 #d9dee2 inset;
}

.welcome-area #user-menu-inner .current-user img {
    height: 100%;
}

.welcome-area #user-menu-inner .current-user p {
    padding: 5px;
    align-self: center;
}

.welcome-area #user-menu,
.welcome-area #org-menu {
    border: none;
    background-color: transparent;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: unset;
    line-height: unset;
}

.welcome-area .welcome-block #user-menu.no-org {
    border-radius: 50%;
}

.welcome-area #user-menu.active .userAvatar,
.welcome-area #org-menu.active {
    box-shadow:
            0 0 0 30px #028ED4 inset,
            0 0 0 10px rgba(0,0,0,0.3);
}

.welcome-area #user-menu.active .userAvatar .header-icon,
.welcome-area #org-menu.active {
    color: white;
}

.welcome-area #user-menu.active .userAvatar .header-icon.fa-user::before,
.welcome-area #org-menu.active .fa-building::before {
    content: '\f00d';
}

.welcome-area #org-menu {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #cfe8ef inset;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #cfe8ef;
    margin-left: 20px;
    margin-bottom: 0;
    position: relative;
    min-width: 36px;
    transition: .2s;
}

.welcome-area #org-menu:hover,
.welcome-area .welcome-block .a-e-button:hover {
    box-shadow:
            0 0 0 30px #cfe8ef inset,
            0 0 0 10px rgba(0,0,0,0.3);
    color: #0c0c0c;
}

.welcome-area .userName {
    color: #D3E9F0;
    font-weight: bold;
}

.welcome-area .welcome-block,
.welcome-area .welcome-block #user-menu {
    display: flex;
    align-items: center;
    margin: -10px 0;
}

.welcome-area a,
#user-menu-inner .inner-sidebar .profile-panel-head h3 {
    font-weight: 500;
    color: #069;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: .2s;
    -moz-transition:    .2s;
    -o-transition:      .2s;
    transition:         .2s;
    margin: 0 !important;
    padding: 15px 20px;
    line-height: unset;
    text-transform: capitalize;
}

.welcome-area #user-menu-inner .nav-list li {
    position: relative;
}

.welcome-area #user-menu-inner .org-selector {
    display: none;
}

.welcome-area #org-selector-inner .nav-list,
.welcome-area #org-selector-inner .inner-sidebar .panel .profile-panel-head {
    display: none;
}

.welcome-area #org-selector-inner .org-selector {
    padding: 15px;
    box-shadow: 0 0 0 1px #d9dee2 inset;
    border-radius: 5px;
}

.welcome-area #org-selector-inner .org-selector .nav-header {
    text-transform: none;
    font-weight: 200;
    padding: 0 !important;
}

.welcome-area #org-selector-inner .org-selector li:not(.nav-header) {
    display: flex;
    flex-direction: column;
}

.welcome-area #org-selector-inner .org-selector li:not(.nav-header) a {
    padding: 3px 0 3px 15px;
}

.welcome-area #org-selector-inner .org-selector li:not(.nav-header) a:hover {
    text-decoration: underline;
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
}

.welcome-area #org-selector-inner .org-selector li:not(.nav-header) a.bold {
    box-shadow: 2px 0 0 0 #57b755 inset;
    background-color: rgba(0,0,0,0.05);
    font-weight: bold;
    border-radius: 5px;
}

.welcome-area #org-selector-inner .panel {
    margin: 0;
    border: none;
}

.welcome-area #org-selector-inner .panel .panel-body {
    padding: 0;
}

.welcome-area #user-menu-inner .nav-list li span {
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 50;
}

.welcome-area a:hover,
#user-menu-inner .inner-sidebar .profile-panel-head h3:hover {
    color: #005681;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.welcome-area a:hover .header-icon {
    border-color: #fff;
    color: #0c0c0c;
}

.welcome-area .welcome-block #user-menu {
    position: relative;
    margin: -10px;
    padding: 10px;
    border-radius: 5px;
    transition: .25s ease;
}

.welcome-area .welcome-block #user-menu:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.welcome-area .welcome-block #user-menu:hover .userAvatar {
    box-shadow: 0 0 0 30px #cfe8ef inset;
}

.welcome-area .welcome-block #user-menu:hover .userAvatar .header-icon {
    color: #17323b;
}

.welcome-area .welcome-block #user-menu p {
    margin: 0;
    color: #cfe8ef;
}

.welcome-area .welcome-block #user-menu-inner,
.welcome-area .welcome-block #org-selector-inner {
    width: 250px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 52px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #d9dee2 inset;
    display: none;
    flex-direction: column;
    transition: .4s ease;
    z-index: 700;
}

.welcome-area .welcome-block #user-menu-inner.menu-open,
.welcome-area .welcome-block #org-selector-inner.menu-open {
    display: flex;
}

.welcome-area .welcome-block #user-menu-inner a {
    padding: 5px 20px !important;
}

.welcome-area .welcome-block .a-e-button {
    position: relative;
    padding: 0;
    margin: 15px 20px !important;
    height: 36px;
    width: 36px;
    min-width: 36px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #cfe8ef inset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-area .header-tooltip {
    padding: 10px 15px;
    background-color: rgba(0,0,0,0.85);
    color: white;
    border-radius: 5px;
    position: absolute;
    top: 40px;
    right: 0;
    white-space: nowrap;
    z-index: 700;
    display: none;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 14px;
}

.welcome-area #user-menu:hover .header-tooltip {
    top: 49px;
}

.welcome-area .a-e-button:hover .header-tooltip,
.welcome-area #org-menu:hover .header-tooltip,
.welcome-area #user-menu:hover .header-tooltip,
.welcome-area .mobile-menu-icon:hover .header-tooltip {
    display: block;
}

.welcome-area .welcome-block .a-e-button .a-e-badge {
    height: 20px;
    width: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -3px;
    right: -3px;
}

#user-menu-inner .panel {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0 20px;
}

#user-menu-inner .inner-sidebar .profile-panel-head {
    display: none;
}

#user-menu-inner .inner-sidebar .panel-body,
#user-menu-inner .inner-sidebar .panel-body .nav-list {
    padding: 0;
}

#user-menu-inner .inner-sidebar .panel-body .nav-list a {
    padding: 5px 20px;
    margin: 0 -20px !important;
}

#user-menu-inner .inner-sidebar .panel-body .nav-list li:nth-last-child(2) a {
    box-shadow: 0 1px 0 0 #d9dee2 inset;
}

#user-menu-inner .inner-sidebar .panel-body .nav-list a:hover {
    background-color: rgba(0,0,0,0.1);
}

#user-menu-inner .inner-sidebar .panel-body .org-selector {
    padding: 5px 0 15px 0;
}

#user-menu-inner .inner-sidebar .org-selector .nav-header {
    padding: 0 !important;
}

/**************** Prompted Response ****************/

.prompted-response {
    background-color: #F32753 !important;
}

.task-tab .prompted-response {
    margin-bottom: -2px;
 }

/*=================================================================================================*/
/*  MAIN NAV                                                                                       */
/*=================================================================================================*/
.navbar {
    border-top: 1px solid #214450;
    margin-bottom: 0;
}

.navbar-inner {
    background: #17323b;
    padding: 0 30px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius:    0;
    border-radius:         0;
    min-height: 0;
}

.navbar .nav {
    left: initial;
    display: table;
    float: none;
    margin-left: -15px;
}

.navbar .nav > li > a {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #cfe8ef;
    padding: 14px 0;
    margin: 0 15px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
    -webkit-transition: .2s;
    -moz-transition:    .2s;
    -o-transition:      .2s;
    transition:         .2s;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #cfe8ef;
    border-bottom-color: #cfe8ef;
    -webkit-transition: .2s;
    -moz-transition:    .2s;
    -o-transition:      .2s;
    transition:         .2s;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar .nav > li.current > a {
    background: none;
    color: #fff;
    position: relative;
    -webkit-box-shadow: inset 0 -3px 0 0 #57b856;
    -moz-box-shadow:    inset 0 -3px 0 0 #57b856;
    box-shadow:         inset 0 -3px 0 0 #57b856;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #eff0eb;
}

.navbar .nav > li > a:focus .caret,
.navbar .nav > li > a:hover .caret {
    border-top-color: #eff0eb;
    border-bottom-color: #d1ceb1;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
    color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.dropdown-menu {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow:         0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav > li > .dropdown-menu::after,
.navbar .nav > li > .dropdown-menu::before {
    display: none !important;
}


/*=================================================================================================*/
/*  BREADCRUMB                                                                                     */
/*=================================================================================================*/
.breadcrumb {
    margin: 0 0 30px;
    background: #f4f7fa;
    border: 1px solid #d9dee2;
    color: #8b959d;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
}

.breadcrumb > li {
    text-shadow: none;
}

.breadcrumb > .active {
    color: #8b959d;
}

.breadcrumb > li > .divider {
    color: #8b959d;
    padding: 0 3px;
}


/*=================================================================================================*/
/*  PANEL                                                                                          */
/*=================================================================================================*/
.panel {
    margin-bottom: 30px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    border: 1px solid #d9dee2;
}

.panel-head,
.nl-field ul li:first-child {
    background: #17323b;
    padding: 5px 10px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius:    5px 5px 0 0;
    border-radius:         5px 5px 0 0;
    border-bottom: none;
}

#page-feedback .panel-head {
    background: #006699;
}

#recurring-events-sidebar .panel-head {
    background: #f02c56;
}

.panel-head h3,
.nl-field ul li:first-child {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.panel-body {
    background: transparent;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
}

h4.panel-title {
    padding-left: 10px;
}

/*=================================================================================================*/
/*  DROPDOWN MENU                                                                                  */
/*=================================================================================================*/
.dropdown-menu {
    padding: 0;
    border: 1px solid #d9dee2;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
}

.dropdown-menu > li {
    border-bottom: 1px solid #ecf0f3;
}

.dropdown-menu > li:last-child {
    border-bottom: 0;
}

.dropdown-menu > li > a {
    padding: 8px 15px;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    -webkit-transition: .2s;
    -moz-transition:    .2s;
    -o-transition:      .2s;
    transition:         .2s;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    background: #ecf0f3;
    color: #000;
}

.dropdown-menu li > a:active,
.dropdown-menu li > a:focus:active {
    background: #e1e7ec;
    color: #000;
}

.dropdown-menu > li:first-child > a {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius:    5px 5px 0 0;
    border-radius:         5px 5px 0 0;
}

.dropdown-menu > li:last-child > a {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius:    0 0 5px 5px;
    border-radius:         0 0 5px 5px;
}

.dropdown-menu > li:only-child > a {
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
}

.form-horizontal .form-actions{
    background: none;
    border: none;
    margin: 0;
    padding-left: 170px;
}


/*=================================================================================================*/
/*  BUTTONS                                                                                        */
/*=================================================================================================*/
.btn {
    padding: 7px 10px;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    filter: none;
    border: 1px solid #d9dee2;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .2s;
    -moz-transition:    .2s;
    -o-transition:      .2s;
    transition:         .2s;
}

.btn:hover,
.btn:focus {
    background-color: #ecf0f3;
    outline: none;
}

.btn:active,
.btn:focus:active,
.btn.active {
    background-color: #e1e7ec;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

.btn:not( :hover ) {
    background-color: #fff;
}

.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:active,
.btn[disabled]:active,
.btn.disabled:focus:active,
.btn[disabled]:focus:active {
    background-color: #ecf0f3 !important;
    border: 1px solid #d9dee2 !important;
    color: #8b959d !important;
    cursor: not-allowed;
    opacity: 1;
}

.btn-small{
    padding: 3px 10px;
}

/* Primary Button */
.btn.btn-primary {
    background-color: #006699;
    border: 1px solid #004e75;
    background-image: none;
    filter: none;
    text-shadow: none;
    color: #FFF;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #005681;
}

.btn-primary:active,
.btn-primary:focus:active,
.btn-primary.active {
    background-color: #004e75;
}

/* Info Button */
.btn.btn-info {
    background-color: #00a8bc;
    border: 1px solid #008292;
    background-image: none;
    filter: none;
    text-shadow: none;
    color: #FFF;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #0097a9;
}

.btn-info:active,
.btn-info:focus:active,
.btn-info.active {
    background-color: #008292;
}

/* Success Button */
.btn.btn-success {
    background-color: #5bb75b;
    border: 1px solid #3f923f;
    background-image: none;
    filter: none;
    text-shadow: none;
    color: #FFF;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #4ca34c;
}

.btn-success:active,
.btn-success:focus:active,
.btn-success.active {
    background-color: #3f923f;
}

/* Warning Button */
.btn.btn-warning {
    background-color: #f27f19;
    border: 1px solid #d46e14;
    background-image: none;
    filter: none;
    text-shadow: none;
    color: #FFF;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #e37412;
}

.btn-warning:active,
.btn-warning:focus:active,
.btn-warning.active {
    background-color: #d46e14;
}

/* Danger Button */
.btn.btn-danger {
    background-color: #f02c56;
    border: 1px solid #c51a3f;
    background-image: none;
    filter: none;
    text-shadow: none;
    color: #FFF;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #d8244a;
}

.btn-danger:active,
.btn-danger:focus:active,
.btn-danger.active {
    background-color: #c51a3f;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}


/*=================================================================================================*/
/*  INPUTS                                                                                         */
/*=================================================================================================*/
input[class*="span"] {
    min-height: 36px !important;
}

textarea[disabled],
input[disabled],
textarea[disabled]:hover,
input[disabled]:hover,
textarea[disabled]:focus,
input[disabled]:focus,
select[disabled],
select[disabled]:hover,
select[disabled]:focus {
    padding: 5px 13px;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px !important;
    min-height: 36px;
    background-color: #ecf0f3 !important;
    border: 1px solid #d9dee2;
    color: #8b959d;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    min-height: 0;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background-color: #fff;
    border: 1px solid #d9dee2;
    color: #000;
    padding: 5px 10px;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    min-height: 36px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    -webkit-transition: .2s;
    -moz-transition:    .2s;
    -o-transition:      .2s;
    transition:         .2s;
}

textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
    border-color: #8b959d;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #028ed4;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

.uneditable-input,
.uneditable-input:hover,
.uneditable-input:focus,
.uneditable-input:active,
.uneditable-input:focus:active {
    padding: 5px 13px;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px !important;
    min-height: 36px;
    background-color: #ecf0f3 !important;
    border: 1px solid #d9dee2;
    color: #8b959d;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

select {
    background-color: #fff;
    border: 1px solid #d9dee2;
    color: #000;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    height: 36px;
    min-height: 36px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    -webkit-transition: .2s;
    -moz-transition:    .2s;
    -o-transition:      .2s;
    transition:         .2s;
}

select:hover {
    border-color: #8b959d;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

select:focus {
    border-color: #028ed4;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

select[multiple],
select[size] {
    height: auto;
    max-height: 180px;
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 36px;
    min-width: 16px;
    padding: 7px 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: none;
    background-color: #ecf0f3;
    border: 1px solid #d9dee2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

.form-search .input-append .search-query {
    border-radius: 18px 0 0 18px;
}

.form-search .input-append .btn {
    border-radius: 0 18px 18px 0;
}

::-webkit-input-placeholder {
    color: #8b959d !important;
}

:-moz-placeholder {
    color: #8b959d !important;
}

::-moz-placeholder {
    color: #8b959d !important;
}

:-ms-input-placeholder {
    color: #8b959d !important;
}

.input-small {
    width: 110px;
}

/*=================================================================================================*/
/*  EXAMS                                                                                         */
/*=================================================================================================*/
.exam-header {
    display: block !important;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 20;
}

.exam-header .banner {
    padding: 14px 10px !important;
}

#secure header#main-header .banner .container .row-fluid,
.secure-exam .banner .container .row-fluid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.exam-header .banner .row-fluid .span2 {
    width: 100%;
    margin-left: 0;
}

.exam-header .banner .row-fluid .span2 .nav {
    display: flex;
    justify-content: flex-start;
}

#secure .exam-header .banner .row-fluid .span2 .nav li,
#un_secure .exam-header .banner .row-fluid .span2 .nav li {
    display: flex;
    align-items: flex-end;
}

.exam-header h1 img {
    height: 35px !important;
    margin-top: 0 !important;
}

a.exit_exam {
    border-radius:20px;
    background:#18323b;
    -moz-box-shadow:0 0 6px rgba(0,0,0,0.1) inset,1px 1px 0 rgba(255,255,255,0.1);
    -webkit-box-shadow:0 0 6px rgba(0,0,0,0.1) inset,1px 1px 0 rgba(255,255,255,0.1);
    box-shadow:0 0 4px rgba(0,0,0,0.1) inset,1px 1px 0 rgba(255,255,255,0.1);
    color:#d3e9f0;
    font-weight:bold;
}

#secure header#main-header .banner .container .row-fluid .log-out,
#un_secure header#main-header .banner .container .row-fluid .exit_exam {
    margin: 3px 0 0 0;
    cursor: pointer;
    color: #FFF;
    font-weight: 500;
    padding:7px 10px;
    font-size: 16px;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    line-height: 22px;
    background-color: #F32753;
    z-index: 50;
    box-shadow:0 -3px 0 0 rgba(0,0,0,0.2) inset;
    transition: .25s ease;
}

#secure header#main-header .banner .container .row-fluid .log-out:hover,
#un_secure header#main-header .banner .container .row-fluid .exit_exam:hover {
    box-shadow: none;
    background-color: #CC163E;
}

a.exit_exam:hover {
  text-decoration:none;
  color:#FFF;
}

.exam-body #content {
    display: block;
    margin-left: 0.75em;
    margin-top: 0.75em;
    padding: 0;
}

/* Communities Sidebar */
#my-communities ul {
    max-height: 480px;
    overflow-x: auto;
}
#my-communities ul li.community:last-child {
    margin-bottom: 20px;
}
#my-communities ul li.community.hidden, #my-communities ul li.community.not-found, #my-communities ul li.community.hidden.not-found.active {
    display: none !important;
}

#my-communities ul li.community.hidden.active, #my-communities ul li.community.found {
    display: block !important;
}

#my-communities ul li.community a {
    padding: 0 5px;
    display: block;
}

/* End - Communities Sidebar */

#grid-layout::before,
#grid-layout::after {
    display: none;
}

.grid-sidebar {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
}

.grid-no-sidebar {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
}

#sidebar .panel {
    margin-bottom: 30px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    border: 1px solid #d9dee2;
}

/*CONDITIONAL CSS FOR INTERNET EXPLORER 11*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .grid-sidebar {
        display: flex;
    }

    .grid-no-sidebar {
        display: flex;
    }

    .grid-sidebar #sidebar {
        width: 300px;
    }

    .grid-sidebar #content,
    .grid-no-sidebar #content {
        width: 100%;
    }

    .grid-no-sidebar #sidebar {
        box-sizing: border-box;
        width: 20px;
    }
}

.panel-head, .nl-field ul li:first-child {
    background: #17323b;
    padding: 10px 20px 10px 15px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius:    5px 5px 0 0;
    border-radius:         5px 5px 0 0;
    border-bottom: none;
}

.panel-head h3, .nl-field ul li:first-child {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#login-sidebar .panel-head {
  background: #17323b; /* Old browsers */
  border-radius:3px 3px 0 0;
}

#login-sidebar .panel-head h3 {
  color:#FFF;
  font-size:18px;
  text-shadow:1px 1px 0 rbga(0,0,0,0.75);
  letter-spacing: 7px;
  padding:3px 10px;
  margin-top:0px;
  text-align: center;
}

.panel-body {
    background: transparent;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
}

#login-sidebar .panel-body{
  background:#FFF;
  padding:10px;
  -moz-border-radius:0 0 3px 3px;
  -webkitborder-radius:0 0 3px 3px;
  border-radius:0 0 3px 3px;
}

/* Secure Styling */
#secure header#main-header .banner, #un_secure header#main-header .banner  {
    padding: 5px 0;
    background: #17323B;
}
#secure header#main-header .banner h1, #un_secure header#main-header .banner h1 {
    line-height: 40px;
    margin: 0;
}
#secure header#main-header .banner h1 img, #un_secure header#main-header .banner h1 img  {
    height: 21px;
    margin-top: -4px;
}
#secure header#main-header .banner .container .row-fluid .home, #un_secure header#main-header .banner .container .row-fluid .home  {
    color: #D3E9F0;
    background-color: inherit;
}
#secure .span2, #un_secure .span2 {
    height: 40px;
}
/*#secure .nav-pills > li, #un_secure .nav-pills > li {*/
    /*height: 40px;*/
/*}*/
#secure .nav-pills > li, #un_secure .nav-pills > li {
/*    border-right: solid 1px #1D3569;*/
    padding: 0 3px;
}
#secure .nav-pills > li.last, #un_secure .nav-pills > li.last {
    border-right: none;
}
#secure header#main-header .banner .container .row-fluid .home:hover, #un_secure header#main-header .banner .container .row-fluid .home:hover {
    color: #FFFFFF;
}

#secure header#main-header .banner .container .row-fluid ul.nav, #un_secure header#main-header .banner .container .row-fluid ul.nav {
    margin-bottom: 0;
}

#main-header a.exit_exam i, #main-header a.log-out i {
    margin-left: 5px;
}

/*=================================================================================================*/
/*  TABLES                                                                                         */
/*=================================================================================================*/
table.table {
    background-color: #fff;
}

.table th,
.table td {
    border-top: 1px solid #d9dee2;
}

.table td {
    padding: 15px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9fcfe;
}

.table-striped tbody > tr.warning:nth-child(odd) > td {
    background-color: #fcf8e3;
}

.table-bordered {
    border-color: #d9dee2;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #d9dee2;
}


.table-bordered th:first-child{
    padding:15px;
}
.table-responsive {
    overflow-x: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.middle {
    vertical-align: middle !important;
}

/*=================================================================================================*/
/*  LOGIN PAGE                                                                                     */
/*=================================================================================================*/

#login {
    display: -ms-grid;
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    -ms-grid-columns: 1fr 2.5fr;
    grid-template-columns: 1fr 2.5fr;
    gap: 20px;
}

@media only screen and (max-width: 700px) {
    #login {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #login-form-wrapper:only-child {
        grid-column-end: 2;
    }
}

/*=================================================================================================*/
/*  SSO AND LOCAL LOGIN FORM & PASSWORD RESET                                                      */
/*=================================================================================================*/
#sso-login {
    order: 1;
}

#local-login {
    order: 2;
}

#login-form-wrapper {
    grid-column: 1 / 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

#login-form-wrapper:last-child {
    grid-column-end: 3;
}

#login-form-wrapper > div {
    margin-bottom: 20px;
}

#login-form-wrapper > div:last-child,
#login-form-wrapper > div:only-child {
    margin-bottom: 0;
}

#login-form-wrapper h2,
#public-notices h2,
#password-reset h1 {
    font-family: 'Poppins', 'Luicida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
    color: #37555E;
    font-weight: 900;
}

#login-form-wrapper .login-card,
#public-notices .notice-card {
    padding: 20px;
    box-shadow: 0 0 0 1px #d9dee2 inset;
    border-radius: 5px;
}

#login-form-wrapper #sso-login .login-card,
.login-form .login-actions {
    display: flex;
    justify-content: center;
}

#login-form-wrapper .login-card a.sso-link {
    padding: 12px 36px 12px 12px;
    background-color: #006699;
    color: white;
    border-radius: 5px;
    font-family: 'Poppins', 'Luicida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14.4px;
    box-shadow: 0 -3px 0 0 rgba(0,0,0,0.3) inset;
}

#login-form-wrapper .login-card a.sso-link:hover {
    background-color: #005580;
    box-shadow: none;
}

#login-form-wrapper .login-card a.sso-link:focus {
    background-color: #005580;
    box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.25);
    transform: scale(1.15);
    outline: none;
}

.login-form {
    width: 100%;
    margin-bottom: 0;
}

.login-form label,
#public-notices .public-notices li .content-small {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14.4px;
}

.login-actions {
    margin-top: 10px;
}

.login-form a {
    display: block;
    text-align: center;
}

.login-form .controls,
#password-reset form .control-group {
    position: relative;
}

.login-form input[type=text],
.login-form input[type=password],
#password-reset input[type=email],
#password-reset span.input-xlarge,
#password-reset input[type=password] {
    width: 100%;
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.1) inset;
}

.login-form input[type=text]:focus,
.login-form input[type=text]:hover,
.login-form input[type=password]:focus,
.login-form input[type=password]:hover,
.login-form .login-actions input[type=submit]:hover,
#password-reset input[type=email]:focus,
#password-reset input[type=email]:hover,
#password-reset input[type=password]:focus,
#password-reset input[type=password]:hover,
#password-reset form .controls input[type=submit]:hover {
    box-shadow: none;
}

#login input + span.login-icon::after,
#login a + span.login-icon::after,
#password-reset input[type=email] + span.login-icon::after,
#password-reset input[type=password] + span.login-icon::after,
#password-reset span.input-xlarge + span.login-icon::after {
    position: absolute;
    right: 12px;
    top: 8px;
    font-family: 'FontAwesome';
    display: block;
    font-size: 16px;
    color: #6B8D98;
}

.login-form input[id=username] + span.login-icon::after {
    content: '\f007';
}

.login-form input[id=password] + span.login-icon::after {
    content: '\f023';
}

#password-reset input[type=email] + span.login-icon::after {
    content: '\f0e0';
    top: 52px;
}

#password-reset input[type=email] + span.login-icon::after {
    content: '\f0e0';
    top: 52px;
}

#password-reset input[type=password] + span.login-icon::after {
    content: '\f023';
    top: 52px;
}

#password-reset span.input-xlarge + span.login-icon::after {
    content: '\f007';
    top: 52px;
}

#login .button-wrapper {
    position: relative;
    display: flex;
}

.login-form .login-actions input[type=submit] {
    font-family: 'Poppins', 'Luicida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14.4px;
    padding: 12px 36px 12px 12px;
    box-shadow: 0 -3px 0 0 rgba(0,0,0,0.3) inset;
    border: none;
}

.login-form .login-actions input[type=submit]:focus {
    box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.25);
    /* transform: scale(1.15); */
    outline: none;
}

#login input[type=submit] + span.login-icon::after {
    content: '\f090';
    color: white;
    top: 12px;
}

#login a.sso-link + span.login-icon::after {
    content: '\f08e';
    color: white;
    top: 12px;
}

#login #display-error-box,
#login #display-notice-box,
#password-reset #display-error-box,
#password-reset .display-generic {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    margin: 0;
    color: white;
    font-family: 'Poppins', 'Luicida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
    border-radius: 5px;
    border: none;
}

#login #display-error-box,
#password-reset #display-error-box {
    background-color: #F32753;
}

#login #display-notice-box,
#password-reset .display-generic {
    background-color: #028ED4;
}

#login #display-error-box ul,
#login #display-notice-box ul,
#password-reset #display-error-box ul {
    margin: 0;
    padding-left: 20px;
    position: relative;
}

#login #display-error-box ul li:first-child::after,
#login #display-notice-box ul li:first-child::after,
#password-reset #display-error-box ul li:first-child::after {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#login #display-error-box ul li:first-child::after,
#password-reset #display-error-box ul li:first-child::after {
    content: '\f071';
}

#login #display-notice-box ul li:first-child::after {
    content: '\f05a';
}

#login #display-error-box button,
#login #display-notice-box button,
#password-reset #display-error-box button {
    color: white;
    opacity: 1;
}

#login #display-error-box button:hover,
#login #display-error-box button:focus,
#login #display-notice-box button:hover,
#login #display-notice-box button:focus,
#password-reset #display-error-box button:hover,
#password-reset #display-error-box button:focus,
#password-reset form .controls input[type=submit]:focus,
#password-reset form .controls a:focus {
    /* transform: scale(1.5); */
    outline: none;
}

/*=================================================================================================*/
/*  NOTICES                                                                                        */
/*=================================================================================================*/
#public-notices {
    grid-column: 2 / 3;
}

#public-notices .notice-card:not(:first-child) {
    transform: translateY(-1px);
}

#public-notices .notice-card:first-child {
    border-radius: 5px 5px 0 0;
}

#public-notices .notice-card:last-child {
    border-radius: 0 0 5px 5px;
}

#public-notices .notice-card:only-child {
    border-radius: 5px;
}

ul.public-notices {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#public-notices .public-notices li .content-small {
    color: #37555E;
}

@media only screen and (max-width: 700px) {
    #public-notices,
    #login #display-error-box,
    #login #display-notice-box,
    #password-reset #display-error-box,
    #password-reset .display-generic {
        grid-column: 1 / 2;
    }
}

/*=================================================================================================*/
/*  PASSWORD RESET                                                                                 */
/*=================================================================================================*/
#password-reset {
    max-width: 1200px;
    margin: 0 auto;
}

#password-reset #display-error-box:not(:only-child) {
    margin-bottom: 20px;
}

#password-reset #display-error-box a {
    color: white;
    text-decoration: underline;
}

#password-reset #display-error-box a:hover {
    font-weight: bold;
}

#password-reset label {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14.4px;
    color: #37555E;
    margin-top: 20px;
}

#password-reset input[type=email] {
    padding: 12px 30px 12px 15px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}

#password-reset form .controls {
    display: flex;
    justify-content: space-between;
}

#password-reset form .controls input[type=submit],
#password-reset form .controls a {
    font-family: 'Poppins', 'Luicida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14.4px;
    padding: 12px;
    box-shadow: 0 -3px 0 0 rgba(0,0,0,0.3) inset;
    border: none;
}

#password-reset form .controls a {
    box-shadow:
        0 -3px 0 0 rgba(0,0,0,0.3) inset,
        0 0 0 1px #d9dee2 inset;
    background-color: #F8FBFD;
    color: #028ED4;
    border-radius: 5px;
    transition: .25s ease;
}

#password-reset form .controls a:hover {
    box-shadow: 0 0 0 1px #d9dee2 inset;
}

#password-reset form .controls input[type=submit]:focus {
    box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.25);
}

/*=================================================================================================*/
/*  LEGEND LIST                                                                                    */
/*=================================================================================================*/
ul.legend-list {
    list-style: none;
    margin-left: 0;
}

ul.legend-list li {
    line-height: 21px;
}

ul.legend-list li img {
    margin-right: 3px;
}

span.bread-separator {
    color: #8b959d;
    margin: 0 3px;
}


/*=================================================================================================*/
/*  DEPARTMENTAL CLERKSHIP SCHEDULE                                                                */
/*=================================================================================================*/
.select-dep .control-group {
    margin-bottom: 0;
}

.select-dep form label{
    font-weight: bold;
}

form legend.content-subheading {
    margin-bottom: 0;
    line-height: 1.5;
    border: none;
}


/*=================================================================================================*/
/*  DASHBOARD                                                                                      */
/*=================================================================================================*/
.dashboard-notices {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 5px;
    padding-right: 14px !important;
}

div#dashboardCalendar {
    margin-bottom: 10px;
}

div.rss-item-title {
    padding: 8px 0;
    border-bottom: 1px #ecf0f3 solid;
}

.dashboard-notices .new-notice div {
    margin-bottom: 15px;
}

.dashboard-notices .new-notice p {
    margin-left: 10px;
    font-size: 12px;
    line-height: normal;
}

/*=================================================================================================*/
/*  CALENDAR                                                                                     */
/*=================================================================================================*/

.dhx_cal_attendance_required_white .dhx_body::before {
    content: "\2731";
    color: #fff;
    margin-right: 3px;
}

.dhx_cal_attendance_required_black .dhx_body::before {
    content: "\2731";
    color: #000;
    margin-right: 3px;
}

/*=================================================================================================*/
/*  COURSES                                                                                        */
/*=================================================================================================*/
ul.course-list {
    list-style-type: square;
}

p.info-not-available {
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 11px;
    color: #8b959d;
}

.course-app-course-menu .dropdown-menu {
    right: 15px;
    left: unset;
}


/*=================================================================================================*/
/*  MSPR                                                                                           */
/*=================================================================================================*/
.mspr-box form{
    margin-bottom: 0;
}

.mspr-box {
    min-height: 95px;
}

label#deadline_text {
    width: 143px !important;
}

ul.quiz-questions-list {
    margin: 0;
}


/*=================================================================================================*/
/*  FOOTER                                                                                         */
/*=================================================================================================*/
footer#main-footer .container {
    text-align: center;
    margin: 18px auto;
}


/*=================================================================================================*/
/*  PEOPLE SEARCH (ps)                                                                             */
/*=================================================================================================*/
div.ps-media-body-margin {
	margin-left: 15px;
}

div.ps-row-margin-top {
	margin-top: 10px;
}

#ps-advanced-mode,
#ps-basic-mode {
	margin-left: 20px;
	font-size: 11px;
	text-decoration: none;
	width: 110px;
	cursor: pointer;
}

#ps-advanced-mode > span, #ps-basic-mode > span {
	color: #17323b;
}

.ps-box {
	width: 300px;
}

.ps-group-select, .ps-role-select {
	width: 90%;
}

.ps-department-select {
	width: 100%;
}
.ps-pagination-form {
	display: inline;
}

.ps-pagination-link{
	width: 20px;
	vertical-align: middle;
	margin-right: 3px;
}

.ps-pagination-image {
	vertical-align: middle;
}

.ps-pagination-select {
	vertical-align: middle;
}

.ps-search-result-title {
	font-size: 14px;
    line-height: 20px;
	font-weight: bold;
}

.ps-search-result-summary {
	font-size: 12px;
	color: #8b959d;
	overflow: hidden;
	white-space: nowrap;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.ps-search-summary-bar {
	background-color: #ecf0f3;
	border: 1px solid #d9dee2;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
	width: 100%;
	padding: 15px;
}

.ps-address-margin {
	margin-left: 15px;
	margin-top: 16px;
}

.ps-media-padding {
	padding: 10px;
    background-color: transparent !important;
    border-bottom: 2px solid #ecf0f3;
}

.ps-media-heading {
	color: #17323b;
}

.ps-email {
	font-size: 10px;
}


/*=================================================================================================*/
/*  AWARDS                                                                                         */
/*=================================================================================================*/
.award_new_link {
	margin-bottom: 18px;
}

.award_text_input {
	width: 95%;
}

.award_text_area {
	width: 95%;
}

.award_table_font {
	font-size: 12px;
}

.award_list_form {
	margin-bottom: 0;
}

.award_details_table {
	width: 100%;
}

.award_details_footer {
	padding-top: 5px;
}

.award_recipient_list_first_column {
	border-left: 1px solid #8b959d;
}

.award_recipient_list_delete_button_column {
	padding-top: 23px !important;
}


/*=================================================================================================*/
/*  COMMUNITIES                                                                                    */
/*=================================================================================================*/
.mc-pager-top {
	margin-bottom: 10px;
}

.mc-pager-prev {
	width: 20px;
	vertical-align: middle;
	margin-right: 3px;
	text-align: left;
}

.mc-pager-next {
	width: 20px;
	vertical-align: middle;
	margin-left: 3px;
	text-align: right;
}

.mc-pager-link-align,
.mc-pager-image-align {
	vertical-align: middle;
}

.mc-pager-dropdown {
	vertical-align: middle;
}

.mc-deactivate-footer {
	margin-top: 40px;
}

/*=================================================================================================*/
/*  EVENT VIEWS                                                                                    */
/*=================================================================================================*/
.statsUL {
    list-style: none;
    padding: 0;
    margin: 0;
}

.statsLI {
    border-top: #D8D8D8;
    border-top-style: solid;
    border-width: 1px;
    list-style: none;
    padding: 10px 5px;
}

.statsLIHeader {
    list-style: none;
    padding: 5px;
}

.statsLISpan1 {
    width: 250px;
    display: inline-block;
}

.sortStats {
    width: 200px;
    display: inline-block;
    padding: 5px;
    text-align: left;
}

.sortStatsHeader {
    cursor: pointer;
    width: 200px;
    display: inline-block;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.sortStatsName {
    width: 300px;
    padding-right: 30px;
}

.sortStatsViews {
    width: 50px;
    padding-right: 60px;
    text-align: center;
}

.sortStatsDate {
    width: 150px;
    text-align: center;
}

.sortStatsNameModel {
    width: 250px;
    padding-right: 30px;
}

.sortStatsViewsModel {
    width: 40px;
    text-align: center;
}

.sortStatsDateModel {
    padding-left: 10px;
    width: 150px;
    text-align: center;
}

#userViews {
    padding-right: 50px;
}

#event_details_1.span5,
#event_details_1.span7 {
    float: right;
}

.event-title {
    margin: 10px 0 30px 0 !important;
}

ul.event-contacts {
    max-height: 500px;
    overflow: scroll;
    margin-left: 0;
    list-style-type: none;
}

ul.event-contacts a {
    font-size: 12px;
}

div.event-message {
    background-image: none;
    margin: 30px 0 0 0;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    border: 1px solid #d9dee2;
}

div.event-message h3 {
    display: block;
    margin-top: 0;
    line-height: 22px;
}

div.event-description .span4 h3,
div.event-message .span4 h3,
#event_details_2 h3 {
    line-height: 20px;
    font-size: 14px;
    margin: 2px 0;
}

div.event-description .span8,
div.event-message .span8,
#event_details_2 span {
    margin-top: 2px;
    font-size: 14px;
}

#event_details_1 .span12 hr,
#event_details_2 .span12 hr{
    margin-right: 2.12766%;
}

#event_details_2 h3 {
    font-size: 12px;
}

#event_details_2 span  {
    font-size: 12px;
}

#event_details_1 .span12,
#event_details_2 .span12 {
    min-height: 12px;
}

#event_details_2 div.course_contact_1,
#event_details_2 div.course_contact_2 {
    float: left;
}

#event_details_2 div.course_contact_1 h5 {
    margin: 1px 0;
    margin-right: 6px;
}

div#event_details_2 ul.menu {
   position: relative;
}

ul.menu .org-selector {
    padding-left: 0;
}

/*=================================================================================================*/
/*  EVENTS                                                                                         */
/*=================================================================================================*/
div.event-navbar-middle {
    background-color: #fff;
    border: 1px solid #d9dee2;
    border-left: 0;
    border-right: 0;
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    height: 36px;
    margin-bottom: 0;
    padding: 7px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    -webkit-width: calc(100% - 72px);
    -moz-width:    calc(100% - 72px);
    width:         calc(100% - 72px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

table.event-details tbody tr th,
table.event-details tbody tr td {
    vertical-align: top;
    text-align: left;
    padding: 0px 10px;
}

table.event-details .event-details-item {
    display: block;
    margin-bottom: 8px;
}

table.event-details .event-details-item:last-child {
    margin-bottom: 0;
}

/*=================================================================================================*/
/*  FORM STYLE (nl)                                                                           */
/*=================================================================================================*/
.nl-form {
    width: 100%;
    margin: 0.3em auto 0 auto;
    line-height: 1.5;
}

.nl-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* normalize the input elements, make them look like everything else */
.nl-form select {
    border: none;
    background: transparent;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance:    none;
}

/* custom field (drop-down, text element) styling  */
.nl-field {
    display: inline-block;
    position: relative;
}

.nl-field.nl-field-open {
    z-index: 10000;
}

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form select  {
    line-height: inherit;
    display: inline-block;
    color: #5BB75B;
    cursor: pointer;
    border-bottom: 1px dashed #5BB75B;
}

/* drop-down list / text element */
.nl-field ul {
    position: absolute;
    visibility: hidden;
    background: #FFF;
    left: -0.5em;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-40%) scale(0.9);
    -moz-transform:    translateY(-40%) scale(0.9);
    -o-transform:      translateY(-40%) scale(0.9);
    transform:         translateY(-40%) scale(0.9);
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition:    visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
    -o-transition:      visibility 0s 0.3s, opacity 0.3s, -o-transform 0.3s;
    transition:         visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
    border-bottom: 1px solid #F5F5F5;
}

.nl-field.nl-field-open ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform:    translateY(-50%) scale(1);
    -o-transform:      translateY(-50%) scale(1);
    transform:         translateY(-50%) scale(1);
    -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition:    visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
    -o-transition:      visibility 0s 0s, opacity 0.3s, -o-transform 0.3s;
    transition:         visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li:first-child {
    font-size: 2.5em;
    line-height: 70px;
    text-align: center;
    position: relative;
    border-radius: 0;
}

.nl-field ul li:nth-child(n+2) {
    font-size: 2em;
    line-height: 40px;
    color: #757575;
    position: relative;
}

.nl-dd ul li:nth-child(n+2) {
    padding: 10px 50px;
    cursor: pointer;
    white-space: nowrap;
}

.nl-dd ul li.nl-dd-checked {
    color: #1b3842;
}

.nl-dd ul li.nl-dd-checked:before {
    content: "\2714";
    position: absolute;
    left: 20px;
}

.nl-dd ul li:nth-child(n+2):hover {
    background: #F9F9F9;
}

/* overlay becomes visible when a field is opened */
.nl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
    -moz-transition:    visibility 0s 0.3s, opacity 0.3s;
    -o-transition:      visibility 0s 0.3s, opacity 0.3s;
    transition:         visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay:    0s;
    -o-transition-delay:      0s;
    transition-delay:         0s;
}


/*=================================================================================================*/
/*  MODALS                                                                                         */
/*=================================================================================================*/

.cperiod-label {
    line-height: 60px;
}

#due_finish, #due_start {
    margin: -6px 5px 0 -1px;
}

#assessment-due-date-td #due_finish_text {
    width: 153px;
}

a.list-group-item:hover {
    text-decoration: none;
    background-color: #f9fcfe;
}

.list-group-item {
    color: #2b2e32;
    list-style: none;
    line-height: 0;
    border-top: 1px solid #edf1f5;
    border-right: none;
    border-bottom: none;
    border-left: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: table;
    width: inherit;
    margin-bottom: 0;
}

.list-group-item .table-cell {
    display: table-cell;
    height: 100%;
    float: none;
    vertical-align: middle;
}

.list-group-item .table-cell-lg {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.list-group-item .table-cell h4 {
    color: inherit;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: none;
    background-color: inherit;
}

.list-group-item .table-cell p {
    margin: 0px;
    font-weight: 700;
    color: #555;
}

.list-group-item .table-cell p.disabled {
    color: #c4cbd7;
    font-weight: 600;
}

.list-group-item .circle-img-xs > span {
    margin-right: 5px;
}

.modal > form {
    margin: 0;
}


/*=================================================================================================*/
/*  ASSESSMENT COLLECTIONS                                                                         */
/*=================================================================================================*/
#datatable-assessments {
    border-left: 1px solid #d9dee2;
}

#datatable-assessments .row {
    margin: 0;
    clear: both;
}

#datatable-assessments .assessment-cell {
    -webkit-width: calc(100% - 497px);
    -moz-width: calc(100% - 497px);
    width: calc(100% - 497px);
    float: left;
}

#datatable-assessments .points-cell {
    width: 62px;
    float: left;
}

#datatable-assessments .weight-cell {
    width: 75px;
    float: left;
}

#datatable-assessments .due-date-cell {
    width: 160px;
    float: left;
}

#datatable-assessments .assignment-cell {
    width: 140px;
    float: left;
}

#datatable-assessments .edit-cell {
    width: 40px;
    float: left;
}

#datatable-assessments .group {
    border-bottom: 1px solid #d9dee2;
}

#datatable-assessments .group:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}

#datatable-assessments .group .assessment-row:last-child {
    border-radius: 0;
}

#datatable-assessments .group:last-child .assessment-row:last-child {
    border-radius: 0 0 5px 5px;
}

#datatable-assessments .group .group-header .assessment-cell {
    -webkit-width: calc(100% - 497px);
    -moz-width: calc(100% - 497px);
    width: calc(100% - 497px);
    float: left;
}

#datatable-assessments .group .assessment-row {
    background: #f5f8fb;
}

#datatable-assessments .group .weight-cell {
    color: #8b959d;
}

#datatable-assessments .assessment-cell-table {
    display: table;
    width: 100%;
}

#datatable-assessments .assessment-cell-table div {
    display: table-cell;
    padding-right: 30px;
}

#datatable-assessments .assessment-cell-table .icn-cell {
    width: 25px;
    padding-right: 0;
}

#datatable-assessments .header-row {
    padding: 8px 15px;
    border-bottom: 1px solid #d9dee2;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

#datatable-assessments .assessment-row {
    padding: 10px 15px;
    border-bottom: 1px solid #d9dee2;
    background: #fff;
}

#datatable-assessments .assessment-row:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}

#datatable-assessments .group-header {
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #d9dee2;
    font-size: 15px;
    color: #333;
    clear: both;
    float: left;
    -webkit-width: calc(100% - 30px);
    -moz-width: calc(100% - 30px);
    width: calc(100% - 30px);
}

#datatable-assessments .grouped-weight {
    width: 75px;
    float: left;
}

#datatable-assessments .ui-sortable {
    clear: both;
}

#datatable-assessments input[type="checkbox"] {
    margin: -3px 0 0 0;
}

.assessment-collection-modal input[type="text"],
.assessment-collection-modal textarea {
    width: 100%;
}
.custom-icon {
    display: inline-block;
    width: 12.85px;
    height: 15px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: 2px;
}

.custom-icon-box {
    background-image: url("../images/bookmarks/32x32-Box2x.png");
}

.custom-icon-elentra {
    background-image: url("../images/bookmarks/32x32-Elentra2x.png");
}

.custom-icon-dropbox {
    background-image: url("../images/bookmarks/32x32-Dropbox2x.png");
}

.custom-icon-evernote {
    background-image: url("../images/bookmarks/32x32-Evernote2x.png");
}

.custom-icon-globe {
    background-image: url("../images/bookmarks/32x32-Globe2x.png");
}

.custom-icon-google {
    background-image: url("../images/bookmarks/32x32-Google2x.png");
}

.custom-icon-link {
    background-image: url("../images/bookmarks/32x32-Link2x.png");
}

.custom-icon-onenote {
    background-image: url("../images/bookmarks/32x32-OneNote2x.png");
}

.custom-icon-hidden {
    display: none;
}

.curriculum-search-timeline-container {
    border: 1px #CCCCCC solid;
    margin-bottom: 1px
}

.curriculum-search-timeline {
    height: 325px
}

.curriculum-search-timeline-title {
    padding: 0 0.9rem 0 1.5rem;
    background-color: #17323b;
    color: #ffffff;
    height: 325px;
    max-width: 50px;
    text-align: center;
    writing-mode: vertical-rl;
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Safari */
    transform: rotate(-180deg);
}


/*=================================================================================================*/
/*  TBL Styles                                                                           */
/*
/*=================================================================================================*/

.tbl > .modal {
    /* margin-top: 0px;
    outline: none;
    overflow-y: auto !important;
    width: 99% !important;
    left: 286px !important;
    z-index: -1 !important;
    position: fixed; */
    top: 50px !important;
    height: calc(100vh - 100px);
    left: 50px;
    margin: 0;
    width: calc(100% - 100px);
}

.tbl > .modal .modal-header {
    border-bottom: 1px solid #EFEFEF;
}

.tbl > .modal .modal-header h3 {
    font-weight: 300;
}

.tbl > .modal .modal-header .close {
    margin-top: 0px !important;
}

.tbl > .modal.draggable-modal .modal-header {
    cursor: move;
}
.tbl > .modal .modal-dialog {
    z-index: 10051;
}

.tbl > .modal > .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
}
.tbl > .modal.in .page-loading {
    display: none;
}

.tbl > .modal-open {
    overflow-y: auto !important;
}

.tbl > .modal-open-noscroll {
    overflow-y: hidden !important;
}

.tbl > .modal-backdrop {
    border: 0;
    outline: none;
}
.tbl > .modal.fade.in {
    /* top: 3% !important;
    z-index: 10050 !important; */
}

.tbl > .modal.in {
    /* z-index: -1 !important; */
}

/* Full width modal */
.tbl > .modal-full.modal-dialog {
    width: 99% !important;
}

.tbl > .modal > .modal-full.modal-dialog > .modal-content > .modal-body {
    max-height: none !important;
    height: auto !important;
}

.tbl .content  .row {
    margin-left: 0px;
}

.tbl-faculty-panel {
    margin-bottom: 4px !important;
}

.tbl-faculty-panel .name {
    padding-top:10px !important;
}
@media (max-width: 768px) {
    .tbl > .modal-full.modal-dialog {
        width: auto;
    }
}

/* .tbl .hidden {
    display: none;
} */

#launch-tbl-modal {
    overflow-y: auto;
    background: none;
    border: none;
    box-shadow: none;
    transform: none !important;
}

#launch-tbl-modal > .modal-body {
    background: none;
}

#launch-tbl-modal > .modal-body .tbl-app.modal-wrapper {
    background: none;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    height: 0;
    width: 0;
}

#launch-tbl-modal > .modal-body .tbl-app.modal-wrapper > .modal {
    opacity: 1;
    width: calc(100% - 100px);
    position: fixed;
    left: 50px;
    top: 50%;
    max-height: calc(100vh - 100px);
    max-width: none;
    transform: translate(0, -50%);
}

.launch-tbl-btn {
    width: 100%;
    margin-bottom: 10px;
}

.tbl-modal-landing {
    padding: 0px 20px;
    margin: 10px 0px;
    min-height:400px;
    overflow-y: visible !important;
    top: 0 !important;
    left: 0 !important;
}

.tbl-modal-landing .modal-title {
    padding-bottom: 10px;
}

.tbl-exam-container {
    position: absolute !important;
}

.tbl-landing-message {
    padding: 20px 0px;
}
.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0 !important;
    height: 100% !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container,
header#main-header {
    min-width: 0;
}

#tag-details textarea.expandable {
    min-height: 160px !important;
}

@-moz-document url-prefix() {
    .tbl-app .modal-content button,
    .tbl-app .modal-content a.button {
        transition: none !important;
    }
}

/******************* Menu Items *******************/

.mobile-menu-icon {
    display: none;
    border: none;
    box-shadow: 0 0 0 2px #cfe8ef inset;
    background-color: transparent;
    font-size: 15px;
    color: #cfe8ef;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    order: 3;
    min-width: 36px;
    transition: .2s;
}

.mobile-menu-icon:hover {
    box-shadow:
            0 0 0 30px #cfe8ef inset,
            0 0 0 10px rgba(0,0,0,0.3);
    color: #0c0c0c;
}

.menu-open .mobile-menu-icon {
    box-shadow:
            0 0 0 30px #028ED4 inset,
            0 0 0 10px rgba(0,0,0,0.3);
    color: white;
}

.menu-open .mobile-menu-icon span::before {
    content: '\f00d';
}

@media screen and (max-width: 1023px) {

    .mobile-menu-icon {
        display: flex;
        float: right;
        justify-content: center;
        align-items: center;
    }

    .welcome-area .welcome-block {
        display: flex;
        align-items: center;
    }

    .welcome-area .welcome-block > a {
        margin-right: 14px;
        margin-bottom: 0;
    }
    .welcome-area #user-menu-inner .current-user {
        height: 60px;
    }

    #main-header .row-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #main-header .banner .span4 {
        width: auto;
    }

    .menu-open .navbar-inner {
        display: block;
    }

    .menu-open .welcome-area .welcome-block {
        display: flex;
    }

    header#main-header .banner {
        min-height: 47px;
    }

    #org-selector-switch {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .welcome-block a:nth-child(2) {
        position: relative;
    }

    .navbar-inner {
        display: none;
    }

    .navbar .nav {
        display: block;
        margin-bottom: 20px;
    }

    .navbar .nav > li {
        float: none;
    }

    .navbar .nav > li > a {
        display: block;
        width: 100%;
    }

    .open > .dropdown-menu {
        float: none;
        margin: 0 10px;
        border: 0;
        box-shadow: none;
    }

    #admin_drop_options {
        position: relative;
    }

    #opaque-screen {
        position: absolute;
        top: 0;
        background: #333333;
        opacity: .5;
        bottom: 0;
        left: 0;
        right: 0;
        display: none;
        z-index: 3;
    }

    .menu-open #opaque-screen {
        display: block;
    }

    #page {
        position: relative;
    }

    #content {
        padding: 15px 15px 0;
    }

    .grid-sidebar #sidebar {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
        z-index: 20;
        box-shadow: 5px 0 20px rgba(0,0,0,0.2);
    }

    .grid-sidebar #content {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        padding-left: 75px;
    }

    #filterList > tbody > tr {
        display: flex;
        flex-direction: column;
    }

    #filterList > tbody > tr > td:last-child {
        width: unset !important;
    }
}

@media (max-width: 767px) {
    #content {
        padding: 0;
    }

    #content .inner-content {
        border-radius: 0;
        box-sizing: border-box;
    }

    .brand img {
        height: 22px;
    }

    .welcome-area {
        position: static;
    }

    .welcome-area .welcome-block #user-menu {
        position: static;
    }

    .welcome-area .welcome-block #user-menu-inner,
    .welcome-area .welcome-block #org-selector-inner {
        transition: 0s;
    }

    .welcome-area .welcome-block #user-menu-inner.menu-open,
    .welcome-area .welcome-block #org-selector-inner.menu-open {
        position: absolute;
        top: 75px;
        right: 0;
        left: 0;
        border-radius: 0;
        z-index: 450;
        width: 100%;
        transition: 0s !important;
    }

    #org-selector-inner .inner-sidebar {
        padding: 0;
    }

    a.log-out span.fa {
        padding: 11px 12px 12px;
    }

    .grid-sidebar {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: minmax(0, 1fr) auto;
    }

    .grid-no-sidebar {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: 30px minmax(0, 1fr);
    }

    #sidebar, #content {
        width: 100%;
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;
    }

    #sidebar {
        padding: 0 !important;
        height: 30px;
    }

   #content {
        grid-row-start: 2 !important;
        grid-row-end: 3 !important;
       padding: 0 !important;
    }

    #sidebar #sidebar-toggle {
        margin: 0;
    }

    .inner-sidebar {
        background-color: #ecf0f3;
    }

    .grid-sidebar #sidebar .inner-sidebar {
        padding: 15px;
    }

    .grid-no-sidebar #sidebar .inner-sidebar {
        padding: 0;
    }

    #user-menu-inner .inner-sidebar {
        background-color: white;
        padding: 0;
    }

    a.log-out {
        border-radius: 0;
    }

    #feedback-form-container {
        left: 0!important;
        bottom: 0!important;
        width: 100%;
        top: auto;
    }

    #feedback-form-container textarea {
        width: 100%;
    }

    .modal {
        width: 90%;
        margin-left: 0;
        transform: translateX(-50%);
    }

    .nav-tabs.medium + div {
        margin-top: 0px;
    }

    .nav-tabs > li {
        position: relative;
    }

    .grid-no-sidebar #sidebar-toggle i::before {
         content: "\f103";
     }

    .grid-sidebar #sidebar-toggle i::before {
        content: "\f102";
    }

    .grid-sidebar #sidebar-toggle {
        justify-content: center !important;
    }

    #filterList > tbody > tr {
        display: flex;
        flex-direction: column;
    }

    #filterList > tbody > tr > td:last-child {
        width: unset !important;
    }

    /*Responsive Concessions*/

    #user-tabs ~ form {
        width: 88vw;
        overflow: auto;
    }

    #teaching-events-header {
        display: flex;
        justify-content: space-between;
    }

    /*Mobile Calendar Considerations*/
    #filterList ~ .tab-content #dhx_minical_icon,
    #filterList ~ .tab-content #nav-date-picker,
    #filterList ~ .tab-content .dhx_cal_today_button,
    #filterList ~ .tab-content .dhx_cal_date,
    #filterList ~ .tab-content .year_tab,
    #filterList ~ .tab-content #nav-year,
    #filterList ~ .tab-content #nav-today-list {
        display: none;
    }


    #dhx_minical_icon, .dhx_cal_today_button {
        display: none;
    }

    .dhx_cal_date {
        transform: translateY(-32px);
    }
    #dashboardCalendar {
        overflow: visible;
    }

    #content .well + .tab-content,
    #content form + .tab-content,
    #content .nav + .tab-content{
        overflow: visible;
    }

    /*Search Input*/
    #q.input-xxlarge.search-query {
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #target-advanced-mode,
    #target-basic-mode {
        display: block;
        margin-top: 15px;
    }

    /*A&E Mobile*/
    #target-reports-button {
        float: none;
    }

    #target-reports-button + #form_index_tabs {
        display: flex;
        flex-direction: column;
    }

    #filter_dates > .input-append,
    #filter_dates .delivery > .input-append:last-child {
        margin-left: 0;
    }

    #filter_dates ~ #remove_filters {
        margin: 15px 0 0 0;
    }

    /*Dashboard, A&E Search Widget for Mobile*/

    #assessment_tasks_filter_container .entrada-search-widget,
    #calendar-selector-container .entrada-search-widget,
    #course-selector-container .entrada-search-widget {
        position: static;
    }

    #assessment_tasks_filter_container .filter-menu,
    #calendar-selector-container .filter-menu,
    #course-selector-container .filter-menu,
    #assessment_tasks_filter_container .search-overlay,
    #calendar-selector-container .search-overlay,
    #course-selector-container .search-overlay {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        height: 100% !important;
        width: 100% !important;
        position: fixed !important;
        display: flex;
        flex-direction: column;
    }

    #assessment_tasks_filter_container .search-overlay .filter-container,
    #calendar-selector-container .search-overlay .filter-container,
    #course-selector-container .search-overlay .filter-container {
        max-height: unset !important;
        min-height: unset !important;
        flex-grow: 1 !important;
    }
}

@media screen and (max-width: 600px) {

    .brand {
        margin-bottom: 20px;
    }

    #main-header .row-fluid {
        flex-direction: column;
    }

    .welcome-area .welcome-block #user-menu-inner.menu-open,
    .welcome-area .welcome-block #org-selector-inner.menu-open {
        top: 118px;
    }

    #filterList > tbody > tr {
        display: flex;
        flex-direction: column;
    }

    #filterList > tbody > tr > td {
        width: unset !important;
    }

    #filter_edit .select_multiple_container {
        left: unset;
    }

    #filter_select {
        width: 100%;
    }

    .tab-content {
        width: 88vw;
    }
}