@import url('https://fonts.googleapis.com/css?family=Roboto');

/*Global*/

button.slick-next{
    right: -20px;
    padding-right: 10px;
    background: black!important;
    opacity: 0.6!important;
    margin-right: 0px;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 0px;
}


button.slick-prev{
    background: black!important;
    opacity: 0.6!important;
    margin-left: 10px;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 0px;
    padding-right: 0px;
}


body{
    font-size: 15px;
}

video::-webkit-media-controls {
    overflow: hidden !important
}
video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

audio::-webkit-media-controls {
    overflow: hidden !important
}
audio::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

.dark-wrap-active{
    background: black;
}

#dark-wrapper{
    position: fixed;
    min-height: 100%;
    width: 100%;
    z-index:  50;
    opacity: 0.5;
    height: auto;
}

.header-logo img {
    max-height:100px;
    max-width: 350px;
}

.content-body-img img{
    position: absolute; right: 25px; width: 100%;
}

.sub-logo-header {
    padding-left:30px;
    float: left;
}

.sub-logo-header img{
    width: 170px;
}

#seperator{
    background-color: white;margin: 20px 0px;height: 1px;width: 100%;position: relative;
}

.no-wh-space{
    white-space: normal;
}

.no-drop-margin{
    margin-bottom: 0px;
}

#sso-desc{
    padding-top: 15px;
}

@media print {

    #booking-print, #booking-print * {
        visibility: visible!important;
        display: block!important;
    }
    #booking-print{
        position: absolute;
        left: 0;
        top: 0;
    }
    #mySidenav{
        display: none;
    }
    .no-print{
        display: none;
    }

}



/*New Sidenav*/

.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.3s;
    background: #efefef;
}

.sidenav a {
    /*padding: 8px 8px 8px 32px;*/
    text-decoration: none;
    /*font-size: 25px;*/
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidebar-menu > li.header {
    white-space: inherit;
}


@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


.text-title-align{
    text-align: center;
}

.carousel-container > h3  > span {
    background: #ffffff;
    padding-right: 15px;
}

.carousel-container h4
{
    /*font-weight: 600;*/
}

.line-clamp, {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.3em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 3.0em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}

/* create the ... */
.line-clamp:before, {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}

/* hide ... if we have text, which is less than or equal to max lines */
.line-clamp:after,   {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: inherit;
}

.overflow-ellipsis p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}
.overflow-ellipsis {
    height: 85px;
}



.content-width{
    margin-left:auto;
    margin-right: auto;
    max-width:900px;
}

.wrap{
    background-color: #ffffff;
}

.internal-wrapper{
    text-align: center;
    padding-top: 10px;
}

.admin-table {
    margin-top:20px;
}
.togg-right{
    right:240px;
}

.left{
    float:left;
}

.center{
    display: inline-block;
    margin:0 auto;
}

.right{
    float:right;
}


#slide-out li.scorecard {
    padding: 23px 5px 23px 15px;
}

.menu-header-hide{
    display: none;
}

.menu-header-show{
    display: show;
}


.container-width{
    max-width:1100px;
}

.center{
    text-align: center;
}

.no-padd{
    padding-left: 0px;
    padding-right: 0px;
}

/*Buttons*/

.primary-cta-btn {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    text-transform: none;
    font-size: 14px;
    padding: 5px 16px;
    border-radius: 5px;
    text-decoration: none!important;
    margin-top: 5px;
}

.white-btn{
    padding: 5px;
    background: rgba(255,255,255,0.8);
    border: solid 1px;
    border-radius: 5px;
    color: #006794!important;
}

/*.btn-success, .btn-success:visited {*/
    /*color: #ffffff;*/
    /*background-color: #ffffff;*/
    /*border-color: #ffffff;*/
/*}*/


.book-btn{
    padding-top: 15px;
    text-align:center;
}

.bookings .primary-cta-btn{
    display:none;
}

.navbar-nav > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px!important;
}

.navbar-nav {
    padding-left: 5px;
}

.checkbox .modal a, .checkbox .modal a:hover, #login-body .checkbox .modal a:visited {
    color: grey!important;
}



/*Cards, Tiles and Display Styling */


.events-admin-index li.scorecard{
    padding: 0px 0px 0px 0px;
}

.elearning .half-tile .grey-overlay, .elearning .half-tile .inside-caro{
    width:120px;
    position: relative;
}

.elearning .grey-overlay .inside-caro{
    opacity: 0.9
}

#mobile-elearning{
    display: none;
}

#desktop-elearning{
    display: block;
}

.elearning .outside-caro{
    width: 375px;
}

.elearning h4{
    font-size:18px;
    line-height: 1.52em;
}

.elearning p{
    font-size:13px;
}

.elearning .module {
    width: 85%;
    margin: 0 0 0.5em 0;
    overflow: hidden;
    text-transform: capitalize;
}
.elearning .module p {
    margin: 0;
}

.elearning .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.elearning .half-tile >.outside-caro > .tile-content {
    left:35%;
    height:98%;
}

.elearning .tile-content > p {
    border-top: 1px solid #a9a9a945;
    padding-top: 5px;
}



.res-blogs .tile-content > p {
    border-top: none;
}

.progress-cards {
    padding: 25px 20px;
    margin: 15px 0px;
}

.progress-cards .progress-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.progress-cards .progress-title {
    font-size: 18px;
}

.progress-cards .percentage {
    height: 22px;
}


