@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTS55F.woff2') format('woff2'),
    url('../fonts/PTS55F.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    -webkit-tap-highlight-color: rgba(57, 179, 215, 0.3);
}

::selection {
    background-color: #39B3D7;
    color: #FFF;
}

::-moz-selection {
    background-color: #39B3D7;
    color: #FFF;
}

::-ms-reveal {
    display: none;
}

.container {
    width: 100%;
    margin-right: 10px;
}

#wrapper {
    height: 100%;
    width: 100%;
    padding-top: 50px;
    padding-left: 200px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

#menu-toggle {
    position: fixed;
    bottom: 15px;
    left: 155px;
    z-index: 11000;
    opacity: 0.6;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    border-radius: 50%;
}

#menu-toggle:hover {
    opacity: 1;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

#sidebar {
    margin-left: -200px;
    left: 200px;
    width: 200px;
    background-color: #DDD;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 700;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #999;
    display: block;
    text-decoration: none;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active {
    color: #FFF;
}

.sidebar-nav li a:active {
    background-color: #C1C1C1;
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav li a > i {
    float: left;
    width: 30px;
    position: relative;
    top: 12px;
    font-size: 1.33em;
    line-height: 0.75em;
    text-align: center;
}

.sidebar-nav > .sidebar-brand {
    height: 50px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#sidebar .tooltip {
    z-index: 705;
}

.content-header {
    height: 65px;
    line-height: 65px;
}

.content-header h1 {
    margin: 0 0 0 20px;
    line-height: 65px;
    display: inline-block;
}

.certificate-box {
    border: 1px solid #707070;
}

.certificate-box > div {
    padding: 12px;
    display: grid;
    gap: 12px;
}

.certificate-box > div:first-of-type {
    background-color: #707070;
    color: white;
    font-weight: 700;
}

.certificate-box.is-active > div:first-of-type {
    background-color: #bc202b;
}

#wrapper .main {
    padding: 15px;
}

.navbar-form {
    padding: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.center {
    text-align: center;
}

.float-right form,
.float-right form div {
    display: inline;
}

.form-container form .input-group-btn {
    position: absolute;
    top: 65px;
    width: 100px;
}

.modal-class {
    z-index: 105000;
    -webkit-overflow-scrolling: touch;
}

.modal-class span {
    display: block;
}

.modal-class span.datetime_container {
    display: inline;
}

.modal-class img {
    margin: 5px 0 5px 0;
    height: 15px;
}

#info-modal .contacts {
    float: left;
    width: 45%;
}

#info-modal .feedback {
    float: right;
    width: 55%;
}

#info-modal .feedback button {
    float: right;
    margin-bottom: 15px;
}

#info-modal .modal-footer {
    clear: both;
}

.bold {
    font-weight: bold;
}

#form .input-group-btn {
    vertical-align: top;
}

#form .input-group-btn button {
    margin-right: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.form-spacer {
    height: 5px;
}

