/***** EVENTS ******/

.msleventstyle .event-details h2 {
    margin:0px !important;
}

.msleventstyle .event-details h4 {
    margin:10px 0px 20px 0px;
}

.msleventstyle .eventlist_day h4 {
    color:inherit;
    font-size:22px !important;
}

.msleventstyle .event_item {
    /*width: 30.6%;*/
    width: 23%;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 0px;
    float: left;
    /*min-height: 350px;*/
    min-height: 350px;
}

#msleventstyle-1 .event_item {
    width: 100% !important;
    margin: 10px;
    min-height:300px;
}

#msleventstyle-2 .event_item {
    width: 46% !important;
    margin: 10px;
    min-height:300px;
    
}

.msleventstyle .event_item .msl_event_name {
    padding: 10px;
    margin-top: -15px;
    display: block;
    font-size:18px !important;
}

#msleventstyle-2 .msl_eventlist .msl_event_name {
    font-weight:normal;
}

.msleventstyle .event_item .msl_event_time, .msleventstyle .event_item .msl_event_location {
    padding: 0px 10px;
}

.msleventstyle .msl_event_image img {
    padding-bottom: 20px;
    display: block;
    width: 100%;
    margin: auto;
    height: auto;
    margin-bottom:0px;
    border-radius: 5px;
}

.msleventstyle .msl-title .img-responsive {
    margin-bottom:0px;
}

.msleventstyle .msl_event_description, .msl_event_types {
    display:none;
}

.msleventstyle .event_item a {
    font-size:18px !important;
    color:#337ab7 !important;
    text-decoration:none !important;
}

.msleventstyle .event_item a:hover {
    text-decoration:underline !important;
}

.msleventstyle .msl_event_time {
    margin-bottom:0px;
    font-weight:bold;
}

@media (min-width:992px) and (max-width:1200px) {
    .msleventstyle .event_item {
         width: 45%;
    }
    
    #msleventstyle-2 .event_item {
        width: 45% !important;
    }
    
    #msleventstyle-1 .event_item {
        width: 95% !important;
    }
}


@media (max-width:992px) {
    .msleventstyle .event_item {
         width: 95%;
    }
    
    #msleventstyle-2 .event_item {
        width: 95% !important;
    }
    
    #msleventstyle-1 .event_item {
        width: 95% !important;
    }
}

.msleventstyle .eventlist_day {
    clear:both;
}

.msleventstyle .eventlist_day h4 {
    padding-top:20px;
}

.msleventstyle .msl_ticket {
    background-color: #357b73;
    background: #357b73;
    border-color: #357b73;
    color:#fff;
    white-space: inherit;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
    width: 90%;
    padding: 10px 16px;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
}

.msleventstyle .msl_ticket:hover, .msleventstyle .msl_ticket:focus, .msleventstyle .msl_ticket:active {
    background-color: #255a54;
    text-decoration:none;
}

.msleventstyle .event_item .msl_event_tickets .msl_ticket {
    color:#fff !important;
}

.msleventstyle .event_item .msl_event_tickets .msl_ticket:hover {
    color:#fff !important;
    text-decoration:none !important;
}

/******** NEWS  *******/

.mslnewsstyle .msl-news .msl-item {
    width: 30.6%;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 0px;
    float: left;
    min-height: 300px;
}

.mslnewsstyle .msl-news .msl-item .msl-pubdate {
    font-weight:bold;
}

#mslnewsstyle-4 .msl-news .msl-item {
    width: 23%;
    padding-bottom: 20px;
}

#mslnewsstyle-2 .msl-news .msl-item {
    width: 46% !important;
}

.mslnewsstyle .msl-news img {
    padding-bottom: 20px;
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom:0px;
    border-radius: 5px;
}

.mslnewsstyle .msl-title .img-responsive {
    margin-bottom:0px;
}

.mslnewsstyle .event-details h3 {
    margin:0px !important;
}

.mslnewsstyle .msl-title {
    padding: 10px;
    margin-top: -15px;
    display: block;
    font-size:18px !important;
}

.mslnewsstyle .msl-item-details {
    padding: 0px 10px;
}

.mslnewsstyle .msl-title a {
    font-size:18px !important;
    color:#337ab7 !important;
    text-decoration:none !important;
}

.mslnewsstyle .msl-title a:hover {
    text-decoration:underline !important;
}