.long-slide .half-tile >.outside-caro > .tile-content {
    left: 28%;
    width: 67%;
    height:98%;
}

.long-slide .half-tile{
    margin-top:8px;
    margin-bottom:8px;
    margin-bottom:8px;
    padding-left: 8px;
    padding-right: 8px;
}

.header-title .overlay-title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    color: white;
}
.header-title .overlay-title h1 {
    text-align: left;
    padding-left: 30px;
    font-size: 58px;
    margin-top: 0px;
}

.bio-section .bio-card{
    margin-top: 0px;
    WIDTH:100%;
    margin-BOTTOM: 20px;
}


.header-title .overlay-logo{
    padding-top:0px;
    z-index: 20;
    color: white;
    height:200px;
}

.header-title .overlay-logo img{
    height: 100%;
    padding: 15px;
}

.overlay-title-logo{
    width: 280px;
    padding-left: 40px;
}

.header-title .outside-caro{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
}

.opac-none{
    opacity: 1!important;
}


.header-title .sub-title-promo-header{
    font-family: 'Header', sans-serif;
    font-size: 34px;
}

.header-title .outside-caro, .header-title .outside-caro .grey-overlay{
    width: 99.9%;
    height: 280px;
}

.header-title .full-tile >.outside-caro .tile-content{
    left: 0%;
}

.box-body .featured-image img{
    height: 100%;
    width: 100%;
    padding-top: 15px;
    padding-bottom:15px;
}
.box-body{
    max-width: 1050px;
    margin-left:auto;
    margin-right: auto;
}


.wellness-badges > li {
    width: 40px;
    padding: 5px;
}

.wellness-badges >li > img{
    width: 100%;
}

.icon-center-asset-2{
    left: 45px!important;
    margin-top: 40px!important;
}

.icon-center-asset-1 {
    left: 35px!important;
    margin-top: 50px!important;
}

.group-padding{
    padding-bottom:50px;
}

.icon-center-asset-3 {
    left: 50px!important;
    margin-top: 35px!important;
}

.card-view p {
    font-size:14px;
    font-weight: 500;
}


.session-no-padd{
    padding-right: 0px;
    padding-left: 0px;
}


.grey-overlay {
    background-size: cover;
    background-position: 50% 50%;
    z-index: 3;
}

.header-title .outside-caro .grey-overlay{
    background: black!important;
}

.half-tile .grey-overlay{
    height: 150px;
    width: 150px;
}

.full-tile .grey-overlay{
    height: 150px;
    width: 300px;
}


.card-view >  .panel-body >  p{
    font-size: 14px;
}

.card-view > .panel-body > .title-dates{
    height: 70px;
    margin-lefT: 20px;
    margin-right: 20px;
}

.title-dates h4{
    font-size:16px;
}

/*.card-view > .panel-body > .title-dates h4{*/
/*height:40px;*/
/*}*/

.session-info{
    display: inline-block;
    height: auto;
    width: 100%;
    width: 100%;
    padding-top: 5px;
    outline: 0;
    background: transparent;
    FONT-SIZE: 18px;
    overflow:hidden;
    white-space:nowrap;
}

.session-info i > span{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size:14px;
}

p.event-coming-soon{
    font-size: 20px;
}

.day-tile .session-info{
    border-top:none;
    border-bottom: none;
    color: #ffffff;
}

.day-tile .full-tile >.outside-caro .tile-content {
    width:200px;
    margin-left:-100px;
}

.day-tile .full-tile .grey-overlay{
    width: 200px;
}

.day-tile .outside-caro{
    width:200px;
    margin-left:5px;
    margin-right: 5px;
}

.full-tile >.outside-caro .tile-content h4{
    height:40px;
    padding-left: 5px;
    padding-right: 5px;
}

.custom-panels{
    height: 180px;
    position: relative;
    border-color:#ffffff!important;
}

.panel-image{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: 50% 50%;
}

.outside-caro{
    height:100%;
    width:300px;
    margin-left:0px;
    margin-right:15px;
    padding: 0px ;
}

.inside-caro{
    height:100%;
    width:150px;
    position: absolute;
    text-shadow: 1px 1px 2px black;
    opacity: 0.6;
}
.half-tile .inside-caro {
    background-size: cover;
    background-position: 50% 50%;
    height:100%;
    width:150px;
}


.half-tile >.outside-caro > .tile-content{
    position: absolute;
    left: 50%;
    top: 0;
    padding: 10px;
}

.full-tile .inside-caro{
    background-size: cover;
    background-position: 50% 50%;
    height:100%;
    width:100%;
    text-align: center;
}

.full-tile >.outside-caro .tile-content{
    position: absolute;
    width:300px;
    margin-left:-50%;
    left:50%;
    top: 10%;
    text-align: center;
    color:#ffffff;
}


.inside-caro > h1, h2, h3, h4, h5, h6{
    margin-top:0px;
}

.no-slider-tiles .inside-caro{
    position: relative;
}

.no-slider-tiles  .full-tile .grey-overlay, .no-slider-tiles  .full-tile .outside-caro, .full-tile >.outside-caro .tile-content{
    width: 100%;
}

.no-slider-tiles .full-tile >.outside-caro .tile-content{
    margin-left: -48%;
}

.no-slider-tiles .session-info{
    border-bottom: none;
    border-top: none;
}

.no-slider-tiles .full-tile{
    margin-bottom:30px;
}

.inline{
    display: inline-block;
}

