/*
appointment.css
Bright Bridge Web
Post Clinic of Chiropractic
CSS file for appointment.html
*/
.page-header{border:none}
.center{
	text-align: center;
}

.quote{
	text-align:center;
	border: 1px solid grey;
	padding: 5px 5px;
	margin:5px 1px;
}

form{
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#id_Subject{
    background-color: white;
    color: grey;
}

#id_start_date{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
#id_time{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
}




.color-border{
    border: 2px solid #0b6ca5;
    border-radius: 15px;
    padding: 15px 25px;
    background-color: rgba(11,108,165,0.4)
}

.listing{

}

.push{
    margin-top: 15px;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section-head{
	margin-top: 70px;
	margin-bottom: 30px;
}

.blueborder{
	background-color: #eaebed;
	border:3px solid #0b6ca5;
	border-radius: 25px;
	padding:10px;
}

.image-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	margin-bottom: 70px
}

.image-center-mob{
    width: 80%;
}

ol > li{
	font-size:120%;
	padding: 5px;
	border: 2px solid #0b6ca5;
	border-radius: 5px;
	margin: 15px 3px;
}

.number{
	border: 1px solid #0b6ca5;
	padding: 0px 10px;
	border-radius: 100%;
	background-color: #0b6ca5;
	color: white;
	font-size: 200%;
}

.page-header > h1{
	font-size: 400%;
}

.business-header {
    height: 300px;
    background-color: #0b6ca5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.business-header h1{
    text-align: center;
    color: #fff;
    font-size: 65px;
    font-weight: lighter;
    padding-top: 90px;
    display: inline-block;
}
.business-header span{
    text-align: right;
    display: block;
    font-size: 20px;
    line-height: 16px;
    margin-top: 15px;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.mainnum{
    border-bottom: 2px solid #0b6ca5;
}

.biggertext{
    text-align: left;
    font-size: 150%;
}

.biggertext1{
    text-align: right;
    font-size: 150%;
}

.appicon{
    color: #0b6ca5;
    font-size: 1100%;
}

.check{
    color: #35CC31;
    font-size: 1200%;
}

.address{
    padding: 0px 10px;
    width: 90%;
}

#AddText{
    padding-right:10px;
}

#googleMap{
    border: 3px solid #0b6ca5;
    width: 100%;
    height: 500px;
}
.headings{
        text-align: center;
    background: #0b6ca5;
    padding: 10px;
    color: #fff;
}
.timings{
    padding: 10px 10px;
    text-align: center;
    border: solid 1px #eee;
    color: black;
}
.timings:nth-of-type(7):nth-child(3),.timings:nth-of-type(8):nth-child(3){
    color: #f00;
    /*background: #ffdada;*/
}
.timings:nth-child(odd){
    border-bottom: solid 1px #eee;
}


/* Optional: Makes the sample page fill the window. */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#floating-panel {
  position: relative;
  top: 60px;
  display:block;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: 'Roboto','sans-serif';
  line-height: 30px;
  padding-left: 10px;
  max-width: 500px;
}
.opened{
        background: rgba(11,108,165, 0.41) !important;
    border: solid 1px #0b6ca5 !important;
    color: black;


}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.btn-circle.btn-xl2 {
    width: 150px;
    height: 150px;
    padding: 10px 16px;
    font-size: 65px;
    line-height: 120px;
    border-radius: 75px;
}

.topbar{
    height: 50px;
    background: #337ab7;
}
.topbar ul{
    list-style: none;

    width: 100%;
    margin-top: -20px;
    display: table;
}
.topbar ul li{
    display:table-cell;
    text-align: center;
}
.topbar ul li span{
    width: 70px;
    height: 70px;
    display: inline-block;
    border: solid 5px #337ab7;
    background: #f5fdff;
    text-align: center;
    border-radius: 35px;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 60px;
    color: #337ab7;
    font-weight: bold;
}
.topbar ul li:first-child{
    margin-left: 0px;
}
.topbar ul li:last-child{
    margin-right: 0px;
}
li span.active{
    border-color: #bee8f5 !important;
    background: #3071aa !important;
    color: #fff !important;
}
li span.active:after{
    display:inline-block;
}
li span.active i{
    position: absolute;
    font-size: 24px;
    margin-left: -16px;
    margin-top: 47px;
    color: #bee8f5;
}
.activepbody{
    /*background: #bee8f5;*/
    /*border: solid 2px #3277b2;*/
    /*border-radius: 5px;*/
    background: #fff;
    padding: 35px !important;
    font-size: 19px;
    color:#1c4365;
    /*margin-top: 100px;*/
    border-top: none;
    border-right: none;
    /*border-bottom: none;*/
}
.activepbody p{
    margin-left: 15px;
}
.topbar span{
        display: none;
}
.stepleft{
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50px;
    background: #3277b2;
    color: white;
    margin-left: -85px;
    margin-top: -85px;
    border: solid 2px #3277b3;
    font-weight: bold;
}
.stepright{
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50px;
    background: #3277b2;
    color: white;
    margin-right: -30px;
    margin-top: -85px;
    border: solid 2px #3277b3;
    font-weight: bold;
    right: 0;
}
h3.newhead{
        padding-top: 10px !important;
        text-align: center !important;
        padding-bottom:50px !important;

    }
