/*Write your custom css in this file.*/

.modal-dialog, .modal-content {
    max-width:780px !important;
    width:100%;
}

.support-house-box {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%;
    padding-top:20px;
    padding-bottom:15px;
}

.support-house-bedrooms {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    width:50%;
    height:auto;
    margin:20px auto;
    padding:10px;
    /* background:#f1f2f3; */
}

.support-house-bedrooms .bedrooms {
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#464670;
    width:55px;
    height:45px;
    margin:5px;
    background-color:#f2f3f4;
    border-radius:2px;
    box-shadow: 5px 5px 13px #CCC, -5px -5px 13px #FFF;
    cursor:pointer;

    z-index:1;
}

.support-house-wapper {
    position:relative;
}

.align-form-group-support {
    display:flex;
    flex-direction:column;
}

.align-form-group-support > div {
    display:flex;
    justify-content:space-evenly;
    margin-top:15px;
}

.align-form-group-support > select {
    margin-right:5px;
}

.support-house-wapper-shadow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background: #000; */
    box-shadow: 6px 6px 6px #ccc, 5px 5px 13px #fff;
    z-index: 1;
}

.support-house-form {
    position:absolute;
    top:20px;
    left:49px;
    display:none;
    min-width:350px;
    background:#FFF;
    border:1px solid #EBEBEB;
    border-top:10px solid #FFF;
    border-left:10px solid transparent;
    background-clip: padding-box;
    padding: 0 10px 10px 10px;
    /* box-shadow: 5px 5px 13px #CCC, -5px -5px 13px #FFF; */
    /* box-shadow: 7px 5px 6px #CCC, 5px 5px 13px #FFF; */

    z-index:1000;
}

.support-house-form label {
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px dotted #EBEBEB;
}

.align-form-group-support {
    position:relative;
    display:flex;
    z-index: 899;
}

.support-house-select{
    border-radius: 2px;
    border-color: #f6f8f9;
    background-color: #f6f8f9;
    box-shadow: none;
    /* transition: background 0.5s; */
}

.btn-checkin {
    width:120px;
    color:#FFF;
    background-color:#5cb85c;
    border:none;
    transition:0.3s;
}
.btn-checkin:hover {
    background-color:#449d44;
    border-color: #398439;
}

.btn-checkout {
    color:#FFF;
    padding:5px;
    margin-top:5px;
    background-color:orange;
    border:none;
    transition:0.3s;
}
.btn-checkout:hover {
    background-color:orange;
    border-color: #ba620a;
}

.btn-unavailable {
    color:#FFF;
    padding:5px 10px;
    background-color:#edef00;
    border:none;
    transition:0.3s;
}
.btn-unavailable:hover {
    background-color:#a89e11;
    border-color: #edef00;
}

.color-green {
    color:#FFF !important;
    background:green !important;
}
.color-red {
    color:#FFF !important;
    background:red !important;
}
.color-orange {
    color:#FFF !important;
    background:orange !important;
}

.color-green-icon {
    color:#488f36 !important;
}
.color-red-icon {
    color:#d9534f !important;
}
.color-orange-icon {
    color:#ba620a !important;
}
.color-orange-bold {
    /* background-color:#eb6924 !important; */
    background-color:#bd5117 !important;
}

.legend-support-box {
    display:flex;
    flex-direction:column;
    width:26%;
}

.legend-status-bedroom ul {
    list-style:none;
    /* padding-left:70px; */
}

.legend-status-bedroom ul li {
    display:flex;
    align-items:center;
    width:100%;
    line-height:35px;
}

.legend-status-bedroom ul li .square {
    width:20px;
    height:20px;
    margin-right:8px;
}

/* INFO PATIENT STYLE */

.box-content-info-patient {
    display:flex;
    flex-direction:row;
    min-height:80vh;
    padding:20px;
}

.patient-info {
    width:50%;
    border-right:1px solid #f1f2f3;
}

.patient-historic {
    position:relative;
    width:50%;
    padding-left:8px;
}

.patient-historic h4 {
    margin-bottom:15px;
}

.patient-historic-wrapper {
    max-height:65vh;
    overflow-y:auto;
}

.line-vertical {
    position: relative;
    top: -68px;
    left: 27px;
    height: 80px;
    border-left: 3px dotted #EBEBEB;

    z-index:1;
}

.field-info {
    width:95%;
    line-height:32px;
    border-bottom:1px dotted #EEE;
}