a, a:hover {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.navbar {
    height: 50px;
    z-index: 11000;
}

.sidebar-submenu {
    display: none;
    list-style-type: none;
    padding-left: 0;
    background-color: #B4B4B4;
    border-left: 10px solid #008FFF;
}

.sidebar-submenu li a {
    margin-left: -10px;
}

.sidebar-submenu li a:hover {
    border-left: 10px solid #008FFF;
    margin-left: -10px;
}

.submenu-trigger {
    position: relative;
    display: block;
    right: 10px;
    top: -40px;
    color: white;
    float: right;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.submenu-trigger .fa {
    color: #4D4D4D;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.submenu-trigger .fa:hover {
    color: white;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.sidebar-active,
.sidebar-active:hover {
    background-color: #C1C1C1 !important;
    color: #FFF !important;
}

.navigation-pagination ul {
    margin-top: 0;
    margin-bottom: 0;
}

.table-head th a,
.table-head th i {
    color: #000;
}

.table td a {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 8px;
}

.table td a:hover {
    text-decoration: none;
}

.table-hover > tbody > tr:hover > td {
    background-color: #39B3D7;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.table-hover > tbody > tr > td {
    height: 35px;
    padding: 0;
    border: none;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.table-hover > tbody > tr > th {
    border: none;
}

.table-hover > tbody > tr:hover > td a {
    color: #FFF;
}

.table-hover > tbody > tr {
    cursor: pointer;
}

.table-hover > tbody > tr.table-head {
    cursor: default;
}

textarea {
    resize: none;
}

.footer {
    position: fixed;
    bottom: 0;
    right: 15px;
    left: 200px;
    background-color: #FFF;
    height: 65px;
    padding: 15px 0 0 15px;
    z-index: 10000;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.fixed {
    position: fixed;
}

.navbar-inverse {
    border: 0;
}

.navbar-brand {
    transition: none;
}

.navbar-brand-logo img {
    height: 25px;
    max-width: 170px;
    float: left;
}

.navbar-brand-logo img.second {
    margin-left: 10px;
}

.form-container {
    margin-top: 30px;
    margin-bottom: 55px;
}

.form-container form label {
    min-width: 120px;
    width: 15%;
    font-weight: normal;
}

.form-container form input,
.form-container form textarea,
.form-container form select {
    display: inline-block;
    width: 45%;
    line-height: normal;
}

.form-container form div > div {
    margin-bottom: 15px;
}

.form-container form div > div textarea {
    margin-bottom: -10px;
}

.form-container form div > div.select2-container {
    margin-bottom: 0 !important;
}

.form-container form div div.input-group-btn {
    margin-top: 0;
}

.no-search {
    margin-top: 0;
}

button, button:hover {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.search-form {
    position: absolute;
    right: 15px;
    width: 55%;
    margin-top: 0;
}

.index-high {
    z-index: 10010;
}

.input-group input {
    float: right !important;
    width: 100% !important;
}

h2 {
    margin-top: 0;
}

#search-body, #savedsearch-body {
    position: absolute;
    display: none;
    right: 15px;
    top: 99px;
    background: #E2E2E2;
    width: 55%;
    padding: 5px;
    border-radius: 0 0 4px 4px;
    opacity: 0.9;
    z-index: 10000;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

#savedsearch-body {
    min-height: 45px;
}

#savedsearch-body span.label {
    cursor: pointer;
}

#search-body:hover, #savedsearch-body:hover {
    opacity: 1;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

#search-body .spacer {
    height: 30px;
}

#search-body .button-class, #savedsearch-body .button-class {
    bottom: 0;
    right: 0;
    padding: 5px;
    position: absolute;
}

#savedsearch-body .button-class input {
    width: 150px;
    display: inline;
}

#search-body .form-group {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.form-wrapper {
    display: inline-block;
    min-width: 535px;
}

.search-end {
    position: relative;
    display: none;
}

.search-remove-trigger {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: -20px;
}

.two-text span {
    float: left;
}

a:focus,
a:active,
button,
button:focus,
button:active,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}

.title-search {
    height: 45px;
}

.title-search .input-group-btn {
    width: 1% !important;
}

.title-search .input-group {
    width: 100%;
}

.left-spacer {
    margin-left: 10px;
}

.select-zip,
.select-city {
    width: 45%;
}

.form-error {
    color: #D60000
}

noscript {
    font-size: 30px;
    color: #D9534F;
    border-bottom: 1px solid;
}

#browser-support {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 230px;
    background-color: #C70000;
    padding: 15px;
    color: #FFF;
    z-index: 30005;
    height: 150px;
}

#browser-support .closer {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#browser-support a {
    color: white;
}

#browser-support-icon {
    position: fixed;
    bottom: 150px;
    right: 60px;
    width: 100px;
    z-index: 30005;
}

.error-feedback-modal, .search-remove-trigger, .red {
    color: #D2322D;
}

.fixed-bottom {
    bottom: 15px;
}

.new-list-button {
    float: right;
}

.table-responsive {
    margin-bottom: 50px;
}

.navbar-inverse .navbar-nav > li > a:active {
    background-color: #C1C1C1;
}

.actions {
    float: right;
}

.title-span > span {
    padding-right: 50px;
    display: inline-block;
}

.title-span > span a {
    opacity: 0.2;
    cursor: pointer;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

.title-span > span a:hover {
    opacity: 1;
}

.title-span .current-chose a {
    color: #000;
    opacity: 1;
}

.title-span .current-chose a {
    cursor: default;
}

#flash-message {
    position: fixed;
    display: none;
    top: 5px;
    left: 50%;
    z-index: 20000;
    width: 25%;
    margin-left: -12.5%;
    cursor: default;
    padding: 10px;
}

#flash-message i.fa {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    cursor: pointer;
}

#flash-message > span {
    display: block;
}

.btn-user-settings {
    right: 15px;
    bottom: 15px;
    position: fixed;
}

