
/* INICIO FORMULaRIO */

.form-body {
    padding: 10px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon {
    border-color: #e5e5e5;
    background: #e5e5e5;
    /*min-width: 39px;*/
}

.input-group-addon i {
    color: #999;
}

.input-group-addon {

    width: 1%;
    white-space: nowrap;
    vertical-align: middle;

    padding: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;

    display: table-cell;
}



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    
    padding: 6px 12px;

    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #999999;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.border-left {
    border-radius: 4px 0px 0px 4px !important;
}

.border-right {
    border-radius: 0px 4px 4px 0px !important;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    color: #737373;
}

input{
    display: inline-block;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;   
}

.input-icon {
    position: relative;
}

.input-icon i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 9px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.input-icon input {
    padding-left: 33px !important;
}

.input-icon.right i {
    right: 8px;
    float: right;
}

.input-icon.right input {
    padding-left: 12px !important;
    padding-right: 33px !important;
}

.spinner {
    background-image: url("../img/input-spinner.gif") !important;
    background-repeat: no-repeat;
    background-position: right 8px;
}

.form-control[disabled] {
    background-color: #F4F4F4 !important;
    opacity: 1;
    cursor: not-allowed;
}

.form-control[readonly] {
    background-color: #F4F4F4 !important;
    opacity: 1;
}

select[multiple], select[size] {
    height: auto;
}

textarea.form-control {
    height: auto;
    box-sizing: border-box;   
}

input[type=file] {
    display: block;
    border-width: 0px !important;
}

.checkbox-list > label {
    display: block;
}

input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.checkbox-list > label.checkbox-inline {
    display: inline-block;
    margin-left: 10px;
}

.radio-list > label {
    display: block;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.radio-list > label.radio-inline {
    display: inline-block;
    margin-left: 10px;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.input-xsmall {
  width: 80px !important;
}
.input-small {
    width: 120px !important;
}
.input-medium {
    width: 240px !important;
}
.input-large {
    width: 320px !important;
}
.input-xlarge {
  width: 480px !important;
}

.control-label {
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}

.form-inline .form-group {
    display: inline-block !important;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline input {
margin-bottom: 0px !important;
}

.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
vertical-align: middle;
}

.has-success .help-inline, .has-success .help-block, .has-success label, .has-success .input-icon > i {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-warning .help-inline, .has-warning .help-block, .has-warning label, .has-warning .input-icon > i {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .help-inline, .has-error .help-block, .has-error label, .has-error .input-icon > i {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: none;
    box-shadow: none;
}



/* FIM FORMULaRIO */