﻿.topNavigator button:focus, .topNavigator button:active, .userSection .btn:active, .userSection .btn-group.open .dropdown-toggle{
    box-shadow:none;
}
.dropdown-menu .active a, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus{
    background-color:#545554;
}
.multiselect-container .filter .btn{
    padding:7px 3px;
}
.applyBtn{
    background-color:#545554;
    border:none;
    
}
.applyBtn:hover, .applyBtn:active, .applyBtn:focus{
    background-color:#5b6775;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color:#545554;
    border-color:none;
}
.btn.btn-default.dropdown-toggle.filterButton span{
    top:-2px;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover{
    background-color:#545554;
}
.bootstrap-datetimepicker-widget .glyphicon-time, .bootstrap-datetimepicker-widget .glyphicon-calendar, .glyphicon-chevron-up, .glyphicon-chevron-down{
    color:#333333;
}
.bootstrap-datetimepicker-widget td span:hover{
    background:none;
}
.loginSection{
    min-height:247px;
}
#phaseSection .ready{
    background:none;
    background-color: #cfecff;
}
#ChangePasswordSection > span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}
#ChangePasswordSection span span {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 0;
}
.currentBackgroundForDetails h3{
      font-family: 'open_sansbold';
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    opacity:0.3;
}
.filterSection label{
    cursor:pointer;
}
.multiselect-container .checkbox, .multiselect-container .radio{
    margin:0;
    padding:10px;
}
.multiselect-container label{
    margin-bottom:0;
    text-decoration:none;
}
.multiselect-container label:hover, .multiselect-divItem a:hover{
     text-decoration:none;
}
input[type="checkbox"], input[type="radio"]{
    cursor:pointer;
}
.columnSelector label{
    cursor:pointer;
}
.headerSelected h3{
    font-family: 'open_sansbold';
}
.wizardItem a{
    display: inline-block;
    margin-top: 10px;
    color: #a7a7a7;
}
.wizardItem{
    z-index:5;
    border-bottom: 3px solid #fff;
    border-radius: 8px 28px 28px 8px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    display: inline-block;
    float: left;
    height: 54px;
    padding: 12px 16px 6px 54px;
    position: relative;
    width: 244px;
    background-color:#f4f4f4;
}
.wizardItem:first-of-type + div{
    z-index:4;
}
.wizardItem:first-of-type + div + div{
    z-index:3;
}
.wizardItem:first-of-type + div + div + div{
    z-index:2;
}
.wizardItem:first-of-type + div + div + div + div{
    z-index:1;
}
.wizardItem:nth-child(n+1){
    margin-left:-20px;
    color: #a7a7a7;
}
.wizardStep .active{
    background-color:#cfecff;
    color:#444444;
    font-weight: bold;
}
#navStep1{

}
.wizardStep{
    display:block;
    margin-left:20px;
}
.batchErrorMessages{
     height: 51px;
}
.wizardNavigator{
    display:inline-block;
}
#batchErrorMessage{
    display: inline-block;
    margin-top: 5px;
}
#BatchSpecificationUpload h1{
    padding-top:16px;
}
#BatchUpload h1 {
    padding-top: 16px;
}
.wizardStep .success{
    background-color:#e7f9b7;
}
.successMessage{
    background-color: #77a300;
}