﻿.demo-content {
    padding: 15px;
    font-size: 18px;
    min-height: 300px;
    background: #dbdfe5;
    margin-bottom: 10px;
}

.demo-content.bg-alt {
    background: #abb1b8;
    min-height: 10px;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 17px 16px;
    text-decoration: none;
}

.modal-header, h4, .close {
    background-color: #337ab7;
    color: white !important;
    text-align: center;
    font-size: 30px;
}

.modal-footer {
    background-color: #f9f9f9;
}

.modal-header-color-red {
    color: red;
}

.btn-formulario {
    background-color: #337ab7;
}

.label-formulario {
    background-color: #337ab7;
}

.btn-busqueda {
    background-color: #171269;
}

.visibility-hidden {
    visibility: hidden;
}

.visibility-visible {
    visibility: visible;
}

.div-display-none {
    display:none;
}

.body-background-color-white {
    background-color: white;
}

.li-background-color {
    background-color: #FA8072;
}

.panel-primary-white-x-small {
    background-color: white;
    font-size: x-small;
}

.table-th-FrmPolizaDetalle {
    background-color: darkgrey;
    width: 450px;
    color: black;
}

.panel-primary-FrmCobros {
    background-color: white;
    font-size: 12px;
}

.panel-primary-FrmArchivoPDFTerminadoAdmin {
    background-color: white;
    font-size: 14px;
}

.td-red-solid-black {
    color: red;
    border: 1px solid black;
}

.div-width-100 {
    width: 100%;
}

.background-color-darkgrey {
    background-color: darkgrey;
}

.table-th-white {
    background-color: darkgrey;
    color: white;
    text-align: center;
}

.table-th-white-left {
    background-color: darkgrey;
    color: white;
}

.table-th-black {
    background-color: darkgrey;
    color: black;
    text-align: left;
}

.table-th-black-center {
    background-color: darkgrey;
    color: black;
    text-align: center;
}

.table-th-black-width-5 {
    background-color: darkgrey;
    color: black;
    width: 5px;
    text-align: center;
}

.table-th-height-10 {
    background-color: darkgrey;
    width: 25px;
    height: 10px;
    color: black;
}

.table-th-height-10-no-width {
    background-color: darkgrey;
    height: 10px;
    color: black;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.table-th-solo-height-10 {
    height: 10px;
}

.table-th-width-5 {
    width: 5px;
}

.table-th-width-10 {
    width: 10px;
}

.table-th-width-15 {
    width: 15px;
}

.table-th-width-25 {
    width: 25px;
}

.table-th-width-40 {
    width: 40px;
}

.table-th-width-50 {
    width: 50px;
}

.table-th-width-75 {
    width: 75px;
}

.table-th-width-85 {
    width: 85px;
}

.table-th-width-100 {
    width: 100px;
}

.table-th-width-120 {
    width: 120px;
}

.table-th-width-150 {
    width: 150px;
}

.table-th-width-170 {
    width: 170px;
}

.table-th-width-200 {
    width: 200px;
}

.table-th-width-350 {
    width: 350px;
}

.table-th-width-400 {
    width: 400px;
}

.table-th-width-450 {
    width: 450px;
}

.row-font-size-medium {
    font-size: medium;
}

.font-size-X-Large {
    font-size: X-Large;
}

.panel-body-FrmInfoCondiciones {
    max-height: 500px;
    overflow-y: scroll;
}

.panel-primary-Preindemnizacion {
    background-color: white;
    font-size: 14px;
}

.text-align-center {
    text-align: center;
}

.modal-body-FrmRegistro {
    text-align: justify;
    letter-spacing: .02em;
    padding: .03em;
    line-height: 1em;
}

.Text_Cedula, .Text_Password {
    width: 100% !important;
    max-width: 100% !important;
}

.btn-FrmPrincipal {
    margin: 4px !important;
    width: 100% !important;
}

.btn-success-FrmPrincipal {
    color: #5cb85c !important;
    background-color: #fff !important;
}

a.btn-success-FrmPrincipal:hover {
    color: #fff !important;
    background-color: #5cb85c !important;
}

.btn-warning-FrmPrincipal {
    color: #f0ad4e !important;
    background-color: #fff !important;
}

a.btn-warning-FrmPrincipal:hover {
    color: #fff !important;
    background-color: #f0ad4e !important;
}

.row-FrmPrincipal {
    text-align: center;
    justify-self: anchor-center;
}

.row-FrmPrincipal-margin-top {
    margin-top: 1.2em;
}

.Fila-Vacia {
    height: 10px;
    background-color: white;
}

.btn-cerrar {
    background-color: transparent !important;
    color: #fff !important;
    width: 100% !important;
    display: block !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    text-align: center !important;
    white-space: nowrap !important;
    border: 1px solid transparent !important;
    padding-top: 15px !important;
}

.btn-cerrar-admin {
    background-color: #428bca !important;
    border-color: #357ebd !important;
    color: #fff !important;
    width: 150px !important;
    display: table-cell !important;
    padding: 10px 10px !important;
    font-size: 18px !important;
    text-align: center !important;
    white-space: nowrap !important;
    border: 1px solid;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 6px !important;
    border-collapse: separate !important;
}

.dropdown-menu-button {
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #333;
    white-space: nowrap;
    border: 0;
    background-color: white;
    width: 100%;
    text-align: left;
}

.dropdown-menu-button:hover {
    background-color: #428bca;
    color: #fff;
}

.calendar-width-large {
    height: 25px;
    width: 100px;
}

.calendar-width-short {
    height: 25px;
    width: 25px;
}

.logo-width-large {
    height: 250px;
    width: 450px;
}

.logo-width-x-large {
    height: 350px;
    width: 500px;
}