

.login-page {
  width: 400px;
  padding: 2% 0 0;
  margin: auto;
}
/* .form {
  position: relative;
   z-index: 1; 
  background: #FFFFFF;
  max-width: 400px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
} */
.form input,textarea {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 0px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.form select {
  height: 30px;
}

.form radio {

}

.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background:#2184be;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form button:hover,.form button:active,.form button:focus {
  background:#97daf7;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #006df0;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  z-index: 1;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

.form_label {
  text-align: left;
}

.form_label span.red{
    color:red;
}

.form_value {
  margin-bottom: 15px;
  text-align: left;
}

.form_value span.green {
  color:green;
}

.form_value span.red {
  color:red;
}

.logo {
  position: relative;
  bottom:50px;
  display: inline-block;
}

body {
  background:#eaeded;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.errorMessage {
  color:red;
  text-align: left;
  font-size: 12;
  font-style: italic;
}

.required span {
  color:red;
}

.ref {
  color: white!important;
  font-size: 12px;
}

.ref {
  text-decoration: none!important;
}

label.error {
  color:red;
  font-style: italic;
}

.form .btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background:#2184be;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.form .btn:hover {
  background:#97daf7;
}

.bk-back-btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background:#2184be;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  text-decoration: none;
  clear:both;
}

.bk-time-btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  text-decoration: none;
  clear:both;
}

.bk-time-btn.active {
  background: #2184be;
}

.bk-time-btn.inactive {
  background: #ddd;
}


.bk-panel {
  margin:0 auto; overflow:auto; padding: 1em 1em 1em 1em;
}



.bk-left-panel {
  float:left; padding-right:5em; padding-top:45px;
  width: 30%;
}

.bk-right-panel {
  float:left;
  width: 65%;
}

.bk-right-panel.doc{
  width: 100%;
  padding: 75px 50px 50px 50px;
}

.form.bk-form.profile-details {
  min-width:1107px;
}

.bk-form {
  width:100%;
  max-width:681px;
  min-height: 300px;
}

.bk-block {
  margin: 25px 0px 7px 0px;
  display:block
}

.bk-block h1 {
  margin-bottom: 3px;
}

.bk-block p {
  margin-bottom: 0;
}

.time-block {
  display: inline-block;
  width: 100px;
  min-height: 30px;
  background: #ededed;
  text-align: center;
  border-radius: 3px;
  padding: 2px 0px 0px 0px;
  margin-bottom:3px;
  margin-right:3px;
}

.time-block:hover {
  background: #2184be;
  color:#fff;
  cursor: pointer;
}

.time-block.active {
  background: #2184be;
  color:#fff;
}

.no-margin {
  margin: 0;
}

.sep {
  background: #2184be;
  height: 5px;
  margin-bottom: 5px;
  width: 80%;
}

.bk-cal-btn {
  text-decoration: none;
}

/* events */

.event-type {
  background: #ccc;
  padding:10px;
  display: inline-block;
}

.event-period {
  font-size:18px; font-weight:normal;
  line-height: 1.5;
}

.event-time {
   margin:0;
   border-radius:3px;
   font-weight:bold;
   color: #fff;
   padding: 10px;
   background:#ff8080;
   display:inline-block;
}


.event-view {
  border-collapse: separate;
  border-spacing: 0px 0;
  width: 100%;
}

.event-view td {
  padding: 5px 0;
}

.event-view th, .event-view td {
    font-size: 15px;
		border-top: 1px solid #dddddd;
		border-left: 0px #f5f6f7 solid;
		border-right: 0px #f5f6f7 solid;
    padding: .7em;
}

.app-bottom {
  		border-bottom: 1px solid #dddddd;
}

.event-holder {
  padding: 20px;
  overflow: auto;
}

.event-contact {
  background: #f5f5f5;
  margin-top: 5px;
}


.event-logo {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 2px solid white;
  right: 46%;
  top:110px;
  margin-bottom:20px;
  position: absolute;
  cursor: pointer;

}

@media screen and (max-width: 900px) {
    .event-logo { display: none; }
}
