* {
  margin: 0px;
}

body {
	font-family: Calibri;
	font-size: 12px;
	background: none repeat scroll 0 0 #E8EDFF;
	color: #000;
}

#bodyWide {background: none repeat scroll 0 0 #FFF;}

input, select
{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;border: 1px solid #0563ac;}

input.payPal {
	border:none;
}


a {text-decoration: none;color: #0563ac;}

a img {border: 0px;}

a:hover {text-decoration: none; color: #000;}

#tooltip {
  margin-left: 10px;
  margin-right: 10px;
  background: #FFFFE1;
  border: 1px solid black;
  padding: 5px;
}

#tooltip h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 3px;
}

#tooltip p{
  font-size:11px;
}

#optionTable input {
	width: 100px;
	padding: 0px;
  font-size: 10px;
	border: 1px solid #0563ac;
  margin-bottom: 5px;  
}

#updateMessage {
	width:600px;
	padding: 5px;
  font-size: 12px;
	border: 1px solid #8DFF59;
  text-align: center;
	background: #CAFFB2;  
  margin-bottom: 10px;
}

#errorMessage {
	width:600px;
	padding: 5px;
  font-size: 12px;
	border: 1px solid #FF5E59;
  text-align: center;
	background: #FFB0A3;  
  margin-bottom: 10px;
}

table #taskView hr {
  border: none 0;
  border-top: 1px dashed #000;/*the border*/
  width: 100%;
  height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
  margin-bottom: 5px;
}

#optionTable select {
	width: 150px;
	padding: 0px;
  font-size: 10px;
	border: 1px solid #0563ac;
  margin-bottom: 5px;  
}

#optionTable form {
  margin-left: -1px;
}

table#taskView {
  width: 100%;
  border-collapse: collapse;  
}

table#taskView td.header {
  background: none repeat scroll 0 0 #E8EDFF;
  padding: 4px;
  border-top:1px solid #0563ac;
}

table#taskView td.header h4{
  font-size:12px;
}

table#taskView td.content {
  padding: 4px;
}

table#taskView td.content a {
text-decoration:none;
}

table#taskView td.content p img{
  padding-left: 5px;
  vertical-align: top;
}

table.wrapper {
  background-color:#FFFFFF;
  margin:0 auto;
  width:1000px;
  border-left: 1px solid #0563ac;
  border-right: 1px solid #0563ac;  
}

table.wrapperWide {
  background-color:#FFFFFF;
  width:100%;
}


table.wrapperWide #content{
    width:100%;
}

table.myTable {
  border-collapse:collapse;
  text-align:left;
  padding:4px;
  border: 1px solid black;
}

table.myTable tr.headerStyle th {
  padding: 4px;
  border-bottom: 1px solid black;
  text-align: right;  
  white-space:nowrap;
}

table.myTable tr.tableFooter  td {
  padding: 4px;
  border-top: 1px solid black;
  text-align: right;  
  white-space:nowrap;
  font-weight: bold;
}

table.myTable tr.headerStyle th {
  padding: 4px;
  border-bottom: 1px solid black;
  text-align: right;  
  white-space:nowrap;
  background-color: #0563ac;
}

table.myTable tr.headerStyle th a{
  text-decoration: none;
}

table.myTable tr {
  border-collapse:collapse;
  text-align:right;
}

table.myTable td {
  padding: 4px;
  text-align: right;
  white-space:nowrap;  
}

table.myTable th div.string {
  padding-left:5px;
  text-align:left;
  white-space:nowrap;  
}

table.myTable td div.number {
  padding-left:5px;
  text-align:right;
  white-space:nowrap;  
}

table.myTable td div.string {
  padding-left:5px;
  text-align:left;
  white-space:nowrap;  
}

table.myTable td  a{
  text-decoration: none;
}

#shortCutMenu ul {
  list-style-type: none;
}

#sectionMessage {
  background-color:#FFB6C1;
  border:1px solid black;
  margin: 5px;
  padding: 5px;
  text-align:center;
}

#shortCutMenu ul li a{
  background: url('/img/arrowbullet.png') no-repeat center left;
  padding-left: 19px;  
}

tr.rowStyleOne {
  background: none repeat scroll 0 0 #E8EDFF;
  border-top: 1px solid #0563ac;
}

tr.rowStyleTwo {
  border-top: 1px solid #0563ac;
}


#header {
  height:60px;
  width: 100%;
  border-bottom: 5px solid #0563ac;
}

#headerContent {
  padding: 5px;
}

#topInfo {
  text-align:right; 
  padding: 4px;
}

#topInfo img {
  vertical-align: bottom;
}

ul#menuContent {
  list-style-type:none;
  width:100%;
  height:30px;
  font-size:13px;
  font-weight:bold;
  margin:0;
  padding:2px 0 0 0;
}

ul#menuContent li {
  display:block;
  float:left;
  margin:0 0 0 3px;
  height:15px;
}

ul#menuContent li#current a{
  background:#98B2CE;  
}

ul#menuContent li a{
  display:block;
  float:left;
  color:#fff;
  background:#0563ac;
  line-height:33px;
  text-decoration:none;
  padding:0 6px 0 6px;
  height:32px;
}

ul#menuContent li a:hover{
  background:#98B2CE;
  color:#fff;
}

#content {
  float:left;
  margin:0 auto;
  width:1000px;
}

#contentContent {
  padding: 0 10px 10px 10px;
}

#contentContent p {
  margin-bottom: 10px;
}

#contentContent td {
}

#footer {
  border-top: 5px solid #0563ac;
  width: 100%;
}

#footerContent {
  text-align:right;
  padding: 0px;
  height: 40px;
}

myForm {
  width: 600px;
}

#myForm .heading {
	text-align: center;
}

#myForm p {
  margin-top: 5px;
  
}
button {
	padding: 5px;
	border: 1px solid #0563ac;
}

.minput {
	/* width: 200px; */
	padding: 5px;
	border: 1px solid #0563ac;
}
.minput:focus{
	outline: none;
}
.minputwide {
	width: 600px;
	padding: 5px;
	border: 1px solid #0563ac;
}
.submit {
	width: 200px;
	padding: 5px;
	border: 1px solid #0563ac;
}

input[type=checkbox].css-checkbox {

	display:none;
						
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:25px;
	height:20px;
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}
label.css-label.login {
    margin-top: 20px;
	padding-right: 25px;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}
label.css-label {
	background-image: url('images/csscheckbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;

	-ms-user-select: none;
	user-select: none
}

#myForm input[type=text],input[type=password],input[type=number], textarea, select.select2 {
	width: 200px;
	padding: 5px;
	border: 1px solid #0563ac;
    background-color:white;
}

#myForm input[type=checkbox] {
	margin-top: 5px;
}

#myForm textarea {
	width: 410px;
  display: block;
}

