/* Default Text */
body, td, th, select, input, p, button, div {
    /*font-family:Arial, Helvetica, sans-serif;
    font-family: 'Lato', Helvetica, sans-serif;
    font-family: 'Catamaran', Helvetica, sans-serif;*/
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 11px;
    color: #2B2B2B;
    font-weight: 600;
}

/* LINKS
a:link {text-decoration: underline;color: #0095B8;font-weight: bold; font-size:11px;}
a:visited {text-decoration: underline;color: #0095B8;font-weight: bold; font-size:11px;}
a:hover {text-decoration: underline;color: #72B7C7;font-weight: bold; font-size:11px;}
a:active {text-decoration: underline;color: #72B7C7;font-weight: bold; font-size:11px;}

A.MENU:LINK {color: #000000;font-weight: bold;text-decoration: none;font-size: 11px;} 
A.MENU:VISITED {color: #000000;font-weight: bold;text-decoration: none;font-size: 11px;} 
A.MENU:ACTIVE {color: #000000;font-weight: bold;text-decoration: underline;font-size: 11px;} 
A.MENU:HOVER {color: #000000;font-weight: bold;text-decoration: underline;font-size: 11px;}

A.SUBMENU:LINK {color: #0095B8;font-weight: normal;text-decoration: none;} 
A.SUBMENU:VISITED {color: #0095B8;font-weight: normal;text-decoration: none;} 
A.SUBMENU:ACTIVE {color: #72B7C7;font-weight: normal;text-decoration: underline;} 
A.SUBMENU:HOVER {color: #72B7C7;font-weight: normal;text-decoration: underline;}

A.HELPMENU:LINK {color: #0095B8;font-weight: bold;text-decoration: none;font-size: 11px;} 
A.HELPMENU:VISITED {color: #0095B8;font-weight: bold;text-decoration: none;font-size: 11px;} 
A.HELPMENU:ACTIVE {color: #72B7C7;font-weight: bold;text-decoration: underline;font-size: 11px;} 
A.HELPMENU:HOVER {color: #72B7C7;font-weight: bold;text-decoration: underline;font-size: 11px;} */


/* Styles */
.bold {
    font-weight: 700;
    color: #333333;
}

.normal {
    font-weight: 400;
    color: #333333;
}

.error {
    font-weight: 500;
    color: #cc0000;
}

.name {
    font-weight: 700;
    FONT-SIZE: 18pt;
    COLOR: #cc0000;
}

.CompanyConsole .name {
    padding-top: 6px;
    padding-left: 8px;
    display: block;
    float: left;
}

.nameHdr {
    background-color: #555;
    padding: 6px;
    text-align: center;
    color: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.company {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #0095B8;
}

.subtitle {
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #000000;
}

.title {
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: #000000;
    display: block;
    float: left;
    padding-top: 6px;
}

.grayline {
    display: block;
    float: left;
    padding-top: 6px;
}

.uk-icon-chome {
    font-size: 125%;
    float: left;
    padding-left: 5px;
}

.mainmenu {
    font-weight: 700;
    COLOR: #000000;
}

.goal-off {
    background-image: url(/Images/summa_goals-off.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.goal-set {
    background-image: url(/Images/summa_goals-set.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.goal-reached {
    background-image: url(/Images/summa_goals-reached.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.line-icon {
    border: none;
    margin-top: 5px;
}

.noun,
a .noun {
    text-decoration: none !important;
}

span.featured {
    color: Red;
    font-weight: bold;
    text-transform: uppercase;
}

/* Other Goals */
#goalBreak {
    height: 10px;
}

#OtherGoals_Hdr {
    float: left;
    width: 563px;
    clear: both;
    margin-left: 10px;
}

#OtherGoals_Tab {
    float: left;
    width: 430px;
    height: 18px;
    background-image: url(/Images/OtherGoals_tab.jpg);
    background-repeat: no-repeat;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 3px;
    font-size: 9pt;
    font-weight: bold;
}

#OtherGoals_Dates {
    float: right;
    width: 109px;
    margin-top: 10px;
    padding-left: 8px;
}

#OtherGoals_Container {
    float: left;
    width: 563px;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    clear: both;
}

#OtherGoals_Left {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 428px;
    background-image: url(/Images/OtherGoals_bg.jpg);
    background-repeat: repeat-x;
    background-color: #eaeaea;
    border: 1px solid #979797;
}

    #OtherGoals_Left #Column_One {
        float: left;
        width: 55%;
    }

    #OtherGoals_Left #Column_Two {
        float: left;
        width: 45%;
    }

#OtherGoals_Right {
    float: right;
    width: 119px;
    background-color: #f5f5f5;
}

