﻿ @media screen and (max-width: 767px) {
                                  table.dataTable > tbody > tr > td:first-child {
                                      padding-left: 0px !important;
                                  }
                              }

                              .g1 {
                                  width: 100px;
                                  height: 80px;
                                  display: inline-block;
                                  margin: 1em;
                              }

                              .thumbnail.img-circle {
                                  border-radius: 50%;
                                  max-width: 100px;
                              }

                              .rating-block {
                                  background-color: #FAFAFA;
                                  border: 1px solid #EFEFEF;
                                  padding: 15px 15px 10px 15px;
                                  border-radius: 3px;
                              }

                              .meta-data {
                                  font-size: .8em;
                                  font-weight: 300;
                              }

                              .meta-search {
                                  padding-left: 0 !important;
                                  list-style: none;
                              }

                              .add_to_cart i {
                                  font-size: 1.5em !important;
                              }


                                 .material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-30 { font-size: 30px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.material-icons.white { color: #fff;}

.navbar .iconblack {
    color: #555;
}
.navbar .notification {

    /*right: 4px;
    top:-10px;*/
}

table.dataTable > thead > tr > th {
    border-bottom: solid 1px #555;
}

table.dataTable > thead > tr > td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.make-red {
    color: #ed1c24;
}

.input-group{
    margin-bottom:20px;
}



.btn-space {
    margin-right: 10px !important;
}
.footerreg{
    color:#fff;
}
.footerreg img{
    color:#fff;
    fill:#fff;
    margin-right:5px;
    margin-left:15px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.loginregisterpage{
    padding: 2em 3em 2em 3em !important;
}

.buttonoverlap{
    background-color:#064b60;color:#fff;height:120px;bottom:-40px;position:absolute;width:100%;z-index:-1;line-height:120px;
}

 @media screen and (max-width: 992px) {
                                
     .loginregisterpage{
    padding: 1.5em 2em 1.5em 2em !important;
}
      .buttonoverlap{
    background-color:#064b60;color:#fff;height:120px;bottom:-60px;position:absolute;width:100%;z-index:-1;

}

                              }
 @media screen and (max-width: 767px) {

    .loginregisterpage {
        padding: 1em 2em 1em 2em !important;
    }
    .buttonoverlap{
    background-color:#064b60;color:#fff;height:120px;bottom:-55px;position:absolute;width:100%;z-index:-1;

}
                              }


 .card-min-height{
     min-height:300px;
 }




 

.modalprocessing {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('https://portal.huru.co.za/assets/img/ajax-loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modalprocessing {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalprocessing {
    display: block;
}


.alert-info{
    background-color:rgba( 6, 75, 96, .8 ) !important;
}

.alert i{
    padding-right:10px !important;
    color: rgba( 255, 255, 255, .6 )  !important;
}


.full-width{
    width:100% !important;
}
.input-group-text-full {
    width: 150px !important;
}

.bootstrap-select {
    
}