#myForm input[type=submit], #myForm a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	-moz-border-radius: 4px;
	background: #0563ac;
	color: white;
	box-shadow: 0 1px 0 white;
	-moz-box-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 0 white;
}

#myForm .error {
  color: #FF9591;
  font-style:italic; 
  margin-bottom: 4px;
  padding: 2px;
}

#myForm label {    
  float: left;    
  width: 10em;    
  margin-right: 1em;  
  margin-top: 4px;
  text-align: right;     
}

#myForm fieldset {
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid black;
}

#myForm .grouping {
  margin: 0 0 20px 0;
  padding: 4px;
  border: 1px solid #0563ac;
}

#myForm legend {  
  margin-left: 1em;  
  color: #000000;  
  font-weight: bold;  
}  

#myForm fieldset ol {  
  padding: 1em 1em 0 1em;  
  list-style: none;  
}  

#myForm fieldset li {  
  padding-bottom: 1em;  
}  

#myForm fieldset.submit {  
  border-style: none;  
}

#contentContent h1 {
  font-size: 16px;
  margin-bottom: 10px;
}

#contentContent h2 {
  font-size: 14px;
  margin: 20px 0 5px 0px;
}





ul#subMenu {
  list-style-type:none;
  width:100%;

  font-size:11px;
  font-weight:bold;
  margin:0;
  padding:2px 0 0 0;
}

ul#subMenu li {
  display:block;
  float:left;
  margin:0 0 5px 3px;
  height:22px;
}

ul#subMenu li a{
  display:block;
  float:left;
  color:#fff;
  background:#98B2CE;
  border: 1px solid #98B2CE;
  line-height:22px;
  text-decoration:none;
  padding:0 17px 0 18px;
  height:22px;
}

ul#subMenu li a:hover{
  background: #0563ac;
  color:#fff;
}

.pagination-clean li{
  border:0; 
  font-size:11px;
  list-style:none;
  margin-right:2px;
  padding:4px 6px;  
  display:block;
  float:left;  
}

.pagination-clean a{
  text-decoration:none;
}

.pagination-clean .previous-off, .pagination-clean .next-off {
  color:#888888;
  display:block;
  float:left;
  font-weight:bold;
  padding:3px 4px;
}

.pagination-clean .next a, .pagination-clean .previous a {
  font-weight:bold;
  border:solid 1px #FFFFFF;
}

.pagination-clean .active{
  color:#00000;
  font-weight:bold;
}

.pagination-clean a:link{
  color:black;
}



.ui-autocomplete { 
  margin:0; 
  width: 200px;
  list-style-type:none; 
  border: solid 1px #0563ac; 
  border-top:0px;
  cursor:default;
  background-color: #fff;   
} 

.ui-menu-item { 

} 

.ui-corner-all {
  padding:5px; 
  display:block;
}

.ui-corner-all a:hover {
  color: black;
}

.ui-menu-item:hover {
	background-color: #E8EDFF;
}

#myMiniForm {
  text-align: left;
}

#myMiniForm input[type=text],#myMiniForm input[type=number],#myMiniForm input[type=password], #myMiniForm textarea, #myMiniForm select {
	width: 100px;
	padding: 0px;
	border: 1px solid #0563ac;
    margin-right: 5px;
}

#myMiniForm input[type=submit], #myMiniForm a {
	border: none;
	margin-right: 1em;
	padding: 3px;
	text-decoration: none;
	font-size: 9px;
	-moz-border-radius: 4px;
	background: #0563ac;
	color: white;
	box-shadow: 0 1px 0 white;
	-moz-box-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 0 white;
}

/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding-bottom: 40px;
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: #E8EDFF;
	font-size:11px;
	display:block;
	height: 20px;
	line-height:20px;
	width: 134px;
	text-align:center;
	text-decoration:none;
	color:#333;
    border: 1px solid #000000;
	padding:0px;
	margin:0px;
    margin-left: 2px;
	position:relative;
	top:1px;
}

/* initially all panes are hidden */
.panes .pane {
	display:none;
}


/*th {
   color:#FFFFFF; 
   border: 1px solid rgba(136,136,136,0.8);
   padding: 5px;
   text-align:left;
}*/

    background-color: #0563ac;
    padding:5px;
}
td.notespan {
    	background-color: white;
	border: 1px solid rgba(136,136,136,0.8);

}
td.notespan:hover{
    background-color:whitesmoke;
}
.accordion {
   dt, dd {
      padding: 10px;
      border: 1px solid black;
      border-bottom: 0; 
      &:last-of-type {
        border-bottom: 1px solid black; 
      }
      a {
        display: block;
        color: black;
        font-weight: bold;
      }
   }
  dd {
     border-top: 0; 
     font-size: 12px;
     padding-left:20px;
     &:last-of-type {
       border-top: 1px solid white;
       position: relative;
       top: -1px;
     }
  }
}
a.note {
  display:block;
  text-decoration: none;
  font-size:14px;
  padding-left:2%;
}

.clear {
clear: both;
height: 0;
}
.clear2 {
clear: both;
height: 5px;
}