h3.inline{
    display: inline-block;
    width:100%;
    text-align:left;
    border-bottom: 1px solid #E4E6E9;
    line-height:0.1em;
    margin:25px 0 25px;
}

h3.inline span {
    background: #ffffff;
    padding-right: 15px;
}

.container-header h3  > span {
    background:#ffffff;
    padding:0 10px;
}

.content-header{
    padding-left:0px;
    padding-right: 0px;
}

.long-card{
    display: inline-block;
}

.border-seperator{
    padding-top:15px;
    padding-left: 0px;
    padding-right: 0px;
}

.wellness-events  > [class*='col-']  {
    padding-right:0;
    padding-left:0;
}

.wellness-events  > [class*='col-']:nth-of-type(2)  {
    padding-right:15px;
    padding-left:15px;
}

.wellness-events .session-text, .my-bookings-calendar .session-text{
    font-size:20px;
    padding-left:10px;
    padding-right:5px;
}

.wellness-events .full-tile .grey-overlay{
    background: black;
}


.home-index .my-bookings-calendar .outside-caro {
    margin-bottom: 0px;
}

.wellness-service-index  .group-padding:not(.tile-card) > div  {
    padding-right:0px;
    padding-left:0px;
}

.wellness-service-index   [class*='col-'] ,.wellness-service-index   [class*='col-']  {
    padding-right:15px;
    padding-left:0px;
}


.home-index .my-bookings-calendar #text, .home-index .my-bookings-calendar #text p {
    font-size: 18px;
}

.home-index .home_event_tile{
    padding-top: 10px;
    padding-left:5px;
    padding-right:5px;
}

.elearning .outside-caro {
    padding-left:0;
}


.bottom-border-line{
    border-bottom:1px solid #ddd;
}

.session-images{
    float:left;
}


.avail-booking-tiles .full-tile .outside-caro{
    width: 320px;
    height: 178px;

}

.avail-booking-tiles .full-tile .grey-overlay{
    width: 320px;
    height: 178px;

}

.avail-booking-tiles .full-tile >.outside-caro .tile-content {
    width: 320px;
    height: 178px;
    margin-left: -160px;
}
.avail-booking-tiles .full-tile .tile-content a{
    padding-left: 40px;
    font-weight: 600;
    font-size: 18px;
}


.avail-booking-tiles .full-tile .tile-content h4{
    font-size: 30px;
    font-weight:600;
}

.avail-booking-tiles .full-tile .session-info p{
    font-size: 20px;
}

.avail-booking-tiles .full-tile .session-info{
    padding-top: 20px;
    padding-bottom: 10px;
}


.reading-tiles .half-tile .outside-caro{
    width: 375px;
    height:178px;
}

.reading-tiles .half-tile .grey-overlay{
    width: 100px;
    height:178px;
}



.reading-tiles .half-tile .inside-caro{
    width: 100px;
    height:178px;
}

.reading-tiles button.slick-prev, .reading-tiles button.slick-next, .avail-booking-tiles button.slick-prev, .avail-booking-tiles button.slick-next {
    padding-top: 89px;
    padding-bottom: 89px;
}

.reading-tiles .half-tile >.outside-caro > .tile-content, .avail-booking-tiles  {
    left: 28%;
}

.login_error-msg {
    background: white;
    color:red;
    min-height: 50px;
    border-radius: 5px;
    margin-left: 10px;
    padding: 5px;
    border: 2px solid red;
}

/*progress tiles */

.progress-cards .progress-title {
    font-size: 18px;
    height: 48px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*line-height: 1.3;*/
}

.progress-cards .progress-title a{
    position: absolute;
    top: 50%;
    transform: translateY(-75%);
}

.status-resume{
    padding-top: 5px;
}


#emailVerifyToggle {
    color:red;
}

.session-info__service-text svg{
    display:none;
}

/*SideNav */


.icon-boxes{
    width:170px;
    height:170px;
}

.icon-boxes input{
    visibility: hidden;
}

.title-lines span {
    background: #ffffff;
    padding-right: 15px;
}

.wellness-badges {
    list-style: none;
    display: inline-flex;
    text-align: center;
    padding-left: 0px;

}

.session-padd{
    margin-top: 35px;
    margin-bottom: 35px;
}


.coach-profile .coach-image{
    max-width:250px;
    padding-bottom:20px;
}


.healthscore-banner{
    height:100px;
    background:  #35B4E7;
}

#hs_takenow, #hs_takenow a {
    padding-right:15px;
}

.side-nav li {
    line-height: 24px;
}

.main-header .navbar {
    margin-left:155px;
    font-size: 16px;
}

nav{
    -webkit-box-shadow: none;
    box-shadow: none;
}
section.sidebar{
    height: 100%;
    POSITION: ABSOLUTE;
    WIDTH: 100%;
}

.sidebar {
    background-color: #e6e6e6;
}


.sub-logo{
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#slide-out{
    padding-left:0px ;
}
.profile-nav{
    /*background-color: #35B4E7;*/
    padding: 15px;
    text-align: center;
}

.profile-nav-name{

}

.profile-nav img {
    width:100%;
    padding: 40px;
}

.profile-nav h3{
    font-size: 24px;
}

#triangle-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    /*border-top: 25px solid #35B4E7;*/
    transform: translateX(215%)translateY(158%);;
}

#avatar{
    border-radius:50px;
    margin: 15px;
    border-radius: 50%;
    border: 3px solid white;
}

.wellness-points{
    text-align: center;
    display: inline-block;
    border-top: white 0.5px solid;
    border-bottom: white 0.5px solid;

}

