/* Add here all your CSS customizations */
.text-app-top {
    margin-top:-40px;
}
#np-calendar {

}

#np-calendar td.bordered {
    border: 1px solid  #9DBB57;
}

#np-calendar .first {
    width: 500px;
}
#calendar-list ul {
    list-style: none !important;
    margin-left:-50px !important;
}
#calendar-list li {
    border-bottom: 1px solid #004990 !important;
    padding-top:10px !important;
}
#calendar-list a {
    color: #004990;
    text-decoration:none;
}
#calendar-list a:hover {
    color:#B1BB2C;
}
.event_list {
    display:block;
    margin-left:235px;
    width:180px;
    border:1px solid #9DBB57;
    min-height:200px;
}

.event_list h3 {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color:#fff;
    background-color:#b1cd69;
    text-align:center;
    padding:10px;
    margin-top:0px;
}
.event_list p {
    color: #000;
    padding-left:5px;
}
.event_list a {
    color: #000;
    text-decoration: underline;
}

.event_list a:hover {
    color: #004990;
}

.event_hide {
    display:none;
}
.errText {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #181512;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #ffffff;
    background-color:#eeeeee;
}

.msgText {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #326EBF;
    background-color:#154991;
}

#Captcha {
    display:none;
}
.formField {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: #181512;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #4a5c76;
    background-color:#ffffff;
    width:200px;
}

.submitButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
    background-color:#89c403;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #74b807;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-transform: capitalize;
    text-shadow:0px 1px 0px #528009;
}
.submitButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
    background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
    background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
    background-color:#77a809;
}
.submitButton:active {
    position:relative;
    top:1px;
}

.testresult{
    font-weight: bold;
    font-size:13px;
    font-family: arial,helvetica,san-serif;
    color:#666;
    padding:0px 0px 12px 10px;
    margin-left:10px;
    display: block;
    height:28px;
    float:left;
}
.testresult span{
    padding:10px 20px 12px 10px;
    margin: 0px 0px 0px 20px;
    display:block;
    float:right;
    white-space: nowrap;
}
.shortPass{
    background:url(../images/red.png) no-repeat 0 0;
}
.shortPass span{
    background:url(../images/red.png) no-repeat top right;
}
.badPass{
    background:url(../images/red.png) no-repeat 0 0;
}
.badPass span{
    background:url(../images/red.png) no-repeat top right;
}
.goodPass{
    background:url(../images/yellow.png) no-repeat 0 0;
}
.goodPass span{
    background:url(../images/yellow.png) no-repeat top right;
}
.strongPass{
    background:url(../images/green.png) no-repeat 0 0;
}
.strongPass span{
    background:url(../images/green.png) no-repeat top right;
}
.page-content {
    padding-top:30px;
}

.evt1  { background-color: #ffffff; border: 1px solid  #9DBB57;}
.evt2  { background-color: #9FC6E7; border: 1px solid  #9DBB57; }
.evt3  { background-color: #5484ED; border: 1px solid  #9DBB57; }
.evt4  { background-color: #A4BDFC; border: 1px solid  #9DBB57; }
.evt5  { background-color: #46D6DB; border: 1px solid  #9DBB57; }
.evt6  { background-color: #7AE7BF; border: 1px solid  #9DBB57; }
.evt7  { background-color: #51B749; border: 1px solid  #9DBB57; }
.evt8  { background-color: #FBD75B; border: 1px solid  #9DBB57; }
.evt9  { background-color: #FFB878; border: 1px solid  #9DBB57; }
.evt10 { background-color: #FF887C; border: 1px solid  #9DBB57; }
.evt11 { background-color: #DC2127; border: 1px solid  #9DBB57; }
.evt12 { background-color: #DBADFF; border: 1px solid  #9DBB57; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #910d06;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

#header nav.mega-menu ul.nav-main .mega-menu-signin .dropdown-menu {
    width: 70%;
    right: 8px;
    border-radius: 6px 0 6px 6px;
}