

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: block;
}

.top_banner img.ban_desktop {
margin-top:50px;
margin-left: 80px;
}

.top_banner img {
	
}

.panel-default > .panel-heading {
color: #FFF;
background-color: #121212;
border-color: #000;
}
.panel-default {
border-color: #000;
}


.btn-yellow {
background-color: #fff200;
    border-color: #fff200;
    color: #222222 !important;
}

.btn-blue {
    background-color: #1C5377;
    border-color: #1C5377;
    color: #ffffff;
}
.label-blue {
    background-color: #1C5377;
    border-color: #1C5377;
    color: #ffffff;
}

a:focus.btn-yellow, a:hover.btn-yellow {
color: #fff !important;
background-color: #fff200;
}

.cogs .img-responsive {
    max-height: 80px;
}

.navbar-nav .open .dropdown-menu-icons {
    background-color: #fff;
}
.dropdown-menu.dropdown-menu-icons img {
    height: 40px;
    width: auto !important;
}

.home_logo_table th {
	background-color: #121212 !important;
	padding: 10px 15px !important;
	color:white;
	font-weight:normal;
}

.required {
color:red;
}

.dropdown-menu-icons a:hover, .dropdown-menu-icons a:focus {
background-color: white !important;
border-color: #fff200;
}
.cogs .row div div {
border:1px solid #e7e7e7;
	box-shadow:2px 2px 0px 1px rgba(0,0,0,0.05);
	border-radius:3px;
	    height: 140px;
    padding: 10px;
	}
	
	.update_tatassist {
		background-color:pink !important;
		
	}
	
.statusbuttons .btn {
border:1px solid black;
margin: 2px;
}

.panel-blue {
    border-color: #1C5377;
}

.panel-blue > .panel-heading {
    background-color: #1C5377;
    border-color: #1C5377;
    color: #ffffff;
}


#myFooter {
    background-color: #3c3d41;
    color: white;
    padding-top: 20px;
}

#myFooter .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}
#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#uldiv li a {
    text-decoration: none;
	color:#ccc;
}

#uldiv li a:hover {
    text-decoration: none;
	color:white;
}
.back-cogs {
background-color: black;
    background-image: url('../images/shutterstock_enginepic_72.jpg');
    background-repeat: no-repeat;
	background-size:cover;
    background-position: 50% 50%; 
}
.back-cogs .row .col-sm-4 { 
padding: 20px 10px 20px 10px;
}
.back-cogs h2 {
text-shadow: 3px 3px 3px black, -3px -3px 3px black,-3px 3px 3px black, 3px -3px 3px black;
font-weight: 700;
font-size: 30px;
}
 body {
                padding-bottom: 20px;
            }
.navbar {
margin-bottom: 0px;
}
.carouselwrap {
margin-bottom: 20px;
}
.cogs .row{
margin-bottom: 20px;
}
.cogs-wide .row {
margin-top: 20px;
}

.btn-mobile {
    background-color: #e7e7e7;
    border-color: #cccccc;
    color: #333333;
}
.btn-mobile:hover {
    background-color: #cecece;
    border-color: #adadad;
    color: #333333;
}

@media (max-width: 767px) {
.navbar-collapse .nav > .divider-vertical {
display: none;
}
}

html,body{height:100%;}
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}
.fill{width:100%;height: 600px;;background-position:center;background-size:cover;}

/* faster sliding speed */
.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}

/* keep full widget on smaller screens */
@media (max-width: 767px) { 
	body {
		padding-left: 0;
		padding-right: 0;
	}
}

.dropdown-menu li {
    width:250px;
    height:40px;
    font-size:110%;
    margin:5px 0px 5px 0px;
}

   .mytip + .tooltip > .tooltip-inner {
      background-color: yellow !important; 
      color: black !important; 
      border: 1px solid black !important; 
      padding: 10px !important;
      font-size: 12px !important;
       box-shadow: 3px 3px 5px 2px #BDBDBD !important;
       text-align:left !important;
  }
 
  /* Tooltip on top */
  .mytip + .tooltip.top > .tooltip-arrow {
      border-top: 5px solid black !important;
  }
  /* Tooltip on bottom */
  .mytip + .tooltip.bottom > .tooltip-arrow {
      border-bottom: 5px solid black !important;
  }
  /* Tooltip on left */
  .mytip + .tooltip.left > .tooltip-arrow {
      border-left: 5px solid black !important;
  }
  /* Tooltip on right */
  .mytip + .tooltip.right > .tooltip-arrow {
      border-right: 5px solid black !important;
  }
.search-panel.dropdown-menu > li:hover, .search-panel .dropdown-menu > li:focus {
    background-image: none;
}
.search-panel.dropdown-menu > li:hover, .search-panel .dropdown-menu > li:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #2780e3;
}
.search-panel .dropdown-menu > li {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}


