﻿
/* Montserrat */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.corpo {
    background-color: #eff0f5;
    margin: 0;
    padding: 0;
    font-family: Arial;
}

img {
    border: 0px;
}

/*.rmRootGroup {
    height: 30px !important;
    background: url(../imagens/main-bg.png) repeat-x !important;
    border: none !important;
    padding-top: 3px !important;
    color: White !important;
}*/

#DivTopo {
    width: 100%;
    height: 50px;
    top: 0px;
    background-color: #25a0da;
    z-index: 999;
}

.DivTopo2 {
    width: 100%;
    height: 130px;
    top: 50px;
    background-color: #3EB9F3;
    z-index: 995;
    -moz-box-shadow: 0px 4px 14px #999;
    -webkit-box-shadow: 4px 14px 8px #999;
    box-shadow: 0px 4px 14px #999;
    overflow:hidden;
}

.MenuTopo {
    z-index: 98 !important;
    margin-top: 5px;
    margin-left: 255px;
}



.Aviso {
    height: 80px;
    width: 125px;
    float: left;
    background-color: #F3F3F3;
    /* border: 1px solid #0f3857; */
    margin: 5px 0 5px 5px;
    padding: 5px;
    font-size: 11px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 12px;
    position: relative;
}

    .Aviso a, .Aviso a:visited {
        text-decoration: none;
        color: #575B5F;
        font-size: 16px;
        line-height: 19px;
        font-family: Segoe UI Light, Segoe UI, Arial;
        font-weight: bold;
    }

    .Aviso .Numero {
        min-width: 10px;
        padding: 7px 7px;
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        line-height: 1;
        vertical-align: baseline;
        white-space: nowrap;
        text-align: center;
        background-color: #ee4f4f;
        border-radius: 13px;
        position: absolute;
        bottom: -2px;
        right: -2px;
    }

.NumeroSeguros {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #3D64FF;
    border-radius: 10px;
}


.logo {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 150px;
    margin: 3px 0 0 30px;
}

.anjo {
    position: absolute;
    margin-top: 1px;
    right: 2px;
    z-index: 3000;
    top: 8px;
    width: 102px;
}

#NomeUsuario {
    z-index: 4000;
    font-size: 10px;
    font-weight: bold;
    background: #FFF;
    position: absolute;
    right: 100px;
    top: 13px;
    font-family: Arial;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #0A7EB5;
    font-family: 'Open Sans', sans-serif;
}

    #NomeUsuario span {
        padding: 8px 5px 0 0;
        float: left;
    }

    #NomeUsuario img {
        width: 16px;
        padding: 5px 5px 5px 10px;
        float: left;
    }


#DivConteudo {
    width: 980px;
    margin: 20px auto 10px;
}

#DivConteudo2 {
    margin: 0 0 10px;
}

.divConteudo {
    background-color: White;
    -moz-box-shadow: 0px 0px 8px #999;
    -webkit-box-shadow: 0px 0px 8px #999;
    box-shadow: 0px 0px 8px #999;
}

.mainCss {
    display: block;
}

.otherCss {
    display: none;
}

#mainCss {
    display: block;
}

#otherCss {
    display: none;
}

mainCss {
    display: block;
}

otherCss {
    display: none;
}



.TopoDivBox {
    margin-bottom: 2px;
    background: #25a0da;
    min-height: 35px;
}

    .TopoDivBox .Titulo {
        font: 23px Segoe UI Light, Segoe UI, Arial;
        color: #FFFFFF;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 1px;
        margin-top: 1px;
        font-weight: bold;
        float: left;
        height: 27px;
    }

.Titulo img {
    width: 20px !important;
}

.Titulo span {
    /*margin: 0 0 0 30px !important;*/
}

.TopoDivBox .Info {
    background-color: #FFFFFF;
    font: 23px "Calibri", Arial;
    color: #2e6e9e;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 4px;
    margin-top: 4px;
    float: right;
    font-weight: bold;
    height: 27px;
}

.TopoDivBox .TituloErro {
    background-color: #FF9999;
    font: 23px "Calibri", Arial;
    color: #2e6e9e;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    margin-top: 4px;
    -moz-border-radius: 5px;
    float: right;
    font-weight: bold;
    height: 27px;
}

