
.form-table .form-control {
    border: 1px solid #dee2e6;
    margin-bottom: 0px;
    height: 40px;
}

.table>thead>tr>th .sort-link {
  cursor: pointer
}

.upper {
  text-transform: uppercase
}

.red {
  color: red
}

.green {
  color: #5cb85c
}

.form-table td {
  vertical-align: middle
}

.form-table .input-group-btn {
  height: 20px;
  padding: 0;
  margin-top: -15px
}

.form-table .input-group-btn .btn {
  height: 20px;
  padding: 0;
  margin: 0
}

#cookiebar {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 1005;
  left: 0;
  width: 100%;
  background-color: #444;
  text-align: center;
  color: #fff;
  padding: 20px
}

.g-recaptcha {
  display: inline-block
}

.modal-news-dialog,
.modal-news-dialog .modal-content {
  height: 90%
}

.modal-news-dialog .modal-body {
  max-height: calc(100% - 120px);
  overflow-y: scroll
}

.navlink {
  border-top: 1px solid #1a2226;
  border-bottom: 1px solid #2c3a41
}

.bold {
  font-weight: bold;
}

p {
  margin-bottom: 15px;
}

/* Begin Scrollbox */
.scrollbox {
    overflow-y: auto;
}  
/* End Scrollbox */

/* Begin Deal - Cashbackactions in cover */
.specials{
    position: relative;
    margin-top: -40px;
    width: 100%;
    height: 80px;
}
.specials .info {
    float: left;
    margin-left: 10px;
    width: 80px;
    height: 80px;
    background: #ff0000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    padding-top: 12px;
    font-size: 18px;
    border: 3px solid #007BFF;
}    
.specials .action {
    float: right;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    background: #007BFF;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    border: 3px solid #007BFF;
}
.specials .action img {
    width: 40px;
    height: 40px;
}    

.specials_small{
    position: relative;
    margin-top: -50px;
    width: 100%;
    height: 50px;
}
.specials_small .info {
    float: left;
    width: 50px;
    height: 50px;
    background: #ff0000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 16px;
    padding-top: 6px;
    font-size: 12px;
    border: 2px solid #007BFF;
}    
.specials_small .action {
    float: left;
    margin-left: 2px;
    width: 50px;
    height: 50px;
    background: #007BFF;
    color: #fff;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    line-height: 17px;
    border: 2px solid #007BFF;
}
.specials_small .action img {
    width: 25px;
    height: 25px;
}    

/* End Deal - Cashbackactions in cover */

/* Begin Theme Button Style */
.btn-theme {
    border-radius: 0;
    background: #28A745;
    color: #fff;
}    
.btn-theme:hover {
    border-radius: 0;
    background: #007BFF;
    color: #fff;
}
.btn-theme:focus {
    border-radius: 0;
    background: #007BFF;
    color: #fff;
    box-shadow: none;
}    
.btn-theme2 {        
    border-radius: 0;
    background: #007BFF;
    color: #fff;
}    
.btn-theme2:hover {
    border-radius: 0;
    background: #28A745;  
    color: #fff;      
} 
.btn-theme2:focus {
    border-radius: 0;
    background: #28A745;
    color: #fff;
    box-shadow: none;
}  
/* End Theme Button Style */ 

/* Begin Theme Navtab Style */
.nav-tabs .nav-item .active {
    border-radius: 0;
    border: 1px solid #28A745;
    background: #28A745;
    color: #fff;        
}
.nav-tabs .nav-item .nav-link:hover {
    border-radius: 0;
    border: 1px solid #28A745;
    background: #28A745;
    color: #fff;        
}
.nav-tabs {
    border-bottom: 2px solid #28A745;
}
/* End Theme Navtab Style */

/* Begin Theme Table Style */
.table-theme th {
    border: 0;
    background: #28A745;
    color: #fff;
    border: 1px solid #fff;
}
.table-theme td {
    border-bottom: 1px solid #28A745;
}
.scrollbox .table-theme {
    margin-bottom: 0px;
}
/* End Theme Table Style */

/* Begin Coupondetail modal */
#CouponModal {
    margin-top: 100px;
}
#CouponModal .modal-content {
    border-radius: 0;
    border: 0;
    height: 380px;
}
#CouponModal .modal-content .leftbox {
    position: absolute;
    left: -20px;
    top: -20px;
    background: #28A745;
    width: 320px;
    height: 420px;
    border-radius: 5px;
    padding: 30px;
    color: #fff;
}
#CouponModal .modal-content .leftbox .coupon_desc {
    margin-top: 20px;
    height: 110px;
    overflow: hidden;
    font-size: 12px;
}
#CouponModal .modal-content .leftbox .coupon_area {
    margin-top: 20px;
}    
#CouponModal .modal-content .leftbox .coupon_area .couponcode {
    border: 2px dotted #fff;
    padding: 5px;
}
#CouponModal .modal-content .rightbox {
    margin-left: 320px;
    margin-top: 24px;
} 
#CouponModal .modal-content .rightbox .register_area {
    height: 150px;
}

