
/*#F16947
#1B75BB*/

body {
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    margin: 0 auto 0 auto;
    /*text-align: center;*/
}

/*UserLogin.aspx*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: white; /* Fallback color */ /* background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ /*margin-left: 20%;*/
    margin-top: 10%;
}
/* Modal Content/Box */ .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
}
/* The Close Button (x) */ .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: red;
        cursor: pointer;
    }

/*Fim UserLogin.aspx*/


.sidebar {
    margin-top: 80px;
    width: 13%;
    min-width: 200px;
    /*background-color: #566573;*/
    background-color: #F4F6F6;
    position: fixed;
    height: 96%;
    overflow: auto;
    overflow-x: hidden;
    border-right: solid 1px #CCC;
    /*    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #F39C12; background-image: linear-gradient(#F4F6F7, #F4F6F7);*/
    z-index: 5;
    font-family: Tahoma;
}

    .sidebar a {
        display: block;
        color: black;
        padding: 16px;
        text-decoration: none;
    }

        .sidebar a:hover:not(.active) {
            background-color: White;
            color: black;
        }

div.content {
    background-color: #FFFFFF;
    overflow: auto;
    height: 92%;
    width: 100%;
    margin-top: 60px;
    padding-left: 250px;
    float: left;
    position: fixed;
    z-index: 1; /*display: flex; 	flex-direction: row; 	justify-content: center; 	align-items: center;*/ /*border-top: solid 1px #084d6e;*/        
}

