
* {
    box-sizing: border-box;
}

BODY{
  font-family:Verdana,Bitstream Vera Sans, Sans;
  font-size: 11px;
  color:#000;
  text-align:center;
  margin:0;
  border:0;
  padding:0;
}
DIV#logoPlace{
  height:250px;
  background-image:url(../img/titan_welcome.jpg);
  background-repeat:no-repeat;
  background-position:center;
}
DIV#place4msg{
  color:#C00;
}

#logonBtn{
  margin:5px;
  background-color:#00ace6;
  font-weight:bold;
  font-size: 14px;
  width: 80%;
  border:solid 2px #0099cc;
  padding: 2px 8px 3px 8px; 
  border-radius: 6px;
  color:#fff;
}
#logonBtn:hover{
    cursor: pointer;
    background-color: #00bfff;
}

#passRecoveryBtn{
  margin:5px;
  background-color:#00629f;
  font-weight:bold;
  font-size: 14px;
  width: 80%;
  border:solid 2px #0099cc;
  padding: 2px 8px 3px 8px; 
  border-radius: 6px;
  color:#fff;
}

#passRecoveryBtn:hover{
    cursor: pointer;
    background-color: #008ee6;
}

.text{
  margin-bottom:6px;
  border:solid 1px #00bfff;
  font-size:14px;
  width: 80%;
  border: none;
  background: transparent;
  border-bottom: solid 1px #ACD;
  color:#4d4d4d;
  padding: 2px 8px 3px 8px;
}
.text:focus{
    border-bottom: solid 1px #00bfff;
}
.header {
    /*background-color: #0099cc;*/
 /*background: -moz-linear-gradient(top, #00ccff, #0099ff);
background: -webkit-gradient(linear,left top, left bottom, from(#00ccff), to(#0099ff));*/
 background-image:url(../img/layout_azul.png);
    color: #ffffff;
    padding: 6px;
    width: 100%;
}

.imgLeft{
       float:left;
       padding: 5px 0 10px 20px;
   }

    .biRight{
        float:right;
        padding-top: 30px;
        padding-right: 20px;
    }   
.headerRow{
    width: 100%;
    position: relative;
    clear: both;
}
#imagemHeader{
    cursor: pointer;
}

.header {
    /*background-color: #0099cc;*/
 background: -moz-linear-gradient(top, #00ccff, #0099ff);
background: -webkit-gradient(linear,left top, left bottom, from(#00ccff), to(#0099ff));
    color: #ffffff;
    padding: 6px;
    width: 100%;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    .header{width: 100%;}
    .footer{width:100%;}
    
}

    #imagemHeader{        
        text-align: center;
        width: 100%;
        margin-top:  20px;
        padding-left:  34px;
    }

        #imagemHeader{
        float: left;
        padding-left: 20px ;
        margin-top:  10px ;
    }



    
FORM{
  margin:0;
}
LABEL{
  display:block;
  float:left;
  font-weight:bold;
  width:80px;
  margin-bottom:2px;
}
/*INPUT.text{
  margin-bottom:2px;
  border:solid 1px #ACD;
  font-size:11px;
}*/
INPUT#logonBtn{
  margin:5px;
  background-color:#DDD;
  font-weight:bold;
  -moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
}
DIV#loadLabel{
  display:none;
  position:absolute;
  left:0;
  top:0;
  background-color:#FFF;
  color:#06A;
  font-weight:bold;
}
DIV#msgPlace{
background-image:url(../img.titan/icones/status/warning.png);
background-repeat:no-repeat;
background-position:center top;
padding:30px;
}




[class*="col-"] {
    float: left;
    padding: 2px;
}