@media (max-width: 990px) {
    #CouponModal {
        margin-top: 20px;        
        padding: 20px;
    } 
    #CouponModal .modal-content {
        border-radius: 0;
        border: 0;
        height: 440px;
    }
    #CouponModal .modal-content .leftbox {
        position: absolute;
        left: -10px;
        top: -10px;
        background: #28A745;
        width: 150px;
        height: 460px;
        border-radius: 5px;
        padding: 15px;
        color: #fff;
    }
    #CouponModal .modal-content .leftbox img {
        margin-top: 20px;
    }
    #CouponModal .modal-content .leftbox .coupon_desc {
        margin-top: 20px;
        height: 180px;
        overflow: hidden;
        font-size: 12px;
        line-height: 15px;
    }
    #CouponModal .modal-content .leftbox .coupon_area {
        margin-top: 20px;
    }    
    #CouponModal .modal-content .leftbox .coupon_area .couponcode {
        border: 2px dotted #fff;
        padding: 2px;
        font-size: 12px;
    } 
    #CouponModal .modal-content .rightbox {
        margin-left: 140px;
        margin-top: 16px;
        font-size: 12px;
        line-height: 16px;
    }
    #CouponModal .modal-content .rightbox .btn{
        font-size: 14px;
    }
    #CouponModal .modal-content .rightbox h5 {
        font-size: 14px;
    }
    #CouponModal .modal-content .rightbox h4 {
        font-size: 16px;
    }
    #CouponModal .modal-content .rightbox .register_area {            
        height: 200px;
        font-size: 14px;
        line-height: 16px;
    }               
}
/* End Coupondetail modal */


/* Begin Actiondetail modal */
#ActionModal {
    margin-top: 100px;
}
#ActionModal .modal-content {
    border-radius: 0;
    border: 0;
    height: 380px;
}
#ActionModal .modal-content .leftbox {
    position: absolute;
    left: -20px;
    top: -20px;
    background: #007BFF;
    width: 320px;
    height: 420px;
    border-radius: 5px;
    padding: 30px;
    color: #fff;
}
#ActionModal .modal-content .leftbox .action_desc {
    margin-top: 20px;
    height: 110px;
    overflow: hidden;
    font-size: 12px;
}
#ActionModal .modal-content .leftbox .action_area {
    margin-top: 20px;
}    
#ActionModal .modal-content .leftbox .action_area .couponcode {
    border: 2px dotted #fff;
    padding: 5px;
}
#ActionModal .modal-content .rightbox {
    margin-left: 320px;
    margin-top: 24px;
} 
#ActionModal .modal-content .rightbox .register_area {
    height: 150px;
}

@media (max-width: 990px) {
    #ActionModal {
        margin-top: 20px;        
        padding: 20px;
    } 
    #ActionModal .modal-content {
        border-radius: 0;
        border: 0;
        height: 440px;
    }
    #ActionModal .modal-content .leftbox {
        position: absolute;
        left: -10px;
        top: -10px;
        background: #007BFF;
        width: 150px;
        height: 460px;
        border-radius: 5px;
        padding: 15px;
        color: #fff;
    }
    #ActionModal .modal-content .leftbox img {
        margin-top: 20px;
    }
    #ActionModal .modal-content .leftbox .coupon_desc {
        margin-top: 20px;
        height: 180px;
        overflow: hidden;
        font-size: 12px;
        line-height: 15px;
    }
    #ActionModal .modal-content .leftbox .coupon_area {
        margin-top: 20px;
    }    
    #ActionModal .modal-content .leftbox .coupon_area .couponcode {
        border: 2px dotted #fff;
        padding: 2px;
        font-size: 12px;
    } 
    #ActionModal .modal-content .rightbox {
        margin-left: 140px;
        margin-top: 16px;
        font-size: 12px;
        line-height: 16px;
    }
    #ActionModal .modal-content .rightbox .btn{
        font-size: 14px;
    }
    #ActionModal .modal-content .rightbox h5 {
        font-size: 14px;
    }
    #ActionModal .modal-content .rightbox h4 {
        font-size: 16px;
    }
    #ActionModal .modal-content .rightbox .register_area {            
        height: 200px;
        font-size: 14px;
        line-height: 16px;
    }               
}
/* End Actiondetail modal */

/* Begin Design Manipulation */
.breadcrumb-text h1{
    line-height: 50px;
    padding-bottom: 0px;
}
.section-padding {padding: 60px 0px 100px 0px}