td.requestlistcell.center {
	text-align: center;
}
td.requestlistcell.hold {
	color:blue;
}
td.requestlistcell.beyond {
	color:red;
}
td.requestlistcell.excuse {
	color:green;
}
td.firstcolumn {
	width:1px;
}
td.secondcolumn {
	width:100%;
	max-width:800px;
}
select.dropdown1 {
   width:200px;
}
table.buttontable {
	margin:auto;
}
td.last {
    width: 1px;
    white-space: nowrap;
}
table.actions {
    white-space: nowrap;
	width:100%;
}
table.checkboxtable {
	margin:auto;
	border-spacing: 15px 5px;
}
td.actionlabel {
	vertical-align:top;
	padding-top:5px;
}
table.attachments {
    	white-space: nowrap;
	width:50%;
	border-collapse:collapse;
}
table.statuslist {
    	white-space: nowrap;
	width:100%;
	border-collapse:collapse;
}
tr.attachmentrow {
	vertical-align:middle;
	padding:5px;
}
tr.oddattachment {
	vertical-align:middle;
	padding:5px;
	background-color: #f9f9f9;
}
tr.evenattachment {
	vertical-align:middle;
	padding:5px;
}
td.attachmentcell {
   border:1px solid rgba(136,136,136,0.8);
   padding: 5px;
}
td.desc {
   border-left-style:none;
   padding: 5px;
}
td.img {
   border-right-style:none;
   width:10px;
}
table.asset {
	white-space: nowrap;
	width:100%;
	border-collapse:collapse;
}
table.viewasset {
    	white-space: nowrap;
	
    	width: 100%;
	border-collapse:collapse;
}
table.kbentry {
    	white-space: nowrap;
	width:100%;
	border-collapse:collapse;
}
table.allfields {
	width:100%;
	border-collapse:collapse;
}
tr.attachment {
	/*vertical-align:middle;*/
}
tr.odd {
	background-color:#f9f9f9;
}
tr.even {
	background-color:white;
}
a.block {
	display:block;
	padding:5px;
	margin:-5px;
}
tr.odd:hover {
	background-color:whitesmoke;
}
tr.even:hover {
	background-color:whitesmoke;
}
@charset 'UTF-8';
#cssmenu {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-family: Calibri;
  font-size: 12px;
  font-weight: bold;
  color: #8e8e8e;
  width: auto;
}
#cssmenu > ul {
  margin-top: 6px !important;
}
#cssmenu ul {
  /*background: #CDCDCD;
  background: -webkit-linear-gradient(whitesmoke, white,whitesmoke); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(whitesmoke, white,whitesmoke); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(whitesmoke, white, whitesmoke); /* For Firefox 3.6 to 15 */
  background: linear-gradient(whitesmoke, white, whitesmoke); /* Standard syntax */
  border-top: 1px solid #A8A8A8;
  /*-webkit-box-shadow: inset 0 1px 0 #e9e9e9, 0 1px 0 #0564ac, 0 2px 0 #1f78bb, 0 8px 0 #0564ac, 0 9px 0 #044a7f, 0 -1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #e9e9e9, 0 1px 0 #0564ac, 0 2px 0 #1f78bb, 0 8px 0 #0564ac, 0 9px 0 #044a7f, 0 -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 #e9e9e9, 0 1px 0 #0564ac, 0 2px 0 #1f78bb, 0 8px 0 #0564ac, 0 9px 0 #044a7f, 0 -1px 1px rgba(0, 0, 0, 0.1);*/
  height: 27px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul ul {
  border-top: 6px solid #0564ac;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#cssmenu ul ul a {
  line-height: 43px;
}
#cssmenu ul ul ul {
  left: 100%;
  top: 0;
}
#cssmenu li {
  float: left;
  padding: 0px 0px 0px 8px;
}
#cssmenu li a {
  color: #0564ac;
  display: block;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 8px;
  text-align: center;
  text-decoration: none;
}
#cssmenu li a:hover {
border-top-left-radius: 7px;
border-top-right-radius: 7px;
color: white;
background-color: #0564ac;
text-decoration: none;
}
#cssmenu li ul {
  background: #e0e0e0;
  border-left: 2px solid #0564ac;
  border-right: 2px solid #0564ac;
  border-bottom: 2px solid #0564ac;
  display: none;
  height: auto;
  filter: alpha(opacity=95);
  opacity: 0.95;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
		/*left:0;*/

}
#cssmenu li:hover > ul {
  display: block;
}
#cssmenu li li {
  display: block;
  float: none;
  padding: 0px;
  position: relative;
  width: 225px;
}
#cssmenu li ul a {
  display: block;
  font-size: 12px;
  font-style: normal;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover {
  background: #949494;
  color: #000000;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
#cssmenu p {
  clear: left;
}
#cssmenu .active > a {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  background: #0564ac;
  -webkit-box-shadow: 0 -4px 0 #0564ac, 0 -5px 0 #1f78bb, 0 -6px 0 #0564ac;
  -moz-box-shadow: 0 -4px 0 #0564ac, 0 -5px 0 #1f78bb, 0 -6px 0 #0564ac;
  box-shadow: 0 -4px 0 #0564ac, 0 -5px 0 #1f78bb, 0 -6px 0 #0564ac;
  color: #ffffff;
}
#cssmenu .active > a:hover {
  color: white;
}

td.attachbutton {
padding-top:5px;
}
input.attremove {
	width:60px;


	vertical-align:top;
	margin-top:9px\9;
	height:32px; 
	border-radius:5px;	
	background: #0564AC;
	
	border: 1px solid #0564AC;
	
	color: #ffffff;
	
	text-shadow: -1px -1px 1px #037da4;

}
html[data-useragent*='MSIE 10.0'] input.attremove {
  	margin-top:9px;
}
input.attremove:hover {
	background: #049ccc;
	border: 1px solid #048cb8;
	text-shadow: -1px -1px 1px #037da4;
	cursor:pointer;
}
td.linkedin {
position:absolute;
left:60%;
top:70px;
z-index:0;
}
td.announce {
	width: 10%;
	color:red;
}

select.input-validation-error,
input.input-validation-error {
    border-color: #FF0000;
    border-radius: 7px;
}

select.input-validation-error:focus,
input.input-validation-error:focus { 
    outline: none;
    border-color: #FF0000;
    box-shadow: 0 0 10px #FF0000;
}
fieldset {
    border-radius: 10px;
    background: #eef;
    margin: 20px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    position: relative;
    border: 2px groove threedface;
}
legend {
    position: absolute;
    top: -2px;
    background: #fff;
    padding: 10px 20px;
    border: 2px groove threedface;
    border-top: none;
    box-shadow: inset 0 -5px 5px rgba(0,0,0,.2);
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    font-weight: bold;
}
legend span {
    display: block;
    margin: -20px;
    background: #fff;
    padding: 0px 20px;
}
div.basic {
background-color: rgb(195, 192, 255);
}

p.payPal {
	font-size:14px;
}
dl.left {
	width: 50%;
	float: left;
}
dl.right {
	width: 50%;
	float: right;
}
dd.margin{
	margin: 10px 0;
}
dt.margin{
	margin-bottom: 5px;
}
input.login {
	font-weight: bold;
	font-size: 100%;
	padding: 7px;
	width: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	background: #fdfdfd;
}
p.right{
	text-align: right;
	padding-right: 15px;
}
p.right.padding{
	margin-top: 25px;
	text-align: right;
}
label.login {
	font-size: 14px;
}
button.login {
	width: 100%;
}
.margin { margin-top: 5px;}
.budgetCode {
	width:100%;
	border-collapse:collapse;
}
.btn-group {float:right;}

