body{
	font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
/* 	background: #F0F0F0; */
	background-image: url("../images/background.png");
	color: black;
}

.bodyClassLogin {
	background: #222d32;
}

table, tr, td {
	line-height: 16px;
	font-size: 12px;
}

div#page{
	background-color: #FFFFFF;
	margin: 0 auto;
/*	width: 960px;*/
}

.container{
	margin: 15px auto;
	background-color: white;
	border: 1px solid #BBB;
	min-height: 200px;
	overflow: hidden;
/*	text-align: center;*/
	border-radius: 5px;
	width: 1000px;
}

.firstHeader {
	font-family:sans-serif;
	font-size:16px;
	color: #FFF;
	font-weight: bold;
	text-shadow:1px 1px 0 #222;
	background: rgb(0,183,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,183,234,1) 0%, rgba(0,121,178,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,183,234,1)), color-stop(100%,rgba(0,121,178,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,121,178,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,121,178,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,121,178,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,183,234,1) 0%,rgba(0,121,178,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#0079b2',GradientType=0 ); /* IE6-9 */
	line-height:50px;
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.4);
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);
	box-shadow:0 1px 4px rgba(0,0,0,.4);
	height: 50px;
}

.firstHeader a {
	text-decoration: none;
	color: white;	
	line-height: 20px;
}

.firstHeader a:visited {
	color: white;
	line-height: 20px;	
}

.firstHeader a:hover {
	color: white;
	line-height: 20px;
}

