html {
    min-height: 100vh !important;
    height: 100% !important;
    overflow-y:hidden;
}

body {
    min-height: 100vh !important;
    height: 100% !important;
    /*font-family: 'Open Sans', sans-serif !important;*/
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    text-rendering: optimizeLegibility;
}

.super-wide-lg > div {
    /*width: 1200px;*/
    max-width: 1800px;
    width: 100%;
}

.modal-price-rule-wide {
    max-width: 1000px !important;
    width: 100%;
    min-width: 950px;
}

.modal-edit-gather-info-template-size {
    width:100%;
    max-width:900px;
}

/**:focus {*/
/*    -webkit-box-shadow: 0px 0px 0px 4px #7cd383;*/
/*    -moz-box-shadow: 0px 0px 0px 4px #7cd383;*/
/*    box-shadow: 0px 0px 0px 4px #7cd383;*/
/*}*/

.outline-highlight {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.label {
    /*font-size:85% !important;*/
    font-size: 11px !important;
    padding: 4px 10px !important;
}

.label.label-danger {
    color: hsl(2deg 64% 95%) !important;
}

.label-info {
    color: white!important;
    background: #4573d2 !important;
}
.label-warning {
    background-color: hsl(35deg 84% 62%);
    color: hsl(35deg 84% 10%) !important;
}

.label-olive {
    background:#CAEAD8;
    color:#5E703B;
}

.alert-intense {
    color: white!important;
    background: #4573d2 !important;
}

.alert-intense a {
    font-weight: normal;
    color:white;
    text-decoration: underline;
}

.label-blank {
    background:transparent;
    /*color:#5E703B;*/
}

.label-warning a {
    color:black;
    text-decoration: underline;
    font-weight:bold;
    text-shadow: none;
}

.table-no-border td{
    border:none !important;
}


.attendance-column .tooltip-inner{
    max-width:240px !important;
}

.tooltip-inner hr {
    margin:8px 0 !important;
    opacity:.2;
}

.tooltip-inner {
    /*padding: 10px 12px !important;*/
    padding: 8px 13px;
    text-align: left;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight:700;
}

.modal-attendance-xl .modal-content {
    border-radius: 5px !important;
    overflow: hidden !important;
}

.modal-attendance-xl{
    width:85%;
    /*min-width: 705px;*/
    /*max-width:85%;*/
}

@media screen and (max-width: 768px) {
    .modal-attendance-xl {
        width: 100% !important;
    }
}

.modal-fileselector-xl{
    width:100%;
    max-width: 1050px;
    /*min-width: 705px;*/
    /*max-width:85%;*/
}

.modal-fileselector-md{
    width:100%;
    max-width: 717px;
    /*min-width: 705px;*/
    /*max-width:85%;*/
}

@keyframes reminderModalAnimation {
    0%   {left:0px; top:200px;}
    100% { left:0px; top:0px;}
}
@-webkit-keyframes reminderModalAnimation {
    0%   {left:0px; top:200px;}
    100% { left:0px; top:0px;}
}
.reminderAnimContent {
    width: 100%;
    height: 150px;
    position: relative;
    -webkit-animation-name: reminderModalAnimation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: reminderModalAnimation;
    animation-duration: 3s;
}

.fc-info-circle {
    cursor:pointer;
    margin-left:1px;
    color:#bbb;
}

.tooltip-text-left .tooltip-inner {
    text-align: left !important;
}

.borderless td, .borderless th {
    border: none;
}
.table-narrow-border td,.table-narrow-border th {
    padding: 4px !important;
}

.vertical-align-top {
    vertical-align: top !important;
}

a.dotted-dark {
    color:#333333;
}
a.dotted-dark:hover, a.dotted-dark:active{
    border-bottom: 1px dotted #333333;
    text-decoration: none;
}

.badge-frontcore {
    background:#ececec;
    color:#666;
    font-size: 10px;
    padding: 3px 8px  3px 6px;
    text-align:center;
}

.group-contact-input {
    padding: 0 !important;
}

.group-contact-input input {
    background: none;
    padding: 8px;
    border: 1px solid transparent;
    width: 100%;
}

.group-contact-input input:focus {
    background: white;
    border: 1px solid grey;
}

ul.mininav {
    display:inline-block;
    list-style-type: none;
    background:#ececec;
    padding: 3px;
    border-radius: 3px;
    margin-bottom: 21px;
}
ul.mininav > li {
    margin: 0;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 3px;
    cursor:pointer;
    user-select: none;
    min-width: 150px;
}
ul.mininav > li.active {
    background:#fff;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.marketing-campaign-row {
    display: flex;
}

.marketing-campaign-row:not(:first-child):not(:last-child) {
    border-top: 1px solid #ddd;
}

.marketing-campaign-cell {
    flex: 1 1 auto;
    padding: 20px;
}

.marketing-campaign-row h1, .marketing-campaign-row h2 {
    font-weight: 500;
    margin-bottom: 10px;
}

.box-selector{
    padding: 20px;
    border:1px dashed #DADADA;
    border-radius: 4px;
    cursor:pointer;
    opacity:0.9;
    position:relative;
}

.box-selector.selected{
    border: 2px solid #1bb2e7;
    opacity:1;
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.1), 0px 1px 0px 0px rgba(25,28,33,0.02), 0px 0px 0px 1px rgba(25,28,33,0.08);
}
.box-selector .box-selector-icon {
    display:none;
}
.box-selector.selected .box-selector-icon {
    position:absolute;
    display: block;
    top:10px;
    right:15px;
}

.box-selector-row {
    display:flex;
    align-items:center;
    padding: 10px;
    border:1px dashed #DADADA;
    border-radius: 4px;
    cursor:pointer;
    opacity:0.9;
    position:relative;
}
.box-selector-row.selected {
    border: 1px solid #1bb2e7;
}

.text-uppercase{text-transform:uppercase!important}
.fc-small-info-icon {
    cursor:pointer;
    margin-left:1px;
    color:#bbb
}