.row.colour {
	padding-top: 10px;
	padding-bottom: 10px;
background-color:#0F61A1;
	background-color: rgba(5,99,172,1);
	border: 1px solid #ddd;
	border: 1px solid rgba(86,61,124,.2);
	margin-right: 0px;
}
span.head {
	color: #FFFFFF;
	font-weight: Bold;
	font-size: 14px;
}
span.bold {
	font-weight: Bold;
	font-size: 14px;
}
.row.colour.odd {
background-color:RGBA( 15 , 97 , 161 , 0.1 );
	background-color: rgba(16, 0, 255, 0.05)
}
.row.colour.even {
	background-color: white;
	background-color: rgba(255,255,255,1);
}
@media (Max-Width:767px) {
.row-xs-offset-1 div[class*="col-xs"] {
	margin-left: 8.333333333333332%%;
	margin-right: 8.333333333333332%%;
	margin-top :5px;
	}
.row-xs-offset-1.margin div:first-child[class*="col-xs"] {
	margin-left: 8.333333333333332%%;
	margin-right: 8.333333333333332%%;
	margin-top :0px;
	}
}
.formTitle {
	font-weight: bold;
	font-family: Arial, Helvetica;
	font-size: 18px;
}
#ticket-list .row .relative {
  position: relative;
}
#ticket-list .align-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
h3 {
  margin: 5px 0; !important
}
#ticket-list .timestamp {
  color: #666;
  position: absolute;
  bottom: 10px;
  right: 50px;
}
#ticket-list .comment {
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
}
.chevron-primary-large-up {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #1d7bce;
  border-top: none;
}
[class^=chevron-], [class*=" chevron-"] {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  margin: 17px 5px;
}
.collapse {
  display: none;
}
.chevron-primary-large-down {
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #1d7bce;
  border-bottom: none;
}
#ticket-list .data-toggle {
  margin-bottom: 10px;
  margin-right: 10px;
}
.pointer {
	cursor: pointer;
}
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout-info {
  border-left-color: #1b809e;
}
.profile-intro-bgheader {
  background-color: #fdfdfd;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(43,50,57,.15);
  position: absolute;
  min-height: 195px;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
.profile-intro-bgheader {
  min-height: 85px;
}
}
.profile-intro-header .profile-details {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}


.profile-intro-header .profile-pic {
  margin-top: 23px;
  -webkit-flex-basis: 175px;
  -ms-flex-preferred-size: 175px;
  flex-basis: 175px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.profile-intro-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px){
.profile-intro-header .profile-pic {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}}


.profile-intro-header .profile-details {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 768px){
.profile-intro-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}}
.profile-intro-header .profile-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 768px){
.profile-intro-header .profile-title {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-grow: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  margin-top: 14px;
  text-align: left;
}}

.profile-intro-header .profile-title .profile-full-name {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-weight: 400;
  font-size: 23px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px){
.profile-intro-header .profile-title .profile-full-name {
  -webkit-flex-basis: initial;
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 15px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}}

.profile-intro-header .profile-title .profile-email {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px){
.profile-intro-header .profile-title .profile-email {
  -webkit-flex-basis: initial;
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}}


.profile-intro-header .profile-title .profile-edit {
  padding-top: 5px;
}
@media screen and (min-width: 768px){
.profile-intro-header .profile-title .profile-edit{
  padding-top: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}}



.profile-bio {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
}
@media screen and (min-width: 768px){
.profile-bio {
  padding-top: 40px;
  margin: 0;
}}
@media screen and (min-width: 1200px){
.profile-bio {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}}


.profile-bio .profile-facts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1200px){
.profile-bio .profile-facts {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-right: 15px;
}}


.profile-bio .profile-facts .profile-facts-location, .profile-facts-phone {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 10px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px){
.profile-bio .profile-facts .profile-facts-location, .profile-facts-phone {
  margin: 0 20px 8px 0;
}}

.profile-bio .information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #4e5b68;
}
@media screen and (min-width: 768px){
.profile-bio .information {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}}
.margin-right-5 {
	margin-right: 5px;
}
.margin-left-5 {
	margin-left: 5px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-20 {
	margin-right: 20px;
}
.margin-left-10 {
	margin-left: 10px;
}
.brand-logo:hover {

	color:white;
}
.buttons {
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(43,50,57,.15);
}
ul.side-nav li.logo {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;15:05 15/05/2015
}
.profile {
	width: 140px;
	height: 140px;
}
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }

.collection-header-colour {
  background-color: #E3F2FD !important;
}
a.no-hover:hover {
	text-decoration: none;
}
.collection .collection-item.avatar i.circle.avatar-small{
  width: 23px;
  line-height: 22px;
  height: 23px;
}
.collection .collection-item.avatar.avatar-small {
  height: 43px;
}
.collapsible-header.no-bottom-border {
  border-bottom: 0px;
}
.collection.no-border {
  border: 0px;	
}
div.height-100 img {
	max-height: 100px;
}

.file-field input.file-path.margin-left-200 {
  margin-left: 200px;
  width: calc(100% - 200px);
}
.btn-flat.top {
	vertical-align: top;
}
.row.no-margin-bottom{
	margin-bottom:0px;
}
.no-underline:hover {
	text-decoration: none;
}
.no-colour:hover{
	color: white;
}
.width-100pc {
	width: 100%;
}
nav a:hover, a:focus {
  color: white;
  text-decoration: none;
}

a.waves-effect.waves-light.btn-large:hover, a.waves-effect.waves-light.btn-large:focus {
  color: black;
  text-decoration: none;
}
.chosen-label {
	font-size: 1rem;
	margin-bottom: 10px;
	display: block;
}
#form1 p.error {
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
  left: initial;
}
#form label.error {
  font-weight: bold;
  color: #EA5200;
}
.textarea {
display: inline-block;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  margin-right: 5px;
  margin-left: 0;
  padding: 5px 12px;
  line-height: 20px;
  margin: 0 5px 10px 0;
  border-radius: 0px;
}
.textarea:focus{
   outline: none;
  border-bottom: 1px solid #0F61A1;
  box-shadow: 0 1px 0 0 #0F61A1;
}
.textarea:focus.error{
	border-bottom: 1px solid red;
	box-shadow: 0 1px 0 0 red;
}
input[type=text].minput,
input[type=number].minput,
input[type=email].minput
{
width: 100%;
display: inline-block;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  margin-right: 5px;
  margin-left: 0;
  padding: 5px 5px 5px 5px;
  line-height: 20px;
  margin: 0 5px 10px 0;
  border-radius: 0px;
}
input[type=password].minput,
input[type=time],
input[type=date],
select[size],
textarea {
    width: 100%;
    display: inline-block;
    border: 1px solid #d1d1d1;
    background: #ffffff;
    margin-right: 5px;
    margin-left: 0;
    padding: 5px 5px 5px 5px;
    line-height: 20px;
    margin: 0 5px 10px 0;
    border-radius: 0px;
}
input[type=search] {
    /* width: 100%; */
    display: inline-block;
    border: 1px solid #d1d1d1;
    background: #ffffff;
    margin-right: 5px;
    margin-left: 0;
    /* padding: 5px 5px 5px 5px; */
    /* line-height: 20px; */
    margin: 0 5px 10px 0;
    border-radius: 0px;
}
#sitename, #username {
	width: 100%;
}
#field12cat1 tr, #field12cat1 td, #field1cat1 tr, #field1cat1 td{
	display: block;
}
.att-label {
  color: #9e9e9e;
  font-size: 1rem;
}

