/*****************************************************************!
 * SSG Webapp style css v1.0.0
 *
 * Designed and built with all the love and respect in the world by neologix
********************************************************************/

/*global*/
.padding-top-clear{
    padding-top: 0!important;
}
/*global END*/
.worksshop-ico{
    width: 40px!important;
}
.booking-ico{
    width: 36px!important;
}
.workshop-details {
    position: relative;

}
.workshop-subheading{
    padding-right: 115px;
}
.workshop-list-date {
    position: absolute;
    right: 22px;
    top: 0px;
}

/*responsive common*/
@media screen and (max-width: 991px){
    .workshop-list-date{
        position: static;
    }
    .workshop-subheading{
        padding-right: 0px;
    }
    .block-date-hold img {
        width: 12px!important;
        top: -1px!important;
    }
    .block-date-hold {
        font-size: 13px!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .block-list-img,.block-details{
        width: 100%;
    }
    .block-list-img{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px){
    .block-list-img img{
        margin-bottom: 15px;
    }
    .block-list-img{
        text-align: center;
    }
    .content-wrapper {
        margin-top: 70px;
    }
    .listblock:nth-child(2){
        margin-top: 30px;
    }
}
@media screen and (max-width: 520px){
    .content-wrapper {
        margin-top: 136px;
    }
}
/*responsive common END*/
.block-list{
    margin: 0 0px 25px 0px;
    padding-bottom: 20px;
}
.block-list:first-child{
    margin-top: 25px;
}
.block-list:last-child{
    border-bottom: none;
}
.block-date-hold {
    font-size: 16px;
}
.panel-content-footer,.panel-content{
    width: 100%;
    float: left;
}
.panel-content{
    padding: 0 25px 25px;
}
/**/
.user-dropdown ul.dropdown-cart {
    min-width: 250px;
    top: 42px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.11);
    padding: 0;
}
.user-dropdown ul.dropdown-cart li .item {
    display: block;
    padding: 6px 10px;
    margin: 3px 0;
    cursor: pointer;
}
.user-dropdown ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
.user-dropdown ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.user-dropdown ul.dropdown-cart li .item-left{
    float:left;
}
.user-dropdown ul.dropdown-cart li .item-left img,
.user-dropdown ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
.user-dropdown ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;
}
.user-dropdown ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
.user-dropdown ul.dropdown-cart li .item-right{
    float:right;
}
.user-dropdown ul.dropdown-cart li .item-right button{
    margin-top:14px;
}
.user-dropdown, .notification-hold{
    float: left;
}
.user-dropdown .nav .open > a, .user-dropdown .nav .open > a:hover, .user-dropdown .nav .open > a:focus {
    background-color: transparent;
    border: none!important;
}
/*inner page*/
.inner-page-holder .panel-header{
    height: auto;
}
.inner-page-holder .panel-header h1{
    font-size: 18px;
}
.inner-page-content{
    padding: 30px 0;
    float: left;
    width: 100%;
}
/*registration form*/
.form-block.split{
    float: left;
    width: 50%;
    padding: 40px 0;
}
.form-block .form-control{
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.form-block .control-label{
    font-weight: normal;
}
.form-block.split:first-child .form-sub-hold{
    border-right: 1px rgb(236, 236, 236) solid;
}
.form-block.split .select-date-birth{
    width: 33.3%;
    float: left;
    padding-right: 10px;
}
.form-block.split .select-date-birth:last-child{
    padding-right: 0!important;
}
.form-block.split .select-date-birth select{
    width: 100%;
    font-size: 13px;
}
.form-block select {
    width: 100%;
    padding: 3px;
    height: 33px;
    border: 1px solid #ccc;
    color: #949494;
}
.form-block textarea{
    border: 1px solid #ccc;
    color: #949494;
    padding: 5px;
    width: 100%;
}
.form-block input[type="text"]:focus, .form-block select:focus,.form-block textarea:focus{
    border: solid 1px #95d60a!important;
    outline: none;
}
.smart-content h1{
    font-size: 20px;
    color: #7db504;
    margin: 0;
    padding: 0;
    font-weight: normal;
    margin-bottom: 5px;
}
.smart-content h2{
    font-size: 15px;
    color: #666b5c;
    margin: 0;
    padding: 0;
    font-weight: normal;
    margin-bottom: 5px;
}
.smart-content h2~p{
    margin-top: 10px;
}
.form-block .field-display{
    float: left;
    margin-top: 7px;
}
.form-block.split.no-split:first-child .form-sub-hold{
    border-right: none!important
}
.form-block.split.no-split{
    width: 100%;
}

.readonly-form.form-block .control-label {
    color: #527703;
}
.left-aligned-readonlyform{
    float: left;
    width: 100%;
    padding-left: 40px!important;
    padding-right: 40px!important;
}
.left-aligned-readonlyform .form-horizontal .control-label{
    text-align: left!important;
}
.left-aligned-readonlyform.accounty-style-v2 .form-horizontal .control-label {
    text-align: right!important;
}
.padding-clear{
    padding-left: 0!important;
    padding-right: 0!important;
}
.info-confirmation-box {
    background-color: rgba(241, 241, 241, 0.55);
    padding: 10px;
    border: solid 1px rgba(191, 191, 191, 0.24);
    line-height: 25px;
    color: #344c01;
   font-family: 'Roboto', sans-serif;
}
.info-confirmation-box .check-box-hold{
    position: relative;
    top: 9px;
}
.cancel.button{
    background-color: #868686!important;
}
.cancel.button:hover{
    background-color: #676666!important
}
.padding-top-20{
    padding-top: 20px!important;
}
img.account-image{
    background-color: #e7e8ea;
    padding: 2px;
    border: solid 1px #ccc;
    max-width: 200px;
}
.accounty-style-v2 {
    width: 40%;
    margin: 45px 30%;
    border: solid 1px #e2e1e1;
}
.accounty-style-v2 img.account-image {
    max-width: 135px;
    margin: 0 inherit;
}
.badge-holder img{
    width: 100%;
    max-width: 160px;
    border-radius: 50%;
    height: 160px;
}
.badge-holder{
    text-align: center;
    border-right: solid 1px #eaeaea;
}
.badge-holder .themebadge-1st{
    width: 165px;
    height: 165px;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #eee;
    background-repeat: no-repeat;
    /* border-radius: 50%; */
    margin: 0;
    position: relative;
}
.sub-theme-item .themebadge-2nd{
    width: 60px;
    height: 60px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0 auto;
    background-color:#ccc;
}

.sub-theme-row .theme-ico {
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    font-size: 17px;
    color: #fff;
    display: inline-block;
}
.green{
    background-color: #95d60a;
}
.red{
    background-color: #d6550a!important;
}
.orange{
    background-color: #FF9800;
}

.sub-theme-container{
    border-left: solid 1px #ecebeb;
    margin-left: -1px;
}
.theme-ico-name{
    width: 100%;
    float: left;
}
.sub-theme-item{
    border-right: solid 1px rgb(230, 230, 230);
}
.sub-theme-item img{max-width: 100%;width: 60px;border-radius: 50%;height: 60px;}
.sub-theme-row {
    border-bottom: solid 1px rgba(232, 232, 232, 0.37);
    padding: 10px 0;
}
.sub-theme-row:last-of-type{
    border-bottom: none!important;
}
.badge-row {
    border-bottom: solid 1px rgba(105, 152, 5, 0.26);
    padding: 10px 0 14px;
}
.badge-holder .badge-name{
    color: #698e1b;
    font-size: 16px;
    padding-top: 4px;
    display: inline-block;
    border-bottom: solid 1px #95d60a;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.disabled-badge.badge-holder img, .disabled-badge.badge-holder .badge-name, .swiper-slide.disabled-badge img,.sub-theme-item.disabled-badge img{
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.badge-row:last-child{
    border-bottom: none;
}
/*workshop page*/
.workshop-row {
    float: left;
    border-bottom: solid 1px #efefef;
    padding: 15px 0;
    width: 100%;
}

.workshop-ico {
    display: inline-block;
    width: 70px;
    background-color: #929292;
    color: #ffffff;
    border-radius: 50%;
    height: 70px;
    font-size: 20px;
    padding-top: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
}
.workshop-ico img{width:100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: block;height: 100%;object-fit: cover;}
.workshop-name {
    width: 100%;
    display: inline-block;
    margin-top: 4px;
    font-size: 15px;
    color: #72a900;
}
.workshop-lines-hold .workshop-lines.main-theme {
    color: #5f8a03;
    font-size: 16px;
    margin-bottom: 12px;
   /* float: left;*/
    width: 100%;
}
.workshop-lines-hold .workshop-lines.main-theme.student-date{
    display: flex;
}
.modal-dialog .workshop-lines.main-theme.student-date{
    display: flex;
}

.workshop-lines.date-start {
    margin-right: 10px;
}
.workshop-lines.date-end, .workshop-lines.date-start{
    float: left;
    font-size: 13px;
}
.workshop-lines .workshop-calendar-ico{
    width: 12px;
    position: relative;
    top: -2px;
}
.workshop-lines-hold .date-row {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.workshop-lines .workshop-line-disc{
  color:#3b3b3b;
  word-break: break-word;
}
.model-field-row > span {
    word-break: break-word;
}
.workshop-line-label{
    padding-right: 8px;
}
.date-row .sep-date {
    float: left;
    margin-right: 13px;
}
.workshop-list-button-row .button.more-info {
    background-color: #3091bf!important;
}
.workshop-row:last-child{
    border-bottom: none;
}
.workshop-list-button-row .button.more-info:hover {
    background-color: #18739e!important;
}
.workshop-list-button-row .book-now.button{
    /*margin-bottom: 15px!important;*/
        background-color: #3091bf!important;
}
.normal-modal .modal-dialog .modal-content{
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    border-radius: 0!important;
}
.normal-modal{
  /*  top: 22%!important;*/
}
.normal-modal .modal-header{
    padding: 10px 15px!important;
    border-bottom: 1px solid #efefef!important;
    background-color: #f9f9f9;
}
.normal-modal .modal-title{
    font-size: 19px!important;
    font-family: 'Roboto', sans-serif;
    color: #252525;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 19px;
    color: #368839;
}
.model-content-hold .model-label {
    color: #5f8a03;
}
.model-content-hold .model-label span{
    float: right;
}
.model-field-row{
    margin-bottom: 10px;
}
.model-content-hold{
    padding: 10px;
}
.modal-close {
    float: right;
    position: relative;
    top: 2px;
    right: 0px;
    cursor: pointer;
    padding: 10px;
    width: 5px;
    height: 5px;
}
.modal-close img {
    width: 12px;
    position: relative;
    top: -9px;
    left: -5px;
}
@media (min-width: 768px){
    .normal-modal .modal-dialog {
        width: 710px;
        margin: 30px auto;
    }
    .alert-modal .modal-dialog {
        width: 710px;
        margin: 100px auto;
    }
}
.row.model-field-row .radio label, .row.model-field-row .checkbox label{
    color: #5f8a03;
}
.row.model-field-row .checkbox input[type="checkbox"]{
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.workshop-line-label > span{
    float: right;
}
.workshop-lines-hold.single {
    border-left: dashed 1px rgba(230, 230, 230, 0.92);
    border-right: solid 1px rgba(243, 242, 242, 0.92);
}
.workshop-row.row.single .workshop-name {
    font-size: 17px;
    color: #72a900;
}
.workshop-row.row.single .workshop-ico {
    width: 100px;
    height: 100px;
    padding-top: 30px;
    font-size: 30px;
}
/*my booking*/
.style-tab .panel-heading li a {
    color: #618c06;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
}
.style-tab .nav > li > a:hover, .style-tab .nav > li > a:focus, .style-tab .nav > li > a.active,  .style-tab .nav-tabs > li.active > a{
    background-color: #f9f9f9!important;
    color: #6fa201!important;!important;
    border-bottom: 1px solid #95d60a!important;
}
.style-tab .nav-tabs > li.active > a{
    background-color: #fff!important;
}
.style-tab .panel-heading{
    padding-bottom: 0!important;
}
.style-tab .nav.nav-tabs{
    border-bottom: none;
}
.panel-default.style-tab {
    border-color: #ececec!important;
}
.cancel-booking{
  background-color: #d65f57 !important;
}
.cancel-booking:hover{
  background-color: #b3463e!important;
}
.bread-crumb-hold {
    width: 50%;
    float: left;
    padding: 11px 10px 8px;
    text-align: right;
    color: #252525;
}
.inner-page-holder > .panel-header > h1{
    width: 50%;
    float: left;
}
.bread-crumb-hold a {
    color: #77ab07;
}
.bread-crumb-hold a:hover{
    text-decoration: none;
    color: #91d009!important;
}
.bread-crumb-hold a:after {
    content: '>';
    position: relative;
    left: 7px;
}
.bread-crumb-hold a:focus{
    outline: none;
    text-decoration: none;
}
.bread-crumb-hold span{
    padding-right: 10px;
}
/*login*/
.login {
    margin-top:10px;
}
.set-logo {
    background:#fff;
    color:#ddd;
    border-radius:500%;
    padding:11px;
    font-size:108px;
    border: solid #ddd 14px;
}
.logo {
    margin-top:27px;
    margin-bottom:54px;
}

.last-row {
    margin-bottom:0px;
}

.checklabel {
    font-weight:100;
}
.login .logo img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
    background-color: #95d60a;
    padding: 22px;
}
.margin-right-clear{
    margin-right: 0!important;
}
.user-idea-row{
    width: 100%;
    float: left;
    margin-top: 9px;
    margin-bottom: 0px;
    border-top: solid 1px rgb(241, 241, 241);
    padding-top: 6px;
}
.user-idea-row a {
    text-decoration: none!important;
    /* border-left: solid 1px #95d60a; */
    padding-left: 7px;
    font-size: 12px;
    height: 15px;
}
.user-idea-row a:nth-child(2) {
    margin-right: 7px;
    border-left: none;
}
a:focus{
    outline: none!important;
}
.forgot-password-title {
    font-size: 24px;
    color: #8cca09;
    margin-top: 7px;
}
.forgot-password-title-2 {
    font-size: 20px;
    color: #8cca09;
    margin-top: 7px;
}
.forgot-password-title-2~p{
    padding-bottom: 10px;
}
/*header*/
.transition-nav .top-header .navbar-brand {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.custom-navbar.transition-nav>*, .transition-nav .lang-wrapper, .transition-nav .lang-wrapper, .transition-nav .navbar-nav > li > a, .transition-nav .top-header .navbar-brand > img, .transition-nav .custom-navbar .message-top, .transition-nav .custom-navbar .search-top, .transition-nav .custom-navbar .lang-container, .transition-nav .custom-navbar .navbar-nav > li > a, .transition-nav .custom-navbar .nav > li > ul, .transition-nav .lang-wrapper:after, .transition-nav .search-container, .transition-nav .lang-wrapper * {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top-header .navbar-brand {
    width: 160px;
    height: 180px;
    float: left;
    background: url(../images/logo_large.png) no-repeat center top;
}
.bottom-header .navbar-form.navbar-right{
    margin-bottom: 0!important;
}
/*my account*/
.accounty-style-v3 .account-image{
    border-radius: 50%;
}
.accounty-style-v3 img.account-image {
    max-width: 135px;
    position: absolute;

}
.accounty-style-v3 .form-block.split {
    padding-left: 172px;
}
.form-block.second-column{
    padding-left:50px!important;
}
.control-label > span{
    float: right;
}
/**/

/*11-9-2017*/
/*notification bell*/
.notification-hold {
    margin-left: 10px;
    position: relative;
    top: 9px;
    width: 25px;
    padding-left: 5px;
    padding: 0 5px;
    right: 2px;
}
.notification-hold .notify-me i {
    color: #8ac50b;
    font-size: 19px;
}
.notification-dropdown .dropdown-menu a i {
    position: absolute;
    left: 6px;
    top: 10px;
    color: #71a208;
}
.notification-dropdown .dropdown-menu > li{
    position: relative;
}
.notification-hold .notify-me .bell-count {
    min-width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #7aad0b;
    font-size: 8px;
    display: inline-block;
    line-height: 15px;
    text-align: center;
    position: absolute;
    top: -12px;
    left: 12px;
    padding: 0px 1px 0 1px;
    border: solid 1px #81b908;
    font-weight: bold;
}
.notification-hold .notify-me .bell-count, .notification-hold .notify-me i {
  -webkit-transition: all .5s;
    transition: all .5s;
}
.user-dropdown ul > li.dropdown > a{
    margin-left: 5px;
}
.notification-dropdown .dropdown-menu {
    min-width: 320px!important;
    max-height: 270px;
    overflow-y: auto;
}
.notification-dropdown .dropdown-menu> li > a {
    white-space: normal!important;
    font-size: 12px;
    padding-left: 22px;
    color: #686d5e;
}
.notification-hold:hover .notify-me i{
    color: #9ee010!important;
}
.notification-hold:hover .notify-me .bell-count{
    background-color: #9ee010!important;
    color: #fff;
    border: solid 1px #9ee010;
}
.user-dropdown ul > li.dropdown > a{
    transition: none!important;
    border-bottom: none;
}
.reduced-navbar .bottom-header .navbar-form.navbar-right {
    margin-top: 12px;
}

@media screen and (max-width: 767px){
    .bottom-header{
        padding: 0;
    }
    .user-dropdown {
        text-align: center;
        border: solid 1px rgba(204, 204, 204, 0.48);
        border-bottom: none;
        position: relative;
        background-color: rgba(149, 214, 10, 0.09);
        background-color: transparent;
        border: unset;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 10px;
        align-items: flex-start;
    }
    .notification-dropdown{
        border: solid 1px rgba(204, 204, 204, 0.7);
        border-top: none;
        margin-top: -8px;
        background-color: rgba(149, 214, 10, 0.09);
        padding: 1px 0 4px;
        background: unset;
        border: unset;
        position: absolute;
        top: 19px;
        right: 51px;
        width: 40px;
        height: auto;
    }
    .notification-dropdown .navbar-nav > li{
    min-height: 40px;
    margin-right: 0;
    position: relative;
}
    .user-dropdown, .notification-hold{
        float: none;
        display: flex;
    }
    .user-dropdown .nav.navbar-nav.navbar-right{
    width: 100%;
    margin: 13px 5px;
}
    .user-dropdown .user-img{
    padding: 0 16px 0 0;
}
    .notification-dropdown .navbar-nav{
        text-align: center;
        margin: 0 !important;
    }
    .user-dropdown .dropdown-toggle{
        display:inline;
    }
    .user-dropdown .user-img img {
        top: 6px;
    }
    .notification-hold{
        display: inline-block;
        margin: 0;
        right: auto;
    }
    .notification-hold .notify-me i{color:#fff}
    .notification-hold .notify-me .bell-count{top: -8px;}
    .user-dropdown ul > li.dropdown > a{
        margin-left: 0;
        background-position: right 10px;
        width: 100%;
        text-align: left;
        padding-left: 0px;
        margin-right: 0;
    }
    .accounty-style-v3 img.account-image {
        max-width: 90px;
    }
    .control-label > span {
        float: none;
    }
    .bottom-header .dropdown-menu{
        margin: 0 15px;
    }
    .login {
        margin: 100px 15px;
    }
    .login .well {
        display: inline-block;
        width: 100%;
    }
}
    @media screen and (min-width: 768px) and (max-width: 991px){
         .user-dropdown .dropdown-menu{
        margin: 16px 15px 0;
    }
    .user-dropdown .user-img img {
        width: 28px;
        height: 28px;
        top: 3px;
    }
    .bottom-header {
        padding-left: 106px;
    }
    .bottom-header .navbar-nav > li > a{
        margin: 0px 10px;
    }

    .bottom-header .navbar-form.navbar-right {
        margin: 10px 0!important;
    }
    /**/
    .navbar-nav > li > a{
        font-size: 14px;
    }
}


/**/
@media screen and (min-width:0px) and (max-width:1084px){
    .login .well .button{
        min-width: 65px;
    }
    .bread-crumb-hold,.inner-page-holder > .panel-header > h1 {
        width: 100%;
    }
}
@media screen and (max-width:1260px){
    .accounty-style-v3 .form-block.split {
        padding-left: 0px;
    }
    .accounty-style-v3 img.account-image {
        position: static;
        margin-bottom: 18px;
    }
    .form-block.split {
        width: 100%;
        padding-bottom:0;
    }
    .form-block.second-column {
        padding-left: 0px!important;
    }
    .form-block.split:first-child .form-sub-hold {
        border-right: none;
    }
}

/******** custom-code-start ********/
.edit-btn{background: #95d60a;padding: 10px 38px;color: #fff;}
.edit-btn:hover, .edit-btn:focus{color: #fff;text-decoration: none;}
.accounty-style-v3.edit-account-page .form-block.split{padding-left: 0px;}
.sub-theme-item.disabled-badge,.theme-workshop-list-row.disabled-badge{color: #ededed;opacity: 1}
.theme-workshop-container.disabled-badge{color: #d9dada;}
.theme-workshop-container.enable-badge{color: #95d60a;}
.button.ar-btn{width: 145px;}
.disable-lang-switch{position: fixed;top: 10px;right: 110px;width: 180px;height: 39px;z-index: 33333;}

.swiper-slide a.slide-thumb{
    display: inline-block;
    clear: both;
    height: 120px;
    width: 120px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: relative;

}
.swiper-slide a.slide-thumb span.fittoblock{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.workshop-booking .panel-content .workshop-list .wokshop-default-bg
{
    width: 100%;
    height: 70px;
    float: left;
    padding: 2px;
    /* background-color: #ccc; */
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: contain;
}
.disabled-badge,.sub-theme-item.disabled-badge .themebadge-2nd{
    opacity: .3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.sgg-footer-form #signup-response.response-error
{
    color: #ff2f2f;
    font-size: 11px;
}
.sgg-footer-form #signup-response.response-success
{
    color: #95d60a;
    font-size: 11px;
}
.notification-page .block-style
{
    margin-bottom: 40px;
}
.notification-page .panel-content
{

padding: 0;
}
.notification-page .notificaiton-list ul{
    margin: 0;
    padding: 0;
}
.notification-page .notificaiton-list ul li{
    list-style-type: none;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}
.notification-page .notificaiton-list ul li.read
{
    background: #dedede;
    opacity: 0.3;
}
.notification-page .notificaiton-list ul li a.text-wrapper{
    display: block;
    padding: 15px 45px 15px 45px;
    color: #000;
}
.notification-page .notificaiton-list ul li a.text-wrapper em
{

color: #b3aeae;

font-style: normal;
}
.notification-page .notificaiton-list ul li:last-child
{
border-bottom: 0px;
}
 .notification-page .notificaiton-list ul li a i{
    position: absolute;
    left: 17px;
    top: 19px;
    color: #71a208;
}
.notification-page .notificaiton-list ul li a i.right
{

position: absolute;

right: 13px;

left: auto;

top: 15px;

font-size: 26px;

color: #ccc;
}
.notification-page .notificaiton-list ul li a:hover
{
    text-decoration: none;
}
.notification-dropdown .dropdown-menu> li > a.button
{

color: #fff;

display: block;

margin: 10px auto!important;

padding: 7px;

width: 125px;
}
.notification-dropdown .dropdown-menu> li > a.button:hover
{
    color: #fff!important;
}
.notification-dropdown .nav > li > ul> li:last-child:hover
{
    background:#fff;

}
.notification-page .no-notificaiton {
    padding: 10px;
}
#login_form .checkbox{font-weight:normal}
#login_form .checkbox input[type="checkbox"]{margin-left:0;position: relative;top: 2px;}
.workshop-list-button-row .book-now.red.disabled:hover{background-color: #d6550a!important;}




.survey-panel{
    margin: 100px auto 40px;
    width: 710px;
    box-shadow: 0 0 10px #00000029;
    border-radius: 20px;
    padding: 30px;
    background: #fff;
    text-align: center;
}
.survey-panel h3{
    text-align: center;
    margin-bottom: 20px;
}
.survey-panel label.answer-label{
    font-size: 16px;
    font-weight: 100;
    width: 25%;
    background-color: #eee;
    line-height: 80px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
}
.survey-panel .single-q > *:nth-child(10),
.survey-panel .single-q > *:nth-child(12){
    /* display:none; */
}
.survey-panel label.answer-label:hover{
    background-color: #ddd;
}
.survey-panel input.answer-input{
    position: absolute;
    opacity: 0.01;
}
.survey-panel input.answer-input:checked + label.answer-label,
.survey-panel input.answer-input:checked + label + label.answer-label{
    background-color:#95d60a;
    color:#fff;
    font-weight:600;
}
.survey-panel .single-q{
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}
.survey-panel .single-q label.error{
    position:
    absolute;
    color: red;
    bottom: 17px;
    font-weight: normal;
}
.survey-panel .btn{
    width: 100%;
    background-color: #a0a0a0;
    color: #fff;
    height: auto;
    padding: 20px;
    font-size: 23px;
}
@media (max-width: 1120px){
.custom_wall_of_fame .disabled-badge {
    width: 29%;
}
}

@media (max-width: 850px){
    .wall_of_fame_wrapper .themebadge-1st{
    width: 140px !important;
    height: 140px !important;
}
    .my-badge.block-style .inner-page-content .themebadge-section .badge-holder img{
    max-width: 130px;
    height: 130px;
}
.custom_wall_of_fame .disabled-badge {
    width: 28%;
}
}

@media (max-width: 650px){
    .custom_wall_of_fame .disabled-badge{width:100%}
    .custom_wall_of_fame .disabled-badge {
    width: 47%;
    margin: 3px;
    margin: 5px 5px;
}
.wall_of_fame_wrapper .themebadge-1st{
    width: 100px !important;
    height: 100px !important;
}
.my-badge.block-style .inner-page-content .themebadge-section .badge-holder img{
    max-width: 100px;
    height: 100px;
}
    .survey-panel{
        margin: 0 10px 30px;
        width: auto;
        padding: 5px;
    }
    .survey-panel h3{
        margin: 0 0 20px;
        font-size: 14px;
    }
    .survey-panel label.answer-label{
        width: 130px;
        line-height: 35px;
        font-size: 14px;
    }
    .survey-panel label.answer-label:hover{}
    .survey-panel input.answer-input{}
    .survey-panel input.answer-input:checked + label.answer-label{}
    .survey-panel .single-q{
        margin-bottom: 10px;
        padding-bottom: 20px;
    }
    .survey-panel .btn{
        font-size: 15px;
        padding: 10px;
        margin-bottom: 20px;
    }
}


@media (max-width: 520px){
    .notification-dropdown{
    top: 130px !important;
    right: 10px !important;
    /* width: auto; */
    align-items: unset;
    }
}

@media (max-width: 470px){
    .notification-dropdown{
    top: 100px !important;
}
}

@media (max-width: 450px){
    .custom_wall_of_fame .disabled-badge:after{
    height: 126px;
}
    .custom_wall_of_fame .disabled-badge{width:100%;margin: 5px 5px;}
}