ul.nav.navbar-nav.navbar-right li:hover {
    background: #E8E8E8;
}
ul.nav.navbar-nav.navbar-right li {
    background: #EAEAEA;
    border-right: 1px solid white;
    transition-duration: 1s;
}
ul.nav.navbar-nav.navbar-right li a:hover {
	    color: #D26B6B;
}

input#btnAddWorkBench:hover {
    background: #A53333;
    transition: 0.5s;
}

.form-control:hover {
    background: #FCFFD9;
    transition-duration: 2.3s;
}

.error_holder {
	background-color: #ffd5dd;	/*ffd5dd f6f3a5 7ba9e7 fff ddbae1*/
	-moz-border-radius: 5px; 
    -web-border-radius: 5px;
    border-radius:  5px;
    color: #ff0000; 
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
    margin: 20px 0px 20px 0px; 
}

.error_holder:empty {
	display: none;
}

#mytables td, #mytables th {
	/*word-wrap: break-word;*/
	word-wrap: break-word;
}

#mytables thead {
	background-color: #5bc0de;
}

#mytables thead:first-child {
	background-color: #c6c7c7;
}

#mytables tbody tr:nth-child(odd) {
	background-color: white;
}

#mytables tbody tr:nth-child(even) {
	background-color: #FFFFE0;
}

#pagination {
    text-align: center;
    padding: 10px 0px;
    margin: 10px auto;
}

#pagination a, #pagination strong {
    background: #e3e3e3;
    padding: 4px 7px;
    text-decoration: none;
    border: 1px solid #cac9c9;
    color: #292929;
    font-size: 10px;
}

#pagination strong, #pagination a:hover {
    font-weight: normal;
    background: #cac9c9;
}

#login {
	text-align:center;
}

#margin_footer {
	margin-top: 40px;
}

.fixedbar {
	margin-bottom: 60px;
}

.loginArea {
	margin: 10px auto;
	width: 500px;
}

.logo_box {
	margin-top: -10px;
}

body {
	background-image: url('../images/background.png');
	min-width: 100% !important;
}

.mainpage {
	background-color: white;
	width: 100%;
	height: 100%;
}

.pageHead {
	text-align: center;
	font-size: 6em;
}

.sidebar{
	background-color: white;
	padding: 0px -5px;
	position: fixed !important;
	height: 430px;
	width: 190px !important;
	display: inline;
	margin-right: 20px;
}

.sidebar ul{
	list-style: none;
	padding: 0px;
	width: 190px;
	margin-left: -15px;
}
.sidebar ul li:HOVER {
    background-color: #5bc0de;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0, 1.44, 0.51, 1.22);
    padding-left: 10%;
}

.activeLink{
	background-color: #5bc0de;
}

.sidebar a{
	color: black;
    padding: 5px 0px 5px 15px;
    display: block;
}
.sidebar a:HOVER{
	color: white;
	text-decoration: none;
}

.sidebarAdd{
	background-color: white;
	padding: 5px -5px 0px -5px;
	position: fixed !important;
	height: 45px;
	width: 190px !important;
	display: inline;
	margin: 405px 20px 0px 0px;
}

.addComponent{
	margin-top: 5px;
	text-align: center;
}

.addComponent:HOVER{
	color: white;
	text-decoration: none;
}

.toolbar{
	color: black;
	font-size: 2em;
}

.content {
    background-color: white;
	padding: 3%;
    font-family: sans-serif;
    float: right;
    width: 80%;
    left: 22.55%;
    /* position: absolute; */
    margin-bottom: 4.4%;
    min-height: 400px !important;
}

#big_content {
    background-color: white;
	padding: 3%;
    font-family: sans-serif;
    /* position: absolute; */
    margin-bottom: 4.4%;
    min-height: 400px !important;
}

#search_section {
	background-color: white;
    padding: 10px;
    font-family: sans-serif;
    float: right;
    width: 70%;
    left: 22.55%;
    position: absolute;
	margin-bottom: 4.4%;
}

.previous-btn {
	padding-left: 0px !important;
	padding-right: 30px !important;
	text-align: center;
}

.previous-btn a:HOVER {
	text-decoration: none;
}

.next-btn {
	padding-left: 0px !important;
}

.ques {
	padding-left: 0px !important; 
	padding-right: 0px !important;
	margin-left: 0px !important; 
	margin-right: 0px !important; 
}


.ques_label { 
	padding-right: 0px !important; 
	margin-right: 0px !important;
	top: 12px !important;
}

.underline_pretty {
	text-decoration: underline;
	display: inline;
}

