/* Add here all your CSS customizations */
a.titlelink {
	color: #FFFFFF;
}

a.titlelink:hover {
	color: yellow;
}

a.titlelink:focus {
	color: #000000;
}

a.titlelink:active {
	color: #000000;
}

.errorText {
	color: red;
}

.mdrNavBtn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Georgia;
  color: #6D6E71;
  font-size: 14px;
  background: #FFFFFF;
  padding: 10px 20px 10px 20px;
  border: solid #009DA7 2px;
  text-decoration: none;
  width: 146px;
}

.mdrNavBtn:hover {
  color: #6D6E71;
  background: #BCBCBC;
  text-decoration: none;
}

.phyNavBtn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Georgia;
  color: #6D6E71;
  font-size: 14px;
  background: #FFFFFF;
  padding: 10px 20px 10px 20px;
  border: solid #009DA7 2px;
  text-decoration: none;
  width: 156px;
  --float: right;
}

.phyNavBtn:hover {
  background: #BCBCBC;
  text-decoration: none;
  color: #6D6E71;
}

.logoutNavBtn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Georgia;
  color: #6D6E71;
  font-size: 14px;
  background: #FFFFFF;
  padding: 10px 20px 10px 20px;
  border: solid #009DA7 2px;
  text-decoration: none;
  width: 90px;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px
}

.logoutNavBtn:hover {
  background: #BCBCBC;
  text-decoration: none;
  color: #6D6E71;
}

a.topBtnLink {
	color: #6D6E71;
	text-decoration: none;
}

a.topBtnLink:hover {
	color: #6D6E71;
	text-decoration: none;
}

a.topBtnLink:focus {
	color: #6D6E71;
	text-decoration: none;
}

a.topBtnLink:active {
	color: #6D6E71;
	text-decoration: none;
}

.headerBarMinor {
	font-size: 18px;
	color: white;
	padding-right:20px;	
	text-decoration: none;	
}

@media print {
  a[href]:after {
    content: none !important;
  }
}



.survey-page form {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 400px;
  padding: 20px;
  position: relative;
}
.survey-page form .progress-bar {
  height: 30px;
  width: 100%;
  overflow: hidden;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  border-radius: 0
}
.survey-page form .progress-bar .progress {
  height: 100%;
  width: 0;
  background-color: #009DA7;
  display: block;
  border-radius: 0;
  transition: width .5s, transform .5s;
}
.survey-page form .form-frame,
.survey-page form fieldset {
  display: block;
  width: calc(100% - 8px);
  height: 100%;
  overflow: hidden;
  position: relative;
}
.survey-page form fieldset .question {
  display: inline-block;
  width: calc(100% - 8px);
  height: 100%;
  overflow: hidden; 
  text-align: center;
  position: absolute;
    left: 100%;
    transition:left .01s linear,opacity 0.3s;
    z-index: 1;
    background-color: #fff;
    opacity: 0;
    padding-left: 80px;
    padding-right: 80px

}
.survey-page form fieldset .question.active {
    left: 0;
    z-index: 2;
    opacity: 1
}
.survey-page form fieldset .question .label {
  margin: 50px 0 20px;
  color: #009DA7;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.survey-page form fieldset .question label {
  display: block;
  margin: 0 auto;
  text-align: left;
  white-space: pre-wrap;
}
.survey-page form fieldset .question label input {
  margin: 0 10px
}
.survey-page form .right-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  opacity: .3;
  cursor: pointer;
  z-index: 3
}
.survey-page form .right-arrow:hover {
  opacity: .9
}

.survey-page form .right-arrow:before { 
  display: block;
  content:" ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -17.5px;
  border-top: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #666; 
}

.header-container {
  position: relative;
}

.header-container .col-md-3 {
  width: 33%
}

.header-container .col-md-2:nth-of-type(1),
.header-container .col-md-2:nth-of-type(2) {
  float: right;
}

.header-container .col-md-4:nth-of-type(2) {
  float: right;
}

.header-container .col-md-4:nth-of-type(2) img {
  width: 99%;
  padding: 0 0 0 5px;
  text-align: left;
}

.login-view .page-header {
  margin: 20px
}

.header-logo img {
  position: relative;
  top: 32px
}

.banner-ad {
  text-align: center;
  margin-bottom: 35px
}

.banner-ad img {
  margin: 0 auto;
  max-width: 99%;
  padding: 0 20px;
}

.page-header .col-md-8 {
  margin-top: 18px
}

@media (max-width: 991px) {
  .header-container .col-md-3 {
    display: inline-block;
    width: 19%
  }  
  .header-container .col-md-4:nth-of-type(2) img {
    max-width: 345px
  }
}

@media (max-width: 745px) {
  .header-container .col-md-3 {
    display: block;
    width: 100%;
    margin-top: 30px
  } 
  .header-container .col-md-4:nth-of-type(2) {
    float: none;
    display: block;
  }
}

#sortable-2b, #sortable-3b {
  list-style: none;
  text-align: left;

}

label.col-md-3 {
  padding-left: 25px
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: #fafafa !important
}
.form-frame textarea {
  height: 200px
}
.vcenter {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -23px
}

.survey-modal p {
  font-size: 18px;
  font-weight: bold;
  color: #009DA7;
  text-align: center;
}
.survey-modal .modal-footer {
  text-align: center
}

.survey-count {
  font-weight: bold;
  color: #009DA7;
  margin: 10px 0;
  font-size: 18px;
}

.arrows {
  width: 48px;
  height: 48px;
  border-color: #355F74;
  position: absolute;
  top: 50%;
  margin-top: -31px;
  opacity: .4;
  cursor: pointer;
  z-index: 10;
  border-bottom: 6px solid #355F74;
  border-left: 6px solid #355F74;
}

.arrows:hover {
  opacity: 1;
}

.prev {
  transform: rotate(45deg);
  left: 20px;
}

.next {
  transform: rotate(-135deg);
  right: 20px; 
}
.margin-top-40 {
  margin-top: 40px
}

.font-24px {
  font-size: 24px
}

.unbold {
  font-weight: normal
}

.dark-grey {
  color: #6D6E71;
}

.italics {
  font-style: italic;
}
.green {
  color: #009DA7
}


.header-container .col-md-4, .col-md-2 {
  vertical-align: middle
}

@media (max-width: 600px) {
  .logoutNavBtn {
    float: left;
  }
}