/*.att-label.active {
  color: #0F61A1;
  font-size: 1rem;
}*/
.attch-label {
  /* margin-bottom: 5px; */
  padding-right: 15px;
  color: #9e9e9e;
  /* top: 0.8rem; */
  /* left: 0.75rem; */
  font-size: 1rem;
}
.margin-top-15 {
	/* margin-top: 15px; */
}
.italic {
  font-style: italic;
}
.block {
	display: block;
}
input[type=text]:focus:not([readonly]).error {
	  border-bottom: 1px solid red;
  box-shadow: 0 1px 0 0 red;
}
#login-box form input[type="text"],
#login-box form input[type="email"],
#login-box form input[type="password"],
#login-box form textarea,
#emailAddress {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	/*	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/*background: rgba(234, 231, 231, 0.5) url(images/password.png) no-repeat;*/
	border: 1px solid #c8c8c8;
	color: #777;
	/* font: 13px Helvetica, Arial, sans-serif; */
	margin: 0 0 10px;
	padding: 15px 10px 15px 40px;
	width: 100%;
}
#login-box form input[type="password"] {
	background: rgba(234, 231, 231, 0.5) url(images/password.png) no-repeat;
}
#login-box form input[type="email"],
#emailAddress {
	background: rgba(234, 231, 231, 0.5) url(images/email.png) no-repeat;
}
#login-box form input[type="text"] {
	background: rgba(234, 231, 231, 0.5) url(images/username.png) no-repeat;
}
#login-box form input[type="text"].phoneNumber {
	background: rgba(234, 231, 231, 0.5) url(images/phone.png) no-repeat;
}
#login-box form input[type="text"].emailAddress {
	background: rgba(234, 231, 231, 0.5) url(images/email.png) no-repeat;
}
#login-box form textarea.siteAddress{
	height: 8rem;
	background: rgba(234, 231, 231, 0.5) url(images/siteAddress.png) no-repeat;
}
#login-box form input[type="text"]:focus,
#login-box form input[type="email"]:focus,
#login-box form textarea:focus,
#login-box form input[type="password"]:focus {
	-webkit-box-shadow: 0 0 2px #0F61A1 inset;
	-moz-box-shadow: 0 0 2px #0F61A1 inset;
	-ms-box-shadow: 0 0 2px #0F61A1 inset;
	-o-box-shadow: 0 0 2px #0F61A1 inset;
	box-shadow: 0 0 2px #0F61A1 inset;
	background-color: #fff;
	border: 1px solid #0F61A1;
	outline: none;
}
#username { background-position: 10px 10px !important }
#email,
#emailAddress,
.login-input 
{
    background-position: 10px 10px !important;
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
 }
#password { background-position: 10px 10px !important }
.login-checkbox, .login-forgot {
	text-align: center;
}
@media only screen and (min-width: 601px) {
.login-checkbox {
	text-align: left;
}
.login-forgot {
	text-align: right;
}
}
.other-login {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  width: 100%;
  text-align: center;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: rgba(15, 97, 161, 0.7);
}

input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
   color: rgba(15, 97, 161, 0.7); 
}

input::-moz-placeholder,
textarea::-moz-placeholder
 {  /* Firefox 19+ */
   color: rgba(15, 97, 161, 0.7);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder
 {  
   color: rgba(15, 97, 161, 0.7);
}
.flex-display{
	display: flex;
	}
.flex-auto {
    flex: 4 1 auto;
 }	
.loggedUser{
    font-weight: bold;
	}
	
.reqHead {
    margin: 0 5px 0 5px;
	}
#requestlist_wrapper select {
}
#requestlist_wrapper select.browser-default
,#requestlist2_wrapper select.browser-default
 {
    display: inline;
	width: initial;
}
#requestlist_length label{
	width: 100%;
	}
.showOneDiv {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.showOneDivItem {
	flex: 1 100%;
	text-align: center;
	margin-top: 10px;
}
@media all and (min-width: 600px) {
  .showOneDivItem { flex: 1 auto;

  }
}
.timeField {
	width: 100%;
}
.large-icon  {
	padding-bottom: 10px;
	font-size: 40px;
}
.globalAnnouncement {
	/* background-color: #0F61A1 !important; */
}
.globalAnnouncementContent {
	color: #000000;
	/* opacity: 0.87; */
}
.webWelcomeMessage {
	/* background-color: #0F61A1 !important; */
}

.card-panel.webWelcomeMessage {}
.webWelcomeMessageContent {
	color: #000000;
	/* opacity: 0.87; */
}
.areaAnnouncement {
background-color:#0F61A1 !important;
	margin-top:20px !important;
}
.announceDate,
.announceText {
	color: #FFFFFF;
	/* opacity: 0.87; */
}
.fpFail {
	background-color: #EF5350 !important;
}
.fpFailText {
	color: #FFFFFF;
}

.fpSuccess {
	background-color: #C8E6C9 !important;
}
.fpSuccessText {
	color: #000000;
}
.nAnnounce {
	padding: 15px 0 15px 0;
}
.nAnnounce.last {
	margin-bottom: 20px;
}
.nAnnounce.first {
	padding-bottom: 20px;
}
#announceBox {
	font-size: 15px;
}
#dtTop input[type=search] {
	height: 25px;
	width: 60%;
}
#dtTop label {
	width: 100%;
	font-weight: bold;
	color: #9e9e9e;
    font-size: 1rem;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
#loginMain {
	background-color: #FAFAFA;
}
#ticket-list div.row {
	margin-bottom:0;
}
#attremove1,
#attremove2,
#attremove3 {
	margin-left:-20px;
}
form textarea {
	height: 8rem;
}
.reqList td {
	padding: 0 0 10px 0;
}
.file-path {
	padding: 0 15px 0 15px;
    height: 3rem;	
}	
.file-path.valid {
	border-color: green;
}
.blackText {
	color: rgba(0,0,0,0.87) !important;
}
.whiteText {
	color: rgba(255,255,255,1) !important;
}
.pColour {
background-color:#0F61A1 !important;
}
.ORLogo {
	height: 60px;
}
.logo > .ORLogo {
	height: 100%;
	width: 200px;
   -webkit-filter: invert(1);
   filter: invert(1);

}
#dtTop .dataTables_filter {
	width:100%;
}
.comment > pre {
 white-space: pre-wrap;/* css-3 */
 white-space: -moz-pre-wrap;/* Mozilla, since 1999 */
 white-space: -pre-wrap;/* Opera 4-6 */
 white-space: -o-pre-wrap;/* Opera 7 */
 word-wrap: break-word;/* Internet Explorer 5.5+ */
 word-break:break-word;
 font-size: inherit;
 font-family: inherit;
 color: inherit;
 padding: 10px 20px 10px 20px;
}


@media print
{
.noprint {display:none;}
.doprint {display:block !important;}
}

.fieldHint > i.iconColour {
	color: green;
	cursor: help;
}

div.flex{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    flex: 1;
}

@media only screen and (max-width: 992px) {
  .right.center { float: none !important; }}

#buttonBar { text-align: center;}