.segment_header {
	text-align: center;
	margin: 20px auto;
	background-color: #5bc0de;
	color: white;
	padding: 10px 0px;
}

.location_header{
	text-align: center;
	margin: 20px auto;
	color: black;
	padding: 10px 0px;
	font-size: 20px;
	font-weight: bold;
}

#bench_header {
	text-align: center;
	padding: 10px;
}

#search_label {
	width: 99px;
	padding-right: 0px;
	margin-right: 0px;
	top: 8px;
}

.search_area {
	background-color: white;
	padding: 10px 0px;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.small-btn {
	border-radius: 5px;
	background-color: #5bc0de; 
}

#print_content {
	display: none;
}

 .printVersion {
	 font-weight: bold; 
	 margin-bottom: 0px !important;
 }
 
 .printVersion td{
	 border-top: 0px !important;
	 padding: 5px !important;
 }
 
 .printVersionSmall {
	 font-size: 12px !important;
 }
 
 u {
	 font-weight: normal;
 }
 
 .no_underline {
	 text-decoration:none;
 }
 
 #help_icon {
	float: right;
 }
 
 #add_monitor_icon {
	 padding-bottom: 20px;
 }
 
 #addmonitor_modal {
	 padding-bottom: 20px !important;
 }
 
 .add_monitor_form {
	 padding-bottom: 30px !important;
 }
 
 .details_img{
	float: left;
	margin-right: 2px;
 }
 
 .navButtons{
	 margin-bottom: 15px;
 }
 
 .navbutton{
	 background: gray;
	 padding: 5px 10px;
	 color: white;
	 border-radius: 5px !important;
 }

 .navbutton:HOVER{
	 text-decoration:none;
 } 
 
 #blank{
	 color: red;
	 background-color: white;
 }
 
 .reportCol6{
	 width: 33.33% !important;
 }
 
.checkGroup{
	font-size: 14px !important;
	border: 1px solid gray !important;
	padding: 5px 0px !important;
	float: left !important;
	border-radius: 10px;
}

.checkGroup input[type=checkbox], input[type=radio]{
	zoom: 0.6;
	float: left !important;
	width: 30px !important;
}

.runReport{
	margin-left: 10%;
}

.pagebreak { page-break-after: always; }

.ensureJavascript {
	display: none;
}

hr{
	border: 1px solid #5BC0DE !important;
}

.requiredFile{
	display: inline !important;
	color: red;
	font-size: 17px !important;
}

/* Included bit processor, processor speed, processor type, drive, memory and hard disk 2021Dec16 ICT Duane C*/
.chassis, .mac_address, .bit_processor, .hard_disk, .memory, .processor_speed, .processor_type, .drive{
	display: none;
	font-size: 1px;
}

.smallText{
	display: inline important;
	font-size: 12px;
}

.navLinks{
	padding: 5px 5px 5px 5px;
    background-color: #d9edf7;
    border-radius: 5px;
    font-weight: bold;
}

.navLinks:hover{
	text-decoration: none;
}

.smallerText{
	display: inline;
	font-size: 10px;
}

@media print{	
	/*used for formating printed documents*/
	.columnPrint{
		float: left;
		width: 50% !important;
		padding: auto 0px !important; 
	}
	
	a[href]:after {  content:"" !important;} /*remove HREF values from Print view*/
}


@media screen and (max-width: 710px)
{
	.social-nets {
	float: left;
	width: 80%;
	padding-bottom: 30px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	}
}


/* Created for Updated Workbench Report */

.clickable-row{
	cursor: pointer;
}

.tableOverflow{
	max-height:500px !important; 
	overflow:scroll;
}

@media print {
     .tableOverflow {
		max-height:none !important; 
		overflow: unset !important;
     }
}

.tableHeadTitles{
	border:1px solid #c6c7c7 !important;
	text-align: center; 
	text-decoration: underline;
}

.tableHead{
	margin-bottom: 0px !important;
}

@media print {
     .tableHead {
		display: none
     }
}

.onlyForPrint{
	display:none;
}

@media print {
	.onlyForPrint {
	   display: table-header-group;
	}
	
	.onlyForWeb{
		display: none;
	}
}

body{
	padding-bottom: 20px;
	/*padding-bottom: 100px;*/
}

.print_btn{
	padding-right:40px !important; 
	padding-left:40px !important; 
	margin-top:3px; 
	margin-left:10px;
}

.navbar-nav>li>a {
    text-align: right;
}

.jumbotron{
	padding-top:3px !important;
	padding-bottom:3px !important;
}
