/**********************************************************************************************************
***********************************************************************************************************
**********************************************************************************************************
											
										RESETS BEGIN

**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************/
@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Monda', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    color: #000;
}

body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

a {
    text-decoration: none;
}

.anchor:hover {
    text-decoration: underline;
}

h1 {
    font-weight: 200 !important;
}

#header {
    width: 960px;
    font-weight: lighter;
    background: #d8f0ff;
    /* Old browsers
IE9 SVG, needs conditional override of 'filter' to 'none' 
*/
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZjBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d8f0ff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8f0ff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #d8f0ff 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #d8f0ff 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #d8f0ff 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #d8f0ff 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8f0ff', endColorstr='#ffffff', GradientType=0);
}

/**********************************************************************************************************
***********************************************************************************************************
**********************************************************************************************************
											
			GLOBAL STYLES BEGIN

**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************/
::-webkit-input-placeholder {
    color: #fff;
    font-size: 11px;
    padding-left: 5px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 11px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 11px;
}

:-ms-input-placeholder {
    color: #fff;
    font-size: 11px;
}

.nodisplay {
    display: none;
}

/****************************SPACERS***********************************/
.spacer1 {
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}

.spacer2 {
    height: 2px;
    line-height: 2px;
    font-size: 2px;
}

.spacer3 {
    height: 3px;
    line-height: 3px;
    font-size: 3px;
}

.spacer4 {
    height: 4px;
    line-height: 4px;
    font-size: 4px;
}

.spacer5 {
    height: 5px;
    line-height: 5px;
    font-size: 5px;
}

.spacer6 {
    height: 6px;
    line-height: 6px;
    font-size: 6px;
}

.spacer8 {
    height: 8px;
    line-height: 8px;
    font-size: 8px;
}

.spacer9 {
    height: 9px;
    line-height: 9px;
    font-size: 9px;
}

.spacer10 {
    height: 10px;
    line-height: 10px;
    font-size: 10px;
}

.spacer12 {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
}

.spacer13 {
    height: 13px;
    line-height: 13px;
    font-size: 13px;
}

.spacer14 {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
}

.spacer15 {
    height: 15px;
    line-height: 15px;
    font-size: 15px;
}

.spacer16 {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
}

.spacer18 {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
}

