/* ---------------- Calendar week main css --------------------*/
html, body {

    font-family: "Open Sans","Antenna Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;

}


h3 {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1;
}

h3.white {
    color: white;
}

.second {
    color: white;
    background: #353535 !important;
}

p.white {
    color: white;
}

.orange {
    color: orange;
}

#week-navigation-list {
    margin: 0;
    padding: 0;
}

#week-navigation-list li {
    display: inline;
}

.reservable-event {
    float: right;
    /* was auto */
    width: auto;
    padding-left: 10%;
    padding-right: 10%;
}

.reservable-event:hover {
    cursor: pointer;
    cursor: hand;
}

.picture-wrapper {
    padding-bottom:100%;
    height:0;
}

.lf-club-list {
    color: red;
    display:inline;
    vertical-align:middle;
    padding-left: 0;
}

.lf-club-list > li {
    display: inline-block;
    margin-left: 5px;
    /* this fix is needed for IE7- */
    *display:inline;
}

/*
Tuntilistaan
 */

.date-cell {
}

.name-cell {
}

.instructor-cell {
    /*text-align: center;*/
    /*width: 10%;*/
    text-align:center;
    width: 15%;
}

.button-cell {
    /*width: 15%;*/
}

.button-header {
    width: 14%;
}

.instructor-header {
    text-align: center;
    width: 10%;
}

.date-header {
    width: 15%;
}


/*
div.tool-links {
    margin-top: 2%;
}

ul.tool-list {
    margin: 0;
    padding: 0;
}

ul.tool-list li {
    float: left;
    margin-right: 3%;
    list-style-type: none;
    font-size: 150%;
}
*/
ul.list-inline li{
    font-size: 150%;
    padding-top:10px;
}

#weekday-links {
    list-style-type: none;
    margin: 0 auto;
}

#week-navigation a, .week-navigation-title, .week-navigation-date {
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    color: #fff;
    display: inline;
    float: left;
    padding: 5px 1vw 2px 1vw;
    background-color: orange !important;
    font-size: 1.5em;
    vertical-align: middle;
}

#week-navigation-list {
    text-align: center;
    font-size: 80%;
}

div#week-navigation {
    width: 100vw;
    max-width: 100% !important;
}

.calendar-listview {
    font-size: 19px !important;
    font-family: "Open Sans","Antenna Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
}

.calendar-listview tr {
    height: 20px !important;
}

.table th {
    padding: 0;
}

.calendar-listview td {
    vertical-align: top !important;
}

.lastenfressi-logo {
    float: left;
    margin-left: 1%;
}

.twoline {
    padding-bottom: 1em;
}

.mfp-content {
    text-align: center;
}

#popup-wrapper {
    text-align: left;
}

