

/*-------------------------------------------------------------------------------------------
// -------------------- FONTS ----------------------------------------
//-----------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'museo-sans-rounded-300';
    /*src: url('../fonts/MuseoSansRounded-300-webfont.eot');*/
    src: url('../fonts/MuseoSansRounded-300-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansRounded-300-webfont.woff') format('woff'), url('../fonts/MuseoSansRounded-300-webfont.woff2') format('woff2'), url('../fonts/MuseoSansRounded-300-webfont.ttf') format('truetype'), url('../fonts/MuseoSansRounded-300-webfont.svg#museo_sans_rounded300') format('svg');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'museo-sans-rounded';
    /*src: url('/fonts/MuseoSansRounded-500-webfont.eot');*/
    src: url('/fonts/MuseoSansRounded-500-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/MuseoSansRounded-500-webfont.woff') format('woff'), url('/fonts/MuseoSansRounded-500-webfont.ttf') format('truetype'), url('/fonts/MuseoSansRounded-500-webfont.svg#museo_sans_rounded500') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'museo-sans-rounded-700';
    /*src: url('/fonts/MuseoSansRounded-700-webfont.eot');*/
    src: url('/fonts/MuseoSansRounded-700-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/MuseoSansRounded-700-webfont.woff') format('woff'), url('/fonts/MuseoSansRounded-700-webfont.ttf') format('truetype'), url('/fonts/MuseoSansRounded-700-webfont.svg#museo_sans_rounded700') format('svg');
    font-weight: 700;
    font-style: normal;
}


/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap'); */




/*-------------------------------------------------------------------------------------------
// -------------------- HTML AND BODY GENERAL ----------------------------------------
//-----------------------------------------------------------------------------------------*/
html {
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    min-width: 300px;
    box-sizing: border-box;
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
}

body {
    height: 100%;
    position: relative;
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    min-width: 300px;
    margin: auto;
    overflow-x:hidden;
    overflow-y:hidden;
    box-sizing: border-box;
    font-family: 'Noto Sans';
}

input[type="text"]:disabled {
    color: #FF0000;
}

/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*-------------------------------------------------------------------------------------------
// -------------------- LOGIN FORMS ----------------------------------------
//-----------------------------------------------------------------------------------------*/
#loginContainerDiv {
    position: absolute;
    top: 0px;
    font-family: "Noto Sans";
    height: 1400px;
    width: 100%;
    box-sizing: border-box;
    background-color: --applicationLoginBackgroundColor;
}

#loginWelcomeDiv {
    width: 100%;
    margin: auto;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
}

#loginOrCreateAccountDiv {
    position: absolute;
    width: 100%;
    top: 380px;
    box-sizing: border-box;
    visibility: hidden;
}

#accountLoginDiv {
    position: absolute;
    width: 100%;
    top: 310px;
    box-sizing: border-box;
    visibility: hidden;
}

#accountCreateDiv {
    position: absolute;
    width: 100%;
    top: 310px;
    box-sizing: border-box;
    visibility: hidden;
}


#resetAccountDiv {
    position: absolute;
    width: 100%;
    top: 150px;
    box-sizing: border-box;
    visibility: hidden;
}


#resendVerificationDiv {
    position: absolute;
    width: 100%;
    top: 150px;
    box-sizing: border-box;
    visibility: hidden;
}


#loginBackButtonDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100px;
    box-sizing: border-box;
    opacity: 1;
    visibility: hidden;
}

#loginLogoCanvas {
    width: 100%;
    height: 200px;
    margin: auto;
    margin-bottom: 20px;
    left: 0px;
    box-sizing: border-box;
    top: 0px;
}


#loginBackgroundCanvas {
    position: absolute;
    top: 0px;
    height: 1000px;
    width: 100%;
    box-sizing: border-box;
    opacity: 0.50;
}



/*-------------------- LOGIN MODAL DIALOG ----------------------------------------*/
#loginModalDiv {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: none;
    box-sizing: border-box;
    display: none;
}

#loginModalBackgroundDiv {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    opacity: .7;
    box-sizing: border-box;
}

#loginModalMessageDiv {
    position: relative;
    height: 400px;
    width: 80%;
    padding-top: 40px;
    margin-top: 40px;
    margin-left: 10%;
    margin-right: 10%;
    background: solid;
    border: solid;
    border-color: #FFFFFF;
    background-color: --applicationLoginBackgroundColor;
    box-shadow: 2px 2px 3px #AAAAAA;
    box-sizing: border-box;
}