.spacer20 {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.spacer25 {
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}

.spacer30 {
    height: 30px;
    line-height: 30px;
    font-size: 30px;
}

.spacer35 {
    height: 35px;
    line-height: 35px;
    font-size: 35px;
}

.spacer40 {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
}

.spacer50 {
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.spacer60 {
    height: 60px;
    line-height: 60px;
    font-size: 60px;
}

.spacer70 {
    height: 70px;
    line-height: 70px;
    font-size: 70px;
}

.spacer80 {
    height: 80px;
    line-height: 80px;
    font-size: 80px;
}

.spacer90 {
    height: 90px;
    line-height: 90px;
    font-size: 90px;
}

.spacer100 {
    height: 100px;
    line-height: 100px;
    font-size: 100px;
}

.spacer425 {
    height: 425px;
    line-height: 425px;
}

/****************************FLOATS AND CLEARING FLOATS***********************************/
.float_left {
    float: left !important;
}

.float_right {
    float: right !important;
}

.nofloat {
    float: none !important;
}

.clearboth {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

/****************************MOUSE ACTIONS***********************************/
.cursorpointer {
    cursor: pointer;
}

.cursorhelp {
    cursor: help !important;
}

.cursornodrop {
    cursor: no-drop;
}

/****************************DISPLAY ELEMENTS***********************************/
.nodisplay {
    display: none !important;
}

.inline {
    display: inline;
}

.inlineblock {
    display: inline-block;
}

.displayblock {
    display: block !important;
}

.break {
    display: block;
}

/****************************DISPLAY ELEMENTS***********************************/
.opacity_pt1 {
    opacity: .1 !important;
}

.opacity_pt2 {
    opacity: .2 !important;
}

.opacity_pt3 {
    opacity: .3 !important;
}

.opacity_pt4 {
    opacity: .4 !important;
}

.opacity_pt5 {
    opacity: .5 !important;
}

.opacity_pt6 {
    opacity: .6 !important;
}

.opacity_pt7 {
    opacity: .7 !important;
}

.opacity_pt8 {
    opacity: .8 !important;
}

.opacity_pt9 {
    opacity: .9 !important;
}

.opacity_full {
    opacity: 1 !important;
}

/****************************LAYERED POSITIONING***********************************/
.zindex0 {
    z-index: 0 !important;
}

.zindex1 {
    z-index: 1 !important;
}

.zindex2 {
    z-index: 2 !important;
}

.zindex3 {
    z-index: 3 !important;
}

.zindex4 {
    z-index: 4 !important;
}

.zindex5 {
    z-index: 5 !important;
}

.zindex6 {
    z-index: 6 !important;
}

.zindex7 {
    z-index: 7 !important;
}

.zindex8 {
    z-index: 8 !important;
}

.zindex9 {
    z-index: 9 !important;
}

.zindex10 {
    z-index: 10 !important;
}

.zindex11 {
    z-index: 11 !important;
}

.zindex9998 {
    z-index: 9998 !important;
}

.zindex9999 {
    z-index: 9999 !important;
}

.zindex10000 {
    z-index: 10000 !important;
}

/****************************POSITIONING***********************************/
.pos_rel {
    position: relative !important;
}

.pos_absolute {
    position: absolute !important;
}

.pos_fixed {
    position: fixed !important;
}


.top-65 {
    top: -65px !important;
}

.top-60 {
    top: -60px !important;
}

.top-50 {
    top: -50px !important;
}

.top-40 {
    top: -40px !important;
}

.top-30 {
    top: -30px !important;
}

.top-25 {
    top: -25px !important;
}

.top-20 {
    top: -20px !important;
}

.top-19 {
    top: -19px !important;
}

.top-18 {
    top: -18px !important;
}

.top-17 {
    top: -17px !important;
}

.top-16 {
    top: -16px !important;
}

.top-15 {
    top: -15px !important;
}

.top-14 {
    top: -14px !important;
}

.top-13 {
    top: -13px !important;
}

.top-12 {
    top: -12px !important;
}

.top-11 {
    top: -11px !important;
}

.top-10 {
    top: -10px !important;
}

.top-9 {
    top: -9px !important;
}

.top-8 {
    top: -8px !important;
}

.top-7 {
    top: -7px !important;
}

.top-6 {
    top: -6px !important;
}

.top-5 {
    top: -5px !important;
}

.top-4 {
    top: -4px !important;
}

.top-3 {
    top: -3px !important;
}

.top-2 {
    top: -2px !important;
}

.top-1 {
    top: -1px !important;
}

.top0 {
    top: 0px !important;
}

.top1 {
    top: 1px !important;
}

.top2 {
    top: 2px !important;
}

.top3 {
    top: 3px !important;
}

.top4 {
    top: 4px !important;
}

.top5 {
    top: 5px !important;
}

.top6 {
    top: 6px !important;
}

.top7 {
    top: 7px !important;
}

.top8 {
    top: 8px !important;
}

.top9 {
    top: 9px !important;
}

.top10 {
    top: 10px !important;
}

.top11 {
    top: 11px !important;
}

.top12 {
    top: 12px !important;
}

.top13 {
    top: 13px !important;
}

.top14 {
    top: 14px !important;
}

.top15 {
    top: 15px !important;
}

.top16 {
    top: 16px !important;
}

.top17 {
    top: 17px !important;
}

.top18 {
    top: 18px !important;
}

.top19 {
    top: 19px !important;
}

.top20 {
    top: 20px !important;
}

.top25 {
    top: 25px !important;
}

.top30 {
    top: 30px !important;
}

.top40 {
    top: 40px !important;
}

.top45 {
    top: 45px !important;
}

.top50 {
    top: 50px !important;
}

.top55 {
    top: 55px !important;
}

.top60 {
    top: 60px !important;
}

.top65 {
    top: 65px !important;
}

.top70 {
    top: 70px !important;
}

.top80 {
    top: 80px !important;
}

.top85 {
    top: 85px !important;
}

.top90 {
    top: 90px !important;
}

.top100 {
    top: 100px !important;
}

.top110 {
    top: 110px !important;
}

.top115 {
    top: 115px !important;
}

.top120 {
    top: 120px !important;
}

.top135 {
    top: 135px !important;
}

.top140 {
    top: 140px !important;
}

.top150 {
    top: 150px !important;
}

.top160 {
    top: 160px !important;
}

.top170 {
    top: 170px !important;
}

.top180 {
    top: 180px !important;
}

.top190 {
    top: 190px !important;
}

.top200 {
    top: 200px !important;
}

.top300 {
    top: 300px !important;
}

.top310 {
    top: 310px !important;
}

.top320 {
    top: 320px !important;
}

.top330 {
    top: 330px !important;
}

.top340 {
    top: 340px !important;
}

.top350 {
    top: 350px !important;
}

.top360 {
    top: 360px !important;
}

.top365 {
    top: 365px !important;
}

.top370 {
    top: 370px !important;
}

.top380 {
    top: 380px !important;
}

.top390 {
    top: 390px !important;
}

.top400 {
    top: 400px !important;
}

.top410 {
    top: 410px !important;
}

.top420 {
    top: 420px !important;
}

.top430 {
    top: 430px !important;
}

.top440 {
    top: 440px !important;
}


.left-5 {
    left: -5px !important;
}

.left-4 {
    left: -4px !important;
}

.left-3 {
    left: -3px !important;
}

.left-2 {
    left: -2px !important;
}

.left-1 {
    left: -1px !important;
}

.left0 {
    left: 0px !important;
}

.left1 {
    left: 1px !important;
}

.left2 {
    left: 2px !important;
}

.left3 {
    left: 3px !important;
}

.left4 {
    left: 4px !important;
}

.left5 {
    left: 5px !important;
}

.left10 {
    left: 10px !important;
}

.left11 {
    left: 11px !important;
}

.left12 {
    left: 12px !important;
}

.left13 {
    left: 13px !important;
}

.left14 {
    left: 14px !important;
}

.left15 {
    left: 15px !important;
}

.left16 {
    left: 16px !important;
}

.left17 {
    left: 17px !important;
}

.left18 {
    left: 18px !important;
}

.left19 {
    left: 19px !important;
}

.left20 {
    left: 20px !important;
}

.left21 {
    left: 21px !important;
}

.left22 {
    left: 22px !important;
}

.left23 {
    left: 23px !important;
}

.left24 {
    left: 24px !important;
}

.left25 {
    left: 25px !important;
}

.left30 {
    left: 30px !important;
}

.left40 {
    left: 40px !important;
}

.left50 {
    left: 50px !important;
}

.left60 {
    left: 60px !important;
}

.left61 {
    left: 61px !important;
}

.left62 {
    left: 62px !important;
}

.left63 {
    left: 63px !important;
}

.left64 {
    left: 64px !important;
}

.left65 {
    left: 65px !important;
}

.left70 {
    left: 70px !important;
}

.left71 {
    left: 71px !important;
}

.left72 {
    left: 72px !important;
}

.left73 {
    left: 73px !important;
}

.left74 {
    left: 74px !important;
}

.left75 {
    left: 75px !important;
}

.left76 {
    left: 76px !important;
}

.left77 {
    left: 77px !important;
}

.left80 {
    left: 80px !important;
}

.left85 {
    left: 85px !important;
}

.left90 {
    left: 90px !important;
}

.left100 {
    left: 100px !important;
}

.left110 {
    left: 110px !important;
}

.left115 {
    left: 115px !important;
}

.left116 {
    left: 116px !important;
}

.left117 {
    left: 117px !important;
}

.left118 {
    left: 118px !important;
}

.left119 {
    left: 119px !important;
}

.left120 {
    left: 120px !important;
}

.left125 {
    left: 125px !important;
}

.left126 {
    left: 126px !important;
}

.left127 {
    left: 127px !important;
}

.left128 {
    left: 128px !important;
}

.left129 {
    left: 129px !important;
}

.left130 {
    left: 130px !important;
}

.left131 {
    left: 131px !important;
}

.left132 {
    left: 132px !important;
}

.left145 {
    left: 145px !important;
}

.left150 {
    left: 150px !important;
}

.left155 {
    left: 155px !important;
}

.left165 {
    left: 165px !important;
}

.left166 {
    left: 166px !important;
}

.left175 {
    left: 176px !important;
}

.left190 {
    left: 190px !important;
}

.left195 {
    left: 195px !important;
}

.left200 {
    left: 200px !important;
}

.left215 {
    left: 215px !important;
}

.left230 {
    left: 230px !important;
}

.left240 {
    left: 240px !important;
}

.left245 {
    left: 245px !important;
}

.left250 {
    left: 250px !important;
}

.left265 {
    left: 265px !important;
}

.left270 {
    left: 270px !important;
}

.left300 {
    left: 300px !important;
}

.left315 {
    left: 315px !important;
}

.left325 {
    left: 325px !important;
}

.left330 {
    left: 330px !important;
}

.left335 {
    left: 335px !important;
}

.left340 {
    left: 340px !important;
}

.left365 {
    left: 365px !important;
}

.left390 {
    left: 390px !important;
}

.left410 {
    left: 410px !important;
}

.left415 {
    left: 415px !important;
}

.left450 {
    left: 450px !important;
}

.left460 {
    left: 460px !important;
}

.left465 {
    left: 465px !important;
}

.left515 {
    left: 515px !important;
}

.left555 {
    left: 555px !important;
}

.left565 {
    left: 565px !important;
}

.left615 {
    left: 615px !important;
}

.left665 {
    left: 665px !important;
}

.left670 {
    left: 670px !important;
}

.left710 {
    left: 710px !important;
}

.left715 {
    left: 715px !important;
}

.left720 {
    left: 720px !important;
}

.left730 {
    left: 730px !important;
}

.left740 {
    left: 740px !important;
}

.left745 {
    left: 745px !important;
}

.left750 {
    left: 750px !important;
}

.left765 {
    left: 765px !important;
}

.left775 {
    left: 775px !important;
}

.left815 {
    left: 815px !important;
}

.left830 {
    left: 830px !important;
}

.left865 {
    left: 865px !important;
}

.right0 {
    right: 0px !important;
}

.right10 {
    right: 10px !important;
}

.right15 {
    right: 15px !important;
}

.right20 {
    right: 20px !important;
}

.right30 {
    right: 30px !important;
}

.right40 {
    right: 40px !important;
}

.right50 {
    right: 50px !important;
}

.right60 {
    right: 60px !important;
}

.right70 {
    right: 70px !important;
}

.right80 {
    right: 80px !important;
}

.right90 {
    right: 90px !important;
}

.right100 {
    right: 100px !important;
}

.right150 {
    right: 150px !important;
}

.bottom0 {
    bottom: 0px !important;
}

.bottom10 {
    bottom: 10px !important;
}

.bottom20 {
    bottom: 20px !important;
}

.bottom30 {
    bottom: 30px !important;
}

.bottom40 {
    bottom: 40px !important;
}

.bottom50 {
    bottom: 50px !important;
}

.bottom60 {
    bottom: 60px !important;
}

.bottom70 {
    bottom: 70px !important;
}

.bottom80 {
    bottom: 80px !important;
}

.bottom90 {
    bottom: 90px !important;
}

.bottom100 {
    bottom: 100px !important;
}

/****************************MARGINS***********************************/
.nomarginleft {
    margin-left: 0px !important;
}

.nomargin {
    margin: 0 !important;
}

.nomarginright {
    margin-right: 0px !important;
}

.marginauto {
    margin: auto !important;
}

.margintop0 {
    margin-top: 0px !important;
}

.margintop1 {
    margin-top: 1px !important;
}

.margintop2 {
    margin-top: 2px !important;
}

.margintop3 {
    margin-top: 3px !important;
}

.margintop4 {
    margin-top: 4px !important;
}

.margintop5 {
    margin-top: 5px !important;
}

.margintop6 {
    margin-top: 6px !important;
}

.margintop7 {
    margin-top: 7px !important;
}

.margintop8 {
    margin-top: 8px !important;
}

.margintop9 {
    margin-top: 9px !important;
}

.margintop10 {
    margin-top: 10px !important;
}

.margintop11 {
    margin-top: 11px !important;
}

.margintop12 {
    margin-top: 12px !important;
}

.margintop13 {
    margin-top: 13px !important;
}

.margintop14 {
    margin-top: 14px !important;
}

.margintop15 {
    margin-top: 15px !important;
}

.margintop16 {
    margin-top: 16px !important;
}

.margintop17 {
    margin-top: 17px !important;
}

.margintop18 {
    margin-top: 18px !important;
}

.margintop19 {
    margin-top: 19px !important;
}

.margintop20 {
    margin-top: 20px !important;
}

.margintop21 {
    margin-top: 21px !important;
}

.margintop22 {
    margin-top: 22px !important;
}

.margintop23 {
    margin-top: 23px !important;
}

.margintop24 {
    margin-top: 24px !important;
}

.margintop25 {
    margin-top: 25px !important;
}

.margintop26 {
    margin-top: 26px !important;
}

.margintop27 {
    margin-top: 27px !important;
}

.margintop28 {
    margin-top: 28px !important;
}

.margintop29 {
    margin-top: 29px !important;
}

.margintop30 {
    margin-top: 30px !important;
}

.margintop31 {
    margin-top: 31px !important;
}

.margintop32 {
    margin-top: 32px !important;
}

.margintop33 {
    margin-top: 33px !important;
}

.margintop34 {
    margin-top: 34px !important;
}

.margintop35 {
    margin-top: 35px !important;
}

.margintop36 {
    margin-top: 36px !important;
}

.margintop37 {
    margin-top: 37px !important;
}

.margintop38 {
    margin-top: 38px !important;
}

.margintop39 {
    margin-top: 39px !important;
}

.margintop40 {
    margin-top: 40px !important;
}

.margintop45 {
    margin-top: 45px !important;
}

.margintop46 {
    margin-top: 46px !important;
}

.margintop47 {
    margin-top: 47px !important;
}

.margintop48 {
    margin-top: 48px !important;
}

.margintop49 {
    margin-top: 49px !important;
}

.margintop50 {
    margin-top: 50px !important;
}

.margintop55 {
    margin-top: 55px !important;
}

.margintop60 {
    margin-top: 60px !important;
}

.margintop65 {
    margin-top: 65px !important;
}

.margintop70 {
    margin-top: 70px !important;
}

.margintop75 {
    margin-top: 75px !important;
}

.margintop80 {
    margin-top: 80px !important;
}

.margintop85 {
    margin-top: 85px !important;
}

.margintop90 {
    margin-top: 90px !important;
}

.margintop95 {
    margin-top: 95px !important;
}

.margintop100 {
    margin-top: 100px !important;
}

.margintop105 {
    margin-top: 105px !important;
}

.margintop110 {
    margin-top: 110px !important;
}

.margintop120 {
    margin-top: 120px !important;
}

.margintop130 {
    margin-top: 130px !important;
}

.margintop131 {
    margin-top: 131px !important;
}

.margintop132 {
    margin-top: 132px !important;
}

.margintop133 {
    margin-top: 133px !important;
}

.margintop134 {
    margin-top: 134px !important;
}

.margintop135 {
    margin-top: 135px !important;
}

.margintop138 {
    margin-top: 138px !important;
}

.margintop140 {
    margin-top: 140px !important;
}

.margintop150 {
    margin-top: 150px !important;
}

.margintop151 {
    margin-top: 151px !important;
}

.margintop152 {
    margin-top: 152px !important;
}

.margintop153 {
    margin-top: 153px !important;
}

.margintop154 {
    margin-top: 154px !important;
}

.margintop155 {
    margin-top: 155px !important;
}

.margintop159 {
    margin-top: 159px !important;
}

.margintop160 {
    margin-top: 160px !important;
}

.margintop162 {
    margin-top: 162px !important;
}

.margintop200 {
    margin-top: 200px !important;
}

.margintop215 {
    margin-top: 215px !important;
}

.marginbottom0 {
    margin-bottom: 0px !important;
}

.marginbottom1 {
    margin-bottom: 1px !important;
}

.marginbottom2 {
    margin-bottom: 2px !important;
}

.marginbottom3 {
    margin-bottom: 3px !important;
}

.marginbottom4 {
    margin-bottom: 4px !important;
}

.marginbottom5 {
    margin-bottom: 5px !important;
}

.marginbottom10 {
    margin-bottom: 10px !important;
}

.marginbottom20 {
    margin-bottom: 20px !important;
}

.marginbottom30 {
    margin-bottom: 30px !important;
}

.marginbottom40 {
    margin-bottom: 40px !important;
}

.marginbottom50 {
    margin-bottom: 50px !important;
}

.marginbottom60 {
    margin-bottom: 60px !important;
}

.marginbottom70 {
    margin-bottom: 70px !important;
}

.marginbottom80 {
    margin-bottom: 80px !important;
}

.marginbottom90 {
    margin-bottom: 90px !important;
}

.marginbottom100 {
    margin-bottom: 100px !important;
}

.marginbottom110 {
    margin-bottom: 110px !important;
}

.marginbottom120 {
    margin-bottom: 120px !important;
}

.marginleft0 {
    margin-left: 0px !important;
}

.marginleft1 {
    margin-left: 1px !important;
}

.marginleft2 {
    margin-left: 2px !important;
}

.marginleft3 {
    margin-left: 3px !important;
}

.marginleft4 {
    margin-left: 4px !important;
}

.marginleft5 {
    margin-left: 5px !important;
}

.marginleft6 {
    margin-left: 6px !important;
}

.marginleft7 {
    margin-left: 7px !important;
}

.marginleft8 {
    margin-left: 8px !important;
}

.marginleft9 {
    margin-left: 9px !important;
}

.marginleft10 {
    margin-left: 10px !important;
}

.marginleft11 {
    margin-left: 11px !important;
}

.marginleft12 {
    margin-left: 12px !important;
}

.marginleft13 {
    margin-left: 13px !important;
}

.marginleft14 {
    margin-left: 14px !important;
}

.marginleft15 {
    margin-left: 15px !important;
}

.marginleft16 {
    margin-left: 16px !important;
}

.marginleft17 {
    margin-left: 17px !important;
}

.marginleft18 {
    margin-left: 18px !important;
}

.marginleft19 {
    margin-left: 19px !important;
}

.marginleft20 {
    margin-left: 20px !important;
}

.marginleft21 {
    margin-left: 21px !important;
}

.marginleft22 {
    margin-left: 22px !important;
}

.marginleft23 {
    margin-left: 23px !important;
}

.marginleft24 {
    margin-left: 24px !important;
}

.marginleft25 {
    margin-left: 25px !important;
}

.marginleft30 {
    margin-left: 30px !important;
}

.marginleft31 {
    margin-left: 31px !important;
}

.marginleft32 {
    margin-left: 32px !important;
}

.marginleft33 {
    margin-left: 33px !important;
}

.marginleft34 {
    margin-left: 34px !important;
}

.marginleft35 {
    margin-left: 35px !important;
}

.marginleft36 {
    margin-left: 36px !important;
}

.marginleft37 {
    margin-left: 37px !important;
}

.marginleft38 {
    margin-left: 38px !important;
}

.marginleft39 {
    margin-left: 39px !important;
}

.marginleft40 {
    margin-left: 40px !important;
}

.marginleft45 {
    margin-left: 45px !important;
}

.marginleft46 {
    margin-left: 46px !important;
}

.marginleft47 {
    margin-left: 47px !important;
}

.marginleft48 {
    margin-left: 48px !important;
}

.marginleft49 {
    margin-left: 49px !important;
}

.marginleft50 {
    margin-left: 50px !important;
}

.marginleft55 {
    margin-left: 55px !important;
}

.marginleft60 {
    margin-left: 60px !important;
}

.marginleft65 {
    margin-left: 65px !important;
}

.marginleft70 {
    margin-left: 70px !important;
}

.marginleft75 {
    margin-left: 75px !important;
}

.marginleft80 {
    margin-left: 80px !important;
}

.marginleft85 {
    margin-left: 85px !important;
}

.marginleft90 {
    margin-left: 90px !important;
}

.marginleft100 {
    margin-left: 100px !important;
}

.marginleft105 {
    margin-left: 105px !important;
}

.marginleft110 {
    margin-left: 110px !important;
}

.marginleft115 {
    margin-left: 115px !important;
}

.marginleft120 {
    margin-left: 120px !important;
}

.marginleft125 {
    margin-left: 125px !important;
}

.marginleft130 {
    margin-left: 130px !important;
}

.marginleft135 {
    margin-left: 135px !important;
}

.marginleft140 {
    margin-left: 140px !important;
}

.marginleft145 {
    margin-left: 145px !important;
}

.marginleft150 {
    margin-left: 150px !important;
}

.marginleft160 {
    margin-left: 160px !important;
}

.marginleft170 {
    margin-left: 170px !important;
}

.marginleft180 {
    margin-left: 180px !important;
}

.marginleft190 {
    margin-left: 190px !important;
}

.marginleft200 {
    margin-left: 200px !important;
}

.marginleft210 {
    margin-left: 210px !important;
}

.marginleft220 {
    margin-left: 220px !important;
}

.marginleft225 {
    margin-left: 225px !important;
}

.marginleft240 {
    margin-left: 240px !important;
}

.marginleft245 {
    margin-left: 245px !important;
}

.marginleft260 {
    margin-left: 260px !important;
}

.marginleft270 {
    margin-left: 270px !important;
}

.marginleft280 {
    margin-left: 280px !important;
}

.marginleft290 {
    margin-left: 290px !important;
}

.marginleft300 {
    margin-left: 300px !important;
}

.marginleft310 {
    margin-left: 310px !important;
}

.marginleft320 {
    margin-left: 320px !important;
}

.marginleft330 {
    margin-left: 330px !important;
}

.marginleft340 {
    margin-left: 340px !important;
}

.marginleft350 {
    margin-left: 350px !important;
}

.marginleft360 {
    margin-left: 360px !important;
}

.marginleft370 {
    margin-left: 370px !important;
}

.marginleft380 {
    margin-left: 380px !important;
}

.marginleft390 {
    margin-left: 390px !important;
}

.marginleft400 {
    margin-left: 400px !important;
}

.marginleft425 {
    margin-left: 425px !important;
}

.marginleft580 {
    margin-left: 580px !important;
}

.marginleft600 {
    margin-left: 600px !important;
}

.marginleft630 {
    margin-left: 630px !important;
}

.marginleft650 {
    margin-left: 650px !important;
}

.marginright0 {
    margin-right: 0px !important;
}

.marginright1 {
    margin-right: 1px !important;
}

.marginright2 {
    margin-right: 2px !important;
}

.marginright3 {
    margin-right: 3px !important;
}

.marginright4 {
    margin-right: 4px !important;
}

.marginright5 {
    margin-right: 5px !important;
}

.marginright6 {
    margin-right: 6px !important;
}

.marginright7 {
    margin-right: 7px !important;
}

.marginright8 {
    margin-right: 8px !important;
}

.marginright9 {
    margin-right: 9px !important;
}

.marginright10 {
    margin-right: 10px !important;
}

.marginright11 {
    margin-right: 11px !important;
}

.marginright12 {
    margin-right: 12px !important;
}

.marginright13 {
    margin-right: 13px !important;
}

.marginright14 {
    margin-right: 14px !important;
}

.marginright15 {
    margin-right: 15px !important;
}

.marginright16 {
    margin-right: 16px !important;
}

.marginright17 {
    margin-right: 17px !important;
}

.marginright18 {
    margin-right: 18px !important;
}

.marginright20 {
    margin-right: 20px !important;
}

.marginright25 {
    margin-right: 25px !important;
}

.marginright30 {
    margin-right: 30px !important;
}

.marginright35 {
    margin-right: 35px !important;
}

.marginright40 {
    margin-right: 40px !important;
}

.marginright45 {
    margin-right: 45px !important;
}

.marginright50 {
    margin-right: 50px !important;
}

.marginright55 {
    margin-right: 55px !important;
}

.marginright60 {
    margin-right: 60px !important;
}

.marginright65 {
    margin-right: 65px !important;
}

.marginright70 {
    margin-right: 70px !important;
}

.marginright75 {
    margin-right: 75px !important;
}

.marginright80 {
    margin-right: 80px !important;
}

.marginright90 {
    margin-right: 90px !important;
}

.marginright100 {
    margin-right: 100px !important;
}

.marginright105 {
    margin-right: 105px !important;
}

.marginright120 {
    margin-right: 120px !important;
}

.marginright125 {
    margin-right: 125px !important;
}

.marginright130 {
    margin-right: 130px !important;
}

.marginright135 {
    margin-right: 135px !important;
}

.marginright140 {
    margin-right: 140px !important;
}

.marginright145 {
    margin-right: 145px !important;
}

.marginright150 {
    margin-right: 150px !important;
}

.marginright155 {
    margin-right: 155px !important;
}

.marginright160 {
    margin-right: 160px !important;
}

.marginright170 {
    margin-right: 170px !important;
}

.marginright175 {
    margin-right: 175px !important;
}

.marginright180 {
    margin-right: 180px !important;
}

.marginright190 {
    margin-right: 190px !important;
}

.marginright200 {
    margin-right: 200px !important;
}

.marginright220 {
    margin-right: 220px !important;
}

.marginright250 {
    margin-right: 250px !important;
}

.marginright300 {
    margin-right: 300px !important;
}

/****************************WIDTH AND HEIGHT***********************************/
.widthauto {
    width: auto !important;
}

.width100per {
    width: 100% !important;
}

.width75per {
    width: 75% !important;
}

.width60per {
    width: 60% !important;
}

.width70per {
    width: 70% !important;
}

.width55per {
    width: 55% !important;
}

.width50per {
    width: 50% !important;
}

.width48per {
    width: 48% !important;
}

.width45per {
    width: 45% !important;
}

.width40per {
    width: 40% !important;
}

.width30per {
    width: 30% !important;
}

.width25per {
    width: 25% !important;
}

.width0 {
    width: 0px !important;
}

.width1 {
    width: 1px !important;
}

.width2 {
    width: 2px !important;
}

.width3 {
    width: 3px !important;
}

.width4 {
    width: 4px !important;
}

.width5 {
    width: 5px !important;
}

.width10 {
    width: 10px !important;
}

.width11 {
    width: 11px !important;
}

.width12 {
    width: 12px !important;
}

.width13 {
    width: 13px !important;
}

.width14 {
    width: 14px !important;
}

.width15 {
    width: 15px !important;
}

.width16 {
    width: 16px !important;
}

.width17 {
    width: 17px !important;
}

.width18 {
    width: 18px !important;
}

.width20 {
    width: 20px !important;
}

.width25 {
    width: 25px !important;
}

.width30 {
    width: 30px !important;
}

.width35 {
    width: 35px !important;
}

.width40 {
    width: 40px !important;
}

.width45 {
    width: 45px !important;
}

.width46 {
    width: 46px !important;
}

.width47 {
    width: 47px !important;
}

.width48 {
    width: 48px !important;
}

.width49 {
    width: 49px !important;
}

.width50 {
    width: 50px !important;
}

.width51 {
    width: 51px !important;
}

.width52 {
    width: 52px !important;
}

.width53 {
    width: 53px !important;
}

.width54 {
    width: 54px !important;
}

.width55 {
    width: 55px !important;
}

.width56 {
    width: 56px !important;
}

.width57 {
    width: 57px !important;
}

.width58 {
    width: 58px !important;
}

.width59 {
    width: 59px !important;
}

.width60 {
    width: 60px !important;
}

.width65 {
    width: 65px !important;
}

.width70 {
    width: 70px !important;
}

.width75 {
    width: 75px !important;
}

.width80 {
    width: 80px !important;
}

.width82 {
    width: 82px !important;
}

.width85 {
    width: 85px !important;
}

.width90 {
    width: 90px !important;
}

.width91 {
    width: 91px !important;
}

.width95 {
    width: 95px !important;
}

.width100 {
    width: 100px !important;
}

.width105 {
    width: 105px !important;
}

.width106 {
    width: 106px !important;
}

.width107 {
    width: 107px !important;
}

.width108 {
    width: 108px !important;
}

.width109 {
    width: 109px !important;
}

.width110 {
    width: 110px !important;
}

.width115 {
    width: 115px !important;
}

.width120 {
    width: 120px !important;
}

.width125 {
    width: 125px !important;
}

.width130 {
    width: 130px !important;
}

.width135 {
    width: 135px !important;
}

.width140 {
    width: 140px !important;
}

.width145 {
    width: 145px !important;
}

.width150 {
    width: 150px !important;
}

.width155 {
    width: 155px !important;
}

.width160 {
    width: 160px !important;
}

.width165 {
    width: 165px !important;
}

.width170 {
    width: 170px !important;
}

.width175 {
    width: 175px !important;
}

.width180 {
    width: 180px !important;
}

.width185 {
    width: 185px !important;
}

.width190 {
    width: 190px !important;
}

.width200 {
    width: 200px !important;
}

.width210 {
    width: 210px !important;
}

.width215 {
    width: 215px !important;
}

.width220 {
    width: 220px !important;
}

.width225 {
    width: 225px !important;
}

.width230 {
    width: 230px !important;
}

.width235 {
    width: 235px !important;
}

.width240 {
    width: 240px !important;
}

.width245 {
    width: 245px !important;
}

.width250 {
    width: 250px !important;
}

.width255 {
    width: 255px !important;
}

.width260 {
    width: 260px !important;
}

.width265 {
    width: 265px !important;
}

.width270 {
    width: 270px !important;
}

.width275 {
    width: 275px !important;
}

.width280 {
    width: 280px !important;
}

.width285 {
    width: 285px !important;
}

.width290 {
    width: 290px !important;
}

.width295 {
    width: 295px !important;
}

.width300 {
    width: 300px !important;
}

.width305 {
    width: 305px !important;
}

.width310 {
    width: 310px !important;
}

.width315 {
    width: 315px !important;
}

.width320 {
    width: 320px !important;
}

.width330 {
    width: 330px !important;
}

.width340 {
    width: 340px !important;
}

.width350 {
    width: 350px !important;
}

.width360 {
    width: 360px !important;
}

.width365 {
    width: 365px !important;
}

.width370 {
    width: 370px !important;
}

.width380 {
    width: 380px !important;
}

.width390 {
    width: 390px !important;
}

.width400 {
    width: 400px !important;
}

.width410 {
    width: 410px !important;
}

.width420 {
    width: 420px !important;
}

.width425 {
    width: 425px !important;
}

.width430 {
    width: 430px !important;
}

.width435 {
    width: 435px !important;
}

.width440 {
    width: 440px !important;
}

.width450 {
    width: 450px !important;
}

.width455 {
    width: 455px !important;
}

.width460 {
    width: 460px !important;
}

.width470 {
    width: 470px !important;
}

.width475 {
    width: 475px !important;
}

.width480 {
    width: 480px !important;
}

.width490 {
    width: 490px !important;
}

.width495 {
    width: 495px !important;
}

.width500 {
    width: 500px !important;
}

.width510 {
    width: 510px !important;
}

.width520 {
    width: 520px !important;
}

.width525 {
    width: 525px !important;
}

.width530 {
    width: 530px !important;
}

.width540 {
    width: 540px !important;
}

.width550 {
    width: 550px !important;
}

.width560 {
    width: 560px !important;
}

.width570 {
    width: 570px !important;
}

.width580 {
    width: 580px !important;
}

.width590 {
    width: 590px !important;
}

.width600 {
    width: 600px !important;
}

.width610 {
    width: 610px !important;
}

.width620 {
    width: 620px !important;
}

.width630 {
    width: 630px !important;
}

.width640 {
    width: 640px !important;
}

.width650 {
    width: 650px !important;
}

.width660 {
    width: 660px !important;
}

.width665 {
    width: 665px !important;
}

.width670 {
    width: 670px !important;
}

.width680 {
    width: 680px !important;
}

.width690 {
    width: 690px !important;
}

.width700 {
    width: 700px !important;
}

.width710 {
    width: 710px !important;
}

.width715 {
    width: 710px !important;
}

.width720 {
    width: 720px !important;
}

.width730 {
    width: 730px !important;
}

.width740 {
    width: 740px !important;
}

.width750 {
    width: 750px !important;
}

.width760 {
    width: 760px !important;
}

.width770 {
    width: 770px !important;
}

.width780 {
    width: 780px !important;
}

.width785 {
    width: 785px !important;
}

.width820 {
    width: 820px !important;
}

.width825 {
    width: 825px !important;
}

.width846 {
    width: 846px !important;
}

.width850 {
    width: 850px !important;
}

.width860 {
    width: 860px !important;
}

.width870 {
    width: 870px !important;
}

.width875 {
    width: 875px !important;
}

.width880 {
    width: 880px !important;
}

.width890 {
    width: 890px !important;
}

.width910 {
    width: 910px !important;
}

.width920 {
    width: 920px !important;
}

.width930 {
    width: 930px !important;
}

.width940 {
    width: 940px !important;
}

.width950 {
    width: 950px !important;
}

.width960 {
    width: 960px !important;
}

.heightauto {
    height: auto !important;
}

.height0 {
    height: 0px !important;
}

.height1 {
    height: 1px !important;
}

.height2 {
    height: 2px !important;
}

.height3 {
    height: 3px !important;
}

.height4 {
    height: 4px !important;
}

.height5 {
    height: 5px !important;
}

.height10 {
    height: 10px !important;
}

.height11 {
    height: 11px !important;
}

.height12 {
    height: 12px !important;
}

.height13 {
    height: 13px !important;
}

.height14 {
    height: 14px !important;
}

.height15 {
    height: 15px !important;
}

.height16 {
    height: 16px !important;
}

.height17 {
    height: 17px !important;
}

.height18 {
    height: 18px !important;
}

.height20 {
    height: 20px !important;
}

.height25 {
    height: 25px !important;
}

.height26 {
    height: 26px !important;
}

.height27 {
    height: 27px !important;
}

.height28 {
    height: 28px !important;
}

.height29 {
    height: 29px !important;
}

.height30 {
    height: 30px !important;
}

.height31 {
    height: 31px !important;
}

.height32 {
    height: 32px !important;
}

.height33 {
    height: 33px !important;
}

.height34 {
    height: 34px !important;
}

.height35 {
    height: 35px !important;
}

.height36 {
    height: 36px !important;
}

.height37 {
    height: 37px !important;
}

.height38 {
    height: 38px !important;
}

.height39 {
    height: 39px !important;
}

.height40 {
    height: 40px !important;
}

.height45 {
    height: 45px !important;
}

.height50 {
    height: 50px !important;
}

.height51 {
    height: 51px !important;
}

.height52 {
    height: 52px !important;
}

.height53 {
    height: 53px !important;
}

.height54 {
    height: 54px !important;
}

.height55 {
    height: 55px !important;
}

.height59 {
    height: 59px !important;
}

.height60 {
    height: 60px !important;
}

.height65 {
    height: 65px !important;
}

.height70 {
    height: 70px !important;
}

.height75 {
    height: 75px !important;
}

.height80 {
    height: 80px !important;
}

.height90 {
    height: 90px !important;
}

.height91 {
    height: 91px !important;
}

.height100 {
    height: 100px !important;
}

.height105 {
    height: 105px !important;
}

.height108 {
    height: 108px !important;
}

.height110 {
    height: 110px !important;
}

.height115 {
    height: 115px !important;
}

.height120 {
    height: 120px !important;
}

.height125 {
    height: 125px !important;
}

.height130 {
    height: 130px !important;
}

.height135 {
    height: 135px !important;
}

.height140 {
    height: 140px !important;
}

.height145 {
    height: 145px !important;
}

.height150 {
    height: 150px !important;
}

.height155 {
    height: 155px !important;
}

.height160 {
    height: 160px !important;
}

.height165 {
    height: 165px !important;
}

.height170 {
    height: 170px !important;
}

.height180 {
    height: 180px !important;
}

.height185 {
    height: 185px !important;
}

.height190 {
    height: 190px !important;
}

.height200 {
    height: 200px !important;
}

.height210 {
    height: 210px !important;
}

.height215 {
    height: 265px !important;
}

.height220 {
    height: 220px !important;
}

.height230 {
    height: 230px !important;
}

.height240 {
    height: 240px !important;
}

.height250 {
    height: 250px !important;
}

.height260 {
    height: 260px !important;
}

.height265 {
    height: 265px !important;
}

.height270 {
    height: 270px !important;
}

.height275 {
    height: 275px !important;
}

.height280 {
    height: 280px !important;
}

.height285 {
    height: 285px !important;
}

.height290 {
    height: 290px !important;
}

.height295 {
    height: 295px !important;
}

.height300 {
    height: 300px !important;
}

.height310 {
    height: 310px !important;
}

.height315 {
    height: 315px !important;
}

.height320 {
    height: 320px !important;
}

.height330 {
    height: 330px !important;
}

.height340 {
    height: 340px !important;
}

.height350 {
    height: 350px !important;
}

.height355 {
    height: 355px !important;
}

.height360 {
    height: 360px !important;
}

.height365 {
    height: 365px !important;
}

.height370 {
    height: 370px !important;
}

.height375 {
    height: 375px !important;
}

.height380 {
    height: 380px !important;
}

.height390 {
    height: 390px !important;
}

.height400 {
    height: 400px !important;
}

.height415 {
    height: 415px !important;
}

.height420 {
    height: 420px !important;
}

.height430 {
    height: 430px !important;
}

.height440 {
    height: 440px !important;
}

.height460 {
    height: 460px !important;
}

.height465 {
    height: 465px !important;
}

.height475 {
    height: 475px !important;
}

.height490 {
    height: 490px !important;
}

.height500 {
    height: 500px !important;
}

.height515 {
    height: 515px !important;
}

.height565 {
    height: 565px !important;
}

.height615 {
    height: 615px !important;
}

.height665 {
    height: 665px !important;
}

.height700 {
    height: 700px !important;
}

.height715 {
    height: 715px !important;
}

.height765 {
    height: 765px !important;
}

.height815 {
    height: 815px !important;
}

.height1000 {
    height: 1000px !important;
}

.height1300 {
    height: 1300px !important;
}

.height1500 {
    height: 1500px !important;
}


/****************************PADDING***********************************/
.nopadding {
    padding: 0 0 0 0 !important;
}

.nopaddingtop {
    padding-top: 0px !important;
}

.nopaddingright {
    padding-right: 0px !important;
}

.nopaddingbottom {
    padding-bottom: 0px !important;
}

.nopaddingleft {
    padding-left: 0px !important;
}

.pad2 {
    padding: 2px;
}

.pad4 {
    padding: 4px;
}

.pad5 {
    padding: 5px;
}

.pad6 {
    padding: 6px;
}

.pad10 {
    padding: 10px;
}

.pad12 {
    padding: 12px;
}

.pad15 {
    padding: 15px;
}

.pad16 {
    padding: 16px;
}

.pad18 {
    padding: 18px;
}

.pad20 {
    padding: 20px;
}

.pad24 {
    padding: 24px;
}

.pad30 {
    padding: 30px;
}

.paddingbottom1 {
    padding-bottom: 1px !important;
}

.paddingbottom2 {
    padding-bottom: 2px !important;
}

.paddingbottom3 {
    padding-bottom: 3px !important;
}

.paddingbottom4 {
    padding-bottom: 4px !important;
}

.paddingbottom5 {
    padding-bottom: 5px !important;
}

.paddingbottom10 {
    padding-bottom: 10px !important;
}

.paddingbottom15 {
    padding-bottom: 15px !important;
}

.paddingbottom20 {
    padding-bottom: 20px !important;
}

.paddingbottom25 {
    padding-bottom: 25px !important;
}

.paddingbottom30 {
    padding-bottom: 30px !important;
}

.paddingbottom40 {
    padding-bottom: 40px !important;
}

.paddingbottom50 {
    padding-bottom: 50px !important;
}

.paddingbottom60 {
    padding-bottom: 60px !important;
}

.paddingbottom70 {
    padding-bottom: 70px !important;
}

.paddingtop1 {
    padding-top: 1px !important;
}

.paddingtop2 {
    padding-top: 2px !important;
}

.paddingtop3 {
    padding-top: 3px !important;
}

.paddingtop4 {
    padding-top: 4px !important;
}

.paddingtop5 {
    padding-top: 5px !important;
}

.paddingtop6 {
    padding-top: 6px !important;
}

.paddingtop7 {
    padding-top: 7px !important;
}

.paddingtop8 {
    padding-top: 8px !important;
}

.paddingtop9 {
    padding-top: 9px !important;
}

.paddingtop10 {
    padding-top: 10px !important;
}

.paddingtop11 {
    padding-top: 11px !important;
}

.paddingtop12 {
    padding-top: 12px !important;
}

.paddingtop13 {
    padding-top: 13px !important;
}

.paddingtop15 {
    padding-top: 15px !important;
}

.paddingtop20 {
    padding-top: 20px !important;
}

.paddingtop30 {
    padding-top: 30px !important;
}

.paddingtop40 {
    padding-top: 40px !important;
}

.paddingtop50 {
    padding-top: 50px !important;
}

.paddingtop60 {
    padding-top: 60px !important;
}

.paddingtop70 {
    padding-top: 70px !important;
}

.paddingright5 {
    padding-right: 5px !important;
}

.paddingright10 {
    padding-right: 10px !important;
}

.paddingright20 {
    padding-right: 20px !important;
}

.paddingright25 {
    padding-right: 25px !important;
}

.paddingright30 {
    padding-right: 30px !important;
}

.paddingright40 {
    padding-right: 40px !important;
}

.paddingright45 {
    padding-right: 45px !important;
}

.paddingright50 {
    padding-right: 50px !important;
}

.paddingright60 {
    padding-right: 60px !important;
}

.paddingright70 {
    padding-right: 70px !important;
}

.paddingright80 {
    padding-right: 80px !important;
}

.paddingright90 {
    padding-right: 90px !important;
}

.paddingright100 {
    padding-right: 100px !important;
}

.paddingleft5 {
    padding-left: 5px !important;
}

.push1 {
    padding-left: 1px !important;
}

.push2 {
    padding-left: 2px !important;
}

.push3 {
    padding-left: 3px !important;
}

.push4 {
    padding-left: 4px !important;
}

.push5 {
    padding-left: 5px !important;
}

.push6 {
    padding-left: 6px !important;
}

.push7 {
    padding-left: 7px !important;
}

.push8 {
    padding-left: 8px !important;
}

.push9 {
    padding-left: 9px !important;
}

.push10 {
    padding-left: 10px !important;
}

.push13 {
    padding-left: 13px !important;
}

.push15 {
    padding-left: 15px !important;
}

.push20 {
    padding-left: 20px !important;
}

.push25 {
    padding-left: 25px !important;
}

.push30 {
    padding-left: 30px !important;
}

.push40 {
    padding-left: 40px !important;
}

.push50 {
    padding-left: 50px !important;
}

.push60 {
    padding-left: 60px !important;
}

.push70 {
    padding-left: 70px !important;
}

.push75 {
    padding-left: 75px !important;
}

.push80 {
    padding-left: 80px !important;
}

.push90 {
    padding-left: 90px !important;
}

.push100 {
    padding-left: 100px !important;
}

.push110 {
    padding-left: 110px !important;
}

.push200 {
    padding-left: 200px !important;
}

.push260 {
    padding-left: 260px !important;
}

.push300 {
    padding-left: 300px !important;
}

.pTitle {
    padding: 0px 0px 0px 6px;
}


/****************************FONT SIZE***********************************/
.fs_8 {
    font-size: 8px !important;
}

.fs_9 {
    font-size: 9px !important;
}

.fs_10 {
    font-size: 10px !important;
}

.fs_11 {
    font-size: 11px !important;
}

.fs_12 {
    font-size: 12px !important;
}

.fs_13 {
    font-size: 13px !important;
}

.fs_14 {
    font-size: 14px !important;
}

.fs_15 {
    font-size: 15px !important;
}

.fs_16 {
    font-size: 16px !important;
}

.fs_17 {
    font-size: 17px !important;
}

.fs_18 {
    font-size: 18px !important;
}

.fs_19 {
    font-size: 19px !important;
}

.fs_20 {
    font-size: 20px !important;
}

.fs_21 {
    font-size: 21px !important;
}

.fs_22 {
    font-size: 22px !important;
}

.fs_23 {
    font-size: 23px !important;
}

.fs_24 {
    font-size: 24px !important;
}

.fs_25 {
    font-size: 25px !important;
}

.fs_26 {
    font-size: 26px !important;
}

.fs_27 {
    font-size: 27px !important;
}

.fs_28 {
    font-size: 28px !important;
}

.fs_30 {
    font-size: 30px !important;
}

.fs_31 {
    font-size: 31px !important;
}

.fs_32 {
    font-size: 32px !important;
}

.fs_33 {
    font-size: 33px !important;
}

.fs_34 {
    font-size: 34px !important;
}

.fs_35 {
    font-size: 35px !important;
}

.fs_36 {
    font-size: 36px !important;
}

.fs_37 {
    font-size: 37px !important;
}

.fs_38 {
    font-size: 38px !important;
}

.fs_39 {
    font-size: 39px !important;
}

.fs_40 {
    font-size: 40px !important;
}

.fs_45 {
    font-size: 45px !important;
}

.fs_48 {
    font-size: 48px !important;
}

.fs_49 {
    font-size: 49px !important;
}

.fs_50 {
    font-size: 50px !important;
}

.fs_60 {
    font-size: 60px !important;
}

.fs_65 {
    font-size: 65px !important;
}

.fs_70 {
    font-size: 70px !important;
}

.fs_75 {
    font-size: 75px !important;
}

.fs_80 {
    font-size: 80px !important;
}

.fs_85 {
    font-size: 85px !important;
}

.fs_90 {
    font-size: 90px !important;
}

.fs_95 {
    font-size: 95px !important;
}

.fs_100 {
    font-size: 100px !important;
}

/****************************TEXT AND FONT ATTRIBUTES***********************************/
.txt_cap {
    text-transform: uppercase;
}

.txt_capnone {
    text-transform: none !important;
}

.txt_bold {
    font-weight: bold !important;
}

.txt_bold900 {
    font-weight: 900 !important;
}

.txt_light200 {
    font-weight: 200 !important;
}

.txt_italic {
    font-style: italic;
}

.txt_normal {
    font-style: normal;
}

.underline {
    text-decoration: underline;
}

.txt_decoration_none {
    text-decoration: none !important;
}

.txt_trans_none {
    text-transform: none !important;
}

.textleft {
    text-align: left !important;
}

.textcenter {
    text-align: center !important;
}

.textright {
    text-align: right !important;
}

.vertalignmiddle {
    vertical-align: middle !important;
}

.vertalignbottom {
    vertical-align: bottom !important;
}

.vertaligntop {
    vertical-align: top !important;
}

.font_sans {
    font-family: sans-serif;
}

.superscript {
    font-size: xx-small;
    vertical-align: top;
}

.word_break {
    word-break: break-all;
}

/****************************TEXT FLOW***********************************/
.overflowx_scroll {
    overflow-x: scroll !important;
}

.overflowy_scroll {
    overflow-y: scroll !important;
}

.overflowx_hidden {
    overflow-x: hidden !important;
}

.overflowy_hidden {
    overflow-x: hidden !important;
}

.overflow_hidden {
    overflow: hidden !important;
}


/****************************LINE HEIGHT***********************************/
.lh_0 {
    line-height: 0 !important;
}

.lh_pt1 {
    line-height: .1 !important;
}

.lh_pt2 {
    line-height: .2 !important;
}

.lh_pt3 {
    line-height: .3 !important;
}

.lh_pt4 {
    line-height: .4 !important;
}

.lh_half {
    line-height: .5 !important;
}

.lh_pt6 {
    line-height: .6 !important;
}

.lh_pt7 {
    line-height: .7 !important;
}

.lh_pt8 {
    line-height: .8 !important;
}

.lh_pt9 {
    line-height: .9 !important;
}

.lh_1 {
    line-height: 1 !important;
}

.lh_1pt1 {
    line-height: 1.1 !important;
}

.lh_1pt2 {
    line-height: 1.2 !important;
}

.lh_1pt3 {
    line-height: 1.3 !important;
}

.lh_1pt4 {
    line-height: 1.4 !important;
}

.lh_1andhalf {
    line-height: 1.5 !important;
}

.lh_1pt6 {
    line-height: 1.6 !important;
}

.lh_1pt7 {
    line-height: 1.7 !important;
}

.lh_1pt8 {
    line-height: 1.8 !important;
}

.lh_1pt9 {
    line-height: 1.9 !important;
}

.lh_2 {
    line-height: 2 !important;
}

.lh_2pt1 {
    line-height: 2.1 !important;
}

.lh_2pt2 {
    line-height: 2.2 !important;
}

.lh_2pt3 {
    line-height: 2.3 !important;
}

.lh_2pt4 {
    line-height: 2.4 !important;
}

.lh_2half {
    line-height: 2.5 !important;
}

.lh_2pt6 {
    line-height: 2.6 !important;
}

.lh_2pt7 {
    line-height: 2.7 !important;
}

.lh_2pt8 {
    line-height: 2.8 !important;
}

.lh_2pt9 {
    line-height: 2.9 !important;
}

.lh_3 {
    line-height: 3 !important;
}

.lh_3pt1 {
    line-height: 3.1 !important;
}

.lh_3pt2 {
    line-height: 3.2 !important;
}

.lh_3pt3 {
    line-height: 3.3 !important;
}

.lh_3pt4 {
    line-height: 3.4 !important;
}

.lh_3half {
    line-height: 3.5 !important;
}

.lh_3pt6 {
    line-height: 3.6 !important;
}

.lh_4 {
    line-height: 4 !important;
}

.lh_5 {
    line-height: 5 !important;
}

.lh_6 {
    line-height: 6 !important;
}

.lh_7 {
    line-height: 7 !important;
}

.lh_8 {
    line-height: 8 !important;
}

.lh_9 {
    line-height: 9 !important;
}

.lh_10 {
    line-height: 10 !important;
}

.lh_11 {
    line-height: 11 !important;
}

.lh_12 {
    line-height: 12 !important;
}

.lh_13 {
    line-height: 13 !important;
}

.lh_14 {
    line-height: 14 !important;
}

.lh_15 {
    line-height: 15 !important;
}

.lh_16 {
    line-height: 16 !important;
}

.lh_17 {
    line-height: 17 !important;
}

.lh_18 {
    line-height: 18 !important;
}

.lh_19 {
    line-height: 19 !important;
}

.lh_20 {
    line-height: 20 !important;
}

.lh_25 {
    line-height: 25 !important;
}

.lh_30 {
    line-height: 30 !important;
}

.lh_35 {
    line-height: 35 !important;
}

.lh_40 {
    line-height: 40 !important;
}

.lh_45 {
    line-height: 45 !important;
}

.lh_50 {
    line-height: 50 !important;
}

.lh_55 {
    line-height: 55 !important;
}

.lh_60 {
    line-height: 60 !important;
}

.lh_65 {
    line-height: 65 !important;
}

.lh_70 {
    line-height: 70 !important;
}

/****************************TEXT COLORS***********************************/
/*COMPANY SPECIFIC COLORS*/
.color_medwellblue {
    color: #007c9d !important;
}

/*changed to the dark blue for WCAG compliancy 2/2019 - old color #29a4c4 */
.color_medwelldarkblue {
    color: #00566c !important;
}

/*changed to a darker blue for WCAG compliancy 2/2019 - old color #007C9D */
.color_medwellgreen {
    color: #008A00 !important;
}

.color_medwelldarkgreen {
    color: #006600 !important;
}

/*PRIMARY COLORS*/
.color_red {
    color: red !important;
}

.bkd_color_darkred {
    color: #ce0202 !important;
}

.color_blue {
    color: blue !important;
}

.color_green {
    color: green !important;
}

.color_yellow {
    color: yellow !important;
}

/*GREYSCALE COLORS*/
.color_white {
    color: #fff !important;
}

.color_black {
    color: #000 !important;
}

.color_lightgrey {
    color: #f2f2f2 !important;
}

.color_medgrey {
    color: #dddddd !important;
}

.color_darkgrey {
    color: #7b7b7b !important;
}

.color_darkestgrey {
    color: #3d3d3d !important;
}


/****************************BACKGROUND COLORS***********************************/
/*COMPANY SPECIFIC COLORS*/
.bkd_color_medwelllightblue {
    background-color: #e9f5f9 !important;
}

.bkd_color_medwellblue {
    background-color: #007c9d !important;
}

/*changed to the dark blue for WCAG compliancy 2/2019 - old color #29a4c4 */
.bkd_color_medwelldarkblue {
    background-color: #00566c !important;
}

/*changed to a darker blue for WCAG compliancy 2/2019 - old color #007C9D */
.bkd_color_medwellgreen {
    background-color: #008A00 !important;
}

.bkd_color_medwelldarkgreen {
    background-color: #006600 !important;
}

.bkd_color_purple {
    background-color: #76287B !important;
}

.bkd_color_darkpurple {
    background-color: #57115c !important;
}

.bkd_color_orange {
    background-color: #DB4C26 !important;
}

.bkd_color_darkorange {
    background-color: #c04e11 !important;
}

.bkd_color_lightblue {
    background-color: #cfeaf3 !important;
}

.bkd_color_lightgreen {
    background-color: #d5f0a3 !important;
}

/*SIMPLE COLORS*/
.bkd_color_red {
    background-color: red !important;
}

.bkd_color_darkred {
    background-color: #ce0202 !important;
}

.bkd_color_blue {
    background-color: blue !important;
}

.bkd_color_green {
    background-color: green !important;
}

.bkd_color_yellow {
    background-color: yellow !important;
}

/*GREYSCALE COLORS*/
.bkd_color_transparent {
    background-color: transparent !important;
}

.bkd_color_white {
    background-color: #fff !important;
}

.bkd_color_black {
    background-color: #000 !important;
}

.bkd_color_lightgrey {
    background-color: #f2f2f2 !important;
}

.bkd_color_medgrey {
    background-color: #dddddd !important;
}

.bkd_color_darkgrey {
    background-color: #7b7b7b !important;
}

.bkd_color_darkestgrey {
    background-color: #3d3d3d !important;
}

/*MARCH MADNESS COLORS*/
.mm_color_orange {
    background-color: #e99828 !important;
}

.mm_color_darkorange {
    background-color: #c17000 !important;
}

.mm_border_orange {
    border: solid 1px #e99828 !important;
}

.mm_color_green {
    background-color: #50732f !important;
}

.mm_color_darkgreen {
    background-color: #2f4f11 !important;
}

.mm_border_green {
    border: solid 1px #50732f !important;
}

.mm_color_brown {
    background-color: #67460f !important;
}

.mm_color_darkbrown {
    background-color: #452d06 !important;
}

.mm_border_brown {
    border: solid 1px #67460f !important;
}

.mm_color_tan {
    background-color: #f8ddb0 !important;
}

.mm_color_lighttan {
    background-color: #f8efe0 !important;
}

.mm_color_red {
    background-color: #a6172d !important;
}

.mm_border_red {
    border: solid 1px #a6172d !important;
}

.mm_color_peargreen {
    background-color: #909920 !important;
}

.mm_border_peargreen {
    border: solid 1px #909920 !important;
}

.mm_color_peach {
    background-color: #e06f31 !important;
}

.mm_border_peach {
    border: solid 1px #e06f31 !important;
}

.mm_color_tropical {
    background-color: #ffb604 !important;
}

.mm_border_tropical {
    border: solid 1px #ffb604 !important;
}

.mm_color_melon {
    background-color: #ff911f !important;
}

.mm_border_melon {
    border: solid 1px #ff911f !important;
}

.mm_color_citrus {
    background-color: #f97800 !important;
}

.mm_border_citrus {
    border: solid 1px #f97800 !important;
}

.mm_color_berry {
    background-color: #d51319 !important;
}

.mm_border_berry {
    border: solid 1px #d51319 !important;
}

.mm_rules_box {
    border: solid 5px #e99828 !important;
}


/****************************BORDER***********************************/
.borderradius50per {
    border-radius: 50% !important;
}

.borderradius2 {
    -webkit-border-radius: 2px;
    border-radius: 4px;
}

.borderradius4 {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.borderradius6 {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.borderradius8 {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.borderradius10 {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.borderradius11 {
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

.borderradius12 {
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.borderradius13 {
    -webkit-border-radius: 13px;
    border-radius: 13px;
}

.borderradius14 {
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.borderradius15 {
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.borderradius16 {
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.borderradius17 {
    -webkit-border-radius: 17px;
    border-radius: 17px;
}

.borderradius18 {
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.borderradius19 {
    -webkit-border-radius: 19px;
    border-radius: 19px;
}

.borderradius20 {
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.borderradiustopright5 {
    border-top-right-radius: 5px !important;
}

.borderradiustopright10 {
    border-top-right-radius: 10px !important;
}

.borderradiustopright15 {
    border-top-right-radius: 15px !important;
}

.borderradiustopright20 {
    border-top-right-radius: 20px !important;
}

.borderradiustopleft5 {
    border-top-left-radius: 5px !important;
}

.borderradiustopleft10 {
    border-top-left-radius: 10px !important;
}

.borderradiustopleft15 {
    border-top-left-radius: 15px !important;
}

.borderradiustopleft20 {
    border-top-left-radius: 20px !important;
}

.borderradiusbottomright3 {
    border-bottom-right-radius: 3px !important;
}

.borderradiusbottomright5 {
    border-bottom-right-radius: 5px !important;
}

.borderradiusbottomright10 {
    border-bottom-right-radius: 10px !important;
}

.borderradiusbottomright15 {
    border-bottom-right-radius: 15px !important;
}

.borderradiusbottomright20 {
    border-bottom-right-radius: 20px !important;
}

.borderradiusbottomleft3 {
    border-bottom-left-radius: 3px !important;
}

.borderradiusbottomleft5 {
    border-bottom-left-radius: 5px !important;
}

.borderradiusbottomleft10 {
    border-bottom-left-radius: 10px !important;
}

.borderradiusbottomleft15 {
    border-bottom-left-radius: 15px !important;
}

.borderradiusbottomleft20 {
    border-bottom-left-radius: 20px !important;
}

.noborder {
    border: none !important;
}

.noborderbottom {
    border-bottom: none !important;
}

.bordertop1 {
    border-top: 1px solid !important;
}

.bordertop2 {
    border-top: 2px solid !important;
}

.bordertop3 {
    border-top: 3px solid !important;
}

.bordertop4 {
    border-top: 4px solid !important;
}

.bordertop5 {
    border-top: 5px solid !important;
}

.bordertop6 {
    border-top: 6px solid !important;
}

.bordertop7 {
    border-top: 7px solid !important;
}

.bordertop8 {
    border-top: 8px solid !important;
}

.bordertop9 {
    border-top: 9px solid !important;
}

.bordertop10 {
    border-top: 10px solid !important;
}

.borderleft1 {
    border-left: 1px solid !important;
}

.borderleft2 {
    border-left: 2px solid !important;
}

.borderleft3 {
    border-left: 3px solid !important;
}

.borderleft4 {
    border-left: 4px solid !important;
}

.borderleft5 {
    border-left: 5px solid !important;
}

.borderleft6 {
    border-left: 6px solid !important;
}

.borderleft7 {
    border-left: 7px solid !important;
}

.borderleft8 {
    border-left: 8px solid !important;
}

.borderleft9 {
    border-left: 9px solid !important;
}

.borderleft10 {
    border-left: 10px solid !important;
}

.borderright1 {
    border-right: 1px solid !important;
}

.borderright2 {
    border-right: 2px solid !important;
}

.borderright3 {
    border-right: 3px solid !important;
}

.borderright4 {
    border-right: 4px solid !important;
}

.borderright5 {
    border-right: 5px solid !important;
}

.borderright6 {
    border-right: 6px solid !important;
}

.borderright7 {
    border-right: 7px solid !important;
}

.borderright8 {
    border-right: 8px solid !important;
}

.borderright9 {
    border-right: 9px solid !important;
}

.borderright10 {
    border-right: 10px solid !important;
}

.borderright_white_2 {
    border-right: #fff 2px solid !important;
}

.borderbottom1 {
    border-bottom: 1px solid !important;
}

.borderbottom2 {
    border-bottom: 2px solid !important;
}

.borderbottom3 {
    border-bottom: 3px solid !important;
}

.borderbottom4 {
    border-bottom: 4px solid !important;
}

.borderbottom5 {
    border-bottom: 5px solid !important;
}

.borderbottom6 {
    border-bottom: 6px solid !important;
}

.borderbottom7 {
    border-bottom: 7px solid !important;
}

.borderbottom8 {
    border-bottom: 8px solid !important;
}

.borderbottom9 {
    border-bottom: 9px solid !important;
}

.borderbottom10 {
    border-bottom: 10px solid !important;
}

.border_color_medwellblue {
    border-color: #29a4c4 !important;
}

.border_color_medwelldarkblue {
    border-color: #007C9D !important;
}

.border_color_medwellgreen {
    border-color: #99ca3c !important;
}

.border_color_orange {
    border-color: #DB4C26 !important;
}

.border_color_purple {
    border-color: #76287B !important;
}

.border_color_red {
    border-color: red !important;
}

.border_color_darkred {
    border-color: #ce0202 !important;
}

.border_color_green {
    border-color: #99ca3c !important;
}

.border_color_lightgrey {
    border-color: #f2f2f2 !important;
}

.border_color_medgrey {
    border-color: #dddddd !important;
}

.border_color_darkgrey {
    border-color: #7b7b7b !important;
}

.border_color_white {
    border-color: #fff !important;
}

.border_color_black {
    border-color: #000 !important;
}

.border_medwellblue_1 {
    border: solid 1px #29a4c4 !important;
}

.border_medwellblue_2 {
    border: solid 2px #29a4c4 !important;
}

.border_medwellblue_5 {
    border: solid 5px #29a4c4 !important;
}

.border_medwellgreen_1 {
    border: solid 1px #99ca3c !important;
}

.border_medwellgreen_2 {
    border: solid 2px #99ca3c !important;
}

.border_medwelldarkgreen_1 {
    border: solid 1px #577028 !important;
}

.border_purple_2 {
    border: solid 2px #76287B !important;
}

.border_color_medwelldarkblue_1 {
    border: solid 1px #007C9D !important;
}

.border_color_medwelldarkblue_5 {
    border: solid 5px #007C9D !important;
}

.border_color_lightblue_8 {
    border: solid 8px #cfeaf3 !important;
}

.border_darkestgrey_1 {
    border: solid 1px #3d3d3d !important;
}

.borderbottom_dash_grey_2 {
    border-bottom: dashed 2px #dddddd !important;
}

.bordertop_dash_grey_2 {
    border-top: dashed 2px #dddddd !important;
}

.borderleft_2 {
    border-left: solid 2px #000 !important;
}

.border_right_grey_1 {
    border-right: solid 1px #7b7b7b !important;
}

.border_top_medwelldarkgreen_1 {
    border-top: solid 1px #577028 !important;
}

.border_bottom_medwelldarkgreen_2 {
    border-bottom: solid 2px #577028 !important;
}

.border_bottom_medwelldarkgreen_3 {
    border-bottom: solid 3px #577028 !important;
}

.border_bottom_medwelldarkgreen_4 {
    border-bottom: solid 4px #577028 !important;
}

.border_bottom_medwellgreen_4 {
    border-bottom: solid 4px #99ca3c !important;
}

.border_bottom_medgrey_2 {
    border-bottom: solid 2px #ddd !important;
}

.border_bottom_medwelldarkgreen_2 {
    border-bottom: solid 2px #577028 !important;
}

.border_bottom_medwelldarkblue_2 {
    border-bottom: solid 2px #007C9D !important;
}

.border_bottom_darkorange_2 {
    border-bottom: solid 2px #c04e11 !important;
}

.borderdashed {
    border-style: dashed !important;
}

.border1 {
    border: 1px solid;
}

.border2 {
    border: 2px solid;
}

.border3 {
    border: 3px solid;
}

.border4 {
    border: 4px solid;
}

.border5 {
    border: 5px solid;
}

.border6 {
    border: 6px solid;
}

.border7 {
    border: 7px solid;
}

.border8 {
    border: 8px solid;
}

.border9 {
    border: 9px solid;
}

.border10 {
    border: 10px solid;
}

.line {
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    background-color: #CCC;
    width: 680px;
}

hr.fadedLine {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(123, 123, 123, 0), rgba(123, 123, 123, 0.75), rgba(123, 123, 123, 0));
}


/**********************************************************************************************************
***********************************************************************************************************
**********************************************************************************************************
											
				WELLNESS MOJO

**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************/
#mojo_pts_settings {
    display: none;
}

.mojo_dashboard_column {
    width: 300px;
    float: left;
}

#mojo_pointbank_table {
    width: 920px;
}

#mojo_pointbank_table tr {
    width: 100%;
}

#mojo_pointbank_table td {
    vertical-align: middle;
    padding: 7px 0 7px 0;
    font-size: 13px;
    color: #7b7b7b;
}

#mojo_pointbank_table_employee {
    width: 920px;
}

#mojo_pointbank_table_employee tr {
    width: 100%;
}

#mojo_pointbank_table_employee td {
    vertical-align: middle;
    padding: 7px 0 7px 0;
    font-size: 13px;
    color: #7b7b7b;
}


#user_mojo_content {
    display: none;
}

#mojo_pointbank_content {
    display: none;
}

#challenges_mojo_main_content {
    width: 920px;
    margin: 0 auto;
}

#download_mojo_point_bank {
    transition: background-color 0.5s ease;
    background-color: #007c9d;
}

#download_mojo_point_bank:hover {
    transition: background-color 0.5s ease;
    background-color: #00566c;
}

#download_user_mojo_entries {
    transition: background-color 0.5s ease;
    background-color: #007c9d;
}

