﻿.swal2-popup {
    font-size: 1.5rem !important;
}
.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

section.content {
    margin: 80px 15px 0 240px;
}

.sidebar {
    width: 230px;
}

.card .header {
    padding: 20px 20px 0px 20px;
}

.pagination {
    margin: 0px !important;
}

dir-pagination-controls .col-md-6 {
    margin-bottom: 0px !important;
}

.dropdown-menu.pull-right {
    right: inherit !important;
}

input {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

.bootstrap-select label.error {
    font-size: 12px;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336;
}

.sidebar .menu .list .ml-menu li a {
    padding-left: 25px !important;
}

.bootstrap-select .dropdown-menu .active a {
    background-color: rgba(0,0,0,.075);
}

.grid .dropdown-menu li a {
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
}

.grid .dropdown-menu li ul {
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px 0px 10px;
}

@media (max-width:600px) {
    .calendario .table-condensed thead th {
        padding: 5px !important;
    }

    .calendario .table-condensed tbody td {
        padding: 13px !important;
    }

    .calendario {
        margin-left: 10px;
    }

    #param_front {
        color: #ffffff;
    }

    #div_foto {
        display: none;
    }

    #foto_mobile {
        display: block;
    }

    h1 {
        font-size: 16px !important;
    }

    .logo2 {
        margin-top: -40px;
    }

        .logo2 img {
            width: 25%;
        }

    .anamnese_antecedentes {
        display:none;
    }
}
@media (max-width:1024px) {
    #param_front {
        text-shadow: 0.1em 0.1em 0.2em black;
        color: #fff;
    }
}

@media (min-width:1025px) {
    .calendario .table-condensed thead th {
        padding: 5px !important;
    }

    .calendario .table-condensed tbody td {
        padding: 15px !important;
    }

    .calendario {
        margin-left: 110px;
    }

    #param_front {
        color: #424242;
        text-shadow: 0.1em 0.1em 0.2em white;
        color: #424242;
    }

    #foto_mobile {
        display: none;
    }

    .logo2 {
        padding-bottom: 60px;
        margin-top: -120px;
    }
}

.calendario > .datepicker .disabled.day {
    background-color: #F44336;
    color: #ffffff;
    border: solid 1px;
}

    .calendario > .datepicker .disabled.day:hover {
        background-color: #F44336;
        color: #ffffff;
        border: solid 1px;
    }

.calendario > .datepicker .day {
    background-color: #4CAF50;
    color: #ffffff;
    border: solid 1px;
}

.calendario > .datepicker .active {
    background-color: #1B5E20;
    color: #ffffff;
    border: solid 1px;
}

.calendario > .datepicker .day:hover {
    background-color: #1B5E20;
    color: #ffffff;
    border: solid 1px;
}

.login-page {
    background-color: #ffffff;
    background: url('../../Imagens_Clientes/fundo.jpg');
    background-repeat: repeat-y;
}

    .login-page .login-box .logo small {
        color: #555;
    }

#div_foto {
    position: absolute;
    right: 20px;
    z-index: 3;
}

.sidebar .user-info .info-container {
    top: 5px !important;
}

.table_limpa tr td {
    padding: 0px !important;
    border: none !important;
}


.teste {
    position: fixed;
    bottom: 0px;
    background-color: #e9e9e9;
    width: 100%;
    padding: 10px 0px 10px 0px;
}

@media screen and (min-width:1170px) {
    .teste {
        width: calc(100% - 224px);
    }
}
.dropdown-menu-li{
    margin-left:-10px;
}

.fundo_vermelho {
    border-bottom: 1px solid red !important;
}