/*
Theme Name: Tracedata Servicesw Inc.
Author: Tony Jackson
Version: 1.0
*/

< !DOCTYPE css>

.wrap {
  background-color: green;
  width: 400px;
  margin: auto;
  overflow: hidden;
}

body {
  font-family: sans-serif;


}

h1 {
  padding-left: 2%;

  font-size: 30px;
  color: red;

}

aside {
  float: right;
  padding: 5px;
  width: 25%;
  background-color: light-gray;
  border: 1px solid grey;
}

.aside_l {
  float: left;
  padding: 10px;
  width: 40%;
  background-color: #fcb371;
  border: 2px solid green;

}

.aside_r {
  float: right;
  padding: 10px;
  width: 40%;
  background-color: #fcb371;
  border: 2px solid green;
}

a {
  list-style: none;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 16px;
  padding-bottom: 2px;
  padding-left: 15px;
  align: left;
}

a:hover {
  text-decoration: none;
  font-size: 16px;
  color: #c5c5c7f1;
}

.homemenu {
  color: red;
  list-style: none;

}

.l1border {
  width: 100%;
  align: center;
}

form {
  border: 0px solid green;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  align: center;
}

iframe {
  background-color: yellow;
  border: 1px solid green;
  padding: 1px;
  width: 100%;
  align: center;
}

.content {
  border: 2px solid green;
  float: left;
  width: 70%;
  padding: 10px;
}


.footer {
  clear: both;
  text-align: center;
  padding-top: 5px;
  width: 70%
}

* {
  box-sizing: border-box
}

body {
  font-family: Verdana, sans-serif;
  margin: 0
}

.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 50%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fadein {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fadein {
  from {
    opacity: .1
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 500px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }

  .hidden-mobile {
    display: none;
  }
}

.font1 {
  text-indent: 15px;
  padding-top: 10px;
}

ul.no-bullets {
  list-style-type: none;
}


.font2 {
  height: 100%;
  background-color: rgb(205, 205, 216);
  font-size: 14px
}

.myPopup {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}

.myPopup:target {
  opacity: 1;
}

.myPopup>div {
  width: 50%;
  position: fixed;
  top: 20%;
  bottom: 0%;
  left: 45%;
  right: 00%;
  width: 50%;
  border: 1px solid #000;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #71a6fc;
  background: -moz-linear-gradient(#71a6fc, #fff);
  background: -webkit-linear-gradient(#71a6fc, #999);
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #00d9ff;
}

.col-width-1 {
  width: 10%;
}

.col-width-2 {
  width: 20%;
}

.col-width-3 {
  width: 35%;
}

.col-width-4 {
  width: 40%;
}

.col-width-5 {
  width: 50%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  max-height: 250px;
  max-width: 450px;
  overflow-y: auto;

  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
  height: 250px;
}

/* ============ Dropdown menu desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover {
    background-color: #666666
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}

/* ============ Dropdown menu desktop view .end// ============ */


/* ============ Dropdown menu small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }
}

/* ============ Dropdown menu small devices .end// ============ */


/* ============ back to top button// ============ */
#backToTop {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 30px;
  /* Place the button at the bottom of the page */
  right: 20px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: grey;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 15px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}

#backToTop:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}

/* ============ COBA Colours ============ */

.coba-green {
  background-color: #063811;
  color: white;
  font-size: 58px;
  text-color: green;

}

.coba-grey {
  background-color: #063811;
  color: white;
  font-size: .95em;
  text-color: green;

}

.coba-shop {
  background-color: #008000;
  color: #fff;

}

.coba-bg-head {
  background-color: #d9f1ea;

}


.quantity button {
  background-color: yellow;


}

.coba-shop-checkout {
  background-color: yellow;
  color: red;


}

.quantity {
  border: 1pxsolidrgba(0, 0, 0, .1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  color: red;
}

}


.coba-list-style {
  font-size: 118px;
  text-decoration-color: red;


}

.coba-list-style ul {
  list-style: none;
  text-indent: -2.5em;
}

.pagination {

  text-align: center;
  font-size: 1.2em;
  color: gold;
  display: inline-block;
}

.widget-title-footer {
  font-size: 18px;
  color: green;
}

.text-footer-menu ul {
  list-style: none;
  text-indent: -2.5em;
}

.text-footer-menu a {
  font-size: .8em;

}

.text-footer-menu a:hover {
  font-size: 1em;
  color: green;
}


.sidebar-menu a {
  font-size: .95em;

}

.sidebar-menu a:hover {
  font-size: 1em;
  color: rgb(226, 192, 192);
}

.coba-sidebar-menu {
  background-color: #ffffff;
  font-size: 1em;
}

.coba-sidebar-menu a {
  font-size: .95em;
  color: #6a6b6b;
}

.coba-sidebar-menu a:hover {
  font-size: .9em;
  color: rgb(24, 30, 34);
}


.main-navigation {
  /* Your navigation styles */
  color: #f2f2f2;
  font-size: 24px;
  text-align: center;
}

.main-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation .menu li {
  display: inline-block;
  position: relative;
}

.main-navigation .menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.main-navigation .menu li:hover>ul {
  display: block;
}

/* Slice menu background*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111312;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  font-size: 1.12em;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ffffff;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 1.5en;
  margin-left: 150px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 15px;
  }
}

.fotterheight {
  height: 35em;
}