/* Essentials */

html, div, map, dt, isindex, form, header, aside, section, section, footer
{
    display: block;
}

html, body
{
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-family: Verdana, Helvetica, Arial, Verdana, sans-serif !important;
    background: #F8F8F8;
    font-size: 11px !important;
}
select
{
    cursor: pointer;
}
.btnRed
{
    border: 0 none;
}

.btnRed:disabled
{
    background: #EDEDED;
    color: #808080 !important;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#EAEAEA,#DBDBDB);
    border: 1px solid #A1A1A1 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Header */

@media (min-width: 965px)
{
    header#header
    {
        height: 75px;
        width: 100%;
        /*background-color: #e2e2e2;*/
    }
}
@media (max-width: 964px) 
{
    header#header
    {
        height: 50px;
        width: 100%;
        /*background-color: #e2e2e2;*/
    }
}
header#header div.site_title
{
    float: left;
    margin: 0 auto;
    font-size: 17px;
    display: block;
    width: 20%;
    height: 65px;
    font-weight: bold;
    text-align: center;
    line-height: 62px;
    color: #000;
}
@media (min-width: 965px) {
    header#header div.logo_cli {
        float: right;
        margin: 0 auto;
        font-size: 17px;
        display: block;
        margin-right: 18px;
        height: 65px;
        font-weight: bold;
        text-align: center;
        color: #000;
        border: none;
        padding: 4px;
    }
    header#header div.logo_cli img {
        height: 76px;
        width: auto;
        margin-top: -6px;
        border: none;
    }
}
@media (max-width: 964px) {
    header#header div.logo_cli {
        float: right;
        margin: 0 auto;
        font-size: 17px;
        display: block;
        margin-right: 18px;
        height: 65px;
        font-weight: bold;
        text-align: center;
        color: #000;
        border: none;
        padding: 2px;
    }
    header#header div.logo_cli img {
        height: 50px;
        width: auto;
        margin-top: -2px;
        border: none;
    }
}
@media (min-width: 965px)
{
    header#header div.app_title
    {
        float: right;
        margin: 0 auto;
        font-size: 17px;
        display: block;
        margin-right:48px;
        height: 65px;
        font-weight: bold;
        text-align: center;
        color: #000;
        border: none;
        padding: 4px;
    }
    header#header div.app_title img {
        height: 84px;
        width: auto;
        margin-top: -6px;
        border: none;
    }
}
@media (max-width: 964px) 
{
    header#header div.app_title
    {
        display: none;
    }
}
header#header div.site_title h1
{
    text-align: center;
}

@media (min-width: 965px)
{
    header#header div.site_title img
    {
        padding-top: 2px;
        position: relative;
        display: inherit;
    }
    .logo_normal
    {
        display: inherit;
        box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
        -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
        -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
    }
    .logo_mini
    {
        display: none !important;
    }
    header#header h2.section_title
    {
        text-align: center;
        text-indent: 4%;
        width: 68%;
        position: absolute;
        font-family: Verdana, Gill Sans MT, Tahoma;
        font-size: 13pt;
        text-shadow: 0px 1px #ff0000;
        float: right;
        margin: 0 auto;
        display: block;
        height: 65px;
        font-weight: bold;
        line-height: 22px;
        color: #000;
        border: none;
        padding: 7px;
    }
    section#secondary_bar .user
    {
        float: left;
        width: 28%;
        height: 38px;
        margin-left: 230px;
    }
    .section_cliente {display: block !important;}
}
@media (max-width: 964px) 
{
    header#header div.site_title img
    {
    }
    .logo_normal
    {
        display: none !important;
    }
    .logo_mini
    {
        padding-top: 2px;
        position: relative;
        display: block !important;
    }
    header#header h2.section_title
    {
        text-align: center;
        text-indent: 67px;
        width: auto;
        position: absolute;
        font-family: Verdana, Gill Sans MT, Tahoma;
        font-size: 10px;
        float: right;
        margin: 0 auto;
        display: block;
        height: 65px;
        font-weight: bold;
        line-height: 22px;
        color: #000;
        border: none;
        padding: 5px;
    }
    section#secondary_bar .user
    {
        float: left;
        width: auto;
        height: auto;
        margin-left:38px;
        margin-top:-10px;
    }
    section#secondary_bar .logoff {
        margin-top: -10px;
    }
    .section_cliente {
        display: none !important;
    }
}
.componentHeader
{
    color: #B8251D;
}