.categoryBox {
/*	padding: 1.5em 1em;
	border: 1px solid #e0e0e0;
	margin: 0 1em; */
}
.categoryBox p {
	color: red;
}
.categoryBox div {
    min-height: 130px;
    padding: 1.5em 1em; 
    border: 1px solid #e0e0e0; 
    margin: 1em 1em; 
}

.categoryBox div:hover {
	background-color: #F1F2F2;
}
.categoryBoxTitle {
	margin-bottom: 1em;
}

.catalog-wrapper {
    height: auto;
    margin: 0 auto;
    border-radius: 0;
	width: 90%;
}
.catalog-container {
	overflow: hidden;
    padding: 30px 10px 10px 10px;
}
.catalog-sidebar {
	width: 30%;
	float: left;
}
.catalog-title, .title {
    text-transform: uppercase;
    color: inherit;
    margin: 30px 0 10px 0;
    font-size: 15px;
    font-weight: 500;
}
.catalog-display{
	width: 70%;
    min-height: 700px;
    border-left: 1px solid #A2A2A2;
	float: left;
}
.ajaxLoader {
	height: 200px;
	background:url("/images/loader1.gif") center center no-repeat;
}
.catalog-item {
	height: 300px;
    width: 300px;
    padding: 20px;
    cursor: pointer;
	float: left;
}
.catalog-item:hover {
	background-color: #EDF5F6;
}
.catalog-item-name {
	margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
}
.catalog-item-desc { 
	color: #777;
    font-size: 12px;
    word-break: break-all;
	min-height: 17px;
    height:4.5em;
    white-space:pre-line !important;
}

.catalog-item-name, .catalog-item-desc {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.catalog-item-pic {
	height: 160px;
    width: 100%;
    background: #fff;
    text-align: center;
    line-height: 160px;
	position: relative;
}

.catalog-item-pic img {
	max-height: 100%;
	max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);	
}
.catalog-item-detail {
	margin-top: 10px;
}
.catalog-item-container {
	margin: 0 0 0px 0px;
}
.catalog-sidebar ul li {
    list-style-type: none;
    padding: 10px;
    border-left: 2px solid #fff;
}

.catalog-sidebar ul li:hover {
	background-color: rgba(15, 97, 161, 0.3);
    border-left: 3px solid #0F61A1;
}
.catalog-sidebar ul li.active {
	background-color: #0F61A1;
    border-left: 3px solid #0F61A1;
}

.catalog-sidebar ul li a {
    color: #9E9F9F;
    display: inline-block;
    font-size: 15px;
    vertical-align: bottom;
    font-weight: 300;
    width: 82%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}
.catalog-item-price {
	border-top: 1px solid #95C6D0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
    color: #000;
}

.service-item-info {
	width: 70%;
	float: left;
}

.service-item-desc {
	width:70%;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.row-eq-height.border-bottom {
    /*border-bottom: 1px solid #ccc;*/
}

.service-item-wrapper {
	margin: 15px 15px 0 15px;
}
.service-item-systeminfo {
	padding: 20px 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
    z-index: 100;
}
.service-item-creator {
	float: right;
}
.service-item-price {
	
    font-weight: bold;
    color: #000;
    margin: 4px 0;
}

.service-item-btn-wrapper,
.service-item-img-wrapper  {
	width: 30%;
	padding: 15px 15px 15px 15px;
	float: left;
	text-align: center;
}
.service-item-btn-wrapper > button {
	width:60%;
}
.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: white;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: rgba(47,151,236,1);
    margin-right: 5px;
}
.catalog-sidebar ul li:hover a {
	color: black;
}
.catalog-sidebar ul li.active a {
	color: white;
}
.faq-list-head {
	padding: 20px 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
    z-index: 100;
	overflow: hidden;
}
.service-item-delivery {
	margin: 0 15px 0 15px;
}
.service-item-delivery span {
	color: red;
}

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb:first-child:before {
  display: none;
}

.breadcrumb:last-child {
  color: #fff;
}

.faq-list-head .left {
	display: table;
	width: 50%;
	height: 36px;
}

.kbSearchForm {
	display: table-cell;
	vertical-align: middle;
}
.kbSearchForm button {
	margin-left: -110px;
	width: 110px;
}
.kbSearchBar {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    width: 100%;
    outline: none;
    border: 1px solid #dadada;
    background: #f9f9f9;
    font: 300 13px Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 18px;
    color: #78787d;
	height: 36px;
    padding: 14px 124px 14px 14px;
    resize: none;
}

.kbLink {
	color: darkslategrey;
	text-decoration: none;
}

.kbLink:hover {
	text-decoration: none;
}

.kbMatchHeader {
    padding: 10px 0px 25px 15px;
}
.articleInfo {
    width: 78px;
    float: left;
    margin-right: 2rem;
    margin-left: 8px;
	text-align: center;
}

.articleInfo .viewCount {
	font-weight: 500;
	font-size: 1.8rem;
}
.summary {
	float: left;
    width: 80%;
}
.summary h5 {
	margin: 0;
	margin-bottom: 0.5em;
}
.article {
    padding: 12px 0 10px 0;
    border-bottom: 1px solid #e4e6e8;
    overflow: hidden;
    float: left;
    width: 100%;
}
.articleList {
	clear: both;
    float: left;
    margin-bottom: 20px;
	width: 100%;
}

.desc {
    padding: 0;
    padding-bottom: 15px;
    margin: 0;
    color: #78787d;
	max-height: 50px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
}
.tags {
	padding-bottom: 5px;
}
.rating {
    padding: 7px 0 5px 0;
    font-size: 22px;
}
.rating span 	{
	width: 100%;
}
.positiveRating {
	color: green;
}
.negativeRating {
	color: red;
}
.ratingBreakdown {
	float:left;
	width: 50%;
}



.servicemodal {
    display: none ; 
    position: fixed ; 
    z-index: 1 ; 
    left: 0 ;
    top: 0 ;
    width: 100% ; 
    height: 100% ; 
    overflow: auto ; 
    background-color: rgb(0,0,0) ; 
    background-color: rgba(0,0,0,0.4) ; 
}

.servicemodal-content .container {
    width: 100% ; 
}

