﻿.card-body {
    color: #173148;
}

.top {
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #173148;
    color: #fff !important;
    padding: 10px 10px 10px 10px;
    z-index: 900;
}

.bottom {
    width: 100%;
    bottom: 0px;
    position: fixed;
    left: 0px;
    background-color: #173148;
    color: #fff;
    padding: 10px 10px 10px 10px;
    z-index: 900;
}

.btnround {
    border-radius: 10px !important;
}

.btnsm {
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.navbar-inverse {
    background-color: #173148;
    border-color: #173148;
}

    .navbar-inverse .navbar-nav > li > h4 {
        padding: 10px 10px 10px 10px;
        background-color: #225192;
    }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand, .navbar-nav > li > ul > li > a, .dropdown-menu > li > a {
        color: #fff !important;
    }

.navbar-nav > li > ul, .dropdown-menu {
    background-color: #173148 !important;
    color: #fff;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-nav > .open > a, .navbar-nav > li > ul > li > a:hover, .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: #1A1A1A !important;
    }
/*
.navbar
{
	margin-bottom:0px;
	position:fixed;
	top:0;
	right:0;
	background-color:Transparent;
	border:0px;
	z-index:2000;
	padding:10px;
}
*/

/*
 * Sidebar
 */

/* Hide for mobile, show later 
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 60px;
    bottom: 51px;
    left:0;
    z-index: 0;
    display: inline;
    padding: 20px 20px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto; 
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}*/



/* Sidebar navigation 
.nav-sidebar {
  margin-right: -21px; 
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

*/

.page-header {
    margin: 7px 0 20px;
}

.form-group {
    margin-bottom: 10px;
}

.GVFixedHeader th, td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

div[id*="_Header_Fixed"] table {
    margin-bottom: 0px;
}

.gridViewScrollHelper {
    min-width: 100%;
}

div[id*="Header_Freeze"] {
    height: 100%;
}

table[id*="Freeze_Grid"] {
    height: 100%;
}

.navtop {
    display: flex;
    align-items: center;
}

.navtopw {
    width: auto;
}

.navimg {
    width: 150px;
    height: 48px;
}

a {
    color: #23527c !important;
    text-decoration: none;
}

.boxcontent {
    background-color: #173148;
    margin-top: 10%;
    color: #fff;
    font-size: 20px;
    font-weight: 40px;
    padding: 5px;
    border-radius: 5px 5px 0px 0px;
}

.error {
    background-color: Red !important;
}