#OtherGoals_Legend {
    border-right: 1px solid #979797;
    border-left: 1px solid #979797;
    padding-left: 10px;
    padding-right: 10px;
}

#OtherGoals_Legend_top {
    background-image: url(/Images/OtherGoals_legend_top.jpg);
    background-repeat: no-repeat;
    height: 9px;
    overflow: hidden;
}

#OtherGoals_Legend_bot {
    background-image: url(/Images/OtherGoals_legend_bot.jpg);
    background-repeat: no-repeat;
    height: 9px;
    overflow: hidden;
}

#OtherGoals_Container ul, #OtherGoals_Container li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#OtherGoals_Left li {
    /*
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	float:left;
	clear:both;
	width:100%;
	*/
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 15px;
    float: left;
    width: 189px;
    margin-right: 10px;
}

    #OtherGoals_Left li span {
        float: left;
        width: 80px;
    }

    #OtherGoals_Left li img {
        float: left;
        margin-left: 5px;
        cursor: pointer;
    }

#OtherGoals_Legend li {
    padding-bottom: 1px;
    padding-left: 15px;
    font-style: italic;
    background-position: left center;
}

.bmi {
    background-image: url(/Images/icon_bmi.jpg);
    background-repeat: no-repeat;
    background-position: left 5px;
}

.bodyfat {
    background-image: url(/Images/icon_bodyfat.jpg);
    background-repeat: no-repeat;
    background-position: left 5px;
}

.exercise {
    background-image: url(/Images/icon_exercise.jpg);
    background-repeat: no-repeat;
    background-position: left 5px;
}

.lipidpanel {
    background-image: url(/Images/icon_lipidpanel.jpg);
    background-repeat: no-repeat;
    background-position: left 5px;
}

.food {
    background-image: url(/Images/icon_food.jpg);
    background-repeat: no-repeat;
    background-position: left 5px;
}

.glucose {
    background-image: url(/Images/icon_glucose.jpg);
    background-repeat: no-repeat;
    background-position: left 5px;
}

.bloodpressure {
    background-image: url(/Images/icon_bloodpressure.jpg);
    background-repeat: no-repeat;
    background-position: left 5px;
}
/* End Other Goals */

.readonly {
    color: #888;
}

h4 {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 3px;
    padding-bottom: 2px;
    color: #777;
    font-size: 110%;
    text-transform: uppercase;
    /*border-bottom:1px solid #e2e2e2;*/
    letter-spacing: 1px;
}

.FoodDiv {
    width: 100%;
    clear: both;
}

#siteMenu {
    width: 140px;
    border-right: 1px solid #f2f2f2;
}

@media (min-width: 1200px) {
    .uk-grid {
        margin-left: 0px !important;
    }
}

.uk-grid {
    margin-left: 0px !important;
}

.uk-text-large {
    font-size: 1.2rem;
    line-height: 1.2;
}

.uk-text-small {
    font-size: .725rem !important;
    line-height: 1.25;
}

.uk-text-medium {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
}

.uk-container-large {
    max-width: 1800px;
}

.uk-nav-default {
    font-size: .8rem;
}

.uk-nav-divider {
    border-top: 1px solid #e5e5e5;
    margin: 5px 0;
}

    .uk-nav-default > li.uk-active > a {
        color: #202020 !important;
    }

    .uk-nav-default > li > a {
        /*color: #1e87f0;
    text-transform: uppercase;*/
        font-weight: 500;
        font-size: .7rem;
    }

        .uk-nav-default > li > a:hover {
            color: #333;
        }

ul.uk-nav-sub {
    padding: 5px 0 5px 5px;
}

.uk-nav-default .uk-nav-sub a {
    color: #808080;
    font-size: .675rem;
    font-weight: 400;
}

    .uk-nav-default .uk-nav-sub a:hover {
        color: #62ABF4;
    }

.uk-nav-default .uk-parent {
    line-height: 1.35em;
}
/*.uk-text-primary {
	color:#E7A300 !important;
}*/
em {
    color: #808080 !important;
}

a, a:hover, a:visited, .uk-link, .uk-link:hover {
    text-decoration: none !important;
    cursor: pointer;
}

.uk-icon-button-large {
    /*background-color: #137029;*/
    color: #ffffff !important;
    width: 120px;
    height: 120px;
    font-size: 24pt;
    line-height: 28pt;
}

.uk-icon-button-large-icon {
    line-height: 120px;
}

#brandMark {
    background-color: #fff;
    padding: 25px;
    border: 5px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 6px 4px 6px rgba(0,0,0,0.5);
}

#hdrBG {
    padding: 40px 0 40px 0;
    background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.2), rgba(0,0,0,0), rgba(0,0,0,0));
}

