
.alignment-table {


}

.alignment-table th,
.alignment-table td {
    border-top: none;
    vertical-align: middle;
    background-color: transparent !important;
}

button#provider {
    height: 47px !important;
    width: 150px !important;
}

.provider {
    position: absolute;
    margin-left: -150px;
    width: 100px !important;
    height: 47px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #6699BB !important;
}

.zero-border-radius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/*Purpose: set_sqa.php */
/*Added by zlr11001 */
.btn.btn-long {
  background-color: #6699bb; /* old: #1abc9c rjj06001 */
  width:550px !important;
}
.btn.btn-long:hover,
.btn.btn-long:focus,
.btn-group:focus .btn.btn-long.dropdown-toggle {
    background-color: #576e7C; /* old: #48c9b0 rjj06001 */
}
.btn.btn-long:active,
.btn-group.open .btn.btn-long.dropdown-toggle,
.btn.btn-long.active {
      background-color: #1969a0; /* old: #16a085 rjj06001 */
}
#questions td {
width:550px;
vertical-align: middle !important;
}
#their_question {
padding-right: 13px;
}

/*Sticky Footer*/
* {
margin: 0;
}

html, body {
height: calc(100% - 84px);
}

#main-wrap {
/*min-height: 100%;*/
margin-bottom: -39px;
}

#main-wrap:after {
content: "";
display: block;
}

#uc-foot, #main-wrap:after {
//height: 90px;
height: 39px;
}

#uc-foot {
/*background-color: #004c9d;*/
/*background-color: #051031;*/
background-color: #2b2b2b;
width: 100%;
bottom: 0px;
clear: both;
}

/*#uc-cp {
margin-left: 15%;
}
*/
.foot-link a {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
float: left;
margin-top: 40px;
margin-right: 20px;
font-size: 9pt;
color: #ecf2fa;
text-decoration: none;
text-size-adjust: 100%;
}

.hero-unit {
 box-shadow: 1px 1px 4px #BBB; /*shadow*/ 
}

.tile {
 box-shadow: 1px 1px 4px #BBB; /*shadow*/
}

.well {
 box-shadow: 1px 1px 5px #DDD; /*shadow*/
}

.pass {
 box-shadow: 2px 2px 6px #BBB; /*shadow*/
}

.fail {
 box-shadow: 2px 2px 6px #BBB; /*shadow*/
}
.nav-collapse.collapse {
/* box-shadow: 1px 1px 4px #333; /*shadow*/  
}
#form_container{
 box-shadow: 1px 1px 4px #BBB; /*shadow*/ 
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #000000;
    background-color:#FFFFFF;
    left: auto;
    top: auto;
    width: 20%;
    height: auto;
    overflow:auto;
    padding:5px;
    border:4px;
    border-color: #000E2F;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
.navbar-inverse .nav > li > a:hover {
    color: #ffffff;
    background-color: #eff0f2;
}

.navbar .nav ul a:hover {
    background-color: #fff;
    color: #000;
}


.spinner {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	
	-webkit-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
  }
  
  .dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #333;
	border-radius: 100%;
	
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
  }
  
  .dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
  }
  
  @-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
  @keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
  
  @-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bounce {
	0%, 100% { 
	  transform: scale(0.0);
	  -webkit-transform: scale(0.0);
	} 50% { 
	  transform: scale(1.0);
	  -webkit-transform: scale(1.0);
	}
  }