/* stylesheet for litmus hub  created to mimic that of current theme cecis and may need amending on theme change */

.admin-bar > .navbar-fixed-top {
  top: 32px !important;
  }

@media screen and (max-width: 767px) {
  .admin-bar > .navbar-fixed-top {
  top: 46px !important;
  }
}

.litmus_container h2 {
    display: inline-block;
    margin-top: 32px;
    margin-bottom: 64px;
    padding-bottom: 16px;
    position: relative;
}
.litmus_container h2:before{
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 1px solid #dddddd;
}	

#hub-menu {
    background-color: #19468a;
}

/* Litmus Template */
.hub-menu {
    color: #6d7783;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;	
    word-spacing: 0;
    letter-spacing: 0;
    line-height: 90px;
    text-align: center;
}

#hub-menu-bar {
    z-index: 1000;
    top: 95px;
    margin-left: 0px;
    box-shadow: 0 5px 0px #eeeeee;
}

#hub-menu a {
	color: white;
}

#hub-menu li {
	width:11%;
}

#hublogo {
	font-size: x-large;
	font-weight: 500;
	
}

#logout-button {
	border-style: solid;
	border-width: thin;
	padding:10px;
	color:#ffffff;
}

.support-button {
    background-color: #19468A;
    color: white;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 4px;	
}

#support-button-link {
	color: white;
}

.support-button:hover {
  opacity: 1;
  right: 0;
}

#support-footer-line {
    margin-top: 32px;
  /*   padding-bottom: 64px; */
    position: relative;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
	width: 33%;
	border-bottom: 1px solid #dddddd;
}

#support-footer {
	text-align: center;
	margin-top: 64px;
	margin-bottom: 64px;	
    position: relative;
}
#support-footer-line before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 1px solid #dddddd;
}	

/* Content Hub */
.ServiceGrid {
	padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ServiceGridProductName {
	font-family: inherit;
	padding-top: 16px;
}

/* Reports */

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.clientsearch, .taxsearch, .yearsearch, .monthsearch, searchTerm  {
  width: 100%;
  height: 36px !important;
  border-right: -1px !important;
  padding: 5px !important;
  border-radius: 5px 5px 5px 5px !important;
  outline: none;
  /* color: #fe8d3f !important; */
  background-color: #FAFAFA !important;
}

.searchTerm {
  width: 100%;
  height: 36px !important;
  border-right: -1px !important;
  padding: 5px;
  border-radius: 5px 5px 5px 5px !important;
  outline: none;
 /* TJW removed  color: #fe8d3f !important; */
  background-color: #FAFAFA !important;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
    width: 100%;
    position:relative;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #fe8d3f;
  background: #fe8d3f;
  text-align: center;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  font-size: 20px;
}

.SupplierGridProductName {
	font-family: inherit;
	margin-top: 16px;
}
/* LIT-63 */
p.SupplierGridProductName {
    overflow-wrap: anywhere;
    word-wrap:break-word;
}	
	
.dateTitle {
	text-transform: uppercase;
	color:#333333;
	margin-top: 32px;
}	

	
/* centered columns styles */
.row-left {
    text-align:left;
}
.col-left {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: left;
}	
	

/* Hub service providers */
	

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.suppliercatsearch{
  width: 100%;
  height: 36px !important;
  border-right: none !important;
  padding: 5px !important;
  border-radius: 5px 0 0 5px !important;
  outline: none;
  // color: #fe8d3f !important;
  background-color: #FAFAFA !important;
}



.searchTerm {
  width: 100%;
  height: 36px !important;
  border-right: none !important;
  padding: 5px;
  border-radius: 5px 0 0 5px !important;
  outline: none;
  background-color: #FAFAFA !important;
}

.searchTerm:focus{
  color: #00B4CC;
}

.modal-content input, textarea {
	border: 2px;
    padding: 10px;
    width: 265px;
    border-color: #cccccc;
    border-style: solid;
    font-size: 12px;
}

.sendButton {
  /* width: 40px; */
  /* height: 36px; */
  border: 1px solid #fe8d3f;
  background: #fe8d3f;
  text-align: center;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  font-size: 13px;
  padding: 5px 30px;
}

.modal-content input {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.modal-content textarea {
    height: 125px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}



/*Resize the wrap to see the search bar change!*/
.XXXwrap{
  width: 30%;
} 

/* <?php 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}	?> */
	
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
  background-color: #eeeeee;
  margin: auto;
  padding: 32px 64px 32px 64px;
  border: 1px solid #888;
  width: 60%;
}


.modal-content h3 {
	    margin-top: 0px !important;
}

/* The Close Button */
.close {
  color: #000000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}	
/* The Modal (background) */	
	
/* Welcome page */
.square {
    float:left;
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* = width for a 1:1 aspect ratio */
    margin:1.66%;
    overflow:hidden;
}

.content {
    position:absolute;
    
    height:100%; /* = 100% - 2*10% padding */
    width:100%; /* = 100% - 2*5% padding */
    padding: 30% 30%;
}



.imgIcon {
  opacity: 1;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.imgIcon:hover {
  opacity: 0.5;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}



/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
}


		
		

