﻿/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
 }

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* styles for removing the background from form */
.no-color {
  background-color: white;
  border-style:none;
}

.submenu a {
    line-height: 35px;
    height: 35px;
    padding-left: 10px;
    border-left: 3px solid #efefef;
    text-decoration: none;
}

.submenu a:hover {
    background-color: #efefef;
    border-left: 3px solid #33455a;
    text-decoration: none;
}

.full-width {
    width: 100%;
}

/* http://stackoverflow.com/questions/10169432/how-can-i-change-the-default-width-of-a-twitter-bootstrap-modal-box */
.modal .large {
    width: 80%; /* respsonsive width */
}

.modal .medium {
    width: 60%;
}

.badge-header{
  background-color:white;
  color: #265a87;
}

.badge-total{
  background-color:#265a87;
}

.badge-danger{
    background-color: #db2d2a;
}

/* melhorando o AGUARDE */
.dataTables_processing {
    position: absolute;
    
    left: 0;
    width: 100%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-color: #b9b9b9;
    padding: 5px !important;
    font-weight: bold;
    font-size: 20px;
    color: #3b9ff3;
    z-index: 99999;
}

/* */
.img-ico {
    width: 85px;
    margin: 10px;
}

.datepicker
{
    z-index: 20000!important;
}