/* ----------------------------------------------------- */
/* Arquivo de estilos usados na versão mobile do sistema */
/* ----------------------------------------------------- */

/* --------------------------------- */
/* Estilos da linha de menu e icones */
/* --------------------------------- */
.dropdown-menu-mobile {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: 100% !important;*/
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu-mobile.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu-mobile .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu-mobile > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu-mobile > li > a:hover,
.dropdown-menu-mobile > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu-mobile > .active > a,
.dropdown-menu-mobile > .active > a:hover,
.dropdown-menu-mobile > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu-mobile > .disabled > a,
.dropdown-menu-mobile > .disabled > a:hover,
.dropdown-menu-mobile > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu-mobile > .disabled > a:hover,
.dropdown-menu-mobile > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.ui-select-bootstrap > #pacientebusca-mobile > span {
    vertical-align: middle;
    color: #676a6c;
}

.ui-select-bootstrap > #pacientebusca-mobile > span > .text-muted {
    color: #676a6c;
}

.count-info-mobile .label {
    line-height: 12px;
    padding: 2px 4px;
    position: absolute;
    top: 2px;
}

.dropdown-alerts-mobile {
    width: 310px;
    min-width: 0;
    padding: 10px 10px 10px 10px;
    margin-left: -275px;
    margin-top: 10px;
}

.dropdown-alerts-mobile li a {
    font-size: 12px;
}

.dropdown-alerts-mobile li em {
    font-size: 10px;
}

.dropdown-alerts-mobile a {
    font-size: 12px;
}

/* icone user */

.dropdown-user-mobile {
    width: 140px;
    min-width: 0;
    margin-left: -115px;
    margin-top: 10px;
}

.dropdown-user-mobile li a {
    font-size: 12px;
}

.dropdown-user-mobile li em {
    font-size: 10px;
}

.dropdown-user-mobile a {
    font-size: 12px;
}

.menu-icons-mobile {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.mini-logo-mobile {
    padding-left: 10px;
    padding-top: 15px;
    margin-right: 10px;
    width: 30px;
    vertical-align: middle;
}

.mini-logo-mobile img {
    height: 30px;
} /* top right bottom left*/

.minimalize-styl-2 {
    margin: 15px 0 0 0;
}

.right-icons-mobile {
    margin-top: 15px;
    text-align: end;
    padding-right: 40px
}

/* ----------------------------------------------------- */
/* Estilos para linha de botões do header de agendamento */
/* ----------------------------------------------------- */
.dropdown-group-mobile {
    width: 140px;
    min-width: 0;
    margin-left: -10px;
    margin-top: 10px;
}

.dropdown-group-mobile li a {
    font-size: 12px;
}

.dropdown-group-mobile li em {
    font-size: 10px;
}

.dropdown-group-mobile a {
    font-size: 12px;
}

.center-icons-header-agendamento {
    float: inline-start;
    position: relative;
    overflow: hidden;
}

#container-icons-mobile {
    overflow: hidden;
}

#icons-mobile {
    overflow: hidden;
    width: 2000px;
}