/* Secondary Header Bar */

section#secondary_bar
{
    height: 38px;
    width: 100%;
    background: #F1F1F4 url(images/secondary_bar.png) repeat-x;
}

.user p
{
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    float: left;
    width: 83%;
    height: 35px;
    line-height: 32px;
    text-indent: 10px;
    position: relative;
}
.user div
{
    float: left;
    margin-top: 5px;
    width: 8%;
    margin-left: 6%;
    position: relative;
}

.user a
{
    text-decoration: none;
    color: #FFFFF9;
    font-size: 10px;
}

.user a:hover
{
    color: #FFEFEF;
}

/* Sidebar */

@media (min-width: 965px) {
    aside#sidebar
    {
        position: inherit;
        display: block;
        min-width: 194px;
        width: 19%;
        background: #E0E0E3 url(images/sidebar.png) repeat;
        float: left;
        margin-top: 7px;
        margin-left: 2px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        border: #b2aaaa 1px solid;
        overflow: hidden;
        height: auto;
    }
}
@media (max-width: 964px) {
    aside#sidebar
    {
        position: fixed;
        top:50px;
        display: none;
        min-width: 294px;
        width: 99%;
        background: #E0E0E3 url(images/sidebar.png) repeat;
        float: right;
        margin-top: 7px;
        margin-left: 2px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        border: #b2aaaa 1px solid;
        z-index: 51;
        overflow: auto;
        height: 100%;
    }
}
aside#sidebar:hover
{
    box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
    -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
}

#sidebar hr
{
    border: none;
    outline: none;
    background: url(images/sidebar_divider.png) repeat-x;
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
}

