@charset "UTF-8";
@import url('./bootstrap/css/bootstrap.min.css');

/****  Override da margem esquerda da span ****/
[class*="span"] {
    /*margin-left: 1% !important;*/
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, 
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption,
 article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
 output, ruby, section, summary, time, mark, audio, video {
    font-family:Verdana;
}
a:hover{
    text-decoration:none;
}
/*#MainPage{
    width:1900px;
}*/
.header{
    background-color:white;
    width:100%;
    border-top:3px solid #336666;
    
  
}
#MainContent{
    background: green; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient( #7b9c9c, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7b9c9c, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient( #7b9c9c, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient( #7b9c9c, white); /* Standard syntax */
    position:relative;
    margin:0px auto;
    padding-top: 10px;
    /*top:-140px;*/
}

#PageContent{
    position:relative;
    
    margin:0px auto;
    max-width:1200px;

}
.logo{
    position:relative;
   /*top:-140px;*/
}
#logoDirecao a.homeGoverno{ 
    display:block;
    background-image: url("images/logo.jpg");
    background-repeat: no-repeat;
    height: 60px;
    position: absolute;
    top:15px;
    left:18vw;
    width: 280px;
    }


.bannerCabecalho {
    
    border-top: 4px solid #336666;
    position: relative;
    width: 100%;
}
.userArea{
    background-color: #336666;
    margin-bottom:6px;
}
.userLogin a{
     display:block;
     float:right;
     color:#fff;
     padding:10px 10px 5px 10px;
}
.user a{
    display:block;
     float:right;
     color:#fff;
     padding:5px 10px 10px 10px;
}

.copyRight{
    text-align:center;
    color:#336666;
}


/******* menu Gestao ******/
.menuGestaoOff{
    display:none!important;
}

.menuGestaoPrincipal{
    width: 98.6%;
    margin-left: 1%;
    margin-bottom: 5px;
    text-align:right;
}

ul.menuGestao
{
   font-family: Verdana;
   font-weight: normal;
   font-style: normal;
}
ul.menuGestao, ul.menuGestao ul {
        display: block;
        margin-top: 5px;
        margin-left:0px;
        padding: 0;
        border: 0;
        list-style-type: none;
    }
ul.menuGestaoEdicao, ul.menuGestaoEdicao ul{
    margin-top:64px;
}

ul.menuGestao li
{
   background: #336666;
   border-radius: 2px;
   position: relative;
   z-index: 5;
   display: block;
   float: left;
   margin-right: 10px;
   padding: 4px 8px 0px 8px;
 }
ul.menuGestao li:hover{
     background: #e3e4e4;
}
ul.menuGestao
{
   display: inline-block;
   vertical-align: middle;
}

ul.menuGestao>li>a
{
   position: relative;
   display: block;
   cursor: pointer;
   text-decoration: none;
   color: #e3e4e4;
   text-align: center;
   font-size:14px ;
   margin-bottom:5px;
   font-weight:bold;
}

ul.menuGestao>li>a:hover, 
ul.menuGestao>li:hover>a {
   text-decoration: none;
   color:#336666;
}
ul.menuGestao> li li{
   display:none;
}
.contentgestao{
    width:100%;
}
.menuPageGestao{
    width:100%;
    height:60px;
     text-align: center;
}

/******* menu principal ******/
.menuPrincipal 
{
   font-family: Verdana;
   font-weight: normal;
   font-style: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float:right;
    background-color:#336666;
    
}
ul{
    list-style-type:none;
}
.menuPrincipal li{
    padding:3px 5px;
}

.menuPrincipal li a, .menuPrincipal li a:visited,.menuPrincipal li a:link{
    color:#e3e4e4;
    font-size:14px;
    border-bottom:1px solid #e3e4e4;
    width:100%;
    display:block;
   
}
.menuPrincipal li a:hover{
    background-color:#e3e4e4;
    color:#336666;
    border-bottom:#336666;
  
}
/* Media Queries */
/* Large desktop */

@media (min-width: 1200px) {
   #logoDirecao a.homeGoverno{ 
    display:block;
    background-image: url("images/logo.jpg");
    background-repeat: no-repeat;
    height: 60px;
    position: absolute;
    top:5px;
    left:18vw;
    width: 280px;
    }
   .areaMovel{
       display:none;
   }
   .areaDesktop{
        display:block;
    }
}

@media (min-width: 979px) and (max-width: 1200px){
   #logoDirecao a.homeGoverno{ 
        display:block;
        background-image: url("images/logo.jpg");
        background-repeat: no-repeat;
        background-size:80%;
        height: 60px;
        position: absolute;
        top:0px;
        left:18vw;
        width: 280px;
    }
   .areaMovel{
       display:none;
   }
   .areaDesktop{
        display:block;
    }
}
/* Portrait tablet to landscape and larger */
/*@media (min-width:768px){
       #logoDirecao a.homeGoverno{
        background-size:80%;
        height: 100px;
        margin-left: 18vw;
        top: 15px;
        width: 280px;
    }
}*/
 
/* Portrait tablet to landscape and smaller */
@media (max-width: 979px) {

    /*#logoDirecao a.homeGoverno{ 
        display:block;
        background-image: url("images/logo.jpg");
        background-repeat: no-repeat;
        background-size:80%;
        height: 60px;
        position: absolute;
        top:5px;
        left:15vw;
        width: 280px;
    }*/
     #MainPage{
         width:924px;
        }
     .areaMovel{
       display:none;
   }
     .areaDesktop{
        display:block;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    #logoDirecao a.homeGoverno{ 
        display:block;
        background-image: url("images/logo.jpg");
        background-repeat: no-repeat;
        background-size:60%;
        height: 60px;
        position: absolute;
        top:0px;
        left:10px;
        width: 280px;
    }
    #MainPage{
         width:924px;
        }
    body {
     padding-left: 0px !important; 
     padding-right: 0px !important; 
    }

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    #logoDirecao a.homeGoverno{ 
        display:block;
        background-image: url("images/logo.jpg");
        background-repeat: no-repeat;
        background-size:60%;
        height: 60px;
        position: absolute;
        top:0px;
        left:10px;
        width: 280px;
    }
     #MainPage{
         width:730px;
        }
     body {
     padding-left: 0px !important; 
     padding-right: 0px !important; 
    }
     .areaMovel{
       display:block;
   }
     .areaDesktop{
        display:none !important;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #logoDirecao a.homeGoverno{ 
        display:block;
        background-image: url("images/logo.jpg");
        background-repeat: no-repeat;
        background-size:60%;
        height: 60px;
        position: absolute;
        top:0px;
        left:10px;
        width: 280px;
    }
    .areaMovel{
       display:block;
   }
    .areaDesktop{
        display:none !important;
    }
     #MainPage{
         width:730px;
        }
     body {
     padding-left: 0px !important; 
     padding-right: 0px !important; 
    }
}


