﻿
input, button, select, textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
}

    input[type="text"], input[type="password"], input[type="email"], select, textarea {
        text-align: left;
        float: left;
        padding: 5px 5px;
        outline: none;
        color: #333;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: right center;
        border: 1px solid #ccc;
        border-radius: 2px;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.15s ease-in 0;
        -webkit-transition: all 0.15s ease-in 0;
        vertical-align: middle;
    }

        input[type="text"].focus, input[type="text"]:focus, input[type="password"].focus, input[type="password"]:focus, input[type="email"].focus, input[type="email"]:focus, select.focus, select:focus, textarea.focus, textarea:focus {
            border-color: #51a7e8;
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5);
        }

a.Botao {
    cursor: pointer;
    width: auto;
    min-width: 25px;
    float: left;
    color: black !important;
    margin-left: 0px !important;
    float: left !important;
    line-height: 30px;
    padding-left: 37px;
    padding-right: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0px -10px 10px rgba(0,0,0,0.04);
}

.BotaoRight {
    cursor: pointer;
    width: auto;
    min-width: 25px;
    color: black !important;
    margin-left: 0px !important;
    float: right !important;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0px -10px 10px rgba(0,0,0,0.04);
}

    a.Botao a:link, a:visited, a:active {
        text-decoration: none !important;
    }

    .BotaoRight a:link, a:visited, a:active {
        text-decoration: none !important;
    }

    a.Botao:hover {
        border: 0.1em solid #ccc;
        border-radius: 3px;
        box-shadow: inset 5px 2px 2px rgba(81,167,232,0.1), inset -5px -2px 2px rgba(81,167,232,0.1);
    }

    .BotaoRight:hover {
        border: 0.1em solid #ccc;
        border-radius: 3px;
        box-shadow: inset 5px 2px 2px rgba(81,167,232,0.1), inset -5px -2px 2px rgba(81,167,232,0.1);
    }

a.BotaoDisabled {
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: default;
    width: auto;
    min-width: 25px;
    float: left;
    color: black !important;
    margin-left: 0px !important;
    float: left !important;
    line-height: 30px;
    padding-left: 37px;
    padding-right: 5px;
    border: 0.1em solid #CCC;
    border-radius: 3px;
    /*box-shadow: inset 2px 2px 2px #ccc;*/
    background-color: #FFF;
}



a.BotaoModal {
    cursor: pointer;
    width: auto;
    min-width: 25px;
    float: left;
    color: black !important;
    margin-left: 0px !important;
    float: left !important;
    line-height: 30px;
    padding-left: 37px;
    padding-right: 5px;
    border: 0.1em solid #ccc;
    border-radius: 3px;
    /*box-shadow: 0 0px -10px 10px rgba(0,0,0,0.04);*/
    background-color: #FFFFFF !important;
}

    a.BotaoModal a:link, a:visited, a:active {
        text-decoration: none !important;
    }

    a.BotaoModal:hover {
        border: 0.1em solid #ccc;
        border-radius: 3px;
        box-shadow: inset 5px 2px 2px rgba(81,167,232,0.1), inset -5px -2px 2px rgba(81,167,232,0.1);
    }




.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.Erro {
    line-height: 100%;
    /*height: 120%;*/
    width: auto;
    color: red;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    float: left;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.075);
    border-radius: 4px;
    box-shadow: 2px 2px rgba(0,0,0,0.075);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.15s ease-in 0;
    -webkit-transition: all 0.15s ease-in 0;
    margin-bottom: 5px;
    clear: both;
    z-index: 100;
}

.cssErroMsg {
    max-width: 200px;
    min-height: 20px;
    line-height: 110%;
    font-family: 'Segoe UI Symbol';
    font-size: 13px;
    text-align: left;
    position: absolute;
    padding: 5px;
    margin: 0px 10px 0px 15px;
    border: 1px solid #989871;
    color: #333;
    background: #f0f0f0;
    /* css3 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
    z-index: 999999;
    top: 307px;
    left: 523px;
}

    .cssErroMsg:before {
        content: "";
        position: absolute;
        border-style: solid;
        /* reduce the damage in FF3.0 */
        display: block;
        width: 0;
        top: 8px; /* controls vertical position */
        bottom: auto;
        left: -10px; /* value = - border-left-width - border-right-width */
        border-width: 8px 10px 8px 0px;
        border-color: transparent #989871;
    }

    /* creates the smaller  triangle */
    .cssErroMsg:after {
        content: "";
        position: absolute;
        border-style: solid;
        /* reduce the damage in FF3.0 */
        display: block;
        width: 0;
        top: 9px; /* value = (:before top) + (:before border-top) - (:after border-top) */
        bottom: auto;
        left: -9px; /* value = - border-left-width - border-right-width */
        border-width: 7px 9px 7px 0;
        border-color: transparent #f0f0f0;
    }

    .cssErroMsg .cssErroMsgCloseBox {
        padding-bottom: 5px;
        padding-left: 5px;
        float: right;
        border: 0px;
        cursor: pointer;
        text-align: right;
    }

#divLoading {
    position: fixed;
    z-index: 1000;
    width: 250px;
    height: 60px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.15s ease-in 0;
    -webkit-transition: all 0.15s ease-in 0;
    vertical-align: text-top !important;
    /* box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5);*/
    -moz-box-shadow: 2px 2px 4px 1px #ccc;
    -webkit-box-shadow: 2px 2px 4px 1px #ccc;
    box-shadow: 2px 2px 4px 1px #ccc;
}

    #divLoading img {
        float: left;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        height: 40px;
        width: 40px;
        text-align: center;
    }

    #divLoading p {
        float: left;
        vertical-align: middle;
        line-height: 60px;
    }


    
#divLoadingModal {
    position: fixed;
    z-index: 1000;
    width: 250px;
    height: 60px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.15s ease-in 0;
    -webkit-transition: all 0.15s ease-in 0;
    vertical-align: text-top !important;
    /* box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(81,167,232,0.5);*/
    -moz-box-shadow: 2px 2px 4px 1px #ccc;
    -webkit-box-shadow: 2px 2px 4px 1px #ccc;
    box-shadow: 2px 2px 4px 1px #ccc;
}

    #divLoadingModal img {
        float: left;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        height: 40px;
        width: 40px;
        text-align: center;
    }

    #divLoadingModal p {
        float: left;
        vertical-align: middle;
        line-height: 60px;
    }