body{
    font-size: 16px;
}
.navbar-static-top{
    margin-bottom: 30px;
    padding-top: 16px;
    padding-bottom: 2px;
}
.navbar-fixed-bottom{
    bottom: 0px;
}
.container1
 {
     background-color: yellowgreen;
 }

.jumbotron {
    position: relative;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
    background: #020031;
    background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353));
    background: -webkit-linear-gradient(45deg, #020031 0%,#6d3353 100%);
    background: -o-linear-gradient(45deg, #020031 0%,#6d3353 100%);
    background: -ms-linear-gradient(45deg, #020031 0%,#6d3353 100%);
    background: linear-gradient(45deg, #020031 0%,#6d3353 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 );
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.abcRioButtonLightBlue {
    background-color: #fbfbfb;
    color: #757575;
    box-shadow: 2px 2px 9px !important;
    transition: 0.6s !important;
}
.abcRioButtonLightBlue:hover {
    background-color: #fbfbfb;
    color: #757575;
    box-shadow: 1px 1px 2px !important;
}
#signInDiv{
    height: 334px;
    width: 276px;
    background-color:#ffffff;
    text-align: center;
    top: 200px;
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 2px 18px;
    font-size: 18px;
}
#signInDiv img{
    margin-top: 36px;
    margin-bottom: 10px;
}

#authorize-button{
    margin-top: 77px;
}
/*
.jumbotron::after {
    content: '';
    display: block;
    position: relative; /* changed by me */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/bs-docs-masthead-pattern.png) repeat center center;
    opacity: .4;
}
.jumbotron {
    margin-bottom: 0px;
    background-image: src(images/screenshot.png);
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
}
.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.btn-signin {
    /*background-color: #4d90fe; */
    background-color: #ff6600;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}
.card-container.card {
    width: 350px;
    padding: 40px 40px;
}
body, html {
    height: 100%;
    background-repeat: no-repeat;
    /*background-image: linear-gradient(rgb(255, 230, 209), rgb(146, 164, 133));*/
}
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.card-container.card {
    width: 350px;
    padding: 40px 40px;
}
/*
Free App template for Bootstrap 3
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
Image credits: unsplash.com
Image placeholders: placemi.com
*/


.mt-100 {
    margin-top: 100px; 
}
.mb-100 {
    margin-bottom: 100px;
}

.icon {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 8px;
    border: 2px solid;
    border-radius: 50%;
}

.header {
    padding-top: 50px;
    background-color: #eee;
    overflow: hidden;
}
.footer {
    color: #887;
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}

.content {
    position: relative;
    display: table;
    width: 100%;
    min-height: 100vh;
}
.pull-middle {
    display: table-cell;
    vertical-align: middle;
}

.btn {
    padding-left: 25px;
    padding-right: 25px;
}
.btn-circle {
    border-radius: 20px;
}

.input-group input {
    border: 0;
    box-shadow: none;
    padding-right: 30px;
}
.input-group input:focus,
.input-group input:active {
    outline: 0;
    box-shadow: none;
}
.input-group-btn:last-child>.btn {
    z-index: 2;
    margin-left: -18px;   
    border-radius: 20px;
}

.phone {
    position: relative;
    max-width: 276px;
    margin: 80px auto;
    padding: 45px 9px 68px;
    border: 2px solid #ddd;
    border-radius: 20px;
    background-color: #222;
    box-shadow: 20px 20px 40px #887;
}


.loader1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 1s linear 0s normal none infinite running spin;
    border-color: #3498db #f3f3f3 #f3f3f3;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 16px;
    color: #454544;
    height: 120px;
    left: 46%;
    position: fixed;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 120px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

svg{
    position: relative;
    top: 3px;
}
#signin{
	position: relative;
    top: 70px;
    background-color: #edf1ed;
    height: auto;
    width: auto;
    font-size: 20px;
    padding: 10px;
    border-radius: 3px;
    border-style: solid;
    box-shadow: 0px 2px 11px grey;
    border-width: 0px;
    transition: 0.6s;
    color: #787070;
}
#signin:hover{
    cursor:pointer;
    box-shadow: 0px 2px 03px grey;
}
a{
	text-decoration: none;
	color: black;
}
button:focus{
	outline: none;
}
button:active{
    box-shadow: 0px 0px 0px white;
}
td a{
    cursor: pointer;
    font-weight: bold;
}
td a:hover{
    color: black;
}
a:hover{
    color: unset !important;
}
.options{
    position: relative;
    max-height: 700px;
    max-width: 1060px;
    margin: 0 auto;
    top: 200px;
    text-align: center;
    margin-bottom: 60px;
}
.main-row{
    margin-bottom: 75px !important;
}