.title-long-card {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wellness-points h4{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
}
.skin-blue  {
    margin: 0 1px;
}

.menu-header-show-mobile:hover a,  .menu-header-show-mobile.active > a {
    color: #ffffff;
    /*background: #1D365F;*/
    border-left-color: initial;
}

.percentage{
    height: 10px;
    border-radius:5px;
}

/*.outer{*/
/*background-color: #3D8BAF;*/
/*}*/

.inner{
    background-color: #1D355F;
}

.sidebar-menu > li{
    padding: 1px 0px 1px 0px;
}


.scorecard, .scorecard:hover{
    color: #ffffff;
}

.scorecard img{
    margin-bottom: 10px;
}

.percentage-number{
    font-size: 12px;
}

.scorecard .percent-text{
    font-size: 14px;

}
#logout-btn span{
    padding-right: 10px
}

#logout-btn svg{
    padding-left: 0px;
}
.user-panel{
    padding: 0px;
}

.scorecard .percent-text {
    color: ;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    padding: 0px!important;
    margin: 2px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 8px!important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu a{
    color:#737373!important;
    text-decoration: none!important;
}

.icons-group-wellness{
    padding: 5px;
}

.dropdown-menu>li {
    padding: 10px 20px;
    margin: 10px;
}

.child-content {
    padding-top: 10px;  }

.pink-chevs > li::before {
    position: relative;
    /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
    content: "";
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #D30571;
    padding-right:15px;
}

.fa-gears {
    position: fixed;
    right: 10px;
    top: 60px;
    z-index: 25;
}




/*Top Nav*/


#navbar-collapse{
    height: 50px!important;
}


.navbar-nav>li, .navbar-nav>li a{
    height:100%;
    font-size: 17px;
}

.fixed .content-wrapper, .fixed .right-side {
    padding-top: 70px;
}

.content-wrapper{
    background: #ffffff;
}

.navbar > .container-fluid{
    padding-left:0px;
}

.main-header, .sidebar-toggle:hover {
    /*background-color: #1D365F!important;*/
}

.navbar .burger-right{
    float: right;
    padding-right: 40px;
}

.menu-header-show-mobile{
    display: none;
}
.icon-col{
    transform: translateY(50%);
    padding-left: 0px;
}

.icon-col .audio-icon{
    transform: translateY(-40%)
}

.icon-overview{
    width: 45px;
}

.icon-overview-chev{
    height: 20px;
}

.overview-chapter{
    font-size:24px;
    letter-spacing: 0px;
}

.overview-title{
    font-size:22px;
    letter-spacing: 0px;
    min-height:63px;
}

.module-list{
    padding-top: 5px;
    padding-bottom: 5px;
}

.enrol-bar{
    padding-bottom: 20px;
    padding-top: 20px;
}

.bio-card{
    padding-bottom: 00px;
    margin-bottom: -50px;
    margin-top: -15px;
}
.bio-name{
    font-size: 24px;
    padding-bottom: 10px;
}

.bio-card .session-no-padd {
    transform: translateY(20%);
}

.bio-title{
    font-size: 18px;

    padding-top: 10px;
    padding-bottom: 10px;
}

.bio-title .medal{
    width: 15px;
    margin-right: 10px;
    padding-bottom: 2px;
}
/* EAP Background*/

.circle-background{
    margin: auto;
    border-radius:50%;
    text-align: center;
    height: 175px;
    width:175px;
    padding:15px;
    font-size: 100px;
    margin-bottom: 25px;
}

.circle-background i {
    margin-top: 0px;
}

.burger-left-shift{
    left:260px!important;
}

