/*######## Smart Green ########*/
.smart-blue {
    margin-left:auto;
    margin-right:auto;

    max-width: 600px;
    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.smart-blue h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #5F95C5;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-bottom: 8px solid rgba(0, 0, 0, 0.7);
}

.smart-blue h2 {
    font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 5px 0px 0px 40px;
    display: block;
    margin: -10px -30px 10px -30px;	/* (TOP, LEFT, BOTTOM, RIGH) */
    color: #FFF;
    background: #BCD6EB;
    text-shadow: 1px 1px 1px #949494;
    /*border-bottom:10px solid #4C8CB0;*/
    border-bottom:2px solid #4C8CB0;
    border-opacity:0.7;
}

.smart-blue h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}

.smart-blue label {
    display: block;
    margin: 0px 0px 5px;
}

.smart-blue label>span {
    float: left;
    margin-top: 10px;
    margin-right: 76%;	/* n�o permite conte�do em frente ao label, obriga a passar para linha de baixo */
    color: #5E5E5E;
}

.smart-blue input[type="text"], input[type="password"], input[type="file"], .smart-blue textarea, .smart-blue select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}

.smart-blue input[type="checkbox"], input[type="radio"] {
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    height: 20px;
    width: 40px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    vertical-align: middle;
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}



/*
.smart-blue input[name="password"], .smart-blue input[name="loginuser"] {
    width: 94;
}
*/

.smart-blue input[name="data"], .smart-blue input[name="datadispensa"], .smart-blue input[name="datarealiza"], .smart-blue input[name="datafalta"] {
    width: 94;
}

.smart-blue select[name="hora"], .smart-blue select[name="minuto"]  {
    width: 55;
    margin-left: 0px;
    margin-right: 2px;
}

.smart-blue textarea{
    height:100px;
    padding-top: 10px;
}

.smart-blue select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}

.smart-blue .button {
    background-color: #5F95C5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-border-radius: 3px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
    margin-right: 4px;
}

.smart-blue .button:hover {
    background-color:#4B6CA4;
}




.smart-blue .buttondanger {
    background-color: #DC143C;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-border-radius: 3px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
    margin-right: 4px;
}

.smart-blue .buttondanger:hover {
    background-color:#800000;
}



.smart-blue .buttongreen {
    background-color: #33CC00;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-border-radius: 3px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
    margin-right: 4px;
}

.smart-blue .buttongreen:hover {
    background-color:#339900;
}
