/* MerrillBridge - Filing Engine Login page  Modified 11/24/14*/

#login {
    background-color: #fff;
}
/*-------------------------------------
	Header
--------------------------------------*/
.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 20px;
  background-color: #fff;
  border-bottom: 1px solid #A8A8A8;
}
.navbar-brand {
  float: left;
  padding: 15px 15px 15px 15px;
}
@media(min-width:768px){
.navbar-brand {
  float: left;
  padding: 25px 15px 15px 55px;
}
}
/*-------------------------------------
	Typography
--------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.instructions{
	padding:0px 0px 0px 28px;
	}

h1, .h1{
	font-size:1.8em;
}
@media(min-width:768px) {
h1, .h1{
	font-size:2.5em;
}
}
.required{
	color:#716fb3;
	font-weight:bold;
	}
.alert{
	font-size:1em;
	color:#bf6a7f;
}
.bold{ 
font-weight: bold;
padding-bottom:10px;
}	
/*-------------------------------------
	containers
--------------------------------------*/
/*login page header*/
.page-header-log {
  color:#716fb3;
  margin: 20px 0 10px 0px;
  border-bottom: 0px solid #eee;
}
.container-fixed-bottom {
	visibility:hidden;
}
.version {
	font-size: 10px;
	color: #888888;
	letter-spacing: .06em;
	padding-right:50px;
}
.imglogo{width:250px;
		}
.maxtext{
	max-width:100%;
	}		
@media(min-width:768px) {	
.imglogo{ width:350px;
}
.container-fixed-bottom{
  position: fixed;
  right: 0;
  left: 0;
  bottom:0;
  z-index: 1030;
  visibility:visible;
}
.maxtext{
	max-width:250px;
}		
}
.login-panel {
    margin-top: 8%;
}	
/*taking our margin: 0px 0px 0px 0px will alow center to float*/	
.loginpad{
	margin:15px 0px 15px 0px;
}
@media(min-width:768px) {
.login-panel {
    margin-top: 20%;
}
}		
.red2{
	outline: 1px solid red;
}
.blue2{
	outline: 1px solid blue;
}
.green2{
	outline: 1px solid green;
}
/*---------------------------------------------
   Buttons
---------------------------------------------*/
.btn {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 10px 0px;
  margin:15px 0px 0px 0px;
  font-size: 15px;
  font-weight: normal;
  /*line-height: 1.42857143;*/
  letter-spacing: .1em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0px;
}
.rowpad20{
	margin-top:20px;
}
.login{
	width:100%;
	}
@media(min-width:768px){
	.login{
	width:124px;
	}
}
/*Nav BTN's ----------------------*/
.btn-continue {
  color: #fff;
  background-color:#716fb3;
  transition: all .4s;
}
.btn-continue:hover,
.btn-continue:focus,
.btn-continue:active,
.btn-continue.active,
.open > .dropdown-toggle.btn-continue {
  color: #fff;
  background-color: #5D5C94;
}
.btn-outline {
	padding: 8px 0px;
    margin:15px 0px 0px 0px;
	font-weight: normal;
    color: #716fb3;
    background-color: transparent;
    transition: all .4s;
	border:2px solid #716fb3;
}
.btn-pad{
	margin:15px 0px 0px 0px;
}
.btn-outline:hover {
    color: #fff;
	background-color:#5D5C94;
	border:2px solid #5D5C94;	
}
.btn-block{
	 font-weight:bold;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btndelete {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 7px 17px;
  margin:5px 0px 0px 0px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0px;
}
.btnadd {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 7px 17px;
  margin:10px 0px 0px 0px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0px;
}
.btndelete:hover {
    color: #fff;
	text-decoration:none;
}
.btnadd:hover {
    color: #fff;
	text-decoration:none;
}
@media(min-width:768px){
.btn-pad{
	margin:15px 10px 0px 10px;
}
.btndelete {
	margin:30px 0px 0px 0px;
}
}
/*---------------------------------------------
  Nav Link
---------------------------------------------*/	
.navbar-default .btn-link {
  color: #006EB8;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
   color: #006EB8;
  text-decoration:underline;
}
/*---------------------------------------------
   Modal 
---------------------------------------------*/	
.modal-content {
  border-radius: 0px;
}
.modal-body {
  padding: 15px 40px 30px;
}
.modal-footer {
  padding: 0px;
  text-align: center;
  border-top: none;
}
.md-content {
	color: #fff;
	background: #716fb3;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}
.md-content h3 {
	margin: 0;
	padding: 0.8em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 0.8;
	background: #494874;
	border-radius: 3px 3px 0 0;
}
.md-content > div {
	padding: 15px 40px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}
.md-content > div p {
	margin: 0;
	padding: 20px 0px 0px 0px;
	font-size: 1.2em;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.md-content > div ul li {
	padding: 5px 0;
}
.modal-backdrop {
  background-color: #e2e1ff;
}
.btn-modal {
  color: #fff;
  font-size:1.2em;
  padding: 7px 17px;
  background-color:#5D5C94;
  transition: all .4s;
}
.btn-modal:hover,
.btn-modal:focus,
.btn-modal:active,
.btn-modal.active,
.open > .dropdown-toggle.btn-modal {
  color: #fff;
  background-color: #494874;
}
/* Question button on login page*/
.modalbtn{
	color:#A8A8A8;
	font-size:1.1em;
	margin-left:20px;
}
.modalbtn:hover,
.modalbtn:focus,
.modalbtn:active {
	color:#716fb3;
}	
/*---------------------------------------------
   Form Control
---------------------------------------------*/
.form-control {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #F0F0F0;
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #716fb3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(93, 92, 148, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(93, 92, 148 .6);
}
.form-group-login {
  padding:0px 0px 0px 0px;
  margin-bottom: 30px;
}
@media(min-width:768px){
.form-group-login {
  padding:0px 90px 0px 90px;
  margin-bottom: 30px;
}
}
#dropdowns select {
	border-radius: 0px;	
}
/*---------------------------------------------
   ToolTip Control
---------------------------------------------*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1.0;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
/* some of theses can be deleted in the final*/
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 300px;
  min-width:200px;
  padding: 12px 24px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  background-color: #255488;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #255488;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #255488;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #255488;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #255488;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #255488;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #255488;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #255488;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #255488;
}	
/*---------------------------------------------
   Check box
---------------------------------------------*/
.checkbox {
  	padding-left: 20px; 
 }
.checkbox label {
	display: inline-block;
    position: relative;
    padding-left: 5px; 
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left: -20px;
	border: 2px solid #716fb3;
	border-radius: 0px;
	background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 12px;
	color: #000; 
}
.checkbox input[type="checkbox"] {
	display: none; 
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'Glyphicons Halflings';
	content: "\e013";
}
.checkbox.checkbox-inline {
    margin-top: 0; 
}