#loginModalButton {
    display: block;
    margin: 0 auto;
    background-color: #FFFFFF;
    color: --applicationLoginBackgroundColor;
    opacity: 1;
    font-family: "Noto Sans";
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 200px;
    margin-top: 80px;
    margin-bottom: 10px;
    display: block;
    border-color: #FFFFFF;
    border: solid;
    border-width: 2px;
    box-sizing: border-box;
}


#loginModalDivTag {
    font-family: "Noto Sans";
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 40px;
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
    box-sizing: border-box;
}


/*-------------------- LOGIN BUTTONS AND TEXT ----------------------------------------*/
#mainWelcomeTitle {
    font-family: "Noto Sans";
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

#firstRunStatement {
    font-family: "Noto Sans";
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    box-sizing: border-box;
}

#betaTag {
    font-family: "Noto Sans";
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50px;
    opacity: 0.60;
    box-sizing: border-box;
}

sup {
    font-family: "Noto Sans";
    font-size: 20px;
    color: #FFFFFF;
    box-sizing: border-box;
}


#resetInstructions {
    font-family: "Noto Sans";
    font-size: 19px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    box-sizing: border-box;
}


#passwordExpiredLabel {
    font-family: "Noto Sans";
    font-size: 38px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    box-sizing: border-box;
}


#accountLockedInstructions {
    font-family: "Noto Sans";
    font-size: 19px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    box-sizing: border-box;
}


#accountLockedLabel {
    font-family: "Noto Sans";
    font-size: 38px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    box-sizing: border-box;
}



#resendVerificationInstructions {
    font-family: "Noto Sans";
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    box-sizing: border-box;
}



#insufficientPermissionsMessage {
    font-family: "Noto Sans";
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    box-sizing: border-box;
}

#creatingAccountDetails {
    display: flex;
    flex-direction: column;
    align-items: center;
}


#creatingAccountDetailsMessage {
    font-family: "Noto Sans";
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    box-sizing: border-box;
}


.loadingIcon {
    font-family: "FontAwesome";
    font-size: 45px;
    color: #FFFFFF;
}

/*-------------------- INSTANCE SELECTOR ----------------------------------------*/

#targetInstanceSelect {
    font-family: "Noto Sans";
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 200px;
    margin-top: 30PX;
    margin-bottom: 10px;
    display: block;
    border: solid;
    background-color: --applicationLoginBackgroundColor;
    color: #FFFFFF;
    border-color: #FFFFFF;
    border-width: 2px;
}

#noDataWillWrite {
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 200px;
    margin-bottom: 10px;
    display: block;
    background-color: --applicationLoginBackgroundColor;
    color: #FFFFFF;
}


/*-------------------- LOGIN BUTTONS ----------------------------------------*/

.loginButton {
    font-family: "Noto Sans";
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 200px;
    margin-bottom: 10px;
    display: block;
    border-color: #FFFFFF;
    border: solid;
    border-width: 2px;
    box-sizing: border-box;
}

.loginChangeButton {
    font-family: "Noto Sans";
    font-size: 16px;
    text-align: center;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 100px;
    margin-bottom: 10px;
    display: block;
    border-color: #FFFFFF;
    border: solid;
    border-width: 2px;
    box-sizing: border-box;
}

 
.loginOptionButton {
    font-family: "Noto Sans";
    font-size: 16px;
    text-align: center;
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
    min-width: 200px;
    margin-bottom: 10px;
    display: block;
    background: none;
    border: none;
    color: #FFFFFF;
    box-sizing: border-box;
}


.loginBackButtonClass {
    font-family: "FontAwesome";
    font-size: 30px;
    text-align: start;
    position: relative;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 120px;
    margin-bottom: 10px;
    display: block;
    background: none;
    border: none;
    color: #FFFFFF;
    box-sizing: border-box;
}


#welcomeCreateAccountButton {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: --applicationLoginBackgroundColor;
    opacity: 1;
    box-sizing: border-box;
}

#welcomeSignInButton {
    background-color: --applicationLoginBackgroundColor;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}

#submitLoginButton {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: --applicationLoginBackgroundColor;
    cursor: pointer;
    box-sizing: border-box;
}