.secondHeader {
	font-family:sans-serif;
	font-size:14px;
	color: #222222;
	font-weight: bold;
	text-shadow:0 1px 0 #fff;
	background: #e4e4e4;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));
	background: -moz-linear-gradient(top,#fff,#e4e4e4);
	background: -webkit-linear-gradient(top,#fff,#e4e4e4);
	background: -o-linear-gradient(top,#fff,#e4e4e4);
	background: -ms-linear-gradient(top,#fff,#e4e4e4);
	background: linear-gradient(top,#fff,#e4e4e4);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#ffe4e4e4');
	line-height:30px;
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.4);
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.4);
	box-shadow:0 1px 4px rgba(0,0,0,.4);
	height: 35px;
}

.secondHeader a {
	text-decoration: none;
	color: black;
/* 	line-height: 30px; */
}

.secondHeader a:visited {
	color: black;
/* 	line-height: 30px;	 */
}

.secondHeader a:hover {
	color: black;
/* 	line-height: 30px; */
}

a{
	text-decoration: none;
	color: blue;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: blue;
}

.headerOffline{
	width: 100%;
	height: 30px;
	position: absolute;
	text-align: center;
	color: white;
	bottom: 0;
	left: 0;
	background: red;
	margin-top: 28px;
	z-index: 1001;
}

body>.headerOffline{ position: fixed;}

.bold{
	font-weight: bold;
}

.loader{
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px !important;
    height: 20px;
    animation: spin 1s linear infinite;
}

.lengthDetailIssue {
	width: 100px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.bigLoader{
	background: url("../images/loader.gif") no-repeat;
	background-position: center;
	height: 40px;
    width: 40px;
}

textarea{
	resize: none;
}

.footer{
	padding-top: 15px;
	height: 74px;
	color: #0079B2;
	text-align: center;
	font-weight: bold;
}

.blockLeft {
	float: left;
}

.blockRight {
	float: right;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.paddingTop{
	padding-top: 15px;
}

.margin{
	margin: 15px;
}

.marginRight{
	margin-right: 15px;
}

.marginBottom{
	margin-bottom: 15px;
}

.marginLeft{
	margin-left: 15px;
}

.marginTop{
	margin-top: 15px;
}

.marginMedium{
	margin: 10px;
}

.marginRightMedium{
	margin-right: 10px;
}

.marginBottomMedium{
	margin-bottom: 10px;
}

.marginLeftMedium{
	margin-left: 10px;
}

.marginTopMedium{
	margin-top: 10px;
}

.marginSmall{
	margin: 5px;
}

.marginTopSmall{
	margin-top: 5px;
}

.marginRightSmall{
	margin-right: 5px;
}

.marginBottomSmall{
	margin-bottom: 5px;
}

.marginLeftSmall{
	margin-left: 5px;
}

.marginAuto {
	margin: auto;
}

.green{
	color: green;
}

.red{
	color: red;
}

.font10{
	font-size: 10px;
}

.errorTextArea {
	border: 1px solid red !important;
}

.messageInfo {
	background: #E0EFFF;
	border-color: #9EB6D4;
}

.messageColor {
	color: #333;
}

.messageError {
	background: #FFE7E7;
	border-color: #DF9898;
}

.labelInput {
	width: 100px;
}

.detailIssue {
	background: transparent url("../images/issueLine.png") repeat-x left center;
	padding: 0;
	margin-left: 8px;
    margin-top: 14px;
}

.searchRow {
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: auto;
}

.searchCol {
	width: 100px;
/*	border: 1px solid black;*/
}

.searchColMedium {
	width: 70px;
/*	border: 1px solid black;*/
}

.searchColSmall {
	width: 60px;
/*	border: 1px solid black;*/
}

.searchColPriority {
	width: 30px;
}

.lightBlueRow {
	font-size:12px;
	text-shadow:1px 1px 0 #222;
	line-height:25px;
	background-color:#88be14;
	float:none;
	cursor:pointer;
	font-family:sans-serif;
	color:#fff;
	padding: 1px 5px 1px 5px;
}

.lightWhiteRow {
	font-size:12px;
	text-shadow: 1px 1px 0 #fff;
	line-height: 25px;
	background-color: #F2F2F2;
	float: none;
	cursor: pointer;
	font-family: sans-serif;
	color: #222;
	padding: 1px 5px 1px 5px;
}

.lightBlueRow:hover {
	background-color: #0099FF;
	text-shadow: 0 1px 0 #222;
	color: #fff;
}

.lightWhiteRow:hover {
	background-color: #0099FF;
	text-shadow: 0 1px 0 #222;
	color: #fff !important;
}

.lightBlueRow a {
	color: #fff;
}

.lightBlueRow a:hover {
	color: #fff;
}

.lightBlueRow a:active {
	color: #fff;
}

.lightBlueRow a:visited {
	color: #fff;
}

.lightWhiteRow a{
	color: #222;
}

.lightWhiteRow a:hover{
	color: #fff !important;
}

.lightWhiteRow a:active{
	color: #fff;
}

.lightWhiteRow a:visited{
	color: #222;
}

.lightWhiteRow:hover a{
	color: #fff !important;
}

.lightWhiteRow:hover a:visited{
	color: #fff !important;
}

.imagePrioritySearch {
	padding-top: 5px;
}

.homeLink {
	margin-top: 15px;
}

.homeLinkSearch {
	margin-top: 9px;
}

.descriptionIssue {
	width: 80%;
}

.messageInfo {
	background: #E0EFFF;
	border: 1px solid #9EB6D4;
	border-radius: 5px;
	padding: 20px;
	color: #333AD4;
}

#ui-datepicker-div {
	display: none;
}

.errorSearch {
	margin-left: 65px;
}

.multipleSelectSearch {
	width: 155px;	
}

.timesheetColumn {
	border: 1px solid gray;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px #C9CCCF;
    padding: 10px;
    width: 210px;
    min-height: 150px;
}

.highlightedSearch {
	font-weight: bold;
	font-size: 14px;
}

.ui-state-error {
	padding: 5px;
}

.generalError {
	display: none;
	background-color: #FF3060;
    border-radius: 5px 5px 5px 5px;
    height: 30px;
    margin: -30px auto;
    padding: 10px;
    position: fixed;
    width: 300px;
    z-index: 5000;
    text-shadow: 0px 0px;
    color: white;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.45);
    left: 36%
}

.generalError a{
	text-decoration: underline;
	color: white;
}

.generalError a:visited{
	color: white;
}

.errorServer {
	background-color: #F3F40A;
    padding-top: 10px;
    padding-bottom: 0px;
    position:fixed;
    bottom:0;
    width:100%;
    text-align: center;
    padding-bottom: 10px;
}

.submenualt {
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    margin-left: 10px;
    padding: 0 0 5px;
    position: absolute;
    width: 135px;
    z-index: 100;
}

.titleIssue {
	line-height: 25px;
}

.actionsButtonMenuWorklog {
	margin-left: 0;
	padding: 10px; 
	width: 100px;
}

.actionsButtonMenuStatus {
	margin-left: 0;
    padding: 10px;
    width: 80px;
}

.leftAreaIssue {
	width: 70%;
}

.rightAreaIssue {
	width: 30%;
}

.timesheetTemClass {
	width: 100%;
}

.searchInput {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    background-image: url("../images/search.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    border-color: #AEB3B9 #C9CCCF #C9CCCF;
    border-image: none;
    border-right: 1px solid #C9CCCF;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    font-family: sans-serif;
    font-size: 12px;
    outline: 0 none;
    padding: 0px 6px 0px 22px;
    border-radius: 3px;
    margin-top: -3px;
}

.buttonHeader {
	font-family: sans-serif;
	font-size: 14px;
	color: #222222;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
}

.buttonHeader:hover{
	color: #222222;
	background-color:#EAEAEA;
	height: 30px;
}
.buttonHeader:active{
	-moz-box-shadow:0px 3px 4px rgba(0,0,0,.4) inset;
	-webkit-box-shadow:0px 3px 4px rgba(0,0,0,.4) inset;
	box-shadow:0px 3px 4px rgba(0,0,0,.4) inset;
	color: #222222;
}

.buttonHeader a {
	color: #222222;
	text-decoration: none;
}

.buttonHeader a:hover {
	color: #222222;
	text-decoration: none;
}

.buttonHeader a:active {
	color: #222222;
	text-decoration: none;
}

.buttonHeader a:visited {
	color: #222222;
	text-decoration: none;
}

.buttonHeaderOpen {
	padding-left: 15px;
    padding-right: 10px;
    padding-top: 5px;
}

.textAreaSize {
	width: 350px;
}

.lineAssigned {
	margin-top: 0px;
	border-bottom: 1px solid #E4E4E4;
	padding-top: 8px;
}

.hrSeparate {
	border: 0;
	background: grey;
	color: #808080;
	height: 1px;
}

.errorMainArea {
	border: 1px solid red;
	position: relative;
	width: 100%;
	clear: both;
}

.warningPassword {
	background: none repeat scroll 0 0 #feefb3;
    clear: both;
    height: 30px;
    margin: 10px auto;
    width: 80%;
    margin-bottom: 10px !important;
}

.warningPassword a {
	text-decoration: none;
	color: #FFFFFF;
}

.errorActive {
	background: none repeat scroll 0 0 #ffbaba;
	border: 1px solid #8b0000;
    border-radius: 5px;
    clear: both;
    height: 30px;
    line-height: 30px;
	margin-left: 230px;
    padding-left: 20px;
    padding-right: 20px;
    width: 80%;
    margin-bottom: 10px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    color: #9f6000;
}

.errorActive a {
	text-decoration: none;
	color: #FFFFFF;
}

.myProfileButton {
	width: 150px;
	margin-bottom: 10px;
}

.strikethroughText {
	text-decoration: line-through;
}

.navbar-nav > .user-menu > .dropdown-menu {
	width: 180px !important;	
}

.searchAdvancedSideLabel {
    width: 35%;
}

@media (max-width: 768px) {
	.homeBoxLeft {
		width 92%;
		clear: both;
	}
	.homeBoxRight {
		width 92%;
		clear: both;
	}
	
	.searchAdvancedSide {
		width: 92%;
		clear: both;
	}
	
	.searchAdvancedSideResult {
		width: 92%;
		clear: both;
	}
	
	.mobileSearchIssue {
		display: none;
	}
	
	.mobileSearch {
		display: block;
	}
	
	.closeSiderBarMenu {
		display: none;
	}
	
	.closeSiderBarMenuMini {
		display: block;
	}
}
@media (min-width: 768px) {
	.homeBoxLeft {
		width: 45%;
		float: left;
	}
	.homeBoxRight {
		width: 45%;
		float: right;
	}
	
	.searchAdvancedSide {
		width: 25%;
		float: left;
	}
	
	.searchAdvancedSideResult {
		width: 72%;
		float: left;
	}
	
	.mobileSearchIssue {
	}
	
	.closeSiderBarMenu {
		display: block;
	}
	
	.closeSiderBarMenuMini {
		display: none;
	}
	
	.mobileSearch {
		display: none;
	}
}

/* Pagination */
ul.pages { 
	width: 100%; 
	text-align: center; 
	margin: 15px 0px; 
}
.pages li { 
	display: inline-block; 
	margin: 0px 3px; 
}
.pages li span, .pages li a { 
	padding: 2px 6px; 
}
.pages li span.dis { 
	color: #DDDDDD; 
}
.pages li span.cur { 
	background: #88BE14; 
	color: #FFFFFF; 
}
.pages li a { 
	text-decoration: none; 
	border: 1px solid #DDDDDD;
}
.pages li a:hover { 
	background: #336699; 
	color: #FFFFFF; 
}
/* End of pagination */