.transition {
    -webkit-transition: left 0.3s ease-out!important; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: left 0.3s ease-out!important; /* Firefox 4-15 */
    -o-transition: left 0.3s ease-out!important; /* Opera 10.50–12.00 */
    transition: left 0.3s ease-out!important; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.video-js {
    width: 100%;
    height: 60%;
}

.module-drop-nav{
    padding-bottom:25px;
}

.module-drop-nav ul.dropdown-menu{
    left: auto;
    right: -40px;
}

.module-drop-nav ul.dropdown-menu > li {
    padding: 0px 0px;
    margin: 0px;
}

.navbar ul.dropdown-menu{
    left: auto;
    right: -40px;
}

.navbar ul.dropdown-menu > li {
    padding: 0px 0px;
    margin: 0px;
}


.name-qual{
    padding-top: 10px;
    padding-left: 20px;
}

.heart-container{
    position: relative;
    right: 120px;
}

.floating-heart{
    z-index: -3;
    opacity: 0.6;
    width: 158%;
}

.res-course-modules-view .row{
    margin-left:0px;
    margin-right:0px;
}

.module-audio{
    padding-bottom: 80px;
    padding-top: 80px;
}

.primary-cta-btn[disabled] {
    background-color: #00ff00;
}


.sidebar-menu > li {
    position: inherit;
}


.brand-logo-left img{
    width:100%;
}

.brand-logo-right img{
    width:100%;
}



.sidebar-menu .side-brand{
    display: inline-block;
    /*padding-top: 15px;*/
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.bottom-sidenav-links {
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 15px;
}

.sidebar-menu li.laya-logo{
    display: block;
    margin-top: -5px;
    display: block;
    padding: 10px 20px;
}

ul.sidebar-menu{
    padding:15px;
    padding-top: 50px;

}

.sidebar-menu li.laya-logo img {
    width: 100%;
    display: block;
}

.sidebar li.scorecard {
    padding: 20px 15px 20px 15px;
}

.booking-area {
    padding-top:30px;
}

.booking-area .legend-block .available, .booking-area .legend-block .unavailable {
    width: 34px;
    height: 34px;
    display: inline-block;
}
.booking-area .legend-block {
    padding: 0;
}

.booking-area .legend-block p {
    padding-left: 30px;
    position: relative;
    top: 0%;
    left: 10%;
    transform: translateY(-150%);
}

.booking-area .fullcalendar {
    padding-top: 50px;
}

.booking-area .primary-cta-btn {
    border-radius:5px;
}

.payment-form {
    background: none;
    padding: 30px;
    margin-top: 30px;
}

.payment-form .payment-header h3, .header-confirm h3{
    font-weight: 600 ;

    border-bottom: none;
    line-height: 1;
}
.header-confirm h3 {
    font-weight: 400;
}
.header-confirm i{
    font-size: 64px;
}


.payment-form .payment-header{
    padding-top: 0px;
    padding-bottom: 20px;
    border-bottom: solid 1px #73737373;
}





.payment-form .payment-header h3{
    font-size:24px;
}

.payment-form .voucher-code{
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: solid 1px #73737373;
}



.payment-form .voucher-code a.payment-form-link, .payment-form .voucher-code a.payment-form-link:hover, .payment-form .voucher-code a.payment-form-link:active,.payment-form .voucher-code button.payment-form-link{
    font-weight: 600 ;
    color: #737373;
}

.payment-form .voucher-code button.payment-form-link{
    font-weight: normal;
    margin-left: 15px;
    margin-top: -3px;
}

.payment-form .card-form {
    padding-bottom: 40px;
    padding-top: 20px;
}

.payment-form .submit-payment {
    padding-top: 20px;
    margin-left: -30px;
    padding-bottom: 20px;
    width: calc(100% + 60px);
}

.payment-form .form-row {
    padding-bottom: 30px;
}

.payment-form #collapseVoucher {
    padding-top: 15px;
}

.payment-form .CardField-input-wrapper {
    color: #D83B01
}

.booking-details {
    padding-top: 30px;
    padding-bottom: 30px;
}

.booking-details h5 {
    padding-top: 15px;

}

.booking-details h4 {
    /*padding-top: 15px;*/
}

a .chev-container svg {
    font-size: 22px;
    color: grey!important;
}

.checkbox {
    padding-left: 0px;
    font-size: 12px;
    margin-left: 8px;
}

.checkbox > label{
    padding-left:0px!important;
}

.icheckbox_flat-grey{
    margin-right: 20px;
}

.my-bookings-calendar .outside-caro {
    /*margin-top: 15px;*/
    width:23.0%;
    margin-bottom: 15px;
}

.my-bookings-calendar .full-tile .grey-overlay {
    width: 100%;
    height: 170px;
}

.home-index .my-bookings-calendar .full-tile .grey-overlay {
    width: 0%;
}

.my-bookings-calendar .booking-card >.outside-caro .tile-content{
    margin-left: -50%;
    top:0%;
}

.my-bookings-calendar .booking-card .grey-overlay{
    /*margin-left: -50%;*/
    border-radius:12px;
}

.my-bookings-calendar .inline{
    padding-top: 30px;
}

#booking-title {
    font-size: 26px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    text-transform: capitalize;
}

#cost-badge {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 15px;
    border: solid black 1px;
    border-radius: 8%;
    background: white;
    padding: 4px 2px;
    color: black;
}

.booking-icon{
    text-align: center;
    font-size: 64px;
    margin-top: -15px;
}


.booking-card .outside-caro{
    border-radius: 12px;
}

.my-bookings-calendar .booking-card #booking-title{
    height: 60px;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    font-size: 24px;
    height:70px;
}

.my-bookings-calendar .primary-cta-btn {
    border-radius:4px;
    margin-top: 10px;
}

.my-bookings-calendar .session-info{
    margin-top: 5px;
}

.active-bookings{
    display:block;
}

.inactive-bookings{
    display:none;
}


.booking-card .primary-cta-btn, .event-card .primary-cta-btn {
    width:70%;
    padding:5px;
    margin-top: 10px;
}

.booking-card .appointment-btn{
    margin-top: 20px;
}
.booking-card .appointment-btn .primary-cta-btn {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.booking-card #booking-title .booking-title-icon{

    float:left;
    font-size: 30px;
    padding-top: 5px;
    padding-left: 0px;
}

.booking-card #booking-title .booking-title-text{
    width: 82%;
    float:left;
    font-size:16px;
    padding-top: 2px;
    padding-left: 5px;
    position: relative;
}

.eap-button{
    padding-top:20px;
    padding-bottom: 20px;
}

.gym-class-view .session-info{
    border-bottom: none;
    border-top:none;
}

.gym-class-view .session-info .gym-sess-info{
    padding-top: 8px;
    margin-top: -1px;
}

.gym-class-view .session-info p {
    font-size: 15px;
}

.gym-sess-info > i {
    float: left;
    padding-right: 5px;
    padding-top:10px;
    padding-bottom: 10px;
}

.gym-sess-info .gym-info-icon {
    width:10%;
    float:left;
}

.gym-sess-info .gym-info-text {
    width:90%;
    float:left;
    padding-left: 10px;
}

.inactive-class{
    display:none;
}

