@font-face
{
  font-family: WhitneyCondensed-Semibold;
  src: url("../fonts/WhitneyCondensed-Semibold.otf");
}
@font-face 
{
  font-family: WhitneyCondensed-Book;
  src: url("../fonts/WhitneyCondensed-Book.otf");
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px darkgrey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #3b3c3a; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5b5c59; 
}
.login-page .left-image img
{
  width: 100%;
}
.login-form 
{
  width: 55%;
  margin: 12% auto;
}
.footer-logo img 
{
  width: 100%;
}
.login-form form input
{
  border: 2px solid #638139;
  height: 74px;
  border-radius: 12px 0px 0px 12px;
  border-right: none;
  font-size: 22px;
  color: #638139;
  background-color: transparent;
}
#otp-form input 
{
 border: 2px solid #638139;
 border-radius: 12px;
 margin-bottom:20px;
 text-align:center;
 width: 79px;
}
.login-form form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: uppercase;
  color: #638139;
}
.login-form form input::-moz-placeholder { /* Firefox 19+ */
  text-transform: uppercase;
  color: #638139;
}
.login-form form input:-ms-input-placeholder { /* IE 10+ */
  text-transform: uppercase;
  color: #638139;
}
.login-form form input:-moz-placeholder { /* Firefox 18- */
  text-transform: uppercase;
  color: #638139;
}
.login-form form input:focus 
{
  box-shadow: none;
  border-color: #638139;
  background-color:transparent;
}
.login-form form button:focus
{
  box-shadow: none;
  border-color: #638139;
  background-color: #425625;
}
.login-form form .input-group-text 
{
  width: 73px;
    background-color: transparent;
    border: 2px solid #63813d;
    border-left: none;
    border-radius: 0px 12px 12px 0px;
}
.login-form form .input-group-text img 
{
    width: 43px;
    position: absolute;
    top: 19px;
}
.submit-button 
{
  margin-bottom: 57px;
}
.submit-button button
{
    width: 100%;
    height: 65px;
    border-radius: 12px;
    background-color: #638139;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}
.login-form .recovery-pswd  
{
  margin-top: 60px;
}
.login-form .recovery-pswd h3 
{
  text-transform: uppercase;
    font-size: 25px;
    font-family: WhitneyCondensed-Semibold;
}
.login-form .recovery-pswd h4 
{
  font-size: 25px;
  font-family: WhitneyCondensed-Semibold;
}
.login-form .recovery-pswd h4 a 
{
  color: #fb7a43;
  font-family: WhitneyCondensed-Semibold;
}
hr 
{
  margin-top: 0rem!important;
    margin-bottom: 9px!important;
    border: 0!important;
    border-top: 1px solid #212529!important;
}
.footer-logo 
{
  margin-top: 60px;
}
.footer-logo .initiative p 
{
  text-align: right;
    text-transform: uppercase;
    line-height: 17px;
    font-size: 16px;
    margin-top: 20px;
    font-family: WhitneyCondensed-Book;
}
                                  /*-------- checkbox-style--------*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-size: 20px;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border: 1px solid #638139;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #638139;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 4px;
    top: 0px;
    width: 6px;
    height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.resp-logo 
{
  display:none;
}
.resp-logo img 
{
  width: 80px;
  margin-bottom: 30px;
}
.resp-logo h4 
{
  font-family: WhitneyCondensed-Semibold;
}
.resp-recovery 
{
    display:none;
}
                                    /*-------Dashboard-------------*/
.top-bar 
{
  background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/GREEN-WEAVE-logo.png");  
  background-repeat: repeat;
  height: 65px;
  background-position: 86px 60px;
}
.top-left 
{
  margin-top: 27px;
}
.top-bar .top-left img 
{
  width: 15%;
  margin-top: -12px;
  margin-left: 15px;
}
.top-bar i 
{
  font-size: 26px;
  color: #fff;
  margin-top: 9px;
}
.profile img ,.log-out img
{
      width: 32px;
    height: 32px;
    margin-top: -14px;
}
.log-out button 
{
  border: none;
  background-color: transparent;
  cursor:pointer; 
}
.log-out button:focus 
{
  border:none;
  outline: none;
}
.search 
{
  text-align: right;
}
/*------------------------------------------Responsive Search -------------------------------------*/
  .search-form-wrapper {
    display: none;
    position: absolute;
    right: 0;
    padding: 20px 15px;
    margin-top: 14px;
    width: 340px;
}
.search-form-wrapper.open {
    display: block;
}
.search-form-wrapper input 
{
  border: 2px solid #64813d;
    border-radius: 7px;
}
.search-form-wrapper i 
{
  font-size: 22px;
}
.search-form-wrapper .search-close 
{
  padding: 9px 6px 6px 5px;
  background-color: #64813d;
  border-radius: 0px 5px 5px 0px;
}
/*------------------------------------------End of Responsive Search--------------------------------*/
.search input 
{
      width: 310px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 12px;;
    color: #fff;
    height: 39px;
    font-size: 15px;
    margin-top: 31px;
}
.search form input::-webkit-input-placeholder {
  color: #fff;
  background-image:url("../images/search.png");
  background-size:5%;
  background-repeat:no-repeat;
  padding-left:30px;
  padding-top:-3px;
  text-transform: uppercase;
  background-position:0px 3px;
}
.search form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.search form input:focus 
{
  background-color:transparent;
  color:#fff;
  border-color: #fff;
    box-shadow: none;
}.top-content 
{
  padding: 20px 0px 20px 0px;
  text-align: center;
  background-color: #ffdd00;
  margin-top: -1px;
  font-family: WhitneyCondensed-Book;
}
.top-content h4 
{
  font-size: 24px;
  letter-spacing: 1px;
}
.last-login 
{
  background-image: url(../images/last_login_bg.png);
  background-size: 100% 100%;
  padding: 17px 25px 17px 25px;
  width: 100%;
}
.last-login h3 
{
  font-size: 17px;
  margin-left: 28px;
  font-weight:bold;
  margin-bottom: 20px;
}
.login-block p 
{
  font-size: 11px;
}
.database-tables 
{
  margin-top: 40px;
}
.customer-block 
{
  background-color: #64813d;
  width: 100%;
  border-radius: 8px;
  margin-top: 14px;
  padding: 20px 20px 20px 20px;
}
.customer-block img 
{
  width: 100%;
  margin-top: 16px;
}
.cust-count h4 
{
  text-transform: uppercase;
  color: #ffdd00;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  font-size: 16px;
}
.cust-count h2 
{
    color: #fff;
    font-size: 52px;
    text-align: center;
    margin-bottom:0px;
}
.cust-count p 
{
    text-align: center;
    color: #ffdd00;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}
.table-heading1 h3 
{
  font-size: 23px;
}
.table-heading1 img 
{
  width: 48px;
  margin-right: 20px;
}
.table-heading1h3 
{
  text-transform:uppercase;
  font-size: 25px;
  font-family: WhitneyCondensed-Semibold;
  color:#000;
}
.table-block 
{
  border: 2px solid #000;
  border-radius: 8px;
  padding: 13px;
}
.table-block tr th
{
  font-family: WhitneyCondensed-Semibold;
  font-size: 17px;
  letter-spacing: 0.6px;
  word-spacing: 3px;
}
.table-block tr td 
{
  font-size: 15px;
  padding: 6px;
}
.table-block tr
{
  font-family: WhitneyCondensed-Book;
  font-size: 20px;
  letter-spacing: 0.6px;
  word-spacing: 3px;
}
.table-block thead
{
  background-color: #ffdd00;
}
.table-block.right 
{
  border: 2px solid #64813d;
}
.table-block.right h2 
{
  color: #64813d;
  font-family: WhitneyCondensed-Semibold;
}
.table-block .hot
{
      color: red;
      text-transform:uppercase;
} 
.table-block .warm
{
      color: green;
      text-transform:uppercase;
}
.table-block .close-lost
{
      color: blue;
      text-transform:uppercase;
}
.dfooter-logo
{
  text-align: :right;
}
.dfooter-logo a:nth-child(1) img
{
    width: 135px;
    margin-right: 40px;
}
.dfooter-logo a:nth-child(2) img
{
  width: 215px;
}
.copy-right p 
{
    margin-top: 30px;
    font-size: 16px;
    font-family: WhitneyCondensed-Semibold;
}
                                /*---------- image-slider-css ------------*/
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}
.options-slider 
{
  padding-top: 20px;
    background-color: #ededed;
}
.options-slider img 
{
      width: 54%;
}
.search-icon.collapse 
{
  display:none;
}
.search-icon img 
{
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-top: -11px;
    border: 1px solid #fff;
    border-radius: 4px;
}
#searchBar {
    font-size: 11pt;
    font-weight: bold;
    margin-right: 10px;
    padding: 0.25em 0.75em;
    max-width: 115px;
    border-radius: 28px;
    height: 29px;
    background-color: #ffdd00;
  }
  .responsive-search 
  {
    display:none;
  }
