﻿html, body {
    font-family: Verdana;
    font-size: 8pt;
    color: black;
    background: #f8f8f8;
    scrollbar-DarkShadow-Color: #b3afa2;
    scrollbar-3dLight-Color: #b3afa2;
    scrollbar-Arrow-Color: black;
    scrollbar-Base-Color: #ECE9D8;
    scrollbar-Face-Color: #ECE9D8;
    scrollbar-Highlight-Color: #ECE9D8;
    scrollbar-Shadow-Color: #ECE9D8;
    scrollbar-Track-Color: #F3F3F3;
}

table {
    width: 98%;
    border: 1px solid #000000;
}

td {
    font-family: Verdana;
    font-size: 8pt;
}

.tdValor {
    text-align: right;
}

.LinhaAlternada {
    background-color: #ffffff;
}

.operacoes {
    border-top: 1px solid #000000;
    text-align: right;
}

input {
    font-family: Verdana;
    font-size: 8pt;
}

    input[type=submit], #btnSalvar {
        border-radius: 3px;
        background-image: linear-gradient(to bottom, #fdb813, #facf67);
        background-repeat: repeat-x;
        height: 20px;
        color: #000000;
        border: 0px solid #e2e2e2;
    }

.text {
    font-family: Verdana;
    font-size: 8pt;
    /*color: black;*/
}

.loginimg {
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 16px;
    background-image: url('images/loginbg.jpg');
    color: #7C7C7C;
    border-bottom: #7F9DB9 1px solid;
    background-repeat: repeat-x;
    height: 36px;
    text-align: center;
}

.grid_item {
    font-family: Verdana;
    color: #000000;
    font-size: 10px;
}

.header {
    font-family: Verdana;
    color: #000000;
    font-weight: bold;
    font-size: 10px;
    background-color: #ECE9D8;
}

a, a:visited, a:hover, a:active {
    color: #4D87D1;
}

legend {
    font-weight: bold;
}
/* MENU */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
}

    #cssmenu ul ul {
        display: none;
    }

.align-right {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 10px 10px;
    border-left: 1px solid #918b78;
    border-right: 1px solid #918b78;
    border-top: 1px solid #918b78;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #b3afa2;
    background: -webkit-linear-gradient(#b3afa2, #a8a394);
    background: -moz-linear-gradient(#b3afa2, #a8a394);
    background: -o-linear-gradient(#b3afa2, #a8a394);
    background: -ms-linear-gradient(#b3afa2, #a8a394);
    background: linear-gradient(#b3afa2, #a8a394);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

    #cssmenu > ul > li > a:hover,
    #cssmenu > ul > li.active > a,
    #cssmenu > ul > li.open > a {
        color: #eeeeee;
        background: #a8a394;
        background: -webkit-linear-gradient(#a8a394, #9c9786);
        background: -moz-linear-gradient(#a8a394, #9c9786);
        background: -o-linear-gradient(#a8a394, #9c9786);
        background: -ms-linear-gradient(#a8a394, #9c9786);
        background: linear-gradient(#a8a394, #9c9786);
    }

#cssmenu > ul > li.open > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #918b78;
}

#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
    border-bottom: 1px solid #918b78;
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

    .holder::after,
    .holder::before {
        display: block;
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        right: 20px;
        z-index: 10;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .holder::after {
        top: 10px;
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
    }

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
}

.holder::before {
    top: 12px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}

#cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #dbd6b6;
    border-left: 1px solid #dbd6b6;
    border-right: 1px solid #dbd6b6;
    padding: 10px 10px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #000000;
    background: #ece9d8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    background: #e7e3ce;
    color: #615f5f;
}

#cssmenu ul ul li:first-child > a {
    box-shadow: none;
}

#cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
    padding-left: 30px;
}

#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
}

#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #dbd6b6;
}

#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}

#cssmenu ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
    border-color: #615f5f;
}
