body {
	margin:auto;
	background-color: #000;
}

.fixed-header-container {
	position: fixed;
	height:50px;
	width:100%;
	float:left;
	background-color: #111;
	z-index:10000;
}

#message-centre{
	height:100%;
	width:50px;
	float:right;
	z-index:10000;
	margin-right:200px;
}
#message-centreContainer{
	height:50px;
	width:50px;
}

#message-centreContainer img{
	height:50px;
	width:50px;
	/*padding:5px 5px;*/
}

#mesage-centreContainer img:hover {
	cursor:pointer;
}


#messages-drop-down-container{
	display:none;
	position:fixed;
	top:0px;
	right:250px;
	
	z-index:10000;
	margin-top:50px;
	background-color:#eaeaea;
	border-bottom:1px solid #333;
	font-size:12px;
	color:gray;
	max-height:400px;
	max-width:400px;
	overflow:scroll;


}

#messages-drop-down-content{
	/*height:0px;*/
}
#messages-drop-down-content ul{
	list-style:none;
	/*width:300px;*/
}
#messages-drop-down-content li a{
	text-decoration: none;
	cursor:pointer;
/*	float:left;
	width:250px;
	display:inline-block;
	padding: 10px 0px 10px 5px;
  background-color: #f1f1f1;
  color:#517992;
  text-align:left;
  border-top:1px solid #d1d1d1;
*/
}
#msgCount {
	border: 1px solid red;
	color:white;
	background-color:red;
	border-radius: 10px;
	position:relative;
	top:-20px;
	left:25px;
	float:left;
	min-width:20px;
	height:20px;
	text-align:center;
	font-weight:bold;
	font-size:14px !important;
	font-family: helvetica;
	display:none;
	padding:2px;
}
#messages-drop-down-content li a:hover{
	   /*color: white;*/
    background-color: gray;
}


.message_container {
padding-bottom:3px;
margin-bottom: 10px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border:1px solid #ddd;
font-size:14px;
}

.msgJobNumber {
	background-color: gray;
	width:100%;
	color:white;
	float:left;
	/*padding:2px;*/


}

.msgJobNumber a{
	color:white;
}
.msgSeen{
	background-color: gray;
	font-weight:bold;
	width:20%;
	padding:0px 3px 0px 3px;

	color:white;
	float:right;
	text-align:right;
	/*padding:2px;*/

}

.msgSeen a{
	/*width:100%;*/
	color:white;
	text-decoration: none;
}





#menu-dropDown{
	height:100%;
	width:50px;
	float:left;
	z-index:10000;
}

#menu-dropDown-container{
	height:50px;
	width:50px;
}

#menu-dropDown-container img{
	height:40px;
	width:35px;
	margin-left:25px;
	/*padding:5px 5px;*/
}

#menu-dropDown-container img:hover {
	cursor:pointer;
}

#drop-down-container{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	float:left;
	z-index:10000;
	margin-top:50px;
	background-color:#eaeaea;
	border-bottom:1px solid #333;
	font-size:12px;

}

#drop-down-content{
	height:0px;
}
#drop-down-content ul{
	list-style:none;
	/*width:300px;*/
}
#drop-down-content li a{
	text-decoration: none;
	float:left;
	width:200px;
	display:block;
	padding: .9em 0px .9em 3em;*/
  background-color: #f1f1f1;
  color:#517992;
  text-align:left;
  border-top:1px solid #d1d1d1;
}

#drop-down-content li a:hover{
	   color: white;
    background-color: #555;
}



.input-group-addon{
   cursor: pointer;
}

#input-form {
  margin:auto;

}

.form-group-hide {
	display:none;
}

.form-group-shown {
	display:block;
}






ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;

}
ul.tabs li{
	background: #adadad;
	color: #222;
	display: inline-block;
	padding: 10px 18px;
	min-width: 125px;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
}

ul.tabs li.current{
	background: #ededed;
	color: #222;
}

.tab-content{
	display: none;
	background: #ededed;
	padding: 15px;  
	opacity: 1;
}

.tab-content.current{
	display: inherit;


}

.check {
	border-top:0 !important;
	border-bottom:0;
	padding-top:7px;
}

.picker {
	text-align:center;
	padding-bottom:20px;
}

.deviceDetail {
	padding-top: 7px;
    margin-bottom: 0;
}
.deviceLabel {
	padding-top: 7px;
	text-align: right;
	width:40%;
	font-weight: 700;
	padding-right:5px;
}

.offer{
		padding-top: 7px;
    margin-bottom: 0;
    font-size:1.2em;
    color:red;
}

.ui-datepicker {
  /*width: 160px;*/
  /*position: fixed !important;*/
  /*left: calc(50vw - 40px) !important;*/
  margin:auto !important; 
}

.pagination-container {
    margin: 20px 0;
    text-align: center;
}

.pagination-controls {
    margin-bottom: 15px;
}

.pagination-controls select {
    margin: 0 10px;
    padding: 5px;
    border-radius: 4px;
}

.pagination {
    display: inline-block;
    margin: 10px 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a {
    cursor: pointer;
    padding: 6px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #337ab7;
}

.pagination > li.active > a {
    background-color: #337ab7;
    color: white;
    border-color: #337ab7;
}

.pagination > li.disabled > a {
    cursor: not-allowed;
    color: #777;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-info {
    margin-top: 10px;
    color: #666;
}

.search-container {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.search-container input {
    margin-bottom: 10px;
}

.search-container button {
    margin-right: 10px;
}

#reset-search {
    margin-left: 10px;
}

.filters-container {
    margin-bottom: 20px;
}

.filters-container .btn-group {
    margin-bottom: 15px;
}

.filter-btn.active {
    background-color: #337ab7;
    color: white;
    border-color: #2e6da4;
}

.filter-btn:not(.active):hover {
    background-color: #e6e6e6;
}

.filter-checkboxes {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.checkbox-inline {
    margin-right: 20px;
    font-size: 14px;
}

.checkbox-inline input[type="checkbox"] {
    margin-right: 5px;
}

.checkbox-inline:hover {
    cursor: pointer;
    color: #337ab7;
}

/* Quote Form Confirmation Tab Styles */
.summary-section {
    margin-bottom: 30px;
}

.summary-block {
    margin-bottom: 20px;
}

.summary-block h4 {
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.shipping-section {
    margin-bottom: 30px;
}

.shipping-notice {
    color: #31708f;
    font-size: 16px;
    margin: 20px 0;
}

.pickup-link {
    margin: 20px 0;
}

.terms-section {
    margin-bottom: 30px;
}

.terms-content textarea {
    resize: none;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.6;
    padding: 15px;
    margin-bottom: 20px;
}

.terms-acceptance {
    margin: 20px 0;
}

.terms-warning {
    margin-top: 5px;
}

.submit-section {
    margin-top: 30px;
}

#bookCollection {
    padding: 12px 30px;
    font-size: 16px;
}

.panel-info > .panel-heading {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.panel-title {
    font-size: 18px;
    font-weight: 500;
}

/* Make panels consistent */
.panel {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.panel-body {
    padding: 20px;
}

/* Improve spacing and readability */
.form-horizontal .form-group {
    margin-bottom: 20px;
}

/* Add icons */
.glyphicon {
    margin-right: 5px;
}