/* 
    Document   : phonewide
    Created on : 06/07/2013, 21:30:26
    Author     : Higor
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.maior,form select{width:85% !important;}   

    
    .medio{width: 95% !important;}
    .intermediario{width: 95% !important;}
    .menor{width:150px !important}
    .muitomenor{width:80px !important}

#topo #barrasuperior {
    float: left;
    height: auto;
    width: 100%;
}
#topo #barrainferior h2 {
    display: none !important;
}
ul.modulosacesso li a {
/*    float: none !important;
    width: 75% !important;*/
    margin: 10px auto;
    height: 200px
}
ul.modulosacesso li a.b2 {
    margin-left: auto !important;
    margin-right: auto !important;
}
#barrasuperior h6 {
    display: none;
}


ul.modulosacesso li a.padrao, ul.modulosacesso li a.relatorio {
    width: 100% !important;
    height: 40px;
    padding-top: 20px;
}
ul.modulosacesso li a.p1 {
    margin-left: auto !important;
    margin-right: auto !important;
}
ul.modulosacesso li a.p2 {
    margin-left: auto !important;
    margin-right: auto !important;
}


ul.modulosacesso li a.relatorio.p1 {
    margin-right: 0% !important;
    margin-left: 0% !important;
}
ul.modulosacesso li a.relatorio.p2 {
    margin-right: 0% !important;
    margin-left: 0% !important;
}
ul.modulosacesso li a.relatorio.p3 {
    margin-right: 0% !important;
    margin-left: 0% !important;
}
ul.modulosacesso li a.relatorio.p4 {
    margin-right: 0% !important;
    margin-left: 0% !important;
}



#VerificaCartao label {
    float: none !important;
    width: 95% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: left !important;
}
#VerificaCartao {
    width: 100% !important;
}


#barrasuperior{
    
}

#primary_nav_wrap ul {
    float: right;
}
#primary_nav_wrap ul ul {
    left: -80px;
}
#primary_nav_wrap ul li {
    float: left;
    padding: 3px 0.5%;
    width: 24%;
}
#barrasuperior li img{
    max-width: 100%;
}

ul.fastmenu {
    display: none;
}
.center {
    padding: 0 2%;
    width: 96%;
}
div.holder {
    padding: 10 3px;
}
.login {
    width: 99%;
}
.sistema {
    width: 99%;
}

.novobotao {
    float: left !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    padding: 3px 2px !important;
}

h5 {
    margin-bottom: 0px;
}
.entregas{
    display: none;
}

div.item a {
    display: inline-block;
    width: 94%;
}

#topo #barrasuperior .menutopo li a {
    font-size: 11px;
}
.vivaotrabalho{
    width: 95%;
    float: left;
    /*display: none;*/
}
.vivaotrabalho img{
    width: 50%;
    float: left;
}
/*#barrainferior{
    display: none;
}*/

#primary_nav_wrap ul a {
    font-size: 12px;
    font-weight: 700;
    margin: 3px 7px;
    padding: 0;
    text-align: center;
    width: 100%;
}
#primary_nav_wrap ul ul a {
    line-height: 120%;
    padding: 6px 5px;
    text-align: center;
}
.denuncialogin {
    text-align: center;
    width: 100%;
}
.denuncialogin .desc {
    float: none;
    font-size: 110%;
    margin: 0 auto;
}

.denuncialogin .link {
    height: 98px;
    padding: 3%;
    text-align: center;
    width: 94%;
}

#datadel, #dataatel{
    width: 33%;
}
#atel{
    width: 8%; 
    min-width: 20px; 
    padding: 0px 2%;
}
#conteudo {
    padding-top: 2px;
    max-width: 99vw;
    overflow: auto;
    clear: left;
}
.loginhome {
    width: 100%;
    border-radius: 10px;
    border:1px solid;
    border-color: #f9f9f9 #f2f2f2 #d4d4d3;
    -webkit-box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.05);
box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.05);
padding-bottom: 5px;
}
.extrato {
    float: left;
    margin-top: 15px;
    width: 100%;
    border-radius: 10px;
    border:1px solid;
    border-color: #f9f9f9 #f2f2f2 #d4d4d3;
    -webkit-box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.05);
box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.05);
padding-bottom: 5px;
}
.telacheia{
    width: 97% !important;
    float: left !important;
}

form fieldset {
    border: 0px solid #d4d4d3;
    margin: 0;
    padding: 5%;
    width: 90%;
    
}

form input, form textarea, form select {
    padding-left: 7px;
    padding-right: 7px;
    padding-top:3px;
    padding-bottom:0px;
    border-radius: 5px;
    background-color: #f2f2f2;
    float: left;
    margin-top: 4px;
    margin-left: 5px;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 35px;
    outline-color: #129384;
    width: 94%;
}

form input:focus, textarea:focus, select:focus {
    border: 1px solid #999998;
}
.botao {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ed1c24 none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #ca181f;
    border-image: none;
    border-radius: 5px !important;
    border-style: none none solid;
    border-width: 0 0 4px;
    color: #fff;
    float: right;
    font-size: 120%;
    font-weight: bold;
    height: auto;
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: 3px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    cursor: pointer;
    border-bottom: 0px !important;
}

.dashpanel {
    width: 100% !important;
    margin-bottom: 10px !important;

}