﻿@charset "utf-8";
/* CSS Document
    a) Orange/Blue - 6C7178 and #BCC5D1
    b) silver/grey - 6C7178 and BCC5D1
    c) orange and tan - 966628 and AD5326
    d) green and blues - BCC5D1 and 469662 
    e) blue and red - CB1A0D and 36529F
*/
@import url("fonts.css");
/*
----------------------------------
01. DEFAULT ELEMENTS
----------------------------------
*/

body{margin:0px;padding:0px; background-color:white;}
.background {margin:0px;padding:0px; background:url(images/bg.jpg) no-repeat;background-size:cover;}
.background2 {
    margin: 0px;
    padding: 0px;
    background: url(images/bg2.png) no-repeat;
    background-size: cover;
}
*{border:none;outline:none;text-decoration:none;}
.clear{clear:both;}
p,h1,h2,h3,h4,h5{margin:0;padding:0px;}

/*
----------------------------------
02. CONTAINER, WRAPPER
----------------------------------
*/

#container{width:100%;}
#wrapper{max-width: 1001px; margin:0 auto;}
.main{width:100%}
@media(max-width:960px){
.main{padding:0% 0.5%;}	
}
img {
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

/*
----------------------------------
03. HEADER
----------------------------------
*/
#header{width:100%; padding:12px 0 0;background-color:#1B3542;}
#header2{width:100%; padding:12px 0 0;}

.logo{ width:/*174px*/17.38%; float:left; margin:0 3% 0 0;}
.mid{ width:/*615px*/60%; float:left;}
.mid_left { /*width:345px 56.09%;*/float: left;}
.mid_right{width:/*250px*/40.65%; float:right;}
.head_right {float: right;}

.mid h4{ font:normal 20px 'Roboto-Medium';color:#fff; margin:0 0 10px;}
.mid h5 {font: normal 16px 'Roboto-Medium';color: #fff;margin: 0 0 10px;}
.mid p{font:normal 14px 'robotolight'; color:#fff; margin:0 0 10px;}
.mid p a{font:normal 14px 'robotolight'; color:#fff}
.mid img{ vertical-align:middle;}
.mid p span{ float:right;}

.head_right img {max-height:100px;max-width:120px;}
.head_right h5{font:normal 16px 'Roboto-Medium';color:#fff; margin:0 0 0px;}

/*
-----------------------------------
04. CONTENT 
-----------------------------------
*/
#content{width:100%;}
.main_content{ background:#fff; padding:14px 0 30px;min-height:600px;}
.main_content h2{font:normal 20px 'Roboto-Medium'; color:#464646;text-align:center; margin:0 0 10px;}
.settings {float:left; margin-right:10px;}

.content_inside{width:/*925px*/92.40%; margin:0 auto;}
.content_left{ width:/*530px*/57.29%; float:left; background:#f3f5f6; padding:0 0 25px; margin:12px 0 0;}
.content_left h3{ font:normal 16px 'Roboto-Medium'; color:#fff; background:#6C7178; padding:8px 0 8px 35px;}
.content_inside h4{font:normal 15px 'Roboto-Medium'; color:#464646; padding:15px 0 0 35px;}
.content_left ul{margin:0; list-style:none; padding:8px 0 20px 37px;}
.content_inside ul li{font:normal 14px 'robotolight'; color:#464646; background:url(images/bullet.png) no-repeat 0 4px; padding:0 0 0 22px; margin:0 0 5px; }
.content_left p span{ font:normal 13px 'robotolight'; color:#464646; padding:0 0 0 35px;}

.content_right{ width:/*360px*/38.91%; float:right; padding:0 0 25px; margin:12px 0 0;}
.content_right h3{ font:normal 16px 'Roboto-Medium'; color:#fff; background:#6C7178; padding:8px 0 8px 35px;}
.content_right ul{margin:0; list-style:none; padding:8px 0 0 37px;}
.right_top{background:#f3f5f6; padding-bottom:25px; margin-bottom:17px;}
.right_bottom{background:#f3f5f6;padding-bottom:22px;}

.table_quest{border:1px solid #7f7f7f; margin:18px 0 0;}
.table_quest h3{font:normal 16px 'Roboto-Medium'; color:#fff; background:#6C7178; padding:8px 0 8px 35px;}
.logout {float:right;margin-right:5px;text-decoration:none;font:normal 16px 'Roboto-Medium'; color:#464646;}
.logout:hover {text-decoration:underline;}

.fitbit_btn {
  background-color: #BCC5D1;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}


#activitiesdialog li {list-style:none;}
#activitiesdialog a {text-decoration:underline;color:blue;}

.help_btn {
  background-color: #6C7178;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  float:right;
  margin-top:-4px;
  margin-right:10px;
}

@media only screen and (max-width: 767px) {
  .phone-block {
    display: block;
  }

  .phone-hide {
    display: none;
  }
}

code {
  background: #c6d8d8;
  border-radius: 5px;
  color: #3d6969;
  display: block;
  margin: 2em 0;
  padding: 15px;
  position: relative;
}

code:after {
  bottom: 5px;
  color: #e4ebeb;
  font-family: '', sans-serif;
  font-size: 1rem;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
}

code.css:after {
  content: 'css';
}

code.js:after {
  content: 'js';
}

.deftable table {
  background: white;
  border-collapse: collapse;
  margin:0;
  width: 100%;
}

.deftable table tr,table th, table td {
  border: none;
  border-bottom: 1px solid #e4ebeb;
  font-family: 'robotolight';
  font-size: 16px;
}

.deftable table th,table td {
  padding: 9px 12px;
  text-align: left;
}

.deftable table th {
  background: #cccccc;
  color: #464646;
  text-transform:;
  border-left:1px solid #666666;
}

.deftable table th:first-child { border:none;}


.deftable table tr td {
  background: #fff;
  color: #464646;
  border:1px solid #666666;
  border-right:none;
}

.deftable table tr td a{ color:#464646;}

.deftable table tr td:first-child{ border-left:none; border-top:none;}

.deftable table tr:last-child td {border-bottom:none;}

.deftable table tr:nth-of-type(2n+2) td {
  background: #ffffff;
}

.deftable table.bt tbody td {
  font-size: .8125rem;
  padding: 0;
}

.deftable table.bt tbody td:before {
  background: #CCCCCC;
  color: #464646;
  margin-right: 10px;
  padding: 2px 10px;
}

.deftable table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

.deftable table.bt tbody td:first-of-type:before,
.deftable table.bt tbody td:first-of-type .bt-content {
  padding: 10px 0 10px 35px;
}

.deftable table.bt tbody td:last-of-type:before,
.deftable table.bt tbody td:last-of-type .bt-content {
  padding-top: 10px;
}

.two_btn_td > a {
  background-color: #E1E2E3;
  border: 2px solid #BCBDC0;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 0 15px 3px #BEC0C2 inset;
  display: inline-block;
  font-size: 13px;
  margin: 6px 20px 6px 0px;
  padding: 6px 23px;
}

.two_btn_td {
  text-align: right;
}

.formquestion {clear:both;}
.clientform ul {list-style:none;font:normal 14px 'robotolight';}
.clientform li label.left {width:500px; float:left; min-height:40px; margin-bottom:5px;margin-right:5px;}
.clientform li label.fullwidth {width:850px; min-height:20px;}
.clientform li .inputs {min-width:380px;min-height:50px;}
.clientform li .inputsv {min-width:380px;min-height:50px;margin-left:505px;}
.clientform p {font-weight:bold; margin-bottom:10px;}
.clientform .error {color:red;margin-left:5px;}
.clientform .inputs .txt { border-width: 1px 1px 1px 1px; border-style: solid; border-color: #7f8182 #7f8182 #7f8182 #7f8182; padding: 3px 3px; width: 330px; vertical-align: middle;}
.clientform .inputs .stepper { width:50px;}
.clientform .inputs .cb {margin-left:20px;}
.clientform .inputs .cbstart {min-width:850px;margin-bottom:10px;display:inline-block;}
.clientform .inputs textarea {border:1px solid black;height:100px;margin-bottom:5px;width:850px;}
.clientform .cbanswer {min-width:100px;margin-bottom:10px;}
.clientform li label.units {margin-left:10px;}

.select_btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: white !important;
  font-size: 18px;
  background: #BCC5D1;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

#exercises h2.heading { background: url(images/line-horizontal-2.gif) repeat-x left bottom; font-size: 25px; color: #BCC5D1; text-shadow: 1px 1px 0 #FFF; padding-bottom: 5px; padding-top: 10px; margin-bottom: 10px; line-height: 1em; font-weight: bold; margin-bottom: 20px;text-align:left;}
#exercises .left {float:left !important;}
#exercises .right {float:right !important;}
#exercises ul {margin:0 0 1.25em 0; list-style-type:none; padding: 0; background:none;}
#exercises li {background: none; padding-left:0px;}
#exercises .box { border: 1px solid #c0c5c7; background: url(images/bg-graybox.gif) repeat-x 0 0 #e2e6e8; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 16px 25px; }
#exercises .subox { border: 1px solid #b8cdd7; background: #FFF; padding: 20px;}
#exercises .boxwhite { background: #FFF; }
#exercises .editlist > li { margin-bottom: 20px; background: url(images/line-horizontal-2.gif) repeat-x 0 bottom; padding-bottom: 20px;}
#exercises .editlist > li:last-child { background: none; }
#exercises .details { width: 710px; }
#exercises .details h2 { font-weight: bold; font-size: 23px; color: #BCC5D1; margin-bottom: 10px; text-align:left;}
#exercises .details h2 span { font-weight: normal; color: #BCC5D1; }
#exercises .instruction { font-size: 14px; }
#exercises .instruction strong { color: #BCC5D1; }
#exercises .instruction ul { list-style-type:disc; padding-left:15px;}
#exercises .mar20 { margin-bottom: 20px; }
#exercises .customfields li { padding: 5px 0; font-size: 16px;}
#exercises .customfields li:first-child { border-bottom: 1px solid #b2b2b2; margin-bottom: 5px; padding-bottom: 12px; }
#exercises .customfields label { font-weight: bold; color: #272d30; float: left; margin: 0 5px 0 0; padding-top: 3px; }
#exercises .customfields span { color: #737576; }
#exercises .customfields .txt { float: left; margin: 0 5px 0 0; color: #408da6; font-weight: bold; }
#exercises .gallery img { border: 1px solid #cacaca; max-width: 189px; max-height: 115px; }
#exercises .gallery li { margin-bottom: 10px; }
.boxorange { background: url(images/bg-boxorange.png) repeat-x 0 top #f3f1e1; margin-top:10px;}
#note .note { background: url(images/ico-note.png) no-repeat left top; padding: 0 0 0 130px; color: #503b0c; font-size: 14px; min-height: 97px; }
#note .note h3 { font-size: 18px; font-weight: bold; margin-bottom: 10px; font-family: 'Roboto-Medium';}
#note .note h3 span { color: #BCC5D1; }
#exercises h2.heading { padding-bottom: 10px; }
#exercises .customized li { padding: 1px 0; }
#exercises .customized span { font-weight: bold; color: #408da6; }
#exercises .s_watch { float: right; text-indent: -9999px; }
#exercises .print { text-align: center; color: #FFF; text-shadow: -1px -1px 0 #429504; font-size: 17px; text-decoration: none; padding-top: 3px; height: 25px !important; }
.listbl { border-bottom: 4px solid #c8d1d6; }
.listbl th,
.listbl td { border: 1px solid #b2c9d9; padding: 10px; }
.listbl thead th { background: url(images/bg-head.png) repeat-x 0 0 #272c2f; color: #FFF; text-shadow: -1px -1px 0 #000; border-left-color: #888e92; border-right-color: #17191b; }
.listbl thead th:first-child { border-left-color: #b2c9d9; }
.listbl th span { background-image:url(themes/base/images/ui-icons_888888_256x240.png); display: inline-block; float: right; }
.listbl thead th:last-child { border-right-color: #b2c9d9; }
.listbl tbody td { border-width: 0 1px 1px 1px; border-color: #FFF #b2c9d9 #b2c9d9 #FFF; color: #828181; }
.listbl tbody td:first-child { border-left: 1px solid #b2c9d9; }
.listbl tbody tr.alt td { background: #f5f7f8; }
.listbl tbody td.name { font-weight: bold; color: #000; }
.listbl tbody td.email { color: #000; }
.listbl .gallery { width: 320px; height: 96px; float: left; margin-right: 0px; }
.listbl .gallery li { display: inline; border: 0 none; padding: 0; }
.listbl .gallery img { border: 1px solid #cacaca; max-width: 154px; max-height: 94px; }
.print_btn {
    background-color: #BCC5D1;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    margin-top:10px;
    float:right;
 }

/* =Video
-------------------------------------------------------------------------------------- */
#video {display: none; border: 1px solid #1b1e20; border-width: 0 1px 1px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; background: #1b1e20; position: absolute; font-family: Arial, Helvetica, sans-serif;left: 175px;top: 100px;width: 640px;background-color: White;border: 2px solid black;z-index: 1000; }
#videotopic {display: none; border: 1px solid #1b1e20; border-width: 0 1px 1px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; background: #1b1e20; position: absolute; font-family: Arial, Helvetica, sans-serif;left: 175px;top: 100px;width: 640px;background-color: White;border: 2px solid black;z-index: 1000; }
#vplayer {position: relative;}
#vtopicplayer {position: relative;}
#videoclose {position: relative;top: 5px;float: right;color: White; font-size:15px; padding-right:5px; z-index: 1001;}
#videotopicclose {position: relative;top: 5px;float: right;color: White; font-size:15px; padding-right:5px; z-index: 1001;}
#videoname {position: relative;top: 5px;left: 10px;color:Black;font-size: 20px; font-weight: bold;}
#videotext {position: relative;left: 10px; font-size: 15px; margin-top: 10px;}
#videoinstructions ul{padding-top: 0px;margin-top: 0px;margin-bottom: 0px;padding-bottom: 0px;}
#videoinstructions li{padding-top: 0px;	margin-top: 0px;margin-bottom: 0px;	padding-bottom: 0px;}
#selectexercise {position: relative;clear: both; font-size:15px; margin-top:10px;}
#selectexercise .slexer { display:block; float:right; margin-right:10px; margin-bottom:5px; width: 196px; height: 34px; text-indent: -9999px; background: url(images/sprites.png) no-repeat -124px -150px;}
#selectexercise .slexer:hover { background-position: 0 -317px; }
#selecttopic {position: relative;clear: both; font-size:15px; margin-top:10px; margin-bottom:5px; float:right;}

#testresults {font-family:'Roboto-Medium';}
#testresults .testsearch {font-size:15px; border-width: 1px 1px 1px 1px; border-style: solid; border-color: #7f8182 #7f8182 #7f8182 #7f8182; padding: 8px 8px 7px 7px; width: 125px; margin-bottom:5px;margin-top:10px;}
#testresults .ui-datepicker-trigger {vertical-align:top; margin-top:10px;}
#testresults label {font-size:18px; margin-left:10px; }
#testresults button {color:white; background-color: #BCC5D1; padding-top:5px; padding-bottom:5px;font-size:16px;}
.show_tests_btn {
    background-color: #BCC5D1;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
 }
.fitbit_btn {
  background-color: #3f9dc2;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .testresultscanvas {width:auto;height:250px;}
}
@media only screen and (min-width: 768px) {
  .testresultscanvas {width:875px;height:437px;}
  .fitbit_btn {float:right;}
}


/* Test Entry
----------------------------------------------------------------------------------------*/
#testentry {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    #testentry table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        max-width: 966px;
    }

    #testentry tr {
        min-height: 60px;
    }

        #testentry tr:last-child td:last-child {
            -moz-border-radius-bottomright: 0px;
            -webkit-border-bottom-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    #testentry table thead td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    #testentry table thead td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    #testentry tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    #testentry tr:hover td {
    }

    #testentry tr:nth-child(odd) {
        background-color: #E1E2E3;
    }

    #testentry tr:nth-child(even) {
        background-color: #ffffff;
    }

    #testentry td {
        vertical-align: middle;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 7px;
        font-size: 12px;
        font-family: Arial;
        font-weight: normal;
        color: #000000;
    }

    #testentry tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    #testentry tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    #testentry td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    #testentry thead td {
        background: -o-linear-gradient(bottom, #005fbf 5%, #3161AE 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3161AE), color-stop(1, #3161AE) );
        background: -moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
        background: -o-linear-gradient(top,#005fbf,003f7f);
        background-color: #515153;
        border: 0px solid #000000;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-family: Arial;
        font-weight: bold;
        color: #ffffff;
    }

    #testentry thead:hover td {
        background: -o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
        background: -moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");
        background: -o-linear-gradient(top,#005fbf,003f7f);
        background-color: #515153;
    }

    #testentry thead td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    #testentry thead td:last-child {
        border-width: 0px 0px 1px 1px;
    }

    #testentry input {
        width: 80px;
    }

    #testentry .calc {
        padding-left: 20px;
    }

    #testentry tr:last-child td.calc {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #testentry .slb {
        max-width: 125px;
    }

#testentry2 {width:800px;}
#testentry2 ul { list-style-type: none; font-family: 'Roboto-Medium';}
#testentry2 li {margin-bottom:10px;clear:both;}
#testentry2 label {width:120px; float:left; text-align:right; margin-right:5px;padding-top:20px;}
#testentry2 input, select {width:300px; float:left;font-size:15px; border-width: 1px 1px 1px 1px; border-style: solid; border-color: #7f8182 #7f8182 #7f8182 #7f8182; padding: 8px 7px; margin-bottom:5px;margin-right:10px;margin-top:10px;}
#testentry2 span {width:100px;float:left;margin-top:15px;}
#testentry2 textarea {margin-left:20px; border-width: 1px 1px 1px 1px; border-style:solid; border-color: #7f8182 #7f8182 #7f8182 #7f8182;}
#testentry2 button {color:white; background-color:#BCC5D1; padding-top:5px; padding-bottom:5px; padding-left:10px; padding-right:10px; width:120px;float:right; margin-right:80px; margin-top:15px;}
#testentry2 .ui-datepicker-trigger {vertical-align:top; margin-top:10px;margin-left:-10px;}
#testentry2 .slb {width:200px;height:37px;}

/* Calculator
----------------------------------------------------------------------------------------*/
#calculator {max-width: 700px; padding:20px 12px 10px 20px; font: 13px Arial, Helvetica, sans-serif;width:650px;}
#calculator h3 {margin-bottom: 20px;font-size: 15px;padding-bottom: 3px;}
#calculator label {display:block; margin: 0px 0px 15px 0px; }
#calculator label > span {width:250px; font-weight:bold; float:left; text-align:right; padding-top:8px; padding-right:5px;margin-top:10px;}
#calculator .ddlabel {width:375px;}
#calculator .calcinput {float:left;margin-right:10px;width:75px;margin-top:10px;}
#calculator .calcinput, .calctextarea, .calcdropdown { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; border: 1px solid #C2C2C2; box-shadow: 1px 1px 4px #EBEBEB; -moz-box-shadow: 1px 1px 4px #EBEBEB; -webkit-box-shadow: 1px 1px 4px #EBEBEB; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; padding: 7px; outline: none; }
#calculator .calcdropdown {min-width:200px; max-width:300px;}
#calculator .calcinput:focus, .calctextarea:focus, .calcdropdown:focus { border: 1px solid #0C0; }
#calculator .calcdescription {width:650px;height:200px;overflow:auto;}
#answer {font-size:18px; text-align:center;}
#calculator .calctextarea {width:650px;height:75px;}

#settingsdialog {width:500px;}
#settingsdialog h2 {font-size:16px;}
#settingsdialog ul { list-style-type: none; font-family: 'Roboto-Medium';}
#settingsdialog li {margin-bottom:10px;clear:both;}
#settingsdialog label {width:190px; float:left; text-align:right; margin-right:5px;padding-top:20px;}
#settingsdialog input {width:150px; float:left;font-size:15px; border-width: 1px 1px 1px 1px; border-style: solid; border-color: #7f8182 #7f8182 #7f8182 #7f8182; padding: 8px 7px; margin-bottom:5px;margin-right:10px;margin-top:10px;}

/* Schedule
----------------------------------------------------------------------------------------*/
#schedule {font: 14px Arial, Helvetica, sans-serif;}
#schedule ul {list-style:none; padding-left:0px;}
#schedule .txt { border-width: 1px 1px 1px 1px; border-style: solid; border-color: #7f8182 #7f8182 #7f8182 #7f8182; padding: 8px 7px; width: 435px; margin-bottom:0px; }
#schedule .sdate { border-width: 1px 1px 1px 1px; border-style: solid; border-color: #7f8182 #7f8182 #7f8182 #7f8182; padding: 8px 7px; width: 120px; margin-bottom:5px; }
#sStartDate {margin-left:30px;}
#schedule .ui-spinner { border-color: #7f8182 #7f8182 #7f8182 #7f8182; padding-top: 5px; padding-bottom:5px; padding-left:.2em; width: 110px; margin-left:5px; margin-bottom:4px; }
#schedule .ui-spinner-input {margin: .2em 0; padding-left:.2em;}
#schedule label { color: #565656; font-size: 18px; text-shadow: 1px 1px 0 #FFF; margin-right:10px; }
#schedule .sp { color: #565656; font-size: 18px; text-shadow: 1px 1px 0 #FFF; margin-left:10px;}
#schedule .slb { border-width: 1px 1px 1px 1px; border-style: solid; border-color: #7f8182 #7f8182 #7f8182 #7f8182; padding: 4px; font-size: 14px; margin-left:10px; width:370px; float:right;margin-bottom:20px; }
#schedule .chk { height: 18px; width: 18px; margin-right:5px; margin-bottom:10px; vertical-align:central; position:relative; overflow:hidden;}
#schedule .chktxt { margin-right:15px; padding-bottom:0px; display:inline-block;}
#schedule .subfrm li { margin-bottom: 10px; clear: both; }
#schedule .subfrm li.desc { color: #565656; font-size: 18px; text-shadow: 1px 1px 0 #FFF; display: none; margin-bottom:10px; }
#schedule .subfrm li.desc span { display:inline-block; text-align:center; margin-bottom:10px; }
#schedule .subfrm li.desc a { color: blue; text-decoration: underline; }
#schedule .subfrm .midtxt { width: 50%; }
#schedule .subfrm li.borderbtm { background: url(images/line-horizontal-2.gif) repeat-x left bottom; padding-bottom: 20px; }
#schedule .subfrm label { color: #565656; font-size: 18px; text-shadow: 1px 1px 0 #FFF; }
#schedule .subfrm label.error { width: 200px; color: Red; padding-left: 10px; }
#schedule .subfrm li label.left { width: 230px; padding-right: 10px; }
#schedule #sNotes {width: 550px; border-width:1px;border-style:solid; border-color: #7f8182 #7f8182 #7f8182 #7f8182;}
#schedule #lsClients {margin-left:100px; }
#schedule #lsTrainers {margin-left:90px}
#schedule #sAllDay {margin-left:65px;}
.fc-event {cursor: pointer;}
.fc td.fc-today {background:#ffff99;}
/*Fix for fullcalendar on edge*/
.fc-icon::after {margin: 0 0 !important; color: black !important;}  
.closeon {float:right; cursor:pointer;}
.tooltipevent {
    font-weight:400;
    font: normal 14px 'Roboto-Medium';
    color: black;
    background-color:white;
    padding:5px 5px 5px 5px;
    position:absolute;
    z-index:10001;
    width:auto;
    height:auto;
}

#messagetext {height: 350px; overflow:auto;overflow-x:hidden;padding-left:0px;}
#messagetext li { list-style-type:none; list-style-image:none; background:none;padding-left:0px;}

/* 
 * Example 4:
 * Media query over js resize
 */
@media only screen and (max-width: 767px) {
  #table-no-resize thead {
    display: none;
  }

  #table-no-resize tbody td {
    border: none !important;
    display: block;
    font-size: .8125rem;
    padding: 0;
    vertical-align: top;
  }

  #table-no-resize tbody td:before {
    background: #56a2cf;
    content: attr(data-th) ": ";
    color: white;
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    padding: 2px 10px;
    width: 6.5em;
  }

  #table-no-resize tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
  }

  #table-no-resize tbody td:first-of-type:before,
  #table-no-resize tbody td:first-of-type .bt-content {
    padding-top: 10px;
  }

  #table-no-resize tbody td:last-of-type:before,
  #table-no-resize tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
  }
}


.login_content {background:#fff; padding:14px 0 30px;}
.login_inner {width:/*711px*/71.02%; margin:0 auto;}
.login_inner2 {width:800px; margin:0 auto;}
.login_inner h2 {font:normal 16px 'Roboto-Medium'; color:#464646;}
.login_inner2 h2 {font:normal 16px 'Roboto-Medium'; color:#464646;}
.login_inner h4 {font:normal 16px 'Roboto-Medium'; color:#464646;}
.form_left {width:/*447px*/67.65%; float:left; margin-right:1%;}
.form_left label {font:normal 14px 'robotolight'; color:#464646; width:/*112px*/25.05%; float:left; text-align:right; margin:6px 2% 0 0;}
.form_left2 {width:800px; float:left; margin-right:1%;}
.form_left2 label {font:normal 14px 'robotolight'; color:#464646; width:/*112px*/25.05%; float:left; text-align:right; margin:6px 2% 0 0;}
.form_left2 label.error {color:red; float:left; width:auto; margin-left:10px;}
.form_text {width:/*323px*/69.25%; float:left; height:28px; line-height:28px; border:1px solid #bfbfbf;}
.form_text2 {float:left; height:28px; line-height:28px; border:1px solid #bfbfbf;width:200px;}
.form_log {padding:96px 0 84px;}
.form_hold {margin:0 0 11px;}
.sub_form {font:normal 14px 'Roboto-Medium'; padding:9px 54px; background:#6C7178; color:#ffffff; cursor:pointer;}
.sub_form2 {font:normal 14px 'Roboto-Medium'; padding:9px 54px; background:#6C7178; color:#ffffff; cursor:pointer;margin-left:300px;margin-top:20px;}
#licenseagreement h3 {font:normal 16px 'Roboto-Medium'; color:#464646;}
.form_right {overflow:hidden;}
.form_right p a {font:normal 14px 'robotolight'; color:#464646; text-decoration:underline;}
.form_hold input[type=checkbox] {float:left; margin-left:100px;margin-top:10px;}
.form_hold label.cb {width:230px; margin-right:0px; text-align:left; margin-left:10px; }

.login_inner p{font:normal 14px 'robotolight'; color:#464646; line-height:25px;}


/*
------------------------------------
05. FOOTER 
------------------------------------
*/
#footer{width:100%; text-align:center; padding:25px 0;background-color:#1B3542;}
#footer p{font:normal 13px 'robotolight'; color:#fff;}
#footer2{width:100%; text-align:center; padding:25px 0;}
#footer2 p{font:normal 13px 'robotolight'; color:#fff;}


/*
-------------------------------------
06. RESPONSIVE
-------------------------------------
*/

@media(min-width:768px){
#navigation{ background:#3f9dc2;}	
#navigation ul{padding:0;margin:0;list-style:none;}
#navigation ul li {float:left;position:relative;}
#navigation ul li a{float:left; padding:10px 26px; font:normal 13px 'robotolight'; color:#FFF;}
#navigation ul li:hover , #navigation ul li.current {background:#464644;}
#navigation ul li a span{ color:#000; margin:0; padding:10px 28.5px 10px 0;}
#navigation ul li a img{ vertical-align:middle;}
.mail{ background:#ffb440 url(images/mail2.png) no-repeat 10px 6px;margin-left:20px;}
li.mail:hover{background:#ffb440 url(images/mail2.png) no-repeat 10px 6px !important;margin-left:20px;}
}
@media(max-width:999px){
.logo{ width:100%; float:none; margin:0 0 20px; text-align:center;}
.mid{ width:100%; float:none; text-align:center; margin:0 0 20px;}
.head_right{width:100%; float:none; text-align:center;}
}

@media(max-width:600px){
	.mid_left{width:100%; float:none;}
	.mid_left p span{ float:none; display:block; margin:10px 0 0;}
	.mid_right{width:100%; float:none;}
}


@media(max-width:767px){
	.content_left{ width:100%; float:none;}	
	.content_right{ width:100%; float:none;}
	.form_left{ width:100%; float:none; margin:0 0 20px;}
	.form_right{ text-align:center;}
}

@media(max-width:479px){
	.main_content h2{font-size:14px;}
	.content_left h3, .content_right h3{ padding-left:10px;}
	.content_inside h4{ padding-left:10px;}
	.content_left ul, .content_right ul{ padding-left:10px;}
	.content_inside ul li{ font-size:12px;}
	.table_quest h3{ padding-left:10px;}	
	.form_left label{width:100%; float:none; text-align:left;}
	.form_text{ width:100%; float:none;}
	.login_inner{ width:90%; margin:0 auto;}
	.form_right{ text-align:left;}
}
/* Messaging */
#feedback .add_notes_row{
  background: none repeat scroll 0 0 #FFFFFF;
  margin-top: 0px;
  padding: 12px 20px;
  /* width: 961px; */
  border: 1px solid #414242;
  max-height:450px;
  overflow-y: auto;
}
#feedback .add_notes_row textarea{
    width:900px;
    font-family: open_sans, sans-serif;
    font-size: 14px; 
}
#feedback h3.heading { font:normal 16px 'Roboto-Medium'; color:#fff; background:#6C7178; padding:8px 0 8px 15px; margin-top:5px;}
#feedback .center {text-align:center}
#feedback .button {
    font:normal 18px 'Roboto-Medium'; 
    color:#fff;
    background-color: #BCC5D1; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
 }

#helpmenu {display:none;}
#helpmenu li {list-style:none; } 
#helpmenu .header {font-size:20px;color:#BCC5D1;margin-top:0px;margin-bottom:10px;}
#helpmenu .hover {background-color:lightgray;}
#helpmenu a {text-decoration:none;color:black; font-weight:normal}


.nutrinfo p {
    font: normal 14px 'robotolight';
    color: #464646;
}

.nutrinfo .nutrval {
    float: left;
    width: 270px;
}

.nutrinfo .nutrval2 {
    font: bold 16px 'robotolight';
    color: #464646;
}

.nutrinfo .nutrval3 {
    width: 500px;
    float: left;
}

.nutrinfo .nutrval span {
    float: right;
    margin-right: 5px;
    font: normal 16px 'robotolight';
}


.ui-grid-top-panel {cursor:default;}
.ui-widget-overlay { 
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x !important;
    opacity: .80 !important;
    filter:Alpha(Opacity=90) !important;  
}
#mealplandialog .left {float:left;}
#mealplandialog ul li {list-style-type:none;outline-width:0px;}
#mealplandialog {font-size:12px;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
#mealplandialog .foodlist tbody > tr:hover {background-color:lightblue;}
#mealplandialog .foodlist tbody > tr {cursor:pointer; padding: 0px 2px; font-size:12px;font-family:arial;}
#mealplandialog .foodlist td {padding: 2px 4px;font-size: 12px;}
#mealplandialog .recipelist tr:hover {background-color:lightblue;}
#mealplandialog .recipelist tbody > tr {cursor: pointer; }
#mealplandialog .mealplandescription {margin-bottom:10px;margin-top:15px;}
#mealplandialog #viewstartdate {display:inline;}
#mealplandialog #mealplanname {border: 1px solid black; width:470px;margin-right:5px;}
#mealplandialog #mealplandate {border: 1px solid black; width:100px;}
#mealplandialog .gridcontainer {height:1000px;}
#mealplandialog #FoodSearchResults {margin-top:0px;}
#mealplangrid {border-color:black;border-top:0px;height:434px;}
#mealdescriptionbutton {display:inline-block;}
.mealplan_description_btn { 
    background: url("images/blue-btn1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    height: 25px;
    line-height: 1;
    margin-bottom: 0px;
    width: 150px;
    padding-top:20px;
    padding-left:27px;
    padding-right:27px;
    padding-bottom:17px;
    margin-left:10px;
    margin-top:30px;
}

#mealplandialog .search {width:390px;float:left;}
#mealplandialog .nutrplan {width:550px; float:right;}
#FoodSearchResults {width:375px;float:left;overflow:auto;height:360px;margin-top:15px;border: 1px solid black; padding-left:3px; padding-right:3px;}
#mealplandialog .search .inputs { float: right; width: 250px; margin-bottom: 10px; }
#mealplandialog .searchcriterialist {padding-left:0px;margin-top:0px;}
#mealplandialog .searchcriterialist li {height:32px;}
#mealplandialog .inputs .ms-parent .ms-choice {border: 1px solid black; -webkit-border-radius: 0px;-moz-border-radius: 0px;height: 24px;line-height: 24px;border-radius: 0px;}
#mealplandialog .search label { text-align: right; margin-bottom: 10px; width:135px;margin-right:5px; }
#mealplandialog .search input[type=text] {border: 1px solid black; width:200px;}
#mealplandialog .expand {margin-top:7px;margin-right:2px;}
#mealplandialog .foodlist {margin-top:0px;padding:0;}
#mealplandialog .recipelist {margin-top:0px;padding:0;}
#mealplandialog .clr_red {color:red;}
#mealplandialog .selectstyle {  
  width:200px !important;
  float: left !important;
  padding:0;
  margin: 0;
  border: 1px solid black;
  overflow:hidden;
  background-color: #fff;
  background: #fff url('downarrow.png') right no-repeat;
  
}
#mealplandialog .selectstyle select {
    padding: 2px 5px;
    width:130%;
    border: none;
    background-image: none;
    appearance: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-color: transparent;
    box-shadow:none;
    margin-top:0px;
    margin-bottom:0px;
}
 #mealplandialog .selectstyle select.focus {
     outline: none;
 }
.mealplan_search_btn { 
    background: url("images/blue-btn2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    line-height: 1;
    margin-bottom: 0px;
    width: 150px;
    padding-top:14px;
    padding-left:47px;
    padding-right:47px;
    padding-bottom:17px;
    margin-left:120px;
    margin-top:0px;
}
#mealplandialog fieldset {
    border: 1px solid black;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    padding:5px;
    margin-bottom:5px;
}
#mealplandialog .group legend {
    margin-left:20px;
}
#nutrvalues .inputs {
   margin-left:115px;
}
#nutrvalues .nutvalues {
    -moz-column-count: 3;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 3;
    -webkit-column-gap: 2.5em;
    column-count:3;
    column-gap: 2.5em;
    margin-left:5px;
    margin-top: 5px;
    padding-left:0px;
    margin-bottom:0px;
}
#mealplandialog .tab-container {
  background: #8dc8fb;
  margin: 0;
  max-height: 40px;
  border: 1px solid black;
  border-bottom: 0px;
}
#mealplandialog .tab-container ul.nav-tabs {
  padding:5px;
  margin: 0;
  list-style-type: none;
  /* line-height: 40px;*/
  max-height: 40px;
  overflow: hidden;
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  padding-right: 20px;
  border-bottom: 5px solid #f7f7f7;
  position:absolute;
  left:0px;
  top:0px;
  min-width:3000px;
  margin-left:55px;
  margin-top:0px;
}
#mealplandialog .tab-container ul.nav-tabs > li {
  margin: 5px -14px 0;
  -moz-border-radius-topleft: 28px 145px;
  -webkit-border-top-left-radius: 28px 145px;
  border-top-left-radius: 28px 145px;
  -moz-border-radius-topright: 28px 145px;
  -webkit-border-top-right-radius: 28px 145px;
  border-top-right-radius: 28px 145px;
  padding: 3px 30px 0 25px;
  height: 150px;
  background: #c3d5e6;
  position: relative;
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  width: 115px;
  max-width: 115px;
  min-width: 115px;
  border: 1px solid #aaa;
  box-sizing:border-box;
}
#mealplandialog .tab-container ul.nav-tabs > li:first-child {
  margin-left: 0;
}
#mealplandialog .tab-container ul.nav-tabs > li:last-of-type {
  margin-right: 0;
}
#mealplandialog .tab-container ul.nav-tabs > li > a {
  display: block;
  max-width: 100%;
  text-decoration: none;
  color: #222;
  padding: 3px 7px;
}
#mealplandialog .tab-container ul.nav-tabs > li > a span {
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
#mealplandialog .tab-container ul.nav-tabs > li > a:focus, .tab-container ul.nav-tabs > li > a:hover {
  background-color: transparent;
  border-color: transparent;
}
#mealplandialog .tab-container ul.nav-tabs > li > a .glyphicon-remove {
  color: #777;
  display: inline-block;
  padding: 3px;
  font-size: 10px;
  position: absolute;
  z-index: 10;
  top: 7px;
  right: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#mealplandialog .tab-container ul.nav-tabs > li > a .glyphicon-remove:hover {
  background: #d39ea3;
  color: white;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#mealplandialog .tab-container ul.nav-tabs > li.active {
  z-index: 2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 30, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background-image: -moz-linear-gradient(#ffffff, #f7f7f7 30px);
  background-image: -webkit-linear-gradient(#ffffff, #f7f7f7 30px);
  background-image: linear-gradient(#ffffff, #f7f7f7 30px);
}
#mealplandialog .tab-container ul.nav-tabs > li.active > a {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: transparent;
}
#mealplandialog .tab-container ul.nav-tabs > li.active > a:focus, .tab-container ul.nav-tabs > li.active > a:hover {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: transparent;
}
#mealplandialog .tab-container ul.nav-tabs .btn {
  float: left;
  height: 20px;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  margin: 10px 0 0 0;
  border-color: #71a0c9;
  outline: none;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
#mealplandialog .tab-container ul.nav-tabs .btn.btn-default {
  background: #c3d5e6;
}
#mealplandialog .tab-container ul.nav-tabs .btn.btn-default:hover {
  background: #d2deeb;
}
#mealplandialog .tab-container ul.nav-tabs .btn.btn-default:active {
  background: #9cb5cc;
}
#mealplandialog .tab-container .tab-pane {
  padding: 60px 40px;
  text-align: center;
}
#mealplandialog .tab-container .tab-pane.active {
  border-top: 1px solid #ddd;
}
#mealplandialog .tab-container .tabwrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:35px;
}

#mealplandialog .tab-container .tabwrapper .list {
    background: #8dc8fb;
    position:absolute;
    left:0px;
    top:0px;
  	min-width:3000px;
  	margin-left:0px;
    margin-top:0px;
}

#mealplandialog .tab-container .scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

#mealplandialog .tab-container .scroller-right{
  float:right;
  background-color:transparent;
}

#mealplandialog .tab-container .scroller-left {
  float:left;
  background-color:transparent;
}

#FoodMenu {
    width:130px;
    position:absolute;
    display:none;
    z-index:1000;
}
#MealMenu {
    width:130px;
    position:absolute;
    display:none;
    z-index:1000;
}
#mealplandialog .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
    overflow:hidden;
}
.ms-drop label  {text-align:left !important;}
.add_food_btn {
    background-color: #BCC5D1;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    float:right;
 }
#fooddialog .left {float:left;}
#fooddialog ul li {list-style-type:none;outline-width:0px;}
#fooddialog {font-size:12px;}
#fooddialog select {padding:0;margin:0;}
#fooddialog .foodentrylist li {height:auto;margin-bottom:10px;}
#fooddialog .foodentrylist .inputs input[type=text] {margin-left:10px;width: 540px; border: 1px solid black;}
#fooddialog .foodentrylist .selectstyle select {margin-left:10px;width: 260px; border: 1px solid black;}
#fooddialog .foodentrylist label {float:left; text-align: right; margin-bottom: 10px; width:170px;margin-right:5px; vertical-align:top;}
.add_weight_btn2 { 
    background: url("images/blue-btn2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: white !important;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    line-height: 1;
    margin-bottom: 0px;
    padding-top:17px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:17px;
    margin-left:10px;
    margin-top:20px;
    float:right;
}

.weight_details_table {
    border: 1px solid black;
    margin-top: 5px;
    width: 70%;
    margin-left:100px;
}
.weight_details_table tr {
  border-top: 1px solid #949597;
  /* background: url("images/bg-slice3.jpg") repeat-x scroll 0 0 / auto 100% #FDFDFF; */
  /*background-image: url("images/bg-slice3.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-color:#FDFDFF;  */
}
.weight_details_table tr.head_row {
    /* background: url("images/bg-slice.jpg") repeat-x scroll 0 0 / auto 100% #515153; */
	background-image: url("images/bg-slice.jpg");
    background-repeat: repeat-x;
    background-size: auto 100%;
	background-color:#515153;
    border-top: medium none;
}
.weight_details_table tr.head_row th {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 0;
  position: relative;
}
.weight_details_table td{
	position:relative;
    border-right-width:1px;
    border-right-style: solid;
    border-right-color:black;
    text-align:center;
    padding:0;
}
.weight_details_table td a {
    text-decoration:underline;
}
.weight_details_table td a:link {
    color:blue;
}
.weight_details_table td a:visited {
    color:blue;
}
#weightdialog .weightentrylist li {height:auto;margin-bottom:10px;list-style-type:none;outline-width:0px;}
#weightdialog .weightentrylist .inputs input[type=text] {margin-left:10px;width: 140px; border: 1px solid black;}
#weightdialog .weightentrylist label {float:left; text-align: right; margin-bottom: 10px; width:100px;margin-right:5px; vertical-align:top;}
#fooddialog .foodnutvalues {width:300px;}
#fooddialog .foodnutvalues li {height:auto;margin-bottom:10px;float:left;}
#fooddialog .foodnutvalues .inputs {float:left;}
#fooddialog .foodnutvalues .inputs input {width:70px;}
#fooddialog .foodnutvalues label {width:100px;float:left;text-align:right;margin-right:5px;}
#fooddialog .ui-spinner {border-color:black;}
#fooddialog .nutlist {display:inline-block;width:600px;}
#fooddialog .nutlist table {width:100% !important;margin-left:20px !important;border-right-style:solid;}
#fooddialog .nutlist .nutbutton {margin-top:15px;margin-bottom:20px;}
.add_nut_btn { 
    background: url("images/blue-btn3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: white !important;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    line-height: 1;
    margin-bottom: 0px;
    width: 175px;
    padding-top:17px;
    padding-left:55px;
    padding-right:55px;
    padding-bottom:17px;
    margin-left:10px;
    margin-top:0px;
}
#nutdialog #nutddlist {
    width: 350px;
    padding: 0;
    margin: 0;
}

#nutdialog #nutvalue {
    width: 75px;
}

#weightdialog {
    font-weight: normal;
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .client_details_table {
        width: 100%;
    }

        .client_details_table thead {
            display: none;
        }

        .client_details_table tr td:first-child {
            background: #f0f0f0;
            font-weight: bold;
            font-size: 1.3em;
        }

        .client_details_table tbody td {
            display: block;
            text-align: center;
        }

            .client_details_table tbody td:before {
                content: attr(data-th);
                display: block;
                text-align: center;
            }

    .entrytable {
        width: auto;
    }

        .entrytable thead {
            display: none;
        }

        .entrytable tr td:first-child {
            font-weight: bold;
            font-size: 1.3em;
        }

        .entrytable tbody td {
            display: block;
            text-align: center;
        }

            .entrytable tbody td:before {
                content: attr(data-th);
                display: block;
                text-align: center;
            }

    .results-search {
        width: 300px;
        margin-bottom: 25px;
    }

    #exercises .details {
        width: 100%;
    }

    .content_left p span {
        padding-left: 0px;
    }

    .nutrinfo .nutrval {
        width: 240px;
    }

    #video {
        width: 99%;
        left: 0px;
    }

    #vplayer {
        min-width: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    #videotopic {
        width: 100%;
        left: 0px;
    }

    #vtopicplayer {
        min-width: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    #formdialog {
        width: 100%;
        height: auto;
    }

    .clientform li label.left {
        width: 100%;
    }

    .clientform li .inputs {
        min-width: initial;
        margin-bottom: 10px;
    }

        .clientform li .inputs .txt {
            width: auto;
            height: 200px;
        }

        .clientform li .inputs .cb {
            margin-left: 0px;
        }

    .clientform li .inputsv {
        min-width: initial;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    #testentry2 {
        width: 100%;
    }

        #testentry2 ul {
            -webkit-padding-start: 0px;
        }

        #testentry2 label {
            text-align: left;
        }

        #testentry2 button {
            margin-right: 10px;
        }

        #testentry2 input {
            width: 75%;
        }

    #calculator {
        width: 100%;
    }

        #calculator label > span {
            width: 100%;
            text-align: left;
        }

        #calculator .calctextarea {
            width: 90%;
        }

        #calculator .calcdescription {
            width: 90%;
        }

    #answer {
        clear: both;
        width: 100%;
    }

    .conditionalclear {
        clear: both;
    }
}
#profilepics img {
  max-width: 200px;
  max-height: 200px;
}