.header {
    /*background-color: #0099cc;
 background: -moz-linear-gradient(top, #00ccff, #0099ff);
background: -webkit-gradient(linear,left top, left bottom, from(#00ccff), to(#0099ff));*/
    background-image:url(../img/layout_azul.png);
    color: #ffffff;
    padding: 6px;
    width: 100%;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 8px;
    margin-bottom: 0px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #0099cc;
}
.aside {
    background-color: #ffffff;
    padding: 10px;
    color: black;
    text-align: left;
    font-size: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border: 1px solid black;
}
table{
    font-size: 12px;
}
.footer {
    
  
    background-image:url(../img/layout_azul.png);
    color: #ffffff;
    text-align: left;
    font-size: 10px;
    padding: 0px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    .header{width: 100%;}
    .footer{width:100%;}
    
}

#tituloPagina{
    color:#fff;
    text-align: center;
    font-weight: bolder;
    width: 100%;
}
@media only screen and (max-width: 480px){
    .aside{
        overflow-x: scroll;
        max-width: 100%
    }
    #canvasContainer
    {
        width: 100%;
    }
    
    #tituloPagina{
        font-size: 20px;
        text-align: center;
        padding: 20px;
    }
    #imagemHeader{        
        text-align: center;
        width: 100%;
        margin-top:  20px;
        padding-left:  34px;
    }

   
    .m-alinharEsquerda{
        text-align: left;
    }

    
    #filtros>div{
        margin: 5px 3%;
    }
    #btnFiltrar{
        float: right; 
    }
    #lojas{
        width: 100%;
    }
   
    #btnReprocessar{
        width:92%;
        margin: 15px 4%;
    }

    #logoContainer{
	width:100%;
    }
    #logo_cliente{
        top:1px;
	position: relative;
	margin-left:-60px;
	left: 50%;
    }
}

@media only screen and (max-height: 600px) {
    #formPlace {
        position: relative;
        margin-left: 50%;
        left: -155px !important;
        text-align: center;
        clear: both;
        border: solid 1px #ACD;
        width: 280px !important;
        padding: 15px;
        border-radius: 18px;
        background-color: #f6f6f6;
    }
    
    #logo_azul{
            width: 200px !important;
            margin-top: 0%;
            margin-left: -35px !important;

    }


}



@media only screen and (min-width: 480px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
    
     .imgLeft{
        float:left;
        padding: 5px 0 10px 20px;
    }
    #filtros>div{
        margin-right: 10px;
    }
    .biRight{
        float:right;
        padding-top: 30px;
        padding-right: 20px;
    }   
    
    #tituloPagina{
        font-size: 18px;
        float: right;
        padding-top: 30px;
    }
    #imagemHeader{
        float: left;
        padding-left: 20px ;
        margin-top:  10px ;
    }
    .l-flex{
        display: flex;
    }

    #conteudo{
     padding-right: 15px;   
     padding-left: 15px;   
     padding-top: 5px;   
     padding-bottom: 25px;   
    }
    
    #filtros{
        display: flex;
        float: right;
        vertical-align: top;
    }
    
    #btnSair{
        float: right;
    }
    #btnSairTexto{
        display: none;
    }
    
    #btnReprocessar{
        float: right;
        margin: 10px 0;
    }
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    #tituloPagina{
            font-size: 28px;
    }
}
.alinharCentro{
    text-align: center;
    
}

/*alteracoes*/

body{
    padding: 0;
    margin: 0;

}
.headerRow{
    width: 100%;
    position: relative;
    clear: both;
}

.biRight{
    font-size: 14px;
}

#btnSair{
    cursor: pointer;
    border-radius: 5px;
    padding: 2px 5px;
    text-align: center;
    display: none;
}

#btnSair:hover{
    background-color: #00bfff;
}
#btnSairIcon{
        opacity: 0.9;
    }
.expandir{
    font-weight: bolder;
    font-size: 16px;
    background-color: #fff;
    border: solid 3px #0099cc;
    padding: 1px 4px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    color: #0086b3;
    float: right;
    box-shadow: 2px 3px 5px #999999;
}
.expandir:hover{
    background-color: #e6f9ff;
}


#btnSideBar:hover{
    background-color: #99d6ff;
}
#btnSideBar{
    cursor: pointer;
    /*border: solid 1px #0086b3;*/
    border-radius: 5px;
    padding: 2px 5px;
    
    text-align: center;
    float: right;
}