.dropdown-btn {
    padding-top: 10px;
    padding-bottom: 2px;
    text-decoration: none;
    font-size: 15px;
    color: #F4F6F6;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    padding-left: 10px;
}

    .dropdown-btn i {
        color: #566573;
        font-size: 18px;
        margin-right: 4px;
    }

    .dropdown-btn span {
        color: #566573;
        font-size: 18px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    .dropdown-btn:hover:not(.active) {
        color: white;
        border-left: solid 5px #566573;
    }

    .dropdown-btn.active {
        border-left: solid 5px #566573;
    }

.dropdown-container {
    display: none;
    background-color: #F4F6F6;
    padding-left: 8px;
    text-align: left;
}

 .dropdown-container a {
     color: #234193;
     font-size: 15px;
     padding-left: 15px;
 }


div.topo {
    background-color: #1B75BB;
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 1;
}

div.logo {
    height: 100%;
    position: relative;
    width: 250px;
    float: left;
    margin-left: -20px;
    padding-left: 30px;
    background-color: White;
    color: White;
    transform: skew(30deg); /* Standard syntax */
    display: flex;
}

div.DadosTopo {
    text-align: left;
    float: left;
    position: relative;
    font-family: Trebuchet MS;
    font-size: medium;
    font-weight: bold;
    font-variant: small-caps;
    color: white;
    width: 20%;
    height: 100%;
    margin-left: 15px;
    padding-top: 35px;
    padding-left: 30px;
}

div.pageatual {
    float: left;
    position: relative;
    width: 700px;
    height: 100%;
    background-color: #1B75BB;
    transform: skew(30deg); /* Standard syntax */
    color: white;
}

.logoTopo {
    position: absolute;
    padding-left: 20px;
    font-size: 20pt;
    transform: skew(-30deg); /* SKEW para o texto não inclinar*/
    font-weight: bold;
    font-family: "Lucida Console", Courier, monospace;
    color: #566573;
}

.textologo1 {
    transform: skew(-30deg); /* SKEW para o texto não inclinar*/
    padding-left: 30px;
    font-size: 20pt;
    float: left;
    position: static;
    padding-top: 20px;
    font-weight: bold;
    font-family: "Lucida Console", Courier, monospace, Montserrat;
    color: #F2F4F4;
}

.textologo2 {
    transform: skew(-30deg); /* SKEW para o texto não inclinar*/
    padding-left: 1px;
    font-size: 20pt;
    float: left;
    position: static;
    padding-top: 20px;
    font-weight: bold;
    font-family: "Lucida Console", Courier, monospace, Montserrat;
    color: #F2F4F4;
}

.textoTitulo {
    float: left;
    padding-left: 20px;
    font-size: 20pt;
    transform: skew(-30deg); /* SKEW para o texto não inclinar*/
    font-weight: bold;
    font-family: "Lucida Console", Courier, monospace;
    color: white;
}
.textoTituloUnidade {
    float: left;
    padding-left: 20px;
    font-size: 12pt;
    transform: skew(-30deg); /* SKEW para o texto não inclinar*/
    font-weight: bold;
    font-family: "Lucida Console", Courier, monospace;
    color: white;
}

div.logoDadosUser {
    position: relative;
    text-align: right;
    float: right;
    padding-right: 10px;
    font-family: Trebuchet MS;
    font-size: medium;
    font-weight: bold;
    font-variant: small-caps;
    color: white;
    width: 300px;
    height: 100%; /*background-color: #566573;*/
    background-color: #1B75BB; /*transform: skew(30deg); /* Standard syntax */
}

div.rodape {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 45px;
    text-align: center;
    border-top: solid 2px #084d6e;
    z-index: 2;
    background-color: White;
}

@media screen and (max-width: 1200px) {
    .sidebar {
    }

        .sidebar a {
        }

        .sidebar dropdown-btn {
        }

        .sidebar div {
        }

    div.content {
    }

    .topo {
    }

    div.logoDadosUser {
        width: 300px;
    }

    .logodadostexto {
    }
}

@media screen and (max-width: 800px) {
    .sidebar {
        display: none;
    }

        .sidebar a {
        }

        .sidebar dropdown-btn {
        }

        .sidebar div {
        }

    div.content {
    }

    .topo {
    }

    div.logoDadosUser {
        width: 150px;
    }

    .logodadostexto {
    }
}


@media screen and (max-width: 400px) {
    .sidebar {
        display: none;
    }

        .sidebar a {
        }

    .topo {
    }

    .div.content {
    }

    div.logoDadosUser {
        width: 50px;
    }
}

@media screen and (max-width: 200px) {
    .sidebar a {
    }

    .topo {
    }

    .div.content {
    }

    div.logoDadosUser {
        width: 15px;
    }
}

.levantamento {
    height: 100%;
    width: 350px;
    border: solid 2px #F39C12;
    float: left;
    position: relative;
    margin-left: 107px;
    transform: skew(30deg);
    background-color: White;
    display: flex;
}

.levantamentotexto {
    font-size: 13px;
    color: #566573;
    width: 100%;
    transform: skew(-30deg); /* SKEW para o texto não inclinar*/
    font-weight: bold;
}

.levantamentospan1 {
    padding-left: 5px;
    font-size: 50px;
    color: #566573;
    transform: skew(-30deg);
}

.levantamentospan2 {
    padding-left: 5px;
    font-size: 25px;
    color: #F39C12;
    transform: skew(-30deg);
    margin-top: 5px;
}

.levantamentospan3 {
    font-size: 25px;
    color: #566573;
    transform: skew(-30deg);
    margin-right: 20px;
    margin-top: 10px;
}

div.box {
    margin-top: 10%;
    color: #fff;
    width: 100%;
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    overflow: auto; /* Enable scroll if needed */
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 700px) {
    div.box {
        margin-top: 5px;
        margin-left: 5px;
        position: relative;
    }
}

@media screen and (max-width: 400px) {
    div.box {
        margin-top: 5px;
        margin-left: 5px;
        position: relative;
    }
}

.GridView {
    width: 100%;
    min-width: 80%;
    font-size: 10pt;
    font-weight: 700;
    white-space: nowrap;
}

.GridViewGrid:hover {
    border-top-width: thin;
    border-top: solid;
    border-top-color: #A9A9A9;
    border-bottom-width: 1px;
    border-bottom: solid;
    border-bottom-color: #A9A9A9;
}

.DDTextBoxLogin {
    color: #666;
    font-size: 13pt !important;
    border: solid 1px #dcdcdc;
    background-color: #FEFEFE;
}

    .DDTextBoxLogin:hover {
        border: solid 1px #084d6e;
    }

    .DDTextBoxLogin:focus {
        border: solid 1px #084d6e;
    }

.DDTextBox {
    color: #666;
    font-size: 10pt !important;
    border: solid 1px #dcdcdc;
    background-color: #FEFEFE;
}

    .DDTextBox:hover {
        border: solid 1px #084d6e;
    }

    .DDTextBox:focus {
        border: solid 1px #084d6e;
    }

.DDDropDown {
    padding: 2px;
    border: solid 1px #084d6e;
    color: #084d6e;
    font-size: 15px;
    border-radius: 5px;
    font-weight: lighter;
}

/*STILO ANTIGO */

.tabela {
    width: 100%;
    color: #666;
    border: solid 1px #CCC;
    font-size: 10pt;
    white-space: nowrap;
}

.td_TituloSmall {
    font-weight: bold;
    text-align: center;
    font-size: 7pt;
    background-color: #D7D7D7;
    height: 10px;
}

.td_SubTituloSmall {
    font-weight: bold;
    text-align: center;
    font-size: 7pt;
    background-color: #EAEAEA;
    height: 10px;
}

.td_RightAlignBoldSmall {
    font-weight: bold;
    text-align: right;
    font-size: 7pt;
    vertical-align: middle;
    height: 10px;
}

.td_RightAlignSmall {
    text-align: right;
    vertical-align: middle;
    font-size: 7pt;
    height: 10px;
}

.td_LeftAlignBoldSmall {
    font-weight: bold;
    text-align: left;
    font-size: 7pt;
    vertical-align: middle;
    height: 10px;
}

.td_LeftAlignSmall {
    text-align: left;
    font-size: 7pt;
    vertical-align: middle;
    height: 10px;
}

.td_CenterAlignBoldSmall {
    font-weight: bold;
    text-align: center;
    font-size: 7pt;
    vertical-align: middle;
    height: 10px;
}

.td_CenterAlignSmall {
    text-align: center;
    font-size: 7pt;
    vertical-align: middle;
    height: 10px;
}

.tabelaWebControlMedia {
    width: 70%;
    color: #666;
    border: solid 1px #CCC;
    font-size: 8pt;
    white-space: nowrap;
}

.gridCadastro {
    white-space: nowrap;
    width: 100%;
}

.gridTelefones {
    white-space: nowrap;
}

.tabela_header {
    /*width: 100%;*/
    color: #666;
    border: solid 1px #CCC;
    font-size: 8pt;
    margin-bottom: 10px;
    margin-top: 10px; /*font: .7em Tahoma, Arial, Sans-Serif;*/
}

.tabela_footer {
    /*width: 100%;*/
    color: #666;
    border: solid 1px #CCC;
    font-size: 8pt;
    margin-bottom: 10px;
    margin-top: 10px; /*font: .7em Tahoma, Arial, Sans-Serif;*/
}

.td_Titulo {
    width: 100%;
    font-weight: bold;
    text-align: center;
    background-color: #D7D7D7;
    height: 25px;
    font-size: 10pt;
}

.td_SubTitulo {
    font-weight: bold;
    text-align: center;
    background-color: #EAEAEA;
    height: 25px;
    font-size: 10pt;
}

.td_RightAlignBold {
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    height: 25px;
    font-size: 10pt;
}

.td_RightAlign {
    text-align: right;
    vertical-align: middle;
    height: 25px;
}

.td_LeftAlignBold {
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    height: 25px;
}

.td_LeftAlign {
    text-align: left;
    vertical-align: middle;
    height: 25px;
}

.td_CenterAlignBold {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 25px;
}

.td_CenterAlign {
    text-align: center;
    vertical-align: middle;
    height: 25px;
}


.DDTextBox, ComunixTextBox.DDDropDown {
    color: #666;
    font-size: 8pt !important;
    border: solid 1px #dcdcdc;
    background-color: #FEFEFE;
}

.DDMainHeader {
    font: small-caps bold 1.6em Trebuchet MS, Arial, sans-serif;
    color: #888;
    padding: 5px 0px 5px 10px;
    border-bottom: 1px dotted #bbbbbb;
}

.DDMainHeaderRight {
    font: small-caps bold 1.6em Trebuchet MS, Arial, sans-serif;
    color: #888;
    padding: 5px 0px 5px 10px;
    text-align: right;
}

.DDMainHeader a {
    color: #888;
    text-decoration: none;
}

    .DDMainHeader a:hover {
        /* color: #888; */
        color: #6699FF;
        text-decoration: underline;
    }

.DDSubHeader {
    margin-bottom: 20px;
    padding-left: 10px;
    font: 10pt Trebuchet MS, Arial, sans-serif;
    color: #888;
}

    .DDSubHeader a {
        color: #888;
        text-decoration: none;
    }

        .DDSubHeader a:hover {
            /* color: #888; */
            color: #6699FF;
            text-decoration: underline;
        }


.DDMain {
    width: 960px;
    text-align: center;
    margin: 0 auto 0 auto;
}

.DDMainContent {
    width: 100%;
    text-align: left;
}

.DDMainFooter p {
    font: bold 0.7em Trebuchet MS, Arial, sans-serif;
    color: #888;
    margin-top: 24px;
    padding-top: 3px;
    padding-left: 10px;
    border-top: 1px dotted #bbbbbb;
}

.DD {
    padding: 0px 8px;
    font: .75em Tahoma, Arial, sans-serif;
    color: #666;
}

    .DD label {
        font-size: 8pt;
        padding-right: 5px;
    }

.DDLightHeader {
    font-weight: bold;
    background-color: #EAEAEA;
}


.DDFilter {
    font-size: 8pt;
    color: #666;
}

.DDControl {
    padding: 0px;
    font-size: 8pt;
    color: #666;
}

.DDFloatLeft {
    float: left;
}

.DDFloatRight {
    float: right;
}

.DDFooter {
    background-color: #EFEFEF;
}

.DDSelected {
    background-color: #fdffb8;
}

div.DDNoItem {
    color: Red;
    font-family: Trebuchet MS, Arial, sans-serif;
}


/*	Navigation	*/

div.DDNavigation {
    font: .75em Tahoma, Arial, Sans-Serif;
    position: relative;
    top: -28px;
    margin-bottom: -10px;
    padding: 0px 5px;
}

    div.DDNavigation img {
        position: relative;
        margin-top: 0em;
        padding: 0px 8px;
        border: none;
        background-color: #fff;
    }

    div.DDNavigation a {
        color: #839ce7;
        text-decoration: none;
        background-color: #fff;
        padding-right: 8px;
        top: -.2em;
        left: .25em;
    }

        div.DDNavigation a:hover {
            /*color: #000099;*/
            color: #6699FF;
            text-decoration: underline !important;
        }


/*	Details VIEW/EDIT	*/
.tabela_DDDetailsTable {
    background-color: #EFEFEF;
    border-bottom-width: 3px;
    width: 100%;
    color: #666;
    border: solid 1px #CCC;
    font-size: 8pt;
    white-space: nowrap;
}

    .tabela_DDDetailsTable a {
        color: #666;
        text-decoration: none;
        padding-right: 6px;
    }

    .tabela_DDDetailsTable .td {
        padding: 3px 6px;
        border: 1px solid #dbddff;
        border-bottom-style: dotted;
        font-size: 8pt;
        font-family: Tahoma, Arial, Sans-Serif;
    }

table.DDDetailsTable {
    color: #666;
    background-color: #EFEFEF;
    border: 1px solid #CCC;
    border-bottom-width: 3px;
}

    table.DDDetailsTable a {
        color: #666;
        text-decoration: none;
        padding-right: 6px;
    }

    table.DDDetailsTable .td {
        padding: 3px 6px;
        border: 1px solid #dbddff;
        border-bottom-style: dotted;
        font-size: 8pt;
        font-family: Tahoma, Arial, Sans-Serif;
    }


/*	DDGridView/DDListView	*/
table.DDGridView, table.DDListView {
    /*width: 100%;*/
    color: #666;
    border: solid 1px #CCC;
    font-size: 8pt;
    margin-bottom: 10px;
    margin-top: 10px; /*font: .7em Tahoma, Arial, Sans-Serif;*/
}

    table.DDGridView .th, table.DDGridView .td, table.DDListView .th, table.DDListView .td {
        white-space: nowrap;
    }

    table.DDGridView .th, table.DDListView .th {
        background-color: #CCC;
        line-height: 1.3em;
        text-align: left;
        font-size: 1em;
        border: solid 1px #CCC;
    }

        table.DDGridView .th a, table.DDListView .th a {
            color: #666;
            text-decoration: none;
        }

    table.DDGridView .td, table.DDListView .td {
        border: dotted 1px #CCC;
        border-left-width: 0px;
        border-right-width: 0px;
        padding: 6px;
    }

        table.DDGridView .td a, table.DDListView .td a {
            color: #999;
            text-decoration: none;
            margin-right: 6px;
        }

    table.DDGridView .DDSelected a, table.DDListView .DDSelected a {
        color: #999;
        text-decoration: none;
        margin-right: 6px;
    }

        table.DDGridView .DDSelected a:hover, table.DDListView .DDSelected a:hover {
            /*color: #000099;*/
            color: #6699FF;
            text-decoration: underline;
        }

    table.DDGridView .td a:hover, table.DDListView .td a:hover {
        /*color: #000099;*/
        color: #6699FF;
        text-decoration: underline;
    }

/*	DataPager	*/
div.DDPager {
    padding: 0px 6px;
}

/* Bottom hyperlink design*/
div.DDBottomHyperLink {
    font-size: 10pt;
}

    div.DDBottomHyperLink a {
        color: #839ce7;
        text-decoration: none;
    }

        div.DDBottomHyperLink a:hover {
            /*color: #000099;*/
            color: #6699FF;
            text-decoration: underline !important;
        }

    div.DDBottomHyperLink img {
        padding-right: 5px;
        border: none;
    }

.textInput, textarea {
    /* General style for my inputs when they're not highlighted */
    background-color: #FFFFFF; /* border:1px solid #000; */
}

.inputHighlighted {
    /* Highlighting style */
    background-color: InfoBackground; /* color:#FFF; 	border:1px solid #000; */
}

input {
    font-size: 8pt !important;
}

/* autocomplete */

.ac_results, .ac_results ul, .ac_results li {
    text-align: left;
}

.ac_loading {
    background: white url( '/App_Themes/Default/images/indicator.gif' ) right center no-repeat !important;
}

/* watermark */

.watermark {
    color: #DDD !important;
    text-transform: none !important;
}

/* datepicker */

.ui-datepicker * {
    font-size: 0.9em !important;
}

.ui-datepicker {
    width: 13em !important;
}
