/* line 1, ../scss/_common.scss */
body * {
  font-family: "Open Sans";
}

/* line 5, ../scss/_common.scss */
body, html {
  height: 100%;
}

/* line 12, ../scss/_common.scss */
.row.content {
  border-top: 1px solid #e8eaed;
}

/* line 16, ../scss/_common.scss */
.row.content {
  /*    margin-top: -80px;
      min-height: 100%;*/
  padding-top: 20px;
  min-height: calc(100vh - 140px);
}

/* line 24, ../scss/_common.scss */
a {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/* line 1, ../scss/_schedule-table.scss */
.schedule-table__cell {
  background: #f9f9f9 none repeat scroll 0 0;
  color: #fff;
  font-weight: 300;
  height: 100px;
  line-height: 100px;
  margin: 2px 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  position: relative;
}

/* line 18, ../scss/_schedule-table.scss */
.pay_flag {
  bottom: 10px;
  left: 0;
  line-height: 25px;
  position: absolute;
  width: 100%;
}

/* line 26, ../scss/_schedule-table.scss */
.schedule-table__header {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

/* line 35, ../scss/_schedule-table.scss */
.schedule-table__cell > a {
  display: block;
  height: 100%;
  line-height: 100px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}

/* line 44, ../scss/_schedule-table.scss */
.green {
  background: #83B745;
}
/* line 46, ../scss/_schedule-table.scss */
.green:hover {
  background: #037003;
}

/* line 51, ../scss/_schedule-table.scss */
.green.pay {
  background: #57acd1;
}
/* line 53, ../scss/_schedule-table.scss */
.green.pay:hover {
  background: #0078A0;
}

/* line 58, ../scss/_schedule-table.scss */
.alert-box.success > ul {
  margin-top: 15px;
  text-align: left;
}

/* line 63, ../scss/_schedule-table.scss */
.red {
  background: #ff4242;
}

/* line 67, ../scss/_schedule-table.scss */
.gray {
  background: #F9F9F9;
}

/* line 71, ../scss/_schedule-table.scss */
.description__block {
  display: inline-block;
  height: 22px;
  width: 50px;
}

/* line 77, ../scss/_schedule-table.scss */
.description__block, .description__block2 {
  vertical-align: middle;
  font-weight: 300;
}

/* line 82, ../scss/_schedule-table.scss */
.schedule-table {
  border: 1px solid #dddddd;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 10px;
  width: 85%;
  text-align: center;
}

/* line 91, ../scss/_schedule-table.scss */
.description-inner {
  margin-bottom: 8px;
}

/* line 95, ../scss/_schedule-table.scss */
.message__content {
  font-weight: 300;
  text-align: center;
  padding-top: 15px;
  font-size: 20px;
}

/* line 102, ../scss/_schedule-table.scss */
.message__action {
  padding-top: 30px;
  text-align: center;
}

/* line 107, ../scss/_schedule-table.scss */
.message__doctor, .message__time {
  font-weight: 600;
}

/* line 111, ../scss/_schedule-table.scss */
.schedule-table ul {
  list-style: outside none none;
  margin-left: 0;
}

/* line 116, ../scss/_schedule-table.scss */
.schedule-table__day-list {
  padding: 0 1px !important;
}

/* line 120, ../scss/_schedule-table.scss */
.page-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 126, ../scss/_schedule-table.scss */
.page-title__name {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #83b745;
}

/* line 133, ../scss/_schedule-table.scss */
.schedule-message {
  font-weight: 300;
  padding: 50px;
}

/* line 138, ../scss/_schedule-table.scss */
.message__cancel, .message__ok {
  height: 50px;
  vertical-align: top;
}

/* line 143, ../scss/_schedule-table.scss */
.alert-box {
  font-size: 16px;
  font-weight: 300;
  margin-top: 50px;
  text-align: center;
  width: 85%;
}

/* line 1, ../scss/_doctors-list.scss */
.doctors-list * {
  list-style: outside none none;
}

/* line 5, ../scss/_doctors-list.scss */
.doctors-list {
  border: 1px solid #e8eaed;
}

/* line 9, ../scss/_doctors-list.scss */
.doctors-list__link {
  color: #333;
}

/* line 13, ../scss/_doctors-list.scss */
.doctors-list__group-title {
  font-weight: 700;
}

/* line 17, ../scss/_doctors-list.scss */
.doctors-list__item {
  font-weight: 300;
}

/* line 21, ../scss/_doctors-list.scss */
.doctors-list__item.active > .doctors-list__link {
  color: #83B745;
}

/* line 25, ../scss/_doctors-list.scss */
.doctors-list__item {
  border-bottom: 1px solid #e8eaed;
  display: block;
  padding: 15px 0;
}

/* line 31, ../scss/_doctors-list.scss */
.doctors-list__group-title {
  background: #e8eaed none repeat scroll 0 0;
  border-bottom: 1px solid #e8eaed;
  border-top: 1px solid #e8eaed;
  display: block;
  font-size: 17px;
  padding: 11px 0;
  text-align: center;
}

/* line 41, ../scss/_doctors-list.scss */
.doctors-list__group-list {
  margin: 0;
}
/* line 44, ../scss/_doctors-list.scss */
.doctors-list__group-list .doctors-list__item {
  padding-left: 30px;
}

/* line 1, ../scss/_header.scss */
.header, .footer {
  background: #8e9fd2 none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  padding: 20px 10px;
  text-transform: uppercase;
}

/* line 10, ../scss/_header.scss */
.exit {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
}

/* line 16, ../scss/_header.scss */
.header a, .footer a {
  color: #fff;
  text-transform: uppercase;
}

/* line 5, ../scss/_footer.scss */
.copyright {
  text-align: center;
}

/* line 9, ../scss/_footer.scss */
.row.footer {
  height: 70px !important;
}

/* line 1, ../scss/_main-page.scss */
img.loading-img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

/* line 11, ../scss/_main-page.scss */
.loading-bg {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.content-page{
  /*height: 750px;*/
}

/* line 21, ../scss/_main-page.scss */
.main-wrapper {
/* background-image: url("./images/main-bg.jpg"); */  
  background-position: center center;
  background-repeat: no-repeat;
  /*height: 100%;*/
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  /*min-height: calc(100vh);
  position: absolute;
  left: 0;
  width: 100%;*/
}

/* line 33, ../scss/_main-page.scss */
.login-form {
  background: rgba(196, 224, 239, 0.9) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  max-width: 500px;
  padding-bottom: 25px;
}

/* line 44, ../scss/_main-page.scss */
.login-form__enter {
  background: #8e9fd2 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 183px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
/* line 61, ../scss/_main-page.scss */
.login-form__enter:hover {
  color: #ffffff;
  background: #6578B2;
}

/* line 68, ../scss/_main-page.scss */
.login-form input[type="text"] {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
  color: #444 !important;
  font-size: 18px !important;
  font-weight: 300;
  height: 40px !important;
  margin: 10px auto !important;
  outline: medium none;
  padding-left: 30px !important;
  text-transform: uppercase;
  width: 350px !important;
}

/* line 83, ../scss/_main-page.scss */
h1.main-h1 {
  background: rgba(142, 159, 210, 0.9) none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding: 10px;
  text-align: center;
}

/* line 93, ../scss/_main-page.scss */
.login-form__data {
  padding: 30px 30px 20px;
}

/* line 97, ../scss/_main-page.scss */
.pers-info {
  margin: 0 auto;
  width: 350px;
  text-align: center;
}

/* line 103, ../scss/_main-page.scss */
label.pers-info__label {
  font-weight: 300;
  color: #000;
}

/* line 108, ../scss/_main-page.scss */
.information {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  padding: 20px 10px 0;
  text-align: center;
}

/* line 118, ../scss/_main-page.scss */
span.rules-title {
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

/* line 127, ../scss/_main-page.scss */
.rules__ok {
  color: #fff !important;
  background: #8e9fd2 !important;
  display: block;
  font-size: 16px !important;
  font-weight: 300 !important;
  margin: 0 auto !important;
  padding: 10px !important;
  position: relative !important;
  text-align: center !important;
  text-transform: uppercase !important;
  width: 100px;
}

/* line 141, ../scss/_main-page.scss */
.rules-list__item {
  font-weight: 300;
}

/* line 145, ../scss/_main-page.scss */
.login-form__error {
  color: red;
  font-weight: 300;
  margin: 0 auto;
  width: 350px;
}


.visit-form select{
  text-align: center;
  text-align-last:center;
  text-transform: uppercase;
}

.visit-form select option{
  text-align: center;
  text-align-last:center;
  text-transform: uppercase;
}

.visit-form__enter{
  background: #8e9fd2 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 183px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.content .inner form{
  max-width: 100%;
}

#pagetitle{
  text-align: center;
}

.visit-info, .visit-order {
    max-width: 900px;
    margin: 20px auto;
}

.visit-info__text{
  font-weight: bold;
}