/* Ali Code New ################################### */
.appoint_form{
    margin-top: 30px;
    max-width: 1000px;
    /*background-color: white;
    border: #3277b2 solid 1px;
    border-radius: 9px;*/
    padding: 20px 10px;
}
.appoint_form h1{
    color: black;
    font-size: 48px;
    margin-bottom: 30px;
    text-align: left;
    border-bottom: #eee solid 1px;
    padding-bottom: 20px;

}
.appoint_form label{
    display: block;
    color: black;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.appoint_form input[type="text"]{
    height: 40px;
    width: 100%;
    border: #c1c1c1 solid 1px;
    padding: 0px 15px;
    border-radius: 4px;
}
.appoint_form input[type="email"]{
    height: 40px;
    width: 100%;
    border: #c1c1c1 solid 1px;
    padding: 0px 15px;
    border-radius: 4px;
}
.appoint_form select{
    height: 40px;
    width: 100%;
    border: #c1c1c1 solid 1px;
    padding: 0px 15px;
    border-radius: 4px;
}
.appoint_form textarea{
    height: 130px;
    width: 100%;
    border: #c1c1c1 solid 1px;
    padding: 15px;
    border-radius: 4px;
    resize: none;
}
.appoint_form button{
    background-color: white;

}
.req_table{
    background-color: #d7edff;
    padding: 20px;
    border-radius: 6px;
    border: #3277b2 solid 1px;
}
.req_table h4{
    color: #3277b2;
    font-size: 24px;
    text-align: center;
    border-bottom: #eee solid 1px;
    padding-bottom: 20px;
}
.req_table ul{
    padding: 0px;
}
.req_table ul li{
    list-style: none;
    padding: 9px 15px;
    background-color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    border: #d2d2d2 solid 1px;
    border-radius: 3px;
}

.jumbotron{
    min-height: 450px;
}

.exclamation{
    font-size: 400%;
    color: #0b6ca5;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h3.info{
    display: block;
    font-size: 210%;
    margin-top: 10px;
    padding: 10px 30px;
    text-align: center;
}

.centertext{
    text-align: center;
}
h1.centertext{font-weight: lighter;}

/* Ali Code New ################################### */

.whiteback{
    background-color: rgba(0,0,0,0.05);
    color: black;
    padding: 15px 50px;
    width: 100%;
}

@media(max-width: 767px){
    .activepbody{
        margin-left: 5px;
        font-size: 17px;
    }
    .jumbotron{
        min-height: 100px;
    }
    .business-header{height: 170px;}
    .business-header h1{font-size: 35px;padding-top: 30px;}
    .business-header span{text-align: center;}
}
@media(max-width: 400px){
    h3.newhead{
        padding-top: 10px !important;
        text-align: center !important;
        padding-bottom:50px !important;

    }
    .activepbody{
        margin-left: 5px;
        font-size: 14px;
        padding: 20px !important;
        margin-left: 25px;
    }
}
@media(max-width: 500px){
    .topbar ul{
        display: none;
}
.topbar span{
        display: block;
    text-align: center;
}
.appoint_form h1{font-size: 30px;}

}
@media(max-width: 992px){
    .col-md-4 i.fa{display: none;}
    #googleMap{height: 350px;}
}
@media(max-width: 600px){
  #googleMap{height: 250px;}
}
@media(max-width: 570px){
    #floating-panel {top: 0px;}
}