ul.dropdown-menu a {
    cursor: pointer;
}
table.sticky-header thead, .sticky-header th{
    position: sticky;
    top: 0;
    background: rgba(255,255,255,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index:2;
}

.table.borderless td, .table.borderless th {
    border: none !important;
}

.table.compact td, .table.compact th{
    padding: 2px !important;
}

.strikethrough {
    text-decoration: line-through;
}

.sticky-blurry{
    position: sticky;
    top: 0;
    background: rgba(255,255,255,0.3);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter:  blur(20px);
    border-bottom: 1px solid #ddd !important;
}


.table-danger {
    background-color: #f5c6cb;
}

.datepicker-align-right {
    position: relative;
}
.datepicker-align-right .dropdown-menu {
    left: auto !important;
    right: 0px;
}

.modal-1060px > div{
    width:1060px;
}
.instance_preview_modal .modal-dialog {
    width: 100%;
    max-width: 1100px;
}

.tooltip {
    font-weight: normal !important;
}

.tooltip-left-align .tooltip-inner{
    text-align: left !important;
}
.info-updated { background:#dbfadb; padding:2px 6px;margin-right:2px;}
.info-deleted { background:#ffe0dc;padding:2px 6px;margin-right:2px;}
.delta_table td{
    padding:5px;

}
.align-flex-start {
    align-items: flex-start !important;
}
.timeline-message-item{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-top: 20px;
}
.log-message-title {
    font-weight:bold;
    margin-bottom:10px;
}

/* Start input calendar icon next to input */
.fc-input-icon-wrapper{
    position:relative;
    min-width:120px;
}
.fc-input-icon-wrapper input[type=text],.fc-input-icon-wrapper .faux-input{
    font-size:12px;
    /*font-weight:bold;*/
    padding-right: 22px;
    padding-left: 10px;
}
.fc-input-icon-wrapper .fa-calendar, .fc-input-icon-wrapper .fa-calendar-times-o{
    position:absolute;
    top:11px;
    right:10px;
    color:#666;
    z-index:40;
    cursor:pointer;
}

.fc-input-wrapper select,
.fc-input-wrapper input[type=text],
.fc-input-wrapper .ui-select-toggle,
.fc-input-wrapper .ui-select-container
{
    font-size:12px;
}

.fc-input-wrapper .ui-select-toggle{
    padding-top: 8px;
}

/* end input calendar icon next to input */


.btn-fc1,.btn-fc1:hover {
    background: #b6b6b6 !important;
    border: 0 !important;
    color: #fff;
}

.btn-fc2, .btn-fc2:hover{
    background: #1bb1e7 !important;
    border: 0 !important;
    color: #fff;
}


.narrow-description-modal .modal-dialog {
    width: 280px;
}


.ui-select-multiple.ui-select-bootstrap[disabled="disabled"] {
    min-height: 31px;
}

.ui-select-multiple input.ui-select-search:not(.ng-touched) {
    min-width: 120px !important;
}


.fa.fa-fc-info {
    color: #B0B0B0;
    cursor: pointer;
}

.fc-popover-info {
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-size:13px;
}

.hover-content {
    position:relative;
}
.hover-content .content{
    z-index:999;
    position:absolute;
    display: none;
    background:#fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    top:10px;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
    transform: translateX(-50%);
    transform: translateY(-50%);
}

.hover-content:hover .content {
    display: block;


}

.alert-info-outline {
    border-color: #bce8f1;
    color: #31708f;
}

.tooltip-wrap-fix .tooltip{
    white-space: normal;
}

.unlock-serial {
    cursor:pointer;
    color:rgba(0,0,0,0.3);
}
.unlock-serial:hover{
    color:rgba(0,0,0,0.83);
}

.diploma-serial {
    white-space: nowrap;
    border-radius: 2px;
    font-style: italic;
    /*padding: 2px 5px;*/
    vertical-align: top
}
.diploma-serial span {
    display:inline-block;
    height:23px;
    padding: 2px 8px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    background: rgb(252,235,235);
    vertical-align: top;
    margin-left:1px;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diploma-serial .tooltip{
    white-space: normal;
    font-style: normal;

}

.addressModalController label{
    font-weight: normal !important;
}


@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.text-color-dark{
    color:#333333 !important;
}

.info-card-content .fa{
    color:#90949b;
}
.info-card-content.top:before{
    position:absolute;
    top:-7px;
    left:14px;
    z-index:1000;
    content:'';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ddd;
}

.info-card-content.top:after{
    position:absolute;
    top:-5px;
    left:16px;
    z-index:1001;
    content:'';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
}

.info-card{ position:relative; }
.info-card .info-card-link{}
.info-card .info-card-content{
    padding:0px 15px;
    position:absolute;
    top: -2px;
    left:0;
    background:#fff;
    min-width:200px;
    min-height:56px;
    border:1px solid #ddd;
    z-index:999;}
.attendance-info {
    border:1px solid transparent;
    min-height:56px;
    min-width:150px;
}

.participant-transition { transition:all 100ms; }
.participant-information-text{  display:none; opacity:0;}
.participant-information-bar{ display:flex;flex-direction:column; opacity:1;    margin-top: 6px;
}

.attendance-info:hover .participant-information-bar{
    opacity:0;
    display:none;
}

.attendance-info:hover .participant-information-text{
    opacity:1;
    display:block;

}


.kg-progress-bar {
    background: #ddd;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.kg-progress-bar-state {
    background: #1bb1e7;
    width: 0;
    height: 10px;
    transition: all 200ms;
}

#footer {
    margin-top: 60px;
    border-top: 1px solid #d4dfe5 !important;
    margin-bottom: 20px;
}

.btn-100{
    min-width:100px;
}
.margin-children-2 > *{
    margin:2px;
}
.label-price-category{
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 9px;
    clear:both;
}

.square-badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px 7px;
    font-size: 10px;
    font-weight: bold;
    color:#111731;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #DFDCE5;
    border-radius: 2px;
}



.avatarCircle {
    background:#ddd;
    /*background:#581845,#900c3f,#c70039,#ff5733,#ffc305;*/
    height:32px;
    width:32px;
    border-radius:50%;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:12px;
    font-weight:bold;
}

.padding-bottom-10px {
    padding-bottom: 10px !important;
}

.layout_wrapper {
    position:absolute;
    top:60px;
    left:0;
    right:0;
    bottom:0;
}

.kg_container {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.kg_content {
    flex: 1 1 200px;
    min-width: 380px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.kg_content #main-container {
    font-size: 14px;
    padding: 25px;
    margin-top: 24px;
    background: #fff;
    border-radius: 4px;
}
.kg_content #main-container.dashboard{
    padding-top: 12px;
}


@media screen and (max-width: 768px) {
    #well-select {
        text-align: center;
    }

    #well-select > span {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .small-text-xs {
        font-size: 11px;
    }

    .block-xs {
        display: block;
        width: 100%;
        margin: 2px;
    }

}

.kg_topbar {
    display: flex;
    height: 60px;
    background: #4A4A4A;
}

.kg_topbar_left {
    flex: 0 1 250px;
}

.kg_topbar_center {
    flex: 8;
    display: flex;
    justify-content: left;
}

.kg_topbar_right {
    flex: 1 1 1000px;
}

@media screen and (max-width: 768px) {
    .kg_topbar_left {
        flex: 0 0 250px;
    }

    .kg_topbar_center {
        justify-content: center;
    }

    .kg_topbar_center .kg_topbar_logo {
        margin-left: -20px;
    }

    .kg_topbar_right {
        flex: 0 0 60px;
    }

    .kg-credentials-box:hover {
        background: rgba(0, 0, 0, 0) !important;
    }
}

.text-success-custom {
    color:#71c341;
}

.kg_navbar ul {
    padding: 0;
    list-style-type: none;
}

.kg_navbar {
    max-width: 250px;
    width: 250px;

}

.kg_navbar li:not(:first-child) {
    border-top: 1px solid #FFF;
}

.kg_navbar li a {
    cursor: pointer;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    transition: all 0.2s;
    border-bottom: 1px solid #D4D4D4;
}

.kg_navbar li.active a {
    margin-left: 1px;
    background: #FFF;
    border-left: 5px solid #1BB1E7;
    border-bottom: 0;

}

.kg_navbar li.subitem {
    color: #fff;
}