.file-input-wrapper {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.file-input-wrapper input[type=file],
.file-input-wrapper input[type=file]:focus,
.file-input-wrapper input[type=file]:hover {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 99;
    outline: 0;
    width: 100%;
    height: 35px;
}

.file-input-name, .remove-space {
    margin-left: 10px;
}

.file-input-remove {
    color: #D2322D;
    margin-left: 10px;
}

a > i.fa,
.button-class button > i.fa,
.title-search i.fa-link,
.dropdown-toggle i.fa,
.excel-btn i.fa,
.add_entry_link > i.fa,
.file-input-wrapper span i {
    margin-right: 5px;
}

.no-resize > i {
    margin-right: 0 !important;
}

.form-container input[type='checkbox'] {
    width: 15px;
}

.tooltip {
    font-size: 14px;
    z-index: 11000;
    cursor: default;
}

.rightMarginSpace {
    margin-right: 10px;
}

.form-container form .select2-search-choice div {
    margin-bottom: 0;
}

button:focus, input:focus {
    outline: 0 !important;
}

.portal {
    margin: -15px -15px 0 -15px;
}

text {
    font-family: "PT Sans", Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
}

.stat-table td a {
    padding: 0;
    height: auto;
}

.stat-tab {
    display: none;
}

.dropdown-menu li a > i {
    width: 20px;
    margin-right: 0;
}

.excel-btn,
.actions,
.new-list-button,
.save-btn {
    margin-left: 10px;
}

.delete-form,
.save-btn {
    float: right;
}

.btn-back,
.cancel-btn {
    float: left;
}

.form-container ul.nav-tabs {
    margin-bottom: 10px;
}

.input-daterange input {
    float: left;
    width: 50%;
}

.sb-closed {
    width: 60px !important;
}

.sb-closed li a {
    width: 60px;
    height: 40px;
}

.sb-closed li a span {
    display: none;
}

.feedback .alert {
    text-align: center;
}

.table-hover > tbody > tr:hover > th {
    background-color: #F9F9F9;
}

th.sorted i.fa,
.caret {
    margin-left: 5px !important;
}

li.open .dropdown-menu {
    border-top: 0;
}

.normal-label {
    font-weight: normal;
}

a.select2-search-choice-close {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.list-del, .align-right {
    text-align: right;
}

.table td.list-del a {
    display: inline;
    position: relative;
    top: 7px;
    opacity: 0;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.table-hover > tbody > tr:hover > td.list-del a {
    opacity: 1;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.table td.list-del a:hover {
    color: #DDD;
}

.show-td {
    font-weight: bold;
    width: 15%;
}

.modal-header {
    background: #DDD;
    border-radius: 5px 5px 0 0;
}

.modal-footer {
    background: #DDD;
    border-radius: 0 0 5px 5px;
}

.select2-container-multi .select2-choices .select2-search-field {
    height: 32px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 6px 12px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 6px;
}

.select2-container .select2-choice,
.select2-container-multi .select2-choices {
    height: 34px;
    line-height: 34px;
}

.ajax-load {
    height: 80px;
    width: 80px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 55px;
    z-index: 106001;
    color: #FFF;
    background: #333;
    border-radius: 5px;
    cursor: default;
}

.ajax-load-div {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 106000;
    cursor: default;
}

.navbar .in ul.nav,
.navbar .collapsing ul.nav {
    background: #DDD;
    margin-top: 0;
}

.select2-header-search {
    width: 250px;
    padding: 3px 10px;
}

.select2-header-search div {
    width: 100%;
}

.org-name {
    position: fixed;
    z-index: 12000;
    top: 17px;
    left: 245px;
}

.select2-drop {
    z-index: 105000;
}

.select2-index {
    z-index: 100010;
}

.bootstrap-datetimepicker-widget {
    z-index: 106000 !important;
}

.datetime_container {
    position: relative;
}

.pointer {
    cursor: pointer;
}

.no-upload-remove .file-input-remove {
    display: none;
}

.modal-backdrop {
    z-index: 104500;
}

.select2-drop-mask {
    z-index: 105000;
}

.helper-mark {
    margin-left: 10px;
    display: inline-block;
}

.icheckbox_square-grey {
    margin-bottom: 0 !important;
}
#courseaddress-map {
    height: 200px;
}

.trafficlight .tl-ok {
    color: #F74C4D;
}

.trafficlight .tl-no {
    color: #999;
}

.trafficlight .tl-in {
    color: #32BE72;
}

.radiosection label {
    margin-left: 5px;
}

.checkbox-list-link {
    text-align: right;
    margin-top: -15px;
}

.select2-with-searchbox {
    z-index: 10000000;
}

.agb-link {
    display: inline-block;
}

@media (max-width: 1050px) {
    .org-name {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 950px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }
}

.clear-both {
    clear: both;
}

.checkbox-inline {
    padding-left: 0px;
    margin-bottom: 0px !important;
}

.checkbox-inline > div {
    display: block;
}

.checkbox-inline > div > div {
    margin-right: 20px;
}

.center-container {
    position: absolute;
    top: 45%;
    margin-top: -105px;
    width: 100%;
    height: auto;
    text-align: center;
}

.center-wrapper {
    background: #F8F8F8;
    width: 90%;
    max-width: 430px;
    margin: 0 auto;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    display: none;
}

/* That's for a better mobile browser view of the iFrame */
.coursegroup-table-row {
  white-space: normal;
}