@media (min-width:992px) and (max-width:1200px) {
    .mslnewsstyle .msl-news .msl-item,
    #mslnewsstyle-2 .msl-news .msl-item, 
    #mslnewsstyle-4 .msl-news .msl-item {
        width: 45% !important;
    }
    
    #mslnewsstyle-4 .msl-news .msl-item {
        min-height:350px;
    }
}

@media (max-width:992px) {
    .mslnewsstyle .msl-news .msl-item,
    #mslnewsstyle-2 .msl-news .msl-item,
    #mslnewsstyle-4 .msl-news .msl-item {
        width: 95% !important;
    }
    
    .mslnewsstyle .comments dt a {
        font-size:14px;
    }
}

/******** SURVEY *******/

#ctl00_survey_btnStart, #ctl00_survey_btnSubmit, #ctl00_survey_btnNext, #ctl00_survey_btnResubmit, #ctl00_survey1_btnStart, #ctl00_survey1_btnSubmit, #ctl00_survey1_btnNext, #ctl00_survey1_btnResubmit, #ctl00_survey2_btnStart, #ctl00_survey2_btnSubmit, #ctl00_survey2_btnNext, #ctl00_survey2_btnResubmit {
    padding: 5px 20px;
    background-image: none;
    border: 1px solid #419882;
    border-radius: 5px;
    background: #419882;
    color: #fff;
    font-size: 16px;
}

#ctl00_survey_btnStart:hover, #ctl00_survey_btnSubmit:hover, #ctl00_survey_btnResubmit:hover, #ctl00_survey1_btnStart:hover, #ctl00_survey1_btnSubmit:hover, #ctl00_survey1_btnResubmit:hover, #ctl00_survey2_btnStart:hover, #ctl00_survey2_btnSubmit:hover, #ctl00_survey2_btnResubmit:hover {
    background: #297965;
}

#ctl00_survey_btnCancel, #ctl00_survey1_btnCancel, #ctl00_survey2_btnCancel {
    padding: 5px 20px;
    background-image: none;
    border: 1px solid #d11a2a;
    border-radius: 5px;
    background: #d11a2a;
    color: #fff;
    font-size: 16px;
}

#ctl00_survey_btnCancel:hover, #ctl00_survey1_btnCancel:hover, #ctl00_survey2_btnCancel:hover {
    background: #b11422;
}

#ctl00_survey_btnBack, #ctl00_survey1_btnBack, #ctl00_survey2_btnBack {
    padding: 5px 20px;
    background-image: none;
    border: 1px solid #3294C5;
    border-radius: 5px;
    background: #3294C5;
    color: #fff;
    font-size: 16px;
}

#ctl00_survey_btnBack, #ctl00_survey1_btnBack, #ctl00_survey2_btnBack {
    border: 1px solid #3F366F;
    background: #3F366F;
    color: #fff;
}

.vp_form input.address {
    width:50%;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-left:10px;
}

.vp_form input.post_code {
    width:50%;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-left:40px;
}

.vp_form .countrydropdown {
    width: 50%;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 50px;
    padding:5px;
}

@media (max-width:768px) {
    .vp_form input.address, .vp_form input.post_code, .vp_form .countrydropdown {
        width: 100%;
        margin-left:0px
    }
}

.vp_form textarea.max, .vp_form input.large {
    width: 100%;
    border-radius:5px;
}

.vp_content ul li {
    margin-bottom:10px;
}


/******** ELECTIONS *******/

.election-wb .election {
    background:#fff;
    padding: 40px;
    border-radius: 5px;
    font-size:16px;
}

.election-wb .votenow {
    display: block;
    background-color: #357b73;
    border-color: #357b73;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 1.2em;
    margin: 20px 0;
}

.election-wb .votenow:hover {
    background-color:#255a54;
    border-color: #357b73;
    color: #fff;
}

.election-wb .election h1, .election-wb .election h2, .election-wb .election h3, .election-wb .election h4, .election-wb .election h5 {
    color:#357B73 !important;
}

.election-wb .election p {
    color:#000 !important;
}

.election-wb .election p a {
    color:#337ab7 !important;
}

.election-wb .election p .btn-blue {
    color:#fff !important;
}

.election-wb .msl-election-stand dl {
    background-color: #357b73;
    color: #fff;
}

.election-wb .msl-election-posts dl {
    background-color: #211C36;
}

.election-wb .msl-election-stand dl a, .election-wb .msl-election-posts dl a {
    color: #fff;
    text-decoration:underline;
}