#download_user_mojo_entries:hover {
    transition: background-color 0.5s ease;
    background-color: #00566c;
}

#mojo_points_circle {
    background-image: url(../images/challenges/mojo_circle_background.jpg);
}

/**********************************************************************************************************
***********************************************************************************************************
**********************************************************************************************************
											
				WELLNESS NOTIFICATIONS

**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************/
.challenge_allnotifications_row {
    margin-left: 20px;
    margin-right: 20px;
    transition: background-color 0.5s ease;
    border-bottom: 1px #dddddd solid;
}

.challenge_allnotifications_row:hover {
    margin-left: 20px;
    margin-right: 20px;
    background-color: #f2f2f2;
    transition: background-color 0.5s ease;
    border-bottom: 1px #dddddd solid;
}

#see_more_notifications {
    color: #29A4C4;
    transition: color 0.5s ease;
}

#see_more_notifications:hover {
    color: #007C9D;
    transition: color 0.5s ease;
}

/**********************************************************************************************************
***********************************************************************************************************
**********************************************************************************************************
											
										WELLNESS SETTINGS

**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************/
#input_settings_name {
    display: none;
}

#input_settings_username {
    display: none;
}

#input_settings_email {
    display: none;
}

#input_settings_location {
    display: none;
}

#input_settings_height {
    display: none;
}