#changeLoginIDButton {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: --applicationLoginBackgroundColor;
    cursor: pointer;
    box-sizing: border-box;
}


#resetPasswordSendButton {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: --applicationLoginBackgroundColor;
    cursor: pointer;
    box-sizing: border-box;
}


#resendVerificationButton {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: --applicationLoginBackgroundColor;
    cursor: pointer;
    box-sizing: border-box;
}


#registerButton {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: --applicationLoginBackgroundColor;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}


#login_terms_conditions {
    color: #FFFFFF;
    box-sizing: border-box;
    text-align: center;
}

#privacyAndTermsOfUse {
    vertical-align: middle;
    display: inline-block;
}

#ConfirmAccount_chkAgreeTerms {
    vertical-align: middle;
}


/*-------------------- INPUT FIELDS ----------------------------------------*/
.loginInputField {
    font-family: "Noto Sans";
    font-size: 18px;
    text-align: center;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 6px;
    display: block;
    border-color: #FFFFFF;
    border: solid;
    border-width: 2px;
    background-color: --applicationLoginBackgroundColor;
    border-color: #FFFFFF;
    color: #FFFFFF;
    min-width: 200px;
    box-sizing: border-box;
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
}


.inviteUserInputField {
    font-family: "Noto Sans";
    font-size: 18px;
    text-align: center;
    position: absolute;
    display: none;
    border-color: #FFFFFF;
    border: solid;
    border-width: 2px;
    background-color: #FFFFFF;
    border-color: --applicationLoginBackgroundColor;
    color: #000000;
    box-sizing: border-box;
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
}

.hiddenInput {
    position: absolute;
    top: 0;
    left: -300px;
    opacity: 0;
}

.search-category-name {
    font-family: "Noto Sans";
    font-size: 18px;
    color: #222222;
    background-color: #F0F0F0;
    height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 6px;
}


#loginID {
    margin-bottom: 20px;
    box-sizing: border-box;
}

#enterPassword2 {
    margin-bottom: 20px;
    box-sizing: border-box;
}

#enterDisplayName {
    margin-bottom: 20px;
    box-sizing: border-box;
}




/*-------------------------------------------------------------------------------------------
// -------------------- PLACEHOLDER TEXT  ----------------------------------------
//-----------------------------------------------------------------------------------------*/
/* MAKE HINT TEXT LIGHT PURPLE FOR LOGIN INPUT */
::-webkit-input-placeholder { /* Chrome */
  color: rgba(230, 230, 230, 1);
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(230, 230, 230, 1);
  opacity: .7;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(230, 230, 230, 1);
  opacity: .7;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(230, 230, 230, 1);
  opacity: .7;
}


/* MAKE HINT TEXT GRAY FOR STD MOOVILA INPUT */
.inviteUserInputField::-webkit-input-placeholder { /* Chrome */
  color: gray;
  opacity: .6;
}
.inviteUserInputField:-ms-input-placeholder { /* IE 10+ */
  color: gray;
  opacity: .6;
}
.inviteUserInputField::-moz-placeholder { /* Firefox 19+ */
  color: gray;
  opacity: .6;
}
.inviteUserInputField:-moz-placeholder { /* Firefox 4 - 18 */
  color: gray;
  opacity: .6;
}


/* MAKE DISABLED TEXT BLACK */
input[disabled], textarea[disabled],
select[disabled='disabled']{
   -webkit-text-fill-color: rgba(0, 0, 0, 1); 
   -webkit-opacity: 1; 
   color: rgba(0, 0, 0, 1); 
   background: white;
}

/*-------------------------------------------------------------------------------------------
// -------------------- PERSON PICKER FORMS ----------------------------------------
//-----------------------------------------------------------------------------------------*/
#personPickerDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    box-sizing: border-box;
}

#personPickerListCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#personPickerCreateTribeCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#personPickerInviteEmailCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#personPickerAddMemberCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#personPickerSelectedDetailCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#personPickerTribeDetailCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#personPickerHeaderCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#personPickerBackgroundCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}


/*-------------------------------------------------------------------------------------------
// -------------------- VISION EDITOR FORMS ----------------------------------------
//-----------------------------------------------------------------------------------------*/

/*-
#visionEditorDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    box-sizing: border-box;
}
--*/

/*-------------------------------------------------------------------------------------------
// -------------------- MAIN MENU ----------------------------------------
//-----------------------------------------------------------------------------------------*/
#headerContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    box-sizing: border-box;
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
}