.icon-mobile {
    float: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

/* -------------------------------- */
/* Estilos da página de agendamento */
/* -------------------------------- */
#calendar-mobile-agendamento {
    visibility: hidden;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    /* botão sincronizar */
    .icon-mobile #iconIOS {
        width: 40px;
        height: 45px;
        padding-top: 12px;
    }

    /* icone botão sincronizar */
    .icon-mobile #iconIOS i {
        font-size: 18px;
    }

    /* botão pesquisar */
    #btnPesquisaAgenda {
        width: 40px;
        height: 45px;
        padding-top: 10px;
    }

    /* icone botão pesquisar */
    #btnPesquisaAgenda i {
        font-size: 18px;
    }

    /* botão agenda */
    .datepicker-mobile {
        display: inline-block; /* inline-flex;*/
        position: relative;
        overflow: visible;
        background-color: #1c84c6;
        color: white;
        width: 40px;
        height: 45px;
        margin: 0;
        padding-top: 12px;
        border-radius: 4px;
        text-align: center;
        vertical-align: middle;
        justify-content: center;
    }

    /* icone do botão agenda */
    .datepicker-mobile label i {
        font-size: 18px;
    }

    /* campo input date */
    .datepicker-mobile > label > input[type=date] {
        position: absolute;
        top: 0;
        left: 0;
        width: 300%;
        height: 100%;
        opacity: 0;
        cursor:pointer;
    }

    .datepicker-mobile > label > input[type=date]::-webkit-calendar-picker-indicator {
        position: absolute;
        top: -150%;
        left: -150%;
        width: 300%;
        height: 300%;
        cursor: pointer;
    }

    /* checkbox manter data */
    .newcheckbox-mobile label:after {
        content: '';
        display: table;
        clear: both;
        font-size: 1.4em;
    }

    /* data do header */
    .fc-toolbar-chunk .fc-toolbar-title {
        font-size: 18pt;
        margin: 0;
        padding: 0;
    }

    /* div de botões prev next */
    .fc-toolbar-chunk {
        margin-left: 10px;
    }

    /* botões de prev next */
    .fc-toolbar-chunk .fc-button-group button {
        height: 40px;
        width: 60px;
        font-size: 12px;
        padding: 0;
    }

    /* icon prev */
    .fc-prev-button .fc-icon {
        font-size: 10pt;
        padding: 0;
    }

    /* icon next */
    .fc-next-button .fc-icon {
        font-size: 10pt;
        padding: 0;
    }

    /* group button dia semana hoje */
    .fc-toolbar-chunk .fc-button-group .fc-today-button {
        margin-right: 10px;
    }
}

@media screen and (min-width: 431px) and (max-width: 768px) {
    /* botão sincronizar */
    .icon-mobile #iconIOS {
        width: 40px;
        height: 45px;
        padding-top: 12px;
    }

    /* icone botão sincronizar */
    .icon-mobile #iconIOS i {
        font-size: 18px;
    }

    /* botão pesquisar */
    #btnPesquisaAgenda {
        width: 40px;
        height: 45px;
        padding-top: 10px;
    }

    /* icone botão pesquisar */
    #btnPesquisaAgenda i {
        font-size: 18px;
    }

    /* botão agenda */
    .datepicker-mobile {
        display: inline-block; /* inline-flex;*/
        position: relative;
        overflow: visible;
        background-color: #1c84c6;
        color: white;
        width: 40px;
        height: 45px;
        margin: 0;
        padding-top: 12px;
        border-radius: 4px;
        text-align: center;
        vertical-align: middle;
        justify-content: center;
    }

    /* icone do botão agenda */
    .datepicker-mobile label i {
        font-size: 18px;
        color: white;
    }

    /* campo input date */
    .datepicker-mobile > label > input[type=date] {
        position: absolute;
        top: 0;
        left: 0;
        width: 300%;
        height: 100%;
        opacity: 0;
        cursor:pointer;
    }

    .datepicker-mobile > label > input[type=date]::-webkit-calendar-picker-indicator {
        position: absolute;
        top: -150%;
        left: -150%;
        width: 300%;
        height: 300%;
        cursor: pointer;
    }

    /* checkbox manter data */
    .newcheckbox-mobile label:after {
        content: '';
        display: table;
        clear: both;
        font-size: 1.4em;
    }

    /* checkbox manter data */
    .newcheckbox-mobile .cr {
        position: relative;
        border: 1px solid #a9a9a9;
        border-radius: .25em;
        width: 1.1em;
        height: 1.1em;
        float: left;
        margin-right: .5em;
        margin-top: .2em;
    }

    .newcheckbox-mobile .cr .cr-icon {
        position: absolute;
        font-size: .6em;
        line-height: 0;
        top: 50%;
        left: 15%;
    }

    .newcheckbox-mobile label input[type="checkbox"] {
        display: none;
    }

    .newcheckbox-mobile label input[type="checkbox"]+.cr>.cr-icon {
        opacity: 0;
    }

    .newcheckbox-mobile label input[type="checkbox"]:checked+.cr>.cr-icon {
        opacity: 1;
    }

    .newcheckbox-mobile label input[type="checkbox"]:disabled+.cr {
        opacity: .5;
    }

    .newcheckbox-header-agendamento {
        text-align: right;
        vertical-align: middle;
        justify-content: end;
        margin-top: 10px;
        font-size: 1.2em;
    }

    /* data do header */
    .fc-toolbar-chunk .fc-toolbar-title {
        font-size: 24pt;
        margin: 0;
        padding: 0;
    }

    /* div de botões prev next */
    .fc-toolbar-chunk {
        margin-left: 10px;
    }

    /* botões de prev next */
    .fc-toolbar-chunk .fc-button-group button {
        height: 50px;
        width: 55px;
        font-size: 16px;
        padding: 0;
    }

    /* icon prev */
    .fc-prev-button .fc-icon {
        font-size: 10pt;
        padding: 0;
    }

    /* icon next */
    .fc-next-button .fc-icon {
        font-size: 10pt;
        padding: 0;
    }

    /* group button dia semana hoje */
    .fc-toolbar-chunk .fc-button-group .fc-today-button {
        margin-right: 10px;
    }
}