/* REFERENDA ON COLOR BACKGROUND */

.referenda-wb .referendum {
    border: 1px solid #fff;
    margin: 1em 0;
    background: #fff;
    border-radius:5px;
}

.referenda-wb .votenow {
    display: block;
    background-color: #357b73;
    border-color: #357b73;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 1.2em;
    margin: 20px 0;
}

.referenda-wb .votenow:hover {
    background-color: #255a54;
    border-color: #357b73;
    color: #fff;
}

.referenda-wb .referendum h3 {
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: #357b73;
    margin: 0;
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.referenda-wb .motion, .referenda-wb .referendum-description {
    padding:10px 20px;
}

.referenda-wb .referendum h4 {
    color: #357b73 !important;
    font-size: 28px;
    margin-left:15px;
}

.referenda-wb .motion-desc {
    margin-bottom:20px;
}

.referenda-wb .referendum p {
    color:#000 !important;
}

.referenda-wb .referendum p a {
    color:#337ab7 !important;
}

/* REF PAGE */
#referendum_ballot h3 {
    background-color: #357B73 !important;
    padding: 1em;
    margin: 0;
    color: #fff;
    border-bottom: none;
}

#referendum_ballot input.button {
    padding: 0;
    border: 1px solid #999;
    border-radius: 5px;
    background: #f6f6f6;
    color: #333;
}

/*SURVEY ON COLOR BACKGROUND */
.survey-wb {
    background-color:#fff;
    padding:20px 40px;
    border-radius:5px;
    margin:30px 0px;
}

.survey-wb h1 {
    color:#211C36 !important;
    font-size:38px !important;
}

.survey-wb p {
    color:#000 !important;
    font-size:16px !important;
}

.survey-wb p a {
    color:#0092c2 !important;
    font-size:16px !important;
    text-decoration:none;
}

.survey-wb p a:hover {
    text-decoration:underline;
}

/* COMMENT BOXES */

.comment_panel #add_comment dd {
    border-color: #09c;
    border-radius: 5px;
    border:1px solid #211c36;
}

.comment_panel #add_comment span.comment_details {
    background-color: #211c36;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    margin-left: -1px;
    margin-top:-1px;
}

.comment_panel dl.comments span.comment_details h3 {
    font-size:18px !important;
}

.comment_panel dl.comments span.comment {
    display: block;
    padding: 15px;
}

.comment_panel .button {
    color: #fff;
    background-color: #357b73;
    border-color: #357b73;
    margin: 10px 0px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.comment_panel .button:hover, .comment_panel .button:focus, .comment_panel .button:active {
    background-color: #255a54;
    color: #fff;
}

.comment_panel textarea.textbox {
    font-size:16px;
}

.comment_panel dl.comments span.comment_details {
    display: block;
    background: #357b73;
    color: #fff;
    position: relative;
    padding: 10px;
    font-size: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: -1px;
    margin-top:-1px;
}

.comment_panel dl.comments span.comment_delete a {
    color: #fff;
    text-decoration: underline;
    margin-top: 5px;
    display: inline-block;
}

.comment_panel dl.comments dt img.avatar {
    display: none;
    margin: 0 auto;
    width: 50px;
}

.comment_panel dl.comments dd {
    display: block;
    min-height: 100px;
    margin: 0 150px 50px 0;
    border: 1px solid #357b73;
    border-radius:5px;
    padding: 0;
    clear: none;
}

@media (max-width:768px) {
    .comment_panel dl.comments dt {
        width: 70px;
        display: inline-block;
        float: right;
        clear: both;
        margin: 0px -15px 1em 0px;
        padding:2px
        background: url(images/comment_right.gif) no-repeat 0 0;
        text-align: center;
    }
    
    .comment_panel dl.comments dt a {
        font-size:12px !important;
    }
    
    .comment_panel dl.comments dd {
        margin: 0 60px 50px 0;
    }
}

.msl_admin_page .vp_form .checkbox label {
    margin-left: 15px;
}

/* MSL BLOG STYLE */

.mslblogstyle .img-responsive {
    margin-bottom:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}

.mslblogstyle .msl-recentblogposttitle {
    display:block;
    padding:20px 20px;
    /*text-align: center;*/
    font-size:18px !important;
    color: #337ab7 !important;
    text-decoration:none;
}

.mslblogstyle .msl-recentblogposttitle:hover {
    text-decoration:underline;
}

.mslblogstyle ul {
    list-style: none;
    padding:0px;
}

.mslblogstyle li {
        background: #fff;
        float:left;
        margin:10px;
        min-height:400px;
        border-radius:5px;
        margin-bottom:30px;
    }

@media (min-width:1200px) {
    .mslblogstyle li {
        width:30%;
        min-height: 430px;
    }
    
    #mslblogstyle-2 .msl-recentblogposts li {
        width: 45% !important;
        margin: 10px;
        min-height:300px;
    }
}