/*-----------------Media query---------------------------*/
@media (max-width:1801px) and (min-width:1280px)
{
  .login-form {
    width: 65%;
    margin: 10% auto;
}
.login-form form input
 {
    height: 59px;
}
.login-form form .input-group-text img {
    width: 35px;
    position: absolute;
    top: 14px;
}
.submit-button button 
{
    width: 100%;
    height: 59px;
    }
    .submit-button {
    margin-bottom: 27px;
}
.login-form .recovery-pswd {
    margin-top: 42px;
}
}
@media (max-width:1500px) and (min-width:1280px)
{
  .search input 
  {
    width: 320px;
    height: 37px;
    font-size: 16px;
  }
  .search form input::-webkit-input-placeholder 
  { 
  background-size:8%;
  background-repeat:no-repeat;
  padding-left:40px;
  background-position:3px 3px;
  }
  .profile img, .log-out img 
  {
    width: 37px;
    height: 37px;
  }
  
  .top-left {
    margin-top: 26px;
    margin-bottom: 30px;
}
}
@media (max-width:1280px) and (min-width:767px)
{
.search li 
  {
    margin-top: 41px;
  }
.search-icon.collapse 
  {
    display:inline-block!important;
  }
  .login-form form input {
    height: 42px;
    font-size: 16px;

  }
  .login-form form .input-group-text img
  {
    width: 26px;
    top: 10px;
  }
  .submit-button button {
   height: 40px;
    font-size: 17px;
  }
  .login-form {
    width: 90%;
    margin: 4% auto;
}
.submit-button {
    margin-bottom: 7px;
}
.login-form .recovery-pswd {
    margin-top: 16px;
}
.footer-logo {
    margin-top: 15px;
}
.login-form .recovery-pswd h4 {
    font-size: 14px;
  }
  .checkbox-container 
  {
    font-size: 15px;
    padding-top: 4px;
  }
  .login-form .recovery-pswd h3 {
    font-size: 12px;
  }
  .footer-logo img {
    width: 85%;
}
  .footer-logo .initiative p
  {
    font-size: 11px;
    margin-top: 6px;
  }
  #otp-form input 
  {
    width: 49px;
  }
}
@media (max-width:767px) and (min-width:300px)
{
  .login-form {
        width: 85%;
    margin: 43px auto;
  margin-bottom: 30px;
  }
  .login-form form input {
   border: 2px solid #638139;
    height: 46px;
    border-right: none;
    font-size: 17px;
  }
  .login-form form .input-group-text {
    border: 2px solid #63813d;
    border-left: none;
  }
  .login-form form .input-group-text img {
    width: 41px;
    position: absolute;
    top: 20px;
}
.footer-logo .initiative p 
{
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
}
.submit-button {
    margin-bottom: 17px;
}
.submit-button button 
{
    height: 45px;
  font-size: 19px;
}
.footer-logo {
        margin-top: 20px;
}
.login-form form .input-group-text img {
        width: 30px;
    position: absolute;
    top: 7px;
}
  .col-md-6
  {
    padding-left:0px!important;
    padding-right:0px!important;
}
.checkbox-container
{
  font-size: 13px;
}
.login-form .recovery-pswd {
    margin-top: 10px;
}
.login-form .recovery-pswd h3 {
    font-size: 15px;
  }
  .login-form .recovery-pswd h4 {
    font-size: 17px;
  }
  #otp-form input {
    width: 51px;
  }
  .top-bar {
    background-image: url(../images/header_bg.png);
}
.search 
{
      margin-top: 3px;
}
 .search .responsive-search 
  {
    display:inline-block;
  }
  .search .responsive-search i 
  {
    font-size: 17px;
  }
  .search .full-search
  {
    display:none;
  }
  .top-left {
    margin-top: 6px;
  }
  .top-bar .top-left img {
    width: 70%;
    margin-top: -20px;
    margin-left: 25px;
}
.top-bar i {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.profile img, .log-out img {
    margin-top: -5px;
    width: 27px;
    height: 27px;
}
.responsive-search input {
        margin-top: 0px;
}
.top-content {
    padding: 6px 0px 6px 0px;
  }
.top-content h4 {
    font-size: 13px;
    letter-spacing: 1px;
}
.last-login {

    background-repeat: no-repeat;
    padding: 13px 25px 17px 27px;
}
.customer-block img {
    width: 100%;
    margin-top: 6px;
}
.table-heading1 img {
    width: 32px;
    margin-right: 8px;
}
.table-heading1 h3 {
    font-size: 16px;
}
.table-block tr th {
    vertical-align: middle;
    font-size: 13px;
}
.copy-right p {
  text-align: center;
    margin-top: -25px;
    font-size: 13px;
    }
  .dfooter-logo
  {
    text-align: center;
  }
  .dfooter-logo a:nth-child(1) img
{
    width: 80px;
    margin-right: 40px;
}
.dfooter-logo a:nth-child(2) img
{
  width: 140px;
}
.top-bar .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
}
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }

}
@media (min-width: 992px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}