@media screen and (max-width: 430px) {
    /* botão sincronizar */
    .icon-mobile #iconIOS {
        width: 32px;
        height: 30px;
        padding-top: 6px;
        padding-left: 0;
        padding-right: 2px;
    }

    /* icone botão sincronizar */
    .icon-mobile #iconIOS i {
        font-size: 14px;
    }

    /* botão pesquisar */
    #btnPesquisaAgenda {
        width: 32px;
        height: 30px;
        padding-top: 6px;
        padding-left: 0;
        padding-right: 2px;
    }

    /* icone botão pesquisar */
    #btnPesquisaAgenda label i {
        font-size: 14px;
    }

    /* botão agenda */
    .datepicker-mobile {
        display: inline-block; /* inline-flex;*/
        position: relative;
        overflow: visible;
        background-color: #1c84c6;
        color: white;
        width: 32px;
        height: 30px;
        margin: 0;
        padding-top: 2px;
        border-radius: 4px;
        text-align: center;
        vertical-align: middle;
        justify-content: center;
    }

    /* icone botão agenda */
    .datepicker-mobile i {
        font-size: 14px;
        color: white;
    }

    .datepicker-mobile > label > input[type=date] {
        position: absolute;
        top: 0;
        left: 0;
        width: 300%;
        height: 100%;
        opacity: 0;
        cursor:pointer;
    }

    .datepicker-mobile > label > input[type=date]::-webkit-calendar-picker-indicator {
        position: absolute;
        top: -150%;
        left: -150%;
        width: 300%;
        height: 300%;
        cursor: pointer;
    }

    /* checkbox manter data */
    .newcheckbox-mobile label:after {
        content: '';
        display: table;
        clear: both;
        font-size: 0.8em;
    }

    .newcheckbox-mobile .cr {
        position: relative;
        border: 1px solid #a9a9a9;
        border-radius: .25em;
        width: 1.1em;
        height: 1.1em;
        float: left;
        margin-right: .5em;
    }

    .newcheckbox-mobile .cr .cr-icon {
        position: absolute;
        font-size: .6em;
        line-height: 0;
        top: 50%;
        left: 15%;
    }

    .newcheckbox-mobile label input[type="checkbox"] {
        display: none;
    }

    .newcheckbox-mobile label input[type="checkbox"]+.cr>.cr-icon {
        opacity: 0;
    }

    .newcheckbox-mobile label input[type="checkbox"]:checked+.cr>.cr-icon {
        opacity: 1;
    }

    .newcheckbox-mobile label input[type="checkbox"]:disabled+.cr {
        opacity: .5;
    }

    .newcheckbox-header-agendamento {
        text-align: right;
        vertical-align: middle;
        justify-content: end;
        margin-top: 10px;
        font-size: 0.9em;
    }

    /* data do header */
    .fc-toolbar-chunk .fc-toolbar-title {
        font-size: 14pt;
        margin: 0;
        padding: 0;
    }

    /* div de botões prev next */
    .fc-toolbar-chunk {
        margin-left: 10px;
    }

    /* botões de prev next */
    .fc-toolbar-chunk .fc-button-group button {
        height: 30px;
        width: 35px;
        font-size: 12px;
        padding: 0;
    }

    /* icon prev */
    .fc-prev-button .fc-icon {
        font-size: 8pt;
        padding: 0;
    }

    /* icon next */
    .fc-next-button .fc-icon {
        font-size: 8pt;
        padding: 0;
    }

    /* group button dia semana hoje */
    .fc-toolbar-chunk .fc-button-group .fc-today-button {
        margin-right: 10px;
    }
}
