body {
    font-family: "OPEN SANS", Arial;
    background-color: #ebebeb;
    color:#30394A;
}

.video-js {
    display:inline !important;
}

.messageBody {
    overflow-wrap: break-word;
}

.nav-tabs {
     border-bottom: 0px !important;
}

.forumAva {
    width:100%;
    min-width: 30px;
}

#header {
    background-color:#24AAE1;
    color:white;
    margin-bottom:30px;
    margin-right: -30px;
    margin-left: -30px;
}

.menuLink {
    color:#FFFFFF;
    background-color:#24AAE1;
    display:inline-block !important;
    text-decoration: none;
    font-size:14pt;
    padding:23px 45px !important;

}

.menuLinkActive {
    text-decoration: underline;
    background-color:#1074BC !important;

}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color:#1074BC !important;
}

.menuLink:hover, .menuLink:focus, .menuLink:active {
    color:white;
    text-decoration: underline;
    background-color:#1074BC !important;
}

.menuLink.noFocus:focus {
    background-color: transparent;
    outline: none;
}

.menuLink.noFocus:hover {
    background-color:#1074BC !important;
}

@media only screen and (min-width:992px) and (max-width: 1200px)  {
    .menuLink {
        padding:23px 30px !important;
        /*font-size:2px !important;*/
    }

}

@media only screen and (min-width:989px) and (max-width: 1999px)  {
    .indexDots li {
        font-size: 20px !important;
        /*font-size:2px !important;*/
    }
    .communityDots li {
        font-size: 20px !important;
        /*font-size:2px !important;*/
    }

}


@media only screen and (min-width:768px) and (max-width: 991px)  {
    .menuLink {
        padding:23px 15px !important;
        /*font-size:2px !important;*/
    }

}


.accountTitle {
    border-left:1px solid #fff;
    font-size: 14pt;
    text-align: right;
    padding-right: 0px;
    padding-left: 0px;
    cursor:pointer;
    margin-top: 5px;
}



.accountTitle .fa{
    font-size: 18pt;
}

.blueText {
    color:#1074BC;
}

.redText {
    color:#DF0101;
}

.footerGrey {
    color:#ccc;
    padding-top:30px;

}

.container {
    background-color: #f5f5f5;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
}

.container2 {
    background-color: #f1f1f2;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.7);*/
}

.indexDots{
    margin-top: 0px;
}


.indexDots li {
    color:#F7941E;
    margin-top:35px;
    font-size: 20px;


}

.indexHr {
    background-color: #C0C1C3;
    height:2px;
    width:30%;
    margin:30px auto;
}

.indexDots li p {
    color:#30394A;

}

.communityDots{
    margin-top: 15px;
}

.communityDots li {
    color:#F7941E;
    font-size: 20px;
}

.communityDots li p {
    color:#30394A;
}

.topBox {
    /*background-color:#ccc;*/
    background-image: url('/assets/images/FlintFit_Cover.jpg');
   /* background-size: contain;*/
    background-size: 1170px 603px;
    background-repeat: no-repeat;
    background-color:#FDFCFA;
    margin: 0px -30px 30px -30px;
    color:#333;
    padding-bottom:30px;
    border-bottom:1px solid #ccc;
    margin-bottom: 30px;
}

.topBox:after {
    clear: both;
}

.otherBox {
  margin: 30px 0px 30px 0px;
}

.whiteBox {
    border:1px solid #ccc;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding:20px;
}

.whiteBoxNoShadow {
    border:1px solid #ccc;
    background-color: white;
    border-radius: 10px;
    padding:20px;
}

.blueBox a {
    color:white;
    text-decoration: none;
}
.blueBox a:hover {
    color:white;
    text-decoration: none;
}

.blueBox {
    background-color: #1074BC;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px rgba(0, 0, 0, 0.5);
    padding:10px;
    color:white;
}

.dropdownLink {
    color:#FFFFFF !important;
    background-color:#24AAE1;
    display:inline-block;
    text-decoration: none;
    font-size:12pt;
    padding:20px 30px !important;

}

li a.dropdownLink:hover {
    color:white;
    text-decoration: none;
    background-color:#1074BC;
}

.dropdownLink:hover {
    color:white;
    text-decoration: none;
    background-color:#1074BC;
}