@media (max-width:1200px) and (min-width:1020px) {
    .mslblogstyle li {
        width:30%;
        min-height: 430px;
    }
    
    #mslblogstyle-2 .msl-recentblogposts li {
        width: 45% !important;
        margin: 10px;
        min-height:300px;
    }
}

@media (max-width:1020px) and (min-width:768px) {
    .mslblogstyle li {
        width:46%;
    }
}

@media (max-width:768px) {
    .mslblogstyle li {
        width:95%;
    }
}

.mslblogstyle .msl-recentblogpostblogname {
    display:none;
}

.mslblogstyle .msl-recentblogpost {
    display:block;
    border-radius: 5px;
}

.mslblogstyle li {
    border: 1px solid #ededed;
}

.mslblogstyle .msl-recentblogpostdate {
    display:block;
    margin-bottom:5px;
    padding: 0px 20px;
    font-weight:bold;
    padding-bottom:0px !important;
    color:#000 !important;
}

.mslblogstyle .msl-recentblogposts span {
    padding: 0px 20px;
    padding-bottom:20px;
}

.mslblogstyle .msl-recentblogpostimage {
    width:100%;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

/* VACANCIES PAGE */

.msljobsstyle .msl-joblist-job {
    /*width: 30.6%;*/
    width: 46%;
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 0px;
    float: left;
    min-height: 300px;
}

.msljobsstyle .msl-joblist-job a {
    text-decoration:none !important;
}

.msljobsstyle .msl-joblist-job a:hover {
    text-decoration:underline !important;
}

@media (min-width:992px) and (max-width:1200px) {
    .msljobsstyle .msl-joblist-job {
         width: 45%;
    }
}


@media (max-width:992px) {
    .msljobsstyle .msl-joblist-job {
         width: 95%;
    }
}

.msljobsstyle .msl-joblist-title {
    padding: 15px 10px 10px 10px;
    display: block;
    font-size:22px !important;
    color: #337ab7;
}

.msljobsstyle .msl-joblist-deadline {
    background: #b74a47;
    color:#fff !important;
    display: block;
    padding: 11px;
    margin: 0px 20px;
}

.msljobsstyle .msl-joblist-label {
    margin-right:5px;
}

.msljobsstyle .msl-joblist-details {
    color:#000;
    display: block;
    padding: 11px;
    margin: 10px 10px;
}

.msljobsstyle .msl-joblist-details .msl-joblist-label {
    display:none;
}

#ctl00_Main_VacancyDetailsCtl_pnlApplying {
    background: #211C36;
    color: #fff;
    padding: 40px 30px 20px 30px;
    width: 100%;
    clear: both;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#ctl00_Main_VacancyDetailsCtl_pnlSalary, #ctl00_Main_VacancyDetailsCtl_pnlHours {
    background: #211C36;
    color: #fff;
    padding: 10px 30px 20px 30px;
    width: 100%;
    clear: both;
}
#ctl00_Main_VacancyDetailsCtl_pnlInterview {
    background: #211C36;
    color: #fff;
    padding: 10px 30px 40px 30px;
    width: 100%;
    clear: both;
}

#ctl00_Main_VacancyDetailsCtl_pnlApplying h3, 
    #ctl00_Main_VacancyDetailsCtl_pnlSalary h3, 
    #ctl00_Main_VacancyDetailsCtl_pnlHours h3, 
    #ctl00_Main_VacancyDetailsCtl_pnlInterview h3 {
        font-size:30px;
        color:#fff;
        margin-top:0px;
    }

@media (min-width:992px) {
    #ctl00_Main_VacancyDetailsCtl_pnlApplying, 
    #ctl00_Main_VacancyDetailsCtl_pnlSalary, 
    #ctl00_Main_VacancyDetailsCtl_pnlHours, 
    #ctl00_Main_VacancyDetailsCtl_pnlInterview {
        float: right;
        width: 40%;
        margin-left:20px;
    }
}

/** MSL BASKET **/

.navbarbasket dt img {
    display:none;
}