.option{
    height: 200px;
    width: 18.1%;
    min-width: 140px;
    background-color: #f8f2e6;
    margin: 10px;
    float: left;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 1px 8px;
    text-align: center;
    padding-top: 20px;
    font-size: 29px;
    color: #515151;
    transition: 0.3s
}
.option:active{
    box-shadow: 0px 0px 0px;
    
}
.option:hover{
    background-color: #e4e0d7;
 
}
.options img{
    height: 115px;
    margin-top: 10px;
}
.smallIcon{
    padding-right: 20px;
    padding-left: 20px;
}
.smallIcon img{
    height: 70px !important;
}
.secondRow{
    width: 98%;
    height: 126px;
    padding-top: 40px;
    font-size: 33px !important;
}
.mainButton{
    border-radius: 22px;
    background-color: white;
    border-style: solid;
    font-size: 17px;
    font-weight: 700;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 6px;
    padding-top: 8px;
    margin-bottom: 10px;
    color: #595858;
    transition: 0.4s;
}
.mainButton:hover{
    background-color: #f5f5f3
}
#addMobileDiv{
    text-align: center;
}
#addMobileDiv img{
    height: 27px;
}
#popup{
    z-index: 10;
    
}
.delete{
    position: relative;
    left: -43px;
    bottom: -85px;
    border-radius: 22px;
    background-color: white;
    border-style: solid;
    width: 215px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 6px;
    padding-top: 8px;
    margin-bottom: 10px;
    color: #595858;
}
.delete:hover{
    background-color: rgb(231, 227, 227);
}
#home-trigger{
    float: left;
    position: relative;
    top: 5px;
}
#signout{
    float: right;
    top: 5px;
    position: relative;
    right: 5px;
}
#populateTemp{
    text-align: center
}
#populateTemp button:hover{
    background-color: rgb(224, 223, 223);
}
#populateH2{
    margin-top: 91px;
    margin-bottom: 30px;
    font-size: 33px;
    color: white;
}
.add{
    background-color: #aed78e;
    border-style: solid;
    border-radius: 28px;
    height: 30px;
    width: 67px;
    margin-left: 10px;
    transition: 0.6s;
    margin-top: 7px;
}
.add:hover{
    background-color: #a1c984;
}
.doctorInput{
    border-radius: 5px;
    border-style: ridge;
    padding: 3px;
    padding-left: 10px;
}
.doctorInput:focus{
    outline: none;
}
.LocationInput{
    border-radius: 6px;
    border-style: ridge;
    margin-top: 5px;
    padding: 5px;
    background-color: #f6f0de;
    width: 75px !important;
    text-align: center;
}
.LocationInput:focus{
    outline: none;
}

.stateDiv{
    position: absolute;
    background-color: white;
    width: 99%;
    height: 100px;
    margin-top: 72px;
    margin-right: 5px;
    border-radius: 10px;
    text-align: center;
    border-style: ridge;
    border-color: white;
    border-width: 5px;
}
.stateDiv h4{
    display: inline;
    position: relative;
    top: 10px;
}
#sound{
    width: 43px;
    height: 42px;
    top: 5px;
    position: relative;
    float: right;
    margin-right: 10px;
}
#sound img{
    height: 26px;
    position: relative;
    right: 7px;
    top: -2px;
    transition: 0.7s;
}
.edit-save{
    height: 16px;
    margin-top: 16px;
    cursor: pointer;
    margin-right: 2px;
}
.timeInput{
    width: 96%;
    text-align: center;
    border-radius: 5px;
    border-style: ridge;
    background-color: #f1ece2;
    font-weight: 600;
}
input[type="time"]::-webkit-clear-button {
    display: none;
}



/* the locations table */
#mainDiv{
    max-width: 1000px;
    margin: auto;
    background-color: #ffffff;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 22px;
    padding-bottom: 18px;
    border-radius: 11px;
    text-align: center;
    margin-bottom: 80px;
}