.booking-card #booking-title .booking-title-icon-cancelled{
    position: relative;
}

.booking-card #booking-title .booking-title-icon-cancelled:after {
    border-top: 3px solid red;
    content: '';
    position: absolute;
    top: 0px;
    left: -3px;
    right: -70%;
    transform: rotate(45deg);
    transform-origin: 0 0;
}

.float-booking-btn{
    float: right;
    margin-right: 30px;
}
.events-cta-rel{
    height: inherit;
    text-align: center;
    margin-top: -5px;
    padding: 5px
}

.events-cta-abs{
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 40px;*/
}



.experience-alert .alert h4 {
    font-size: 26px;
    padding-top: 11px;
    font-weight:normal;
}

.experience-alert .alert button{
    opacity: 1;
}

.experience-alert a{
    font-size: 20px;
    text-decoration: underline!important;
}


.half-tile .inside-caro {
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
}

.res-posts-view h3 {
    text-align:left;
}


.long-slide .half-tile .inside-caro {
    width: 100%;
}

.long-slide .outside-caro {
    width:  100%;
    margin-left: 0;
    margin-right: 0;

}

.long-slide .half-tile .grey-overlay {
    width: 25%;
}

#course-progress-homepage{
    display: none;
}

a.more-button, .long-slide a.more-button, .elearning a:not(.btn):visited {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.ms-contact .contact-email{
    padding-top: 50px;
}

.header-res-overview .header-title .overlay-title h1 {
    font-size: 40px;
}

.content-wrapper{
    margin-left:300px;
}

nav.navbar.navbar-static-top{
    height: 115%;
}

.slider {
    height: 100%;
}

.slick-prev {
    left: -30px;
}

span.fc-day-number {
    font-size: 1.3em !important;
}

.my-bookings-calendar .table>tbody>tr>td {
    vertical-align: baseline;
}


.brand-logo-left{
    width: 100%;
    float: left;
    /*padding: 0px 20px;*/
    /*margin-top: 5px;*/
}

.brand-logo-right{
    display:none;
}


.sweet-alert h2 {
    font-weight: unset!important;
}

@media(max-width: 1300px) and (min-width: 992px) {
    .my-bookings-calendar .outside-caro {
        width: 31.0%;
    }

    .home-index .my-bookings-calendar .outside-caro{
        width: 47.0%;
    }

    .home-index .my-bookings-calendar .progress-cards {
        width:47%;
        margin-right:1.5%;
    }


    .navbar-nav>li a {
        /*font-size: 14px;*/
    }

}

@media only screen and (max-width: 500px) {

}

@media(max-width: 1210px) and (min-width: 992px){
    .main-header .navbar {
        font-size: 13px;
    }
    .nav>li>a {
        position: relative;
        display: block;
        /*padding: 15px 9px;*/
    }

    .my-bookings-calendar .outside-caro {
        width: 45.5%;
    }

    .booking-card #booking-title .booking-title-icon-cancelled:after {

    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .content-wrapper {
        margin-left: 0px;
    }

}

@media (min-width: 320px) and (max-width: 1024px) {


    .floating-heart{
        display:none!important;

    }

    .brand-logo-left{
        /*width: 75%;*/
        float: left;
        padding: 5px;
        margin-top: 5px;
    }

    .brand-logo-right{
        width: 25%;
        float: right;
        padding: 5px;
        display: block;
        margin-bottom: 5px;
    }

    .sidebar-menu .dropdown-menu li {
        padding: 0px;
        margin: 10px;
    }

    .sidebar-menu .menu-header-show-mobile .dropdown-menu{
        margin-left:15px;
    }

    .caret{
        margin-left:60%;
    }



    .profile-nav{
        display: none;

    }
    .skin-blue .sidebar-menu > li > a {
        padding: 12px 5px 12px 15px;
    }

    .no-padd-sm{
        padding-left:0px;
        padding-right:0px;
    }


    ul.sidebar-menu{
        padding:0px;
    }


    .menu-header-hide-mobile{
        display: none;
    }

    .menu-header-show-mobile{
        display: block;
    }

    .sidenav {
        width: 0px;
    }

    nav.navbar.navbar-static-top {

        margin-left: 0px;
        left: 0px;
    }

    .navbar-brand{
        position: absolute;
        left: 50%;
        transform: translate(-50%, -25%);
    }

    .navbar-brand img{
        max-height: 45px;
        max-width: 150px;
        padding: 5px;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        /*padding-top: 10px;*/
        /*padding-bottom: 10px;*/
    }
    .hidden-md {
        display: block !important;
    }


    .content-wrapper{
        margin-left:0px;
    }


    .my-bookings-calendar .outside-caro {
        width: 48.0%;
    }


    .progress-cards {
        padding: 25px 15px 25px 0px;
        margin: 15px 0px;
    }

    .progress-cards .progress-title a {
        transform: translateY(-30%);
    }


    .sidebar-menu li.laya-logo img {
        width: none;
        height: none;
        display: block;
    }

    .sidebar-menu li.laya-logo {
        margin-top: 40px;
        background-color: #e4e4e4;
    }


    .sidebar-menu .side-brand {
        display: inline-block;
        /*padding-top: 8px;*/
        padding-left: 18px;
        width:100%
    }

    .sidebar-menu > li {
        position: relative;
    }

    .brand-logo-left img{
        /*width:150px;*/
    }

    .brand-logo-right img{
        width:50px;
    }



    .sidebar-menu li > a > .pull-right-container {
        margin-top: -10px;
    }

    /*.sidebar .sidebar-menu .active .treeview-menu {*/
    /*display: block;*/
    /*}*/


    section.sidebar{
        padding-top: 1px;
    }
    .circle-background {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .progress-cards {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 5px;
        padding-bottom: 5px;

    }



    .user-panel{
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        margin-top: 0px;
    }


    .collapse.in{
        display:block !important;
    }



    .bio-name{
        font-size: 20px;
    }

    .bio-card .session-no-padd {
        transform: translateY(-2%)translateX(3%);
    }

    .bio-title{
        font-size: 16px;
    }
    .module-drop-nav ul.dropdown-menu {
        left: 50%;
        transform: translate(-50%, -0%);
        width:100%;
    }
    .sub-logo {
        width: 95px;
        margin-top: 5px;
    }

    .my-bookings-calendar .outside-caro {
        width: 98.0%;
    }

    .booking-card #booking-title .booking-title-icon-cancelled:after {
        right: -70%;
    }

    #course-progress-homepage{
        display: inline-block;
    }

    .home-index .my-bookings-calendar .outside-caro {
        width: 100.0%;
    }

    .event-card{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1900px) {
    .content-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    .nav>li>a {
        /*padding: 15px 7.2px;*/
    }
}


#desktop-elearning{
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 991px){
    .sidebar-menu .side-brand{
        display: inline-block;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 5px;
    }

    .sidebar-menu{
        margin-top: 30px;
    }
}