/* Sidebar Menu */
@media (min-width: 965px)
{
    #sidebar .divHeader
    {
        color: #FFFFFF;
        margin: 2px 0px 0px 1px;
        display: block;
        float: left;
        width: 96%;
        height: 24px;
        background: url(images/secondary_bar.png) repeat-x;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
}
@media (max-width: 964px)
{
    #sidebar .divHeader
    {
        display: none;
    }
}
#sidebar .divHeader h3
{
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 15px;
    width: 200px;
}
@media (min-width: 965px)
{
    #sidebar ul li
    {
        list-style: none;
        margin: 0 0 0 6%;
        padding: 0;
    }
    #sidebar ul
    {
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }
}
@media (max-width: 964px)
{
    #sidebar ul li
    {
        list-style: none;
        margin: 0 0 0 6px;
        padding: 4px;
    }
    #sidebar ul
    {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #000000;
    }
}
#sidebar ul li span
{
    padding-right: 3px;
}
#sidebar ul li a
{
    color: #666666;
    padding-left: 2px;
    text-decoration: none;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    text-shadow: 0 1px 0 #fff;
    margin-top: 4px !important;
}
#sidebar ul li a:hover
{
    color: #444444;
}

/* Sidebar Icons */

#sidebar li.icn_car a
{
    background: url(images/car-small.png) no-repeat center left;
}
#sidebar li.icn_user a
{
    background: url(images/user.png) no-repeat center left;
}
#sidebar li.icn_rail a
{
    background: url(images/rail.png) no-repeat center left;
}
#sidebar li.icn_baliza a
{
    background: url(images/baliza.png) no-repeat center left;
}
#sidebar li.icn_map a
{
    background: url(images/map.png) no-repeat center left;
}
#sidebar li.icn_mala a
{
    background: url(images/mala.png) no-repeat center left;
}

#sidebar p
{
    color: #666666;
    padding-left: 6%;
    text-shadow: 0 1px 0 #fff;
    margin: 10px 0 0 0;
}

#sidebar a
{
    color: #666666;
    text-decoration: none;
}

#sidebar a:hover
{
    text-decoration: underline;
}

#sidebar footer
{
    margin-top: -11px;
    margin-bottom: 9px;
    padding-left: 5px;
}

/* Main Content */
@media (min-width: 965px)
{
    section#main
    {
        width: 79%;
        float: left;
        margin-top: 8px;
        background-color: #ffffff;
        min-height: 600px;
        border: 1px solid #e0e0e0;
        padding-bottom: 14px;
        border-radius: 8px;
    }
}
@media (max-width: 964px)
{
    section#main
    {
        width: 99%;
        float: left;
        margin-top: 7px;
        background-color: #ffffff;
        min-height: 300px;
        border: 1px solid #e0e0e0;
        padding-bottom: 14px;
        border-radius: 7px;
    }
}
section#main .center
{
    margin: 20px 3% 0 3%;
}

section#main .center #logoDefault
{
    padding-left: 30%;
    padding-top: 15%;
}

/* Module Widths */

.width_full
{
    width: 95%;
}

.width_half
{
    width: 46%;
    margin-right: 0;
    float: left;
}

.width_quarter
{
    width: 26%;
    margin-right: 0;
    float: left;
}

.width_3_quarter
{
    width: 66%;
    margin-right: 0;
    float: left;
}

.width_left_map
{
    width: 27.1%;
    margin-right: 0;
    float: left;
}

.width_right_map
{
    width: 72.6%;
    margin-right: 0;
    float: right;
}

/* SysGridView e DetailsView */
.header
{
    display: block;
    height: 32px;
    width: 100%;
    background: #F1F1F4 url(images/secondary_bar.png) repeat-x;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 12px;
}

.header h3
{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 10px;
}

.header h3 .rightContent
{
    float: right;
    margin-top: -10px !important;
    margin-right: 5px;
}

.header h2
{
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 7px;
}
@media screen
{
.gridDetailsClass
{
    color: Black;
    background-color: white;
    border: 1px solid #DEDEE1;
    padding: 4px;
    width: 100%;
    font-size: 11px;
}
}
@media print
{
.gridDetailsClass
{
    color: Black;
    background-color: white;
    border: 1px solid #000000;
    padding: 4px;
    width: 100%;
    font-size: 11px;
}
} 
.gridDetBotClass
{
    color: Black;
    background-color: white;
    border: 1px solid #DEDEE1;
    padding: 4px;
    width: 100%;
}
.gridFooter
{
    background-color: #F4F4F7;
}

.gridEmpty
{
    font-size: 12px;
}

.gridRowBorder
{
    border: 1px solid #DEDEE1;
}

.gridEmpty .spanNenhumReg
{
    margin-left: 4px;
}

.gridDetailsClass:hover, .gridDetailsClass caption:hover, .gridDetBotClass:hover
{
    box-shadow: 0 0 25px 0 rgba(189, 189, 189, 0.9);
    -webkit-box-shadow: 0 0 25px 0 rgba(189, 189, 189, 0.9);
    -moz-box-shadow: 0 0 25px 0 rgba(189, 189, 189, 0.9);
}

.gridDetailsClass input[type=text], .gridDetailsClass textarea
{
    border: #DEDEE1 1px solid;
    font-family: Verdana, Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
}

.gridDetailsClass input[type=text]:focus, .gridDetailsClass select:focus, .gridDetailsClass textarea:focus, .dropCliente:focus
{
    outline: none;
    color: #666666;
    border: 1px solid #B8251D;
    -webkit-box-shadow: inset 0 1px 1px #ccc, 0 0 2px #B8251D;
    -moz-box-shadow: inset 0 1px 1px #ccc, 0 0 2px #B8251D;
    box-shadow: inset 0 1px 1px #ccc, 0 0 2px #B8251D;
}

.gridDetailsClass caption
{
    color: red;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #FFFFFF;
    border: #DEDEE1 1px solid;
}

.gridPager
{
    background: url(images/table_pager.png) repeat-x;
    height: 31px;
    font-size: 8.5pt;
    text-align: left;
    border-top: #DEDEE1 1px solid;
    border-bottom: #DEDEE1 1px solid;
}

.gridPager td
{
    vertical-align: middle;
    text-align: inherit;
}

.gridPager select, .detailsEdit select, .dropCliente
{
    font-size: 8.5pt;
    vertical-align: middle;
    border: #DEDEE1 1px solid;
}
.detailsBSEdit
{
    border: #DEDEE1 1px solid;
}
.gridHeader
{
    color: #164365;
    font-weight: bold;
    height: 28px;
    background: url(images/table_sorter_header.png) repeat;
}
.gridHeader th
{
    color: #164365 !important;
}
.gridHeader a, .gridHeader a:visited
{
    color: #164365 !important;
    text-decoration: none;
}

.gridDetailsRow
{
    background-color: #FFFFFF;
    height: 36.5px;
    margin: 2px;
}

.gridDetailsAlternatingRow
{
    background-color: #EDEDF2;
    height: 25px;
}

.gridSelectedRow
{
    background-color: #006600;
    height: 25px;
    color: White;
    font-weight: bold;
    margin: 2px;
}

.gridFotter
{
    background-color: #FFFFFF;
    height: 30px;
}
.gridDetailsAlternatingRow td, th
{
    padding: 2px 3px 2px 3px !important; /*text-align: inherit;*/
}
.gridSelectedRow td, th
{
    padding: 2px 3px 2px 3px !important; /*text-align: inherit;*/
}
.gridDetailsRow td, th
{
    padding: 2px 3px 2px 3px !important; /*text-align: inherit;*/
}

.detailsHeader
{
    height: 19px;
    background: #F1F1F4 url(images/secondary_bar.png) repeat-x;
}

.detailsHeader td
{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 20px;
    padding-top: 2px;
    font-weight: bold;
}

.detailsEdit
{
    color: black;
    background-color: #F5F5F5;
    height: 20px;
    font-weight: bold;
}

.detailsFieldHeader
{
    width: 280px;
    text-align: right;
    padding-right: 9px;
}

.detailsFooter
{
    background-color: #FFFFFF;
    height: 30px;
}
.detailsFooter input
{
    background-color: Transparent;
}
.detailsFooter td
{
    border-top: #000066 2px solid;
}

.detailsCommand, .detailsEmpty
{
    vertical-align: middle;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    height: 50px;
    border-top: #DEDEE1 1px solid;
}

.btnGreen
{
    background: green !important;
}

.detailsCommand a, .btnRed
{
    margin: 11px;
}
.btnRed:active
{
    position: relative;
    -webkit-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), inset 0 0px 1px rgba(0, 0, 0, 0.9);
}

