﻿body {
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0;
    background-color: #eef0f0;
}

.panel-default > .panel-heading {
    background-color: #fff;
}

.panel-default > .panel-heading .panel-title {
    font-size: 1.5rem;
}

.panel-default .panel-footer {
    background-color: #fff;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel-default {
    margin-top: 5px;
}

.panel-title a {
}

.icon-question.actions-help {
    display: block;
    text-align: center;
    width: 30px;
    margin-top: -43px;
    margin-right: 5px;
}

.text-truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}

.table-marginless {
    margin: 0;
}

.radio-align-correct table tr td {
    padding-left: 0 !important;
}

.forcePrimaryFont p,
.forcePrimaryFont span,
.forcePrimaryFont div,
.forcePrimaryFont h2 {
    font-size: 12px !important;
    font-weight: normal !important;
}

.forcePrimaryFont fieldset p {
    margin-left: 0;
}

.nav .caret {
    border-bottom-color: #7c7c7c;
    border-top-color: #7c7c7c;
}

.textHighLight {
    background-color: yellow;
}

.modal {
    border-radius: 0;
}

/* Popup styling */
.modal-body {
    overflow: auto;
    min-height: 110px;
    background-color: #fff;
}

.modal-footer {
    margin-top: 0;
    background-color: #fff;
}

/*Backup sizing, if javascript fails to autosize, bug from Carante*/
.popupSize210 {
    min-height: 110px;
}

.popupSize300 {
    min-height: 225px;
}

.popupSize310 {
    min-height: 210px;
}

.popupSize350 {
    min-height: 260px;
}

.popupSize400 {
    min-height: 310px;
}

.popupSize450 {
    min-height: 360px;
}

.popupSize500 {
    min-height: 410px;
}

.popupSize600 {
    min-height: 510px;
}

.popupSize700 {
    min-height: 610px;
}

.popupSize800 {
    min-height: 710px;
}

.popupSize810 {
    min-height: 694px;
}

.popupSize900 {
    min-height: 810px;
}

.catalogSettingsPopup {
    min-height: 527px;
}

.addCoursePopup {
    overflow: visible;
}

/*END Popup size + overflow*/

.modal-footer .pagination {
    display: block !important;
}

.modal-footer .overviewTotalResults {
    position: absolute;
    bottom: 5px;
}

/*Backup sizing, if javascript fails to autosize, bug from Carante*/
.popupSize210 {
    height: 110px;
}

.popupSize310 {
    height: 210px;
}

.popupSize350 {
    height: 260px;
}

.popupSize400 {
    height: 310px;
}

.popupSize450 {
    height: 360px;
}

.popupSize500 {
    height: 410px;
}

.popupSize600 {
    height: 510px;
}

.popupSize700 {
    height: 610px;
}

.popupSize800 {
    height: 710px;
}

.popupSize810 {
    height: 736px;
}

.popupSize900 {
    height: 810px;
}

.catalogSettingsPopup {
    height: 527px;
}

/*END Popup size + overflow*/

.buttonLink {
    color: #3da79c;
}

.bootstrap-select > .btn {
    height: 25px;
}

.textboxButton {
    left: 160px;
    position: absolute;
    top: 3px;
}

.iconLink {
    text-decoration: none !important;
}

.icon-info-sign {
    cursor: help;
}

.textBold {
    font-weight: bold;
}

.inputCheckbox input {
    margin-top: 8px;
}

table tr td {
    font-size: 12px;
}

.single-panel {
    cursor: default;
}

.single-panel:hover {
    color: #333;
}

.floatLeft {
    float: left;
}

a {
    color: #7c7c7c;
    text-decoration: underline;
}

.selectInput {
    width: 98%;
}

.selectBox {
    width: 100px;
}

.dayPartCheckbox.blocked {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

.custom-select {
    border: 1px solid #cccccc;
    border-radius: 4px;
    overflow: hidden;
}

.custom-select select {
    width: 100% !important;
    border: none !important;
    outline: medium none !important;
    display: inline-flex;
    height: 22px !important;
    vertical-align: top;
    -webkit-appearance: none;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background: url('../../Images/arrow_select.png') no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

.autocompleteLeft .autoCompleteContainer {
    position: absolute;
    left: -213px;
}

.span4 {
    width: 130px;
}

input.form-control {
    font-size: 12px;
}

a.menu:after, .dropdown-toggle:after {
    content: none;
}

.navbar-collapse-top .nav > li > a.welcome {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-collapse-top .nav > li > a.welcome strong {
    color: rgba(255, 255, 255, 0.5);
}

/******************************************************************
    Header
******************************************************************/

.top-menu.header {
    background-color: #142637;
    margin-bottom: 10px;
}

.top-menu .navbar {
    min-height: 45px;
}

.header .col-md-8 {
    padding-top: 0px;
}

.header .btn {
    padding: 5px;
}

.header .btn-group.open .btn.dropdown-toggle {
    background-color: transparent;
    box-shadow: none;
}

.header .dropdown-menu.taskDropdown > li {
    border-bottom: 1px solid #d0d0d0;
}

.header .dropdown-menu.taskDropdown > li > a {
    white-space: normal;
}

.header .dropdown-menu.taskDropdown > li.TasksHyperLinkListitem {
    border-bottom: none;
}

.header .dropdown-menu.taskDropdown > li.TasksHyperLinkListitem > a {
    text-align: right;
    white-space: normal;
    padding-top: 10px;
    padding-bottom: 6px;
}

.dropdown-menu .grid-demo p {
    margin: 0 0 10px;
}

.dropdown-menu .grid-demo {
    font-size: 12px;
    line-height: 1.428571429;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.dropdown-menu .grid-demo h3 {
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

.dropdown-menu .grid-demo a p {
    margin: 0 0 10px;
    color: #7c7c7c;
}

.dropdown-menu .grid-demo h5 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0px;
    color: #333;
}

.header .taskDropdown {
    min-width: 600px;
}

.header .taskDropdown p {
    margin: 10px;
}

.header .dropleft {
    right: 0;
    left: auto;
}

.header div #topMenu {
    margin-bottom: 0px;
    background-color: transparent;
}

.header .headerLinks {
    clear: right;
    margin-right: 10px;
}


/****************************************************************
    Navbar correction z-index
******************************************************************/


#topMenu {
    z-index: 800;
}

#mainMenu {
    z-index: 700;
}

#accordion {
    z-index: 850;
}

.panel-group .panel {
    overflow: visible;
}


/******************************************************************
    topMenu
******************************************************************/


.navbar-brand {
    padding: 0;
}

.selected-culture-image {
    height: 16px;
}

.selectpicker.catalog-select-switch {
    width: auto;
    position: relative;
    top: 12px;
    left: 8px;
}

/*.selectpicker.catalog-select-switch:before {
    content: "/";
    position: absolute;
    left: -13px;
    top: -7px;
    color: #fff;
    font-size: 40px;
}*/

selectpicker.catalog-select-switch .select2-chosen {

}

.navbar-brand.catalog-select-switch.select2-dropdown-open .select2-choice {
    -webkit-box-shadow: 0 0px 0 #fff inset;
}

.navbar-brand.catalog-select-switch.select2-dropdown-open .select2-results .select2-result-label {
    padding: 6px 5px;
}

.catalog-switch-dropdown.select2-drop-active {
    margin-top: 10px;
    min-width: 125px;
}

