﻿.progressDiv {
    width: auto;
    position:center;
    text-align: center;
    margin: 100px;
    background-color: azure;
    vertical-align:top;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }


.titGrid {
    text-align: left;
    font-size: medium;
}

.textLbl {
    border: hidden;
    background-color: #ffffff !important;
}

.textMin {
    background-color: #ffffff !important;

}

.fixed-panel {
    min-height: 100px;
    max-height: 780px;
    overflow-y: scroll;
}

@media (max-height: 1000px) {
    .fixed-panel {
        min-height: 100px;
        max-height: 750px;
        overflow-y: scroll;
    }
}

@media (max-height: 900px) {
    .fixed-panel {
        min-height: 100px;
        max-height: 650px;
        overflow-y: scroll;
    }
}

@media (max-height: 800px) {
    .fixed-panel {
        min-height: 100px;
        max-height: 550px;
        overflow-y: scroll;
    }
}

@media (max-height: 700px) {
    .fixed-panel {
        min-height: 100px;
        max-height: 450px;
        overflow-y: scroll;
    }
}

@media (max-height: 600px) {
    .fixed-panel {
        min-height: 100px;
        max-height: 350px;
        overflow-y: scroll;
    }
}

.errorMsg {
    color: red;
    text-align: left;
}

.btnFile {
    color: black;
    text-align: center;
}

.headPanel {
    color: white;
}

.headPanelAlt {
    color: #808080;
}

.txtCentrar {
    text-align: center;
    font-size: medium;
}

.HeaderStyleGrid th{
    text-align: center;
}

tr.pager-row td {
    border-top: none;
    text-align: left;
}

.image-upload > input {
    visibility: hidden;
    width: 0;
    height: 0;
}

.hand {
    cursor: pointer;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.pagStyle {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagStyle table > tbody > tr > td {
        display: inline;
    }

        .pagStyle table > tbody > tr > td > a,
        .pagStyle table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagStyle table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagStyle table > tbody > tr > td:first-child > a,
        .pagStyle table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagStyle table > tbody > tr > td:last-child > a,
        .pagStyle table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagStyle table > tbody > tr > td > a:hover,
        .pagStyle table > tbody > tr > td > span:hover,
        .pagStyle table > tbody > tr > td > a:focus,
        .pagStyle table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.checkbox {
    padding-left: 20px;
}


    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}