.kg_navbar li.subitem a {
    border-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.kg_navbar li:hover a {
    color: #000;
}

.kg_navbar li:hover {
    background: #1BB1E7;
}

.kg_navbar li.subitem.active {
    border-left: none;
    border-bottom: none;
}

.kg_navbar li.subitem.active a {
    margin-left: 1px;
    background: #FFF;
    font-weight: bold;
    color: #1bb1e7;

}

.kg_navbar li.subitem a {
    background: #fff;
    padding-left: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: none;
    font-size: 12px;
}

.kg_navbar li.subitem_level_2 a {
    background: #fff;
    padding-left: 60px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: none;
    font-size: 12px;
}

.kg_navbar li.subitem_level_2.active a {
    border-left: none;
    border-bottom: none;
    margin-left: 1px;
    background: #FFF;
    font-weight: bold;
    color: #1bb1e7 !important;
}

.kg_container_fullwidth .kg_menu {
    width: 0px;
}



.kg_menu {
    width: 250px;
    flex: 0 0 auto;
    background: #F5F5F5;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    overflow-y: auto;
    border-right: 1px solid #f0f0f0;
    /*font-family: 'Open Sans', sans-serif;*/

    -webkit-overflow-scrolling: touch;

}

.kg_menu a {
    color: #5B5C5B;
    /*font-weight: bold;*/
    font-weight:600;
    font-size: 13px;
}

.kg_topbar_logo {
    padding-left: 10px;
    padding-top: 15px;
    opacity: 100;
    transition: opacity 0.2s;
}

.kg_container_fullwidth .kg_topbar_logo {
    opacity: 100;
}

.kg_navbar_logo {
    position: absolute;
    top: 16px;
    left: 12px;
    opacity: 100;
    transition: opacity 0.2s;
}

.kg_container_fullwidth .kg_navbar_logo {
    opacity: 0;
}

.kg_container_fullwidth .kg_close_navbar {
    width: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0);
}


.kg_hamburger:hover {
    background: #1BB2E7;
    color: #fff;
}

.kg_hamburger {
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    width: 60px;
    height: 60px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    transition: all 0.2s;
    border-right: 1px solid rgba(255, 255, 255, 0.3);

}

.kg_hamburger .burger {
    position: absolute;
    top: 21px;
    left: 22px;
}

.kg_hamburger .arrow {
    position: absolute;
    right: 8px;
    top: 21px;
    color: #fff;
    transition: transform 150ms ease;
}

.kg_container_fullwidth .kg_hamburger .arrow {
    transform: rotate(-180deg);
}

