.navbar-inverse .navbar-inner { 
	background: #0c2c5d;
}


.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	color: #ffffff;
	background: #0c2c5d;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #d5cb9a;
}

h1, h2, h3 {
	color: #0c2c5d;
}

div.form label {
	color: #0c2c5d;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	color: #d5cb9a;
	background-color: #0c2c5d;
	font-weight: bold;
}

div.breadcrumbs {
	margin-left: -10px;
	font-size: 15px;
}

div.breadcrumbs a {
	color: #0c2c5d;
}

div.breadcrumbs span {
	font-weight: normal;
}

div.form input.error, div.form textarea.error, div.form select.error {
	background: #f25252;
	border-color: #C00;
}

#loading-image {
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 9999999;
    opacity: 0.6;                
}
#loading-image p {
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 27%;
    left: 40%;
    }
#loading-image p img {
    position: relative;
    top: 10px;
}
@media only screen and (min-width: 800px) {
    .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 90%;
    }

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 90%;
    }

}
@media only screen and (max-width: 799px) {
    #wrap {padding: 10px;}
   

    
}

/*.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 90%;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 90%;
}*/


ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.dropdown-menu {
    top: 90%;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #fff;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*.floatThead-table {
    margin-top: 40px !important;
}*/
.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative !important;
}
.floatThead-container {
    z-index: 0 !important;
}
.grid-view .table td {
    vertical-align: top !important;
}
.row_green {
    background: #81F781;
}
.row_red {
    background: #FA5858;
}
.row_orange {
    background: #FFBF00;
}

.width-number {
    width: 50px;
}
.width-answer {
    width: 350px;
}
.width-factor {
    width: 140px;
}
.width-auto {
    width: auto !important;
}

.activity-input {
    width: 50px;
}
.center {
    text-align: center !important;
}