.dialog-content-display {
    display: none;
}
.tracking-contain .getAlertsLink{
    margin: 3px 10px 3px 0;
    position: relative;
    width: 70%;
    float: left;
    font-weight: bold;
    font-size:13px;    
}

#bootstrapContainer .bootstrap_genclass{width:330px}
#bootstrapContainer .bootstrap_genclass .modal-header {
    background-color: #3175c0;    
    color: #fff;
    padding: 10px;
}
#bootstrapContainer .bootstrap_genclass .modal-header:after{
    content:none;
}
#bootstrapContainer .bootstrap_genclass .modal-title{
    font-size: 16px;
    float: left;    
}
#bootstrapContainer .bootstrap_genclass .modal-content .close {
    color: #fff!important;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
    font-size: 14px!important;
    margin:0;
}
#bootstrapContainer .bootstrap_genclass .modal-footer{text-align:right;}
#bootstrapContainer .bootstrap_genclass .modal-body .header_copy h2{
    margin: 0;
    text-align: center;
    color: #000;
    font-weight: bold;    
}
#bootstrapContainer .bootstrap_genclass .modal-body .header_copy p{
    text-align: center;
    margin: 10px 0 30px;
    font-size:15px;   
    line-height: normal; 
    padding:0;
}


#bootstrapContainer .bootstrap_genclass input[type="email"]{width:93%!important;height:50px;font-size:22px!important;border: 1px #ccc solid;padding:0 10px;box-sizing: content-box;}
#bootstrapContainer .bootstrap_genclass input[type="text"]{width:93%!important;height:50px;font-size:22px!important;border: 1px #ccc solid;padding:0 10px;}
#bootstrapContainer .bootstrap_genclass .modal-content .close {opacity:1;text-shadow:none;font-size:18px;}
#bootstrapContainer .input_container{position:relative;overflow:visible;}
#bootstrapContainer .bootstrap_genclass fieldset{text-align:left;}
#bootstrapContainer .input_container .input_label{  
    position: absolute;
    display: inline-block;
    top: 10px;
    margin-left: 12px;
    color:#8d8d8d;
    font-weight:500!important;
    font-size:26px;
    text-align:left;
    pointer-events: none;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

#bootstrapContainer .input_container input:focus ~ label,#bootstrapContainer .input_container input:valid ~ label {
    top:-10px;
    font-size:14px;
    color:#999999;
    margin-left:10px;
    padding:0 5px;
    background-color:#fff;outline:none;
}

#bootstrapContainer .input_container input:focus{border:2px #0a85c1 solid!important;}
#bootstrapContainer .input_container .currentLoading{display:block;margin:20px auto;}
#bootstrapContainer .track-butt-container{
    overflow: visible;
    float: left;
    width: 100%;
    margin: 30px 0 15px;
    padding: 10px 0;
    display: block;   
    text-align:center; 
}
#bootstrapContainer .bootstrap_genclass .track_submit{
    background-color: #00BA00;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin: 10px auto 30px!important;
    padding: 15px 25px;
    -webkit-border-radius: 5px!important;
    border-radius: 5px!important;    
}
#bootstrapContainer .bootstrap_genclass .privacymsg{
    float: left;
    width: 100%;
    line-height: normal;
    font-size: 12px;
    margin: 10px 0;    
}
#bootstrapContainer .bootstrap_genclass .margin-top-twenty{padding:0 5px;}
#bootstrapContainer .top-bar-margin-bottom p{font-size:15px;}
#bootstrapContainer .bootstrap_genclass .margin-top-twenty p{font-size:15px;}
#bootstrapContainer .bootstrap_genclass #email:focus{background-color:#fdfdcc!important;}
#bootstrapContainer .bootstrap_genclass #email:valid{background-color:#fdfdcc!important;}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px #fdfdcc inset;
  transition: background-color 3000s ease-in-out 0s;
}   
#bootstrapContainer .currentLoading{
    width: auto;
    border: none;
}
#bootstrapContainer .modal-body .col-xs-12.margin-top-twenty{
    width:auto;
}
#bootstrapContainer .modal-dialog.bootstrap_genclass .modal-content{width:100%!important;}
#bootstrapContainer .modal-content .modal-header .close {border: none!important;  padding:0!important;} 
#bootstrapContainer .modal-content .modal-title{color:#fff;}
.modal-backdrop.fade {
    opacity: 0.4;
}