/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);*/
.layout-boxed {
    background: rgba(220, 210, 215, 0.9) !important;
}
input.line-input {
    max-width: 10rem;
}
.affix {
    max-width: 388px;
    min-width: 165px;
    position: fixed;
    top: 30px;
}
.navbar-service-select {
    display: none;
    width: 100px;
    margin-right: 10px;
    margin-left: 10px;
}
/*span.select2.select2-container {
    width: 100% !important;
}*/
.top-buffer {
    margin-top: 15px;
}
.top-buffer-smaller {
    margin-top: 9px;
}
.bottom-buffer {
    margin-bottom: 15px;
}
.left-buffer {
    margin-left: 15px;
}
.right-buffer {
    margin-right: 15px;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.text-muted {
    color: #979797 !important;
}
svg.chart {
    height: 300px !important;
    width: 100% !important;
}
@media (min-width: 769px) {
    .main-header .sidebar-toggle:before {
        content: "\f053" !important;
    }
    .main-header .sidebar-toggle.collapsed:before {
        content: "\f054" !important;
    }
}
@media (max-width: 768px) {
    .main-header .sidebar-toggle:before {
        contenr: "\f0c9" !important;
    }
}
.text-trend-red {
    color: #DD4B39;
}
.text-trend-yellow {
    color: #ef9911;
}
.text-trend-green {
    color: #66e63e;
}
.text-trend-light-blue {
    color: #00c0ef;
}
.text-trend-blue {
    color: #0098bd;
}
.bg-onPause {
    color: #000;
    background-color: #fcf8e3 !important;
    padding: 4px 6px !important;
    border-radius: 11px;
    border: 1px solid black;
}
.bg-trend-gray {
    color: #000;
    background-color: #d2d6de !important;
    padding: 4px 6px !important;
    border-radius: 11px;
    border: 1px solid black;
}
.bg-trend-red {
    color: #fff;
    background-color: #DD4B39 !important;
    padding: 4px 6px !important;
    border-radius: 11px;
    border: 1px solid black;
}
.bg-trend-yellow {
    color: #fff;
    background-color: #ef9911 !important;
    padding: 4px 6px !important;
    border-radius: 11px;
    border: 1px solid black;
}
.bg-trend-green {
    color: #000;
    background-color: #66e63e !important;
    padding: 4px 6px !important;
    border-radius: 11px;
    border: 1px solid black;
}
.bg-trend-light-blue {
    color: #fff;
    background-color: #00c0ef !important;
    padding: 4px 6px !important;
    border-radius: 11px;
    border: 1px solid black;
}
.bg-trend-blue {
    color: #fff;
    background-color: #0098bd !important;
    padding: 4px 6px !important;
    border-radius: 11px;
    border: 1px solid black;
}
.label.label-round {
    border-radius: 100px;
}
input.datetimepicker {
    text-align: center;
}

.btn {
    overflow-x: hidden;
}
.alert.alert-teal {
    background-color: #39CCCC !important;
    color: #fff;
}
.alert.alert-purple {
    background-color: #605ca8 !important;
    color: #fff;
}
.alert.alert-orange {
    background-color: #ff851b !important;
    color: #fff;
}
.alert.alert-maroon {
    background-color: #D81B60 !important;
    color: #fff;
}
.alert.alert-gray {
    background-color: #d2d6de !important;
    color: #fff;
}
.alert.alert-black {
    background-color: #111111 !important;
    color: #fff;
}
.alert.alert-navy {
    background-color: #001F3F !important;
    color: #fff;
}
.alert.alert-primary {
    background-color: #3c8dbc !important;
    color: #fff;
}


.callout.callout-teal {
    border-color: #30bbbb;
    background-color: #39CCCC !important;
    color: #fff;
}
.callout.callout-purple {
    border-color: #555299;
    background-color: #605ca8 !important;
    color: #fff;
}
.callout.callout-orange {
    border-color: #ff7701;
    background-color: #ff851b !important;
    color: #fff;
}
.callout.callout-maroon {
    border-color: #ca195a;
    background-color: #D81B60 !important;
    color: #fff;
}
.callout.callout-gray {
    border-color: #b5bbc8;
    background-color: #d2d6de !important;
    color: #444444;
}
.callout.callout-gray a {
    color: #444444;
}
.callout.callout-black {
    border-color: #000;
    background-color: #111111 !important;
    color: #fff;
}
.callout.callout-navy {
    border-color: #001a35;
    background-color: #001F3F !important;
    color: #fff;
}

.control-sidebar > div {
    padding: 10px;
}
ul.collapsed-list:not(.expanded) > li {
    display: none;
}
.wizard > .wizard-step:not(.active) {
    display: none;
}

.wizard > .wizard-step.active {
    display: block;
}

.middle-separation:after {
    border-left: 1px solid #d7d7d7;
    transform: translate(-50%);
    left: 50%;
    top: 10%;
    bottom: 20%;
    position: absolute;
    content: "";
    height: 65%;
}

/* Printing */
@media print {
  .control-sidebar-bg {
    display: none;
  }
}

.hcenter {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.btn-careboard {
    background-color: #42B6FF;
    border: 1px solid rgb(56, 161, 226);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
    color: #fff;
    transition-duration: .3s;
}
.btn-careboard:hover {
    opacity: 0.8;
    color: #fff;
}
.btn-formation {
    background-color: rgb(39, 184, 58);
    border: 1px solid rgb(37, 173, 55);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
    color: #fff;
    transition-duration: .3s;
}
.btn-formation:hover {
    opacity: 0.8;
    color: #fff;
}
input.training-service-name {
    width: 200px;
    margin-right: 5px;
}
div.user-training-subscription {
    display: flex;
}
.nav-pills-legacy {
    position: fixed;
    top: 105px;
    right: 48px;
    z-index: 1551;
    background-color: rgba(210, 210, 225, 0.9);
    border-radius: 4px;
}
.nav-pills-legacy > li + li {
    margin-left: 0;
}
.nav-pills-legacy > li > a {
    padding: 8px 10px;
    border-top: none;
    border-radius: 4px;
    background-color: transparent;
}
.nav-pills-legacy > li > a:hover {
    background-color: transparent;
}
.nav-pills-legacy > li > a:focus {
    background-color: transparent;
}
.nav-pills-legacy > li > a:visited {
    background-color: transparent;
}
.nav-pills-legacy > li > a:active {
    background-color: transparent;
}
.nav-pills-legacy > li.active > a {
    border-radius: 4px;
    border-top: none;
}
.nav-pills-legacy > li.active > a:hover {
    border-top: none;
}

.overlay-log {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-log-content {
    position: relative;
    top: 10%;
    left : 5%;
    width: 100%;
    margin-top: 30px;
}

.overlay-log a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay-log .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.tooltipsRight { display: inline-block;position: relative;width: 100px; }
.tooltipsRight .tooltiptextArrow { visibility: hidden; }
.tooltipsRight:hover .tooltiptextArrow {
    content: "";
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 30px;
    border-width: 5px;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    transform: rotate(90deg);
    visibility: visible;
    transition: opacity 0.3s;
}
.tooltipsRight .tooltiptext {
    width: 100px;
    min-height: 30px;
    max-height: 118px;
    overflow: auto;
    visibility: hidden;
    background-color: white;
    border: 1px solid #333333;
    color: #333333;
    text-align: left;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: -4px;
    left: 40px;
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: bold;
}
.tooltipsRight:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltipsRight .tooltiptext .row {
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    margin: 0;
    text-align: center;
}

.block-strong {
    background-color: #fef9c5;
    border: 1px solid #feddc5;
    padding: 20px;
}

.edit-token {
    padding-top: 15px;
    display: none;
}

span.label.success {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
}
span.label.warning {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
}
span.label.danger {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
}
@media (min-width: 992px) and (max-width: 1640px){
    #forecast-day-widget-title-short { display: initial ! important; }
    #forecast-day-widget-title-long { display: none; }
}

.a-button {
    display: inline-block;
    padding: 1px 6px 2px;
    border-radius: 14px;
    cursor: pointer;
    text-decoration: none ! important;
}
.a-button.warning {
    background-color: #e08e0b;
    color: white;
}
.a-button.primary {
    background-color: #00c0ef;
    color: white;
}
.a-button.danger {
    background-color: #dc3545;
    color: white;
}
.a-button.loading {
    background-color: transparent;
    color: #333333;
}

.alert-warning-bsp4 {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.title-notification {
    margin-left: 10px;
}