fieldset {
    border: 1px solid #a6c9e2;
    background-color: White;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

    fieldset legend {
        display: inline;
        color: #2e6e9e;
        font-weight: bold;
        width: 100%;
        margin-left: -6px;
        margin-top: -6px;
        border: 1px solid #a6c9e2;
        padding: 5px;
        background: #dfeffc;
        padding-bottom: 3px;
        margin-bottom: 5px;
        /*-webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;*/
    }

.verdana11 {
    font-family: Verdana;
    font-size: 11px;
}

/*Formularios*/

.formulario {
    padding: 5px;
    background-color: rgb(241, 245, 251);
    border: 1px solid;
    background: #F1F5FB;
    border-color: #C2CEDB;
    color: #4C607A;
    font-family: Arial;
}

    .formulario input[type=text], .formulario textarea, .formulario select {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .formulario label {
        font-family: Verdana;
        font-size: 11px;
    }

    .formulario table tr td {
        padding: 5px; /*border: 0px !important;*/
    }

    .formulario table {
        margin: 0 auto;
    }

    .formulario fieldset legend {
        font-family: Arial;
        font-size: 13px;
    }

    .formulario .validationSummary {
        background-color: #ffe8e8;
        border: 2px solid red;
        color: black;
        font-family: Verdana;
        font-size: 11px;
        border-radius: 5px;
        padding: 0px;
        margin-bottom: 10px;
    }

        .formulario .validationSummary ul li {
            color: Black;
        }

    .formulario .botoes a, .formulario .botoes span {
        float: right;
    }

    .formulario .validador {
        font-size: 12px;
        color: Red;
    }

/*.alternatingGrid {
    background-color: rgb(235, 239, 243);
}*/

.fieldsetDestaque {
    border: 2px solid #688CAF !important;
}

.fieldsetErro {
    border: 2px solid red !important;
}



.AjudaLegenda > span {
    margin-top: 2px;
    float: left;
}

.LegendaComBotao > .LegendaTexto {
    margin-top: 2px;
    float: left;
    font-size: 16px !important;
}

.AjudaBotao, .BotaoLegenda, .LegendaComBotao div {
    float: right;
    cursor: pointer;
}

.FieldsetFechado {
    height: 0px;
}

    .FieldsetFechado legend {
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.rbDisabled {
    opacity: 1 !important;
}

/*Atalhos home*/
.atalho {
    text-decoration: none;
    font-family: Segoe UI Light, Segoe UI, Arial;
}

    .atalho div {
        float: left;
        width: 110px;
        height: 70px;
        margin: 3px;
    }

        .atalho div .fa {
            color: #25a0da;
            font-size: 25px;
            padding: 5px;
        }

    .atalho img {
        width: 24px;
        margin-top: 10px;
    }

    .atalho span {
        display: block;
        margin-top: 5px;
        color: #80868A;
    }

a:hover div {
    background-color: #EFEFEF;
}



div.RadMenu .rmGroup .rmText {
    margin: 0 0 0 -21px;
    padding: 0 54px 0 28px;
}

.RadMenu_MetroTouch .rmRootLink {
    text-transform: capitalize !important;
}




.dashboard {
    background-color: #F5F5F5;
}

.tabelaDashBoard {
    background-color: #FFF;
    margin: 5px;
    text-decoration: none;
    color: #37363e;
    font-size: 16px;
    line-height: 19px;
    /*font-family: Segoe UI Light, Segoe UI, Arial;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    float: left;
    min-height: 115px;
    border: 1px solid #DEDEDE;
}

    .tabelaDashBoard .titulo {
        font-size: 16px;
        font-weight: bolder;
        clear: both;
        border-bottom: 1px solid #DEDEDE;
        height: 24px;
        padding: 5px 0 0 5px;
        color: #2192C7;
    }

    .tabelaDashBoard .info {
        width: 120px;
        padding: 5px;
        float: left;
        text-align: center;
        line-height: 14px;
        font-size: 12px;
        font-family: sans-serif;
    }

        .tabelaDashBoard .info span .fa {
            color: #ADADAD;
        }

        .tabelaDashBoard .info span {
            display: block;
            min-height: 30px;
        }

    .tabelaDashBoard .numero {
        margin: 0 auto;
        font-weight: bolder;
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        vertical-align: baseline;
        text-align: center;
    }

.comparativo {
    font-size: 14px !important;
}

.pior {
    color: #ee4f4f;
}

.melhor {
    color: #3c82ef;
}

.filtro {
    float: right;
}

.TopoDivBox .filtro {
    padding: 3px;
}

.alternatingGrid {
     background: #DFEFFC !important;
}


.RadGrid_Metro .rgHeader {
    background-color: #DFEFFC;
    color: #2E6E9E !important;
}
.RadGrid_Metro .rgHeader a{
    color: #2E6E9E !important;
}

.rmItem{
    z-index: 800 !important;
}


.div.scroll_hold{
    position:relative
}