/* 
    Document   : previsao-mini
    Created on : 03/02/2014, 13:41:40
    Author     : leandro
    Description:
        Purpose of the stylesheet follows.
*/

.box {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 253px;
}
.box-interno {
    background: url("/app/previsao/images/previsao-mini/01.jpg") no-repeat scroll 0 0 transparent;
    background-size: 260px auto;
    padding: 10px;
    border-radius: 5px;
}
.box-conteudo {
    background: url("/app/previsao/images/previsao-mini/quadrado60.png") repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    padding: 14px;
    margin-bottom: 5px;
    margin-top: 16px;
}
.topo {
    background: none repeat scroll 0 0 #373737;
    border-radius: 5px 5px 0 0;
    color: #F1F1F1;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding: 5px;
    text-align: center;
}
#texto-topo {
    text-align: center;
    width: 225px;
    float: left;
}
.fr {
    float: right;
}
#max {
    background-color: #BA0000;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px !important;
    font-weight: bold;
    text-align: center;
    width: 75px;
    margin-bottom: 5px;
    margin-top: 5px;
}
#min {
    background-color: #0071C2;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px !important;
    font-weight: bold;
    text-align: center;
    width: 75px;
    margin-bottom: 5px;
    margin-top: 5px;
}
#figura{
    float: left;
    text-align: center;
    width: 50px;
}
#texto {
    float: right;
    width: 140px;
}
.select2-container .select2-choice {
    background-color: #000;
    background-image: -moz-linear-gradient(center bottom , #C9C9C9 0%, white 50%);
    border: 0px;
    width: 225px;
}

body {
    overflow-y: scroll;
}
body, button, input, label, select, td, textarea {
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    direction: ltr;
    line-height: 1.28;
    margin: 0;
    padding: 0;
    text-align: left;
    unicode-bidi: embed;
}
.btn-group{
    margin-top: 10px;
}
.appactive {
    background: none repeat scroll 0 0 #0088CC !important;
    border-radius: 0 0 5px 5px;
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: bold;
    text-shadow: none !important;
}

