﻿@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
header{
    padding:10px 0;
}
.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 10px !important;
    background-color: #fff !important;
    color: #1967AC !important
}
.container .jumbotron h1, .container-fluid .jumbotron h1{
    text-align:center;
    margin-bottom:50px;
}
.left_panel{
    border:1px #eee solid;
}
.clinic_list {
    height: 550px;
    overflow: auto;
    overflow-x: hidden;
}
.appointment_btn {
    background-color: #1967AC;
    border: none;
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    display:table;
    text-decoration: none;
    padding: 5px 20px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
}
    .appointment_btn:hover {
        color: #fff;
        text-decoration: none;
    }
.Schedule_btn {
    background-color: #59B04D;
    border: none;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
    width:50%;
}

.cancel_btn {
    background-color: #DD2127;
    border: none;
    border-radius: 3px;
    min-width: 150px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
}
    .cancel_btn:hover {
        color: #fff;
        text-decoration: none;
    }
li.sl-item {
    padding: 15px;
    border-bottom: 1px #eee solid;
}
.top-title {
    padding: 5px 20px;
    background-color: #1967AC;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.search_loc {
    padding: 5px 20px;
    margin-bottom: 20px;
}
    .search_loc label {
        font-weight: 600;
        font-size: 18px;
        display:block;
    }
.mapboxgl-ctrl-geocoder {
    width: 100% !important;
    font-size: 15px;
    line-height: 20px;
    max-width: 360px;
}
.geocoder {

    width: 100% !important;

}

.mapboxgl-ctrl-geocoder {
    min-width: 100%;
}

.mapboxgl-ctrl-geocoder--input
{
    color: #1967AC !important;
}
#map {
    height: 720px;
}
#divappointments {
    display: flex;
    justify-content: space-between;
}
.formBox {
    width: 30%;
    border: 1px #d1dfea solid;
    padding: 15px;
}
.appointments {
    width: 68%;
}
.formBox .textfield {
    padding: 8px 15px;
    border-radius: 3px;
    border: 1px #d1dfea solid;
    width: 100%;
    font-size: 16px;
    color: #1967AC;
}
.formBox .datefield {
    border-radius: 3px;
    width: 100%;
    padding: 8px 15px;
    color: #1967AC;
    border: 1px #d1dfea solid;
    font-size: 16px;
    background: url(img/date.png) no-repeat 97%;
}
.pol-12 h3{margin-bottom:20px;}
.pol-12 ul li{
    font-size:16px;
    padding-bottom:10px;
}
.pol-12 ul li img{
    padding-right:8px;
    margin-top:5px;
    width:20px;
}
.modal-open .modal {
    width: 50%;
    margin: auto;
}
.appointmentsDetailsLeft {
    border: 1px #d1dfea solid;
    padding: 5px;
}
.appointmentsDetailsRight {
    border: 1px #d1dfea solid;
    padding: 25px;
}
#lblClinicType{
    font-weight:600;
    margin-top:25px;
}
.glyphicon-time:before {
    content: "\e023";
    padding-right: 8px;
}
.glyphicon-calendar:before {
    content: "\e109";
    padding-right: 8px;
}
.glyphicon-globe:before {
    padding-right: 8px;
}
.btnHolder{
    width:100%;
}
.appoBoxCont {
    display: flex;
}
.appoTimeCont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.appoTime {
    font-size: 20px;
    font-weight: 700;
    color: orangered;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appoDetailsMobile {
    display: none;
}
.clinic-title b{display:block;}
#divBooking {
    width: 90% !important;
    margin: auto !important;
}

@media (max-width: 1024px) {
    .modal-open .modal {
        width: 50%;
        margin: auto;
        height: 404px;
    }
}
@media (max-width: 912px) {
    .btnHolder {
        width: 100%;
    }
    .Schedule_btn {
        width: 100%;
    }

    .cancel_btn {
        width: 100%;
    }
}
    @media (max-width: 768px) {
        .pol-12 h3 {
            margin-bottom: 15px;

        }

        .pol-12 ul li {
            font-size: 14px;
            padding-bottom: 10px;
        }

            .pol-12 ul li img {
                padding-right: 5px;
                margin-top: 4px;
                width: 15px;
            }

        .mapboxgl-ctrl-geocoder {
            min-width: 100% !important;
        }

        .appointment_btn {
            font-size: 14px;
        }

        #divappointments {
            display: flex;
            flex-direction: column;
        }

        .formBox {
            width: 100%;
            margin-bottom: 30px;
        }

        .appointments {
            width: 100%;
        }
    }

    @media (max-width: 600px) {
        .form-group label {
            font-size: 2.25rem !important;
        }

        canvas.mapboxgl-canvas {
            width: 95% !important;
        }
        .modal-open .modal {
            width: 75%;
            height: 404px;
        }
        .appoBoxCont {
            display: flex;
            flex-direction: column-reverse;
        }
        .appoDetails{
            display:none;
        }
        .appoDetailsMobile {
            display: block;
            border: 1px #d1dfea solid;
            margin: 0 15px;
            background-color: #f1f6f8;
        }
        .clinic-title b {
            display:inline-block;
        }
    }

@media (max-width: 428px) {
    .btnHolder {
        width: 100%;
    }
    .Schedule_btn {
        width: 100%;
    }

    .cancel_btn {
        width: 100%;
    }
}