.odd{
    background-color: #FBDCAD !important;
    transition: 0.7s
}
.even{
    background-color: #FFFFFF !important;
    transition: 0.7s    
}
.odd:hover{
    cursor: pointer;
    background-color: rgb(228, 200, 157) !important
}
.even:hover{
    cursor: pointer;
    background-color: rgb(207, 207, 207) !important
}
.sorting_1{
    background-color: transparent !important;
    font-weight: bold;
}
.row{
    padding: 10px;
}
th{
    text-align: center;
    font-size: 20px;margin-bottom: 80px;
    background-color: rgb(223, 218, 213);
}
#table_length label{
    margin-left: 20px;
    margin-bottom: 10px;
}
#table_length select{
    border-radius: 4px;
    padding: 2px;
    background-color: #fcf4e3;
    margin-bottom: 10px;  
}
#table_length select:focus{
    outline: none;

}
#table_filter input{
    margin-right: 20px;
    border-radius: 5px;
    background-color: #fcf4e3;
    border-style: unset;
    padding: 4px;
    transition: 0.5s;
    -moz-box-shadow:    inset 0 0 5px #242323;
    -webkit-box-shadow: inset 0 0 5px #2c2c2c;
    box-shadow:         inset 0 0 5px #3d3d3d;
}
#table_filter input:focus{
    outline: none;
    -moz-box-shadow:    inset 0 0 10px #414141;
    -webkit-box-shadow: inset 0 0 10px #4e4e4e;
    box-shadow:         inset 0 0 10px #5e5c5c;
}
.panel-heading p{
    font-size: 22px;
    font-weight: 100;
}
.locationInput{
    padding: 4px;
    border-radius: 6px;
    border-style: groove;
    background-color: #f2e7d3;
    width: 255px;
}
.locationInput:focus{
    outline: none;
}
.nameInput{
    padding: 4px;
    border-radius: 6px;
    border-style: groove;
    background-color: #f2e7d3;
    width: 255px;
}
.nameInput:focus{
    outline: none;
}
#GPSInput{
    width: 65px;
    text-align: center;
}
.locationP{
    font-size: 18px;
    margin-top: 10px;
    color: #636363;
    position: relative;
    top: 10px;
    font-weight: 100 !important;
}
#name{
    width: fit-content;
    margin: auto;
    margin-bottom: -50px;
    position: relative;
    font-size: 26px;
    color: grey;
}
.theDelete{
    width: 18px;
    position: relative;
    top: 10px;
}
.theDelete:hover{
    cursor: pointer;
}

#mainDiv_h{
    max-width: 1304px;
    background-color: white;
    height: 240px;
    margin: auto;
    border-radius: 17px;  
    text-align: center;
    padding-top: 20px;
}
#mainDiv_h h2{
    color: rgb(117, 115, 115);
}

#ui-datepicker-div{
    max-width: 100%;
    height: fit-content !important;
}
#selectLocations{
    width: 170px !important;
}

#pickTime img{
   height: 16px; 

}
#choose{
    display: -webkit-inline-box;
    margin-top: 25px;
    background-color: #ec8344;
    padding: 10px;
    border-radius: 15px;
}
#choose input{
    width: 105px;
    height: 30px;
    margin: 10px;
    text-align: center;
}
#choose select{
    width: 114px;
    height: 30px;
    margin: 10px;
    text-align: center;
}
#pickdate{
    height: 25px;
    cursor: pointer;
}
.history_input{
    border-style: none;
    border-radius: 5px;
}
#datepicker_h{
    cursor: context-menu;
}


.userTable{
    width: 100%;
}
.usertr{
    height: 45px;
    font-size: 17px;
}

#mobiles{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
    border-color: grey;
}
.userEmail{
    font-weight: bold
}
#theSearch{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 9px;
    background-color: #ec8344;
    color: white;
}
.text-right{
    text-align: center;
}

.smallCstate{
    font-size: 22px;
    position: relative;
    bottom: 3px;
}
.col-md-7{
    width: 100% !important;
    background-color: #ffffff;
    bottom: -2px;
    padding: 4px;
    float: left;
}

#mainDivTemplate{
    max-width: 1000px;
    margin: auto;
    background-color: #ffffff;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 22px;
    padding-bottom: 18px;
    border-radius: 11px;
    text-align: center;
    margin-bottom: 80px;
}
.rowIcon{
    height: 24px;
    cursor: pointer;
    margin: 4px;
    margin-left: 10px;
    margin-right: 10px;
}
.rowIconT{
    height: 28px;
    cursor: pointer;
    margin: 4px;
    margin-left: -30px;
    margin-right: 10px;
    margin-top: 9px;
}
#selectMobileDiv{
    text-align: center;
    margin-bottom: 20px;
}
#selectMobileDiv select{
    padding: 5px;
    font-size: 19px;
    border-radius: 7px;
    padding-left: 13px;
    padding-right: 13px;
}
#selectMobileDiv select:focus{
    outline: none;
}

