﻿body {
    padding-top: 60px;
    padding-bottom: 40px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
 }

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* styles for removing the background from form */
.no-color {
  background-color: white;
  border-style:none;
}

ul.dropdown-menu li a {
    text-decoration: none;
}

.breadcrumb li a {
    text-decoration: none;
}

#liLogOff {
    border-bottom-color: rgba(52, 54, 58, 0.96);
    border-bottom-width: 0px;
    border-bottom-style: solid;
    margin-right: 5px;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#liLogIn {
    border-bottom-color: rgba(52, 54, 58, 0.96);
    border-bottom-width: 0px;
    border-bottom-style: solid;
    margin-right: 5px;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#liSwap {
    border-bottom-color: rgba(52, 54, 58, 0.96);
    border-bottom-width: 0px;
    border-bottom-style: solid;
    margin-right: 5px;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#liReport {
    border-bottom-color: rgba(52, 54, 58, 0.96);
    border-bottom-width: 0px;
    border-bottom-style: solid;
    margin-right: 5px;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#liSwap:hover {
    border-bottom-color: #00B4FF;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#liReport:hover {
    border-bottom-color: #00B4FF;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#liLogOff:hover {
    border-bottom-color: #00B4FF;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#liLogIn:hover {
    border-bottom-color: #00B4FF;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#liSwap a {
    color: #ffffff;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#liReport a {
    color: #ffffff;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#liLogOff a {
    color: #ffffff;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#liLogIn a {
    color: #ffffff;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

#liSwap a:hover {
    color: #ffffff;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#liReport a:hover {
    color: #ffffff;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#liLogOff a:hover {
    color: #ffffff;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#liLogIn a:hover {
    color: #ffffff;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.navbar {
    min-height: 0px;
}

.navbar-pro {
    background-color: #0064A8;
    /*background-image: url('images/bgTop.jpg');*/
    background-position: center top;
    /*background-repeat: repeat-x;*/
    border-bottom: solid 3px #FDE016; 
    height: 35px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.navbar-staging {
    background-color: green;
    /*background-image: url('images/bgTopStage.jpg');*/
    background-position: center top;
    /*background-repeat: repeat-x;*/
    border-bottom: solid 3px #FDE016; 
    height: 35px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.navbar-test {
    background-color: red;
    /*background-image: url('images/bgTopTest.jpg');*/
    background-position: center top;
    /*background-repeat: repeat-x;*/
    border-bottom: solid 3px #FDE016; 
    height: 35px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.navbar-dev {
    background-color: #000000;
     /*background-image: url('images/bgTopDev.jpg');*/
    background-position: center top;
     /*background-repeat: repeat-x;*/
    border-bottom: solid 3px #FDE016; 
    height: 35px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.navbar-inverse {
    /*background-color: rgba(52, 54, 58, 0.96);*/
}

.navbar-inverse .navbar-brand{
    color: #ffffff;
    float: left;
    font-size: 18px;
    height: 36px;
    line-height: 25px;
    padding: 7px;
}

.navbar-inverse .navbar-text {
    color: #ffffff;
    margin-bottom: 6px;
    margin-top: 10px;
}

.navbar-nav li a {
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 2px;
    padding: 9px 10px;
    position: relative;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.cbClientIDList {
    min-width: 215px;
    width: 100%;
}