#profilepics .profilerow {
  content: "";
  clear: both;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 100%;
}

#profilepics .profilecol1 {
  float: left;
  width: 25%;
}

#profilepics .profilecol2 {
  float: left;
  width: 63%;
  margin-left: 5px;
}

#profilepics .profilecol3 {
  float: left;
  width: 5%;
  margin-left: 5px;
}

#profilepics .profiletitle {
  font-family: robotolight;
  font-size: 16px;
  margin: 5px;
}

#profilepics ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}

#profilepics li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
  min-height: 220px;
  min-width: 200px;
  max-width: 250px;
  max-height: 250px;
  background: none;
  padding-left: 0px;
}

#profilepics .datetxt {
  text-align: center;
  width: 200px;
  margin-bottom: 5px;
  display: block;
  font-family: robotolight;
  font-size: 14px;
  font-weight: 600;
}

.addpicture_btn {
  background-color: #E1E2E3;
  border: none;
  color: #464646;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 2px solid #BCBDC0;
  box-shadow: 0 0 15px 3px #BEC0C2 inset;
}

#profilepics .redx2 {
  position: absolute;
  top: 0;
  float: right;
  margin-left: 175px;
}

#profilepics .redx2base {
  float: right;
  margin-left: 175px;
  margin-top: -25px;
}