#input_settings_weight {
    display: none;
}

#input_settings_gender {
    display: none;
}

#settings_name_input {
    display: none;
}

#my_settings_content {
    display: none;
}

#settings_nav_btn:hover {
    opacity: .7;
}

#settings_container {
    display: none;
    background-color: #dddddd;
    left: -22px;
    position: absolute;
    z-index: 9998;
    top: 65px;
}

#go_to_settings {}

#go_to_settings:hover {
    text-decoration: underline;
}

#settings_dashboard_content_profile_image {
    width: 142px;
    height: 142px;
}


/**********************************************************************************************************
***********************************************************************************************************
**********************************************************************************************************
											
										WELLNESS MODALS

**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************/
.challenge_modal_bkd {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background-color: #000;
    opacity: .7;
    display: none;
}

#update_weight {
    transition: background-color 0.5s ease;
    background-color: #007c9d;
}

#update_weight:hover {
    transition: background-color 0.5s ease;
    background-color: #00566c;
}

#update_steps {
    transition: background-color 0.5s ease;
    background-color: #007c9d;
}

#update_steps:hover {
    transition: background-color 0.5s ease;
    background-color: #00566c;
}

#update_login_success_modal {
    display: none;
}

#employee_goal_completion_content {
    display: none;
}

#email_sent_success_modal {
    display: none;
}

#update_personal_goal_notification_modal {
    width: 500px;
    height: 250px;
    display: none;
}

#encouragement_replay_content {
    display: none;
}

#update_steps_container {
    display: none;
}

#update_weight_container {
    display: none;
}

#mojo_received_modal {
    display: none;
}

#update_personal_goal_modal {
    width: 500px;
    height: 250px;
    display: none;
}

#weekly_challenges_status_modal {
    display: none;
    width: 700px;
    height: 400px;
}

.weekly_challenges_status_content {
    height: 325px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.weekly_challenges_status_content table {
    width: 100%;
    margin: auto;
}

.weekly_challenges_status_header {
    width: 80%;
    height: 30px;
    margin: 0 0 0 2%;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.2;
}

.weekly_challenges_status_header_name {
    width: 400px;
    height: 30px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.8;
}

.weekly_challenges_status_header_points {
    width: 400px;
    height: 30px;
    margin-left: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
}

.weekly_challenges_status_header_status {
    width: 400px;
    height: 30px;
    margin-left: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
}

.weekly_challenges_status_container {
    float: left;
    width: 200px;
    height: 25px;
    margin-left: 20px;
    margin-right: 5px;
    border: solid 1px #ddd;
    border-radius: 20px;
    background-color: #fff;
}

#tracker_updated_warning {
    display: none;
}

#challenge_end_modal {
    width: 630px;
    height: 460px;
    display: none;
}

.challenge_end_challenge_name {
    height: 30px;
    padding-left: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 3;
}

.challenge_end_challenge_end_date {
    height: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 3;
}

.challenge_end_challenge_status {
    height: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 3;
}

.challenge_end_challenge_rank {
    height: 30px;
    padding-right: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 3;
}

.challenge_end_text_pad_left {
    height: 30px;
    padding-left: 20px;
    color: #7b7b7b;
    font-size: 12px;
    line-height: 3;
}

.challenge_end_text_no_pad {
    height: 30px;
    color: #7b7b7b;
    font-size: 12px;
    line-height: 3;
}

.challenge_end_text_pad_right {
    height: 30px;
    padding-right: 20px;
    color: #7b7b7b;
    font-size: 12px;
    font-weight: bold;
    line-height: 3;
}

#join_team_modal {
    display: none;
}

#add_teammate_modal {
    height: 180px;
    display: none;
}

#add_teammate_modal_error {
    height: 180px;
    display: none;
}

#accepted_team_modal {
    display: none;
}

#denied_challenge_modal {
    height: 200px;
    display: none;
}

#join_challenge_request_modal {
    display: none;
}

#start_challenge_modal {
    width: 500px;
    height: 350px;
    display: none;
}

#site_team_content {
    width: 100%;
    height: 250px;
    margin-top: 0;
    margin-left: 0;
    display: none;
}

.start_challenge_date {
    float: left;
    width: 110px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.start_challenge_date_box {
    width: 110px;
}

#confirm_challenge_start_modal {
    width: 600px;
    display: none;
}

.confirm_challenge_start_modal_34 {
    height: 500px;
    overflow-x: scroll;
    overflow-y: scroll;
}

.confirm_challenge_start_modal {
    height: 125px;
}

#manual_entry_challenge_modal {
    display: none;
}

#manual_entry_challenge_modal_new {
    width: 600px;
    height: 700px;
    display: none;
}

#general_entry_challenge_modal {
    position: absolute;
    width: 600px;
    height: 550px;
    display: none;
}

#confirm_data_entry_modal {
    width: 630px;
    height: 200px;
    display: none;
}

#confirm_team_creation_modal {
    width: 630px;
    height: 150px;
    display: none;
}

#confirm_team_challenge_modal {
    width: 630px;
    height: 150px;
    display: none;
}

#confirm_add_friends_modal {
    width: 630px;
    height: 150px;
    display: none;
}

#update_interests_modal {
    width: 630px;
    height: 150px;
    display: none;
}

#updated_modal {
    width: 630px;
    height: 120px;
    display: none;
}

#accepted_challenge_invite_modal {
    height: 180px;
    display: none;
}

#accepted_challenge_modal {
    height: 180px;
    display: none;
}

#friend_request_modal {
    display: none;
}

#successful_encouragement_modal {
    display: none;
}

#entering_wellness {
    display: none;
}

#sent_encouragement_modal {
    height: 220px;
    display: none;
}

#send_friend_encouragement_modal {
    display: none;
}

#ask_rita_modal {
    display: none;
}

#QandA_modal {
    display: none;
}

#meals_status_modal {
    width: 560px;
    height: 170px;
    display: none;
}

#steps_status_modal {
    height: 220px;
    display: none;
}

#delete_user_confirm_modal {
    height: 180px;
    display: none;
}

#delete_team_member_confirm_modal {
    height: 160px;
    display: none;
}

#lbs_status_modal {
    width: 560px;
    height: 220px;
    margin: 12% auto;
    display: none;
}

#challenge_tutorial_modal {
    width: 800px;
    height: 500px;
    display: none;
}

#video_coaching_modal {
    height: 500px;
    display: none;
}

.coaching_video {
    width: 100%;
    height: 432px;
    margin: 0;
    padding: 5px;
    background-color: #ebebeb;
    border-radius: 3px;
}

#rsc_box {
    display: none;
}

