﻿/*** CSS MODIFICATIONS BELOW ***/
/* everything above is auto-generated from another project!! */

.navbar-inverse .navbar-brand {
    color: #fff;
}

.page-header {
    position: relative;
    margin-top: 0;
}

.h1-inline {
    display: inline-block;
}

div.h1-inline {
    bottom: 22px;
    margin-left: 20px;
    position: absolute;
}

div.h1-right {
    right: 0;
}

.footer {
    margin-top: 50px;
}


.input-group.required .input-group-addon {
    padding: 9px 6px 0px;
    color: #b94a48;
    font-size: 1.2em;
}




.tooltip {
    z-index: auto;
    display: inline-block;
}

.tooltip-hover {
    opacity: 1 !important;
    padding: unset !important;
}

    .tooltip-hover .tooltip-arrow,
    .tooltip-hover .tooltip-inner {
        display: none;
        position: relative;
        container: 'body';
    }

    .tooltip-hover:hover .tooltip-arrow,
    .tooltip-hover:hover .tooltip-inner {
        display: block;
    }

    .tooltip-hover.tooltip.bottom .tooltip-arrow {
        top: auto;
        margin-top: 2px;
        margin-left: -9px;
        left: 10px;
    }

    .tooltip-hover.tooltip.bottom .tooltip-inner {
        margin-top: 0;
        margin-left: -5px;
    }

.tooltip-inner {
    max-width: 350px;
    font-size: 1em;
    text-align: left;
    z-index: 1030;
}

.tooltip-inner-text {
    min-width: 300px;
    padding: 15px 15px 5px;
    font-weight: normal;
    line-height: 1.5;
}

.tooltip-inner-table {
    margin-right: 10px;
    color: #fff;
}

    .tooltip-inner-table td {
        border: none !important;
        /*text-align: left;*/
        padding-right: 20px !important;
    }





.progress-bar {
    overflow: hidden;
}

.progress-text {
    text-align: left;
    font-size: 12px;
    padding: 2px 5px;
}

    .progress-text.back {
        position: absolute;
        color: brown;
    }

    .progress-text.front {
        position: relative;
        color: #000;
    }

        .progress-text.front.white {
            color: #fff;
        }







.col-icon {
    width: 24px;
}

    .col-icon:before {
        content: ' ';
        display: block;
        width: 14px;
    }

/** table **/
.table-no-records {
    font-style: italic;
    color: #666;
}

    .table-no-records:after {
        content: "...";
    }

/** Admin **/
.admin {
    color: #F58238;
}


div.margin-top-25 {
    margin-top: 25px;
}

.pl-30{
    padding-left: 30px;
}


/** Modal overlay **/
#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh; /* to make it responsive */
    width: 100vw; /* to make it responsive */
    overflow: hidden; /*to remove scrollbars */
    z-index: 99999; /*to make it appear on topmost part of the page */
    display: none; /*to make it visible only on fadeIn() function */
    font-size: 30px;
    text-align: center;
    padding: 80px;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}

#modal-overlay > .loading {
    min-height: 200px;
    background-color: transparent;
    margin: auto;
    width: 300px;
    padding-top: 80px;
}