#selectionML{
    text-align: center;
    margin-bottom: 30px;
}
#selectionML label{
    color: white;
}
.gpsOnclick{
    transition: 0.2s;
}
.gpsOnclick:hover{
    cursor: pointer;
    font-weight: bold;
}
#minutes{
    font-weight: bold
}
#hour{
    font-weight: bold
}
#seconds{
    font-weight: bold
}
#weeklyButtonDiv{
    text-align: center;
}
#weeklyButtonDiv{
    position: relative;
    top: -75px;
    display: none;
}
#selectPermission{
    margin-top: 10px;
    font-size: 18px;
    border-radius: 5px;
    padding: 3px;
    background-color: #f2e7d3;
}
#doctorSchedule{
    border-color: grey;
}
.smallGPSname{
    font-size: 13px;
}

.l_selected{
    font-weight: bold;
    color: red;
}
#buttonDiv{
    text-align: center;
}
.l_s_mobile h4{
    margin: -1px;
}
.l_s_mobile{
    background-color: rgb(184, 180, 180)
}

#myInput {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    max-width: 524px;
    font-size: 16px;
    padding: 7px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
    border-radius: 10px;
}

#myUL {
    list-style-type: none;
    max-height: 300px !important;
    overflow: auto;
    max-width: 400px;
    margin: auto;
    z-index: 1000 !important;
    position: absolute;
    background-color: white;
    padding: 14px;
    width: 100%;
}

#myUL li a {
    border: 1px solid #ddd;
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block
}

#myUL li a:hover:not(.header) {
    background-color: #eee;
}
#theUlDiv{
    max-width: 400px;
    margin: auto;
    display: none;
}

.searchLocation:hover{
    cursor: context-menu;
    background-color: #2196F3;
    color: #ffffff
}

#result{
    background-color: white;
    max-width: 660px;
    margin: auto;
    border-radius: 20px;
    padding: 10px;
    margin-top: 16px;
    margin-bottom: 100px;
}
.eachLocation{
    display: inline-flex;
}
.eachLocation p{
    margin-left: 7px;
    margin-right: 7px;
}
.mobileDiv h4{
    font-weight: bold;
}
.eachRecord h3{
    text-align: center;
}
.doneButton{
    background-color: #c89bb5;
    margin-top: 7px;
    width: 140px;
    position: absolute;
    right: 32%;
}
.doneButton:hover{
    background-color: #b18aa1;
}
.locationH4{
    margin: auto;
    font-size: 22px;
    background-color: #f2e7d3;
    padding: 4px;
    border-radius: 7px;
    border-color: grey;
}
.mobileNames{
    cursor: pointer;
}




@media screen and (max-width: 760px) {
    .navbar-static-top{
        margin-bottom: 60px;
    }
    #home-trigger {
        margin-left: 10px;
    }
    #name{
        top: 60px;
        color: white;
    }
    .noshow{
        display: none;
    }
    .options{
        top: 15px;
    }
    .option{
        height: 170px;
        width:  44.6%;
        font-size: 23px;
    }

    .options img{
        height: 100px;
        margin-top: 10px;
    }
    .doctorInput{
        max-width: 158px;
    }
}
@media screen and (max-width: 1300px) {
    .main-row{
        width: 33%;
        float: left;
    }
}
@media screen and (max-width: 1150px) {
    .main-row{
        width: 50%;
        float: left;
    }
    .stateDiv h2{
        font-size: 25px;
    }
}
@media screen and (max-width: 750px) {
    .main-row{
        width: 100% !important;
    }
    #signInDiv{
        top: 50px;
    }
}
.wifiImg{
    height: 22px;
}
.intSpeed{
    height: 33px;
    margin: 5px 6px;
    padding: 5px;
    border-radius: 20px;
    transition: 0.3s;
    cursor: pointer;
}
.intSpeed:hover{
    background-color: #bbbaba;
    background-color: #bbbaba94;
}
.addIntSpeed{
    padding: 7px !important;
}