/*LOADING*/
#loading {
    position: fixed;
    z-index: 1100;
    top: 20%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    display: none;
}

#screenBlock {
    position: fixed;
    z-index: 1099;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .7);
    height: 100%;
    opacity: .7;
    display: none;
}

/*MESSAGES*/
show-message {
    display: none;
}

/*WIZARD*/
.wizard {
    margin: 20px auto;
}

    .wizard .nav-tabs {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 0;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    flex: 1;
    width: 70px;
    height: 70px;
    line-height: 67px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 38%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 30px;
}

    .wizard .tab-pane .btn-primary {
        width: 80px;
    }

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 47px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/*WEEK-PICKER*/
week-picker .uib-datepicker td.selected-week button {
    background-color: #269abc;
    border-color: #1b6d85;
}

    week-picker .uib-datepicker td.selected-week button span {
        color: #fff;
    }

week-picker .uib-datepicker tr:hover td button {
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

    week-picker .uib-datepicker tr:hover td button span {
        color: #333 !important;
    }

/*DIALOG*/
.has-modal .app,
.has-modal-overlay .app,
.has-modal .sidebar,
.has-modal-overlay .sidebar {
    pointer-events: all;
}

/*LIST GROUP*/
ul.list-group-box {
    min-height: 41px;
}

ul.list-group-hover li:hover {
    background-color: #e8e8e8;
}

.panel-heading.clickable:hover {
    background-color: #e6e6e6;
    cursor: pointer;
}

/*DATATABLE*/
.datatable .datatable-buttons {
    text-align: right;
}

.datatable tr.clickable:hover {
    background-color: #e6e6e6;
    cursor: pointer;
}

.datatable .hoverPointer:hover {
    cursor: pointer;
}

.datatable .sortorder:after {
    content: '\25b2';
}

.datatable .sortorder.reverse:after {
    content: '\25bc';
}

/*TEXT*/
.truncate {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
}

/*BUTTON*/
a[disabled] {
    pointer-events: none;
}

/*VALIDATION*/
.has-error .input-group-btn button {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
