﻿* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-size: 14px;
    font-family: 'Segoe UI', 'Segoe UI Symbol', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f0f0f0;
}

img {
    border: 0px;
}


a {
    text-decoration: none;
    font-size: 14px;
    color: #2364b0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    a:link, a:visited, a:hover, a:active {
        text-decoration: none;
        font-size: 14px;
        color: #2364b0;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

.cssErro {
    font-size: 12px;
    color: Red;
    height: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bold {
    font-weight: bold;
}


.divBordaGeralCadastroTitulo {
    color: #005aa8;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
}

.divBordaGeralCadastro {
    margin-right: 125px;
    margin-top: 0px;
    padding-top: 20px !important;
    height: auto !important;
    width: 550px;
    float: right;
    padding: 5px 5px;
    outline: none;
    color: #000;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: right center;
    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: middle;
    /* 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;
}

    .divBordaGeralCadastro .Field {
        height: 34px;
        vertical-align: middle !important;
        clear: both;
        line-height: 34px;
        padding-top: 6px;
    }

    .divBordaGeralCadastro label {
        float: left;
        width: 80px !important;
        margin-right: 1em !important;
        text-align: right !important;
        padding-left: 5px;
        vertical-align: middle;
    }



.Mensagem {
    width: 500px;
    padding: 4px;
    background-color: #005AA8;
    border-radius: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .Mensagem .Titulo {
        margin: 0px 16px 4px;
        height: 25px;
        line-height: 25px;
        color: #FFF;
        font-size: 16px;
    }

    .Mensagem .Corpo {
        width: 492px;
        margin: 0px;
        padding: 4px;
        background-color: #fff;
        border-radius: 5px;
    }

    .Mensagem .Conteudo {
        margin: 4px 8px;
        font-size: 16px;
        color: #000;
    }

    .Mensagem .Botoes {
        text-align: right;
        margin: 0px 16px;
    }



.Tabela {
    background-color: #f0f0f0;
    border: 1px solid black;
    border-spacing: 0px;
    width: 900px;
    margin-left: 7px;
}

    .Tabela tbody, thead {
        border: 1px solid black;
        border-spacing: 0px;
    }

    .Tabela .Meio {
        vertical-align: middle;
        text-align: center;
    }

    .Tabela .Sel {
        background-color: #bedeef !important;
    }

    .Tabela tr {
        vertical-align: middle;
    }

    .Tabela thead {
        border: 1px solid black !important;
    }

        .Tabela thead tr {
            height: 35px;
            border: 1px solid black !important;
            background: #fefefe; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #fefefe 2%, #cbcbcb 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fefefe), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #fefefe 2%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #fefefe 2%,#cbcbcb 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #fefefe 2%,#cbcbcb 100%); /* IE10+ */
            background: linear-gradient(to bottom, #fefefe 2%,#cbcbcb 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-8 */
        }

    .Tabela td, th {
        border: 1px solid white !important;
    }

/* Página padrão cadatro */
#divPagCadastrosLeft {
    width: 990px;
    height: auto;
    float: left;
}

#divPagCadastrosMenu {
    width: 237px;
    height: auto;
    float: left;
}

#MenuBarLeft {
    margin-top: 60px;
    padding-top: 8px;
    padding-left: 8px;
    width: 132px;
    height: auto;
    float: left;
    margin-right: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    box-shadow: 1px 2px 2px #a6a6a6;
    border-radius: 3px;
    margin-bottom: 5px;
}


#CebecalhoCadastros {
    float: left;
    height: 150px;
    font-size: 36px;
    width: 750px;
}

    #CebecalhoCadastros img {
        border: 0px;
        margin-left: 50px;
        margin-top: 35px;
    }

#TituloPaginaCadatros {
    float: left;
    height: auto;
    font-size: 36px;
    color: #005aa8;
    width: 625px;
    text-align: right;
    padding-right: 125px;
}


/* CSS para o MODAL */

#divPagCadastrosLeftModal{
    width: auto;
    height: auto;
    float: left;
}
 

.divPagCadastrosLeftModal {
    width: auto;
    height: auto;
    float: left;
}

#CebecalhoCadastrosModal {
    float: left;
    height: 90px;
    font-size: 36px;
    width: 96%;
    border: 1px solid #000000;
    border-radius: 3px;
    margin: 13px 10px 0px 10px;
    background-color: #FFF;
    clear: both;
}
  .CebecalhoCadastrosModal {
    float: left;
    height: 90px;
    font-size: 36px;
    width: 480px;
    border: 1px solid #000000;
    border-radius: 3px;
    margin-top: 13px;
    margin-left: 10px;
    background-color: #FFF;
    clear: both;
}
      #CebecalhoCadastrosModal img {
        float: left;
        border: 0px;
        margin-left: 13px;
        margin-top: 7px;
        height: 68px;
    }


    .CebecalhoCadastrosModal img {
        float: left;
        border: 0px;
        margin-left: 13px;
        margin-top: 7px;
        height: 68px;
    }

    #CebecalhoCadastrosModal .Titulo{
        float: left;
        height: auto;
        font-size: 36px;
        color: #005aa8;
        text-align: center;
        padding-left: 35px;
        padding-top: 20px;
    }
     .CebecalhoCadastrosModal .Titulo {
        float: left;
        height: auto;
        font-size: 36px;
        color: #005aa8;
        text-align: center;
        padding-left: 35px;
        padding-top: 20px;
    }

.divBordaGeralCadastroModal {
    margin-top: 5px;
    height: auto !important;
    float: left;
    width: 100%;
    /*
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #ccc;
 */
}

    .divBordaGeralCadastroModal .Field {
        height: 34px;
        width: 100%;
        vertical-align: middle !important;
        clear: both;
        line-height: 34px;
        padding-top: 6px;
    }

        .divBordaGeralCadastroModal .Field label {
            float: left;
            min-width: 70px !important;
            margin-left: 10px!important;
            text-align: left !important;
            padding-left: 0px;
            vertical-align: middle;
        }

    .divBordaGeralCadastroModal .FieldOption {
        margin-left: 10px!important;
        vertical-align: middle !important;
        text-align: center !important;
        height: 34px;
        clear: both;
        line-height: 34px;
        padding-top: 6px;
    }

        .divBordaGeralCadastroModal .FieldOption Label {
            padding: 2px;
        }

    .divBordaGeralCadastroModal .FieldButton {
        height: 34px;
        float: right;
        clear: both;
        line-height: 34px;
        padding-top: 6px;
        margin-right: 15px;
    }


.Mensagem {
    height: 100px;
    width: 300px;
    padding: 4px;
    background-color: #005AA8;
    border-radius: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 99999999;
}

    .Mensagem .Titulo {
        margin: 0px 16px 4px;
        height: 25px;
        line-height: 25px;
        color: #FFF;
        font-size: 16px;
    }

    .Mensagem .Corpo {
        width: 292px;
        margin: 0px;
        padding: 4px;
        background-color: #fff;
        border-radius: 5px;
    }

    .Mensagem .Conteudo {
        margin: 4px 8px;
        font-size: 16px;
        color: #000;
    }

    .Mensagem .Botoes {
        text-align: right;
        margin: 0px 16px;
    }

    p {
       
    text-decoration: none;
    font-size: 14px;
        color: #808080;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
    