@media (max-width: 991px) {

}


.liner{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;width:100%}.liner-nl{display:block}


@media (max-width: 768px){


    #mobile-elearning {
        display: block;
    }

    #desktop-elearning {
        display: none;
    }


    .booking-title {
        padding-top: 20px;
        padding-left: 30px;
        font-size: 16px;
        padding-right: 30px;
    }


    .payment-form .voucher-code button.payment-form-link {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }


    .wellness-events  > [class*='col-']:nth-of-type(2)  {
        padding-right:0px;
        padding-left:0px;
    }



    .bio-card {
        /*width: calc(100% + 30px);*/
        /*margin-left: -15px;*/
    }

    .res-posts-view .inline-exception{
        text-align: center!important;
    }

    .res-posts-view h3 {
        text-align:left!important;
    }

    .sidebar-open .content-wrapper, .sidebar-open .right-side, .sidebar-open .main-footer {
        -webkit-transform: translate(260px, 0);
        -ms-transform: translate(260px, 0);
        -o-transform: translate(260px, 0);
        transform: translate(260px, 0);
    }


    .events-cta-rel{
        position: inherit;
    }

    .events-cta-abs{
        position: inherit;
        width:100%;
        margin-top:10px;
        margin-bottom:10px;
    }

    .my-bookings-calendar .outside-caro {
        width: 98.0%;
    }
    .header-title .outside-caro, .header-title .outside-caro .grey-overlay{
        width: 100%;
        height: 140px;
    }

    .header-title .overlay-title{
        z-index: 20;
        color: white;
    }

    .overlay-title-logo{
        width: 160px;
        text-align: center;
    }

    .progress-cards .progress-title {
        min-height:0px;
        padding-bottom: 10px;
        font-size: 16px;
    }

    .progress-cards .percentage {
        height: 20px;
    }

    h3.inline span {
        background: white;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 20px;
    }
    .header-title .overlay-title h1  {
        font-size: 42px;!important;
        text-align: center;
        padding-left:0px;
    }
    .sub-logo-header{
        float:none;
        text-align:center;
        padding-left: 0px;
    }

    .carousel-container > h3 > span{
        padding-left:15px!important;
    }

    .content-header h3 {
        text-align: center;
    }

    .title-long-card {
        font-size: 14px;
    }

    .long-slide p{
        line-height: 1.42;
        letter-spacing: 0.5px;
    }

    .outside-caro{
        margin-left:0px;
    }

    .long-slide .half-tile{
        padding-left: 0px;
        padding-right: 0px;
        padding-top:6px;
        padding-bottom:6px;
    }

    .long-slide .content-header h3 {
        text-align: left;
        margin-bottom: 0;
        line-height: 1.0em;
        font-size: 14px;
        padding-left: 0px;
        padding-bottom: 3px;
    }

    /* Module Overview*/

    .icon-overview{
        width: 45px;
    }

    .icon-overview-chev{
        width:20px;
    }

    .overview-chapter{
        font-size:20px;
        letter-spacing: 0px;
    }

    .overview-title{
        font-size:18px;
        letter-spacing: 0px;
        min-height:50px;
    }

    .module-list{
        padding-top: 10px;
    }

    .bio-card .child-content{

        text-overflow: unset;
        overflow: initial;
        height:100%;
        display: inline-block;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 15px;

    }

    .name-qual {
        padding-top: 20px;
        padding-left: 20px;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .module-drop-nav {
        padding-bottom: 5px;
    }

    .ms-contact .contact-email {
        text-align: center;
        padding-bottom: 35px;
        padding-top: 15px;
    }

    .ms-contact h4{
        font-size: 16px;
    }

}

#day-anchor{
    padding-top:25px;
}


