﻿.select-page {
    width: auto;
    display: inline-block;
    height: 29px;
    padding-top: 3px;
}
/*Widgets Admin LTE */

.info-box {
    display: block;
    min-height: 90px;
    background: #ffeeee;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 75px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 75px;
}

.info-box-text {
    /*text-transform: uppercase;*/
}

.progress-description, .info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.text-right25 {
    float: right;
    padding-top: 25px;
}

.overlay {
    z-index: 1010;
    background: rgba(255, 255, 255, 0.7);
}

.overlay, .loading-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading-img {
    z-index: 1020;
    background: transparent url('../img/ajax-loader1.gif') 50% 50% no-repeat;
}

/* bs wizard */
.bs-wizard {
    margin-top: 10px;
}

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #31708f;
            font-size: 16px;
            margin-bottom: 5px;
            font-weight: bold;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #fbe8aa;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #fbbd19;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #fbe8aa;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

/*============*/

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

#back-top {
    height: 52px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 52px;
    cursor: pointer;
    margin: 0;
    font-size: 40px;
    background-color: #155e27;
    color: #fff;
    border-radius: 100%;
    line-height: 52px;
    text-align: center;
}

.hidden {
    display: none !important;
}

.header-fix {
    position: sticky !important;
    top: 0;
    width: 100%;
}

.table-responsive {
    overflow-y: auto;
    max-height: 550px;
}

    .table-responsive tbody tr:first-child th {
        position: sticky;
        top: 0;
        background-color: #a3e955;
    }
    .table-responsive tbody tr:first-child td {
        position: sticky;
        top: 0;
        background-color: #a3e955;
    }

.pointer {
    cursor: pointer;
}

#header01 .table tr:first-child {
    border-top: 1px solid;
}

.border-01 {
    border-top: 1px solid #111 !important;
    text-align: center;
}
