/* Base CSS Styles */

.selection-box {
  width: 632px;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 16px;
}

.selection-box h2 {
  padding: 0 0 0 20px;
  color: #FFFFFF;
  background: #05b5b3;
  font-weight: lighter;
  font-size: 18px;
  line-height: 42px;
  border-bottom: 2px solid #008579;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.selection-box ul {
  list-style-type: none;
  background: #E1F2F8;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.selection-box a{
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.selection-box.realms,
.selection-box.studies{
  margin: 40px auto 30px;
}

.selection-box.realms a#administration_realm {
  border-top: solid 0px;
}

.selection-box ul>:first-child a.customer,
.selection-box ul>:first-child a.study {
  border-top: solid 0px;
}

.selection-box.realms a.customer,
.selection-box.studies a.study {
  position:relative;
  height: 50px;
  margin-bottom: 12px;
  color: #858383;
  background: #FFFFFF;
  overflow: hidden;
  border-bottom: 1px solid #96CCE0;
  border-top: 1px solid #96CCE0;
  border-right: 1px solid #96CCE0;
  -moz-box-shadow:    0px 4px 5px -3px #BFC8D3;
  -webkit-box-shadow: 0px 4px 5px -3px #BFC8D3;
  box-shadow:         0px 4px 5px -3px #BFC8D3;
  box-sizing: border-box;
}

.ext-ie7 .selection-box.realms a.customer,
.ext-ie7 .selection-box.studies a.study {
  margin-bottom: 9px;
}

.selection-box.realms a.customer:hover,
.selection-box.studies a.study:hover {
  -moz-box-shadow:    inset 0px 0px 0px 0px #FFFFFF;
  -webkit-box-shadow: inset 0px 0px 0px 0px #FFFFFF;
  box-shadow:         inset 0px 0px 0px 0px #FFFFFF;
}

.selection-box.realms a.customer.unselected{
  z-index: 10;
}

.selection-box.studies a.study{
  z-index: 10;
}

.selection-box.realms a.customer.last,
.selection-box.studies a.study.last {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: solid 0px;
}

.selection-box.realms .customer .customer-logo-holder {
  float: right;
  width: 328px;
  height: 41px;
  padding: 9px 0px 0px;
}

.selection-box.realms .customer:hover .customer-logo-holder {
  position: relative;
  z-index: 20;
}

.selection-box.realms .customer.last .customer-logo-holder {
  width: 298px;
  transition: all 0.25s ease;
}

.selection-box.realms .customer .customer-logo-holder img.customer-logo {
   height: 34px;
   width: auto;
   position: relative;
   left: 42px;
}

.selection-box.realms .customer.last .customer-logo-holder img.customer-logo {
  left: 12px;
  transition: all 0.25s ease;
}

.selection-box.realms .customer h3 {
  width: 260px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-size: 14px;
  font-weight: lighter;
  padding: 0px 0px 0px 15px;
  color: #FFF;
  background: #05b5b3;
  float: right;
  overflow: hidden;
  margin-top: 8px;
  margin-right: 9px;
}

.selection-box.realms .customer:hover h3 {
  background: #70C2C0;
}

.selection-box.realms .customer.last h3 {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  background: #70C2C0;
}

.selection-box.studies .study h3 {
  color: #888;

  font-size: 14px;
  font-weight: normal;
  line-height: 50px;
  padding-left: 72px;
  float: left;
}

.selection-box.realms .customer .arrow-holder,
.selection-box.studies .study .arrow-holder {
  padding: 0;
  position: absolute;
  overflow:hidden;
  left:0;
  width: 18px;
  height: 100%;
  background: #A0CAC9;
}

.selection-box.realms .customer:hover .arrow-holder,
.selection-box.studies .study:hover .arrow-holder{
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #70C2C0;
}

.selection-box.realms .customer .arrow-holder .arrow,
.selection-box.studies .study .arrow-holder .arrow {
  border-color: rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) #FFFFFF;
  border-style: solid;
  border-width: 11px;
  height: 0;
  width: 0;
  z-index: 30;
  float: left;
  position: relative;
  left: -16px;
  top: 15px;
}