#rsc_modal {
    height: 500px;
    display: none;
}

.rsc_video {
    width: 100%;
    height: 432px;
    margin: 0;
    padding: 5px;
    background-color: #ebebeb;
    border-radius: 3px;
}

.c25k_update {
    width: 560px;
    height: 230px;
}

.c25k_options_container {
    float: left;
    overflow: hidden;
    width: 96%;
    height: 60px;
    margin-top: 10px;
}

.c25k_options_dropdown {
    float: left;
    overflow: hidden;
    width: 90px;
    height: 35px;
    margin: 10px 20px 0 20px;
    font-size: 12px;
}

.c25k_distance_container {
    float: left;
    width: 90px;
    height: 50px;
    margin: 0 20px;
}

.c25k_distance_container p {
    margin: 0;
    font-size: 11px;
    color: #7b7b7b;
}

.c25k_distance_input {
    width: 90px;
    height: 30px;
    margin-right: 20px;
    border: solid #ddd 1px;
    font-size: 14px;
    text-align: center;
    color: #7b7b7b;
}

.c25k_length_container {
    float: left;
    width: 90px;
    height: 50px;
    margin: 0 30px 0 10px;
}

.c25k_length_container p {
    margin: 0;
    font-size: 11px;
    color: #7b7b7b;
}

.c25k_length_input {
    width: 90px;
    height: 30px;
    margin-right: 20px;
    border: solid #ddd 1px;
    font-size: 14px;
    text-align: center;
    color: #7b7b7b;
}

.c25k_submit_button {
    float: right;
    margin-right: 12px;
}

#surviving_video_modal {
    display: none;
    width: 665px;
    height: 430px;
}

.video_modal_content {
    width: 640px;
    height: 530px;
    margin: auto;
}

#notifications_modal {
    display: none;
}

#sweet_tooth_modal {
    width: 600px;
    height: 250px;
    /*display: none;*/
}

#kick_the_can_modal {
    width: 600px;
    height: 250px;
    /*display: none;*/
}

#better_sleep {
    width: 600px;
    height: 250px;
    /*display: none;*/
}

#overconsumption_modal {
    width: 600px;
    height: 250px;
    /*display: none;*/
}

#play_surivior_modal {
    width: 600px;
    height: 250px;
    /*display: none;*/
}

#play_surivior_input {
    width: 80%;
    height: 25px;
    border: solid 1px #dddddd;
    color: #7b7b7b;
    font-weight: bold;
}

#noo_modal {
    width: 600px;
    height: 250px;
    /*display: none;*/
}



/**********************************************************************************************************
***********************************************************************************************************
**********************************************************************************************************
											
				WELLNESS CHALLENGES

**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************
**********************************************************************************************************/
#this_challenge_image {
    border: 2px solid #dddddd;
}

#all_challenges_enrolled {}

.wellness_challenge_foot_container {
    margin-top: 50px;
}


#input_profile_file_image {
    display: none;
}

#input_team_file_image {
    display: none;
}

#profile_image_upload_container {
    border-radius: 15px;
    display: none;
    position: relative;
}

#profile_image_upload_progress {
    background-color: #008A00;
    width: 0px;
    height: 25px;
    border-radius: 15px;
    position: absolute;
    left: 0;
}

#team_image_upload_container {
    border-radius: 15px;
    display: none;
    position: relative;
}

#team_image_upload_progress {
    background-color: #008A00;
    width: 0px;
    height: 25px;
    border-radius: 15px;
    position: absolute;
    left: 0;
}


#activity_options {
    display: none;
}

#cooking_options {
    display: none;
}

#lifestyle_options {
    display: none;
}

#program_options {
    display: none;
}

#stress_options {
    display: none;
}

#weightloss_options {
    display: none;
}

#weight_loss_update {
    display: none;
}

#fitness_update {
    display: none;
}

#cooking_update {
    display: none;
}

#stress_update {
    display: none;
}


#my_goals_content {
    display: none;
}

#my_interests_hobbies_content {
    display: none;
}

#weight_loss_goal_container {
    display: none;
}

#fitness_goal_container {
    display: none;
}

#cooking_goal_container {
    display: none;
}

#stress_goal_container {
    display: none;
}


.input_box_units {
    padding: 4px;
    border: 2px solid #dddddd;
    background-color: #fff;
}

.input_box_units:hover {
    padding: 4px;
    border: 2px solid #dddddd;
    background-color: #fff;
}

#enter_steps_content {}

#enter_activity_content {
    display: none;
}

.manual_step_entry_tab {
    width: 280px;
    height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.manual_entry_tabs {
    width: 140px;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 2.3;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#enter_steps_content2 {
    width: 96%;
}

#report_value_steps2 {
    width: 90%;
    height: 25px;
    margin-left: 20px;
    border: solid 1px #ddd;
    font-weight: bold;
    color: #7b7b7b;
}

#enter_activity_content2 {
    display: none;
}

#c25k_update_content {
    display: none;
}

.start_month {
    float: left;
    width: 110px;
    height: 40px;
    background-color: #007c9d;
    color: #fff;
    margin-left: 5px;
    line-height: 2.5;
    text-align: center;
    cursor: pointer;
}

.start_month:hover {
    float: left;
    width: 110px;
    height: 40px;
    color: #fff;
    margin-left: 5px;
    line-height: 2.5;
    text-align: center;
}

.start_day {
    float: left;
    width: 100px;
    height: 40px;
    background-color: #007c9d;
    color: #fff;
    margin-left: 5px;
    line-height: 2.5;
    text-align: center;
    cursor: pointer;
}

.start_day:hover {
    float: left;
    width: 100px;
    height: 40px;
    color: #fff;
    margin-left: 5px;
    line-height: 2.5;
    text-align: center;
}

.start_year {
    float: left;
    width: 100px;
    height: 40px;
    background-color: #007c9d;
    color: #fff;
    margin-left: 5px;
    line-height: 2.5;
    text-align: center;
    cursor: pointer;
}

.start_year:hover {
    float: left;
    width: 100px;
    height: 40px;
    color: #fff;
    margin-left: 5px;
    line-height: 2.5;
    text-align: center;
}


#challenge_info_header_container {
    display: none;
}

#open_manual_entry_modal {
    background-color: #fff;
    transition: background-color 0.5s ease;
}

/*#open_manual_entry_modal:hover		{background-color: #007C9D;transition: background-color 0.5s ease;}*/

.challenge_info_container {
    width: 100%;
    position: relative;
    margin-top: 20px;
    z-index: 10;
}

.challenge_img_header {
    float: left;
    width: 260px;
    margin-right: 20px;
}

.featured_image_container {
    height: 320px;
}

.featured_challenge_info_container {
    float: right;
    width: 620px;
}

.featured_challenge_name {
    float: right;
    width: 260px;
}

.challenge_description_text {
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 12px;
    color: #7b7b7b;
    line-height: 1.4;
}

.goal_info_container {
    overflow: hidden;
    float: left;
    width: 600px;
    padding-top: 10px;
    margin-left: 1%;
}

.company_goal_info {
    float: left;
    margin-top: 5px;
}

.personal_goal_info {
    float: left;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
}

.challenge_dates_days_participants_container {
    float: right;
    width: 620px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.challenge_dates_days_participants {
    display: inline-block;
    margin-top: 0;
    margin-right: 50px;
}

.tracking_info_container {
    float: right;
    width: 620px;
}

.track_progress {
    float: left;
    width: 160px;
    margin-left: 50px;
    padding-top: 1.2% !important;
    cursor: pointer;
}

.tracker_icon_container {
    float: left;
    width: 60px;
    margin-left: 4px;
}

.tracker_text {
    float: left;
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #7b7b7b;
}

.sync_device {
    overflow: hidden;
    float: left;
    width: 165px;
    padding-top: 1.5% !important;
    cursor: pointer;
}

.sync_icon_container {
    float: left;
    width: 50px;
    margin-left: 4px;
    margin-right: 5px;
}

.sync_text {
    float: left;
    width: 60%;
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #7b7b7b;
    cursor: pointer;
}

.manage_device {
    overflow: hidden;
    float: left;
    width: 165px;
    padding-top: 1% !important;
    cursor: pointer;
}

.manage_device_icon_container {
    float: left;
    width: 50px;
    margin-right: 5px;
}

.manage_device_text {
    float: left;
    width: 60%;
    margin-top: 2%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #7b7b7b;
    cursor: pointer;
}

.tracker_updated_warning_popup {
    position: absolute;
    width: 150px;
    height: 70px;
    margin-left: 530px;
    margin-top: 250px;
    border-top: solid 8px #007c9d;
    background-color: #ddd;
    z-index: 10;
}

.tracker_updated_warning_popup p {
    position: absolute;
    margin: 0 0 0 10px;
    /*padding: 10px 10px 0 0;*/
    color: #7b7b7b;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
}

#all_friends_content {}

#challenge_friends_content {
    display: none;
}

#challenge_friends_tab {
    float: left;
    height: 35px;
    margin: 0 5px 0 0;
    background-color: #cbcbcb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 265px;
    font-size: 15px;
    text-transform: uppercase;
    color: #7b7b7b;
    text-align: center;
    line-height: 2.3;
    cursor: pointer;
}

#all_friends_tab {
    float: left;
    height: 35px;
    margin: 0 5px 0 0;
    background-color: #7b7b7b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 270px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 2.1;
    cursor: pointer;
}

.friends_coworkers_teams_container {
    position: relative;
    width: 560px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
}

.friends_coworkers_teams_content_container {
    width: 559px;
    min-height: 640px;
}

#my_team_tab {
    float: left;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 120px;
    height: 35px;
    padding-top: 6px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

#site_team_tab {
    float: left;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 120px;
    height: 35px;
    padding-top: 6px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

#country_team_tab {
    float: left;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 140px;
    height: 35px;
    padding-top: 6px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

#region_team_tab {
    float: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 140px;
    height: 35px;
    padding-top: 6px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.drop_row {
    width: 100%;
    height: 35px;
    font-size: 11px;
    line-height: 3;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.drop_row:hover {
    width: 100%;
    height: 35px;
    font-size: 11px;
    line-height: 3;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #007C9D;
    transition: background-color 0.5s ease;
}

#who_drop {
    display: none;
}

#what_drop {
    display: none;
}

#when_drop {
    display: none;
}

#mine_drop {
    display: none;
}

#site_drop {
    display: none;
}

#country_drop {
    display: none;
}

#all_drop {
    display: none;
}

#choose_challenge_drop {
    display: none;
}

#select_my_team_drop {
    display: none;
}

#select_my_team_drop h1:hover {
    background-color: #007C9D;
}

.charting_btn_drop {
    position: absolute;
    z-index: 9998;
    width: 140px;
}

#individual_chart_submit_btn {
    transition: background-color 0.5s ease;
}

#individual_chart_when_btn {
    transition: background-color 0.5s ease;
}

#individual_chart_what_btn {
    transition: background-color 0.5s ease;
}

#choose_challenge_chart_btn {
    transition: background-color 0.5s ease;
}

.trophy_case_btn_drop {
    position: absolute;
    z-index: 9998;
    width: 140px;
}

#trophy_case_mine_btn {
    transition: background-color 0.5s ease;
}

#trophy_case_site_btn {
    transition: background-color 0.5s ease;
}

#trophy_case_country_btn {
    transition: background-color 0.5s ease;
}

#trophy_case_all_btn {
    transition: background-color 0.5s ease;
}

.chart_container {
    height: 400px;
    width: 520px;
    float: right;
    color: #f9f9f9;
    margin: 10px 5px;
}

.mood_faces_container {
    float: left;
    margin-left: 0;
    margin-top: 45px;
    width: 30px;
}

.goal_view_table_goal {
    padding-left: 6px;
}

.goal_view_table_points {
    padding-right: 6px;
}

/* begin styles for Languages */

p:lang(de) {
    font-size: 14px !important;
}

/**/

/* begin styles for Trophy Case */

.trophy_case_container {
    width: 520px;
    background-color: #f9f9f9;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
}

.trophy_case_row {
    width: 98%;
}

.medal_box {
    width: 125px;
    background-color: #fff;
    border: solid 1px #ddd;
    margin-left: 32px;
    margin-bottom: 20px;
    padding: 4px 0;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #C2C2C2;
    background-color: #FFFFFF;
    -webkit-box-shadow: #8a8a8a 3px 3px 3px;
    -moz-box-shadow: #8a8a8a 3px 3px 3px;
    box-shadow: #8a8a8a 3px 3px 3px;
}

.trophy_text {
    width: 98%;
    padding-left: 2%;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #6e6e6e;
}

.medal_image {
    width: 114px;
}

.badge_image {
    width: 100px;
    margin-top: 4px;

}

.badge_box {
    width: 100px;
    background-color: #fff;
    border: solid 1px #ddd;
    margin-left: 22px;
    margin-bottom: 20px;
    padding: 4px 0;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #C2C2C2;
    background-color: #FFFFFF;
    -webkit-box-shadow: #8a8a8a 3px 3px 3px;
    -moz-box-shadow: #8a8a8a 3px 3px 3px;
    box-shadow: #8a8a8a 3px 3px 3px;
}

/* end styles for Trophy Case */

/* begin styles for Challenges Admin tooltip */

.tooltips_templates {
    display: none;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: #fff;
    border: 1px solid #29a4c4;
    border-radius: 6px;
    box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.4);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: blue;
    padding: 8px;
}

/* end styles for Challenges Admin tooltip */

/* begin styles for March Madness page */

#prediction_container {
    height: 300px;
    width: 920px;
    border: 1px solid;
    padding: 5px;
    display: table-cell;
    vertical-align: bottom;
    overflow: hidden;
}

.prediction_fruit {
    border: 1px solid;
    margin-top: 0;
    width: 80px;
    float: left;
    margin-left: 25px;
}

#fruit-tabMenu {
    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
}

#fruit-tabMenu ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}

#fruit-tabMenu ul li {
    display: block;
    float: left;
    list-style: none;
    margin-right: 4px;
    padding: 0;
    position: relative;
    right: 50%;
}

#fruit-tabMenu ul li a {
    display: block;
    padding: 3px 20px;
    /*background: #2f4f11;*/
    color: #fff;
    text-decoration: none;
    line-height: 1.6em;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;

    webkit-border-top-right-radius: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    border-top-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
}

#mm-results-tabMenu {
    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
}

#mm-results-tabMenu ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}

#mm-results-tabMenu ul li {
    display: block;
    float: left;
    list-style: none;
    margin-right: 4px;
    padding: 0;
    position: relative;
    right: 50%;
}

#mm-results-tabMenu ul li a {
    display: block;
    padding: 3px 20px;
    background: #008A00;
    color: #fff;
    text-decoration: none;
    line-height: 1.6em;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;

    webkit-border-top-right-radius: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    border-top-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
}

/*#fruit-tabMenu ul li a.darkestblue {
    background: #13586a;
  }
    
#fruit-tabMenu ul li a.darkblue {
    background: #16657a;
}
    
#fruit-tabMenu ul li a.medblue {
    background: #1d7a93;
}
    
#fruit-tabMenu ul li a.medwellblue {
    background: #29a4c4;
}
    
#fruit-tabMenu ul li a.lightblue {
    background: #238fab;
}
    
#fruit-tabMenu ul li a:hover {
    background: #77C9E0;
    color: #fff;
}
    
#fruit-tabMenu ul li a.active,
#fruit-tabMenu ul li a.active:hover {
    color: #fff;
    background: #000;
    font-weight: bold;
}*/

.btn-apple-predict {
    background-color: #a6172d;
    border-color: #a6172d;
    color: #fff;
}

.btn-pear-predict {
    background-color: #909920;
    border-color: #909920;
    color: #fff;
}

.btn-peach-predict {
    background-color: #e06f31;
    border-color: #e06f31;
    color: #fff;
}

.btn-tropical-predict {
    background-color: #ffb604;
    border-color: #ffb604;
    color: #fff;
}

.btn-melon-predict {
    background-color: #ff911f;
    border-color: #ff911f;
    color: #fff;
}

.btn-citrus-predict {
    background-color: #f97800;
    border-color: #f97800;
    color: #fff;
}

.btn-berry-predict {
    background-color: #d51319;
    border-color: #d51319;
    color: #fff;
}

.mm_tab_predictions {
    background-color: #43b6d6;
}

.mm_tab_voting {
    background-color: #3aa9c7;
}

.mm_tab_results {
    background-color: #329cb9;
}

.mm_tab_leaderboard {
    background-color: #2b8faa;
}

.mm_tab_rules {
    background-color: #24829c;
}

.leaderboard-circle {
    background-image: url('../marchMadness/images/mm-leaderboard-circle.png');
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    margin-left: 650px;
    z-index: 10;
    position: absolute;
}

.mm-leaderboard-circle {
    border-radius: 50%;
    z-index: 10;
    position: absolute;

    width: 50px;
    height: 50px;
    padding-top: 8px;

    background: #fff;
    border: 2px solid #007C9D;
    color: #007C9D;
    text-align: center;

    font-size: 22px;
    font-family: Arial, sans-serif;

    -webkit-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 3px 3px 4px 0px rgba(50, 50, 50, 0.5);
}


/* end styles for March Madness page */

/**** styles for Health Document section on Dashboard ****/
.healthDocContainer {
    width: 100%;
    padding: 2% 0 3% 1%;
    border-bottom: solid 1px #ccc;
    cursor: pointer;
}

.healthDocContainer a {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}

.healthDocContainer a:hover {
    color: #484848;
}

/**** end styles for Health Document section on Dashboard ****/


#individual_challenge_charts {
    height: 475px;
}

#banner_full_wellness_challenges {
    width: 920px;
}

.challenges_third_column {
    float: left;
    width: 340px;
    margin-bottom: 10px;
    margin-top: 2%;
}

.challenges_twothirds_column {
    float: right;
    position: relative;
    width: 560px;
    margin-top: 20px;
}

#challenges_main_content {
    width: 920px;
    margin: 0 auto;
}

#challenges_small_profile_pic_container {
    border-radius: 50%;
}

#challenges_what_to_do_content {}

#challenges_what_to_do {
    display: none;
}

#join_challenges_content {}

#my_coaching {
    display: none;
}

#my_coaching_content {}

#my_coaching_container {
    display: none;
}

.select_challenge_challenge_container {
    float: left;
    width: 135px;
    height: 200px;
    margin: 0 8px 0 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    opacity: 1;
}

.select_challenge_challenge_container_top {
    height: 110px;
}

.select_challenge_challenge_container_top img {
    height: 100%;
    width: 100%;
    background-color: #e8e8e8;
}

.select_challenge_challenge_container_bottom {
    height: 80px;
    margin-bottom: 5px;
    background-color: #fff;
}

.select_challenge_challenge_container_bottom h1 {
    margin: 0 0 0 5px;
    padding: 5px 0 0 0;
    font-size: 12px;
    color: #8e8e8e;
    line-height: 1;
}

.select_challenge_challenge_container_bottom h2 {
    margin: 0 0 0 5px;
    padding: 0 0 0 0;
    font-size: 10px;
    color: #bcbcbc;
    line-height: 1;
}

#challenge_selection_info_container1 {
    display: none;
}

#challenge_selection_info_container2 {
    display: none;
}

/******** WHITE LABEL STYLES: TOP NAVIGATION BUTTONS ********/
.navigation_bar {
    width: 100%;
    height: 65px;
    position: relative;
}

.top_nav_container {
    overflow: hidden;
    width: 80px;
    float: left;
    margin-left: 14px;
    padding: 4px;
    border: solid #fff 1px;
    border-radius: 5px;
    cursor: pointer;
}