.gridPager input[type=text]
{
    height: 15px !important;
    font-size: 11px !important;
}

.btnRed:hover
{
    background: #F1F1F4 !important;
    color: #000000 !important; /*background-image: -moz-linear-gradient(top,#fff,#e6e6e6);     background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));     background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);     background-image: -o-linear-gradient(top,#fff,#e6e6e6);     background-image: linear-gradient(to bottom,#EAEAEA,#DBDBDB); */
}

/* TextArea */
.textAreaNotResize
{
    resize: none;
}

/* Other Footer */
#footerAll
{
    height: 38px;
    width: 100%;
    background: #F1F1F4 url(images/secondary_bar.png) repeat-x;
    bottom: 0px;
    text-align: center;
    display: table;
    position: absolute;
}
#footerAll span
{
    font-weight: bold;
    color: White;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 5px;
}

/* Login */
@media (min-width: 965px)
{
    .divCenter
    {
        background: #fefefe;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        border: #b2aaaa 1px solid;
        color: #444;
        font-size: 13px;
        overflow: hidden;
        height: 300px;
        width: 402px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -150px 0 0 -205px;
        z-index: 50;
    }
     .divCenter .boxBody
    {
        background: #fefefe;
        border-top: 1px solid #dde0e8;
        border-bottom: 1px solid #dde0e8;
        padding: 2px 20px;
        height: 190px;
    }
   .divCenter input[type=text], .divCenter input[type=password], .wizardText, .wizard input[type=text], .wizard input[type=password]
    {
        border: 4px solid #D6D8D8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
        -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
        box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
        padding: 6px 4px;
        width: 340px;
        display: block;
    }
}
@media (max-width: 964px)
{
    .divCenter
    {
        background: #fefefe;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: #b2aaaa 1px solid;
        color: #444;
        font-size: 13px;
        overflow: hidden;
        height: 246px;
        width: 95%;
        position: absolute;
        left: 10px;
        top: 78px;
        z-index: 50;
    }
    .divCenter .boxBody
    {
        background: #fefefe;
        border-top: 1px solid #dde0e8;
        border-bottom: 1px solid #dde0e8;
        padding: 2px 20px;
        height: 150px;
    }
    .divCenter input[type=text], .divCenter input[type=password], .wizardText, .wizard input[type=text], .wizard input[type=password]
    {
        border: 4px solid #D6D8D8;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
        -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
        box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
        padding: 5px 3px;
        width: 99%;
        display: block;
    }
}
.divCenter .boxBody .loginBody
{
    margin-top: 8px;
}