.catalog-switch-dropdown.select2-drop-active .select2-results {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.navbar-brand.catalog-select-switch.select2-container .select2-choice {
    background-color: #142637;
    color: #ebebeb;
    border: none;
    height: auto;
    padding: 0;
}

.navbar-brand.catalog-select-switch.select2-container .select2-choice > .select2-chosen {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    margin-right: 20px;
}

.navbar-brand.catalog-select-switch.select2-container .select2-choice .select2-arrow {
    background: none;
    border-left: none;
    top: 2px;
}


.nav.navbar-nav .topbar-menu-item {
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
    border-bottom: 2px solid #142637;
    margin: 0 5px;
}

.nav.navbar-nav .topbar-menu-item.active {
    border-bottom: 2px solid #fff;
}

.nav.navbar-nav.navbar-left {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.nav.navbar-nav.navbar-right .topbar-menu-item.menu-border-left, .nav.navbar-nav.navbar-right {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.dropdown-menu .link-reset {
    cursor: default;
    font-size: 11px;
}

.dropdown-menu .test-modus-header .link-reset {
    padding-left: 10px;
}

.dropdown-menu .link-reset:hover {
    color: #333333 !important;
    background-color: transparent !important;
}

.top-menu-item a {
    color: #c7d1d8;
    text-decoration: none;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-lg > .fa {
    font-size: 13px;
}

.header .topbar-menu-button {
    background-color: transparent;
    border-color: transparent;
    color: #c7d1d8;
    font-size: 12px;
    border: 0;
    text-decoration: none;
    padding-bottom: 0;
}

.topbar-menu-button > .fa {
    font-size: 18px;
}

.topbar-menu-button:hover, .topbar-menu-button:hover, .topbar-menu-button:focus,
.topbar-menu-item:active .topbar-menu-button, .topbar-menu-item.active .topbar-menu-button, .open .dropdown-toggle.topbar-menu-button,
.nav > li > a:hover, .nav > li > a:focus,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

.topbar-menu-item:active .topbar-menu-button, .topbar-menu-item.active .topbar-menu-button {
    color: #fff;
}

.navbar-nav > li.topbar-menu-item .dropdown-menu {
    border: 0;
    border-radius: 0;
    font-size: 12px;
}

@media (min-width: 768px) {
    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: 15px;
    }
}

.nav.navbar-nav .topbar-menu-item .badge-notify {
    background: red;
    position: absolute;
    top: 1px;
    left: 50px;
    font-size: 9px;
}

.nav.navbar-left li.open {
    position: static;
}

.nav.navbar-left li.open .dropdown-menu {
    border-radius: 0px;
    width: 100%;
    left: 0;
    right: 0;
}

.nav.navbar-left li.open .dropdown-menu .grid-demo {
    padding: 10px 20px;
    font-size: 12px;
}

.nav.navbar-left li.open .dropdown-menu .grid-demo h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.nav.navbar-left li.open .dropdown-menu .grid-demo a {
    text-decoration: none;
}

.nav.navbar-left li.open .dropdown-menu .grid-demo a:hover h5 {
    color: #2a6496;
}

.nav.navbar-left li.open .dropdown-menu .grid-demo a h5 {
    margin-top: 0;
    margin-bottom: 0px;
    color: #333;
}

.nav.navbar-left li.open .dropdown-menu .grid-demo a p {

}

@media screen and (max-width: 767px) {
    .navbar-left .dropdown-menu > li {
        display: block;
    }
}

/******************************************************************
    Form
******************************************************************/

fieldset {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #EEE;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.075);
}

.inline-block {
    display: inline-block;
}

.vert-align {
}

.input90 {
    width: 90% !important;
    float: left;
}

fieldset p {
    margin-left: 10px;
}

legend {
    width: auto;
    background-color: #EEE;
    border: 1px solid #EEE;
    border-radius: 0;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    padding: 8px;
    font-size: 14px;
    margin: 0px 8px;
    border: 1px solid #d4d4d4;
    text-align: left;
}

span i.icon-warning-sign {
    padding: 5px;
    position: relative;
    top: 5px;
}

.alerts {
    background-color: transparent;
    border: none;
    font-size: 26px;
    margin-right: 5px;
}

.table .contentActions.courseActions {
    width: 120px;
}

.table .contentActions.courseActions .action-icon {
    width: 23px;
    display: inline-block;
    padding: 0 10px;
}

.table .contentActions.courseActions.small {
    width: 80px;
}

.actions {
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #3da79c;
    margin-left: 5px;
    text-decoration: none;
    position: relative;
    top: 2px;
    display: inline-block;
}

[class^="icon-"]:hover, [class*=" icon-"]:hover {
    text-decoration: none;
}

.actions:first-child {
    margin-left: 0;
}

.actions:hover {
    color: #7c7c7c;
}

.actions-help {
    color: #7c7c7c;
}

.actions-help:hover {
    color: #3da79c;
}

.actions14px {
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #3da79c;
    margin-left: 5px;
}

.actions14px:hover {
    color: #7c7c7c;
}

.selectwidthauto.bootstrap-select:not([class*="span"]) {
    width: auto;
}

label, input, button, select, textarea {
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
}

.lblAlign {
    position: relative;
    top: -1px;
}

.lblMaxWidth {
    max-width: 250px;
    float: left;
}

.form-group {
    margin-bottom: 5px;
}

.table-noborder tbody > tr > td, .table-noborder tfoot > tr > td {
    border: none;
    line-height: 21px;
    padding: 7px;
}

.table-noborder.table-padding tbody > tr > td, .table-noborder.table-padding tfoot > tr > td {
    padding-left: 0;
}

.form-horizontal table tbody td:nth-child(2n+1) {
    text-align: right;
}

.form-horizontal table tbody td.alignLeft:nth-child(2n+1) {
    text-align: left;
}

.form-horizontal table tbody td.fontWeightNormal:nth-child(2n+1) {
    font-weight: normal;
}

.form-horizontal table tbody td:nth-child(2n+1) label {
    text-align: right;
    line-height: 21px;
}

.form-horizontal table tbody td:nth-child(2n+1) .inputCheckbox label {
    margin-left: 5px;
    line-height: normal;
}

.row.table {
    margin-top: 30px;
}

thead tr th a {
    text-decoration: none;
}

.dropdown-menu > li > a {
    text-decoration: none;
}


/******************************************************************
    Form error
******************************************************************/

.has-error .control-label {
    font-weight: bold;
}


/* End Grid demo styles */

/*Accordion*/

.accordion-toggle {
    text-decoration: none;
}

.panel-title i {
    display: block;
    float: left;
    width: 18px;
}

.panel-title a {
    text-decoration: none;
}


/*End Accordion*/

/******************************************************************
    Buttons
******************************************************************/

.btn .caretBlock {
    background-color: #3da79c;
    height: 100%;
    width: 26px;
    margin-top: 0px;
    position: absolute;
    right: 0px;
    top: 0;
    vertical-align: middle;
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0px 3px 3px 0px;
}

.bootstrap-select.btn-group .btn .caretBlock .caret {
    border-top-color: #fff;
    right: 8px;
    border-bottom-color: #fff;
}


.form-horizontal .input-sm {
    border-radius: 0;
    font-size: 12px;
    height: 26px;
    line-height: 1.5;
    padding: 1px 10px;
}

.input-price {
    width: 70%;
}

.invoicingDetailsOwnerAutoComplete {
    position: relative !important;
}

.invoicingDetailsOwnerAutoComplete .autoCompleteContainer {
    max-height: 225px;
}

.invoicingDetailsOwnerAutoComplete div {
    left: 0px !important;
    top: 25px !important;
}


.form-horizontal .datepickerWidth {
    width: 200px;
}

/******************************************************************
    Opleiding bewerken tabs
******************************************************************/

/*Eigenschappen, algemeen*/
#CourseProperties .col-md-6 .table > tbody > tr:nth-child(3) > td .form-control {
    width: 90% !important;
    display: inline-block;
}


/* -- END: Opleiding bewerken tabs ------------------------------- */


.input-10char {
    width: 100px;
}

.input-8char {
    width: 88px;
}

.input-7char {
    width: 77px;
}

.input-6char {
    width: 66px;
}

.input-4char {
    width: 55px;
}

.input-3char {
    width: 44px;
}

.input-date {
    text-align: left;
    width: 90px;
}

.input-time {
    width: 60px;
}

.btn-sm, .btn-xs {
    border-radius: 0;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 10px;
    margin-bottom: 5px;
}


.btn-link {
    font-size: 13px;
    color: #7c7c7c;
    text-decoration: none;
}

.btn-class {
    background-color: #3da79c;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 5px;
    border-radius: 0;
}

.btn-class-clean {
    background-color: #3da79c;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 5px;
}

.btn-class:hover, .btn-class-clean:hover, .btn.btn-class-clean:hover {
    color: #ffffff;
}

.btn-class-icon {
    background-color: #3da79c;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 5px;
}

.btn-class-icon.icon-search {
    padding: 9px 12px;
}

.btn-class-icon.icon-search:hover {
    color: #fff;
}

.btn-nocaret-class {
    background-color: #3da79c;
    color: #ffffff;
    text-decoration: none;
}

.btn-class-inputfield {
    vertical-align: top;
    padding-top: 2px;
    height: 26px;
}

.btn.btn-class:after, .btn.btn-link:after {
    content: " \00BB";
}

.btn-class:hover, .btn-class:focus, .btn-class:active, .btn-class.active, .btn-class.disabled, .btn-class[disabled], .btn-class-clean:hover,
.btn-class-clean[disabled], .btn-class-clean:focus, .btn-class-clean:active, .btn-class-clean.active, .btn-class-clean.disabled {
    background-color: #36948b;
    color: #ffffff;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group .dropdown-menu li a {
    font-size: 12px;
}

.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 10px;
}

.footer {
    background-color: none;
    font-size: 10px;
    padding: 15px 28px;
    text-transform: uppercase;
}

.footer a {
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 10px;
}

.footer p {
    margin-bottom: 0px;
    padding-left: 20px;
}

/******************************************************************
    Tabs
******************************************************************/
.nav-tabs {
    background-color: #e6deca;
    border-bottom: 01px solid #e6deca;
    padding-left: 5px;
    padding-top: 5px;
}

.tab-content {
    border-color: #e6deca;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 20px;
}

/******************************************************************
    panel
******************************************************************/

.panel-title {
    font-size: 14px;
    display: block;
}

.panel-title a {
    display: block;
    padding: 8px 15px;
}


.panel-heading /*Why did you changed core bootstrap! Fucker!*/
{
    padding: 0px 0px;
}

.panel-heading-big {
    padding: 10px 15px;
}

/* Sticky footer styles
         -------------------------------------------------- */

html,
body {
    /*height: 100%;*/
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    padding: 0px 15px 15px 15px;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -40px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 40px;
}

#footer {
    margin-top: 20px;
    background-color: #142637;
    color: rgba(255, 255, 255, 0.5);
}

#footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*REDMAR MAGIC*/

.placeholder {
    color: #aaa;
}

/*Override for radioButtonlist in horizontal div*/
.form-horizontal .radioButtonList-left table tbody td:nth-child(2n+1) {
    text-align: left;
}

.control-leftspan {
    font-size: 12px;
    height: 26px;
    line-height: 1.5;
    padding: 3px 10px;
    text-align: right;
    margin-right: -20px;
}

.control-rightspan {
    font-size: 12px;
    height: 26px;
    line-height: 1.5;
    padding: 3px 10px;
    text-align: left;
    margin-right: -20px;
}

/* START MODAL FIX*/

/*new width is 900px, so the left margin is (600-900)/2 = -150px*/

iframe {
    overflow-y: scroll;
}

@-ms-viewport {
    width: auto !important;
}

.modal-small {
}

.modal-normal {
    width: 784px;
    margin-left: -270px;
}

.modal-large {
    width: 900px;
    margin-left: -420px;
}

.modal-full {
    width: 100%;
    margin-left: -420px;
}

.modal-container-small {
}

.modal-container-normal {
    width: 714px;
}

.modal-container-large {
    width: 825px;
    margin-left: 10px;
}

.modal-container-full {
    width: 100%;
}


.submodal-title {
}

.bigmodal-title {
}

/* END MODAL FIX*/

/*Embedd video fix responsive*/
.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}

/*End Fix video responsive*/


/*!!!Don't remove!!@ => Empty css classes used for JS purposes, but hides warning in IDE.*/
.checkall {
}

.money {
}

.collapsSearchView {
}


.panel-homepage {
}

.modal-wrapper {
}

/*End empty classes*/

.panel-homepage .panel-heading h2.panel-title {
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    padding-left: 10px;
    color: #3da79c;
}

.panel-homepage .panel-body h3 {
    font-size: 16px;
    font-weight: bold;
}


.quickActionsList {
    padding-left: 20px;
    list-style: none;
}

.quickActionsList li {
    margin-bottom: 10px;
}

.quickActionsList li:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin: 0 5px 0 -15px;
    color: #3da79c;
}


.col-pagesize {
    width: 120px;
}

.documentManagementIframeWrapper iframe {
    border: 0px;
}

.btn-class-row a {
    float: right;
}

.selectpicker {
    width: 100%;
}

.headerLinks .selectpicker {
    min-width: 150px;
}

.modal-body .dropdown-menu {
    max-height: 400px !important;
}

table thead > tr > th {
    color: #333333;
}

table thead > tr > th a {
    color: #333333;
}


.navbar-help {
    position: relative;
    margin-left: 10px;
}

.navbar-help a {
    color: #000000;
    text-decoration: none;
    line-height: 20px;
    padding-bottom: 3px;
}

.navbar-help a:after, .navbar-help a:after {
    content: " \00BB";
}

.purchaseOrderLines th {
    background-color: #F9F9F9;
}

.salesOrderLines th {
    background-color: #E6DECA;
}

.CompanyCostCentre th {
    color: #ffffff;
    background-color: #3da79c;
}

.OrderItemDescription {
    width: 600px;
}

.overviewTotalResults {
    margin-top: 10px;
    color: #666666;
}

div.panel-body-help {
    float: right;
}


.editControlHelp {
}

.panel-help {
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .form-horizontal .control-label {
        word-wrap: break-word;
    }
}

.form-horizontal .control-label {
    text-align: left;
}

.JsonHidden {
    visibility: hidden;
}

.pagination {
    margin: 0;
}

.margin-top {
    margin-top: 15px;
}

.table th, .table th a {
    font-size: 12px;
    font-weight: bold;
}

.validator {
    color: #3da79c !important;
}

.col-validator {
    /*height: 100%; forces Inschrijving Panel 100% height*/
}

.col-validator span {
    display: inline-block;
    vertical-align: middle;
    height: 27px;
}

.col-validator span i {
    color: #3da79c !important;
}

table tbody td.gray {
    background-color: #F7F7F7;
}


.dropdown-menu {
    z-index: 3000;
}


.alert i.alerts {
    font-size: 1.6em;
}

td.vcenter {
    vertical-align: middle;
}

td.vtop {
    vertical-align: top;
}

/* -- START: Wieger CSS ------------------------------- */
#SearchPanel {
    overflow-y: visible !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 60%;
    padding-top: 10px;
    height: 0;
}

.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.ItemContainer {
    position: relative;
    white-space: nowrap;
}

div.ItemAbsolute {
    position: absolute;
    top: 0;
    left: 0;
}

div.ItemAbsoluteRight {
    position: absolute;
    top: 0;
    right: 0;
}

div.ItemLeft {
    float: left;
}

div.ItemLeftPad0 {
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    /* border: 1px solid #ff0000; */
}

div.ItemLeftPad1 {
    float: left;
    padding-top: 4px;
    padding-left: 3px;
}

div.ItemLeftPad2 {
    float: left;
    padding-left: 3px;
    padding-top: 2px;
}

div.ItemLeftPad3 {
    float: left;
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 4px;
}

div.ItemLeftPad4 {
    float: left;
    padding-left: 3px;
    padding-top: 5px;
}

div.ItemLeftPad5 {
    float: left;
    padding-left: 3px;
    padding-top: 15px;
}

div.ItemLeftPad6 {
    float: left;
    padding-left: 3px;
    padding-top: 10px;
}

div.ItemLeftPad7 {
    float: left;
    padding-right: 3px;
    padding-top: 5px;
}

div.ItemLeftPad8 {
    float: left;
    padding-right: 3px;
    padding-top: 0;
}