.top_nav_txt {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.top_nav_txt:hover {
    color: #ddd;
}

/*********** BEGIN NURSE'S STATION STYLES ***********/
.patient_bio_nav_bar {
    height: 46px;
    margin-top: 20px;
    width: 100%;
}

#patient_bio_container {
    width: 920px;
    height: 185px;
    background-color: #f2f2f2;
    margin: 0 auto;
}

.patient_wellness_programs {
    width: 920px;
    height: 45px;
    margin: 0;
    background: #007c9d;
}

.nurses_biometric_item_container {
    width: 173px;
    height: 140px;
    float: left;
    margin-top: 10px;
}

.nurses_biometric_icon {
    width: 65px;
    height: 118px;
    margin-right: 5px;
}

.nurses_biometric_item_container h3 {
    color: #00566C;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    line-height: 1;
}

.nurses_biometric_item_container p {
    color: #00566C;
    margin: 0 0 0 0;
}

.nurses_biometric_item_container h1 {
    color: #00566C;
    font-weight: 900;
}

.nurses_bio_history_link {
    width: 100px;
    background-color: #007c9d;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 1%;
    cursor: pointer;
}

.tooltipster-sidetip .tooltipster-box {
    background: transparent;
    border: none;
}

.bio_popup {
    position: absolute;
    top: 200px;
}

.nurses_hra_button_yes {
    background-color: green;
    color: #fff;
    font-size: 16px !important;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.nurses_hra_button_no {
    background-color: red;
    color: #fff;
    font-size: 16px !important;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.nurses_hra_button_completed {
    background-color: #007c9d;
    color: #fff;
    font-size: 16px !important;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    cursor: pointer;
}

/*** Styles for New Bio Area ***/
.nsBiometricContainer {
    width: 920px;
    background-color: #f2f2f2;
    margin: 0 auto;
}

.nsBiometricContentMain {
    overflow: hidden;
    width: 100%;
}

.nsBiometricContent {
    overflow: hidden;
    width: 16.6%;
    float: left;
    margin-left: .06%;
    padding-top: 1%;
    border-right: solid 1px #7b7b7b;
}

.nsNoBorder {
    border-right: solid 1px #f2f2f2;
}

.nsBiometricHeaderContent {
    width: 100%;
    height: 40px;
    padding-left: 2%;
}

.nsBiometricHeaderIcon {
    width: 20%;
    float: left;
    margin: 0 5% 0 3%;
}

.nsBiometricHeaderTxt {
    float: left;
    width: 70%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    color: #00566C;
}

.nsBioNumberContainerHigh {
    width: 80%;
    margin: 1% auto;
    background-color: red;
    border: solid red 2px;
    border-radius: 6px;
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
}

.nsBioNumberHigh {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 140%;
    font-weight: 600;
    text-align: center;
    color: red;
}

.nsBioNumberContainerModerate {
    width: 80%;
    margin: 1% auto;
    background-color: #ffaa00;
    border: solid #ffaa00 2px;
    border-radius: 6px;
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
}

.nsBioNumberModerate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 140%;
    font-weight: 600;
    text-align: center;
    color: #ffaa00;
}

.nsBioNumberContainerLow {
    width: 80%;
    margin: 1% auto;
    background-color: green;
    border: solid green 2px;
    border-radius: 6px;
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
}

.nsBioNumberLow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 140%;
    font-weight: 600;
    text-align: center;
    color: green;
}

.nsBioNumberContainerNoData {
    width: 80%;
    height: 52px;
    margin: 2% 0 8% 10%;
    background-color: #fff;
    border: solid #7b7b7b 2px;
    border-radius: 6px;
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
}

.nsBioNumberContainerNoData p {
    margin-top: 3%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
    color: #565656;
    line-height: 1.2;
}

.nsBioNumberContainer {
    width: 100%;
    background-color: #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nsBioRiskLevelTxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
}

.nsBioEntryDateContainer {
    width: 100%;
    height: 40px;
    margin-top: 8%;
}

.nsBioEntryTxt {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: 600;
    text-align: center;
    color: #00566C;
}

.nsBioEntryDateTxt {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: 600;
    text-align: center;
    color: #00566C;
}

.nsBioUpdateLinkContainer {
    width: 100%;
    display: block;
}

.nsBioUpdateLink {
    width: 100%;
    padding-bottom: 1%;
    text-align: center;
    background-color: #00566c;
}

.nsBioUpdateLink a {
    font-size: 80%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.nsBioUpdateLink :hover {
    color: #fff;
    text-decoration: none;
}

.nsBioUpdateContainer {
    overflow: hidden;
    width: 100%;
    height: 115px;
    margin-top: 5%;
    padding-left: 4%;
    background-color: #f2f2f2;
}

.nsBioUpdateContainerTxt {
    width: 20%;
    float: left;
    font-size: 90%;
    color: #000;
}

.nsBioUpdateContainerInput {
    float: right;
    margin-right: 3%;
    font-size: 100%;
    font-size: 90%;
    color: #000;
}

.nsBioDateContainerInput {
    width: 70%;
    font-size: 82%
}

.nsBioViewHistory {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #7b7b7b;
}

.nsBioViewHistory p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

.nsNoValueError {
    width: 98%;
    margin-top: 3%;
    text-align: center;
    border-radius: 2px;
    background-color: #990000;
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
}

.nsNoValueError p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 70%;
    color: #fff;
}

/*** End Styles for New Bio Area ***/

/*********** END NURSE'S STATION STYLES ***********/

/*********** BEGIN DIABETES A1C DOCTOR INFO MODAL STYLES ***********/
.diabetesA1CDoctorModalContainer {
    width: 100%;
    padding: 0 1%;
}

.diabetesA1CDoctorModalContainerTxt {
    overflow: hidden;
    font-family: sans-serif;
    font-size: 120%;
    text-align: left;
    color: #000;
}

.diabetesA1CDoctorInfoModalContainer {
    width: 100%;
    margin: 0 0 3% 0;
}

.diabetesA1CDoctorInfoModalContainer p {
    overflow: hidden;
    font-family: sans-serif;
    font-size: 120%;
    text-align: center;
    color: #000;
}

.diabetesA1CDoctorModalImage {
    float: left;
    margin-right: 2%;
}

.diabetesDoctorContainer {
    width: 90%;
    margin: 3% 0 0 8%;
    float: left;
}

.diabetesDoctorContainer label {
    width: 30% !important;
}

.diabetesA1CDoctorYesBtn {
    margin-right: 18%;
    padding: 0 !important;
    width: 22%;
    height: 35px;
    float: left;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    background-color: green;
    line-height: 1.8;
}

.diabetesA1CDoctorNoBtn {
    padding: 0 !important;
    width: 22%;
    height: 35px;
    float: left;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    background-color: red;
    line-height: 1.8;
}

.diabetesA1CDoctorInfoSubmitBtn {
    padding: 0 !important;
    width: 15%;
    height: 35px;
    float: right;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    background-color: #007C9D;
    line-height: 2;
}

.diabetesA1CDoctorInfoFormFieldHdrTxt {
    width: 30%;
    float: left;
    padding-right: 2%;
    text-align: right;
}

a.diabetesDoctorResultsBtnTxt {
    font-family: Arial, sans-serif;
    font-size: 120%;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

a.diabetesDoctorResultsBtnTxt:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1;
}

.diabetesA1CDoctorInfoStateZipContainer {
    width: 100%;
    overflow: hidden;
}

.diabetesA1CDoctorInfoState {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.diabetesA1CDoctorInfoZip {
    float: left;
    width: 45%;
}

.diabetesA1CDoctorInfoFormFieldHdrZipTxt {
    width: 33%;
    float: left;
    padding-right: 2%;
    text-align: right;
}




/*** styles for Wellness Programs to keep them centered ***/

.wellness_programs_container {
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
}

.wellness_program {
    float: left;
    width: 135px;
    height: 200px;
    margin: 10px 0 0 20px;
}

/*********** END NURSE'S STATION STYLES ***********/

/*********** BEGIN MOJO LEADERBOARD STYLES ***********/
.mojoLeaderboardTop {
    background-color: #969897;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 95%;
    font-weight: bold;
}

.mojoLeaderboardNumberCell {
    padding-left: 10px;
    padding-top: 3px;
}

.mojoLeaderboardMainContainer {
    margin-bottom: 15px;
    height: 435px;
    overflow-y: scroll;
    border: solid 1px #cbcbcb;
}

.mojoLeaderboardHeader {
    width: 70%;
    float: left;
}

.mojoLeaderboardHeader p {
    line-height: 1.4;
}

.mojoLeaderboardOptIn {
    width: 25%;
    float: right;
    background-color: #fff;
    border-radius: 4px;
    margin: 1% 4% 0 0;
    height: 20px;
    text-align: center;
    line-height: 1.3;
    cursor: pointer;
}

.mojoLeaderboardOptInTxt {
    color: #5b5b5b !important;
    font-size: 100% !important;
    font-weight: bold;
}

.mojoLeaderboardTableFont {
    color: #5b5b5b;
    font-family: arial, sans-serif !important;
    font-size: 90% !important;
}

.mojoLeaderboardPointsCenter {
    text-align: center;
}

.mojoLeaderboardBlueRow1 {
    background-color: #93e5fd;
}

.mojoLeaderboardBlueRow2 {
    background-color: #b5edfe;
}

.mojoLeaderboardBlueRow3 {
    background-color: #cef2fe;
}

.mojoLeaderboardGreyRow {
    background-color: #f5f4f4;
}

.mojoLeaderboardCellPadding15 {
    padding-left: 15px;
}

.mojoLeaderboardCellPadding10 {
    padding-left: 10px;
}

.mojoLeaderboardCellPadding6 {
    padding-left: 6px;
}

.mojoLeaderboardBorder {
    border-bottom: solid 1px #5b5b5b;
    height: 40px;
}

.mojoLeaderboardNoBorder {
    border-bottom: none;
}

.mojoLeaderboardImgMargin {
    margin: 5% 0;
}

/*********** END MOJO LEADERBOARD STYLES ***********/

/******* Blog Feed Styles *********/
.feedEkList {
    height: 350px;
    overflow-y: scroll;
    border: solid 1px #cbcbcb;
    padding: 0 1%;
}

.itemTitle {
    text-align: left;
}

.itemTitle a {
    margin: 0 2px 0 0;
    padding: 0 2px 0 0;
    color: #29a4c4;
    line-height: 1.5;
    font-size: 16px;
    overflow: hidden;
    display: block;
}

.itemContent {
    margin: 0 2px 0 0;
    padding: 0 2% 2% 0;
    color: #505659;
    word-wrap: break-word;
    line-height: 1.5;
    font-size: 90%;
    overflow: hidden;
    display: block;
    border-bottom: 1px dashed #CCCCCC;
}

.itemContent h1 {
    font-size: 16px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    color: #ffbe4d;
}

.itemContent a {
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    color: #000;
}

.itemContent p {
    margin-bottom: 5%;
    display: none;
}

.itemContent img {
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 3%;
    margin-top: 2%;
}

.itemDate {
    display: none;
}

.thumb-image {
    display: block;
    margin-bottom: 5%;
}

/******** begin styles for challenge_admin.php Your Challenges buttons ********/
.stepItUp_btn {
    width: 135px;
    height: 110px;
    background-image: url('../images/challenges/thumbchal_small_stepitup.jpg');
    background-repeat: no-repeat;
}

.vegOut_btn {
    width: 135px;
    height: 110px;
    background-image: url('../images/challenges/thumbchal_small_vegout2.jpg');
    background-repeat: no-repeat;
}

.meditation_btn {
    width: 135px;
    height: 110px;
    background-image: url('../images/challenges/thumbchal_small_meditation2.jpg');
    background-repeat: no-repeat;
}

.createNew_btn {
    width: 135px;
    height: 110px;
    background-image: url('../images/challenges/thumbchal_small_new2.jpg');
    background-repeat: no-repeat;
}

a.edit_btn {
    color: #ce0202 !important;
    text-decoration: underline !important;
    font-size: 14px !important;
}

a.edit_btn:hover {
    color: #ccc !important;
}

.box {
    cursor: pointer;
    width: 125px;
    height: 104px;
    position: relative;
    overflow: hidden;
}

.box img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.box .overbox {
    background-color: #007c9d;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 125px;
    height: 104px;
    padding: 10px;
    text-align: center;
}

.box:hover .overbox {
    opacity: 1;
    background-color: #98c9d6;
}

.box .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.box .title {
    font-size: 22px;
    text-transform: uppercase;
    opacity: 1;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}

.box:hover .title,
.box:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    border: solid #fff 1px;
    width: 102px;
    margin-top: 20px;
}

/*.box .tagline {
  font-size: 0.8em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}*/

.txtOverlay {
    width: 125px;
    height: 104px;
    opacity: 0.9;
    background: url('../adminPages/challenge/HTML/images/portal/admin_challenge_new_nutrition.jpg') no-repeat;
}

.theText {
    opacity: 0;
}

.txtOverlay:hover .theText {
    opacity: 1;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}

/* begin styles for Choose Your Program button overlay */

.program_button_container {
    width: 160px;
}

.program_button_image_box {
    width: 139px;
    position: absolute;
    background-color: #fff;
}

.program_button_name {
    color: #949494;
    font-family: sans-serif, ariel;
    font-weight: bold;
    font-size: 14px;
}

.program_button_date {
    color: #949494;
    font-family: sans-serif, ariel;
    font-size: 12px;
}

.program_button_red_box {
    padding: 2%;
    background-color: red;
    text-align: center;
    color: #fff;
    font-family: sans-serif, ariel;
    font-size: 16px;
}

.program_button_blue_box {
    padding: 2%;
    background-color: #007C9D;
    text-align: center;
    color: #fff;
    font-family: sans-serif, ariel;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.choose_program_overlay_box {
    width: 140px;
    height: 212px;
    position: absolute;
    z-index: 10
}

.choose_program_overlay {
    background: rgba(41, 164, 196, .75);
    text-align: center;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    position: absolute;
}

.choose_program_overlay_text {
    margin: 35% 12%;
    padding: 4%;
    color: #fff;
    font-weight: bold;
    border: solid white 2px;
}

.choose_program_overlay_box:hover .choose_program_overlay {
    opacity: 1;
}

.numberCircle {
    border-radius: 50% !important;
    position: absolute !important;
    margin-left: 10px !important;

    width: 15px !important;
    height: 15px !important;

    background: red !important;
    color: #fff !important;
    text-align: center !important;

    font-family: Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: bold !important;
}

.kynDashboardCircle_blue {
    border-radius: 50% !important;
    /* position: absolute !important;*/
    margin-left: 10px !important;

    width: 50px !important;
    height: 50px !important;

    background: #007c9d !important;
    color: #fff !important;
    text-align: center !important;

    font-family: Arial, sans-serif !important;
    font-size: 34px !important;
    font-weight: bold !important;
}

.kynDashboardCircle_white {
    border-radius: 50% !important;
    /* position: absolute !important;*/
    margin-left: 10px !important;

    width: 50px !important;
    height: 50px !important;

    background: #fff !important;
    color: #007c9d !important;
    text-align: center !important;

    font-family: Arial, sans-serif !important;
    font-size: 34px !important;
    font-weight: bold !important;
}

/* end styles for Choose Your Program button overlay */

/* styles for Wellness Education redesign page */
.programResourcesImagesContainer {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    padding-top: 1%;
}

.programResourcesImages {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.dailyAudioContainer {
    overflow: hidden;
    width: 100%;
    padding: 6px;
    background-color: #fff;
    border: 0px solid #000000;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.35);
    box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.35);
}

width100per bkd_color_white pad6 overflow_hidden
/*temp styles for slider area on Wellness Education page */

#education_slider {
    width: 547px;
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
}

.education_rail {
    display: block;
}

.education_rail .education_railsec {
    width: 547px;
    display: block;
    float: left;
    overflow: hidden;
}

#education_slider_controls {
    display: block;
}

#education_slider_controls a {
    display: block;
    color: #007c9d;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: #666 1px solid;
    float: left;
    margin-left: 4px;
}

#education_slider_controls a:hover {
    background-color: #007c9d;
    color: #fff;
}

#education_slider_controls a.on {
    background-color: #007c9d;
    color: #fff;
}

.btn-generalHome {
    background-color: #008A00;
    border-color: #5d8512;
    color: #fff;
}

.btn-generalHome:hover {
    background-color: #5d8512;
    border-color: #5d8512;
    color: #fff;
}

/*end temp styles for slider area on Wellness Education page */

/***** begin Spices Around the World styles for dashboard page *****/
.spices_background {
    background-image: url('../images/spices_challenge_bckgrnd.jpg');
    width: 900px;
    height: 432px;
}

ul.progress-bar {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    background-color: transparent !important;
}

li.section {
    display: inline-block;
    padding-top: 45px;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: gray;
    vertical-align: top;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.section:before {
    content: 'x';
    position: absolute;
    top: 2px;
    left: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    color: white;
    border: 2px solid white;
    border-radius: 17px;
    line-height: 30px;
    background: gray;
}

.status-bar {
    height: 2px;
    background: gray;
    position: relative;
    top: 20px;
    margin: 0 auto;
}

.current-status {
    height: 2px;
    width: 0;
    border-radius: 1px;
    background: mediumseagreen;
}

@keyframes changeBackground {
    from {
        background: gray
    }

    to {
        background: mediumseagreen
    }
}

li.section.visited:before {
    content: '\2714';
    animation: changeBackground .5s linear;
    animation-fill-mode: forwards;
}

li.section.visited.current:before {
    box-shadow: 0 0 0 2px mediumseagreen;
}


/***** end Spices Around the World styles for dashboard page *****/

/***** begin Be Well for Life More Resources rollover styles *****/
.rolloverMainContainer {
    overflow: hidden;
    width: 100%;
}

.imageContainer {
    overflow: hidden;
    width: 100%;
}

.textContainer {
    overflow: hidden;
    width: 100%;
}

.imageSize {
    width: 115px;
    float: left;
    margin-right: 1%;
}

.more_resources_box {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    padding: 1%;
    position: relative;
    margin: 1%;
    float: left;
    border: solid #f4f4f4 1px;
    border-radius: 5%;
    -webkit-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.more_resources_box.arrow-top {
    margin-top: 2%;
}

.more_resources_box.arrow-top:after {
    content: " ";
    position: absolute;
    left: 60px;
    top: -15px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

/***** end Be Well for Life More Resources rollover styles *****/

.dashboard_progress_bar {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 10px;
    margin-bottom: 0;
    overflow: hidden;
}

.progress-bar-green {
    background-color: #008A00 !important;
}

.challenge_container_overlay {
    width: 135px;
    height: 165px;
    position: absolute;
    z-index: 5;
    background-color: rgba(40, 163, 196, .7);
    display: none;
    transition: background-color 0.5s ease;
}

.challenge_container_overlay_active {
    width: 130px;
    height: 165px;
    position: absolute;
    z-index: 1;
    display: none;
    transition: background-color 0.5s ease;
}

#my_challenge_boxes {
    padding-left: 15px;
}

#challenge_container_overlay2 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-color: rgba(40, 163, 196, .7);
    display: none;
    transition: background-color 0.5s ease;
}

#my_challenge_container_overlay1 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-color: rgba(40, 163, 196, .7);
    display: none;
}

#my_challenge_container_overlay2 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-color: rgba(40, 163, 196, .7);
    display: none;
}


.join_challenge_hover {
    color: #007c9d;
    background-color: transparent;
}