.leftrightbtn {
  margin-top: 80px;
  opacity: .6;
}

  .leftrightbtn:hover {
    opacity: 1;
  }

#uploaddialog input, #uploaddialog select, #uploaddialog label, #uploaddialog option {
  width: auto;
  float: initial;
  font-size: 14px !important;
  margin-bottom: 10px;
  padding: 0;
}

@media screen and (max-width:767px) {
  #profilepics img {
    max-width: 100px;
    max-height: 100px;
  }

  #profilepics li {
    display: block;
    float: left;
    background: none;
    padding-left: 0px;
    margin-right: 6px;
    cursor: pointer;
    min-height: 120px;
    min-width: 100px;
    max-width: 100px;
    max-height: 120px;
  }

  #profilepics .datetxt {
    width: 90px;
    font-size: 8px;
    font-weight: 600;
  }

  #profilepics .redx2 {
    margin-left: 75px;
    height: 20px;
    width: 20px;
  }

  #profilepics .redx2base {
    margin-left: 80px;
    margin-top: -15px;
    height: 20px;
    width: 20px;
  }

  .leftrightbtn {
    margin-top: 40px;
  }

  #profilepics .profilecol1 {
    float: left;
    width: 30%;
  }

  #profilepics .profilecol2 {
    width: 45%;
  }

  #profilepics .profilecol3 {
    width: 7%;
    margin-left: 5px;
  }
}
.logresults {
  margin-bottom: 10px;
}

  .logresults span {
    font-weight: 600;
    margin-right: 10px;
  }

  .logresults label {
    margin-right: 20px;
  }

    .logresults label > input[type="radio"] {
      transform: scale(1.25);
    }