.divCenter footer, .wizardNavigation
{
    background: #003D7A;
    border-top: 1px solid #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.divCenter footer #links
{
    width: 50%;
}

.divCenter label
{
    display: block;
    font: 14px/22px Arial, Helvetica, Sans-serif;
    margin: 4px 0 0 6px;
    font-weight: bold;
}

.divCenter a:active
{
    color: #f84747;
}
.divCenter .btnRed
{
    background: #F1F1F4 !important;
    color: Black;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 50px;
    line-height: 20px;
    margin-top: -5px;
}
.divCenter .btnRed:hover
{
    background-color: #8CC53D !important;
}
.divCenter .loginFooterLink
{
    float: left;
    color: #FFFFFF;
    font-size: 11px !important;
    font-weight: bold;
    margin-left: 20px;
    padding-top: 9px;
}

.divCenter .spanCenter
{
    font-size: 13px;
    margin: 0 auto;
    font-weight: bold;
}

.loginRequired
{
    color: Red;
    font-size: 12px;
    position: relative;
}

.errorMessage
{
    margin-left: 6px;
    color: Red;
    font-size: 11px;
    font-weight: bold;
}

.headerLogin
{
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
/* Logoff */
.logoff
{
    float: right;
    width: 5%;
}
@media (min-width: 965px)
{
    .logoff a
    {
        display: inline-block;
        line-height: 32px;
        float: right;
        margin-right: 15px;margin-top:3px;
        color: White;
        font-weight: bold;
        text-decoration: underline;
        font-size: 10px;
        cursor: pointer;
    }
}
@media (max-width: 964px)
{
    .logoff a
    {
        display: inline-block;
        line-height: 32px;
        float: right;
        margin-right: 15px;
        color: White;
        font-weight: bold;
        text-decoration: underline;
        font-size: 12px;
        cursor: pointer;
    }
}

/* Registro de usuário Wizard */
.wizardStep
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
}

.wizardHeader
{
    color: White;
    display: block;
    height: 24px !important;
    font-size: 14px;
    background: #F1F1F4 url(images/secondary_bar.png) repeat-x;
    border-style: none !important;
    border-width: 0px !important;
    font-weight: bold;
    padding-left: 18px;
    padding-top: 7px;
    position: absolute;
    margin-top: 11px;
    width: 382px;
    white-space: nowrap;
}
.wizard
{
    background: #fefefe;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border: #b2aaaa 1px solid;
    border-radius: 12px;
    color: #444;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    height: 300px;
    width: 402px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -205px;
    border-collapse: separate !important;
    z-index: 50;
}

.wizard input[type=text], .wizard input[type=password], .divCenter input[type=text], .divCenter input[type=password]
{
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
}

.wizard .btnRed
{
    margin-right: 25px;
}

.wizard input[type=text], .wizard input[type=password]
{
    margin-left: 19px;
    margin-top: 15px;
}

.wizardNavigation
{
    height: 50px !important;
}

.wizardSpan
{
    float: left;
    margin-left: 30px;
}
.wizardError
{
    float: left;
    margin-left: 25px;
    margin-right: 25px;
}

.wizard input[type=text], .wizard input[type=password]
{
    width: 340px !important;
}

/* Seleção Cliente */
.selecaoCliente
{
    float: right;
    margin-right: 10px;
    height: 32px;
}

.selecaoCliente span
{
    font-weight: bold;
    color: White;
}

.dropCliente
{
    width: auto;
}

.selecaoCliente table
{
    height: 32px;
}

/* tableUploadImages */
.tableUpload tr th
{
    text-align: left;
}

/* mapa */
#mapParent
{
    height: 78%;
    width: 100%;
}

#map
{
    height: 100%;
    width: 100%;
}

.mapMaster
{
    width: 100%;
}

.divButtonsMap
{
    padding-top: 5px;
    cursor: pointer;
}

.buttonsMap
{
    direction: ltr;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: rgb(0, 0, 0);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    background-color: rgb(255, 255, 255);
    padding: 1px 6px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.14902);
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    min-width: 28px;
    font-weight: 500;
    float: left;
    border: 1px solid #C1BFB8;
}

