.small-box h3 {
    font-size: 33px;
}   
.circulo{
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    float: left;

}
.chatCirculoOnline{
    width: 10px;
    height: 10px;
    background-color: #0E0;
    margin: 5px;
    box-shadow: 0 0 4px #339900;
    border: solid 1px #339900;
}
.chatCirculoOffline{
    width: 10px;
    height: 10px;
    background-color: #CCC;
    margin: 5px;
    box-shadow: 0 0 4px #CCC;
    border: solid 1px #666;
}
.chatContainer{
    bottom: 0px;
    right: 0;
}
.janelaChat{
    border: solid 1px #bfbfbf;
    background-color: #f5f5f5;
    margin: 0;

}
.janelaChatFechar{
    float: right;
    width: 65px;
    border:0px;
    padding: 0;

}
.janelaChatBase{
    background: #f5f5f5;
    border-top:solid 1px #EEEEEE;
    position: fixed;
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    height: 10%;
    width: 100%;

}
.janelaChatBaseArquivo{
    top: 0;
    height: 35px;
    background: #f5f5f5;
    margin-top: 2px;
    border-top:solid 1px #EEEEEE;
    display: none;
}
.chatUpload {
    width: 70px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin: 2px;
    background-image: url(../images/btnChatAnexo.png);
    background-position: center;
    background-repeat: no-repeat;
}
.chatUpload input {
    display: block !important;
    width: 100% !important;
    height: 30px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    border: solid 1px #f5f5f5;
}
.chatNoticacao{
    float: right;
    font-size: 10px;
    color:#3483c7;
    text-shadow: 0 0 2px #CCC;
    overflow: hidden;
    height: 30px;
    width: 98px;
}

.janelaChatCorpo{
    top: 0;
    height: 80%;
    overflow-y: scroll;
    font-size: 12px;
    color: #3E454C;
    line-height: 1.28;
    background-color: #fff6c4; 

}
.janelaChatCorpoArquivo{
    top: 0;
    text-align: left;
    height:80%;
    background: lavender;
    margin-top: 2px;
    overflow-y: scroll;
    font-size: 11px;
    display: none;
    overflow-x: hidden;
}
.janelaChatCorpoArquivo select input{
    font-size: 14px;
}
.janelaChatCorpoArquivo form{
    padding: 0;
    margin: 0px;

}
.janelaChatTopo{
    top: 0;
    height: 10%;
    background: #eeeeee;
    font-size: 16px;
}
.chatMsgDe{
    text-align: right;
    padding: 4px;
    background-color: #FFF;
    border: 0px;
    border-radius: 10px 10px 0 10px;
    box-shadow: -2px 2px 0 #339900;
    float: right;
    max-width: 85%;
    clear: both;
    margin: 4px;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    cursor: default;
}
.chatMsgPara{
    padding: 4px;
    background-color: #FFF;
    border: 0px;
    border-radius: 10px 10px 10px 0px;
    box-shadow: -2px 2px 0 #3483c7;
    float: left;
    max-width: 85%;
    clear: both;
    margin: 4px;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    cursor: default;
}
.boxChat{
    margin-top: 15px;
    text-align: center;
    background-color: #F5F5F5;
}
.userChat{
    border-bottom: dotted 1px #CCC;
    text-align: left;
    font-size: 11px;
    height: 20px;
    margin-top: 3px;
    overflow: hidden;


}
.chatlistUser{
    background-color: #fff;
    padding: 3px;
    border: solid 1px #CCC;
    z-index: 999;

}

.notifAzul{
    color: #3483c7;
}
.notifVermelho{
    color: #f42323;
}
.detalhesDireita{
    width: 200px;
    background-color: #FFF;
    box-shadow: -3px 3px 0 #CCC;
    position: fixed;
    right: 0;
    top: 25%;
    border:1px solid #bfbfbf;
    border-radius: 10px 0 0 10px;
    display: none;
    padding: 8px;
    z-index: 99;
}
.motivosBox{
    text-align: center;
    width: 100%;
    float: left;
}

.detalhesCentro{
    width: 650px;
    background-color: #FFF;
    position: fixed;
    margin: 50px auto 0 25%;
    border:1px solid #666;
    display: none;
    padding: 3px;
    z-index: 1002;
}

.conteudoDetalhes{
    z-index: 999;
    width: 100%;
    height: 450px;
    overflow: scroll;
    padding-top: 5px;
}
.detalhesFundo{
    background-color:#666; opacity: 0.5; height: 100%; width: 100%; position: fixed; left: 0px; top: 0px; z-index: 1001; display: none;
}