#headerMenuDiv {
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    box-sizing: border-box;
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
}

#headerMenuCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}
/*-------------------------------------------------------------------------------------------
// -------------------- CLICK CONTROLLER AND DATA INPUT DIVS ----------------------------------------
//-----------------------------------------------------------------------------------------*/
#canvasClickDiv {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

#ttDataInputFieldsDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}



/*-------------------------------------------------------------------------------------------
// -------------------- MODAL FORMS AND POPUP MENU FORMS ----------------------------------------
//-----------------------------------------------------------------------------------------*/
#modalDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    box-sizing: border-box;
}

#youTubePlayerMPIX {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    border: 3px solid #000000;
    display: none;
}


#globalModalCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#globalQuickTutorCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#globalQuickTutorBackgroundCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#globalModalRLCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#globalMenuCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#globalEffectCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#globalEffectCanvasGL {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#globalGridEditCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#globalAnimationCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#globalMouseOverCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#globalCalendarCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}




/*
#globalTimeCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}
*/

#globalQtyCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#globalTimecardMonitorCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

/*-

#globalNudgeCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}
*/





/*-------------------------------------------------------------------------------------------
// -------------------- Message DIV ----------------------------------------
//-----------------------------------------------------------------------------------------*/
#messageDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    box-sizing: border-box;
}

#globalMessageCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}





/*-------------------------------------------------------------------------------------------
// -------------------- Task Detail DIV ----------------------------------------
//-----------------------------------------------------------------------------------------*/
#taskDetailDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    box-sizing: border-box;
}

#taskDetailCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#repeatConfigureCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#taskDetailSubCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#taskDetailSubListCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#taskDetailSubEditCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#taskDetailSubEditListCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}
/*-------------------------------------------------------------------------------------------
// -------------------- TRIBE TASK AND VISION FORMS ----------------------------------------
//-----------------------------------------------------------------------------------------*/
#canvasDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    box-sizing: border-box;
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
}

/*

#visionCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#tribeCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}
#memberCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}
*/

#controlCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#controlCanvas2 {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#controlCanvas3 {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#controlCanvas4 {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#globalWizardCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#comLinesCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#comAnimateCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#mainItemListCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}


#flexModalCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

#flexModalListCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}

/*
#calendarCanvas {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
}
*/
/*--- these canvas elements are not full width  ---*/
/*

#homeMainCanvas {
    position: absolute;
    box-sizing: border-box;
}
#homeTasksCanvas {
    position: absolute;
    box-sizing: border-box;
}
#homeVisionsCanvas {
    position: absolute;
    box-sizing: border-box;
}
#homeDiscoverCanvas {
    position: absolute;
    box-sizing: border-box;
}
#homeTeamsCanvas {
    position: absolute;
    box-sizing: border-box;
}
#homeTeamsAnimateCanvas {
    position: absolute;
    box-sizing: border-box;
}
#homeTeamsLinesCanvas {
    position: absolute;
    box-sizing: border-box;
}
#homeOverlayCanvas {
    position: absolute;
    box-sizing: border-box;
}

*/

#globalDragAndDropCanvas {
    position: absolute;
    box-sizing: border-box;
}
#searchMainCanvas {
    position: absolute;
    box-sizing: border-box;
}
#searchListMainCanvas {
    position: absolute;
    box-sizing: border-box;
}






/*-------------------------------------------------------------------------------------------
// -------------------- Z-INDEXING ----------------------------------------
//-----------------------------------------------------------------------------------------*/

/* PARENTS ARE SINGLE DIGIT(i.e. 1-9), CHILDREN DOUBLE DIGIT (i.e. 10-99) AND SO ON */


/****************************************
* LOGIN DIV *
****************************************/
/* PARENT: The login master container is first and top most. Does not use the Global Click DIV  Made invisible after login */

#loginContainerDiv {
    z-index: 12;
}

/* CHILDREN: The login modal message dialog must be above other children */
#loginModalDiv {
    position: absolute;
    z-index: 20;
}
#loginWelcomeDiv {
    position: absolute;
    z-index: 10;
}
#loginBackButtonDiv {
    z-index: 170;
}


