html, body {
    padding: 0;
    margin: 0;
    /*
    overflow-x: hidden;
    */
}

body {
    background-color: #fff;
    font-family: 'Roboto Regular', arial;
    font-size: 14px;
    color: #400040;
    padding: 0;
    margin: 0;    
    overflow: hidden;
}

#topnavbar {
    margin: 0;    
    width:100%;
    border-bottom: 13px solid #FFCC00;
}

#topnavbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
}

#banner {
	text-align: left;
}

#topnavbar.navbar-default .navbar-brand {
    color: #6e6e6e;
}

#topnavbar.navbar-default {
    font-size: 16px;
    font-family: 'OPEN SANS';
    background-color: #fff;
    border-width: 0px;
    border-radius: 0px;
    min-height:8px;
    padding: 0;
}

#topnavbar.navbar-default .navbar-nav>li>a {
    color: #6e6e6e;
    background-color: #fff;
    min-height:8px;
    padding: 2px 15px;
    margin: 0 2em 0 0px;
    font-family: ''OPEN SANS;
}

#topnavbar.navbar-default .navbar-nav>li>a:hover,
#topnavbar.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #000000;
}

#topnavbar.navbar-default .navbar-nav>.active>a:hover,
#topnavbar.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #000000;
}

#topnavbar.navbar-default .navbar-toggle {
    border-color: #848484;
}

#topnavbar.navbar-default .navbar-toggle:hover,
#topnavbar.navbar-default .navbar-toggle:focus {
    background-color: #848484;
}

#topnavbar.navbar-default .navbar-toggle .icon-bar {
    background-color: #848484;
}

#topnavbar.navbar-default .navbar-toggle:hover .icon-bar,
#topnavbar.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

.breadcrumbs {
	background: #fff; 
	font-size: 16px; 
	font-family:'OPEN SANS'; 	
}

.breadcrumbs li {
	font-size: 16px; 
	font-family:'OPEN SANS';
}

.breadcrumbs a:link,
.breadcrumbs a:active,
.breadcrumbs a:visited {
	color: #6e6e6e;
	font-size: 16px; 
	font-family:'OPEN SANS';
	text-decoration: none; 
}

.breadcrumbs a:hover {
	color: #990000;
	text-decoration: none; 	
}

.breadcrumbs>.active {color: #990000;}
.breadcrumbs>li+li:before {color: #6e6e6e; content: "\002F\00a0";}

#head_logo{
	float:left;	
	padding: 5px 0px 0px 35px;
}

#head_logo img{
	vertical-align:bottom;
}

#head_text{
	font-size: 32px;
	font-family: 'OPEN SANS';
	display:inline-block;
	padding:0 50px;
	color:#990000;
}

#institute_header {
	background: #000;
	height: 80px;
	padding: 0;
	border-bottom: 2px solid #990000;
}

#logo_institute {
	float: left;
	padding: 15px 0 0 50px;	
}

#logo_institute img {
	height:49px;
	width:349px;
}

#logo_usc {
	float: right;
	padding: 20px 50px 0 0;
}

.header_line {
	background-color: #FFCC00; 
	height:3px;
	width:100%;
}

#wrapper {
	min-height:100%;
	position:relative;
}

h1, h2, h3 {
    margin-bottom: 10px;
    font-family: 'OPEN SANS'';
}

p {
    margin-bottom: 10px;
    line-height: 22px;
}

#main_content{
	position:absolute;  
	top: 185px;
    bottom: 113px;
	right: 0;
	left: 0;
	overflow-y: auto;   
}

.content {
    /*background-color: #fcfcfd;*/
    /*
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    */
    padding: 10px 35px;
    /*margin:0 10px;*/
    margin: 0;
/*    min-height: 250px; */
	height:100%;  
}

.content a {
    text-decoration: underline;
    color: #2C2F3B;
}

.footer {
	position: absolute;
   	bottom:0;
   	width: 100%;
    background-color: #000000;  
/*     color: #acadb1;
    font-size: 15px;
    font-weight: bold;
   padding: 30px 35px;  */
    /*margin:0 10px 20px 10px;*/
    margin: 0;
    height:113px;
    text-align:center;
}

#footer_text {
	text-align: left;
	font-family: 'Libre Baskerville Regular';
	font-weight: 400;
	font-size: 12px;
	color: #6e6e6e;
	height: 55px;
	padding:20px 0;
	display: inline-block;
}