/*botao*/
#mini{
    padding: 1px;
    font-size: 12px;
    font-weight: normal;
    border-radius:3px;

}
.myButton {
    cursor: pointer;
    -moz-box-shadow: 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
    box-shadow: 0px 0px 0px 0px #ffffff;

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7f7f7), color-stop(1, #e6e6e6));
    background:-moz-linear-gradient(top, #f7f7f7 5%, #e6e6e6 100%);
    background:-webkit-linear-gradient(top, #f7f7f7 5%, #e6e6e6 100%);
    background:-o-linear-gradient(top, #f7f7f7 5%, #e6e6e6 100%);
    background:-ms-linear-gradient(top, #f7f7f7 5%, #e6e6e6 100%);
    background:linear-gradient(to bottom, #f7f7f7 5%, #e6e6e6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e6e6e6',GradientType=0);

    background-color:#f7f7f7;

    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;

    border:1px solid #bfbfbf;

    display:inline-block;
    color:#000000;
    font-family:Tahoma;
    font-size:15px;
    font-weight:bold;
    padding:5px 11px;
    text-decoration:none;

    text-shadow:-2px -1px 3px #ffffff;


}
.myButton:hover {

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e6e6e6), color-stop(1, #f7f7f7));
    background:-moz-linear-gradient(top, #e6e6e6 5%, #f7f7f7 100%);
    background:-webkit-linear-gradient(top, #e6e6e6 5%, #f7f7f7 100%);
    background:-o-linear-gradient(top, #e6e6e6 5%, #f7f7f7 100%);
    background:-ms-linear-gradient(top, #e6e6e6 5%, #f7f7f7 100%);
    background:linear-gradient(to bottom, #e6e6e6 5%, #f7f7f7 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f7f7f7',GradientType=0);

    background-color:#e6e6e6;
}
.myButton:active {
    position:relative;
    top:1px;
}

.obgtCampo{
    box-shadow: 0 0 5px #f40f0f;
}
.campoOk{
    box-shadow: 0 0 5px #339900;
}
.caixaNotifBranca{
    width: 98%; padding:5px; background-color:#fff; border:solid 1px #ccc; display: table;
}
.caixaSeparaBranca{
    background-color:#fff; border:solid 1px #ccc; display: table; width: 98%; clear: both; float:left; padding: 10px; text-align: left; margin-bottom: 10px;
}
.textoAzul{
    color:#93732b;
}
.textoVermelho{
    color:#f40f0f;
}
.textoVerde{
    color:#339900;
}
.saidaRemessa{
    border: solid 1px;
    background-color: #fff6c4;
    padding: 10px;
    margin: 5px;
}
.red{
    background-color: #ffd1d1;
}
.red-text{
    color: #ff0000;
    font-weight: 600;
}
.c00{
    background-color: #dfffcf;
}
.minArquivo{
    width: 250px;
    margin: 5px;
    height: 75px;
    padding: 5px;
    float: left;
    border:solid 1px #CCC;
    font-size: 10px;
    white-space: normal;
    overflow: hidden;
}
select{
    text-transform: uppercase;
}
.areaBtn{
    float:left;
    margin-right: 15px;
    padding-right: 5px;

}
.areaBtnC{
    margin-right: 25px;
    float: left;

}


.topoUsuario{
    float: right;
    width: 25%;
    height: 90px;
    background-color: #FFF;
    font-size: 11px;
    text-align: right;
    padding: 3px;
    margin: 10px 0 0 3px;
    border: solid 1px #CCC;
}
.menuLateral{
    float: left;
    width: 180px;
    margin-top: 5px;
    margin-left: 3px;

}
.conteudo{
    margin: 5px 0 0 190px;
}

.boxConteudo {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 15px 0 0 0;
    border: solid 1px #bfbfbf;
    box-shadow: -3px 3px 0 #CCC;
    text-shadow: 0 0 4px #CCC;
    margin-bottom: 20px;
    min-height: 500px;
}


.semCor {
    background-color: #EEEEEE;
}
.comCor {
    background-color:#FFCC33;
    cursor: pointer;
}
/*
CSS DA BARRA DE PROGRESSO */
.meter { 
    height: 20px;  /* Can be anything */
    position: relative;
    margin: 10px; /* Just for demo spacing */
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(43,194,83)),
        color-stop(1, rgb(84,240,84))
        );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(43,194,83) 37%,
        rgb(84,240,84) 69%
        );
    -webkit-box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: 
        -webkit-gradient(linear, 0 0, 100% 100%, 
        color-stop(.25, rgba(255, 255, 255, .2)), 
        color-stop(.25, transparent), color-stop(.5, transparent), 
        color-stop(.5, rgba(255, 255, 255, .2)), 
        color-stop(.75, rgba(255, 255, 255, .2)), 
        color-stop(.75, transparent), to(transparent)
        );
    background-image: 
        -moz-linear-gradient(
        -45deg, 
        rgba(255, 255, 255, .2) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgba(255, 255, 255, .2) 50%, 
        rgba(255, 255, 255, .2) 75%, 
        transparent 75%, 
        transparent
        );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
}

.red > span {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}

.borderLine{
    border: 1px solid #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#listagemRoteiros{

}
#listagemRoteiros li{
    font-weight: bold;
    list-style: none;
}
#listagemRoteiros ul li{
    font-weight: normal;
    list-style: decimal-leading-zero;
}

.ui-draggable-helper {
 border: 1px dotted #000;
 padding: 6px;
 background: #fff;
 font-size: 1.2em;
 width: 500px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-image {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

td > label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
td > label > input + span{ /* IMAGE STYLES */
  cursor:pointer;
    font-size: 35px;
    font-weight: normal;
    color: #3E454C;
    margin: 2px;

}
td > label > input:checked + span{ /* (RADIO CHECKED) IMAGE STYLES */

  background-position: left 0;
    color: #ff851b;
}