/* GRAND-CHILDREN (CHILDREN OF loginWelcomeDiv): The login modal message dialog must be above other children */
#loginBackgroundCanvas {
    z-index: 100;
}
#loginLogoCanvas {
    z-index: 120;
}
#mainWelcomeTitle {
    z-index: 130;
}


#loginOrCreateAccountDiv {
    z-index: 150;
}
#accountLoginDiv {
    z-index: 160;
}
#accountCreateDiv {
    z-index: 160;
}
#resetAccountDiv {
    z-index: 160;
}
#resendVerificationDiv {
    z-index: 160;
}




/****************************************
* Modal DIV *
****************************************/
#modalDiv {
    z-index: 99;
}
#globalEffectCanvasGL {
    z-index: 96;
}
#globalEffectCanvas {
    z-index: 95;
}
#globalAnimationCanvas {
    z-index: 90;
}
#globalMenuCanvas {
    z-index: 80;
}
#globalMouseOverCanvas {
    z-index: 75;
}
#globalModalCanvas {
    z-index: 70;
}
#globalModalRLCanvas {
    z-index: 71;
}
#globalGridEditCanvas {
    z-index: 69;
}
#globalQtyCanvas {
    z-index: 68;
}
/*

#globalTimeCanvas {
    z-index: 63;
}
*/

#globalCalendarCanvas {
    z-index: 60;
}


/*
#globalNudgeCanvas {
    z-index: 50;
}
*/



#youTubePlayerMPIX {
    z-index: 1500;
}



/****************************************
* Master Click DIV *
****************************************/
#canvasClickDiv {
   z-index: 11;
}

#ttDataInputFieldsDiv {
   z-index: 500;
}


#ttTypeaheadParentDiv {
   z-index: 600;
}


/****************************************
* Message DIV                           *
****************************************/
#messageDiv {
   z-index: 10;
}

#globalMessageCanvas {
    z-index: 45;
}




/****************************************
* Person Picker DIV *
****************************************/
#personPickerDiv {
    z-index: 9;
}

#personPickerHeaderCanvas {
    z-index: 70;
}

#personPickerInviteEmailCanvas {
    z-index: 95;
}

#personPickerAddMemberCanvas {
    z-index: 93;
}

#personPickerSelectedDetailCanvas {
    z-index: 80;
}

#personPickerTribeDetailCanvas {
    z-index: 65;
}

#personPickerListCanvas {
    z-index: 50;
}

#personPickerBackgroundCanvas {
    z-index: 10;
}

#personPickerCreateTribeCanvas {
    z-index: 60;
}


/****************************************
* Vision Editor DIV *
***************************************/

/*-
#visionEditorDiv {
    z-index: 8;
}
*/


/****************************************
* Task Detail DIV *
****************************************/
#taskDetailDiv {
    z-index: 7;
}

#TaskDetail_DataEntry {
    position: absolute;
    z-index: 70;
}
#taskDetailCanvas {
    z-index: 40;
}
#repeatConfigureCanvas {
    z-index: 35;
}
#taskDetailSubCanvas {
    z-index: 45;
}
#taskDetailSubListCanvas {
    z-index: 50;
}
#taskDetailSubEditCanvas {
    z-index: 55;
}
#taskDetailSubEditListCanvas {
    z-index: 60;
}



/****************************************
* Top Navigation Bar *
****************************************/
#headerContainer {
    z-index: 6;
}

#searchMainCanvas {
    z-index: 100;
}
#searchListMainCanvas {
    z-index: 101;
}

/****************************************
* Canvas Divs that painted onto screen *
****************************************/
#canvasDiv {
    z-index: 5;
}



#controlCanvas2 {
    z-index: 115;
}
#controlCanvas3 {
    z-index: 117;
}
#controlCanvas4 {
    z-index: 118;
}
#controlCanvas {
    z-index: 110;
}
#globalWizardCanvas {
    z-index: 150;
}

#globalTimecardMonitorCanvas {
    z-index: 140;
}

#comLinesCanvas {
    z-index: 35;
}
#comAnimateCanvas {
    z-index: 30;
}
#mainItemListCanvas {
    z-index: 36;
}
#flexModalCanvas {
    z-index: 120;
}
#flexModalListCanvas {
    z-index: 121;
}

#globalDragAndDropCanvas {
    z-index: 200;
}



#globalQuickTutorCanvas {
    z-index: 210;
}
#globalQuickTutorBackgroundCanvas {
    z-index: 205;
}

