﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 0px;
    
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

 /*Set widths on the form inputs since otherwise they're 100% wide 
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    
    border-radius: 10px;
}

     */

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

h4 {
    color:white;
}

h2 {
    color:#996633;
}


h1 {
    font-size: 20px;
    font-weight: bold;
    /* color: #45D6FE; */
    color: #000;
}


#LoginControl_PasswordRecoveryLink { 
    color: #0E80C6;
    font-size:10pt;
}


.modalDialog {
    position: fixed;
    font-family: veq;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 0px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    height:299px;
}

.close {
    background: #fff;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff;
}

input:focus {
    border: 2px solid #29b8e5;
}


input[type=text] {
    border: 1px #cccccc solid;
    border-radius: 10px;
    width: 240px;
    padding: 7px;
    margin: 5px;
    background: #FFFFF5;
}

input[type=password] {
    border: 2px #cccccc solid;
    border-radius: 10px;
    width: 240px;
    padding: 7px;
    margin-left: 5px;
    background: #FFFFF5;
}

.DropDownListStyle {
    border: 2px #cccccc solid;
    border-radius: 10px;
    width: 242px;
    padding: 6px;
    background: #FFFFF5;
    margin: 5px;
}

input[type=submit] {
    border: 2px #cccccc solid;
    border-radius: 10px;
    background: #dddddd;
    font-weight: bold;
    padding: 4px;
}

textarea {
  background-image: none;
  width:240px;
}


a.plan {
    margin-top: 10px;
    float: left;
    display: block;
    width: 88px;
    height: 101px;
    background: url(../images/plan.jpg) no-repeat 0px 0px;
    text-indent: -1000px;
    padding-left:100px;
}

   /* a.plan:hover {
        background-position: 0px 1px;
    }
 */
a.whyus {
    margin-top: 10px;
    float: left;
    display: block;
    width: 88px;
    height: 101px;
    background: url(../images/whyus.jpg) no-repeat 0px 0px;
    text-indent: -1000px;
    padding-left:100px;
}

    /*a.whyus:hover {
        background-position: 0px -88px;
    }
        */
a.support {
    margin-top: 10px;
    float: left;
    display: block;
    width: 88px;
    height: 101px;
    background: url(../images/support.jpg) no-repeat 0px 0px;
    text-indent: -1000px;    
    cursor:default;
    padding-left:100px;
}

.ModalDialogDisclaimer {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.ModalDialogDisclaimer:target {
    opacity: 1;
    pointer-events: auto;
}

.ModalDialogDisclaimer > div {
    width: 800px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 0px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.ModalDialogTermsOfUse {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;    
}

.ModalDialogTermsOfUse:target {
    opacity: 1;
    pointer-events: auto;
}

.ModalDialogTermsOfUse > div {
    width: 800px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 0px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    overflow-x: auto;
    height:500px;
}

.TermOfUseclose {
    background: #fff;    
    line-height: 25px;
    position: absolute;
    right: -2px;
    text-align: center;
    top: -2px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.ChangePassWordPadding {
    color:red;
}

table tr, table td, table th {  margin: 0; padding: 5px; }