.join_challenge_hover:hover {
    color: #fff;
    background-color: #007c9d;
}


#site_tour_video {
    width: 100%;
    border-radius: 3px;
    background-color: #EBEBEB;
    padding: 5px;
    margin-left: 5px;
}

.notification_row {
    border-bottom: 3px solid #dddddd;
    padding-bottom: 8px;
    background-color: #f2f2f2;
    position: relative;
    top: -10px;
}

/*.notification_row:hover					        {border-bottom: 3px solid #dddddd;padding-bottom: 8px; background-color: #dddddd;cursor: pointer;position: relative; top: -10px;}*/



#menu_items_recipe_options {
    display: none;
}

#menu_items_resource_options {
    display: none;
}

#menu_items_program_options {
    display: none;
}



#challenge_logout {}

#challenge_logout:hover {
    text-decoration: underline;
}

.challenge_tab {
    background-color: #007c9d;
    width: 185px;
    height: 35px;
}

#friends_tab {
    transition: background-color 0.5s ease;
}

#coworkers_tab {
    transition: background-color 0.5s ease;
}

/*background-color: #007C9D;*/
#teams_tab {
    transition: background-color 0.5s ease;
}

#friends_content {
    display: none;
}

#coworkers_content {
    background-color: #f2f2f2;
    padding-bottom: 20px;
}

#teams_content {
    display: none;
}

#create_team_content {
    display: none;
}

#challenge_teams_content {
    display: none;
}

#team_section_warning {
    display: none;
}

#addtoteam_switch_warning {
    display: none;
}

#friends_in_challenge_warning {
    display: none;
}

.team_section_warning_popup {
    position: absolute;
    margin-left: 390px;
    margin-top: -90px;
    z-index: 10;
}

.coworkers_searchbar_container input:focus {
    border-color: rgba(123, 123, 123, 0.8);
    box-shadow: 0 1px 1px rgba(123, 123, 123, 0.075) inset, 0 0 4px rgba(123, 123, 123, 0.6);
    outline: 0 none;
}

.coworkers_searchbar_field {
    float: left;
    width: 220px;
    height: 27px;
    border: 0;
    margin-top: 2px;
    margin-left: 5px;
    background-color: #ddd;
    color: #3d3d3d;
}

.coworker_info_container {
    position: relative;
    float: left;
    margin-right: 18px;
    width: 90px;
    height: 90px;
    background-color: #fff;
    margin-top: 10px;
    transition: background-color 0.5s ease;
}

.coworker_info_container:hover {
    width: 90px;
    height: 90px;
    background-color: #caf4ff;
    margin-top: 10px;
    transition: background-color 0.5s ease;
}

.coworker_info_container div:nth-child(1):hover {
    opacity: .7;
}

.coworker_info_container_blank {
    width: 90px;
    height: 90px;
    margin-top: 10px;
}

.coworker_image_container {
    position: relative;
    margin-left: 20px;
    margin-top: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #007c9d;
}

.coworker_name {
    position: relative;
    margin: 5px 0 0 0;
    font-size: 11px;
    text-align: center;
    color: #7b7b7b;
    line-height: 1;
}

#coworkers_section_submit {
    transition: background-color 0.5s ease;
    background-color: #007c9d;
}

#coworkers_section_submit:hover {
    transition: background-color 0.5s ease;
    background-color: #00566c;
}

#update_interests_submit {
    transition: background-color 0.5s ease;
    background-color: #007c9d;
}

#update_interests_submit:hover {
    transition: background-color 0.5s ease;
    background-color: #00566c;
}

#coworkers_teams_submit {
    transition: background-color 0.5s ease;
    background-color: #007c9d;
}

#coworkers_teams_submit:hover {
    transition: background-color 0.5s ease;
    background-color: #00566c;
}

#header_nav_icon_container img:hover {
    opacity: .7;
    transition: opacity 0.5s ease;
}

#header_nav_icon_container h1:hover {
    opacity: .7;
    transition: opacity 0.5s ease;
}

#dashboard_content_profile_image {
    width: 142px;
    height: 142px;
}

.challenge_profile_track_container {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 260px;
    height: 25px;
    background-color: white;
    border: 4px solid #fff;
}

.challenge_profile_homework_track_bar {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    opacity: .5;
    width: 200px;
    height: 25px;
    background-color: #008A00;
    transition: width 0.5s ease;
    cursor: pointer;
}

.challenge_profile_video_track_bar {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    opacity: .5;
    width: 200px;
    height: 25px;
    background-color: #008A00;
    transition: width 0.5s ease;
    cursor: pointer;
}


.challenge_status_track_container {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 92%;
    height: 25px;
    background-color: white;
    border: 4px solid #f2f2f2;
    margin: 2% auto;
    display: block;
}

.challenge_status_meals_track_bar {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    opacity: .5;
    width: 350px;
    height: 25px;
    background-color: #008A00;
    transition: width 0.5s ease;
    cursor: pointer;
}

.challenge_status_lbs_track_bar {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    opacity: .5;
    width: 350px;
    height: 25px;
    background-color: #008A00;
    transition: width 0.5s ease;
    cursor: pointer;
}

.challenge_status_steps_track_bar {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    opacity: .5;
    width: 350px;
    height: 25px;
    background-color: #008A00;
    transition: width 0.5s ease;
    cursor: pointer;
}



#challenge_user_dashboard {
    display: none;
}

#coworker_selection {
    background-color: #007C9D;
}

#this_user_challenge_info {
    border-collapse: collapse;
    color: white;
}

#this_user_challenge_info td {
    display: table-cell;
    vertical-align: middle;
}

#this_user_challenge_info img {
    margin-left: 10px;
}

#this_user_challenge_info_site {
    border-collapse: collapse;
    color: white;
}

#this_user_challenge_info_site td {
    display: table-cell;
    vertical-align: middle;
}

#this_user_challenge_info_site img {
    margin-left: 10px;
}

#this_user_challenge_info_region {
    border-collapse: collapse;
    color: white;
}

#this_user_challenge_info_region td {
    display: table-cell;
    vertical-align: middle;
}

#this_user_challenge_info_region img {
    margin-left: 10px;
}

#this_user_challenge_info_country {
    border-collapse: collapse;
    color: white;
}

#this_user_challenge_info_country td {
    display: table-cell;
    vertical-align: middle;
}

#this_user_challenge_info_country img {
    margin-left: 10px;
}

#friends_challenge_info {
    width: 540px;
    margin-bottom: 2px;
    border-collapse: collapse;
    color: #6e6e6e;
    border: 0;
}

#friends_challenge_info tr {
    border-bottom: 5px solid #dddddd;
    background-color: #f2f2f2;
    transition: background-color 0.5s ease;
}

#friends_challenge_info tr:hover {
    border-bottom: 5px solid #dddddd;
    background-color: #caf4ff;
    transition: background-color 0.5s ease;
}

#friends_challenge_info td {
    display: table-cell;
    vertical-align: middle;
}

#friends_challenge_info img {
    margin-left: 5%;
}

.friend_image {
    width: 55px;
    padding: 1% 0;
}

.friend_name {
    width: 275px;
    padding-left: 15px;
    font-size: 17px;
}

.friend_challenge_name {
    width: 250px;
    padding-left: 15px;
    font-size: 14px;
}

.friend_challenge_data {
    width: 100px;
    text-align: left;
    font-size: 12px;
}

.team_challenge_name {
    width: 250px;
    padding-left: 15px;
    font-size: 14px;
}

.friend_encouragement {
    width: 130px;
}

#friends_challenge_all_info {
    border-collapse: collapse;
    color: #7b7b7b;
}

#friends_challenge_all_info tr {
    border-bottom: 5px solid #f2f2f2;
    background-color: #dddddd;
    transition: background-color 0.5s ease;
}

#friends_challenge_all_info tr:hover {
    border-bottom: 5px solid #f2f2f2;
    background-color: #caf4ff;
    transition: background-color 0.5s ease;
}

#friends_challenge_all_info td {
    display: table-cell;
    vertical-align: middle;
}

#friends_challenge_all_info img {
    margin-left: 10px;
}

#teams_challenge_info {
    border-collapse: collapse;
    color: #7b7b7b;
}

#teams_challenge_info tr {
    border-bottom: 5px solid #f2f2f2;
    background-color: #dddddd;
    transition: background-color 0.5s ease;
}

#teams_challenge_info tr:hover {
    border-bottom: 5px solid #f2f2f2;
    background-color: #caf4ff;
    transition: background-color 0.5s ease;
}

#teams_challenge_info td {
    display: table-cell;
    vertical-align: middle;
}

#teams_challenge_info img {
    margin-left: 10px;
}

#teams_challenge_info_site {
    border-collapse: collapse;
    color: #7b7b7b;
}

#teams_challenge_info_site tr {
    border-bottom: 5px solid #f2f2f2;
    background-color: #dddddd;
    transition: background-color 0.5s ease;
}

#teams_challenge_info_site tr:hover {
    border-bottom: 5px solid #f2f2f2;
    background-color: #caf4ff;
    transition: background-color 0.5s ease;
}

#teams_challenge_info_site td {
    display: table-cell;
    vertical-align: middle;
}

#teams_challenge_info_site img {
    margin-left: 10px;
}

#teams_challenge_info_country {
    border-collapse: collapse;
    color: #7b7b7b;
}

#teams_challenge_info_country tr {
    border-bottom: 5px solid #f2f2f2;
    background-color: #dddddd;
    transition: background-color 0.5s ease;
}

#teams_challenge_info_country tr:hover {
    border-bottom: 5px solid #f2f2f2;
    background-color: #caf4ff;
    transition: background-color 0.5s ease;
}

#teams_challenge_info_country td {
    display: table-cell;
    vertical-align: middle;
}

#teams_challenge_info_country img {
    margin-left: 10px;
}

#teams_challenge_info_region {
    border-collapse: collapse;
    color: #7b7b7b;
}

#teams_challenge_info_region tr {
    border-bottom: 5px solid #f2f2f2;
    background-color: #dddddd;
    transition: background-color 0.5s ease;
}

#teams_challenge_info_region tr:hover {
    border-bottom: 5px solid #f2f2f2;
    background-color: #caf4ff;
    transition: background-color 0.5s ease;
}

#teams_challenge_info_region td {
    display: table-cell;
    vertical-align: middle;
}

#teams_challenge_info_region img {
    margin-left: 10px;
}

#friends_table_sprt_header {
    margin: 0 auto;
    width: 540px;
    border-collapse: collapse;
    color: #fff;
}

#friends_table_sprt_header tr {
    height: 25px;
    margin-top: 3px;
    background-color: #7b7b7b;
    border-top: solid 2px #f2f2f2;
}

#friends_table_sprt_header td {
    display: table-cell;
    vertical-align: middle;
}

.friends_table_label1 {
    width: 290px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

.friends_table_label2 {
    padding-right: 60px;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

.friends_table_label3 {
    padding-right: 45px;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}

#friends_table_sprt_header2 {
    border-collapse: collapse;
    color: #7b7b7b;
    width: 540px;
    margin: 0 auto;
}

#friends_table_sprt_header2 td {
    display: table-cell;
    vertical-align: middle;
}

.team_description_txt {
    margin: 5px 0 0 20px;
    color: #3d3d3d;
    text-align: left;
    font-size: 18px;
}

.team_max_txt {
    margin: 5px 0 0 20px;
    color: #3d3d3d;
    text-align: left;
    font-size: 18px;
}

.team_privacy_container {
    margin: 20px 20px 20px 40px;
}

.team_privacy_container p {
    float: left;
    width: 475px;
    margin: 2px 0 0 5px;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    color: red;
}

/****** General Modals styles ******/
.termsConditionsModal {
    width: 780px;
    height: 500px;
}

.termsHeader {
    width: 100%;
    margin: 0 0 2% 0;
    padding: 1%;
    background-color: #007C9D;
    font-size: 1.5em;
    line-height: 1.5;
}

.termsContentContainer {
    width: 100%;
    height: auto;
}

.disclosure_agreement_modal_content {
    /* height: 350px;
    overflow-x: scroll; */
}

.termsSubmitBtnContainer {
    width: 100%;
    overflow: hidden;
}

.termsSubmitBtn {
    float: left;
    overflow: hidden;
    width: 12%;
    margin: 1% 0 5% 0;
    height: 35px;
    text-align: center;
    background-color: #7b7b7b;
    color: #fff;
    font-size: 1.2em;
    line-height: 2;
    cursor: pointer;
    display: block;
}

/****** WELLNESS CHALLENGES MODALS ******/
.device_update_reminder {
    width: 630px;
    height: 200px;
}

.modal_box {
    border-radius: 5px;
    left: 0;
    margin: auto;
    width: 780px;
    position: fixed;
    z-index: 10001;
    top: 0;
    right: 0;
    bottom: 0;
}

.modal_box_header_text {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    font-size: 24px;
    text-transform: uppercase;
}

/*** phone portrait ***/
@media only screen and (min-width: 320px) and (max-width: 735px) and (orientation: portrait) {
    .modal_box {
        border-radius: 5px;
        left: 0;
        margin: 4% auto 0;
        width: 90%;
        position: fixed;
        z-index: 10001;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .modal_box_header_text {
        margin-top: 0;
        margin-bottom: 0;
        float: left;
        font-size: 1.2em;
        line-height: 1.8;
        text-transform: uppercase;
    }

    .modal_box_color_red {
        border-radius: 5px;
        left: 0;
        margin: auto;
        width: 90%;
        position: fixed;
        z-index: 10001;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .device_update_reminder {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #mojo_progress {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #rsc_box {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #rsc_modal {
        width: 90%;
        height: 500px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    #video_coaching_modal {
        width: 90%;
        height: 500px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    #c25k_update_modal {
        width: 90%;
        height: 300px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    .c25k_options_container {
        float: none;
        overflow: hidden;
        width: 95%;
        height: auto;
        margin: 5% auto 0;
        display: flex;
        justify-content: space-around;
    }

    .c25k_options_dropdown {
        float: left;
        width: 20%;
        height: 30px;
        margin: 4% 0 0 0;
        font-size: 1em;
    }

    .c25k_distance_container {
        float: left;
        width: 30%;
        height: 50px;
        margin: 0;
    }

    .c25k_length_container {
        float: left;
        width: 30%;
        height: 50px;
        margin: 0;
    }

    #meals_status_modal {
        width: 90%;
        height: 220px;
        margin: 18% auto 0;
        display: none;
    }

    .challenge_status_track_container {
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        width: 90%;
        height: 25px;
        background-color: white;
        border: 4px solid #f2f2f2;
        margin: 2% auto;
        display: block;
    }

    .challenge_status_meals_track_bar {
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        opacity: .5;
        width: 90%;
        height: 25px;
        background-color: #008A00;
        transition: width 0.5s ease;
        cursor: pointer;
    }

    #weekly_challenges_status_modal {
        width: 90%;
        height: 400px;
        margin: 18% auto 0;
        display: none;
    }

    .weekly_challenges_status_header {
        width: 85%;
        height: 30px;
        margin: 0 0 0 2%;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        font-size: 1.2em !important;
        line-height: 1.5;
    }

    .weekly_challenges_status_header_name {
        width: 18%;
        height: 30px;
        margin-left: 20px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.5;
    }

    .weekly_challenges_status_container {
        float: left;
        width: 69%;
        height: 25px;
        margin: 0 5% 0 0;
        border: solid 1px #ddd;
        border-radius: 20px;
        background-color: #fff;
    }

    #steps_status_modal {
        display: none;
        margin: 20% auto;
    }

    #lbs_status_modal {
        margin: 20% auto;
        width: 90%;
        height: 250px;
        display: none;
    }

    #start_challenge_modal {
        width: 90%;
        height: 350px;
        display: none;
    }

    #update_personal_goal_notification_modal {
        width: 90%;
        height: 350px;
        margin: 18% auto 0;
        display: none;
    }

    #update_personal_goal_modal {
        width: 90%;
        height: 350px;
        margin: 18% auto 0;
        display: none;
    }

    #manual_entry_challenge_modal_new {
        width: 90%;
        height: 700px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    .manual_entry_tabs {
        width: 31%;
        height: 40px;
        float: left;
        text-align: center;
        font-size: 1.1em;
        line-height: 2.5;
        cursor: pointer;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #challenge_end_modal {
        width: 90%;
        height: 460px;
        margin: 18% auto 0;
        display: none;
    }

    .challenge_end_challenge_name {
        height: 30px;
        padding-left: 20px;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.8;
    }

    .challenge_end_challenge_end_date {
        height: 30px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.8;
    }

    .challenge_end_challenge_status {
        height: 30px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.8;
    }

    #surviving_video_modal {
        width: 90%;
        height: 430px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    #challenge_tutorial_modal {
        width: 90%;
        height: 495px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    #site_tour_video {
        width: 100%;
        border-radius: 3px;
        background-color: #EBEBEB;
        padding: 0;
        margin: 0;
    }

    .video_modal_content {
        width: 100%;
        height: 530px;
        margin: auto;
    }

    .challenge_end_text_pad_left {
        height: 30px;
        padding-left: 20px;
        color: #7b7b7b;
        font-size: 12px;
        line-height: 1.8;
    }

    .challenge_end_text_no_pad {
        height: 30px;
        color: #7b7b7b;
        font-size: 12px;
        line-height: 1.8;
    }

    #sweet_tooth_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #kick_the_can_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #better_sleep {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #overconsumption_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #play_surivior_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #noo_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #noo_input {
        width: 80%;
    }

    #confirm_team_creation_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #confirm_team_challenge_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #confirm_add_friends_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #update_interests_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #updated_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #confirm_challenge_start_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #confirm_data_entry_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #add_teammate_modal {
        width: 90%;
        height: 280px;
        margin: 18% auto 0;
        display: none;
    }

    #add_teammate_modal_error {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #delete_user_confirm_modal {
        width: 90%;
        height: 220px;
        margin: 18% auto 0;
        display: none;
    }

    #accepted_challenge_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #accepted_challenge_invite_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #denied_challenge_modal {
        width: 90%;
        height: 280px;
        margin: 18% auto 0;
        display: none;
    }

    #sent_encouragement_modal {
        width: 90%;
        height: 380px;
        margin: 18% auto 0;
        display: none;
    }

    #delete_team_member_confirm_modal {
        width: 90%;
        height: 220px;
        margin: 18% auto 0;
        display: none;
    }

    #delete_team_member_confirm_modal {
        width: 90%;
        height: 220px;
        margin: 18% auto 0;
        display: none;
    }

    /****** General Modals styles ******/
    .termsConditionsModal {
        width: 90%;
        height: 550px;
        overflow: scroll;
    }

    .termsHeader {
        width: 100%;
        margin: 0 0 2% 0;
        padding: 1%;
        font-size: 1.5em;
        line-height: 1.5;
    }

    .termsContentContainer {
        width: 100%;
        height: auto;
    }

    .termsSubmitBtnContainer {
        width: 100%;
        overflow: hidden;
    }

    .termsSubmitBtn {
        float: right;
        overflow: hidden;
        width: 22%;
        margin: 5%;
        height: 35px;
        text-align: center;
        background-color: #7b7b7b;
        color: #fff;
        font-size: 1.2em;
        line-height: 2;
        cursor: pointer;
    }
}