#sideBar{
    width:0px;
    height: 100%;
    position: fixed;
    background-color: #66c2ff;
    right: 0;
    border-left: solid 0px #33adff;
    overflow-x: hidden;
    box-sizing: border-box;
    
    z-index: 3;
}

#listaSideBar div:hover{
    background-color: #80ccff;
}
#listaSideBar{
    margin-top: 30px;
    border-top: solid 1px #595959;
    display: none;
    max-height: 90%;
    overflow-y: auto;
}
#listaSideBar div{
    cursor: pointer;
    padding-left: 25px;
    color: #333333;
    padding: 10px 0;
    border-bottom: solid 1px #595959;
}

.sideBarIcon{
    vertical-align:middle;
    margin-right: 5px;
}
.hamburgerSlice{
    width: 20px;
    height: 1px;
    border: solid 1px #fff;
    	border-radius:2px;
    margin: 2px
}
#closeSideBar{
    color:#fff;
    cursor: pointer;
    font-weight: bolder;
    position: relative;
    margin-left: -15px;
    margin-top: -15px;
    width: 20px;
    text-align: center;
}
#baseSideBar{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#btnVoltar{
    /*to(#0099ff));*/
    border: solid 2px #0099ff;
    color: #0099ff;
    background-color: #fff;
    border-radius: 10px;
    padding: 2px 8px;
    cursor: pointer;
    margin: 3px;
    box-shadow:  1px 2px 5px #999999;
}

#btnVoltar:hover{
    background-color: #e6f9ff;
}


#imagemHeader{
    cursor: pointer;
}

#logo_cliente{
	max-width: 120px;
	max-height: 80px;
}

#btnReprocessar{
    /*to(#0099ff));*/
    border: solid 2px #0099ff;
    color: #fff;
    background-color: #00ccff;
    border-radius: 15px;
    padding: 8px 12px;
    cursor: pointer;
    font-weight: bold;
    box-shadow:  1px 2px 5px #999999;
}
#btnReprocessar:hover{
    background-color: #0099ff;
}

    
    
BODY{
  font-family:Verdana,Bitstream Vera Sans, Sans;
  font-size: 11px;
  color:#000;
  text-align:center;
  margin:0;
  border:0;
  padding:0;
}

DIV#place4msg{
  color:#ff1a1a;
  background-color: #ffcccc;
  border: solid 1px #ff0000;
  border-radius: 5px;
  padding: 8px;
  width: 100%;
  display: none;
}
#formPlace{
    position: relative;
    margin-left:50%;
    left: -165px;
    text-align:center;
    clear:both;
    border:solid 1px #ACD;
    width:300px;
    
    padding:15px;
    border-radius: 18px;
    background-color:#f6f6f6;
    
}
LABEL{
  display:block;
  float:left;
  font-weight:bold;
  width:80px;
  margin-bottom:2px;
}
.text{
  margin-bottom:6px;
  border:solid 1px #00bfff;
  font-size:14px;
  width: 80%;
  border: none;
  background: transparent;
  border-bottom: solid 1px #ACD;
  color:#4d4d4d;
  padding: 2px 8px 3px 8px;
}
.text:focus{
    border-bottom: solid 1px #00bfff;
}
#logonBtn, #integracaoBtn{
  margin:5px;
  background-color:#00629f;
  font-weight:bold;
  font-size: 14px;
  width: 80%;
  border:solid 2px #0099cc;
  padding: 2px 8px 3px 8px; 
  border-radius: 6px;
  color:#fff;
}
#logonBtn:hover, #integracaoBtn:hover{
    cursor: pointer;
    background-color: #008ee6;
}
#conteudo{
    padding: 0;
}
.container{
    width: 100%;
    text-align: center;
    padding-top:1%;
    position: relative;
    margin: 0;
    
}

.footer{
    bottom: 0;
    position: fixed;
}

#btnVoltar{
    display: none;
}