/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04/07/2014, 16:25:34
    Author     : Junior
*/

body {
    font-size: 12px;
    font-family: helvetica !important;
}

.input {
    display: inline-block !important;
    padding: 4px !important;
    outline: 0px none !important;
    background-color: #FFF !important;
    border: 1px solid #E1E8ED !important;
    border-radius: 3px !important;
    font-style: italic;
    line-height: 26px;
    height: 26px;
    box-shadow: none;
    text-indent: 5px;
}


.input:focus {
    border-color: rgba(82, 168, 236, 0.8) !important;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}




.combo .ui-selectonemenu-label {

    height: 26px !important;
    line-height: 26px !important;
    text-indent: 3px !important;
    padding: 4px !important;
}

.combo .ui-selectonemenu-label:focus {
    border-color: rgba(82, 168, 236, 0.8) !important;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

.dateBoots .ui-inputfield {
    width: 150px !important;
    height: 26px !important;
    line-height: 26px !important;
    text-indent: 20% !important;
    font-size: 18px !important;
    padding: 4px !important;
    outline: 0px none !important;
}

.keyBoots  {
    height: 26px !important;
    line-height: 26px !important;
    text-indent: 20% !important;
    font-size: 17px !important;
    padding: 4px !important;
    outline: 0px none !important;
    border: 1px solid #E1E8ED !important;
    border-radius: 3px !important;
    box-shadow: none;


}

.keyBoots .keypad-row {
    background: #FCFCFC !important;

}

.valorReal .ui-inputfield {
    height: 26px !important;
    line-height: 26px !important;
    font-size: 12px !important;
    padding: 4px !important;
    outline: 0px none !important;
}

.ui-inputfield:focus {
    border-color: rgba(82, 168, 236, 0.8) !important;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

.dateBootsTime .ui-inputfield {
    width: 180px !important;
    height: 26px !important;
    line-height: 26px !important;
    text-indent: 5% !important;
    font-size: 18px !important;
    padding: 4px !important;
    outline: 0px none !important;
}

.calendario100 .ui-datepicker {
    width: 98% !important;
}


.inputNumber .ui-inputfield {
    height: 26px !important;
    line-height: 26px !important;
    text-indent: 20% !important;
    font-size: 14px !important;
    outline: 0px none !important;
    display: inline-block !important;
    outline: 0px none !important;
    background-color: #FFF !important;
    border: 1px solid #E1E8ED !important;
    border-radius: 3px !important;
    font-style: italic;
    line-height: 26px;
    height: 26px;
    box-shadow: none;
    text-indent: 5px;
}


.inputNumber .ui-inputfield:focus {
    border-color: rgba(82, 168, 236, 0.8) !important;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

.btn {
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 11px !important;
    font-weight: bold !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    text-decoration: none !important;

}


.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}
.btn:hover,
.btn:focus {
    color: #333 !important;
    text-decoration: none !important;
}
.btn:active,
.btn.active {
    background-image: none !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none !important;
    cursor: not-allowed !important;
    filter: alpha(opacity=65) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .65 !important;
}
.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none !important;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #3071a9 !important;
    border-color: #285e8e !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca !important;
    border-color: #357ebd !important;
}
.btn-primary .badge {
    color: #428bca !important;
    background-color: #fff !important;
}
.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: #398439 !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c !important;
    background-color: #fff !important;
}
.btn-info {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff !important;
    background-color: #31b0d5 !important;
    border-color: #269abc !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}
.btn-info .badge {
    color: #5bc0de !important;
    background-color: #fff !important;
}
.btn-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff !important;
    background-color: #ec971f !important;
    border-color: #d58512 !important;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}
.btn-warning .badge {
    color: #f0ad4e !important;
    background-color: #fff !important;
}
.btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff !important;
}



/* Personalizado para as áreas de touch */

.btn-touch {
    display: inline-block !important;
    padding: 20px 12px !important;
    margin-bottom: 0 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    text-decoration: none !important;

}


.btn-touch:focus,
.btn-touch:active:focus,
.btn-touch.active:focus {
    outline: thin dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}
.btn-touch:hover,
.btn-touch:focus {
    /*color: #333 !important;*/
    text-decoration: none !important;
}
.btn-touch:active,
.btn-touch.active {
    background-image: none !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !important;
}
.btn-touch.disabled,
.btn-touch[disabled],
fieldset[disabled] .btn {
    pointer-events: none !important;
    cursor: not-allowed !important;
    filter: alpha(opacity=65) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .65 !important;
}

.valepreto
{
    background: rgba(219, 219, 219, 0.35) !important;
}
.valeverde
{
    background: rgba(174, 253, 166, 0.33) !important;
}
.valeazul
{
    background: rgba(168, 208, 254, 0.3) !important;
}
.valerosa
{
    background: rgba(255, 184, 248, 0.36) !important;
}