@CHARSET "ISO-8859-1";

.browserIEerror  {
	color: red;
}

html, body {
  height: 100%;
}

@media screen {
	body {
		-ms-overflow-style: scrollbar;
	}
}

/* ---------------------------
             Header
   --------------------------- */
.page-header {
   border-bottom: 5px solid #eee;
   margin: 20px 0 20px;
}

#frame_header {
    clear: both;
    min-width: 800px;
    height: 55px;
    background: #eee;
    margin: 3px 0 0 0;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #ccc;
    color: #808080;
}

#frame_header_logo {
    float: left;
    margin-left: 10px;
}

#frame_header_info {
    float: right;
    margin-right: 10px;
    padding-top: 0px;
}

#frame_header_actions {
    margin-bottom:0px;
    text-align:right;
}

.icon_config {
    background: url(../images/action_config.png) no-repeat center bottom;
    display: inline-block;
    width: 20px;
    height: 20px;
}

/* ---------------------------
            Wrap content
   --------------------------- */
#wrap {
    min-height: 95%;
    overflow:auto;
    padding-bottom:80px;
}

/* ---------------------------
            Navbar (horizontal subnavigation)
   --------------------------- */
.navbar {
    border-radius: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    font-weight: bold;
    color: white;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
    color: white; /*BACKGROUND color for active*/
    font-weight: bold;
}

.navbar-default {
    background-color: #334D7C;
    border-color: #334D7C;
    border: 0px;
    min-height: 40px;
}


.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    background-color: #66CCFF; /*change color of links in drop down here*/
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: silver; /*Change rollover cell color here*/
}

.navbar-default .navbar-nav>li>a {
    color: #fff; /*Change active text color here*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff; /*Change active text color here*/
}

.navbar-brand {
    padding: 0;
    margin-left: 5px;
}

/* ---------------------------
            Footer
   --------------------------- */
#frame_footer {
    clear: both;
    min-width: 800px;
    font: 0.8em;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0;
    border-top: 1px solid #ccc;
    line-height: 50%;
}

footer {
    position: relative;
    margin-top: -70px;
    height: 60px;
    clear:both;
    padding-top:10px;
} 

/* ---------------------------
        Page body area
   --------------------------- */
#frame_body_decorator{
    height: 5px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: #497672;
}

/* ---------------------------
        Bootstrap grid
   --------------------------- */
.container {
  padding-left: 15px;
  padding-right: 15px;
}

h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 20px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 2px;
}
/* ---------------------------
        Tables
   --------------------------- */
table caption {
	margin-top: -25px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

   
/* ---------------------------
        General purpose
   --------------------------- */
   
.right {
   float:right;  
}

/* ---------------------------
        Login page
   --------------------------- */

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.uppercase {
	text-transform:uppercase;
}

.center-help {
	margin:5em;
	font-style:italic;
	font-weight:normal;
}

/* ---------------------------------------------*/
/* HOME PAGE */
/* -------------------------------------------- */

.page-title {
}

.page-header {
    border-bottom: 0px solid #eee;
    margin: 10px 0 10px;
}



.app-title {
    background-color: #334D7C;
    border-color: #334D7C;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
}

.app-actions {
    color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.app-actions a {
    color: white;
}


.hometitle {
    font-size: 1.6em;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    border-bottom: 5px solid #eee;
    color: #334D7C;  
}

.homebutton {
    margin-top: -10px;
    margin-right: 2px;
}

/* ---------------------------------------------*/
/* LIST PAGE */
/* -------------------------------------------- */

.listbutton {
    margin-top: -10px;
    margin-right: 2px;
}
