
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color:#45484e;
    border-color: #45484e;
}

.link-button {
	color: #006adf; 
	background: none;
	text-decoration: none;
	cursor: pointer;
}

.btn btn-primary a-modal{
	display: flex; align-items: center;   
}

.link-button:hover {
	text-decoration: underline;
	color: #3e99ff;
}

.link-button:active {
  color: #3e99ff;
 
}

.home-link-button {
	color: #005FAA;
	background: none;
	text-decoration: underline;
	cursor: pointer;
	font-style: italic;
	/*font-size: 20px;*/
	font-family: Overpass;
	font-weight: 400;
}

.home-link-button:hover {
	text-decoration: underline;
	color: #3e99ff;
}

.home-link-button:active {
  color: #3e99ff;
 
}

/*.link-button:visited {
  color: purple;
}*/

.clear-filter {
	color: #006adf; 
	background: none;
	text-decoration: none;
	cursor: pointer;
}

.clear-filter: hover {
	text-decoration: underline;
	color: #3e99ff;
}

.btn-calender {
	font-size: 24px;
	margin-left: 5px;
	color: #3088d8;
}

.navbar-btn {                               
	box-shadow: none;
	outline: none !important;
	border: none;
	color: #FFF;
	background-color: #FFFFFF;
	padding: 10px;
}


.btn btn-secondary{
	margin-right: 10px;
	
}
.btn btn-success{
	margin-right: 5px
}



/* (ALL SITES) CTA's background colour and hover state */


.btn-primary {
    
	background-color:#efefefff;  
	color:#333;         

	border-color:#333!important;
	font-size: smaller!important;
    font-weight: bold!important;
	border: 2px solid !important;
}

.btn-primary:disabled {
	      
	background-color:#efefefff !important;  
	color:#808080  !important;         
	
}

.btn-edit {
	
	background-color:#efefefff;  
	
	 border-color: #6a1826; 
	color:#333;   
	width: 85px;
	border-color:#333!important;
	font-size: smaller!important;
    font-weight: bold!important;
    border: 2px solid !important;
}

.btn-quickview {

	background-color:#efefefff;  
	border-color:#333;

    color:#333;  
    font-size: smaller!important;
    font-weight: bold!important;
    border: 2px solid !important;
}

.gb-icon {
		object-fit: contain; 
		height:unset;
		max-height: 20px;
	}
	
a:hover {
  color: red;
  position: relative;
}
	
a[data]:hover:after {
  content: attr(data);

  padding: 4px 6px;
  font-size: 10.5px;
  font-family: 'Roboto', sans-serif;
  color: white;
  position: absolute;
  left: 10;
  
  top: -20px;
  right: 100%;
  z-index: 2;
  border-radius: 5px ;
  background: black;
  width: 170px;

  height: max-content;
  line-height: 15px;

}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
  
   background-color:#4cba6f;
 
   border-color:#333!important;
}
.btn-success{

	background-color:#efefefff !important;  
	 color: #333 !important;
	 border-color:#333!important;
	 font-size: smaller!important;
    font-weight: bold!important;
    border: 2px solid !important;
}
.btn-success:hover{
	
	background-color:#4cba6f !important;
	 color: #fff !important;
	 border-color:#333!important;
}

input#revokeButton{

	background-color:#efefefff !important;  
	 color: #333 !important;
	 border-color:#333!important;
	 font-size: smaller!important;
    font-weight: bold!important;
    border: 2px solid !important;
}
input#revokeButton:hover{

	background-color:#4cba6f !important;
	 color: #fff !important;
	   border-color:#333!important;
}

.btn-edit:hover {

  	background-color:#4cba6f;
  		color: white;
  		  border-color:#333!important;
}

.btn-quickview:hover {
  	
  		background-color:#4cba6f;
  		color: white;
  		  border-color:#333!important;
}
.btn-danger{
	background-color:#efefefff !important;  
	 color: #333 !important;
	 border-color:#333!important;
	 font-size: smaller!important;
    font-weight: bold!important;
    border: 2px solid !important;
}
.btn-danger:hover{
	background-color:#4cba6f!important;
  	color: white!important;
  	  border-color:#333!important;
}
.backbutton{
	background-color:#efefefff !important;  
	 color: #333 !important;
	 border-color:#333!important;
	 font-size: smaller!important;
    font-weight: bold!important;
    border: 2px solid !important;
}
.backbutton:hover{
	background-color:#4cba6f!important;
  	color: white!important;
  	  border-color:#333!important;
}

.switch {
  position: relative;
  display: inline-block;

  width: 54px;
  height: 27px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;

  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #5ed44c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5ed44c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.borderclass {
	border-bottom: 0px white;
}