.tile-card .panel, .carousel-container .panel {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fc-center h2{
    font-size: 2.0em;
}

.sidebar-bottom{
}

.optional_fields{
    background-color: #f7f7f7;
    border-radius: 3px;
    border: 1px solid black;
    padding: 5px;
    margin:5px;
}

@media (max-width: 500px){
    thead th:not(:first-child) {
        display: none;
    }

    #upcoming-bookings td, #upcoming-bookings th {
        display: block;
    }

    #booking-body .fc-day-header{
        display: none;
    }

    td[data-th]:before {
        content: attr(data-th);
    }

    tr.spaceUnder > td {
        padding-bottom: 1em;
    }

    .fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
        padding: 0px;
    }

    .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        float: right;
        font-size: 15px !important;
    }


    .progress-cards {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px;
        margin-bottom: 35px;
    }

    .res-course-modules-view h3.inline{
        border-bottom: none;
        line-height: 1;
    }

    .gym-class-view .gym-book-mob{
        padding-top: 50px;
    }

    .events-view .session-info{
        margin-top: 15px ;
    }

    .booking-title h3{
        font-size: 20px;
    }


    #next-button{
        display: block;
        width: 100%;
    }


    .fc-center h2{
        font-size: 1.5em;
    }

    .title-dates h4{
        font-size:16px;
    }

    h3.inline span {
        font-size: 14px;
    }

    .elearning h4{
        font-size:14px;
        line-height: 1.42em;
    }

    .long-slide .half-tile >.outside-caro > .tile-content {
        width: 80%;
    }

    .progress-cards .progress-title {
        font-size: 16px;
    }
    .progress-cards {
        padding: 0px;
    }



    .my-bookings-calendar .primary-cta-btn, .booking-card .primary-cta-btn, .event-card .primary-cta-btn{
        margin-top:0px;
    }

    .elearning a.more-button,  .long-slide a.more-button{
        right: 15%!important;
        bottom:10%!important;
    }

    .group-padding {
        padding-bottom: 0px;
    }


    .event-card{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .header-res-overview .header-title .overlay-title h1 {
        font-size: 30px;
    }


    h1 {
        font-size: 30px;
    }

    .gym-anchor .card-view > .panel-body > .title-dates{
        margin-left:10px;
        margin-right: 10px;
    }

    .wellness-service-index .card-view  .panel-body .primary-cta-btn{
        margin-top: 5px;
    }

    .gym-anchor > .col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bio-name{
        font-size:15px
    }

    .bio-title{
        font-size: 12px;
    }

    .bio-card .session-no-padd {
        transform: translateY(-2%)translateX(7%);
    }

    .bio-card .session-info {
        border-bottom: none;
    }

    .bio-title .medal{
        width: 10px;
    }

    .bio-card .session-images > img{
        max-width: 85px!important;
        max-height: 85px!important;
        margin-left: 15px;
    }

    .bio-card .child-content {

        font-size: 12px;
        padding-left: 0px;
    }

    .name-qual {
        padding-top: 20px;
        padding-left: 15px;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    /*.content-header h3 {*/
    /*line-height: 1;*/
    /*border-bottom:none;*/
    /*}*/

    h3.inline {
        margin-bottom: 20px;
        margin-top: 15px;
        text-align: center;
    }


    .res-course-modules-view .row{
        margin-left:-15px;
        margin-right:-15px;
    }

    .module-drop-nav ul.dropdown-menu {
        width: 152%;
    }

    .module-audio{
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .module-list {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .overview-title {
        width:110%;
        font-size:15px;
    }
    .overview-chapter {
        font-size: 16px;
    }

    .icon-overview {
        width: 25px;
    }

    .icon-col {
        padding-left: 0px;
        padding-right: 0px!important;
        width: 28px;
        transform: translateY(100%);
    }

    .module-info{
        width: 80%;
    }

    .chev-container {
        transform: translateY(75%);
        padding-left: 25px;
        padding-right: 0px;
        width: 10px;
    }

    a .chev-container i {
        font-size: 14px;
    }




    .icon-overview-chev {
        width: 7px;
        height:10px;
    }

    .overview-title {
        min-height: 30px;
    }

    .gym-sess-info .gym-info-icon {

    }

    .gym-sess-info .gym-info-text {
        padding-top: 5PX;

    }

    .gym-sess-info{
        width:100%;
    }

    .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        float: right;
        font-size: 15px!important;
    }
    .fc table {
        font-size: 1.15em!important;
    }

}

@media (max-width:400px) {
    .booking-area .legend-block p{
        font-size: 12px;
    }

}

td, th {
    padding: 5px;
}



.bio-section {
    margin-top: 25px;
    /*padding-top: 50px;*/
    padding-bottom: 50px;
}

.body-content .pull-left{
    padding-left: 0px;
    padding-right: 0px;
}

#booking-body > .row {
    margin-left:15px!important;
    margin-right: 15px!important;
}

.wellness-events .event-card .outside-caro {
    width: 100%;
}

.event-card .outside-caro .grey-overlay > .inside-caro{
    opacity: 0.5;
}

.wellness-events .event-card .grey-overlay {
    width: 100%;
}

.wellness-events .event-card >.outside-caro .tile-content {
    width: 100%;
    margin-left: -50%;
}

.tile-content  > p{
    /*height:60px;*/
}

.wellness-events .full-tile .grey-overlay {
    height: 190px;
}

.wellness-events #text{
    font-size: 24px;
    padding-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.day-tiles{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

#title-day {
    padding-left: 0px;
}

.form-control select.form-control{
    display:block!important;
}

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

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

.modal:hover{
    cursor: default;
}

/* Custom Aviva Filter Check Box */

.loc_checks{
    padding: 0px 20px;
    font-size: 16px;
}