.dropdown-menu {
    background-color:#24AAE1;
    padding: 0;
    border:0 !important;
    text-align: center;
}

.logo {

    padding:17px 30px;
    font-size:17pt;
    color:white;
}

.regLink {
    color:#FFF;
    opacity: 0.95;
    text-align:center;
    background-color:#9ACE4F;
    text-transform: uppercase;
    display:block;
    cursor:pointer;
    text-decoration: none;
    font-size:15pt;
    padding:10px 10px 10px 10px;

}


.regLink:hover {
    opacity: 1;
    cursor:pointer;
    text-decoration: none;
    color:#FFFFFF;
    background-color:#9ACE4F;
}




.tooltip {
    max-width: 40px;
    /*min-width:200px;*/
    width:auto !important;
    /* If max-width does not work, try using width instead */
}

.dblue, .dblue:hover {

    background-color:#313950;
    color:white;
}

.loginArea {
    background-color:#F3F3F3;
    color:#333;
    padding:15px;
}

.leftSideBar {
    background-color:white;
    min-height:600px;
    margin:0 !important;
}

h1, h2, h3, h4, h5, h6 {
   /* color:*/
    margin:5px;
}

p {
    margin-bottom: 15px;
}

.rightSideBar {
    background-color:#3B455D;
    min-height:600px;
    color:white;
}

.mainArea {
    margin:10px 0px;
    border:1px solid #E1E5E8;
    background-color:white;
    padding:15px;

}

.mtop5 {
    margin-top:5px;
}

.mtop10 {
    margin-top:10px;
}

.mtop15 {
    margin-top:15px;
}

.mtop20 {
    margin-top:20px;
}

.mtop25 {
    margin-top:25px;
}

.mtop30 {
    margin-top:30px;
}

.mtop35 {
    margin-top:35px;
}

.mtop40 {
    margin-top:40px;
}

.mtop45 {
    margin-top:45px;
}

.mtop50 {
    margin-top:50px;
}


/* MY ACCOUNT */

#xcharts {
    position: relative;
    height: 320px;
}

.periodSelectorContainer {
    position: absolute;
    right: 15px;
}

.removeFromCalendar .modalText, .removeFromCalendar .modalButtons {
    text-align: center;
}

.btn-default {
    /*border-color: transparent;*/
}

.btn-info2 {
    border-color: transparent;
    color: #fff;
    background-color: #f7931d;
    border-radius: 10px;
    font-size: 16px;
}

.btn-info2:hover {
    border-color: transparent;
    color: #fff;
    background-color: #cb7a16;
}

.btn-info2:active {
    border-color: transparent;
    color: #fff;
    background-color: #f7931d;
}

.btn-info2:focus {
    border-color: transparent;
    color: #fff;
    background-color: #f7931d;
}

.modalButtons button {
    margin-bottom: 10px;
}

.modalButtons .dropdown-menu, .periodSelectorContainer .dropdown-menu {
    background-color: white;
}

.modalButtons a:focus, .periodSelectorContainer a:focus {
    outline: none;
}

.modalButtons {
    text-align: center;
}

.modalButtons .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.modalButtons .btn-default:hover,
.modalButtons .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #2e6da4;
    border-color: #204a6f;
}

#triangle-left {
    /*
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-right: 15px solid #fbb03f;
    border-bottom: 19px solid transparent;*/
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #fbb03f;
    border-bottom: 15px solid transparent;
}

#square {
    /*display: inline-block;
    width: 30px;
    padding-right: 5px;
    height: 38px;
    background: #fbb03f;
    position: absolute;
    text-align: center;
    font-size: 13px;
    line-height: 9px;
    color: #fff;*/

    display: inline-block;
    width: 50px;
    padding-right: 5px;
    height: 30px;
    background: #fbb03f;
    position: absolute;
    text-align: center;
    font-size: 12px;
    line-height: 9px;
    color: #fff;
}

#square .glyphicon {
    font-size: 9px;
    line-height: 0;
}

#setGoalContainer, #setGoal {
    height: 38px;
}

#setGoalScrollContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

#setGoalContainer {
    width: 100%;
    overflow: hidden;
}

#setGoalLine {
    position: absolute;
    height: 2px;
    width: 100%;
    margin: 18px 0 18px 45px;
    background-color: #fbb03f;
}