h1 {
    font-size: 24px;
    margin-top: 0;
    color:#6E6E6E;
}

h2 {
    font-size: 18px;
    margin-top: 0;
    color:#6E6E6E;
}

.report_title{
	font-size: 18px;
    color:#6E6E6E;	
}

.summary_title{
	font-size: 16px;
    color:#6E6E6E;	
}

.summary_title a {
	color: #6E6E6E;			
}

.summary_title a.active {
/*
	background:#666;
	color:#fff;
	*/
	font-weight: bold;
}

table td {
    padding: 6px;
}

.feedback {
    border: 1px solid black;
    color: black;
    padding: 10px;
    font-size: 14px;
    font-style:italic;
    margin: 10px 0;
}

.feedback.error {
    border: 0px solid red;
    color: red;
}

.feedback.success {
    border: 0px solid green;
    color: green;
}

.navbar {
  /* margin-bottom: 20px;  */ 
}


/* input boxes */
/* html5 reset. this is necessary to properly align input fields in html5 */
input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

label {
    display: block;
    margin-bottom: 1px;
    line-height: 20px;
}

input {
    display: inline;
    margin-bottom: 1px;
    min-width: 200px;
    padding: 2px;
}

input[type="checkbox"] {
	display: inline;
	min-width: 0px;
}

input[type="radio"] {
	display: inline;
	min-width: 0px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    border: 1px solid #ddd;
    color: #555;
    font-weight: bold;
    /*padding: 10px;    */

    /*
    border: 0;
    background-color: #eaedf2;
    color: #777;
    font-weight: bold;
    padding: 15px;
    */
}

input[type="submit"] {
    border: 0;
    background-color: #383824;
    color: #fff;
    font-weight: bold;
    /*padding: 10px;*/
    cursor: pointer;
}


input[type="button"] {
    border: 0;
    background-color: #990000;
    color: #fff;
    font-weight: bold;
    /*padding: 10px;*/
    cursor: pointer;
}

.remember-me-checkbox {
    float: left; min-width: 0; margin: 3px 10px 15px 0;
}

.remember-me-label {
    float:left; min-width: 0; font-size: 12px; color: #888;
}

.login-submit-button {
    float: none; clear: both;
}

.login-form-password-pattern-reminder {
    display: block;
    /*width: 200px;*/
    color: #999;
    font-size: 11px;

}

