﻿html {
    position: relative;
    min-height: 99.7%;
}

.fontWhite {
    color: white !important;
}

.bodyLogin {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.55) 0%, rgba(52,103,134,0.55) 99%, rgba(52,103,134,0.55) 100%) fixed; /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0.55)), color-stop(99%, rgba(52,103,134,0.55)), color-stop(100%, rgba(52,103,134,0.55))) fixed; /* safari4+,chrome */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.55) 0%, rgba(52,103,134,0.55) 99%, rgba(52,103,134,0.55) 100%) fixed; /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.55) 0%, rgba(52,103,134,0.55) 99%, rgba(52,103,134,0.55) 100%) fixed; /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.55) 0%, rgba(52,103,134,0.55) 99%, rgba(52,103,134,0.55) 100%) fixed; /* ie10+ */
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.55) 0%, rgba(52,103,134,0.55) 99%, rgba(52,103,134,0.55) 100%) fixed; /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#346786',GradientType=1 ) fixed; /* ie6-9 */
}

.btn-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em;
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    border-bottom-right-radius: 10em;
    border-bottom-left-radius: 10em;
}

.input-rounded {
    /*border-radius: 20px;*/
    border-radius: 1.25rem;
    padding: 6px 20px;
}

.ddl-rounded {
    border-radius: 1.25rem;
    padding: 20px 20px 5px 20px;
    height:50px;
}

.form-label-ddl {
    position: relative;
    margin-bottom: 1rem;
    padding: 1px;
}

    .form-label-ddl > small {
        height: 3.125rem;
        padding: .75rem;
        border-radius: 1.25rem;
    }

    .form-label-ddl > small {
        position: absolute;
        top: -10px;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #777;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
        font-weight: 400;
        font-size: 13px;
    }

.label-title {
    margin-bottom: -10px;
    margin-left: 5px;
    margin-top: 15px;
}

.btnGridView {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 1.5px;
    border: none;
    background-color: transparent;
}

.colorPrimary {
    background-color: #346786;
    color: white;
}


/*Splash Loader*/
#progressConfirmar {
    color: white;
    /*text-align: center;*/
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed !important;
    position: absolute;
    z-index: 101;
    float: none;
    background-color: rgba(0,0,0,0.6);
}

    #progressConfirmar #mensagem {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: 0 0 0 -65px;
        font-size: 1.3em;
    }

.GvGrid:hover {
    background-color: #F2F2F2;
}

.GVClassHidden {
    display: none;
}

.GVClassCenter {
    text-align: center;
}

.GVClassLeft {
    text-align: left;
}

.GVClassRight {
    text-align: right;
}

.Obrigatorio {
    color: red;
    font-weight: bold;
    vertical-align: top;
    margin-left: 5px;
}

.fieldset {
    width: 100%;
    border: 1px solid;
    border-color: #CED4DC;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
}

.legend {
    margin-left: 20px;
    font-size: 0.9rem;
    margin-bottom: -15px;
    color: #a3a9b0;
}

.btn-primary {
    border-radius: 1.25rem;
}
/**********************************************************/
.form-signin {
    width: 100%;
    max-width: 450px;
    padding: 15px;
    margin: auto;
    margin-top: 30px;
}

.form-signin-container {
    background-color: white;
    border: solid;
    border-width: 1px;
    border-radius: 1rem;
    padding: 2rem;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
    padding: 1px;
}

    .form-label-group > input,
    .form-label-group > label {
        height: 3.125rem;
        padding: .75rem;
        border-radius: 1.25rem;
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: .25rem;
            padding-bottom: .25rem;
            font-size: 12px;
            color: #777;
        }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}
