/*
+
* MARGENES Y PADDING
+
*/
.m-0 {
    margin: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15{
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.bc-001 {
    background-color: #00c0ef !important;
}

.float-right {
    float: right;
}

/*
+
* CLASES GENERALES
+
*/
.agregarlinea {
    margin-top: 5px;
    border-bottom: 2px solid #00000030;
}

.linea01 {
    margin-bottom: 5px;
    border-bottom: 2px solid #605ca8;
}

.etiqueta_estado {
    padding: 2px 5px;
    color: #fff;
}

.mensaje-carga {
    display: block;
    font-size: 14px;
    /* margin-bottom: 10px; */
    color: #3e3e42;
    font-weight: bold;
    width: 100%;
}

.cabecera_tabla {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 5px 5px;
    /* background-color: #cac2c2; */
    border-bottom: solid 1px #efefef;
    color: #fff;
    /* font-weight: bold; */
}

.mensaje-espera {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.modal-me {
    position: relative;
    /* border-radius: 3px; */
    background: #ffffff;
    border-top: 2px solid #93969961;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.79);
}

.modal-me .modal-me-cuerpo {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.modal-me .modal-me-titulo {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.modal.bg-red,
.modal.bg-green,
.modal.bg-light-blue,
.modal.bg-orange {
    color: #333 !important;
}

.no-margin {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.ta-right {
    text-align: right;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.mb-0{
    margin-bottom: 0px !important;
}

.display_none{
    display: none !important;
}

.display_block{
    display: block !important;
}