/*** phone landscape ***/
@media only screen and (min-width : 736px) and (max-width : 897px) and (orientation: landscape) {
    .modal_box {
        border-radius: 5px;
        left: 0;
        margin: 4% auto 0;
        width: 90%;
        position: fixed;
        z-index: 10001;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .modal_box_header_text {
        margin-top: 0;
        margin-bottom: 0;
        float: left;
        font-size: 1.2em;
        line-height: 1.8;
        text-transform: uppercase;
    }

    .modal_box_color_red {
        border-radius: 5px;
        left: 0;
        margin: auto;
        width: 90%;
        position: fixed;
        z-index: 10001;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .device_update_reminder {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #mojo_progress {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #rsc_box {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #rsc_modal {
        width: 90%;
        height: 500px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    #video_coaching_modal {
        width: 90%;
        height: 500px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    #c25k_update_modal {
        width: 90%;
        height: 300px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    .c25k_options_container {
        float: none;
        overflow: hidden;
        width: 95%;
        height: auto;
        margin: 5% auto 0;
        display: flex;
        justify-content: space-around;
    }

    .c25k_options_dropdown {
        float: left;
        width: 20%;
        height: 30px;
        margin: 4% 0 0 0;
        font-size: 1em;
    }

    .c25k_distance_container {
        float: left;
        width: 30%;
        height: 50px;
        margin: 0;
    }

    .c25k_length_container {
        float: left;
        width: 30%;
        height: 50px;
        margin: 0;
    }

    #meals_status_modal {
        width: 90%;
        height: 220px;
        margin: 18% auto 0;
        display: none;
    }

    .challenge_status_track_container {
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        width: 90%;
        height: 25px;
        background-color: white;
        border: 4px solid #f2f2f2;
        margin: 2% auto;
        display: block;
    }

    .challenge_status_meals_track_bar {
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        opacity: .5;
        width: 90%;
        height: 25px;
        background-color: #008A00;
        transition: width 0.5s ease;
        cursor: pointer;
    }

    #weekly_challenges_status_modal {
        width: 90%;
        height: 400px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    .weekly_challenges_status_header {
        width: 85%;
        height: 30px;
        margin: 0 0 0 2%;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        font-size: 1.2em !important;
        line-height: 1.5;
    }

    .weekly_challenges_status_header_name {
        width: 18%;
        height: 30px;
        margin-left: 20px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.5;
    }

    .weekly_challenges_status_container {
        float: left;
        width: 69%;
        height: 25px;
        margin: 0 5% 0 0;
        border: solid 1px #ddd;
        border-radius: 20px;
        background-color: #fff;
    }

    #steps_status_modal {
        display: none;
        margin: 20% auto;
    }

    #lbs_status_modal {
        margin: 20% auto;
        width: 90%;
        height: 250px;
        display: none;
    }

    #start_challenge_modal {
        width: 90%;
        height: 350px;
        display: none;
    }

    #update_personal_goal_notification_modal {
        width: 90%;
        height: 350px;
        margin: 18% auto 0;
        display: none;
    }

    #update_personal_goal_modal {
        width: 90%;
        height: 350px;
        margin: 18% auto 0;
        display: none;
    }

    #manual_entry_challenge_modal_new {
        width: 90%;
        height: 700px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    .manual_entry_tabs {
        width: 31%;
        height: 40px;
        float: left;
        text-align: center;
        font-size: 1.1em;
        line-height: 2.5;
        cursor: pointer;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #challenge_end_modal {
        width: 90%;
        height: 460px;
        margin: 18% auto 0;
        display: none;
    }

    .challenge_end_challenge_name {
        height: 30px;
        padding-left: 20px;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.8;
    }

    .challenge_end_challenge_end_date {
        height: 30px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.8;
    }

    .challenge_end_challenge_status {
        height: 30px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.8;
    }

    #surviving_video_modal {
        width: 90%;
        height: 430px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    #challenge_tutorial_modal {
        width: 90%;
        height: 495px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    #site_tour_video {
        width: 100%;
        border-radius: 3px;
        background-color: #EBEBEB;
        padding: 0;
        margin: 0;
    }

    .video_modal_content {
        width: 100%;
        height: 530px;
        margin: auto;
    }

    .challenge_end_text_pad_left {
        height: 30px;
        padding-left: 20px;
        color: #7b7b7b;
        font-size: 12px;
        line-height: 1.8;
    }

    .challenge_end_text_no_pad {
        height: 30px;
        color: #7b7b7b;
        font-size: 12px;
        line-height: 1.8;
    }

    #sweet_tooth_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #kick_the_can_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #better_sleep {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #overconsumption_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #play_surivior_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #noo_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #noo_input {
        width: 80%;
    }

    #confirm_team_creation_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #confirm_team_challenge_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #confirm_add_friends_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #update_interests_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #updated_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #confirm_challenge_start_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #confirm_data_entry_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #add_teammate_modal {
        width: 90%;
        height: 280px;
        margin: 18% auto 0;
        display: none;
    }

    #add_teammate_modal_error {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #delete_user_confirm_modal {
        width: 90%;
        height: 220px;
        margin: 18% auto 0;
        display: none;
    }

    #accepted_challenge_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #accepted_challenge_invite_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #denied_challenge_modal {
        width: 90%;
        height: 280px;
        margin: 18% auto 0;
        display: none;
    }

    #sent_encouragement_modal {
        width: 90%;
        height: 380px;
        margin: 18% auto 0;
        display: none;
    }

    #delete_team_member_confirm_modal {
        width: 90%;
        height: 220px;
        margin: 18% auto 0;
        display: none;
    }

    #delete_team_member_confirm_modal {
        width: 90%;
        height: 220px;
        margin: 18% auto 0;
        display: none;
    }

    /****** General Modals styles ******/
    .termsConditionsModal {
        width: 90%;
        height: 350px;
        overflow: scroll;
    }

    .termsHeader {
        width: 100%;
        margin: 0 0 2% 0;
        padding: 1%;
        background-color: #007C9D;
        font-size: 1.5em;
        line-height: 1.5;
    }

    .termsContentContainer {
        width: 100%;
        height: auto;
    }

    .disclosure_agreement_modal_content {
        /* height: 350px;
        overflow-x: scroll; */
    }

    .termsSubmitBtnContainer {
        width: 100%;
        overflow: hidden;
    }

    .termsSubmitBtn {
        float: left;
        overflow: hidden;
        width: 12%;
        margin: 1% 0 5% 0;
        height: 35px;
        text-align: center;
        background-color: #7b7b7b;
        color: #fff;
        font-size: 1.2em;
        line-height: 2;
        cursor: pointer;
    }
}

/*** tablet portrait ***/
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .modal_box {
        border-radius: 5px;
        left: 0;
        margin: 4% auto 0;
        width: 90%;
        position: fixed;
        z-index: 10001;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .modal_box_header_text {
        margin-top: 0;
        margin-bottom: 0;
        float: left;
        font-size: 1.6em;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .modal_box_color_red {
        border-radius: 5px;
        left: 0;
        margin: auto;
        width: 90%;
        position: fixed;
        z-index: 10001;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .device_update_reminder {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #mojo_progress {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #rsc_box {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #rsc_modal {
        width: 90%;
        height: 490px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    #video_coaching_modal {
        width: 90%;
        height: 490px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    #c25k_update_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    .c25k_options_container {
        float: none;
        overflow: hidden;
        width: 80%;
        height: 70px;
        margin: 0;
        display: flex;
        justify-content: space-evenly;
        align-content: flex-start;
        align-items: center;
    }

    .c25k_options_dropdown {
        float: left;
        width: 20%;
        height: 30px;
        margin: 2% 0 0 0;
        font-size: 1em;
    }

    .c25k_distance_container {
        float: left;
        width: 30%;
        height: 50px;
        margin: 0;
    }

    .c25k_distance_container p {
        margin: 0;
        font-size: 1.1em;
        color: #7b7b7b;
    }

    .c25k_distance_input {
        width: 90%;
        height: 30px;
        margin: 0;
        border: solid #ddd 1px;
        font-size: 1.1em;
        text-align: left;
        color: #7b7b7b;
    }

    .c25k_length_container {
        float: left;
        width: 30%;
        height: 50px;
        margin: 0;
    }

    .c25k_length_container p {
        margin: 0;
        font-size: 1.1em;
        color: #7b7b7b;
    }

    .c25k_length_input {
        width: 90%;
        height: 30px;
        margin: 0;
        border: solid #ddd 1px;
        font-size: 14px;
        text-align: left;
        color: #7b7b7b;
    }

    #meals_status_modal {
        width: 90%;
        height: 220px;
        margin: 18% auto 0;
        display: none;
    }

    .challenge_status_track_container {
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        width: 90%;
        height: 25px;
        background-color: white;
        border: 4px solid #f2f2f2;
        margin: 2% auto;
        display: block;
    }

    .challenge_status_meals_track_bar {
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        opacity: .5;
        width: 90%;
        height: 25px;
        background-color: #008A00;
        transition: width 0.5s ease;
        cursor: pointer;
    }

    #weekly_challenges_status_modal {
        width: 90%;
        height: 400px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    .weekly_challenges_status_header {
        width: 85%;
        height: 30px;
        margin: 0 0 0 2%;
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        font-size: 1.2em !important;
        line-height: 1.5;
    }

    .weekly_challenges_status_header_name {
        width: 18%;
        height: 30px;
        margin-left: 20px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.5;
    }

    .weekly_challenges_status_container {
        float: left;
        width: 69%;
        height: 25px;
        margin: 0 5% 0 0;
        border: solid 1px #ddd;
        border-radius: 20px;
        background-color: #fff;
    }

    #general_entry_challenge_modal {
        position: absolute;
        width: 90%;
        height: 300px;
        margin: 18% auto 0;
        display: none;
    }

    #steps_status_modal {
        display: none;
        margin: 20% auto;
    }

    #lbs_status_modal {
        margin: 20% auto;
        width: 90%;
        height: 250px;
        display: none;
    }

    #start_challenge_modal {
        width: 90%;
        height: 350px;
        margin: 18% auto 0;
        display: none;
    }

    #update_personal_goal_notification_modal {
        width: 90%;
        height: 350px;
        margin: 18% auto 0;
        display: none;
    }

    #update_personal_goal_modal {
        width: 90%;
        height: 350px;
        margin: 18% auto 0;
        display: none;
    }

    #manual_entry_challenge_modal_new {
        width: 90%;
        height: 700px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    .manual_entry_tabs {
        width: 31%;
        height: 40px;
        float: left;
        text-align: center;
        font-size: 1.1em;
        line-height: 2.5;
        cursor: pointer;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #challenge_end_modal {
        width: 90%;
        height: 460px;
        position: absolute;
        margin: 18% auto 0;
        display: none;
    }

    .challenge_end_challenge_name {
        height: 30px;
        padding-left: 20px;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.8;
    }

    .challenge_end_challenge_end_date {
        height: 30px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.8;
    }

    .challenge_end_challenge_status {
        height: 30px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.8;
    }

    #surviving_video_modal {
        width: 90%;
        height: 430px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    #challenge_tutorial_modal {
        width: 90%;
        height: 495px;
        margin: 18% auto 0;
        position: absolute;
        display: none;
    }

    #site_tour_video {
        width: 100%;
        border-radius: 3px;
        background-color: #EBEBEB;
        padding: 0;
        margin: 0;
    }

    .video_modal_content {
        width: 100%;
        height: 530px;
        margin: auto;
    }

    .challenge_end_text_pad_left {
        height: 30px;
        padding-left: 20px;
        color: #7b7b7b;
        font-size: 12px;
        line-height: 1.8;
    }

    .challenge_end_text_no_pad {
        height: 30px;
        color: #7b7b7b;
        font-size: 12px;
        line-height: 1.8;
    }

    #sweet_tooth_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #kick_the_can_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #better_sleep {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #overconsumption_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #play_surivior_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #noo_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #noo_input {
        width: 80%;
    }

    #confirm_team_creation_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #confirm_team_challenge_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #confirm_add_friends_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #update_interests_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #updated_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #confirm_challenge_start_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #confirm_data_entry_modal {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #add_teammate_modal {
        width: 90%;
        height: 280px;
        margin: 18% auto 0;
        display: none;
    }

    #add_teammate_modal_error {
        width: 90%;
        height: 200px;
        margin: 18% auto 0;
        display: none;
    }

    #delete_user_confirm_modal {
        width: 90%;
        height: 220px;
        margin: 18% auto 0;
        display: none;
    }

    #accepted_challenge_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #accepted_challenge_invite_modal {
        width: 90%;
        height: 250px;
        margin: 18% auto 0;
        display: none;
    }

    #denied_challenge_modal {
        width: 90%;
        height: 280px;
        margin: 18% auto 0;
        display: none;
    }

    #sent_encouragement_modal {
        width: 90%;
        height: 380px;
        margin: 18% auto 0;
        display: none;
    }

    #delete_team_member_confirm_modal {
        width: 90%;
        height: 220px;
        margin: 18% auto 0;
        display: none;
    }

    #delete_team_member_confirm_modal {
        width: 90%;
        height: 220px;
        margin: 18% auto 0;
        display: none;
    }
}

/**************************************************************************************************************************************************************
*																			GENERAL
**************************************************************************************************************************************************************/
.wrapper960 {
    width: 960px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px 0px #666;
    box-shadow: 0px 0px 10px 0px #666;
    background: #ffffff;
    padding-bottom: 20px;
}

.arrow_up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dddddd;
    position: relative;
    top: -10px;
}

.arrow_up_nav {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #007C9D;
    position: relative;
    top: -19px;
}

.arrow_right_nav {
    width: 0;
    height: 0;
    position: relative;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #007C9D;
}


.arrow_down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #29A4C4;
}

.table_column {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    height: 25px;
    width: 120px;
    text-align: left;
}

.table_column p {
    color: #007c9d;
}

.table_column tr {}

.table_column tr td {}

.table_column_first {
    width: 280px;
    margin-left: 10px;
}

.table_column_last {
    width: 80px;
    color: red !important;
}

.table_column2 {
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.8;
    height: 25px;
    width: 120px;
    text-align: left;
}

.table_column2 p {
    color: #007c9d;
}

.table_column2 tr {}

.table_column2 tr td {}

.table_column3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 2.8;
    height: 25px;
    width: 120px;
    text-align: left;
}

.table_column3 p {
    color: #007c9d;
}

.table_column3 tr {}

.table_column3 tr td {}

.chart_row_light {
    padding: 5px 0 5px 0;
    width: 100%;
    height: 35px;
    background-color: #E8E8E8;
}

.chart_row_dark {
    background-color: #D0D0D0;
    padding: 5px 0 5px 0;
    width: 100%;
    height: 35px;
}

.chart_input_data {
    float: left;
    padding: 0 0 0 0;
    margin: 0 100px 0 10px;
    font-size: 12px;
    color: #007c9d;
    font-weight: normal;
}

/*****************************************BUTTON STYLES BEGIN************************************************************************/
.join_button a {
    color: #fff;
}

#active_btn {
    border-color: #fff;
    margin: 5px auto;
}

#active_btn p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#active_btn a {
    color: #fff;
}

#view_btn {
    border-color: #fff;
    margin: 5px auto;
}

#view_btn p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#view_btn a {
    color: #fff;
}

#view_btn2 {
    border-color: #fff;
    margin: 5px auto;
}

#view_btn2 p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#view_btn2 a {
    color: #fff;
}

#view_btn3 {
    border-color: #fff;
    margin: 5px auto;
}

#view_btn3 p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#view_btn3 a {
    color: #fff;
}

#view_btn4 {
    border-color: #fff;
    margin: 5px auto;
}

#view_btn4 p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#view_btn4 a {
    color: #fff;
}

.outline_btn {
    width: 80px;
    height: 30px;
    border: 2px solid;
    margin-top: 5px;
    margin-right: 10px;
}

.outline_btn a {
    text-align: center;
    display: block;
    height: 30px;
    width: 80px;
    margin: 0 auto;
    color: #007c9d;
    transition: background-color 0.5s ease;
    line-height: 1.8;
}

.outline_btn a:hover {
    text-align: center;
    display: block;
    height: 30px;
    width: 80px;
    margin: 0 auto;
    color: #fff;
    background-color: #007c9d;
    line-height: 1.8;
}

.outline_btn_more_info {
    width: 110px;
    height: 60px;
    border: 2px solid;
    margin-top: 5px;
    margin-right: 10px;
}

.outline_btn_more_info a {
    text-align: center;
    display: block;
    height: 60px;
    width: 110px;
    margin: 0 auto;
    color: #007c9d;
    transition: background-color 0.5s ease;
    line-height: 1.8;
}

.outline_btn_more_info a:hover {
    text-align: center;
    display: block;
    height: 60px;
    width: 110px;
    margin: 0 auto;
    color: #fff;
    background-color: #007c9d;
    line-height: 1.8;
}

#add_friend_btn {
    background-color: #007c9d;
    transition: background-color 0.5s ease;
}

#add_friend_btn:hover {
    background-color: #00566c;
    transition: background-color 0.5s ease;
}

#select_team_btn {
    background-color: #007c9d;
    transition: background-color 0.5s ease;
}

#select_team_btn:hover {
    background-color: #00566c;
    transition: background-color 0.5s ease;
}

#image_select_team_btn {
    background-color: #007c9d;
    transition: background-color 0.5s ease;
}

#image_select_team_btn:hover {
    background-color: #00566c;
    transition: background-color 0.5s ease;
}

#challenge_team_btn {
    background-color: #007c9d;
    transition: background-color 0.5s ease;
}

#challenge_team_btn:hover {
    background-color: #00566c;
    transition: background-color 0.5s ease;
}

#edit_team_btn {
    background-color: #007c9d;
    transition: background-color 0.5s ease;
}

#edit_team_btn:hover {
    background-color: #007C9D;
    transition: background-color 0.5s ease;
}

.submit_btn {
    background-color: #007c9d;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.submit_btn:hover {
    background-color: #00566c;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

/*****************************************BUTTON STYLES END************************************************************************/


/*****************************************SWITCH STYLES BEGIN************************************************************************/
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 20px;
    padding: 3px;
    background-color: white;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin-top: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);
    z-index: 10;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    transition: left 0.15s ease-out;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
}

.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}

.switch-input:checked~.switch-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green>.switch-input:checked~.switch-label {
    background: #4fb845;
}

/*****************************************SWITCH STYLES END************************************************************************/

/***************************************** WELLNESS CONCEPTS STYLES ***************************************************************/
.wellness_concepts_green {
    background-color: #79a12e;
}

.wellness_concepts_blue {
    background-color: #22368f;
}

.wellness_concepts_orange {
    background-color: #f1b310;
}

.wellness_concepts_resources_box {
    overflow: hidden;
    height: 180px;
    padding-top: 25px;
    padding-left: 10px;
    border: solid 1px #79a12e;
    background-color: #f4f4f4;
}

/***************************************** WELLNESS CONCEPTS STYLES END ************************************************************/


/************************************** BEGIN SYNC DEVICE MODAL STYLES ************************************************************/
.syncBox {
    width: 260px;
    height: 280px;
    float: left;
    margin-right: 3%;
    margin-bottom: 4%;
    overflow: hidden;
    padding: 1%;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.5);
}

.appName {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #5d5d5d;
    text-align: center;
}

.appDescription {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #5d5d5d;
    text-align: center;
}

.syncBoxShadow {
    border: solid #cdcdcd 1px;
    border-radius: 12px;
    padding: 0 2px;
    margin-right: 4%;
    height: 74px;
    /*-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.5);
  box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.5);*/
}

.syncConncetBtn {
    width: 112px;
    margin-top: 2%;
    margin-left: 24%;
    padding: 2px;
    background: #333;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


/*************************************** END SYNC DEVICE MODAL STYLES *************************************************************/