#event-content {
    clear: both;
    /*margin-top: 30px;*/
}
a{
    cursor: pointer;
}
.btn-violetti {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #70044D;
    background-image: -moz-linear-gradient(top, #70044D, #70044D);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70044D), to(#70044D));
    background-image: -webkit-linear-gradient(top, #70044D, #70044D);
    background-image: -o-linear-gradient(top, #70044D, #70044D);
    background-image: linear-gradient(to bottom, #70044D, #70044D);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70044Dcc', endColorstr='#70044Dcc', GradientType=0);
    border-color: #70044D #70044D #540138;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #70044D;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    text-shadow: none;
    border-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;

    margin-bottom: 10px;
}

.reserve-button {
    float: right;

}

.evenetdescription{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #70044D;
    background-image: -moz-linear-gradient(top, #70044D, #70044D);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70044D), to(#70044D));
    background-image: -webkit-linear-gradient(top, #70044D, #70044D);
    background-image: -o-linear-gradient(top, #70044D, #70044D);
    background-image: linear-gradient(to bottom, #70044D, #70044D);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70044Dcc', endColorstr='#70044Dcc', GradientType=0);
    border-color: #70044D #70044D #540138;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #70044D;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    text-shadow: none;
    border-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    width: 100%;
    margin-bottom: 10px;
}
.btn-violetti:hover {
    background: #F89D18 !important;
    color: #fff !important;
}

.btn-violetti:active {
    background-color: #EA5B0C !important;
    color: white !important;
}

.btn-violetti:focus {
    background-color: #EA5B0C !important;
    color: white !important;
}

.dropdown-menu a {
    color: #F89D18 !important;
}

.dropdown-menu {
    border: 2px solid #F89D18;
}

/*
---------------------------------------------------------------------
Bootstrap accordin css
 */

.panel-group {
    font-family: "Open Sans","Antenna Light", 'Glyphicons Halflings'; /* essential for enabling glyphicon */
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */

    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: left; /* adjust as needed */
    color: white; /* adjust as needed */
    margin-right: 3px;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.panel-heading-grey .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: left; /* adjust as needed */
    color: white; /* adjust as needed */
}

.panel-default > .panel-heading {
    color: white;
    background-color: #F89D18;
    border-color: #F89D18;
}

.panel-default > .panel-heading-grey {
    color: white;
    background-color: darkgrey;
    border-color: darkgrey;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 2px solid #F89D18;
}

/*
Formatting bootstrap ul list-group style
 */
.list-group-item {
    border: none;
}
.fressi-form {
    padding: 0 !important;

}
/*
Mobile css for calendar week views
 */
@media only screen and (max-width: 479px),
(min-device-width: 320px) and (max-device-width: 1024px) {
    .fressi-form {
        padding: 0 !important;
    }

    h1 {
        font-size: 15px !important;
    }
    h4 {
        font-size: 11px !important;
    }

    .dropdown-menu a.white_anchor {
        color: white !important;
    }

    .calendar-listview {
        font-size: 11px !important;
        font-family: "Open Sans","Antenna Light";
    }

    .calendar-listview > thead > tr > th, .table > thead > tr > td, .calendar-listview > tbody > tr > th, .calendar-listview > tbody > tr > td, .calendar-listview > tfoot > tr > th, .calendar-listview > tfoot > tr > td {
        padding: 1px !important;
    }

    .mobile-btn {
        padding: 5px 5px;
        font-size: 12px;
        line-height: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 5px;
    }

    .invisible-btn {
        padding: 5px 5px;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        opacity: 0;
        cursor: default;
    }

    .btn {
        margin-bottom: 5px !important;
    }
    .bulletin-div{
        font-size: 12px !important;
    }
    .bulletin{
        padding: 5px 12px !important;
    }
    .bulletin:before{
        width: 20px !important;
        height: 20px !important;
        left : -11px !important;
        border-radius: 15%;
        line-height: inherit !important;
    }
}

p.fressi-online-p {
    color: #381704;
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
    padding: 0px;
}

.fovd {
    height: 550px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 15px;
    padding: 10px;
    background: #F89D18;
    border-bottom-top-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

hr.style1 {
    border-top: 1px solid #ffffff;
}
hr.style3{
    border-top: 3px solid #eee !important;
}
/*-------------------- end main calendar week css view -----------------*/

/****** personal info MODAL ******/
.infomodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    border: 2px solid #F89D18;
    background-color: white;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

.infomodal-container--less-padding {
    padding: 15px;
    max-width: 500px;
}

.infomodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: "Open Sans","Antenna Light";
}

.infomodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.infomodal-container input[type=text],
.infomodal-container input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.infomodal-container input[type=text]:hover,
.infomodal-container input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.infomodal-container .password-info {
    display: block;
    margin: 1.5em 0;
    text-align: left;
    font-size: 16px;
}

.infomodal {
    text-align: center;
    font-size: 14px;
    font-family: "Open Sans", "Antenna Light";
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}

.infomodal-submit {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: "Open Sans", "Antenna Light";
    font-size: 14px;
}

.infomodal-submit:hover {
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
}

.infomodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

/*------------------------------------ Personal Infor Modal-------------- */
/* -------------Auth login member view ------------*/
/*Auth/login blade css */
.col-md-12 .centered-form .form-horizontal {
    display: table;
    margin: auto;
}

.general-form {
    background-color: #efeeea;
    border-radius: 4px;
    display: inline-block;
    padding: 15px 2%;
    margin: 0 auto;
    max-width: 800px;
    min-width: 450px;
   /* width: 70%; */
}

.btn-ics {
    font-family: inherit;
    color: #ffffff;
    font-size: 16px;
    background: #a7acb0;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}

.btn-ics:hover {
    background: #a7acb0;
    text-decoration: none;
}

.icon {
    position: relative;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
}

.circle-white {
    width: 6%;
    height: 0;
    padding-bottom: 6%;
    -moz-border-radius: 6%;
    -webkit-border-radius: 6%;
    border-radius: 50%;
    background: white;
    z-index: -1;
    margin-right: 10px;
}

.circle-orange {
    width: 6%;
    height: 0;
    padding-bottom: 6%;
    -moz-border-radius: 6%;
    -webkit-border-radius: 6%;
    border-radius: 50%;
    background: orange;
    z-index: -1;
    margin-right: 10px;
}

.circle-purpple {
    width: 6%;
    height: 0;
    padding-bottom: 6%;
    -moz-border-radius: 6%;
    -webkit-border-radius: 6%;
    border-radius: 50%;
    background: #70044D;
    z-index: -1;
    margin-right: 10px;
}

/*---------------- calendarweek timetable PDF css ------*/
.fressibg {
    background: #F79E17;
    color: #FFF;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 20px;
}
h1.fressi-table-h1 {
    margin: 0 !important;
    color: #FFF;
    font-size: 23px;
    font-weight: normal;
}

.table-fressi,.fressi-table-header,.fressi-table-tr,.fressi-table-td{
    margin:0 !important;
    padding: 0 !important;
    vertical-align: top !important;
}
.fressi-table-td{
    width: 200px;
}
thead.fressi-table-header {
    background: #aaa;
    color: #FFF;
    text-align: center;
}
tr.fressi-table-tr{
    text-align: center;
}
td.fressi-table-td{
    text-align: center;
    border-top: 1px solid #ddd;
}
p.span-event-time {
    font-size:65%;
    margin:2px !important;
}
p.span-event-name {
    color: #F79E17;
    font-size: 90%;
    margin:2px !important;
}
/*---------------- end calendarweek timetable PDF css ------*/

/*----------- pagination ------------ */
.pagination>.active > span{
    background-color: #70044D !important;
    border: #70044D !important;
}
.pagination>li>a {
    color: #F79E17 !important;
}

.pagination>li>a:hover {
    background: #F89D18 !important;
    color: #fff !important;
}
/* ------------ ------------*/

/*-------- member calendar info block ---*/
.bulletin {
    position: relative;
    background: #F9F9F9;
    padding: 5px 25px;
    border-left: 4px solid #DDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

.bulletin:before {
    position: absolute;
    left: -21px;
    background-color: #f9f9f9;
    color: #FFF;
    width: 38px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.info {
    border-color: #70044D;
}
.info:before {
    content: "i";
    background-color: #70044D;
}
.bulletin-div{
    font-size: 150%;
}
.bulletin-div p{
    margin: 0;
}
.badge{
    background-color: #70044D !important;
    margin-left: 2px;
}
.anchor-span {
    cursor:pointer;
    color:#F79E17;

}
.anchor-span:hover {
    color:#23527c;
    text-decoration:underline;
}
#bulletin-main-heading{
    margin-bottom: 1em;
}


ul#type-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left:1%;
}

ul#type-navigation  li {
    float: left;
}

ul#type-navigation > li a {
    display: block;
    color: rgb(87, 69, 69);
    font-size: 16px;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

ul#type-navigation > li a.active-type {
    font-weight: bold;
}

.calendar-links {
    width: 100%;
}

.calendar-links > a {
    display: inline-block;
    background-color: orange;
    width: 24%;
    float:left;
    margin-left: 1%;
    font-size: 150%;
    color: #fff;
    text-align:center;
}

.toollinks {
    font-size: 13px;
}

.calendar-listview > tbody > tr {
    line-height: 2em;
}

.group-header > span {
    color: #0b0b0b !important;
}

.group-member {
    margin-left: 15px;
}

#lf-timetable {

}

#lf-timetable td {
    padding-right: 20px;
}

.fasttable td {
    padding-left: 7px;


}

.fasttable table {
    padding: 7px;


}

.fasttable {
    border-spacing: 10px;
    font-size: 16px;
    min-width: 400px;
    line-height: 1.5em;


    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #d4d4d4;
    background-color: #ffffff;
    font-weight: normal;
    color: #555555;
    padding: 25px 15px 15px 15px !important;
    vertical-align: middle;
}

.classevent-queue-wrapper {
    display: flex;
    align-items: center;
}

.classevent-queue-wrapper input {
    margin: 0;
    margin-right: 10px;
}

.classevent-queue-icons {
    display: flex;
    align-items: center;
    padding-right: 5px;
    color: #70044d;
}

.classevent-queue-count {
    font-size: large;
    font-weight: bold;
    color: #70044d;
}

.classevent-queue {
    display: flex;
}

.member_personal_info-change-package {
    margin-top: 20px;
    border: 4px solid #f89d18;
    background-color: white;
    padding: 5px 30px;
}

.member_personal_info-change-package .packages {
    float: none;
}

.member_personal_info-change-package .package .btn {
    width: 100%;
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
}

.memberpackage-ended {
    margin-bottom: 12px;
}

.panel-faq-contact {
    padding-bottom: 0!important;
}

#terminate-product-modal .freeze-memberpackage {
    display: none;
    padding: 10px;
    background-color: #f3f3f3;
    margin-bottom: 20px;
}

#terminate-product-modal  .terminate-memberpackage {
    padding: 10px;
    background-color: #f3f3f3;
    margin-bottom: 20px;
}

.panel-body.fixed-term-cant-terminate {
    background-color: #e3e3e3;
}