/* Modal Content/Box */
.servicemodal-content {
    background-color: #fefefe ;
    margin: 5% auto ; /* 5% from the top and centered */
    padding: 20px ;
    border: 1px solid #888 ;
    width: 80% ; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.serviceclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.serviceclose:hover,
.serviceclose:focus {
    color: black
    text-decoration: none; 
    cursor: pointer;
}


.service-pic {
  margin-top: 23px;
  max-height: 100%;
  max-width: 100%;
}


.service-img {
  max-height: 100%;
  max-width: 100%;
}


.service-btn {
  min-width: 300px;
  width:40%;
  margin-top:5px;
}


.serviceIssue {
background-color:#0F61A1 !important;
	margin-top:20px !important;
}


.buttondivider{
    width:5px;
    height:auto;
    display:inline-block;
}

.ajaxLoaderSmall {
	height: 16px;
	width: 16px;
	margin-top: 18px;
	background:url("/images/loader2.gif") center center no-repeat;
}

.line-height-40 {
	line-height: 40px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-left-30 {
	margin-left: 30px;
}


.servicestatustext {
   overflow: hidden;
   word-wrap: break-word;
   text-overflow: ellipsis;
   text-transform: uppercase;
   font-weight:500;
   font-size:20px;
   white-space: nowrap;
}

.servicestatustext.fontblue {
   color:#0F61A1;
}
.servicestatustext.fontgreen {
   color:green;
}
.servicestatustext.fontred {
   color:red;
}

.servicenametext{
   color:#222222;
   font-size:20px;
   display:inline-block;
}

.myservice-item {
    cursor: pointer;
}
.myservice-item:hover {
	background-color: #EDF5F6;
}


.subsectionliner{
	border-color:#e0e0e0;
	border-top-width:1px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-style:solid;
	opacity:0.4;
	clear:both;
	width:100%;
}

.subsectionliner.dark{
	border-color:#222222;
}

.subsectionliner.light{
	border-color:#e0e0e0;
}

.servicecategoryheader{
	font-family:'Segoe UI Light', 'Segoe UI', Arial, sans-serif;
	font-size: 30px;
	line-height:34px;
	color: #222222;
	float:left;	
	width: 100%;
	padding-bottom: 10px;
	padding-top: 30px;
}

.servicecategoryheader.large{
	font-size: 40px;
	padding-bottom: 20px;
}

.servicecategoryheader.xlarge{
	font-size: 40px;
	padding-bottom: 20px;
	padding-top: 50px;
}

.myservice-container{
   padding-left: 10px;
   padding-right: 10px;
}

.myservice-collection{
   border-top-color:#ffffff !important;
   border-bottom-color:#ffffff !important;
   border-right-color:#ffffff !important;
   border-left-color:#ffffff !important;
}

.myservice-latestupdate{
   font-family:'Segoe UI Semibold', 'Segoe UI', Arial, sans-serif;
   font-size: 15px;
   line-height: 18px;
   float: left;
   padding-left: 20px;
   margin-top: 2px;
   margin-bottom: 3px;
   color: #222222;
}

.myservice-details{
   font-size: 15px;
   line-height: 18px;
   float: left;
   padding-left: 20px;
   margin-top: 2px;
   margin-bottom: 3px;
   color: #222222;
}


.padding-left-20{
	padding-left: 20px !important;
}


.servicenostatus.col {
    width: 0px;
}

.servicestatus.col {
    width: 200px;
}

.servicenostatus.collection-item {
    display: none;
}

.myservice-latestupdate.empty{
	display: none;

}


@media screen and (min-width: 1224px) {
  .servicenostatus.col {
    width: 200px;
  }
  
  .servicenostatus.collection-item{
    display: block;
  }
  
  .myservice-latestupdate.empty{
    display: block;
  }
  
}

#servicetickets_wrapper{
	padding-left:10px;
	padding-right:10px;
}

#servicetickets_wrapper select {
}
#servicetickets_wrapper select.browser-default
,#servicetickets_wrapper select.browser-default
 {
    display: inline;
	width: initial;
}
#servicetickets_length label{
	width: 100%;
}


.svcatalog-item {
	height: 300px;
    width: 300px;
    padding: 20px;
    cursor: pointer;
	float: left;
}
.svcatalog-item:hover {
	background-color: #EDF5F6;
}
.svcatalog-item-name {
	margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
}
.svcatalog-item-desc { 
	color: #777;
    font-size: 12px;
    word-break: break-word;
	min-height: 17px;
    height:4.5em;
    white-space:pre-line !important;
}

.svcatalog-item-name, .svcatalog-item-desc {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.svcatalog-item-pic {
	height: 160px;
    width: 100%;
    background: #fff;
    text-align: center;
    line-height: 160px;
	position: relative;
}

.svcatalog-item-pic img {
	max-height: 100%;
	max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);	
}
.svcatalog-item-detail {
	margin-top: 10px;
}
.svcatalog-item-container {
	margin: 0 0 0px 0px;
}

.svcatalog-item-price {
	border-top: 1px solid #95C6D0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
    color: #000;
}


.ajaxSmallLoader {
	height: 50px;
	background:url("/images/loader.gif") center center no-repeat;
}


.addresschangelink {
	color: #0066c0;
	text-decoration: none;
	cursor:pointer;
}

.addresschangelink:hover { 
    color: orange !important;
}

.address-box { 
	border-top-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}

.address-item-text { 
	font-weight: normal !important;
	color:#111 !important;
	font-size: 13px !important;
	font-family: Arial,sans-serif !important;
	width: 100% !important;
	
	
	
}

[type="radio"]:checked + label:after {
	background-color: #0F61A1 !important;
	border-top-color: #0F61A1 !important;
	border-bottom-color: #0F61A1 !important;
	border-left-color: #0F61A1 !important;
	border-right-color: #0F61A1 !important;
}

.address-row { 
	width: 100%;
	background-color: #FFFFFF;	
	padding-top:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	
}

.address-row-selected { 
	width: 100%;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color: #F3F3FF;
	border-top-color: #0F61A1;
	border-bottom-color: #0F61A1;
	border-left-color: #0F61A1;
	border-right-color: #0F61A1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.address-heading{
	font-weight:700;
	font-size: 17px;
	line-height:1.255;
	font-family:Arial,sans-serif;
	color: black;
	margin-top:10px;
	margin-bottom:5px;
}

.v-space-10{
	margin-bottom:10px !important;
}

.v-space-20{
	margin-bottom:20px !important;
}

.h-space-10{
	margin-right:10px !important;
}

.h-space-20{
	margin-right:20px !important;
}


.att-label.addressinput {
  padding-top:8px;
  color:black;
  font-weight:normal;
  font-size:0.9rem;
}

.att-label.addresscheck {
  color:black;
  font-weight:normal;
  font-size:0.9rem;
}


.servicemodal-content.addressmodal {
    max-width: 800px !important;
}

.ajaxLoaderDel {
	height: 16px;
	width: 16px;
	margin-top: 10px;
	margin-right: 10px;
	background:url("/images/loader2.gif") center center no-repeat;
}

.ajaxLoaderSave {
	height: 16px;
	width: 16px;
	margin-top: 10px;
	margin-right: 10px;
	background:url("/images/loader3.gif") center center no-repeat;
}

.importantCategory {
	border-left: 3px solid #0F61A1 !important;
}

.myprofilepic-container {
	border-radius: 50%;
	background: white;
	padding:4px;
	border-color: #EEEEEE;
	border-width:2px;
	border-style: solid;
	margin: 25px 10px 10px 10px;
}

.myprofilepic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: block;
}

@media screen and (min-width: 768px){
.myprofilepic {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}}