#trigger {
    display: block;
    width: 100%;
    padding: 2px 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    color: #222;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 900;
}

  @media (min-width: 992px) {
#trigger {
    width: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
}  
.btn-review .logo-google{padding-top:2px;}
  .btn-review .logo-google > svg{width:44px;}
  .btn-review .logo-google,.btn-review .google-texts{display:block;}
  .btn-review .title{display:block;}
  .btn-review .rating{margin-left:0;}
}
  
  
  .btn-review .logo-google,.btn-review .google-texts{display:inline-block;}
.btn-review .logo-google{padding-right:5px;vertical-align:middle;}
.btn-review .logo-google > svg{width:30px;height:auto;vertical-align:middle;}
.btn-review .rating{margin-left:5px;margin-right:5px;font-size:1.55em;font-weight:bold;}
.btn-review .wp-google-stars{}
.btn-review .wp-google-stars .wp-star + .wp-star{padding-left:5px;}
.btn-review .wp-google-stars .wp-star > svg{vertical-align:middle;}
#side_panel_reviews{background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.4); z-index: 2000 !important;}
#google-reviews{height:100%;overflow-y:auto;}
#side_panel_reviews .review-item{flex:100%;}
.review-item .review-author{font-size:16px;}
.review-item .review-meta span{display:block;}
.review-item .review-meta .review-sep{display:none;}
.review-item .review-date,.review-item .review-text{font-size:12px;}
.review-item .review-stars ul li i{font-size:20px;}
#map-plug {display:none;}

#google-reviews {
display:flex;
flex-wrap:wrap;
/*display: grid;
grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/
}

.review-item {
border:solid 1px rgba(190,190,190,.35);
margin:0 auto;
padding:1em;
flex: 1 1 20%;
}

@media ( max-width:1200px) {
  .review-item { flex: 1 1 40%; }
}

@media ( max-width:450px) {
  .review-item { flex: 1 1 90%; }
}

.review-meta, .review-stars {text-align:center; font-size:115%;}
.review-author { text-transform: capitalize; font-weight:bold; }
.review-date {opacity:.6; display:block;}
.review-text {  line-height:1.55; text-align:left; max-width:32em; margin:auto;}

 

.review-stars ul {
display: inline-block;
list-style: none !important;
margin:0; padding:0;
}

.review-stars ul li {
float: left;
list-style: none !important;
margin-right: 1px;
line-height:1;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style:normal;
}
.review-stars ul li i.inactive { color: #c6c6c6;}
.star:after { content: "\2605"; }

.review-picture {
    width: 3em !important;
}

.searchboxImage {
  background-image: url('../images/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  }
  
#rewards_button {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: 1px black solid;
  outline: none;
  background-color: yellow;
  color: black;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#rewards_button:hover {
  background-color: black;
  color:white;
}

.glyphicons {
position: relative;
top: 1px;
display: inline-block;
font-style: normal;
font-weight: normal;
line-height: 1;
}

.top_banner2 img.ban_desktop {
margin-top:50px;
margin-left: 80px;
}


/* Start of Homepage Search Buttons
Stack buttons nicely and allow multi-line text */
/* General button stack styling */
.button-stack .search-action-btn {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  white-space: normal;      /* allow wrapping but keep it stable */
  text-align: left;
  line-height: 1.0;
  padding: 8px 5px;
  font-weight: 500;         /* lock font weight */
}

/* Don't let hover/focus change size or weight */
.button-stack .search-action-btn:hover,
.button-stack .search-action-btn:focus {
  font-weight: 500;
  padding: 8px 5px;
}

/* Remove extra gap under the last button */
.button-stack .search-action-btn:last-child {
  margin-bottom: 0;
}

/* Heading + subtext styling */
.search-action-btn .btn-heading {
  display: block;
  font-weight: 600;
  font-size: 13px;
}

.search-action-btn .btn-subtext {
  display: block;
  font-size: 11px;
  opacity: 0.9;
  margin-top: 2px;
}

/* End of Homepage Search Buttons */


/* New homepage search box buttons */
  /* Desktop / tablet (Bootstrap sm and up) */
  @media (min-width: 768px) {
    .button-stack { display: block; }
    .search-action-btn {
      display: block;
      width: 75%;
      margin-left: 2px;
      margin-bottom: 2px;
      font-size: 16px; font-weight: 600;
      border: 1px solid black; border-radius: 4px; padding: 10px;
    }
    /* remove bottom margin from the last button in the stack */
    .button-stack .search-action-btn:last-child { margin-bottom: 0; }
  }

  /* Phones (xs) */
  @media (max-width: 767px) {
    .button-stack {
      display: flex;
      gap: 8px;              /* space between buttons */
      margin-top: 8px;       /* space below textarea */
    }
    .search-action-btn {
      flex: 1 1 0;           /* ~50% each */
      width: 50%;
      margin: 0;
      font-size: 16px; font-weight: 600;
      border: 1px solid black; border-radius: 4px; padding: 10px;
    }
  }