.logreps {
  margin-top: 20px;
}

  .logreps input {
    width: 45px;
  }

.logweight {
  margin-top: 20px;
}

  .logweight input {
    width: 45px;
  }

.play_btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  background: #BCC5D1;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

  .play_btn:after {
    display: inline-block;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid red;
    position: relative;
    top: 2px;
    margin-left: 10px;
  }
.center {
  text-align: center
}

.switch-field {
  display: inline-flex;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

  .switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
  }

  .switch-field label {
    background-color: #e4e4e4;
    color: #464646;
    font-size: 16px;
    font-family: robotolight;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    border: 1px solid #464646;
    transition: all 0.1s ease-in-out;
  }

    .switch-field label:hover {
      cursor: pointer;
    }

  .switch-field input:checked + label {
    background-color: #BCC5D1;
    color: white;
    box-shadow: none;
  }

  .switch-field label:first-of-type {
    border-radius: 12px 0 0 12px;
  }

  .switch-field label:last-of-type {
    border-radius: 0 12px 12px 0;
  }
  #exerciseresults .exercisesearch {
  font-size: 15px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #7f8182 #7f8182 #7f8182 #7f8182;
  padding: 8px 7px;
  width: 125px;
  margin-bottom: 5px;
  margin-right: 10px;
}