.myprofile-intro-bgheader {
  background-color: #EEEEEE;
  margin-bottom: 22px;
  position: absolute;
  min-height: 295px;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
.myprofile-intro-bgheader {
  min-height: 85px;
}}


.profile-intro-header .profile-title .myprofile-full-name {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-weight: 400;
  font-size: 23px;
  margin: 0px 0px 0px 0px;
}
@media screen and (min-width: 768px){
.profile-intro-header .profile-title .myprofile-full-name {
  -webkit-flex-basis: initial;
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 15px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}}

.profile-intro-header .profile-title .myprofile-email {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
  margin-bottom:10px;
}
@media screen and (min-width: 768px){
.profile-intro-header .profile-title .myprofile-email {
  -webkit-flex-basis: initial;
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom:0px;
}}


.myprofile-bio {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  margin-top:10px;
}
@media screen and (min-width: 768px){
.myprofile-bio {
  margin: 0;
}}
@media screen and (min-width: 1200px){
.myprofile-bio {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}}

.myprofile-bio .profile-facts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1200px){
.myprofile-bio .profile-facts {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-right: 15px;
}}


.myprofile-bio .profile-facts .profile-facts-location, .profile-facts-phone {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 10px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px){
.myprofile-bio .profile-facts .profile-facts-location, .profile-facts-phone {
  margin: 0 20px 8px 0;
}}

.myprofile-bio .information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #4e5b68;
}
@media screen and (min-width: 768px){
.myprofile-bio .information {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}}

.profile-edit .btn{
	text-transform: inherit;
}


.container ul { 
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}



@media screen and (min-width: 601px){
.container .lessindent  {
  width:90%;
}}

@media screen and (min-width: 993px){
.container .lessindent  {
  width:80%;
}}




.buttonholder3 .buttonholder3-button {
	position: relative;
	padding-left:0;
	padding-right:0;
	min-height:1px;
	padding-bottom:10px;
	width:100%;
	float: left;
}


@media screen and (min-width: 1100px){
.buttonholder3 .leftbutton  {
  width:33%;
  padding-right:10px;
  float: left;
  height: 100%;
}}

@media screen and (min-width: 1100px){
.buttonholder3 .middlebutton  {
  width:34%;
  float: left;
  height: 100%;
}}

@media screen and (min-width: 1100px){
.buttonholder3 .rightbutton  {
  width:33%;
  padding-left:10px;
  float: left;
  height: 100%;
}}

.buttonholder3 .btn-large{
	height: 45px;
	line-height: 3rem;
	text-transform: inherit;
}

@media screen and (min-width: 1100px){
.buttonholder3 .btn-large{
	text-align: left;
}}

.container .nosideborder{
	border-left-style: none;
	border-right-style: none;
	margin-top: 35px;
	margin-bottom: 40px;
}

.container .nosideborder .collection-item{
	text-decoration: underline;
}




.announcementnew{
	padding: 20px;
	margin: 15px 0 1rem 0;
	background-color: #EEEEEE;
	display: flex;
	align-items: center;
}

.myprofile .announcementnew{
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}

.announcementnew h19{
	font-weight: bold;
	font-size: medium;
	line-height: 2rem;
}

.announcementnew-imgcontainer {
	height: 32px;
	width: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-left:10px;
	margin-right:20px;
}

.announcementnew-img {
	height: 32px;
	width: 32px;
	display: inline-block;
	vertical-align: middle;
}

.announcementnew-text {
	display: inline-block;
	vertical-align: middle;
}


.dashboardtitle{
	margin-top:15px;

}

@media screen and (min-width: 768px){
.dashboardtitle{
	margin-top:0px;

}}


.dashboardtitle h20{
	font-weight:bold;
	font-size:30px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	display:block;
}

@media screen and (min-width: 768px){
.dashboardtitle h20 {
  text-align: right;
}}


.buttonholder3-button .buttonhint-container{
	position:relative;
    margin: 58px 0px 10px 0px;
	padding: 2px;
    border-width: 2px;
	border-style: solid;
	background-color: white !important;
	height:100%;
}


.buttonholder3-button .buttonhint-container:after {
    content: "\0020";
    display:block;
    position:absolute;
    top:-12px;
    left:18px;
    z-index:2;
    width: 0;
    height: 0;
    overflow:hidden;
    border: solid 12px transparent;
    border-top: 0;
    border-bottom-color:inherit;
}

.buttonholder3-button .red {
  border-color: #F44336 !important; }
 
.buttonholder3-button  .pink {
  border-color: #e91e63 !important; }
  
.buttonholder3-button  .purple {
  border-color: #9c27b0 !important; }
  
.buttonholder3-button  .deep-purple {
  border-color: #673ab7 !important; }

.buttonholder3-button  .indigo {
  border-color: #3f51b5 !important; }

.buttonholder3-button  .blue {
  border-color: #0F61A1 !important; }  

.buttonholder3-button  .light-blue {
  border-color: #03a9f4 !important; }
 
.buttonholder3-button .cyan {
  border-color: #00bcd4 !important; }
  
.buttonholder3-button  .teal {
  border-color: #009688 !important; }
  
.buttonholder3-button  .green {
  border-color: #4CAF50 !important; }
  
.buttonholder3-button .light-green {
  border-color: #8bc34a !important; }
  
.buttonholder3-button  .lime {
  border-color: #cddc39 !important; }
  
.buttonholder3-button  .yellow {
  border-color: #ffeb3b !important; }
  
.buttonholder3-button  .amber {
  border-color: #ffc107 !important; }
  
.buttonholder3-button  .orange {
  border-color: #ff9800 !important; }
  
.buttonholder3-button  .deep-orange {
  border-color: #ff5722 !important; }
  
.buttonholder3-button  .brown {
  border-color: #795548 !important; }
  
.buttonholder3-button  .blue-grey {
  border-color: #607d8b !important; }
  
.buttonholder3-button  .grey {
  border-color: #9e9e9e !important; }
  
.buttonholder3-button  .black {
  border-color: #000000 !important; }

.buttonholder3-button .buttonhint-container .buttonhint-container-content{
	position:relative;
	background-color: white !important;
	margin:0;
	padding:8px 8px 4px 8px;
}

.buttonholder3-button .buttonhint-container .buttonhint-container-content:after {
    content: "\0020";
    display:block;
    position:absolute;
    top:-11px;
    left:18px;
    z-index:3;
    width: 0;
    height: 0;
    overflow:hidden;
    border: solid 10px transparent;
    border-top: 0;
    border-bottom-color:white;
}

.buttonholder3-button .buttonhint-container h21{
	font-weight: bold;
	font-size: 14px;
}

.buttonholder3-button .buttonhint-container p{
	font-size: 11px;
}

.v-space-40{
	margin-bottom:40px !important;
}

#nav-mobile.side-nav {
	background-color: #0f61a1;
}