/* =========================================================
   FIRMIXPRO - CSS COMPLETO
   ========================================================= */


/* =========================================================
   LOGIN
   ========================================================= */

/* Ocultar Sign Up / Register */
[data-topcell-item-type="loginform_register"] {
    display: none !important;
}

/* Fondo del login */
.function-login {
    background-image: url("../../images/bkgrnd.png");
    background-size: 25%;
    background-repeat: no-repeat;
}

/* Aviso debajo de Sign in */
.demo-disclaimer {
    width: calc(100% - 30px);
    max-width: 430px;
    margin: 22px auto 0;
    padding: 14px 18px;

    background-color: #f5f8fc;
    border: 1px solid #d5dfeb;
    border-radius: 8px;

    color: #536173;
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.demo-disclaimer strong {
    display: block;
    margin-bottom: 4px;

    color: #0b2447;
    font-size: 13px;
    font-weight: 700;
}

/* Imagen de la derecha */
.demo-login-image {
    display: block !important;
    width: 520px !important;
    max-width: 90% !important;
    height: auto !important;
    margin: 0 auto !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    [data-topcell-item-type="loginform_register"] {
        display: none !important;
    }

    .fc-center {
        padding: 6px 0 !important;
    }

    div.fc-widget-header {
        height: 21px !important;
    }

    .bs-fullwidth-navbar {
        margin-bottom: 0;
    }

    /* Selector corregido */
    [data-itemid="username_button"] {
        display: none !important;
    }

    .demo-disclaimer {
        width: calc(100% - 24px);
        max-width: 92%;
        margin-top: 18px;
        padding: 12px 14px;
        font-size: 11px;
    }

    .demo-login-image {
        width: 390px !important;
        max-width: 92% !important;
        margin: 25px auto !important;
    }
}


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 768px) {

    .navbar-nav {
        padding-left: 180px !important;
    }
}


/* =========================================================
   CAMPOS
   ========================================================= */

div[data-field="id"] {
    display: none;
}

.miniColors {
    display: inline-block;
    width: 150px !important;
    height: 38px;
    padding: 8px 12px;

    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;

    background-color: #ffffff;
    background-image: none;

    border: 1px solid #cccccc;
    border-radius: 4px;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}

.bs-view-label {
    width: 20% !important;
    white-space: nowrap;
}


/* =========================================================
   DROPDOWN
   ========================================================= */

.dropdown-menu.top {
    position: fixed;

    width: 250px !important;
    height: 240px !important;

    left: 515px !important;
    top: 130px !important;

    padding-right: 10px;
}


/* =========================================================
   CALENDAR
   ========================================================= */

.fc-toolbar > .fc-center {
    font-size: 20px;
}

div.fc-widget-header,
div.fc-day-grid {
    padding-right: 17px;
}

@media (max-device-width: 1060px) {

    div.fc-widget-header,
    div.fc-day-grid {
        padding-right: 0 !important;
    }
}