#exerciseresults label {
  font-size: 18px;
  font-family:robotolight;
}

#exerciseresults .ui-datepicker-trigger {
  vertical-align: top;
  margin-top: 5px;
}

#ExerciseLogForm {
  margin-bottom: 15px;
}

#exerciseresults #accordion {
  width: 950px;
}

#exerciseresults #accordion h3 {
  font-weight: 600;
}

#exerciseresults #accordion button {
  font-size: 14px;
  border: 1px solid black;
  padding:5px;
  background-color:#e4e4e4;
}

#exerciseresults .graphradio {
  display: inline;
  vertical-align: top;
}

#exerciseresults .graphradio label {
  font-size: 16px;
}

#adddialogfrm input {
  width: 60px;
}

#adddialogfrm label {
  text-align: right;
  width: 100px;
  margin-right: 5px;
}

#adddialogfrm ul {
  list-style: none;
}

#adddialogfrm li {
  margin-bottom: 10px;
}

#adddialogfrm .adddate {
  width: 150px;
  border: 1px solid rgb(170,170,170);
  padding: 5px;
}
/* Exercise Entry
----------------------------------------------------------------------------------------*/
#exerciseentry {margin:0px;padding:0px;	width:100%;	border:1px solid #000000;	-moz-border-radius-bottomleft:0px;	-webkit-border-bottom-left-radius:0px;	border-bottom-left-radius:0px;	-moz-border-radius-bottomright:0px;-webkit-border-bottom-right-radius:0px;border-bottom-right-radius:0px;-moz-border-radius-topright:0px;-webkit-border-top-right-radius:0px;border-top-right-radius:0px;-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;border-top-left-radius:0px;}
#exerciseentry table{border-collapse: collapse;border-spacing: 0;width:100%;height:100%;margin:0px;padding:0px; max-width:986px;}
#exerciseentry tr {min-height:25px;}
#exerciseentry tr:last-child td:last-child {-moz-border-radius-bottomright:0px;-webkit-border-bottom-right-radius:0px;border-bottom-right-radius:0px;}
#exerciseentry table tr:first-child td:first-child {-moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;border-top-left-radius:0px;}
#exerciseentry table tr:first-child td:last-child {-moz-border-radius-topright:0px;-webkit-border-top-right-radius:0px;border-top-right-radius:0px;}
#exerciseentry tr:last-child td:first-child{-moz-border-radius-bottomleft:0px;-webkit-border-bottom-left-radius:0px;border-bottom-left-radius:0px;}
#exerciseentry tr:hover td{}
#exerciseentry tr:nth-child(odd){ background-color:#E1E2E3; }
#exerciseentry tr:nth-child(even)    { background-color:#ffffff; }
#exerciseentry td{vertical-align:middle;border:1px solid #000000;border-width:0px 1px 1px 0px;	text-align:left;padding:7px;font-size:12px;font-family:Arial;	font-weight:normal;	color:#000000;}
#exerciseentry tr:last-child td{border-width:0px 1px 0px 0px;}
#exerciseentry tr td:last-child{border-width:0px 0px 1px 0px;}
#exerciseentry td:last-child{border-width:0px 0px 0px 0px;}
#exerciseentry tr:first-child td{background:-o-linear-gradient(bottom, #515153 5%, #515153 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #515153), color-stop(1, #515153) );	background:-moz-linear-gradient( center top, #515153 5%, #515153 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#515153", endColorstr="#515153");	background: -o-linear-gradient(top,#515153,#515153);background-color:#515153;	border:0px solid #000000;	text-align:center;border-width:0px 0px 1px 1px;font-size:14px;font-family:Arial;font-weight:bold;color:#ffffff;}
#exerciseentry tr:first-child:hover td{background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);background-color:#515153;}
#exerciseentry tr:first-child td:first-child{border-width:0px 0px 1px 0px;}
#exerciseentry tr:first-child td:last-child{border-width:0px 0px 1px 1px;}
#exerciseentry input {width:80px;}
#exerciseentry .calc {padding-left:20px;width:90px;}
#exerciseentry .calc img {height:25px;}
#exerciseentry tr:last-child td.calc {-moz-border-radius-bottomright:0px;-webkit-border-bottom-right-radius:0px;border-bottom-right-radius:0px;}
#exerciseentry .slb {max-width:125px;}
#exerciseentry button {border: 1px solid black; background-color:#e4e4e4;}
