html {
    background: #555;
}

body {
    padding-top: 0;
    background: #555;
}

#wrapper {
    margin: 0 auto;
    max-width: 960px;
    background: #ffffff;
}

td, tr {
    vertical-align: middle !important;
}

.navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.map {
    height: 270px;
    width: 100%;
    position: inherit;
}

.map img,.map object,.map embed { max-width: none; }

div.alert.alert-error ul {
    color: darkred;
    font-weight: bold;
}

div.alert.alert-error ul li {
    list-style: square !important;
    /*list-style-position: inside !important;*/
}

div.alert.alert-error ul li a.errorLink {
    font-weight: bold;
    color: inherit;
    text-decoration-line: underline;
}

.add-form {
    padding: 10px;
    border: 1px solid #000000;
    position: absolute;
    display: none;
    background: white;
    z-index: 1;
}

div.list-row {
    padding: 10px 0;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: 2px solid #333;
    margin-bottom: 0;
}

div.list-row > [class^="span"] {
    padding: 0 5px;
}

div.list-row:hover {
    background-color:#f5f5f5;
}

div.list-row.first {
    border-top: 2px solid #333;
}

div.list-row.last {
    margin-bottom: 10px;
}

div.list-row.atendido {
    background-color: #d3d3d3 !important;
}

div.list-row.warning {
    background-color: #fcf8e3;
}

div.list-row.warning:hover {
    background-color: #faf2cc;
}

ul.links-list {
    float: right;
    list-style-type: none;
    margin-right: 10px;
}

ul.links-list li {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.visita-historial-row {
    font-size: .9em;
}

#logo_iprodich {
    width: 90px;
    height: 28px;
}

fieldset legend.normal {
    font-size: 1em;
    margin-bottom: 0;
    border-bottom: none;
}

/*.fecha select {
    width: 70px;
}*/

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mayusculas {
    text-transform: uppercase;
}

.dia {
    width: 53px;
}
.mes {
    width: 53px;
}
.anio {
    width: 70px;
}

.centro {
    text-align: center !important;
}

.derecha {
    text-align: right !important;
}

.medio {
    vertical-align: middle;
}

ul.actionlist {
    margin-bottom: 20px;
    list-style-type: none;
}

ul.actionlist li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.pedido-estado {
    font-weight: bold;
    /*margin-bottom: 10px;*/
    /*width: 100%;*/
    padding-left: 20px;
    padding-right: 20px;
    text-align: right !important;
}

h2.titulo {
    font-size: 23px;
    text-transform: uppercase;
}

.btn.destacado {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.width10porciento {
    width: 10%;
}

.width20porciento {
    width: 20%;
}

.width30porciento {
    width: 30%;
}

.width40porciento {
    width: 40%;
}

.width50porciento {
    width: 50%;
}

.width100porciento {
    width: 100%;
}

.remove-margin-bottom {
    margin-bottom: 0 !important;
}

fieldset.servicio-auditado legend {
    border-bottom: 2px solid #AAA;
}

.sin-borde {
    border: none;
}

.color-box-container {
    display: block;
    padding: 5px;
}

.color-box {
    height: 15px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
    margin-bottom: -3px;
    border: 1px solid #ddd;
    background-color: white;
}

.color-box.warning {
    background-color: #fcf8e3;
}

.color-box.error {
    background-color: #f2dede;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive-height {
  display: inline-block;
  max-height: 100%;
  width: auto;
}

.hl-row {
    background: white;
    border-bottom: 1px solid #646464;
    padding: 0.5em;
}

.hl-row.first {
    margin-top: 1em;
    border-top: 1px solid #646464;
}

ul.actions {
    margin-top: 0.5em;
    margin-bottom: 0em;
    list-style: none;
    margin-left: 0;
}

ul.actions li {
    margin-bottom: 0.5em;
    display: inline-block;
    margin-right: 0.5em;
}

ul.actions li:last-child {
    margin-bottom: 0;
}

@media all and (min-width: 768px) {
    ul.actions li {
        display: block;
    }
}

.nowrap {
    white-space: nowrap;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    h1{
        font-size: 23px;
    }

    h2{
        font-size: 18px;
    }

    tr.warning{
        background-color: #fcf8e3;
    }

    tr.error{
        background-color: #f2dede;
    }

    .separator{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.table-striped tbody > tr:nth-child(2n+1){
    background-color: #f9f9f9 !important;
}