.buttonsMap:hover
{
    background-color: #EBEBEB;
}

.buttonsMapDisableHover:hover
{
    background-color: rgb(255, 255, 255) !important;
}

.buttonsMapII
{
    direction: ltr;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: rgb(86, 86, 86);
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    padding: 8px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    border-left-width: 0px;
    min-width: 37px;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    margin-top: 5px;
    margin-bottom: 24px;
}
.buttonsMapII:hover
{
    background-color: #EBEBEB;
}

.buttonsMapIIDisableHover:hover
{
    background-color: rgb(255, 255, 255) !important;
}
/* diversos */
.clicavel
{
    cursor: pointer;
    float: right;
}

.link:hover
{
    text-decoration: underline;
}

/* painel filtro */
.divFiltro
{
    width: 100%;
    background: #E0E0E3 url(images/sidebar.png) repeat;
    border-radius: 9px;
    border: #b2aaaa 1px solid;
    font-weight: bold;
    color: #164365;
    min-height: 55px;
    height: auto;
    text-align: center;
}

.divFiltro *
{
    font-size: 11px;
}

.filtroItens
{
    display: inline-block;
    margin-top: 17px;
}

.filtroItens input[type=submit]
{
    margin-top: -1px;
}

.subItens
{
    float: left !important;
}
.filtroItens span, .filtroItens input[type=text], .filtroItens img, .filtroItens table
{
    float: left;
    position: relative;
}

.dataTimer table, .dataTimer span
{
    float: none !important;
}

.filtroItens span
{
    margin-right: 6px;
    margin-left: 6px;
    padding-top: 4px;
}
.filtroItens .clicavel
{
    padding-top: 4px;
    padding-right: 6px;
}

.divFiltro:hover
{
    box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
    -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.9);
}


.error
{
    border: 2px solid red !important;
}

/******************************************/
/**************CSS Popup Marker************/
/******************************************/
.bordaBox
{
    background-color: transparent;
    width: auto;
}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b4, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b, .bordaBox .b4b
{
    display: block;
    overflow: hidden;
    font-size: 1px;
}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b
{
    height: 1px;
}
.bordaBox .b2, .bordaBox .b3, .bordaBox .b4
{
    background: #CECECE;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.bordaBox .b1
{
    margin: 0 5px;
    background: #999;
}
.bordaBox .b2
{
    margin: 0 3px;
    border-width: 0 2px;
}
.bordaBox .b3
{
    margin: 0 2px;
}
.bordaBox .b4
{
    height: 2px;
    margin: 0 1px;
}
.bordaBox .conteudo
{
    padding: 5px;
    display: block;
    background: #CECECE;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    white-space: nowrap;
}

.container
{
    width: 100%;
    float: left;
}

.gridHeaderMerge
{
    color: #666;
    font-weight: bold;
    height: 28px;
    background: url(Images/table_sorter_header_merge.png) repeat;
}

.gm-style-iw
{
    overflow: visible !important;
    height: auto !important;
    width: auto !important;
}

.tooltip
{
    margin: 0;
    padding: 2px 0.5ex;
}
/*** Estrutura DRE ***/
#treeView ul li
{
    padding-top: 2px;
}
#treeView ul li a
{
    cursor: pointer;
}
#treeView ul li a:hover
{
    color: blue !important;
}
#treeview-a-top
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
#treeview-a-dad
{
    font-weight: bold;
}
#divData
{
    padding-top: 20px;
    padding-left: 20px;
}
#divADD
{
    padding-top: 20px;
    padding-left: 20px;
}
#divData .span-underline
{
    text-decoration: underline;
    font-weight: bold;
}
#divADD .span-underline
{
    font-weight: bold;
}
#divData .span-padding
{
    padding-left: 10px;
}
#divADD .span-description, #divData .span-description
{
    color: Gray;
    font-weight: bold;
}
.tree-properties
{
    padding-top: 25px;
}
.img-ordem
{
    vertical-align: sub;
    padding-right: 5px;
}

#divADD input, #divADD select
{
    width: 330px;
}
.chosen-container .chosen-results li.disabled-result
{
    color: #808080 !important;
}
#DropConta_chosen .chosen-results li.active-result 
{
    margin-left: 21px !important;
}