.field-info label {
    width:140px;
    font-weight:bold;
}

.card-flow {
    display:flex;
    align-items:center;
    margin-left:15px;
    margin-bottom:25px;
}

.click-status-disponivel {
    font-size:12px;
    opacity:0.8;
}

.card-flow-bullet {
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    width:50px;
    height:50px;
    border-radius:50%;
    background:#ebebeb;

    z-index:2;
}
.card-flow-bullet i {
    font-size:22px;
}

.card-flow-info label {
    font-weight:bold;
}
.card-flow-info span.status-confirmation {
    color:#FFF;
    margin-left:20px;
    cursor:pointer;
    background:#488f36;
}

.card-flow-content {
    padding-left:15px;
}

.card-flow-anexos label {
    display:flex;
    font-weight:bold;
    cursor:pointer;
}

.card-flow-anexos label i {
    font-size:16px;
    font-weight:bold;
    margin-left:5px;
}

.card-flow-anexos ul {
    display:none;
    list-style-type:none;
    padding-left:5px;
    padding-right:5px;
    border-top:1px solid #f1f2f3;
}

.card-flow-anexos ul li {
    border-bottom:1px dotted #f1f2f3;
}

.card-flow-anexos-file {
    display:flex;
    justify-content: space-between;
    width:100%;
    padding: 8px;
}

.card-flow-anexos-file > i {
    font-size:1.2rem;
    color:#d9534f;
    cursor: pointer;
    transition: 0.2s;
}
.card-flow-anexos-file > i:hover {
    font-size:1.4rem;
}

.li-form {
    padding:10px;
    margin-bottom:5px;
    background:#f8f9fb;
}

#anexo-form > input[type="submit"] {
    color:#FFF;
    margin-top:8px;
    border:1px solid #398439;
    border-radius:3px;
    background:#449d44;
    transition:all 0.4s;
}

#anexo-form > input[type="submit"]:hover {
    border:1px solid #449d44;
    background:#398439;
}

.type-aux {
    cursor:pointer;
}
.input-date-entrega {
    padding:5px 10px;
    border:1px solid #f1f2f3;
    background:#FFF;

    transition:all 0.4s;
}

.date-entrega-salvar {
    width:100%;
    padding-bottom:5px;
    margin-bottom:10px;
    border-bottom:1px dotted #EBEBEB;
}

.date-entrega-salvar span{
    display:flex;
    flex-direction:column;
}

.date-entrega-salvar input[type="date"] {
    padding: 2px 12px;
    border: 0;
    background: #EBEBEB;
}

.input-date-entrega > div.date-entrega-salvar > button {
    padding:3px 5px;
    color:#FFF;
    border:0;
    margin-bottom:4px;
    background-color:#5cb85c;
}

.input-date-entrega > div.date-entrega-salvar > button:hover {
    background-color:#449d44;
    border-color: #398439;
}

.btn-cancelar-date-entrega {
    display:flex;
    flex-direction:column;
    width:54%;
}

.btn-cancelar-date-entrega span {
    margin-bottom:5px;
}

.btn-cancelar-date-entrega button:hover {
    /* background:#d43f3a; */
    background:#b4413d;
}

/* 
.btn-cancelar-date-entrega {
    margin-top:15px !important;
} */

.badge-custom {
    font-size: 12px !important;
    padding: 3px 8px !important;
    border-radius: 9px !important;
}

.without-history {
    text-align: center;
    margin-top: 120px;
    opacity: 0.8;
}

.line-dotted {
    width:95%; 
    margin-top:10px; 
    border-top:2px dotted #EBEBEB;
}

@media( max-width:800px ) {
    .support-house-box {
        flex-direction:column-reverse;
        width:100%;
        padding:20px;
    }

    .legend-support-box {
        width:100%;
    }

    .support-house-bedrooms {
        width:100%;
    }

    .legend-status-bedroom ul {
        width:100%;
        display:flex;
        flex-direction:row;
    }
    .legend-status-bedroom ul li {
        width:33.3%;
        flex-direction:row;
    }
}

@media( max-width:768px ) {
    .box-content-info-patient {
        flex-direction:column;
    }
    
    .patient-info {
        width:100%;
        /* padding-bottom:25px; */
        margin-bottom:35px;
    }
    
    .patient-historic {
        width:100%;
    }

    .line-dotted-when-responsive {
        width:95%; 
        margin-top:30px; 
        border-top:2px dotted #EBEBEB;
    }
}