#setGoal {
    position: absolute;
    width: 65px;
    height: 100%;
    right: 0;
    cursor: pointer;
    padding-top:4px;
}

#awards {
    min-height: 320px;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    padding-top: 20px;
}

#awards img {
    height: 66px;
}

#awards .title, #recommendedVideos .title, #todaysVideos .title {
    display: block;
    height: 35px;
    margin-top: 5px;
}

#recommendedVideos, #todaysVideos {
    text-align: center;
}

.imgContainer {
    position: relative;
    width: 100%;
}

.imgContainer .imgContainerHover {
    display: none;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 51, 102, 0.75);
}

.imgContainer a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}

.imgContainer a:hover {
    text-decoration: none;
}

.imgContainer a.changeVideo {
    text-decoration: none;
    font-size: 12px;
}

.imgContainer:hover .imgContainerHover {
    display: block;
}

.verticalAlignContainer {
    display: table;
    width: 100%;
    height: 100%;
}

.verticalAlign {
    display: table-cell;
    vertical-align: middle;
}

#recommendedVideos img, #todaysVideos img {
    position: relative;
    width: 100%;
    z-index: 1;
}

#addNotice {
    font-size: 20px;
    text-align: left;
}

#todaysVideos img.watched {
    position: absolute;
    z-index: 2;
    height: 100%;
}

.modalText {
    padding: 20px;
    text-align: center;
}

.modal {
    text-align: center;
}

.indexVertLine {
    border-right:1px solid #333
}

.mainTitle {
    font-size:50px;
    text-align: center;
}

.mainLogo {
    width:350px;
}

.smallLogo {
    width:200px;
}

@media screen and (max-width: 991px) {
    .mtop30-md {
        margin-top:30px;
    }

    .mainLogo {
        width:250px !important;
    }

    .mainTitle {
        font-size:30px
    }

    .indexVertLine {
        border-right:0px solid #333
    }

    .indexHorLine {
        margin-top: 30px;
        margin-bottom:30px;
        border-top:1px solid #333
    }
}

.longDayName {
    display:block;
}


.shortDayName {
    display:none;
}

@media screen and (max-width: 420px) {
    .topBox {
        /*background-color:#ccc;*/
        background-position-y:-100px;
        background-size: contain;
        background-image: url('/assets/images/FlintFit_Cover_450.jpg');
    }

}

.therapistName {
    font-size:18px;
    color:#222;
    font-style:italic;
}

@media screen and (max-width: 600px) {
    .longDayName {
        display:none;
    }


    .shortDayName {
        display:block;
    }
}




@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .usernameMenu {
        padding-left: 20px !important;padding-right: 20px !important;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.pulledRight {
    float:right;
}

.calendarSection {
    border: 2px solid #CCC;
    padding-top: 10px;
    margin-bottom: 15px;
    background-color: #eaeaea;
    text-align: center;
    border-radius: 10px;
}

.calendarItem img {
    margin-top: 1px;
}

.calendarItem .title {
    display: block;
    font-size: 10px;
    line-height: 22px;
    padding-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendarColumn {
    height: 300px;
    overflow: hidden;
}

.ui-sortable-handle {
    cursor: pointer;
}

#trash {
    text-align: center;
    font-size: 40px;
    height: 50px;
    padding-top: 5px;
    margin-top: 10px;
    line-height: 45px;
    overflow: hidden;
}

#trash.trashHover {
    color: #2e6da4;
}

.scrollButtonsContainer {
    height: 21px;
}

.scrollTop, .scrollBottom {
    height: 21px;
    font-size: 10px;
    line-height: 20px;
    cursor: pointer;
}

.scrollButton {
    display: none;
}

.col-xs-1-7,
.col-sm-1-7,
.col-md-1-7,
.col-lg-1-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-7 {
    width: 14.28571%;
    float: left;
    padding: 0px 5px;
}

@media (min-width: 768px) {
    .col-sm-1-7 {
        width: 14.28571%;
        float: left;
        padding: 0px 5px;
    }
}

@media (min-width: 992px) {
    .col-md-1-7 {
        width: 14.28571%;
        float: left;
        padding: 0px 5px;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-7 {
        width: 14.28571%;
        float: left;
        padding: 0px 5px;
    }

    .container2 {
        width: 1170
    }
}
/* MY ACCOUNT */