.dm-ftr-notice {
    font-size: .75rem;
}

.home-circle {
    border-radius: 500px;
    background-color: #00cc00;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
    color: #ffffff;
    width: 128px;
    height: 128px;
    font-size: 24pt;
    line-height: 28pt;
}

.fa-lg {
    width: 20px;
    text-align: center;
}

.logout-btn {
    background-color: #0095B8;
}

a.MENU {
    /*color: #cc0000 !important;*/
    font-weight: 600;
}

.row.border {
    border-radius: 25px;
}

.selected-date {
    font-size: 16px;
    font-weight: bold;
    top: 8.5%;
    text-align: center;
}

.ques-icon {
    color: #4c4b4b;
    font-size: 16px;
    width: 20px;
    height: 20px;
    background-color: blanchedalmond;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
}

.calendar-list > .list-group > .list-group-item > a {
    font-size: 16px;
    color: #f39c12;
    font-weight: bold;
    text-align: center;
    width: 100%;
    text-align: left;
}

    .calendar-list > .list-group > .list-group-item > a:hover {
        color: #0056b3;
    }

#template-select, #userPlan-select {
    border: 1px solid #d9d7d5;
    text-align: left;
    border-radius: 8px !important;
    padding-left: 10px;
    height: 100%;
    width: 50%;
}

.template-info, .userPlan-info {
    /*border-radius: 8px !important;*/
    border: 1px solid #d9d7d5;
    padding: 14px;
    word-break: break-word;
    min-height: 100px;
}

.move-title:hover {
    color: #0056b3;
}

.datepicker td, .datepicker th {
    height: 30px !important;
}

table.table-condensed, .datepicker-inline {
    width: 100% !important;
}

.modal-content {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(50%);
}

#template-name, #userPlan-name {
    border: 1px solid #d9d7d5;
    text-align: left;
    border-radius: 8px !important;
    padding-left: 10px;
    height: 38px;
    max-width: 100%;
    width: 100%;
}

#template-duration, #userPlan-duration {
    border: 1px solid #d9d7d5;
    text-align: left;
    border-radius: 8px !important;
    padding-left: 10px;
    height: 38px;
    max-width: 100%;
    width: 100%;
}

.template-input, .userPlan-input {
    border: 1px solid #d9d7d5;
    text-align: left;
    border-radius: 8px !important;
    padding-left: 10px;
    max-width: 100%;
    width: 100%;
}

.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop .fade .in {
    opacity: 0.5 !important;
}


.modal-backdrop.fade {
    opacity: 0.5 !important;
}

.template-dropdown, .userPlan-dropdown {
    border: 1px solid #d9d7d5;
    text-align: left;
    border-radius: 8px !important;
    padding-left: 10px;
    height: auto;
    max-width: 100% !important;
}

.btn-link {
    font-size: initial;
    min-width: max-content;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
}

.quote-msg {
    display: none;
    position: absolute;
    width: 200px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 8px;
    z-index: 10;
    cursor: default;
}

.ques-icon:hover + .quote-msg {
    display: block;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

#template-move, #userPlan-move, #custom-move {
    width: 100%;
}

.green-dot {
    /*color:green;
    font-weight:bold;
    font-size: 30px;*/
    position: absolute;
    height: 7px;
    width: 7px;
    background-color: green;
    border-radius: 50%;
    margin-left: 28px;
}

.day.active-day {
    background-color: #cc0000 !important;
    border-radius: 100%;
    background-image: none !important;
    color: #ffffff !important;
}

.template-block-month, .expand-all, .templateHasChanged, .userPlan-block-month, .userPlanHasChanged {
    display: none;
}

.user-dropdown {
    width: 100%;
}

.btn-link {
    border: 0;
}

#workoutsetTab {
    word-break: normal;
}

.menu-space {
    height:18px;
}

#sidebar {
    max-width: 130px;
}

#main-container {
    max-width:760px;
}

.normal-font {
    font-size:inherit !important;
}

.calendar-container {
    display:inline-block;
    width:80%;
}

#hdrlogo {
    width: 130px;
    max-height: 90px;
}

#tblFooter {
    width: 100%;
    border-collapse: collapse;
}

.copyright {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #666666;
    display: block;
    visibility: visible;
}

.subFooter {
    width: 760px;
    border-top: 1px solid #ccc;
}

#footer {
    position: absolute;
    width: 100%;
    background-image: linear-gradient(#f1f1f1, #ffffff);
}

.arrow-icon{
    display:block;
    padding:1pt;
    z-index:1;
}

.arrow-order{
    display:none;
    z-index:1;
}