.ie .selection-box.realms .customer .arrow-holder .arrow,
.ie .selection-box.studies .study .arrow-holder .arrow {
  border-color: transparent transparent transparent #FFFFFF;
}

.selection-box.realms .customer:hover .arrow-holder .arrow,
.selection-box.studies .study:hover .arrow-holder .arrow {
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  left: 4px;
}

.selection-box.realms .customer.selected .arrow-holder {
  width: 48px;
  background: #70C2C0;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}

.selection-box.realms .customer.selected .arrow-holder .arrow {
  border-color: #FFFFFF rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
  border-width: 13px;
  left: 11px;
  top: 20px;
}

.ie .selection-box.realms .customer.selected .arrow-holder .arrow {
  border-color: #FFFFFF transparent transparent transparent;
}

.selection-box.realms .customer.selected:hover .arrow-holder .arrow {
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}

.selection-box.studies .study .loading-graphic-div {
  display: none;
}

.selection-box.studies .study.selected .loading-graphic-div {
  display: block;
  float: right;
  padding-right: 40px;
}

.selection-box.studies .study.selected .loading-graphic-div h3 {
  padding-right: 5px;
}

.selection-box.studies .study.selected .loading-graphic-div .loading-graphic {
  height: 50px;
}

/*/////// Tablet Styles ///////*/

@media only screen and (min-width:481px) and (max-width:768px) {

  .study-selection {
    width: 100%;
    margin: 0 auto;
  }

}

/*/////// Mobile Styles at 568px Landscape /////// */

@media only screen and (min-width: 481px) and (max-width:568px) {

  .selection-box {
    width: 512px;
  }

  .selection-box.realms .customer,
  .selection-box.studies .study {
    border-left: 1px solid #96CCE0;
  }

  .selection-box.realms .customer h3 {
    display: none;
  }

  .selection-box.realms .customer .customer-logo-holder {
    float: left;
    width: 100%;
  }

  .selection-box.realms .customer.last .customer-logo-holder {
    float: left;
    width: 230px;
  }

  .selection-box.realms .customer .customer-logo-holder img.customer-logo {
    left: 30px;
  }

  .selection-box.realms .customer.last .customer-logo-holder img.customer-logo {
    left: 30px;
   }

   .selection-box.realms .customer .arrow-holder,
   .selection-box.studies .study .arrow-holder{
     display: none;
     width: 0px;
   }

   .selection-box.realms .customer.last .arrow-holder,
   .selection-box.realms .customer.last:hover .arrow-holder {
     z-index: 50;
     display: block;
     position: relative;
     float: right;
     -webkit-border-bottom-left-radius: 0px;
     -moz-border-radius-bottomleft: 0px;
     border-bottom-left-radius: 0px;
   }

   .selection-box.realms .customer:hover .arrow-holder,
   .selection-box.studies .study:hover .arrow-holder {
     display: none;
   }

   .selection-box.studies .study h3 {
     padding-left: 35px;
   }

   .selection-box.studies .study.selected .loading-graphic-div {
     padding-right: 27px;
   }

}

/*/////// Mobile Styles at 480px Landscape /////// */

@media only screen and (min-width: 0px) and (max-width:480px) {

  .selection-box {
    width: 100%;
    margin: 0;
    -moz-box-shadow:    0px 7px 5px -3px #ccc;
    -webkit-box-shadow: 0px 7px 5px -3px #ccc;
    box-shadow:         0px 7px 5px -3px #ccc;
  }

  .selection-box.realms {
    margin: 10px auto;
  }

  .selection-box.realms.expanded {
    margin: 10px auto 34px;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
  }

  .selection-box.studies {
    margin: 0;
  }

  .selection-box.studies.expanded {
    margin: 30px 0px 30px;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
  }

  .selection-box h2 {
    padding: 0;
    font-weight: lighter;
    font-size: 23px;
    line-height: 40px;
	text-align: center;

    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .selection-box.realms a.customer,
  .selection-box.studies a.study {
    height: 55px;
    margin: 0 0 12px 0;
    border-left: 0px solid;
    border-right: 0px solid;
  }

  .selection-box.realms a.customer:hover,
  .selection-box.studies a.study:hover {
    position: relative;
  	height: 55px;
    z-index: 20;
    -moz-box-shadow:    none;
    -webkit-box-shadow: none;
    box-shadow:         none;
   }

  .selection-box.realms a.customer.last,
  .selection-box.studies a.study.last {
    margin: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .selection-box.realms .customer h3 {
    display: none;
  }

  .selection-box.studies .study h3 {
    width: 91%;
    padding-left: 9%;
  	height: 55px;
    line-height: 55px;
    font-size: 18px;
  	background: #FFFFFF;
  }

  .selection-box.realms .customer .customer-logo-holder {
    width: 87%;
    height: 45px;
    padding: 10px 0px 0px 9%;
    float:left;
  }

  .selection-box.realms .customer.last .customer-logo-holder {
    width: 60%;
    padding: 10px 0px 0px 9%
  }

  .selection-box.realms .customer:hover .customer-logo-holder {
    z-index: 20;
    box-shadow: none;
  }

  .selection-box.realms .customer .customer-logo-holder img.customer-logo {
    height: 38px;
    left: 0;
  }

  .selection-box.realms a.customer.last .customer-logo-holder img.customer-logo {
    left: 0;
  }

  .selection-box.realms .customer .arrow-holder,
  .selection-box.studies .study .arrow-holder{
    display: none;
    width: 0px;
  }

  .selection-box.realms .customer:hover .arrow-holder,
  .selection-box.studies .study:hover .arrow-holder {
    display: none;
  }

  .selection-box.realms .customer.selected.last .arrow-holder {
    z-index: 50;
    display: block;
    width: 11%;
    position: relative;
    float: right;
    border-bottom-left-radius: 0px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .selection-box.realms .customer.selected.last:hover .arrow-holder {
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
  }

  .selection-box.realms .customer:hover .arrow-holder .arrow {
    top: 17px;
  }

  .selection-box.realms .customer.selected .arrow-holder .arrow {
    border-width: 17px;
    left: 9px;
    top: 21px;
  }

  .selection-box.studies .study.selected .loading-graphic-div {
    position: absolute;
    padding: 0px;
    top: 3px;
    right: -0.2%;
  }

  .selection-box.studies .study .loading-graphic-div h3 {
    display: none;
  }

  .selection-box.studies .study.selected .loading-graphic-div .loading-graphic {
    height: 50px;
  }

}

/*/////// Mobile Styles at 320px Portrait /////// */

@media only screen and (min-width: 0px) and (max-width:320px) {

  .selection-box h2 {
    font-size: 22px;
    line-height: 55px;
  }

  .selection-box.realms a.customer,
  .selection-box.studies a.study {
    height: 55px;
  }

  .selection-box.realms a.customer:hover,
  .selection-box.studies a.study:hover {
    position: relative;
    height: 55px;
  }

  .selection-box.realms .customer.selected.last .arrow-holder {
    width: 15%;
  }

  .selection-box.realms .customer.selected .arrow-holder .arrow {
    border-width: 16px;
    left: 7px;
    top: 22px;
  }

  .selection-box.realms .customer .customer-logo-holder,
  .selection-box.realms .customer.last .customer-logo-holder {
    width: 80%;
    height: 43px;
    padding: 12px 0px 0px 0px;
  }

  .selection-box.realms .customer.last .customer-logo-holder img.customer-logo {
    display: block;
    margin: 0 7%;
    height: 33px;
    left: 0px;
  }

  .selection-box.realms .customer .customer-logo-holder img.customer-logo {
    display: block;
    margin: 0 7%;
    height: 33px;
    left: 0px;
  }

  .selection-box.studies .study h3 {
    width: 93%;
    padding-left: 7%;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
  }

  .selection-box.studies .study.selected .loading-graphic-div {
    top: 6px;
    right: -1px;
  }

  .selection-box.studies .study.selected .loading-graphic-div .loading-graphic {
    height: 45px;
  }

}