div.ItemLeftPad9 {
    float: left;
    padding-right: 3px;
    padding-left: 30px;
    padding-top: 5px;
}

div.ItemLeftPad10 {
    float: left;
    padding-right: 3px;
    padding-top: 7px;
}

div.ItemLeftPad11 {
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-left: -10px;
    /* border: 1px solid #ff0000; */
}

div.InlineTop10 {
    display: inline;
    position: absolute;
    top: 10px;
    padding-left: 5px;
}

div.InlineTop18 {
    display: inline;
    position: absolute;
    top: 18px;
    padding-left: 5px;
}

div.InlineBottom2 {
    display: inline;
    position: absolute;
    bottom: 2px;
}

.width50px {
    width: 50px;
}

.width70px {
    width: 70px;
}

.width100px {
    width: 100px;
}

.width150px {
    width: 150px;
}

.width200px {
    width: 200px;
}

.width250px {
    width: 250px;
}

.width300px {
    width: 300px;
}

.width400px {
    width: 400px;
}

.width500px {
    width: 500px;
}

.widthFull {
    width: 100%;
}


.alignRight {
    text-align: right;
}

.PaddingBottom4px {
    padding-bottom: 4px;
}

.vAlignChkTxt label {
    text-indent: 5px;
    position: relative;
    top: -2px;
}

div.MultiMediaTypeRadioButtonList label {
    padding-left: 2px;
    padding-right: 10px;
    vertical-align: top;
    display: table-cell;
}

.RadioButtonListAlign label {
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
}

.form-horizontal table tbody td:nth-child(2n+1) td {
    text-align: left;
    padding: 1px 3px 1px 3px;
}

.alignCheckBoxWithText {
    position: relative;
    bottom: -3px;
}

textarea.form-control {
    font-size: 12px;
}

textareaInput.form-control {
    height: 70px !important;
}

.paddingTop2 {
    padding-top: 2px;
}

.paddingTop5 {
    padding-top: 5px;
}

.paddingTop8 {
    padding-top: 8px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop12 {
    padding-top: 12px;
}

.paddingTop15 {
    padding-top: 15px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop25 {
    padding-top: 25px;
}

.paddingTop30 {
    padding-top: 30px;
}

.margin-top-minus5 {
    margin-top: -5px;
}

.margin-top-minus10 {
    margin-top: -10px;
}

.margin-top-minus20 {
    margin-top: -20px;
}

.margin-top-minus30 {
    margin-top: -30px;
}

.errorInTextBox,
.errorInTextBoxSelect,
.errorInTextBoxPopup,
.errorInTextBoxDate,
.errorInTextBoxDateTable,
.errorInMultiSelectBox,
.errorEvaluationInTextBox {
    cursor: help;
    position: absolute;
}

.errorInMultiSelectBox {
    right: 0px;
}

.errorInTextBoxSelect {
    top: 4px;
    right: 32px;
}

.errorInTextBox {
    top: 3px;
    right: 12px;
}

.errorEvaluationInTextBox {
    top: 10px;
    right: 12px;
}

.errorInTextBoxPopup {
    top: 6px;
    right: 12px;
}

.errorInTextBoxDate {
    top: 7px;
    left: 100px;
}

.errorInTextBoxDateTable {
    top: 0;
    left: 67px;
}

.dropdown-scrollable ul {
    overflow: auto;
    width: 100%;
    scrollbar-arrow-color: #ffffff;
    scrollbar-face-color: #c80229;
    scrollbar-highlight-color: #f0f0f0;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-track-color: #f0f0f0;
}

#FileUpload {
    width: 500px;
    border: 1px solid #ff0000;
}

.alert-text {
    padding-left: 30px;
    display: block;
    margin-top: -20px;
}

.alert-content-align {
    margin-top: -18px;
    margin-left: 28px;
}

/* -- EINDE: Wieger CSS ------------------------------- */


/*OLD MAIN.CSS*/

.filterBlock {
    margin-bottom: 20px !important;
    border: 1px Solid #b6aeac !important;
    padding: 10px !important;
    font-size: 12px;
}

.filterBlock .courseHeader {
    font-size: 16px;
}

#ModalPopupIFrame {
    margin-top: 5px;
    margin-bottom: 5px;
}


/** overviewRow **/
table.overviewRow {
    width: 100%;
}

/** resultsView **/
table.overviewRow .resultsView {
}

table.overviewRow .miniMaximize {
    position: relative;
}

/*table.state_minimized .miniMaximize a:hover,*/
table.overviewRow .miniMaximize a {
    margin-left: -14px;
    float: right;
    display: block;
    width: 9px;
    height: 9px;
    margin-top: 5px;
    margin-right: 5px;
    background-image: url(../images/icon_miniMaximize.gif);
    background-position: 0px -20px;
}

/*		iframe.state_minimized
        {
            height: 24px;
            overflow: hidden;
        }*/
table.state_maximized .miniMaximize a:hover {
    background-position: 0px 0px;
}

table.overviewRow .miniMaximize a span {
    display: none;
}

table.overviewRow .resultsView .blockLabel {
    background-image: url(../images/bg_large_blockLabel.gif);
}

/*		table.state_minimized .resultsView .content,
        table.state_minimized .resultsView .paging
        {
            display: none;
        }*/
table.overviewRow .resultsView .content {
    height: 216px;
}

table.overviewRow_fullHeight .resultsView .content {
    height: auto;
}

table.overviewRow .resultsView .allowOverflow .overflowContent {
    overflow: auto;
    height: 196px;
}

table.overviewRow .resultsView .allowOverflow .overflowContent table {
    width: 100% !important;
}

table.overviewRow_fullHeight .resultsView .allowOverflow .overflowContent {
    min-height: 20px;
    height: auto;
}