.single-latest-text{
    padding: 15px; min-height: 229px;
}
.single-latest-text .descarea{
    height: 90px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 5px;
}
/* End Design Manipulation */

/* Begin Input field Icons */
.input-icon {
  position: relative;
}

.input-icon .input-group-addon {
  background-color: transparent;
  border: 0px solid transparent;
  font-size: 16px;
  color: #848484;
  position: absolute;
  top: 0;
  padding: 0px;
  z-index: 55;
  margin: 8px 0px;
  left: 15px;
}

.input-icon input {
  padding-left: 30px;
}

.input-icon.col-md-12 .input-group-addon {
  left: 27px;
} 
/* End Input field Icons */

/* Begin SearchModal */
#SearchModal{
    margin-top: 120px;                     
    padding: 0;                        
}

#SearchModal .modal-content{
    border-radius: 0;
    border: 0;
}

#SearchModal .modal-body{                        
    border-radius: 0;
    margin: 0;
    padding: 0;
}

#programs_searchfield{
    width: 100%;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Arial';
    border: none; 
    border-radius: 0;
}   

.shop_lnk{
    border: 1px #ccc solid;
    display: block;
    width: 100%;
    height: 100px;
}
.shop_lnk:hover{
    background: #efefef;
}

.shop_lnk .logo {
    float: left;
    width: 20%;
    padding: 10px;
}

.shop_lnk .description {
    float: left;
    padding: 5px;
    width: 80%;
    height: 90px;
    overflow: hidden;
}

.shop_lnk .description h6 {
    font-size: 20px;
}

.shop_lnk .description .coupons{
    margin-top: 20px;
    font-size: 13px;
    color: #757474;
}
/* End SearchModal */

/* Bonuscashback */
.bonuscashback_line{
    margin-top: 40px;
    background-image: -ms-linear-gradient(top, #86BC42 0%, #0C3D6A 100%);
    background-image: -moz-linear-gradient(top, #86BC42 0%, #0C3D6A 100%);
    background-image: -o-linear-gradient(top, #86BC42 0%, #0C3D6A 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #86BC42), color-stop(1, #0C3D6A));
    background-image: -webkit-linear-gradient(top, #86BC42 0%, #0C3D6A 100%);
    background-image: linear-gradient(to bottom, #86BC42 0%, #0C3D6A 100%);
}

.bonuscashback_linetext{
    font-size: 18pt;
    font-weight: 700;
    color:#fff;
    padding: 10px;
}
/* Bonuscashback */


/* Begin Shoplist Boxes */
.shop-box-item {
    margin: 0px 0px 40px 5px;
    box-shadow: 2px 5px 25px rgba(34, 30, 31, 0.25);
}

.shop-box-item:hover {
    box-shadow: 2px 5px 25px rgba(134, 188, 66, 0.75);
}

.shop-box-item .left {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

.shop-box-item .right {
    background: #f6f6f6;
    padding: 20px;
    width: 100%;
    border-bottom: 2px solid #28A745;
}

.shop-box-item .right .shop-title_area {
    height: 80px;
    overflow: hidden;
}
.shop-box-item .right .shop-title_area h3{
    font-size: 16px;
}

.shop-box-item .right .shop_desc_area {
    height: 60px;
    overflow: hidden;
}
/* End Shoplist Boxes */

.mega-menu .col-4{
    margin-bottom: 20px;
}

a:hover, .carousel-style-one.owl-theme .owl-controls .owl-nav div:hover, .button-green:hover, .account-dropdown a:hover, .mainmenu ul#nav > li:hover > a, .mainmenu ul#nav li ul.sub-menu > li:hover > a, .mainmenu ul#nav li ul.sub-menu li ul.inside-menu > li > a:hover, .search-form button[type="submit"], .mean-container .mean-nav ul li a:hover, .mean-container a.meanmenu-reveal, .single-item-text h4 a:hover, .single-latest-text > h3 a:hover, .single-product-text h4 a:hover, .single-event-item:hover h3 a, .subscribe-form > button:hover, .footer-list a:hover, .newsletter-two .subscribe-form > button:hover, .pagination-content.number .pagination li a, .single-teacher-text > h3 a:hover, .author-info > h4 a:hover, span.reply a, .sidebar-widget .single-teacher-text > h3 a:hover, .breadcrumb-bar a:hover, .recent-text > h4 a:hover, .related-tag .tags li a:hover, .link-social > a:hover, .shortcode-area i, .shortcode-area h3, .text-green, .header-top span.text-green, .slick-prev:hover:before, .slick-next:hover:before, .footer-widget-list li a:hover, .footer-container .social-links-three > a:hover  {
  color: #28A745;
}