.kg_container_fullwidth .kg_hamburger {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.kg_pill {
    background: #3276b1;
    color: #fff;
    position: absolute;
    right: 10px;
    padding: 1px 10px 1px 10px;
    font-size: 9px;
    border-radius: 10px;
    margin: 0 10px 0 10px;
    transition: all 100ms;
    opacity: 1;
}

.kg_container_fullwidth .kg_navbar .kg_pill {
    opacity: 0;
}

.kg-tab-frame {
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 10px;
}

/*clearfix*/
.kg-tab-frame {
    *zoom: 1;
}
.kg-tab-frame:before, .kg-tab-frame:after {
    display: table;
    content: "";
}
.kg-tab-frame:after {
    clear: both;
}
/*end clearfix*/


.kg-sub-tabs a:not(.btn) {
    border: 0 !important;
}

.kg-sub-tabs li.active {
    border-bottom: 2px solid orange;
}

.kg-sub-tabs li.active a {
    font-weight: bold;

}

.kg-sub-tabs ul {
    border-bottom: 0;
}

.has-icon-container i{
    border-radius:50%;
    background:#ddd;
    color:#555;
    height:24px;
    width:24px;
    line-height:24px;
    text-align:center;
    font-size:12px;
    padding-left:1px;
}



.select-account-item a{
    position:relative;
    font-size:11px;
    padding-left:30px !important;
    border-top:1px solid rgba(0,0,0,0.1);
    padding-top:5px !important;
    padding-bottom:5px !important;
    min-height:40px;
}
.select-account-item-caption {
    color:rgba(0,0,0,0.7);
    font-size:11px;
}
.select-account-item.selected-account a:before {
    position:absolute;
    content:'\2713';
    font-weight:bold;
    left:10px;
    top:10px;
}


/* Bootstrap Components */

/*.modal-backdrop {*/
    /*z-index:999 !important;*/
/*}*/
/*.modal-backdrop {*/
    /*z-index: -1;*/
/*}*/

/*@media screen and (max-width:768px) {*/
    /*.modal-backdrop {*/
        /*display:none !important;*/
    /*}*/
/*}*/


.alert-default{
    position:relative;
    border:1px solid #ddd;
    font-size:12px;
    padding-left:20px;
}




@media screen and (min-width:768px) {
    .pull-right-exclude-xs {
        float: right !important;
    }
}

@media screen and (max-width:768px) {
    .margin-bottom-xs-5px {
        margin-bottom:5px !important;
    }
}



.panel-footer-custom {
    padding: 10px;
    overflow: auto;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.btn-group.open .dropdown-toggle.no-shaddow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.padtoptable {
    padding-top: 15px !important;
}

.table-no-border > thead > tr > th,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > td {
    border-top: none;
}

.modal-info h4{
    color:#4e4f53;
}

.info-element{
    margin-bottom:15px;
}

.date-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #888;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    color: #fff;
}

.date-box-month {
    text-transform: uppercase;
    font-size: 11px;
}

.no-border {
    border: none !important;
}

.no-margin {
   margin:0 !important;
}

.modal-header {
    background: #fafafa;
}

.modal-footer {
    background: #fafafa;
}

table {
    font-size: 13px;
}

.alert-warning {
    padding-left: 48px;
    position: relative;
}

.alert-warning:before {
    font-family: FontAwesome;
    content: '\f071';
    font-size: 18px;
    top: 16px;
    left: 15px;
    position: absolute;

}

.kg-colored-header {
    color: #1BB2E7;
}

.kg-blue-underline {
    color: #1BB2E7;
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

.kg-colored-minor-header {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-primary.kg-color2 {
    background: #1bb1e7 !important;
    border: 0 !important;
}
.btn-noborder {
    border: 0 !important;

}
.dropdown-toggle.kg-color2 {
    background: #259dc8 !important;
    border: 0 !important;
}

.btn.btn-primary.kg-color {
    /*background: #d2d2d2 !important;*/
    background: #b6b6b6 !important;
    border: 0 !important;
}

.btn.btn-primary.dropdown-toggle.kg-color {
    background: #b7b7b7 !important;
    border: 0 !important;
}

.kg-color-danger {
    border: 0 !important;
    background: #d9534f !important;
}

.table.extra-space td {
    padding-top: 16px;
    padding-bottom: 16px;
}

h1.kg-h1 {
    font-size: 43px !important;
    font-weight:600;
    margin:4px;
}

@media screen and (max-width: 768px) {
    h1.kg-h1 {
        font-size: 26px !important;
    }
    .kg-colored-minor-header {
        font-size: 12px;
    }
    .kg-sub-tabs {
        font-size: 12px;
    }
}

.kg-well-wrapper div[class^="col-"], .kg-well-wrapper div[class*=" col-"] {
    margin: 0 !important;
    padding: 0 !important;
}

.kg-well-wrapper .kg-well {
    border-radius: 0;
}

.kg-well-wrapper .col-sm-3:first-child .kg-well {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.kg-well-wrapper .col-sm-3:last-child .kg-well {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.kg-well {
    text-align: center;
    min-height: 125px !important;
    font-size: 24px;
    line-height: 24px !important;
}

.kg-well h3 {
    text-transform: uppercase;
    font-size: 15px !important;
    margin-bottom: 16px;
    color: #1BB2E7;
}

.caret-white {
    border-top-color: #fff;
}

.kg-credentials-box {
    cursor: pointer;
    margin-left: 10px;
    padding-right: 15px;
    padding-left: 15px;
    height: 59px;
    min-width: 200px;
    padding-top: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.kg-credentials-box:hover {
    background: rgba(0, 0, 0, 0.2);
}

.credentials-xs-icon {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.credentials-xs-icon:hover {
    color: rgba(255, 255, 255, 1);
}

.whats-new-circle {
    background: #3276b1;
    padding: 0px 7px 1px 7px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 25px;
}

.kg-topbar-icon-whatsnew a {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    min-width: 100px;
    height: 59px;
    color: #EEEEEE;
    line-height: 56px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-right: 0px;
}

.kg-topbar-icon-language .language-select a {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    min-width: 100px;
    /*height: 59px;*/
    color: #EEEEEE;
    /*line-height: 56px;*/
    padding-top: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-right: 0px;
}
.kg-topbar-icon-language  ul li a {
    line-height: 30px;
    font-size:14px;

}

.kg-leads-inbox a {
    display: inline-block;
    width: 59px;
    height: 59px;
    color: #EEEEEE;
    font-size: 22px;
    line-height: 56px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-right: 0px;
}

.kg-leads-inbox a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.kg-h1 {
    font-size: 22px !important;
}

.kg-new-course-wrapper h1 {
    font-size: 16px !important;
}

.label-calm {
    background: #FFF !important;
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.5) !important;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

.big-info-table-labels .label {
    background: #FFF !important;
    font-size: 13px !important;
    color: #FF8C00 !important;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    text-shadow: none;
}

.logo-img {
    display: none;
}

.top-header {
    display: none;
}


/* Override select2 styling */

.select2-choice {
    background-image: none !important;
    background-color: #fff !important;
}

.select2-arrow {
    background-image: none !important;
    border-left: 0 !important;
    width: 24px !important;
    background: #FFF !important;
}

.select2-arrow b {
    background-repeat: no-repeat !important;
    background-position: 3px 1px !important;
}

@media screen and (max-width: 768px) {
    .padding-xs-course-table {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .kg-credentials-box{
        min-width:auto !important;
    }
}

/* End Override select2 styling */

.kg-checkbox {
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
    /* disabled checkbox */
    /* accessibility */
    /* hover style just for information */
}

.kg-checkbox [type="checkbox"]:not(:checked),
.kg-checkbox [type="checkbox"]:checked {
    /*position: absolute;*/
    /*left: -9999px;*/
    opacity:0;
}

.kg-checkbox [type="checkbox"]:not(:checked) + label,
.kg-checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}



.kg-checkbox [type="checkbox"] + label:before {
    box-shadow: 0px 0px 0px 0px #9EB655;
    transition: 200ms box-shadow, 200ms color, 200ms;
}
.kg-checkbox [type="checkbox"] + label:hover:before {
    box-shadow: 0px 0px 0px 3px #9EB655;
}



.kg-checkbox [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -2px;
    top: -7px;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 15px;
}

.kg-checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: -2px;
    top: -7px;
    width: 30px;
    height: 30px;
    border: 1px solid #9EB655;
    background: #fff;
    border-radius: 15px;
}

.kg-checkbox [type="checkbox"]:not(:checked) + label:after {
    content: '\f00c';
    font-family: FontAwesome;
    color: #ddd;
    position: absolute;
    top: .1em;
    left: .3em;
    font-size: 1.3em;
    line-height: 0.8;
    transition: all .2s;
}

.kg-checkbox [type="checkbox"]:checked + label:after {
    /*content: '✔';*/
    content: '\f00c';
    font-family: FontAwesome;
    color: #9EB655;
    position: absolute;
    top: .1em;
    left: .3em;
    font-size: 1.3em;
    line-height: 0.8;
    transition: all .2s;
}

.kg-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.kg-checkbox [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.kg-checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.kg-checkbox [type="checkbox"]:disabled + label {
    color: #aaa;
}

.kg-checkbox [type="checkbox"]:checked:focus + label:before,
.kg-checkbox [type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted blue;
}

 Custom checkbox primary

.kg-checkbox-primary [type="checkbox"]:not(:checked),
.kg-checkbox-primary [type="checkbox"]:checked {
    /*position: absolute;*/
    /*left: -9999px;*/
     opacity: 0;
}

.kg-checkbox-primary [type="checkbox"]:not(:checked) + label,
.kg-checkbox-primary [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

.kg-checkbox-primary [type="checkbox"]:not(:checked) + label:before,
.kg-checkbox-primary [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    background: #4778d9;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.kg-checkbox-primary [type="checkbox"]:not(:checked) + label:after,
.kg-checkbox-primary [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: .3em;
    left: .25em;
    font-size: .9em;
    line-height: 0.8;
    color: #fff;
    transition: all .2s;
}

.kg-checkbox-primary [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.kg-checkbox-primary [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.kg-checkbox-primary [type="checkbox"]:disabled:not(:checked) + label:before,
.kg-checkbox-primary [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.kg-checkbox-primary [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.kg-checkbox-primary [type="checkbox"]:disabled + label {
    color: #aaa;
}

.kg-checkbox-primary [type="checkbox"]:checked:focus + label:before,
.kg-checkbox-primary [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid black;
}

@media screen and (max-width:768px){
    .kg-checkbox label {
        left: 10px !important;
        margin: 10px;
    }
}

/* end Custom checkbox primary*/

.table-dashboard td {
    height: 50px;
}

.small-avatar-head-circle {
    display: inline-block;
    padding: 2px;
    text-align: center;

}

.small-avatar-head-inner {
    color: #666;
    background: #ddd;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.expand-row {
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 968px) {
    .dashboard-well h1 {
        font-size: 26px !important;
    }

    .dashboard-well h3 {
        font-size: 11px !important;
    }

    .well {
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px) {

    .expand-row {
        font-weight: normal;
    }

    .dashboard-expandable {
        position: relative;
    }

    .dashboard-item-expanded td:first-child:after {
        content: '\f077';
        font-family: FontAwesome;
        font-size: 10px;
        position: absolute;
        right: 20px;
        color: #333;

    }

    .dashboard-item-collapsed td:first-child:after {
        content: '\f078';
        font-family: FontAwesome;
        font-size: 10px;
        position: absolute;
        right: 20px;
        color: #333;

    }

    .dashboard-well h1 {
        font-size: 26px !important;
    }

    .dashboard-well h3 {
        font-size: 10px !important;
    }

    .kg-well-wrapper .kg-well {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        margin: 0;
    }

    .table-dashboard tr {
        display: block;
        margin-top: 20px;
        min-width: 350px;
        max-width: 768px;
        border: 1px solid #ddd;

    }

    .table-dashboard thead {
        display: none;
    }

    .table-dashboard tr:after {
        clear: both;
        border: 1px solid #ddd;
    }

    .table-dashboard td {
        box-sizing: border-box;
        display: inline-block;
        width: 84px;
        border-top: 0 !important;
        height: auto !important;
        padding: 0 !important;

    }

    .table-dashboard tr:not(.expand-row) {
        background: rgba(0, 0, 0, 0.1);
        border: 1px dashed #ddd;
    }

    .table-dashboard tr.expand-row {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);

    }

    .table-dashboard tr td:first-child {
        font-weight: bold;

    }

    .table-dashboard td:first-child {
        display: block;
        width: 100% !important;
        border-bottom: 1px solid #ddd;
        padding: 10px !important;
    }

    .table-dashboard .dashboard-minor-header {
        height: 30px;

        padding-top: 5px;
        margin-bottom: 5px;
    }

    .table-dashboard {
        font-size: 12px;
    }

    .table-dashboard td {
        vertical-align: top !important;

    }

    .table-dashboard .text-right {
        text-align: center;
    }

    .dashboard-td {
        text-align: center;
    }

    .dashboard-td h1 {
        font-size: 12px;
    }

    .dashboard-td span {
        font-size: 11px !important;
    }

    .dashboard-td .dashboard-minor {
        padding-bottom: 10px;
        height: 44px;
    }

    .dashboard-td .dashboard-minor-sum {
        font-size: 12px;
        font-weight: bold;
        white-space: nowrap;
    }

    .dashboard-td .dashboard-minor-caption {
        font-size: 10px;
        color: dimgray;
    }

}

.col-seats {
    background-color: #E8F3FD !important;
    text-align: center;
}

.col-seats.border-top, .col-seats .border-top {
    border-top: 1px solid #ddd !important;
}

.col-seats.border-bottom, .col-seats .border-bottom  {
    border-bottom: 1px solid #ddd !important;
}

.col-seats.border-left, .col-seats .border-left {
    border-left: 1px solid #ddd;
}

.col-seats.border-right, .col-seats .border-right  {
    border-right: 1px solid #ddd;
}

.kg-css-table-td.border-top {
    border-top: 1px solid #ddd !important;
}

.kg-css-table-td.border-bottom {
    border-bottom: 1px solid #ddd !important;
}

.kg-css-table-td.border-left {
    border-left: 1px solid #ddd;
}

.kg-css-table-td.border-right {
    border-right: 1px solid #ddd;
}

.big-info-table td {
    vertical-align: middle !important;
}

.invoice-table {
    font-weight: 600;
    font-size: 12px;
}

.customer-input-panels .panel-heading {
    cursor: pointer;
    position:relative;
}

.customer-input-panels .panel-heading.collapsed:after {
    content: '\f078 ';
}

.customer-input-panels .panel-heading:after {
    content: '\f077';
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    right: 20px;
    color: #333;
}

.customer-input-panels .panel {
    margin: 0;
    border: 0;
    background: #f5f5f5;

}

.customer-input-panels .panel-heading.collapsed {
    border-bottom: 1px solid #ddd;
}

.customer-input-panels .panel-heading.heading-noborder:not(.collapsed) {
    border-bottom: 0;
}

.customer-input-panels .panel-body {
    border-bottom: 1px solid #ddd;
}

.customer-input-panels .panel label {
    font-weight: normal;
}

.customer-input-panels #info-wrapper,.customer-input-panels .info-wrapper {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 3px;
}

/* Start JNotify */

#notification .jnotify-item {
    background:#fafafa !important;
    padding:20px 15px;
    color:#888;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}

#notification .ui-state-highlight {
    border:0 !important;
}

#notification .jnotify-item-close {
    float:right;
    color:#fff;
}
#notification .ui-icon-info {
    margin-right:15px !important;
    color:#fff;
}

/* End JNotify*/


.tab-frame-complete {
    padding-top: 25px;
    border: 1px solid #ddd;
    border-radius:3px;
}


ul.step-by-step {
    list-style-type: none;
    padding:0;
    display:flex;
}

ul.step-by-step > li:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left:1px solid #ddd;
}

ul.step-by-step > li:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right:1px solid #ddd;
}


ul.step-by-step > li{
    font-weight:bold;
    display:flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    position: relative;
    margin:0;
    padding-left:20px;
    padding-right:20px;
    background:#f1f1f1;
    height:35px;
    font-size:11px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
    color:#999;
    transition:all 200ms;
}
ul.step-by-step > li.done{
    background:#FFF;
    color:#333;
}

.done-not-complete {
    margin-right:10px;
    position:relative;
    display:inline-block;
    border:1px solid #acb1b5;
    border-radius:50%;
    height:18px;
    width:18px;
    font-size:11px;
    /*padding:3px;*/
    color:#acb1b5;
    text-align:center;
    transition:all 200ms;
}

.current_tab .done-not-complete{
    border:1px solid #1bb1e7;
    background:#1bb1e7;
    color:#FFF;
}

.select-box {
    position:relative;
    margin-right:10px;
    cursor:pointer;
    display:inline-block;
    border:2px solid #DDD;
    height:50px;
    width:120px;
    border-radius:4px;
    text-align: center;
    line-height:45px;
    font-weight:bold;
    color:rgba(0,0,0,0.5);
    margin-bottom:10px;
}
.select-box.selected {
    border-color: #1BB2E7;
    color:#000;
}

.visual-selector {
    padding:10px;
}

.select-box .selected-box-item {
    display:none;
}
.select-box.selected .selected-box-item {
    display:block;
    color:yellowgreen;
    position:absolute;
    right:6px;
    top:7px;
}

.text-bold {
    font-weight:bold;
}

.left-border-gray {
    border-left: 1px solid #ddd;
}
.right-border-gray {
    border-right: 1px solid #ddd;
}


.btn-mergefield {
    background: #D2D2D2;
    margin-bottom: 4px;
    border: none;
    padding: 5px 15px;
    border-radius: 13px;
    font-weight: bold;

    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/

}
.btn-mergefield.inactive {
    opacity:0.4;
}

#toggle_mergefields {
    margin:10px;
    background:#FF8C00;
    color:#fff;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    padding:2px 12px !important;

}

#toggle_mergefields:focus {
    outline: none;
}

.collapsible {
    position:relative;
    height:250px;
    overflow:hidden;
}

.collapsible::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: -webkit-linear-gradient(
            rgba(245, 245, 245, 0) 0%,
            rgba(245, 245, 245, 1) 100%
    );
    background-image: -moz-linear-gradient(
            rgba(245, 245, 245, 0) 0%,
            rgba(245, 245, 245, 1) 100%
    );
    background-image: -o-linear-gradient(
            rgba(245, 245, 245, 0) 0%,
            rgba(245, 245, 245, 1) 100%
    );
    background-image: linear-gradient(
            rgba(245, 245, 245, 0) 0%,
            rgba(245, 245, 245, 1) 100%
    );
    background-image: -ms-linear-gradient(
            rgba(245, 245, 245, 0) 0%,
            rgba(245, 245, 245, 1) 100%
    );
}

.collapsible.open {
    overflow:auto;
    height:auto;
}

.overflow-text-ui-select .ui-select-match-item {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selected-language a{
    padding-right:20px;
    position:relative;
}
.selected-language a:before {
    position: absolute;
    content: '\2713';
    font-weight: bold;
    right: 15px;
    top: 4px;
}

.select-account-item .flag-icon-16 {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: -3px;
    left: -12px;
}

.dropdown-reduced-shadow {
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
     box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

/*.dropdown-menu{*/
    /*-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);*/
/*}*/

.campaign-warning-notice {
    position:relative;
    width:10px;
    cursor:pointer;
}

.campaign-errors{
    position: absolute;
    right: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    z-index: 999;
    display:none;
    box-shadow: 0 1px 2px rgba(25,25,25,0.2);
}

.campaign-warning-notice:hover .campaign-errors{
    display:block;
}

.campaign-errors-label {
    padding: 8px 10px;
    font-size: 11px;
    text-align: left;
}

.campaign-errors-label:not(:first-child) {
    border-top: 1px solid #ddd;
}


.campaign-notice-circle{
    color: #3399ff;
    font-size: 14px;
    margin-right: 7px;
}
.campaign-notice-text{
    position:relative;
    top:-1px;
}

h3.modal-title {
    font-size:18px !important;
}

.kursguiden-pill {
    padding: 3px 18px;
    border-radius: 200px;
    border: 1px solid #ddd;
    font-size:12px;
    margin-right:5px;
}

.bootbox .modal-footer {
    margin-top: 15px;
    padding: 15px 19px 11px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bootbox .btn {
    margin-left: 5px;
    margin-bottom: 0;
    min-width: 100px;
    border: none;
}

.box-shadow-preset-1 {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);margin-bottom:20px;
}

.flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 0 auto;
    width: 100%;
}

.date_information_circle {
    margin:5px;
    background:#fff;
    border-radius:50%;
    width:44px;
    height:44px;
    display:flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms;
    cursor:pointer;
    opacity:1;
}
.date_information_circle:not(.not_available):hover{
    box-shadow: 0 0 0 2px #1bb2e7;
    z-index: 20;
}
.date_information_circle.not_available:hover {
    opacity:1 !important;

}
.date_information_circle.not_available {
    opacity:0.5;
    cursor:default;
}

/* .ui-select-match-item*/
.custom-input-tokenm{
    background: #f1f4f7;
    color: #53575b;
    /*color: #acbac6;*/
    border: 1px solid #eaeef3;
    max-width:200px;
    overflow:hidden;
}



/* Calendar */
.calendar {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.calendar .calendar-header {
    display: flex;
    flex: 0 0 auto;
    height: 50px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.calendar .next-month {
    display: inline-block;
    padding: 10px;
    background: #f7f7f8;
    border-radius: 2px;
    margin: 10px;
}
.calendar .calendar-table {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    box-sizing: border-box;
    min-height:600px;
}
.calendar .calendar-table .calendar-row {
    display: flex;
    position: relative;
    flex-direction: row;
    flex: 0 1 auto;
    box-sizing: border-box;
    flex-wrap:wrap;
}
.calendar .calendar-table .calendar-row .calendar-days-header {
    width: 14.28571%;
    height: 50px;
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calendar .calendar-table .calendar-row .calendar-day {
    flex: 1 1 14.28571%;
    max-width:14.28571%;
    box-sizing: border-box;
    min-height: 100px;
    border: 1px solid #ececec;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom:58px;
    position:relative;
}
.calendar .calendar-table .calendar-row .calendar-day .date-mark {
    padding-top: 10px;
    padding-bottom:8px;
}
.calendar .calendar-table .calendar-row .calendar-day .event-item {
    display: block;
    /*background: #85adff;*/
    background: #EEE8FF;
    border-radius: 2px;
    padding: 6px 10px;
    color: #253f74;
    /* font-weight: 600; */
    font-size: 12px;
    border-left: 4px solid #6487ce;
    margin-bottom:1px;

    box-shadow: 0;
    transition: box-shadow 200ms cubic-bezier(.4,.0,.2,1);

}

.calendar .calendar-table .calendar-row .calendar-day .event-item svg {
    fill: #253f74;
}

.calendar .calendar-table .calendar-row .calendar-day ul {
    list-style-type: none;
    margin:0;
    padding:0;
}

.calendar .calendar-table .calendar-row .calendar-day .event-item:hover {
    /*box-shadow: 0 3px 8px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.08);*/
    /*z-index: 999;*/
}

.calendar .calendar-table .calendar-row .calendar-day.other-month {
    background: #f9f9fa;
    color: #c7c7d1;
}
.calendar .calendar-table .calendar-row .calendar-day.other-month .event-item{
    opacity:0.4;
}

.calendar-modal, .calendar-modal .modal-content{
    min-width: 1250px;;
}


.calendar-modal .modal-dialog{
    width:90% !important;
}

.calendar-all-instructor-event-item {
    display: block;
    background: #EEE8FF;
    color: #253f74;
    height:60px;
    margin: 3px;
    padding: 4px 9px;
    border-radius: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}


.calendar_warning {
    position: relative;
    background-color: #f2dede !important;
    border-color: #ebcccc !important;
    color: #a94442 !important;
    white-space: nowrap;
    padding-right: 26px !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calendar_warning svg {
    fill:#a94442 !important;
}

.calendar-week-day .calendar_warning{
    border: 1px solid rgba(169, 68, 66, 0.1) !important;
}

.calendar_warning::before{
    content: "\f071";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 10px;
}

.calendar-today {
    border: 2px solid #6A828D !important;
    border-radius: 3px  !important;
}


.calendar .calendar-table .calendar-row .calendar-week-day {
    flex: 1 1 14.28571%;
    max-width:14.28571%;
    box-sizing: border-box;
    min-height: 100px;
    border: 1px solid #ececec;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom:8px;

}



*.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}


.calendar-schedule-line{
    padding: 5px 12px;
    background: #3f53b3;
    color: #fff;
    border-radius: 2px;
    margin-bottom:3px;
    min-height:43px;
}

.calendar-week-day-row {
    position:absolute;right:10px;left:10px;
}
/*.calendar-week-day:hover .calendar-week-day-row {*/
    /*position:relative;*/
    /*top:0 !important;*/
    /*min-height:43px !important;*/
    /*right:0;*/
    /*left:0;*/
    /*margin-right:2px;*/
    /*margin-left:2px;*/
/*}*/

.calendar-instructor-day-unit-height:not(.empty) {
   /* height:60px;*/
    /*height: 175px;*/
    height: 190px;
}

.calendar-instructor-day-unit-height.empty {
    height: 30px;
}

.calendar-instructor-day-sub-unit-height {
     height:60px;
}

.calendar-create-course{
    position:absolute;
    bottom:0;
    padding: 10px;
    text-align: center;
    opacity:0;
    transition: all 200ms;
}
.calendar-day:hover .calendar-create-course{
    display:inline;
    opacity:1;
}

#course-selection-modal{
    position: absolute;
    left: 50%;
    top:40%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    width: 600px;
    height: 540px;
    z-index: 1000;
    border-radius: 3px;
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);*/
    -webkit-box-shadow: 0 30px 90px -20px rgba(0,0,0,0.3), 0 0 1px #a2a9b1;
    box-shadow: 0 30px 90px -20px rgba(0,0,0,0.3), 0 0 1px #a2a9b1;
}

.calendar-table-week{
    margin-left:25px;
}

.calendar-ghost{
    opacity:0.8;
    z-index:999;
}

.calendar-ghost.calendar_warning {
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

.calendar-empty-slot{
    /*background: repeating-linear-gradient( -45deg, #ddd, #ddd 10px, #d0d0d0 10px, #d0d0d0 20px ) !important;*/
    background: repeating-linear-gradient( -45deg, rgba(0,0,0,0.04), rgba(0,0,0,0.04) 10px, rgba(0,0,0,0.01)10px, rgba(0,0,0,0.01) 20px ) !important;
}



.calendar-instructor-table{
    display:flex;
    flex-direction: row;
    /*height:600px;*/
    min-height:600px;
    overflow-y:scroll;
}
.calendar-instructor-row{
    display:flex;
    flex-direction:row;
    flex:1 0 2000px;
    /*background:#ececec;*/
    box-sizing:border-box;
    min-height:30px;
    /*border-top:2px solid #fff;*/
    /*border-bottom:2px solid #fff;*/
    /*padding-top:4px;*/
    /*padding-bottom:4px;*/
}

.calendar-instructor-names-row{
    box-sizing:border-box;

}

.calendar-gray-background{
    background:#ececec;
}
.calendar-instructor-names{
    flex: 0 0 300px;
    width:300px;
    border-right:1px solid #ececec;
}
.calendar-instructor-dates{
    flex:1 1 auto;
    overflow-x:scroll;
    /*background:#ececec;*/
}
.calendar-instructor-dates-row{
    display: flex;
    flex-direction:row;
    min-height:60px;
    height:60px;
}
.calendar-instructor-dates-item{
    flex: 1 0 200px;
}

.calendar-instructor-day{
    /*display:flex;*/
    /*align-items:center;*/
    /*justify-content: center;*/
    width: 200px;
    flex: 1 0 200px;
    border-right:1px solid #ececec;
    border-bottom:1px solid #ececec;
}
.calendar-instructor-day-item{
    width: 200px;
    /*background: #3f53b3;*/
    background: #EEE8FF;
    color: #253f74;
    border-radius: 1px;
    min-height: 39px;
    padding:8px;
}
.calendar-instructor-date-header{
    background:#fff;
    display:flex;
    flex: 1 0 200px;
    height:30px;
    width:200px;
    border-left: 1px solid #ecec;
    border-bottom:1px solid #ececec;
    text-align:center;
    align-items:center;
    justify-content:center;

}

.scroll-left{
    display:flex;
    position:absolute;
    top:0;
    left:300px;
    width:30px;
    bottom:0;
    background:rgba(255,255,255,0.5);
    border-right:1px solid #ddd;
    z-index:99;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:all 200ms;

}
.scroll-right{
    display:flex;
    position:absolute;
    top:0;
    right:0;
    width:30px;
    bottom:0;
    background:rgba(255,255,255,0.5);
    border-left:1px solid #ddd;
    z-index:99;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:all 200ms;
}

.calendar-instructor-table:hover .scroll-left, .calendar-instructor-table:hover .scroll-right {
    opacity:1;
}

.scroll-right:hover, .scroll-left:hover{
    background:rgba(0,0,0,0.1);
}
.scroll-right:active, .scroll-left:active{
    background:rgba(0,0,0,0.2);
}



.time-row{
    position:relative;
    height:25px;
    border-top:1px solid #ececec;
}
.time-row .time-row-hour{
    position: absolute;
    top: -8px;
    left: -25px;
    font-size: 12px;
}
.newInstanceModal{
    position: absolute;
    display:none;
    right: 20px;
    background:#fff;
    width: 400px;
    z-index: 1032;
    border-radius:3px;
    -webkit-box-shadow: 0 30px 90px -20px rgba(0,0,0,0.3), 0 0 1px #a2a9b1;
    box-shadow: 0 30px 90px -20px rgba(0,0,0,0.3), 0 0 1px #a2a9b1;
}

.newInstanceModal.monthView {
    /*top: 35% !important;*/
    /*left: 50% !important;;*/
    /*transform: translateX(-50%) !important;*/
    transform: translateY(-50%) !important;
    /*transform: translate(-50%,-50%) !important;*/
}

.calendar-back-forth-btn {
    flex:1 0 200px;display:flex;align-items: center;justify-content: center;
}

.calendar-instructor-select{
    border: 1px solid #ddd;
    border-radius:3px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:#fff;
    z-index:1001;
}
ul.calender-instructor-select-options{
    list-style-type: none;
    padding:0;
    margin:0;

}
ul.calender-instructor-select-options > li{
    padding: 9px 20px;
    border-bottom: 1px solid #ddd;
    text-wrap:none;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
ul.calender-instructor-select-options > li:hover{
    background:rgba(0,0,0,0.1);
}


.instructor-selects  .select2-search-choice{
    position: relative;
    white-space: normal!important;
    padding: 7px 18px !important;
    display: block;
    font-size:12px;
    text-align: left;
    line-height: 16px;
    background-color: #e5e5e5  !important;
    font-weight: normal;
    color: Black;
    text-shadow: 0 0 0 #000;
    border:0  !important;
    background-image:none !important;
    box-shadow:none !important;
}
.instructor-selects .select2-search-choice-focus{
    background-color: #DADADA  !important;
}
.instructor-selects .select2-search-choice-close {
    top: 7px;
}


.input-no-shadow {
    padding-right: 40px;
    box-shadow: none !important;
    border: 1px solid #ddd;
}

.google-connect-button {
    padding: 10px 30px;
    border: 1px solid #ddd;
    font-size: 12px;
    border-radius: 4px;
}
.google-calendar-info-connected {
    background-color: #FFF8DC;
    border: 1px solid #E0DCBF;
    padding: 10px;
    border-radius: 2px;
    font-size: 11px;
}
.google-calendar-info-box {
    position:relative;
    /*border: 1px solid #f1f1f1;*/
    padding: 10px 15px;
    border-radius: 2px;
    margin: 10px 0;
    padding-left: 22px;
}

.google-calendar-info-box:before {
    position:absolute;
    left: 0;
    top: 13px;
    color:#a2a2a2;
    font-family: FontAwesome;
    content: "\f05a";
}

.calendar-today-marker {
    position: absolute;
    right: 0;
    top: 0;
    background: #6A828D;
    width: 73px;
    text-align: center;
    padding: 2px 5px;
    border-bottom-left-radius: 5px;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
}
.calendar-name-arrow {
    flex:0 0 45px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.calendar-name-arrow:hover {
    background:rgba(0,0,0,0.02);
}

@media screen and (max-width: 768px) {
    .visible-xs-inline {
        display: inline-block !important;
    }

    .profile-dropdown {
        max-height:400px;
        overflow-y:scroll;
    }
}

@media screen and (min-width: 768px) {
    .visible-xs-inline {
        display: none !important;
    }
}

.instance_has_bookings {
    background:  rgba(251, 188, 5,0.3)  !important;
    border-left-color: rgba(251, 188, 5,1.3) !important;
}
.instance_has_qualified {
    /*background:  #90ee90 !important;*/
    background:   hsl(120, 73%, 85%) !important;
    border-left-color: rgba(251, 188, 5,1.3) !important;
}

/*     background:  hsl(120, 73%, 85%); !important;
 */



/* Div based switch */

.toggleswitch {
    position: relative;
    outline: none;
    width: 43px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #D9DADC;
    border-radius: 25px;
    display:inline-block;
}

.toggleswitch > .ball {
    content: "";
    position: absolute;
    top: 1px;
    background: transparent;
    width: 20px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

.toggleswitch.active {
    box-shadow: inset 20px 0 0 0 #4ed164;
    border-color: #4ed164;
}

.toggleswitch:not(.active) > .ball {
    left: 0;
}

.toggleswitch.active > .ball {
    right: 0;
}
/* END div based switch*/


/*     */

input.switch {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: none;
    width: 43px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #D9DADC;
    border-radius: 25px;
    box-shadow: inset -20px 0 0 0 #fff;
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
}

input.switch::-ms-check {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Good browsers :) */
    opacity:0;
}

input.switch:focus{
    outline: none;
}

input.switch:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    background: transparent;
    width: 20px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

input.switch:checked {
    box-shadow: inset 20px 0 0 0 #4ed164;
    border-color: #4ed164;
}

input.switch:checked:after {
    left: 20px;
    box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    input.switch {
        box-shadow: inset -20px 0 0 0 #ddd;
        border-color: #4ed164;
    }
}


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 48px;
}
.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ddd;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}



.global_loader {
    background: #fff;
    /*width: 100px;*/
    max-width:200px;
    padding:0 16px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

.morecourses {
    width: 120px;
    display: inline-block;
    padding: 4.5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    position:relative;
    margin:5px 0;
}
.morecourses > div{
    display:none;
}
.morecourses:hover > div {
    display: block;
}

.alert.alert-what{
    min-height:65px;
    position:relative;
    background:#ECF8F8;
    border:1px solid #98D4D7;
    color:#494848;
    border-radius:3px;
    padding-left:60px;
}
.alert-what .alert-what-bulb{
    position:absolute;
    top:18px;
    left:20px;
    color:#48b1b9;
    font-size:25px;
}

.half-opacity {
    opacity: 0.5;
}

.badge-info {
    background-color: #3a87ad;
}
.add-label{
    padding: 5px 15px;
    padding-right: 25px;
    margin-right: 5px;
    position: relative;
    /* background-color: #e5e5e5; */
    display: inline-block;
    border-radius: 3px;
    min-width: 160px;
    border: 1px solid rgba(0,0,0,0.1);
    opacity: 1;
    transition: all 200ms;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.dismissable-label{
    padding: 5px 15px;
    padding-right:20px;
    margin-right:5px;
    margin-bottom:2px;
    position:relative;
    background-color: #e5e5e5;
    display: inline-block;
    border-radius: 3px;
    min-width:160px;
    border: 1px solid rgba(0,0,0,0.06);
    opacity:0.8;
    transition:all 200ms;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dismissable-label:hover{
    opacity:1;
}

.dismissable-label .close {
    position:absolute;top:5px;right:5px;font-size:16px;
}

.pseudo-input {
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    -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 .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-height:31px;
}


.pseudo-input-item {
    display:flex;
    margin:1px;
    margin-right:3px;
    white-space:nowrap;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    /*padding: 5px;*/
    font-size: 12px;
    height:26px;
}

.pseudo-input-item:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.pseudo-input-item-column {
    padding:5px;
}

.dropdown-select{}
.dropdown-select-match{
    background: #f5f5f5;
    padding: 3px 12px;
    padding-right: 20px;
    font-size: 12px;
    border-radius: 1px;
    color: #333 !important;
    cursor:pointer;
    margin-right:4px;
    position:relative;
}
.dropdown-select-match:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 3px solid transparent;
    border-top-color: #333;
    right: 6px;
    top: 11px;
    position: absolute;
}
.dropdown-select-items {
    overflow: hidden;
    max-height: 200px;
    overflow-y: scroll;
    font-size: 12px;
    min-width:100px;
}

.notify_text {
    padding: 3px 12px;
    font-size: 13px;
    border-radius: 1px;
    color: #333 !important;
}

.label-highlight {
    background: cyan;
    padding: 0 5px;
    margin: 0 4px;
}



/* Custom checkbox */

label.custom-frontcore-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.custom-frontcore-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.custom-frontcore-checkbox span.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius:2px;
    border:1px solid rgba(0,0,0,0.3);
    transition:all 200ms;
}

label.custom-frontcore-checkbox:hover input ~ .checkmark {
    /*background-color: #1FBE6A;*/
    background-color: rgba(0,0,0,0.4);

}

label.custom-frontcore-checkbox input:checked ~ .checkmark {
    /*background-color: #1FBE6A;*/
    background-color: rgba(0,0,0,0.4);

}

label.custom-frontcore-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

label.custom-frontcore-checkbox input:checked ~ .checkmark:after {
    display: block;
}

label.custom-frontcore-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* END CUSTOM CHECKBOX */

 .uiSelectCustomPadding  .ui-select-choices-row>a {
     padding: 5px 10px !important;
     font-size:12px;
 }

.tr-selected {
    background-color: #E8F3FD !important;
}

.tr-highlighted {
    background:hsl(51, 76%, 95%);
}

.highlighted-by-hover {
    background:rgb(255,255,255);
    transition: background-color 200ms;
}

.hover-highlight:hover .highlighted-by-hover {
    background:hsl(51, 76%, 95%);
}

.spinning_loader{
    position: relative;
    display:inline-block;
    margin: 0;
    font-size:6px;
    font-style: normal;
    width: 2.28571429em;
    height: 2.28571429em;
}
.spinning_loader:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border-radius: 500em;
    border: .2em solid rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
}

.spinning_loader:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    -webkit-animation: loader .6s linear;
    animation: rotating_spinner .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500em;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes rotating_spinner /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating_spinner {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.nowrap {white-space: nowrap}

.miniNav {
    list-style-type: none;
    padding:0;
    margin:0;
    background:#f5f5f5;
    border:1px solid #ddd;
    height: 30px;
    display: flex;
}
.miniNav__navItem {
    display:flex;
    flex: 0 1 auto;
    align-items:center;
    padding-left:20px;
    padding-right:20px;
    border-radius:2px;
    min-width:120px;
    justify-content: center;
    /*margin:2px;*/
}
.miniNav__navItem > a {
    text-decoration: none;
    color:black !important;
}
.miniNav__navItem.active {
    background:#fff;
    border:1px solid #ddd;
}

.report-date-selector {
    display:table;
}

.report-date-selector-row{
    display: table-row;
}

.report-date-selector-cell{
    display: table-cell;
    position:relative;
    padding:0 5px;
}
.report-date-selector-cell input[readonly]{
    background:#fff !important;
    cursor: pointer;
}


.csv-import-steps-list {
    padding:0 14px;
}
.csv-import-steps-list li {
    padding-top:14px;
}

.table-wrapper{
    overflow-y: scroll;
    flex-grow: 1;
}

.table-wrapper th{
    position: sticky;
    top: 0;
}


.table-wrapper{

}

table{
    border-collapse: collapse;
    width: 100%;
}

#fixedheader th{
    background: #DDD;
}

/* START Some custom styling for the columns show/hide dropdown */
.dropdown-columns-select .dropdown-menu .column-select-checkbox label {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 24px;
}

.dropdown-columns-select .dropdown-menu .column-select-checkbox .column-checkbox {
    flex: 0 0 auto;
    width: 49px;
    display:flex;
    justify-content: center;
}

.dropdown-columns-select .dropdown-menu .column-select-checkbox span.title {
    flex: 1 1 auto;
    width: 20px;
    font-weight: 300;
    font-size: 14px;
}

.dropdown-columns-select .dropdown-menu {
    min-width: 250px;
}

.dropdown-columns-select ul.dropdown-menu {
    padding-bottom: 16px;
}
/* END Some custom styling for the columns show/hide dropdown */


/* SELECT 2*/

.select2-container.form-control{
    padding:1px;
}

.select2-results .select2-highlighted {
    background:#1bb1e7;
}

.select2-drop-active, .select2-container-active {
    border-color:#1bb1e7 !important;
}