table.overviewRow_fullHeight .resultsView .allowOverflow .overflowContent .headAuditView {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

table.overviewRow .resultsView table {
    width: 100%;
    font-size: 11px; /** Apologies: internet explorer faulty way of handling the "width: 100%" in overflowing situations makes this dirty hack nescessary **/ /*width: expression( (this.clientHeight > 196) ? (document.body.clientWidth * 0.768 - 17 +  "px" ) : (parseInt(document.body.clientWidth * 0.768 - 3).toString() + "px" ) );*/
}

/** Needed for our lovely internet explorer (width = 100% bug) **/
table.overviewRow .fullWidth {
}

table.overviewRow .fullWidth table {
    /*width: expression( (this.clientHeight > 196) ? (document.body.clientWidth * 0.99999 - 22 +  "px" ) : (parseInt(document.body.clientWidth - 6).toString() + "px" ) );*/
}

table.overviewRow .resultsView table th, table.overviewRow .resultsView table th a {
    vertical-align: bottom;
    font-weight: bold;
    color: #4d699b;
    text-decoration: none;
}

table.overviewRow .resultsView table th {
    padding: 12px 11px 12px 11px;
    background-image: url(../images/bg_overviewRw_resltsVw_tdr.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-left: 1px Solid #b6aeac;
}

table.overviewRow .resultsView table th.commands {
    padding-top: 0px;
    padding-bottom: 6px;
}

table.overviewRow_fullHeight .resultsView .allowOverflow .overflowContent .toggleAuditView table {
    margin-top: 20px;
}

table.overviewRow_fullHeight .resultsView .allowOverflow .overflowContent .toggleAuditView table thead tr th {
    font-size: 12px;
    color: white;
    font-weight: bold;
    background-color: #4d699b;
}

table.overviewRow .resultsView table .contentNumbers {
    text-align: right;
}

table.overviewRow .resultsView table .contentActions {
    text-align: center;
}

table.overviewRow .resultsView table .contentActions a {
    text-align: center;
}


table.overviewRow .resultsView table td {
    padding-top: 8px;
    padding-bottom: 11px;
    background-image: url(../images/bg_overviewRw_resltsVw_tdr.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
    height: 12px;
    color: #322c2e;
}

table.overviewRow .resultsView table td a {
    font-weight: bold;
    color: #000000;
}

table.overviewRow .resultsView table td a:hover {
    color: #9d0025;
}

table.overviewRow .resultsView table td.contentNumbers {
}

td.header-blue {
    background-color: #4d699b;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

td.header-yellow {
    background-color: #f0e000;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

table.overviewRow .resultsView table tbody tr:hover {
    background-color: #edebea;
}

table.overviewRow .resultsView table tbody td.contentActions {
    font-weight: bold;
    padding-top: 6px;
}

table.overviewRow .resultsView table tbody td.contentActions .disabled img {
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
}

table.overviewRow .resultsView table tbody td.contentActions a {
    text-decoration: none;
    color: #a32c47;
}

table.overviewRow .resultsView table tbody td.white {
    background-color: #ffffff;
}

table.overviewRow .resultsView table tbody td.gray {
    background-color: #F7F7F7;
}

table.overviewRow .resultsView table tbody td.blue {
    background-color: #4d699b;
    text-decoration: none;
    color: #ffffff;
}

table.overviewRow .resultsView table tbody td.blue a {
    text-decoration: underline;
    color: #ffffff;
}

table.overviewRow .resultsView table tbody td.blue a:hover {
    text-decoration: none;
    color: #ff0000;
}


table.overviewRow .resultsView table.withinCellNestedTable {
    border: none;
}

table.overviewRow .resultsView table.withinCellNestedTable td {
    border: none;
    background-image: none;
    line-height: 24px;
    padding: 0px 0px;
}


/* addRemoveButtons */
.addRemoveItem {
    text-align: right;
    height: 100px;
    _width: 550px;
    white-space: nowrap;
}

.addRemoveItem * {
    text-align: left;
}

.addRemoveItem .leftBoxLabel {
    float: left;
    width: 35%;
}

.addRemoveItem .rightBoxLabel {
    float: right;
    width: 35%;
}

.addRemoveItem select {
    height: 100px;
    width: 35%;
}

.addRemoveItem select.fromPile {
    clear: left;
    float: left;
    padding: 5px;
    font-size: 12px;
}

.addRemoveItem select.toList {
    clear: right;
    float: right;
    padding: 5px;
    font-size: 12px;
}

.addRemoveItem .addRemoveButtons {
    text-align: center;
    padding-top: 20px;
}

.addRemoveItem .addRemoveButtonsTop {
    text-align: center;
    padding-top: 10px;
}

.addButtonPickList {
    width: 120px;
    text-align: center;
    margin-bottom: 5px;
}

.removebuttoncssclass {
    width: 120px;
    text-align: center;
}

/* end of: addRemoveButtons */


/*Tree crap*/
.class-treeview table {
    border-right: 0 none;
    width: auto !important;
}

.class-treeview table tr td {
    background-image: none;
    border: 0 none;
    height: 3px;
    padding: 0 0 0 5px;
    vertical-align: middle;
    width: auto !important;
}

.class-treeview tr td select {
    border: 1px solid #B6AEAC;
    font-size: 11px;
    height: 250px;
    width: 250px;
}

.class-treeview tr:hover {
    background-color: rgba(0, 0, 0, 0);
}

.class-treeview .tree-button {
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    width: 25px;
}

.class-treeview .tree-button.extended {
    width: 130px;
}

/*END OLD MAIN.CSS*/


/*OLD CLC Tabs restyled!*/
.ajax__tab_search .ajax__tab_header {
    display: none;
}

.ajax__tab_body {
    background-color: #fff;
}

.ajax__tab_header {
    background-color: #fff;
    border-bottom: 1px solid #3da79c;
    padding-left: 5px;
    padding-top: 5px;
    min-height: 43px;
    width: 100%;
    display: table;
    box-sizing: border-box;
}

.ajax__tab_header .ajax__tab_tab {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-bottom: 0px;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.ajax__tab_active .ajax__tab_tab {
    color: #333;
    cursor: default;
    background-color: #ffffff;
    border-bottom: 1px solid #333;
}

.ajax__tab_header .ajax__tab_tab a {
    line-height: 22px;
    text-decoration: none;
}

.ajax__tab_header .ajax__tab_tab a:hover {
    color: inherit;
}

.ajax__tab_header span {
    display: block;
    float: left;
    margin-right: 2px;
}

.ajax__tab_header span span {
    margin-right: 0;
}

.ajax__tab_header span .ajax__tab_outer {
    background-repeat: repeat-x;
}

.ajax__tab_header span .ajax__tab_inner {
    background-position: left top;
    background-repeat: no-repeat;
}

.ajax__tab_header span .ajax__tab_tab {
    background-position: right top;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
}

.ajax__tab_header span .ajax__tab_tab:hover {
    color: #2a6496;
    text-decoration: none;
    background-color: #fff;
}

.ajax__tab_header .ajax__tab_active span .ajax__tab_tab:hover {
    color: #2a6496;
    cursor: default;
    background-color: #ffffff;
}

.ajax__tab_panel {
    border-image: none;
    padding: 20px;
}

.ajax__tab_default .ajax__tab_panel {
    border-color: #fff;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    border-top: 0px;
}

.ajax__tab_search .ajax__tab_panel {
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
}


/** autocompleteextender **/
ul.completionlist {
    border: 1px solid buttonshadow;
    margin: 0px;
    padding: 0px;
    text-align: left;
    visibility: visible;
    cursor: default;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    background-color: window;
    color: windowtext;
    position: absolute;
    left: 8px;
    top: 30px;
    z-index: 10000;
}

ul.completionlist li {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 2px;
    text-align: left;
    z-index: 1001;
}

ul.completionlist li.completionlistitem {
    background-color: window;
    color: windowtext;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1002;
}

ul.completionlist li.completionlisthighlighteditem {
    background-color: highlight;
    color: highlighttext;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1002;
}

/** end of:: autocompleteextender **/


/* AutoComplete styles */

.autoCompleteNoResults {
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 300px;
    max-height: 300px;
    margin: 0px;
    padding: 5px 7px;
}

.autoCompleteContainer {
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 300px;
    max-height: 300px;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    z-index: 10000;
}

.autoCompleteContainer li {
    background-color: #ffffff;
    padding: 5px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    list-style: none;
    border-bottom: 1px solid #000000;
    cursor: pointer;
    z-index: 1001;
}

.autoCompleteContainer li.selected {
    background-color: #E6E6E6;
}

.autoCompleteContainer li.moreResults {
    background-color: lightgrey;
    pointer-events: none;
}

.autoCompleteContainer li:nth-last-child(1) {
    border-bottom: 0px solid #000000;
}

/* Company autocomplete styles */
.companyAutoComplete { /* fix for the autocompletecontainer location*/
    position: relative;
}

.companyAutoComplete div { /* fix for the autocompletecontainer location*/
    top: 30px !important;
    left: 0 !important;
}

.companyAutoComplete .autoCompleteContainer div {
    z-index: 10000;
}

.companyAutoComplete .autoCompleteContainer li {
    min-height: 30px;
    overflow: hidden;
}

.companyAutoComplete .autoCompleteContainer .companyName {
    display: block;
    width: 100%;
    clear: both;
}

.companyAutoComplete .autoCompleteContainer .companyCity {
    font-size: 0.9em;
    color: #424242;
}

.companyAutoComplete .autoCompleteContainer .companyPostalCode {
    font-size: 0.9em;
    color: #424242;
}

/* End company autocomplete styles */

.autocompleteBox {
    position: relative;
}


/** Ajax indicator **/

.bgCover {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    overflow: hidden;
    z-index: 99998;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.overlayBox {
    position: absolute;
    display: none;
    width: 15px;
    height: 15px;
    z-index: 99999;
}

.overlayBox img {
    z-index: 99999;
}

/** End Ajax indicator **/

/*Pager Start*/

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #142637;
    border-color: #142637;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    color: #333;
}

/*Pager end*/

/** CoursePricesEdit **/

.coursePriceEditFixedPrice {
    background-color: #E6DECA;
}

.coursePriceEditRequestPrice {
    background-color: #F9F9F9;
}

.icon-circle.green {
    color: green;
}

.icon-circle.red {
    color: red;
}

.panelTitle {
    left: 140px;
    position: absolute;
    top: 20px;
    background-color: #eee;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    margin: 0 8px;
    padding: 8px;
    width: auto;
    font-weight: bold;
}


/*Vouchers*/

.voucherColumn {
    text-align: left !important;
}

.voucherCodeBlock {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    overflow: hidden;
    padding: 12px 12px 8px;
    margin-top: 15px;
}

.lblVoucherImport {
    background-color: #eee;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    margin: 0 8px;
    padding: 8px;
    width: auto;
    position: absolute;
    left: 180px;
    z-index: 99999;
}

.voucherTable {
    margin-top: 10px;
}

.voucherTable tr td {
    text-align: left !important;
}

/*Vouchers End*/

.employeeImportFormat table tr td {
    text-align: left !important;
}

.employeeImportFormat table {
    position: relative;
    top: -10px;
}

.employeeImportMessage {
    margin-left: 125px;
    color: red;
}

.employeeImportFormat i {
    position: absolute;
    top: 53px;
    right: 245px;
    cursor: pointer;
}

.form-group .expertSkillSection {
    text-decoration: underline;
}

.form-group .formCheckbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

.table-grid th {
    background-color: #fff !important;
    border-top: 1px solid #fff !important;
}

.lblLineHeight {
    line-height: 21px;
}

.tooltipCustom .tooltip .tooltip-wrapper {
    background: #fff;
    color: #000;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.075);
    text-align: left;
    min-width: 180px;
}

.tooltipCustom .tooltip .tooltip-inner {
    background: #fff;
    color: #000;
    text-align: left;
}

.tooltipCustom .tooltip .tooltip-inner .tooltipList {
    position: relative;
    left: -16px;
}

.multiselect-container.dropdown-menu {
    width: 100%;
}

.multiselect-container label.checkbox {
    line-height: 20px;
    padding-top: 0;
}

.multiselect-container .multiselect-item.multiselect-all {
    border-bottom: dashed 1px #3da79c;
}

.multiselect-container .filter .input-group {
    width: 100%;
}

.multiselect-container .multiselect-search {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    position: relative;
    top: -5px;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url('../../Scripts/bootstrap/select/select2.png') no-repeat 100% -22px;
    background: url('../../Scripts/bootstrap/select/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../../Scripts/bootstrap/select/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../Scripts/bootstrap/select/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../Scripts/bootstrap/select/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.multiselect-container .noResultsFoundSelect {
    padding-left: 5px;
}

.multiselect-container li a {
    width: 100%;
}

.multiselect.btn {
    text-align: left;
    padding: 4px 12px;
}

.multiselect.btn:after {
    content: '\A';
    position: absolute;
    background: #3da79c;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    border-left: 1px solid #aaa;
    border-radius: 0;
}

.multiselect.btn .caret {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    border-color: #fff transparent -moz-use-text-color;
    border-top-color: #fff;
}

.commands.radioBtnDictionary span {
    position: relative;
    left: -12px;
}

.commands.radioBtnDictionary input[type="radio"] {
    margin-left: 10px;
}

.commands.radioBtnDictionary label {
    margin: 0 0 0 2px;
    position: relative;
    bottom: 2px;
}

/*Add page tags*/

.tagContainer {
    width: 39%;
}

.tagContainer .pageAddTags {
    padding: 3px 5px 3px 9px;
    margin: 3px 5px 3px 0px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    float: left;
}

/*END Add page tags*/

/*Popup styling*/

td.twoColumnPopup {
    vertical-align: top;
    width: 450px;
}

td.twoColumnPopup > table > tbody > tr > .selectContainer {
    max-width: 280px;
}

/*END Popup styling*/


/*Start: Imagepicker tinymce*/

.imagePickerContainer {
    position: relative;
    min-height: 598px;
    overflow: hidden;
}

.ui-autocomplete.ui-widget {
    font-family: Arial !important;
}

.imagePickerContainer .tooltip > .tooltip-inner {
    opacity: .8;
    filter: alpha(opacity=80);
    zoom: 1;
    font-size: 11px;
    background-color: #000;
    color: #fff;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
    white-space: normal;
}

.mce-textbox-class {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c5c5c5;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333;
    display: inline-block;
    height: 28px;
    padding: 0 10px 0 4px;
    resize: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    white-space: pre-wrap;
    width: 190px;
    margin-right: 0;
}

.mce-textbox-class::-ms-clear {
    display: none;
}

.imagePickerContainer .pagingRow {
    position: absolute;
    bottom: -6px;
    z-index: 100;
}

.imagePickerContainer .imagePickerHeader {
    background-color: #f0f0f0;
    background-image: linear-gradient(to bottom, #fdfdfd, #ddd);
    background-repeat: repeat-x;
    border: 0 solid #9e9e9e;
    height: 65px;
    position: absolute;
    top: 0;
    width: 998px;
    left: 0;
}

.imagePickerContainer .imagePickerHeader .btn-search-mce,
.imagePickerContainer .imagePickerHeader .btn-save-mce {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    overflow: visible;
    padding: 4px 8px;
    text-align: center;
}

.imagePickerContainer .imagePickerHeader .searchPanel {
    left: 44px;
    position: relative;
    z-index: 100;
    width: 800px;
    top: 18px;
}

.imagePickerContainer .imagePickerHeader table {
    left: 29px;
    position: relative;
    z-index: 100;
    top: 7px;
}

.imagePickerContainer .imagePickerHeader table tr:first-child td label {
    margin-left: 14px;
}

.imagePickerContainer .imagePickerHeader table .imageUploadField {
    width: 343px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imagePickerContainer .imagePickerHeader .btn-searchContainer,
.imagePickerContainer .imagePickerHeader .btn-newImageContainer,
.imagePickerContainer .imagePickerHeader .btn-saveContainer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f0f0f0;
    background-image: linear-gradient(to bottom, #fff, #d9d9d9);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    position: relative;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    height: 28px;
    padding-top: 2px;
    position: absolute;
    width: 32px;
    top: 0;
    left: 190px;
    margin-left: -1px;
    cursor: pointer;
}

.imagePickerContainer .imagePickerHeader .btn-searchContainer:hover,
.imagePickerContainer .imagePickerHeader .btn-newImageContainer:hover,
.imagePickerContainer .imagePickerHeader .btn-saveContainer:hover {
    background-color: #e3e3e3;
    background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
    background-repeat: repeat-x;
    color: #333;
}

.imagePickerContainer .imagePickerHeader .btn-newImageContainer {
    position: relative;
    left: 50px;
    text-align: center;
    padding-top: 6px;
    padding-left: 2px;
}

.imagePickerContainer .imagePickerHeader a .btn-newImageContainer {
    color: #333;
}

.imagePickerContainer .imagePickerHeader .searchContainer {
    position: relative;
    width: 205px;
    float: left;
}

.imagePickerContainer .imagePickerHeader .searchContainer .btn-erase {
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075) inset;
    color: #333;
    display: inline-block;
    height: 28px;
    padding: 5px 6px 0 4px;
    resize: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-left: 0;
    margin-left: -2px;
    left: 173px;
    width: 20px;
}

.imagePickerContainer .imagePickerHeader a,
.imagePickerContainer .imagePickerHeader a span {
    border: 0;
    text-decoration: none;
}

.imagePickerContainer .imagePickerHeader .btn.btn-class:after,
.imagePickerContainer .imagePickerHeader .btn.btn-link:after {
    content: "";
}

.imagePickerContainer .imagePickerGrid {
    border-spacing: 30px;
    border-collapse: separate;
    position: absolute;
    top: 43px;
    z-index: 1;
}

.imagePickerContainer .imagePickerImageSelector {
    background-color: #f0f0f0;
    background-image: linear-gradient(to bottom, #fff, #d9d9d9);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-align: center;
    min-height: 100px;
    height: 100px;
    min-width: 100px;
}

.imagePickerContainer .imagePickerImageSelector tr:first-child {
    height: 100px;
}

.imagePickerContainer .imagePickerImageSelector tr:nth-child(2) {
    vertical-align: bottom;
    max-height: 20px;
}

.imagePickerContainer .imagePickerImageSelector label {
    font-weight: bold;
    margin-top: 5px;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}


.imagePickerContainer .imagePickerImageSelector:hover {
    background-color: #e3e3e3;
    background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
    background-repeat: repeat-x;
    cursor: pointer;
}


.imagePickerContainer .imagePickerImage {
    max-width: 100px;
    max-height: 100px;
}

.imagePickerContainer .imagePickerNoResults {
    border: 1px solid #99ccee;
}

.btn-saveContainer {
    padding-top: 6px !important;
    padding-left: 3px;
}

.imagePickerCancelUploadButton:hover {
    text-decoration: underline !important;
}

/*End: Imagepicker tinymce*/

.hideShowContainer {
    max-width: 85px;
}

.hideShowContainer label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.hideShowContainer .tooltip .tooltip-inner {
    background: #fff;
    color: #000;
    border: 1px solid #d4d4d4;
}

.hideShowContainer .tooltip .tooltip-arrow {
    border-bottom-color: #d4d4d4;
}

.importContainer .lblColumn {
    width: 400px;
}

.importContainer .lblColumn label {
    line-height: 23px;
}

.importContainer .selectionColumn {
    width: 400px;
}

.importContainer .icon-question-sign {
    font-size: 1.6em;
}

.bigdrop {
    min-width: 160px !important;
}

.smallWidthDropDown {
    max-width: 270px;
}

.linkedScrollHead > div,
.linkedScrollBody > div {
    max-width: 275px;
}

.linkedScrollHead > div {
    overflow: hidden;
}

.linkedScrollBody > div {
    overflow: auto;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
    height: 100px;
}

.linkedScrollHead .linkedScrollHeadItem,
.linkedScrollBody .linkedScrollBodyItem {
    min-width: 95px;
    display: table-cell;
    border-left: 1px solid #dddddd;
    padding: 0 10px;
}

.linkedScrollHead .linkedScrollHeadItem:first-child,
.linkedScrollBody .linkedScrollBodyItem:first-child {
    border-left: none;
}

#EventDaysRow fieldset {
    margin-bottom: 0px;
}


/*Theme settings styling*/

.themeTableContainer label.title {
    font-size: 14px;
}

.themeTableContainer select[multiple] {
    width: 100%;
}

.themeTableContainer textarea {
    height: 100px;
}

.themeTableContainer .linksContainer {
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 15px;
}

.themeTableContainer tr td {
    width: 25%;
}

.themeTableContainer tr td:last-child {
    width: 50%;
}

.themeTableContainer fieldset {
    margin-top: 0;
}

.themeTableContainer fieldset .icon-info {
    padding-left: 10px;
}

.themeTableContainer .row {
    padding: 7px;
}

.themeTableContainer .row .info {
    padding: 0;
    padding-top: 8px;
}

.themeTableContainer .row .info i {
    padding: 0;
    font-size: 14px;
}

.themeTableContainer td .table tr td {
    vertical-align: middle;
}

.themeTableContainer td .table tr td:first-child,
.themeTableContainer td .table tr td:last-child {
    width: 100px;
}

.themeTableContainer td .table tr td .linkLabel {
    clear: both;
    font-size: 10px;
    line-height: 5px;
}

.themeTableContainer td .table tr .contentActions .icon-external-link {
    position: relative;
    top: 3px;
}

.messageCsvLabel {
    margin-top: -15px;
    overflow-x: hidden;
    padding-left: 10px;
    width: 97%;
}

.popupLabel {
    width: 150px;
}

.popupLabel label {
    line-height: 21px;
}

.popupInputField {
    width: 150px;
}

.catalogSelectionTable {
    width: 100%;
}

.supplySelectionNotVisibleInSourceRow {
    color: #808080;
}

.currency-input-container input {
    width: 60%;
}

.currency-input-container .currency-sign {
    margin-top: 7px;
    margin-right: 5px;
    float: left;
}

.startend-date-container .date-container {
    float: left;
}

.startend-date-container .date-separator {
    float: left;
}

@media (max-width: 1800px) {
    .startend-date-container .date-container {
        float: unset;
        width: 90px;
        margin-bottom: 5px;
    }

    .startend-date-container :first-child {
        float: left;
    }
}

.modal-footer .btn-class {
    margin-bottom: 0;
}

.modal-body fieldset table.row {
    margin: 0;
}

.modal-body fieldset.user-data {
    margin: 0;
}

.modal-footer .popup-confirm-box {
    width: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: left;
    margin: 0;
}

.panel-body .svg-graph svg.nvd3-svg {
    margin-top: -25px;
}

.svg-graph {
    text-align: center;
}

fieldset.event-table .event-info {
    position: relative;
    left: -52px;
}

.alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > .alert-list {
    margin-top: -15px;
}

.alert > p + p {
    margin-top: 5px;
}

.alert .alert-content {
    padding-left: 30px;
    margin-top: -20px;
}

.alert .alert-content .warning-list {
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.alert .alert-content .warning-list li {
    margin-top: 10px;
}

.alert.alert-check {
    width: 400px;
    float: right;
    margin-right: 23px;
    text-align: left;
}

.alert.alert-check alert-check-content {
    padding: 15px 0;
    text-align: left;
}

.alert.alert-check label {
    text-align: left;
}

.modal-footer .alert.alert-check {
    position: absolute;
    right: 0;
    bottom: 0;
}


.btn-group .btn .isselected {
    color: #3da79c;
    text-decoration: none;
}

.iconpicker .iconpicker-item.iconpicker-selected {
    background-color: #3da79c;
    color: #fff;
}

.iconpicker-popover.popover {
    width: 100%;
}

.btn-group.btn-group-class > .btn-class {
    margin-right: 10px;
    border-radius: 0 !important;
}


.pagebreak-background-color {
    background-color: #eee;
}

.course-evaluation-border {

}

.course-evaluation-header {
    border-bottom: 1px solid #eee;
}

.course-evaluation-header td {
    font-size: 14px;
}

.course-evaluation-item {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.alert-evaluation {
    padding: 8px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.evaluation-action-column {
    width: 110px;
}

.disk-quotum .progress {
    margin-bottom: 0;
}

.disk-quotum .col-md-8 {
    text-align: center;
}

.disk-quotum .progress .progress-bar {
    padding-top: 2px;
}

.disk-quotum .progress .progress-bar.progress-bar-grey {
    background-color: #f5f5f5;
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
    color: #333;
}

.disk-quotum .disk-quotum-used-percentage {
    font-size: 18px;
    font-weight: bold;
}

.panel-homepage .panel-body h3 {
    margin-top: 0;
}

.import-stats {
    margin-top: 10px;
}

.import-stats .fa {
    font-size: 18px;
}

.import-stats .import-successfull .fa {
    color: #4BB543;
}

.import-stats .import-failed .fa {
    color: #FF0000;
}

.import-stats .import-failed .import-failed-detail {
    white-space: pre-line;
}

.import-stats .import-successfull span, .import-stats .import-failed span {
    padding-left: 5px;
}

.import-stats .panel-default > .panel-heading + .panel-collapse .panel-body {
    -ms-word-break: break-all;
    word-break: break-all;
}

.import-stats legend {
    padding: 4px;
}

.panel-group .homepage .panel + .panel {
    margin-top: 0;
}

.panel-group .homepage .panel {
    margin-bottom: 5px;
}

.panel .no-action {
    cursor: default;
}

.form-horizontal table tbody td.search-instructors td {
    text-align: right;
    padding: 7px;
}

.form-horizontal table tbody td.search-instructors td .selectpicker {
    text-align: left;
}

.form-horizontal table tbody td.search-instructors label {
    text-align: right;
}

.form-horizontal table tbody td.search-instructors .multiselect-container label, .form-horizontal table tbody td.search-instructors td.search-instructors-selected,
.search-instructors fieldset legend {
    text-align: left;
}

table td.search-instructors .form-horizontal table {
    background-color: transparent;
}

td.search-instructors .row {
    padding-right: 15px;
}

.tag-container .tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tag-container .tags li {
    float: left;
}

.tag-container .tag {
    background: #ddd;
    border-radius: 3px 0 0 3px;
    color: #333;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag-container .tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag-container .tag:hover {
    background-color: #3da79c;
    color: #fff;
}

.tag-container .tag .icon-remove-sign {
    color: #333;
    font-size: 18px;
    padding-left: 5px;
    position: relative;
    top: 2px;
}

.tag-container .tag .icon-remove-sign:hover, .tag-container .tag:hover .icon-remove-sign {
    color: #fff;
}

.modal-container-full .tag-container {
    padding: 0 0 0 15px;
}

.modal-container-full td.tag-container.instructors-eventday {
    padding: 0;
}

.modal-container-full td.tag-container.instructors-eventday .row {
    padding: 0 15px;
}

.modal-container-full .tag-container .tag-container-selected {
    margin-top: 0 !important;
}

.modal-container-full .tag-container td.empty-cell {
    display: none;
}

.modal-container-full .tag-container td.col-md-8 {
    margin-top: -15px;
}

.modal-container-full .tag-container td {
    display: block;
}

.modal-container-full .tag-container td label, .modal-container-full .tag-container td {
    text-align: left !important;
}

.modal-container-full .tag-container td > label {
    font-weight: normal !important;
    text-decoration: underline;
}

.modal-container-full .tag-container table {
    margin-bottom: 0;
}

.user-property-container {
    padding: 10px;
}

.user-property-container .header-row [class^="col-"] {
    border-bottom: 1px solid #ddd;
}

.user-property-container [class^="col-"] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.user-property-container .user-property-label {
    font-size: 16px;
    font-weight: 600;
}

.user-property-container .user-property-row {
    border-top: 1px solid #ddd;
}

.classify .tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.classify .tags li {
    float: left;
}

.classify .tag {
    background: #ddd;
    border-radius: 3px 0 0 3px;
    color: #333;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.classify .tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.classify .tag:hover {
    background-color: #3da79c;
    color: #fff;
}

.classify .tag .icon-remove-sign {
    color: #333;
    font-size: 18px;
    padding-left: 5px;
    position: relative;
    top: 2px;
}

.classify .tag .icon-remove-sign:hover, .classify .tag:hover .icon-remove-sign {
    color: #fff;
}

.icon-info.custom-info {
    padding: 5px 10px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #888;
    font-size: 12px;
    margin-left: 3px;
    cursor: help;
}

.handling-fee-container label {
    padding: 7px;
}

.handling-fee-container fieldset .row.label-row {
    padding-bottom: 3px;
}

.handling-fee-container fieldset .row label.label-line {
    border-bottom: 1px solid #333;
    width: 100%;
    padding: 2px 0;
}

.handling-fee-container .row .handling-fee-type {
    text-align: right;
}

.form-bo {
    font-size: 14px;
}

.form-bo .tooltip-custom .tooltip {
    text-align: left;
    width: 100%;
    margin-left: 25px;
}

.form-bo .tooltip-custom .tooltip.in {
    opacity: 1;
}

.form-bo .tooltip-custom .tooltip .tooltip-inner {
    text-align: left;
    max-width: 70%;
    color: #fff;
    background-color: #17a2b8;
    padding: 15px 12px;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.form-bo .tooltip-custom .tooltip .tooltip-arrow {
    border-bottom-color: #17a2b8;
    left: 0;
    margin-left: 1px;
}

.form-bo .form-group {
    margin-bottom: 15px;
}

.form-bo .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.fc-recurrence-content .form-group {
    padding: 0 10px;
}

.fc-recurrence-content .control-label {
    font-weight: bold;
}

.form-horizontal .control-label.alignRight {
    text-align: right;
}

.form-horizontal .control-label.info-label {
    font-weight: normal;
}

.fc-recurrence-content input[type="radio"], .fc-recurrence-content input[type="checkbox"] {
    margin-top: 7px;
}

.fc-recurrence-content .checkbox .control-label input[type="checkbox"], .fc-recurrence-content .radio .control-label input[type="radio"] {
    margin-top: 0;
}

.fc-recurrence-content .radio-text-padding {
    position: relative;
    top: 6px;
}

@media screen and (max-width: 767px) {
    .nav.navbar-nav.navbar-left {
        border-left: none;
        position: absolute;
        top: 45px;
        left: 0;
    }

    .nav.navbar-nav.navbar-right {
        border-left: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    .nav.navbar-nav .topbar-menu-item {
        padding: 0;
    }

    .nav.navbar-nav.navbar-right li, .nav.navbar-nav.navbar-left li {
        display: inline-block;
    }

    .nav.navbar-nav.navbar-right li:nth-child(-n+3) {
        display: none;
    }

    .top-menu .navbar {
        min-height: 105px;
    }
}

.completionlist.completionlist-with-scroll {
    overflow-y: auto;
    height: 210px;
}

#chat_tab_wrapper {
    top: 15% !important;
}

#chat_tab_wrapper #chat_tab {
    min-width: 45px;
    height: 45px;
    width: 45px;
    background: none;
    background-color: #142637;
}

#chat_tab_wrapper #chat_tab:before {
    content: "\f086";
    font: normal normal normal 25px/1 FontAwesome;
    color: #fff;
    position: relative;
    left: 9px;
    top: 8px;
}

#chat_tab_wrapper #chat_tab > span {
    display: none;
}

a.backoffice-search-mode-simple, a.backoffice-search-mode-advanced {
    border-color: transparent;
    font-size: 13px;
    color: #7c7c7c;
    text-decoration: none;
    display: none;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    user-select: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a.backoffice-search-mode-simple:after, a.backoffice-search-mode-advanced:after {
    content: " \00BB";
}

.btn-number > a {
    display: inline-block;
    width: 100%; /* set to 100% */
    height: 100%; /* set to 100% */
    padding-top: .1em;
    padding-bottom: .1em;
    border: solid #3da79c 1px;
    background-color: #3da79c;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.btn-number > a:hover {
    border-color: #142637;
    color: #fff;
}

a.disabled {
    pointer-events: none;
}

.wordWrapWithBreak {
    word-wrap: normal;
    word-break: break-all;
}

/* LMS Phoenix dashboard switch */
.DashboardSwitchView {
    padding: 5px 15px;
}

.DashboardSwitchView__Col {
    display: flex;
    align-items: center;
}

.DashboardSwitchView__LogoContainer {
    width: 230px;
}

.DashboardSwitchView__Logo {
    max-width: 161px;
    max-height: 25px;
}

.DashboardSwitchView__Text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.DashboardSwitchView__ButtonContainer {
    margin-left: auto;
}

.DashboardSwitchView__Container {
    border: 1px solid #E9E9E9;
    box-shadow: 0 1px 5px #0000001a;
    border-radius: 6px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    height: 44px;
    width: 320px;
}

.DashboardSwitchView__Button {
    white-space: nowrap;
    height: 34px;
    color: #000000;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    margin-left: 5px;
    font-style: normal;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
}

.DashboardSwitchView__Button:hover, .DashboardSwitchView__Button:focus {
    background-color: #F4F6FF;
    text-decoration: none;
    color: #000000;
}

.DashboardSwitchView__Button--active {
    background-color: #EAECFF;
    color: #2947F5;
    pointer-events: none;
}

/* --------------------------------------------- */

.Gridview__AlternatingRow {
    background-color: #f1f1f1;
}

.Gridview__SelectedRow {
    background-color: #acaeb1;
}

.Gridview__HiddenCol {
    display: none;
}

.FloatingPanel {
    position: absolute;
    right: 15px;
    bottom: 25px;
}
