.space150 {
    margin-top: 150px;
}

.space100 {
    margin-top: 100px;
}

.space50 {
    margin-top: 50px;
}

.space20 {
    margin-top: 20px;
}

.space {
    margin-top: 10px;
}

.footer_fixed {
    position: fixed;
    bottom: 0px;
}

.blue-text {
    color: #007bff;
    font-weight: 500;
}

.separador {
    border-top: 1px solid rgba(0,0,0,.5);
    width: 30%;
}

.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin: 20px 0;
}

.desconectar {
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    border-color: #fff;
    text-decoration: none;
}

    .desconectar:hover {
        background-color: #fff;
        border-color: #ffc107;
        color: #ffc107;
        text-decoration: none;
    }

.btn-cuenta {
    color: #0091ea !important;
    border-bottom: none;
}

.mu-navbar-nav li a.btn-cuenta:hover,
.mu-navbar-nav li a.btn-cuenta:focus,
.mu-navbar-nav li a.btn-cuenta:active,
.mu-navbar-nav li button.btn-cuenta:hover,
.mu-navbar-nav li button.btn-cuenta:focus,
.mu-navbar-nav li button.btn-cuenta:active {
    color: #ffc107 !important;
    border-bottom: none;
}

#menu-perfil {
    background-color: #f6f6f6;
    display: inline;
    float: left;
    width: 100%;
}

.menu-perfil-item {
    display: inline-block;
    padding: 20px 0px;
    color: #6c757d;
}

#menu-perfil-link {
    background-color: #f6f6f6;
    display: inline;
    text-align: center;
    width: 100%;
}

.menu-perfil-link {
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
    margin: 0 auto
}

    .menu-perfil-link li {
        font-size: 14px;
    }

        .menu-perfil-link li.active {
            color: #0091ea;
            font-weight: 500;
            background-color: #ececec;
        }

            .menu-perfil-link li.active a {
                color: #0091ea;
                font-weight: 500;
            }

            .menu-perfil-link li.active:hover {
                background-color: #e5e5e5;
            }

        .menu-perfil-link li a {
            color: #323232;
            font-weight: 500;
            padding: 20px 10px;
        }

        .menu-perfil-link li:hover {
            color: #0091ea;
            background-color: #e5e5e5;
        }

section#pagina-empresa div.container {
    max-width: 99%;
}

#pagina-empresa {
    display: inline;
    float: left;
    width: 100%;
    padding: 70px 0 70px;
}

#perfil-empresa {
    display: inline;
    float: left;
    width: 100%;
    padding: 70px 0 70px;
}

#pagina-empresa-header {
    background-image: url(/images/pagina-empresa-header-bg.jpg);
    background-position: center center;
    background-size: cover;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

    #pagina-empresa-header::before {
        background-color: #ebebeb;
        bottom: 0;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        position: absolute;
        opacity: 0.50;
        z-index: 10;
    }

.pagina-empresa-header-area {
    display: inline;
    float: left;
    padding: 80px 0;
    width: 100%;
    position: relative;
    z-index: 20;
}

.pagina-empresa-header-title {
    color: #323232;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 1px 0px 7px #fff;
}

.pagina-empresa-logo {
    height: 270px;
    line-height: 270px;
    text-align: center;
}

    .pagina-empresa-logo img {
        max-width: 350px;
        max-height: 250px;
        vertical-align: middle;
        margin: 0 auto;
    }

#perfil-usuario-header {
    background-image: url(/images/perfil-usuario-header-bg.jpg);
    background-position: center center;
    background-size: cover;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

    #perfil-usuario-header::before {
        background-color: #ebebeb;
        bottom: 0;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        position: absolute;
        opacity: 0.50;
        z-index: 10;
    }

.perfil-usuario-header-area {
    display: inline;
    float: left;
    padding: 80px 0;
    width: 100%;
    position: relative;
    z-index: 20;
}

.perfil-usuario-header-title {
    color: #323232;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#pagina-404 {
    display: inline;
    float: left;
    width: 100%;
    padding: 100px 0 100px;
}

#pagina-404-header {
    background-image: url(/images/404-bg.jpg);
    background-position: center center;
    background-size: cover;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

    #pagina-404-header::before {
        background-color: #ebebeb;
        bottom: 0;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        position: absolute;
        opacity: 0.50;
        z-index: 10;
    }

.pagina-404-header-area {
    display: inline;
    float: left;
    padding: 120px 0;
    width: 100%;
    position: relative;
    z-index: 20;
}

.pagina-404-header-title {
    color: #323232;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
}

#pagina-401 {
    display: inline;
    float: left;
    width: 100%;
    padding: 100px 0 100px;
}

#pagina-401-header {
    background-image: url(/images/401-bg.jpg);
    background-position: center center;
    background-size: cover;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}

    #pagina-401-header::before {
        background-color: #ebebeb;
        bottom: 0;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        position: absolute;
        opacity: 0.70;
        z-index: 10;
    }

.pagina-401-header-area {
    display: inline;
    float: left;
    padding: 120px 0;
    width: 100%;
    position: relative;
    z-index: 20;
}

.pagina-401-header-title {
    color: #323232;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0px 1px 2px #fff;
}

.default {
    font-size: 20px;
}

.azul {
    color: #007bff !important;
    font-size: 20px;
}

.iconos-list {
    color: #004f7f;
    font-size: 18px;
}

    .iconos-list:hover {
        color: #007bff;
    }

.centrar-texto {
    text-align: center;
}

.center-margin {
    margin: 0 auto;
    float: none !important
}

.btn-error-page {
    color: #0277BD;
    font-size: 0.9rem;
    font-weight: 400;
    background-color: transparent;
    border-width: 1px;
    border-color: #0277BD;
    text-decoration: none;
}

    .btn-error-page:hover {
        color: #fff;
        background-color: #0277BD;
        text-decoration: none;
    }

.odd {
    background-color: rgba(2,119,189,.05) !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px !important;
    border-bottom: 2px solid #dee2e6 !important;
}

.table td, .table th {
    border-top: 0px solid !important;
}

table.dataTable.no-footer {
    border-bottom: 2px solid #dee2e6 !important;
}

.shadow-dark {
    text-shadow: 1px 0px 10px #000;
}

.mu-primary-btn {
    box-shadow: 2px 1px 5px rgba(0,0,0,0.4);
}

    .mu-primary-btn:hover {
        box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.6);
    }

    .mu-primary-btn:active,
    .mu-primary-btn:focus {
        outline: none;
    }

    .mu-primary-btn:active {
        box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.8);
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .mu-navbar-nav li a {
        font-size: 15px;
        font-weight: 500;
        padding: 5px 10px 7px 10px;
    }

    .mu-navbar-nav li button {
        font-size: 15px;
        font-weight: 500;
    }
}

.well-info {
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 25px;
}

.mu-logo img {
    width: 75%;
}

.error-login ul li {
    list-style: none;
    font-size: 14px;
}

.copiar-url {
    margin-left: 5px;
    cursor: pointer;
    padding: 2px 5px;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 5px;
}

    .copiar-url:active {
        color: #004f7f !important;
        background-color: #f7f7f7;
    }

.copiado-msg {
    margin-left:5px;
    font-size: 14px;
    color: #0091ea;
    font-weight:500;
}