﻿/*Used for subnavigation bar to sit under main nav bar*/
.marginBottom-0 {margin-bottom:0;}
.body-content{
    background-color: white;
}
/*These create submenus in the drop down that are used in navidation.  These are for child links (Transfers)*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*These turn off the navbar highlighting (background) for large screen navigation*/
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: none;
  filter: initial;
  background-repeat: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: white;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: white;
    font-weight: bold;
}

/*Adds a treeview like look in the small screen nav bar*/
#divTopMenu  li {
  list-style-type: none;
  margin-left: 1em;
}
#divTopMenu  li div {
  padding-left: 1em;
}

/*Background css for ajax calls to void out any clickable controls*/
.waiting {
    display:    none;
    position:   fixed;
    z-index:    9999999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../../../Images/waiting.gif') 
                50% 50% 
                no-repeat;
 
}

/*Start:Customizes the BS modal header*/
.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #2f70a9;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     color: white;
     text-align: center
 }
.modal-header .close {
    color:white;
    opacity: initial
}


fieldset
{
    margin-bottom: 5px;
}
legend
{
    font-size: 18px;
}

div.rowPadded{
    padding: 8px;
    line-height: 1.42857143;
}
span.validator{
    display:none;
}
label.inline{
    display:inline;
}
 
.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none;
}

.dropdown-in-grid { width: 90% }
.dropdown-in-grid button {
    width: 90%;
    min-width: 170px;
}
.dropdown-in-grid span:not(.caret){
    float:left;
    padding-right:5px
}
.dropdown-in-grid .caret {
    position: absolute;
    left: 90%;
    top: 45%;
}
.dropdown-in-grid i {
    float:left;
    padding-right:3px
}
.dropdown-in-grid ul {
    width: 300px
}

@media print {
    .noprint {display:none !important;}
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }

    .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
}

.login-border, .login-features {
    padding-left: 40px; 
    padding-right: 40px;
}

@media (min-width: 768px) {
    .login-border:not(.noborder) {
        border-bottom: none;
        border-right: 1px solid black;
    }
}
@media (max-width: 767px) {
    .login-border:not(.noborder) {
        border-bottom: 1px solid black;
        border-right: none;
    }
}

@media (min-width: 990px) {
    .login-features {
        border-bottom: none;
        border-right: 1px solid black;
    }
}
@media (max-width: 989px) {
    .login-features, .login-border.noborder {
        border-bottom: 1px solid black;
        border-right: none;
    }
}

.vertical-align {
    display: flex;
    align-items: center;
}

.shrink {
    font-size: 11px
}

.shrink legend {
    font-size: 14px;
    margin-bottom: 5px
}

.shrink .input-sm {
    height: 20px;
    padding: 2px 5px;
    font-size: 11px;
}

.shrink .input-group-addon {
    font-size: 11px;
    line-height: .6px
}

.shrink select {
    height: 27px;
    font-size: 11px
}

.flip-horizontal {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

#ctl00_theHeader_lnkLangMenu {
    color: currentColor;
}

#ctl00_theHeader_lnkLangMenu:hover {
    cursor: pointer;
}