﻿body html {
    height: 100%;
    margin:0;
}

.bg {
    /* The image used */
    background-image: url("/images/passion.jpg");
    /* Full height */
    height: 100vh;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.divMainWildWrapper {
    padding-top:30px;
}
.div-main-auth-wrapper {
    width: 100%;
    max-width: 450px;
    margin: auto;
    overflow: hidden;
}
.divLoginWrapper {
    margin:auto;
    width:200px;
    padding-top:20px;
    background: rgba(255, 255, 255, 0.3);
    padding-left:20px;
    padding-bottom:20px;
    padding-right:10px;
    border-radius:8px;
    
}
.divLoginLineWrapper {
    padding-top:20px;
}
.loginError {
    color:red;
}
.tbLogin {
    height:30px;
    border:none;
    border-radius:7px;
    padding-left:10px;

}
.tbUserID {
    background-color:lightgray;
    border:none;
    width:85px;
    padding:3px;
    border-radius:4px;
}
.div-main-auth-header-wrapper {
    border-bottom: 3px solid #6666;
    height: 60px;
    position: relative;
}
.div-main-auth-header-right-button-wrapper1{
    float:left;
    padding-right:20px;
}
.ibProfileImage {
    width:40px;
}
.div-main-name {
    float:right;
    color:#666666;
    padding-right:3px;
    padding-bottom:3px;
}
.div-main-auth-header-right-button-wrapper2 {
    float: left;
}
.div-main-banner {
    width: 96.7%;
    height: 92px;
    float: left;
    border: 2px solid #666666;
    overflow: hidden;
    position: relative;
}
.div-main-cards {
    width: 48%;
    height: 125px;
    float: left;
    border: 2px solid #666666;
    overflow: hidden;
    position: relative;
}
.div-main-card-title {
    position: absolute;
    top: 0px;
    left: 5px;
    font-family: 'Parisienne', cursive;
    font-weight:bold;
    font-size: 35px;
    padding: 4px 4px 4px 4px;
    pointer-events:none;
}

.div-main-cards-float {
    float: left;
}
.ibMasterSchedule {
    width:40px;
}
.img-main-cards {
    max-width: 100%;
}
.img-main-banner {
    max-width: 100%;
}
.div-main-auth-header-left {
    float:left;
    width:13%;
}
.div-main-auth-header-logo {
    float:left;
    position:absolute;
    right:25%;

}
.div-main-auth-header-right {
    float:right;
}
.header-logo {
    
}
.btn-restart {
    width:45px;
}
.header-question {
    text-align:center;
    padding:20px 20px 30px 20px;
   
}
.font-1 {
    font-family: 'Parisienne', cursive;
    font-size: 35px;
    color: #666666;
}
.divAppBlock {
    border-bottom: 1px solid #666666;
    padding-top:10px;
    padding-left:3px;
    padding-bottom: 10px;

}
    .divAppBlock a {
        color: red;
        text-decoration:underline;
    }
.divAppBlockDesc {
    padding-top:8px;
    float:left;
}
.divAppBlockCancel {
    float:right;
}
.redX {
    width: 40px;
}
.redX-small {
    width: 25px;
}
.btn-nav {
    background: #a9adb0;
    background-image: -webkit-linear-gradient(top, #a9adb0, #848b8f);
    background-image: -moz-linear-gradient(top, #a9adb0, #848b8f);
    background-image: -ms-linear-gradient(top, #a9adb0, #848b8f);
    background-image: -o-linear-gradient(top, #a9adb0, #848b8f);
    background-image: linear-gradient(to bottom, #a9adb0, #848b8f);
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 3px 20px 2px 20px;
    text-decoration: none;
}
    .btn-nav:hover {
        background: #f5234d;
        background-image: -webkit-linear-gradient(top, #f5234d, #eb0707);
        background-image: -moz-linear-gradient(top, #f5234d, #eb0707);
        background-image: -ms-linear-gradient(top, #f5234d, #eb0707);
        background-image: -o-linear-gradient(top, #f5234d, #eb0707);
        background-image: linear-gradient(to bottom, #f5234d, #eb0707);
        text-decoration: none;
    }
.btn1 {
    background: #f25757;
    background-image: -webkit-linear-gradient(top, #f25757, #bd0707);
    background-image: -moz-linear-gradient(top, #f25757, #bd0707);
    background-image: -ms-linear-gradient(top, #f25757, #bd0707);
    background-image: -o-linear-gradient(top, #f25757, #bd0707);
    background-image: linear-gradient(to bottom, #f25757, #bd0707);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: 'Dancing Script', cursive;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    width: 98%;
}
.div-main-cards-bottom-desc {
    clear:both;
    padding-top:20px;
    padding-left:8px;
    padding-right:8px;
}

.font-2-text {
    font-family: 'Dancing Script', cursive;
    text-align: center;
    font-size: x-large;
}
    .font-2-text a {
        color:black;

    }
    .btn1:hover {
        background: #c70404;
        background-image: -webkit-linear-gradient(top, #c70404, #b00303);
        background-image: -moz-linear-gradient(top, #c70404, #b00303);
        background-image: -ms-linear-gradient(top, #c70404, #b00303);
        background-image: -o-linear-gradient(top, #c70404, #b00303);
        background-image: linear-gradient(to bottom, #c70404, #b00303);
        text-decoration: none;
    }
.divScheduleProvider {
    padding-top:50px;
    
}
.divAppDetails {
    padding-left:8px;
    padding-bottom:10px;
    color: #666666;
}
.div-audit-log {
    font-size:12px;
}
.div-profile-wrapper {
    padding-top:20px;
    font-family:Verdana;
    font-size:medium;
    color: #666666;
}
.div-profile-line-wrapper {
    padding-top:8px;
}
.a-view-appointment {
    color:#666666;
}
.div-profile-main {
    padding-bottom: 30px;
}
   
.div-profile-provider {
    border-top: 1px solid #666666;
}
.div-profile-provider-service-list {
    padding-top:30px;
}
.list-label-checkbox {
    text-align:center; 
    line-height:1.4; 
    font-size:14px;
}
.tb-inv {
    font-size:18px;
    border:1px solid #666666;
    border-radius:6px;
}
.inv-line-wrapper {
    padding-top:10px;
}
.app-confirm-line-wrapper {
    padding-bottom:20px;
}
.divAppStatus {
    float:left;
    padding-top:5px; 
    padding-left :5px; 
    
}
.divAppHighlight {
    background-color: #f1a9a9;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
}
.divClientListWrapper {
    padding-left:4px;
    padding-right:10px;
    float:left;
}

.img-main-transparency {
    opacity:.4;
}
.div-head-breadcrumb {
    color:#666666;
    font-family:Verdana;
    font-size:11px;
}
.divNotes {
    padding-top:30px;
}
.tbNotes {
    width:96%;
    min-height:55px;
    border:1px solid red;
}
.divCoupleWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-couple {
    
    

}
.lbl-error {
    color:red;
    font-family:Verdana;
    font-size:16px;
    font-weight:normal;
}
.inputs-setup {
    font-size:large;
    color:#666666;
    border:1px solid #666666;
    border-radius:6px;
    padding:5px;
}
.div-setup-wrapper {
    font-family:Verdana;
    color:#666666;
    line-height:1.5;
    padding-left:20px;
}
.div-goal-wrapper {
    min-height:150px;
    position:relative;
    font-family:Verdana;
    font-size:12px;
}
.div-goal-image-wrapper {
    width: 150px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    border-radius: 5px;

}
.img-goal {
    width:100%;
}
.div-goal-text-wrapper {
    float:left;
}
.div-goal-action-wrapper {
    float:right;
    position:relative;
    min-height:100px;
}
.div-goal-icon-wrapper {
    width:20px;
    overflow:hidden;
}
.img-goal-icons {
    width:100%;
}
.div-goal-icin-wrapper-trash {
    margin-bottom:0px;
    position:absolute;
    bottom:0px;
}
.div-goal-prog-bar-parent {
    width: 95%;
    border: 1px solid #d3d3d3;
    height: 30px;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}
.div-goal-prog-bar-completed {
    float:left;
    background-color: green;
    height:30px;
}
.div-goal-prog-bar-remain {
    float:left;
    background-color: #d3d3d3;
    height:30px;
}
.div-goal-prog-bar-text {
    position: absolute;
    color: #c70404;
    -webkit-text-stroke: .5px black; /* width and color */
    font-weight: bold;
    font-family: Verdana;
    margin-left: 125px;
    margin-top:3px;
}
.div-prog-display-wrapper {
    width:100%;
    position:relative;
}
.div-prog-display-line-wrapper {
    width:85%;
    margin:auto;
}
.div-prog-line-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    position:relative;
}
.img-prog-line-img {
    width:100%;
}
.div-prog-line-demo {
    font-family:Verdana;
    padding-bottom:40px;
    float:left;
}
.div-prog-line-trash {
    float:right;
    width:30px;
    overflow:hidden;
}
.divAddProgressLink {
    width:60%;
    margin:auto;
    padding-top:20px;
    padding-bottom:40px;
}
.divBackToGoals {
    padding-top:8px;
}
.img-sens-touch-banner {
    max-width:200px;
    border: .5px solid #666666;
    border-radius:8px;
}
.ib-prog-line-trash {
    width:100%;
}
.divSearchResultsLineWrapper {
    max-height: 220px;
    overflow: hidden;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin-top: 20px;
}
.divSearchResultsLineWrapperAudit {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top:0px;
}
.divSearchResultsLineWrapperData {
    padding-top: 6px;
    padding-bottom: 8px;
    font-family: Verdana;
    font-size: 12px;
    background-color: black;
    color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-left: 22px;
}
.divSearchResultsLineWrapperDataLeft {
    float: left; 
}
.divSearchResultsLineWrapperDataRight {
    float:right;
    padding-right:8px;
}
.auditVidHeader {
    background-color:black;
    color:white;
    font-family:Verdana;
    font-size:12px;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    margin-top:20px;
    padding-top:6px;
    padding-left:6px;
    padding-bottom:6px;
}
.imgSearchResult {
    width: 100%;
}
.divSearchResultsTitle {
    overflow: hidden;
    font-family: Verdana;
    font-size: 12px;
}
.divSearchResultsTitleVideo {
    overflow: hidden;
    font-family: Verdana;
    font-size: 12px;
    width:310px;
}
.divSearchResultsViews {
    float: left;
    width: 120px;
    padding-top: 6px;
}
.divSearchResultsViewsVideo {
    float: left;
    width: 120px;
    padding-top: 6px;
}
.divSearchResultsThumbsUp {
    float: left;
    padding-top: 6px;
}
.divSearchResultsThumbsUpVideo {
    float: left;
    padding-top: 6px;
}
.divSearchResultsLink {
    clear:both;
}
.divSearchWrapper {
    padding-top:10px;
    text-align:center;
    padding-bottom:20px;
}
.tbSearch {
    height:30px;
    border:1px solid #666666;
    border-radius:4px;
    font-size:15px;
    width:260px;
}
.btnSearch {
    height:33px;
}
.divVidCatWrapper {
    float:left;
    padding-right:18px;
    padding-bottom:8px;
}
.aVidCatLink {
    color: #FF9900;
}
.divSearchPaginationWrapper {
    margin-top:20px;    
    display: flex;
    justify-content: center;
    align-items: center;
}
.divSearchPaginationItem  {
    float: left;
    width: 45px;
    height: 35px;
    border: 1px solid black;
    border-radius: 3px;
    margin-right: 8px;
    text-align: center;
    font-size: 25px;
    padding-top: 8px;
    background-color: black;
    color: #FF9900;
    font-family: Verdana;
    text-decoration: none;
}


.divSearchPaginationItemOn  {
    background-color: #FF9900;
    color: black;
}
.aDivSearchPagination {
    color:#FF9900;
    text-decoration:none;
}
.aDivSearchPaginationOn {
    color: black;
    text-decoration: none;
}

.divCatMainWrapper {
}
.divCatWrapper {
    width:185px;
    overflow:hidden;
    float:left;
    margin-right:10px;
    margin-left:0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.imgCatIcon {
    width:100%;
}
.divCatContentRapper {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bolder;
    padding-bottom: 30px;
    text-decoration: none;
    color: black;
}
.aCatContentLink {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bolder;
    padding-bottom: 30px;
    text-decoration: none;
    color: black;
}
    .aCatContentLink:visited {
        text-decoration: none;
        color: black;
    }
.divCatDisplayOnSearch {
    font-family:Verdana;
    font-weight:bolder;
    font-size:14px;
    color:#FF9900;
}
.aCatDisplayOnSearch {
    color: #FF9900;
    text-decoration:none;
}
    .aCatDisplayOnSearch:visited {
        color: #FF9900;
        text-decoration: none;
    }
.divAdditionalSearchItems {
    padding-top:40px;
}
.divSearchFilterWrapper {
    float:left;
    border-radius:20px;
    height:35px;
    width:120px;
    margin-right: 8px;
    text-align:center;
    padding-top:15px;
    font-weight:bolder;
}
.divSearchFilterWrapperOn {
    background-color: #666666;
    font-weight:normal;
}
.aSearchFilterLink {
    font-family: Verdana;
    color: #FF9900;
    font-size: 13px;
    text-decoration:underline;
}
.aSearchFilterLinkOn {
    text-decoration:none;
}
.lblSearchRecordsFound {
    color:black;
    font-size:12px;
}
.divFilterWrapper {
    text-align:center;
    padding-top:0px;
}
.inputs-setup-checkbox {
    transform:scale(5,5)
}
.inputs-setup-checkbox input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(3); /* IE */
    -moz-transform: scale(3); /* FF */
    -webkit-transform: scale(3); /* Safari and Chrome */
    -o-transform: scale(3); /* Opera */
    transform: scale(3);
    padding: 10px;
}
.lbl-goal-small {
    font-size:11px;
}
.link-hidden {
    display: none;
}
.divMemoryCardWrapper {
    width: 86px;
    float:left;
    margin-right:5px;
    margin-top:7px;
    border-radius:6px;
    overflow:hidden;
    height:56px;
    border:1px solid #666666;

}
.imgMemoryCard {
    width: 100%;
}
.divMemoryGameCreateWrapper {
    width:100px;
    overflow:hidden;
    float:left;
}
.divMemoryGameCreateWrapper-theme {
    width: 150px;
    overflow: hidden;
    
    border-radius:5px;
    height:95px;
    border:1px solid #666666;
    margin-left:6px;
}
.divMemoryGameTextWrapper-text {
    
}
.divMemoryGameRwoWrapper {
    padding-top:15px;
    float:left;
    margin-left:20px;
    margin-top:20px;
}


.divMemoryGameTextWrapper {
    float:left;
    padding-top: 35px;
    padding-left: 10px;
    font-size: 25px;
}
    .divMemoryGameTextWrapper a {
        text-decoration:none;
    }
.divMemoryGameTextWrapper-theme {
    float: left;
    padding-top: 10px;
    
    font-size: 25px;
    text-align: center;
    width:100%;
}

    .divMemoryGameTextWrapper-theme a {
        text-decoration: none;
    }
    .ibMemoryGameWrapper {
        width: 100%;
    }
.ibMemoryGameWrapper-theme {
    width:100%;
}
.divCurrentGameLinkWrapper {
    margin-bottom: 18px;
    font-size:20px;
}
.divMemoryOwnerController {
    margin-top:20px;
    padding-bottom:40px;
    padding-left:8px;

}
.divCatListWrapper {
    width:45%;
    margin: 0 auto;
    float:left;
    line-height: 1.8;
    color:black;
    font-family:Arial;
    font-weight:bold;
    font-size:16px;
}
.divCatListWrapper a {
    text-decoration:underline;
    color:black;
}