.login-default-box,
.login-google-box,
.login-facebook-box {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

.register-default-box,
.register-facebook-box {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

/* general */
.clear-both {
    clear: both;
}

/* overview pages */
table.overview-table tr.inactive {
    opacity: 0.3;
}

table.overview-table td {
    padding: 6px 10px;
    /*border: 1px solid #ccc;*/
    vertical-align: middle;
}

table.overview-table td.avatar {
    padding: 0 !important;
}

/* debug helper */
.debug-helper-box {
    position: fixed;
    bottom: 20px;
    right: 0;
    padding: 20px;
    color: #fff;
    background-color: red;
    font-weight: bold;
}

/* basic responsive stuff */
@media only screen and (max-width:800px) {

    .header_left_box,
    .header .avatar {
        float: none;
    }

    .header_right_box {
        width: 100%;
        background-color: #1E2029;
    }
}

table.list-view-table
{
/*	width:100%;	*/
}

table.list-view-table th {
	padding: 6px 10px;	
	background-color: #1d4949;
	font-weight: bold;
	color: white;
    vertical-align: middle;
}

table.list-view-table td {
    padding: 6px 10px;
    /*border: 1px solid #ccc;*/
    vertical-align: middle;
}

table.form_table {
	
    border: 1px solid #ccc;
    vertical-align: middle;
    width:100%;
}

table.form_table th {
    padding: 6px 10px;
    /*border: 1px solid #ccc;*/
    vertical-align: left;
    font-weight:bold;
    width: 50%;
    color: #6E6E6E;
}

table.form_table td {
    padding: 6px 10px;
    /*border: 1px solid #ccc;*/
    vertical-align: middle;
    width: 50%;
}

input:focus { border: 1px dotted black; }
input.error, select.error { border: 1px dotted red; }

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

.input_label {
	float:left;
	width:100px;
	padding: 1px 5px;
	text-align:right;
	vertical-align:middle;
}

.datepicker {
/*	font-size:65.5%;  */
}

.function_menu {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #d3d5c8;
	color: #400040;
 }
 
.function_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
  
.function_menu li {
	list-style-type: none;
	border-bottom: 1px solid #d3d5c8;
	margin: 0;
}

.function_menu li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 10px solid #414141;
  border-right: 10px solid #bebebe;
  background-color: #6e6e6e;
  color: #fff;
  text-decoration: none;
  width: 100%;
} 
  
 html>body .function_menu li a {
  width: auto;
} 
  
.function_menu li a:hover {
  border-left: 10px solid #606060;
  border-right: 10px solid #ebebeb;
  background-color: #a0a0a0;
  color: #fff;
}
  
.as_gridder_table {
	border-collapse:collapse;
	border:#c9e7e9 solid 0px;
}

.as_gridder_table tr.grid_header {
	font-weight:bold;
	padding:5px 2px;
/*	background:#c9e7e9;  */
	
	background: #666666; /* Old browsers */
}

.as_gridder_table tr.odd {
	background-color:#f0f0f0;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

.as_gridder_table tr.even {
	background-color:#fffeff;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

.as_gridder_table tr.sub_total {
	background-color:#e2fef3;
	font-weight:bold;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

.as_gridder_table tr.odd:hover, .as_gridder_table tr.even:hover, .as_gridder_table tr.odd.active, .as_gridder_table tr.odd.active {
	background:#80ffff;
}

.as_gridder_table tr td {
	vertical-align:middle;
/*	height:40px;  */
}

.grid_heading {
	display:block;
	padding:8px;
	color:white;
	text-align: left;
}

.grid_content {
	display:block;
	padding:5px 2px;
/*	min-height:22px;  */
}

.grid_content.sno {
	width:auto;
}

.grid_content span {
	padding:3px 0px;
	position:relative;
	top:5px;
}

.grid_content.editable {
	width:110px;
}

.gridder_input, .gridder_add {
	display:none;
	margin:0;
	padding:0;
	outline:none;
	border:none;
	padding:2px;
	border:#24E2F2 solid 1px;
	width:100px;
	height:18px;
}

.gridder_add {
	display:block;
	border:#CCCCCC solid 1px;
}

.gridder_input.select, .gridder_add.select {
	height:auto;
}

.gridder_input:hover, .gridder_input:active, .gridder_add:hover, .gridder_add:active {
	outline:none;
}

#addnew {
	display:none;
}

.gridder_addrecord_button {
	margin:0;
	padding:0;
	outline:none;
	border:none;
	background:url(../images/tick.png) no-repeat;
	cursor:pointer;
	display:inline-block;
	height:16px;
	width:16px;
}

/* starting styling for light box */
.backdrop
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity: .0;
	filter:alpha(opacity=0);
	z-index:50;
	display:none;
}

.box
{
	position:absolute;
	top:10%;
	left:30%;
/*	bottom:20%;  */
	width:auto;
	height:auto;
	background:#ffffff;
	z-index:51;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 5px #444444;
	-webkit-box-shadow:0px 0px 5px #444444;
	box-shadow:0px 0px 5px #444444;
	display:none;
	max-width:40%;
	/*
	max-height:50vh;
	overflow: scroll; 
	*/ 
}

.close
{
	float:right;
	margin-right:6px;
	cursor:pointer;
}
/* ending styling for light box */

.box2
{
	/*
	position:absolute;
	top:10%;
	left:30%;
	bottom:20%;  
	*/
	width:auto;
	height:auto;
	background:#ffffff;
	padding:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 5px #444444;
	-webkit-box-shadow:0px 0px 5px #444444;
	box-shadow:0px 0px 5px #444444;
/*	overflow: scroll;  */
}

.dataTables_wrapper .dt-buttons {
  float:right;
  margin-left: 10px;
  margin-right: 10px;
  margin-top:3px;
}

table.dataTable thead th {
  vertical-align: middle;
  white-space: break-spaces;
}

table.option_table
{
	width:100%;
	border:1px solid #ccc;
}

table.option_table td {
    padding: 20px;
    /*border: 1px solid #ccc;*/  
}

.astr{
	color:red;
}

table.summary_table
{
/*	width:100%;	*/
	margin:0px;
}

table.summary_table th {
	padding: 2px 10px;	
	background-color: #1d4949;
	font-weight: bold;
	color: white;
    vertical-align: middle;
}

table.summary_table td {
    padding: 2px 10px;
    /*border: 1px solid #ccc;*/
    vertical-align: middle;
}

.side_list {
	border-collapse:collapse;
	border:#c9e7e9 solid 1px;
	padding: 5px 10px;
/*	color: #3128d5;  */
}

.side_list a {
    text-decoration: none;
/*    color: #3128d5; */
}

.side_list a:hover {
    text-decoration: none;
/*    color: #3128d5;  */
    cursor:pointer;
}

.tabs ul {
	padding:0;
}

.tabs li {
	list-style:none;
	display:inline;
	width: 80px;
	text-align: center;
}

.tabs a {
	padding:5px 10px;
	display:inline-block;
	background:#fff;
	text-decoration:none;
	color: #6E6E6E;	
	width: 80px;			
}

.tabs a.active {
/*
	background:#666;
	color:#fff;
	*/
	font-weight: bold;
}

.navigation_link a {
/* 	padding:5px 10px;  */
	padding: 0px;
	display:inline-block;
	background:#fff;
	text-decoration:none;
	color: #6E6E6E;		
	font-weight: bold;		
}

.navigation_link a.active {
/*
	background:#666;
	color:#fff;
	*/
	font-weight: bold;
}

.setting {
    position: relative;
    display: inline-block;
/*	width: 250px;  */
/*	text-align:right;  */
/*	float: right;	*/
}

.setting .setting-menu {
    position: absolute;
    top: 100%;
    display: none;
    margin: 0;
	list-style: none; /** Remove list bullets */
/*    width: 100%;   *//** Set the width to 100% of it's parent */
    padding: 0;
}

.setting:hover .setting-menu {
    display: block;
}

.setting-menu {
	 border: 1px solid #ccc;
	 background: white;
	 width: 250px;
	 z-index:5;
}

/** Image Styles **/
.setting img {    
    border: none;
    margin: 0;
}

/** List Item Styles **/
.setting a {
    display: block;
	padding: 8px 35px;
    text-decoration: none;
	text-align:left;
	color: #6E6E6E;
	font-weight: bold;
	z-index:5;
}

/** List Item Hover Styles **/
.setting a:hover {
  background: #ddd;
  color: #6E6E6E;
  font-weight: bold;
}

.as_gridder_table2 {
	border-collapse:collapse;
	border:#c9e7e9 solid 1px;
	color: #400040;
	font-size: 12px;
}

.as_gridder_table2 tr.grid_header2 {
	font-weight:bold;
	padding:5px 2px;
/*	background:#c9e7e9;  */	
	background: #666666; /* Old browsers */

}

.as_gridder_table2 tr.odd {
	background-color:#f0f0f0;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

.as_gridder_table2 tr.even {
	background-color:#fffeff;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

.as_gridder_table2 tr.odd:hover, .as_gridder_table2 tr.even:hover, .as_gridder_table2 tr.odd.active, .as_gridder_table2 tr.odd.active {
	background:#80ffff;
}

.as_gridder_table2 tr td {
	vertical-align:middle;
	height:35px;  
	border-top:#c9e7e9 dotted 1px;
}

.grid_heading2 {
	display:block;
	padding:8px;
	color:white;
	text-align: left;
	vertical-align:center;
}

.grid_footer2 {	
	background-color:#f5f5f5;
	color: #666;
	font-weight: bold;
	text-align: left;
	vertical-align:center;
}

#project_list_header{
	border: 1px solid #c9e7e9;
    padding: 5px; 
    width: 370px; 
	border-radius: 2px;
	font-size:14px;
}

.fa-theme {
	color: #6E6E6E;
}

.underline {
	 border-bottom:1px solid #ccc;
}

.text_right {
	text-align: right;
}

.sub_total_line{
	border-top:1px solid #000;
	font-weight:bold;
}

.grand_total_line{
    border-top: 1px solid  #000;
    border-bottom: 3px double #000;
    font-weight:bold;
}

.pasitive{
	color: green;
}

.negative{
	color:red;
}

a.no_decoration_link {
	text-decoration: none;
}

.hidden_tooltip {
	display:none;
}