/* navigation.css */
/* LAST UPDATED: 2017-4-26 14:30 EST */

a.breadcrumbBtn {                
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    display:inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    cursor: pointer;
    background: transparent;
}

.breadcrumbBtn.selected{
    background: white !important;
}

@media (min-width: 768px) { 
    .breadcrumbs {
        margin-bottom: 5px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        color: white;
        white-space: nowrap;
        line-height: 1em;
        vertical-align: middle;
        font-size: 14pt;
        height: 30px;
        width: 100%;
        text-align: center;
        z-index: 999;
        padding-left: 15px;
        padding-top: 10px;
    }
}

@media (max-width: 768px) { 
    .breadcrumbs {
        display:none;
    }
}





.offcanvas a:focus {
    background-color: #f1f1f1;
}

#navWrap {
    background-color: #fff;
    overflow: auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.footer,
.footer-mobile {
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: -6px;
    height: 30px;
    width: 100%;
    text-align: center;
    z-index: 999;
    padding-left: 15px;
}
.footer-mobile {
    color: #000;
    position: relative;
}
.footer p span,
.footer-mobile p span {
    background: transparent;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    position: absolute;
    margin: 6px 0px 0px 0px;
    border: 1px solid #fff;
    cursor: pointer;
}
.footer-mobile p span {
    background: white;
    border: 1px solid black;
}
.footer a.pt-trigger, .footer-mobile a.pt-trigger {
    padding-left: 10px;
}

.modal-body{
    padding: 15px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    padding: 20px;
    top: 100px;
}



/* =============================================================================== */ 
/* ========== APPLICATION SIDENAV / NOTES BUTTONS ============= */


@media (min-width: 768px) { 
    div.notes {                
        font-size: 18pt;
        color: white;
        border-radius: 50%;
        border: 2px solid white;
        width: 50px;
        height: 50px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
    }

    .sidenav.closed .hamburger {                
        font-size: 18pt;
        color: white;
        border-radius: 50%;
        border: 2px solid white;
        width: 50px;
        height: 50px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        margin-top:10px;
        margin-left:10px;
    }

    .sidenav.open .hamburger {
        width: 60px;
        height: 60px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        color:#fff;
    }

    div.hamburger {
        position: absolute;
        right: -60px;
        top: 0px; 
        display:block;
    }
    div.notes {
        position: absolute;
        right: 10px;
        top: 10px; 
    }
}

@media (max-width: 768px) { 
    div.hamburger {                
        float:left;
        height: 50px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        color:#fff;
        font-size:18pt;
        width: 100%;
        background-color:#333;
    }

    div.notes {                
        position:absolute;
        top:0px;
        right:0px;
        z-index:11;
        height: 50px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        color:#fff;
        font-size:18pt;
        width: 50px;
        background-color:#000;
    }


}



div.hamburger:after {content:"\e236"; font-family: 'Glyphicons Halflings';}
div.notes:after {content:"?"}

div.hamburger,  div.notes { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center}




/* =============================================================================== */ 
/* ========== APPLICATION PREVIOUS / NEXT BUTTONS ============= */

/* GENERAL RULES FOR BUTTON */
.vs-canvas-buttonPrevious, .vs-canvas-buttonNext, .vs-canvas-buttonHome {color:#fff; font-size:52pt; display: flex; align-items:center; -webkit-align-items:center; transition:.25s ease; height:130px; top: calc(50% - 65px); width:60px; cursor: pointer;}

@media (min-width: 768px) { 
    /* POSITION OF BUTTON */
    .vs-canvas-buttonNext {position:absolute; right:0px; z-index:10;}
    .vs-canvas-buttonPrevious {position:absolute; left:0px; z-index:10;}
    .vs-canvas-buttonHome {position:absolute; right:0px; z-index:10;}

    /* PULL OUT FROM SIDE ACTION */
    .vs-canvas-buttonNext:hover {width:80px; padding-right:20px;}
    .vs-canvas-buttonPrevious:hover {width:80px; padding-left:20px;}
    .vs-canvas-buttonHome:hover {width:80px; padding-right:20px;}

    /* SHAPE OF BUTTON */
    .vs-canvas-buttonPrevious {left:0px; border-bottom-right-radius: 10px 50%; border-top-right-radius: 10px 50%;}
    .vs-canvas-buttonNext {right:0px; border-bottom-left-radius: 10px 50%; border-top-left-radius: 10px 50%;}
    .vs-canvas-buttonHome {right:0px; border-bottom-left-radius: 10px 50%; border-top-left-radius: 10px 50%;}

    /* ARROWS INSIDE BUTTON */
    .vs-canvas-buttonNext:after {content:'\f105'; font-family: 'FontAwesome'; font-size:28pt; color:#fff; width:100%; text-align:center;}
    .vs-canvas-buttonPrevious:after {content:'\f104'; font-family: 'FontAwesome'; font-size:28pt; color:#fff; width:100%; text-align:center;}
    .vs-canvas-buttonHome:after {content:'\f015'; font-family: 'FontAwesome'; font-size:28pt; color:#fff; width:100%; text-align:center;}
}

@media (max-width: 768px) {
    .vs-canvas-navigationWrapper {height:50px; float:left; width:100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;} 

    .vs-canvas-buttonNext {width:100%; height:50px; background-color:#333; color:#fff; float:left;}
    .vs-canvas-buttonNext:after {color:#fff; content:"Next"; font-size:12pt; margin-left:auto; margin-right:auto;}
    .vs-canvas-buttonPrevious {width:100%; height:50px; background-color:#111; color:#fff; float:left;}
    .vs-canvas-buttonPrevious:after {color:#fff; content:"Previous"; font-size:12pt; margin-left:auto; margin-right:auto;}
    .vs-canvas-buttonHome {width:100%; height:50px; background-color:#333; color:#fff; float:left;}
    .vs-canvas-buttonHome:after {color:#fff; content:"Main"; font-size:12pt; margin-left:auto; margin-right:auto;}
}



/* =============================================================================== */ 
/* ========== SIDE NAV ============= */

/* ================================ */
/* SIDE NAV MEDIA QUERIES */
@media (min-width: 768px) { 
    .sidenav {
        color: #000;
        height: 100vh;
        width: 375px;
        position: absolute;
        z-index: 9999;
        top: 0;
        transition: left 0.5s ease;    
        background-color: #fff;
        display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
        flex-direction: column;	-webkit-flex-flow: column;
    }

    .sidenav.closed {left: -375px;}
    .sidenav.open {left: 0px;}  
}


@media (max-width: 768px) { 
    .sidenav {
        color: #000;
        width:100%;
        background-color: #fff;
        transition: max-height 0.5s ease;
        display:block !important;
    }
    .sidenav.closed {
        max-height:50px;
        overflow-y:hidden;
    }

    .sidenav.open {
        max-height:500px;
        position:relative;
        z-index:12;
    }     
}

/* ================================ */
/* SIDE NAV TITLE */       
.sidenav .navTitle {
    color: #fff;
    min-height: 60px;
    height: auto;
    padding: 10px;
    font-size:13pt;
    line-height:13pt;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center; flex-direction: column; -webkit-flex-flow: column; justify-content: center; -webkit-justify-content: center;
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.2);
    position:relative;
    text-align:center;
}    

/* ================================ */
/* SIDE NAV VIEW SELECTION */
.sideNav-viewSelect.selected {background-color: rgb(241, 241, 241); pointer-events:none;}
.sideNav-viewSelect:hover {background-color:rgb(250,250,250); cursor:pointer;}

.sideNav-viewSelect {width:100%; padding:5px 15px; min-height:35px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; -webkit-align-items: center;}

.sideNav-viewSelect div {
    font-size: 16px;
    color: #333;
    display: block;
    font-weight: bold;


}


/* ================================ */
/* SIDE NAV MENU BUTTONS */

.sideNav-menuBottom {
    background-color: #f1f1f1;
    position: relative;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}



.sidenav-menuButtons-topRow {
    width: 30%;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidenav-menuButtons-stdButton {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    width: 100%;
    height: 40px;
    text-align: left;
    display: flex;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    align-items: center; -webkit-align-items: center;
    padding-left: 15px;
}

.sideNav-icon {width:30px; text-align: center; margin-right:10px;}

.sidenav-menuButtons-stdButton {opacity:0.75;}
.sidenav-menuButtons-stdButton:hover {cursor:pointer; opacity:1.0;}

.sidenav-thumb {min-width: 80px; max-width: 80px; border:1px solid #fff; outline:1px solid #ddd; margin-right:10px;}


/* =============================================================================== */ 
/* ========== COMMON POPUPS ============= */

.popup-newOpen-wrapper {max-width: 1100px; max-height:550px;}

.popup-delete-wrapper {max-width: 400px; max-height:375px;}
.popup-logout-wrapper {max-width: 400px; max-height:375px;}
.popup-about-wrapper {max-width: 700px; max-height:300px;}
.popup-saveAs-wrapper {max-width: 500px; max-height:250px;}
.popup-createReport-wrapper {max-width:400px; max-height:475px;}

.newOpen-analysisSelector + label {width:100%; min-height:35px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center !important; -webkit-align-items: center !important; justify-content: space-between !important; -webkit-justify-content: space-between !important;}
.newOpen-analysisSelector:not(:checked) + label .newOpen-button-delete {display:none}
.newOpen-analysisSelector:checked + label .newOpen-button-delete {display:block;}

.newOpen-button-delete {opacity:0.5;}
.newOpen-button-delete:hover {opacity: 1.0; cursor:pointer;}

.modal {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
    align-items: center !important; -webkit-align-items: center !important;
    justify-content: center !important; -webkit-justify-content: center !important;
}

.modal-notes-frame {max-width:900px; max-height:500px;}

#generalModal_id {background-color:rgba(0,0,0,0.6);}

.modal-size-max, .modal-size-fitToContent {background-color:#fff; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); animation-duration: 500ms; animation-name: slide-down; position:relative; animation-timing-function:ease;}


@keyframes slide-down {
  0% {
    top:-100px;
  }
  100% {
    top:0px;
  }
}

@media (min-width: 992px) {
    .modal-size-fitToContent {width: calc(100vw - 200px);}
    .modal-size-max {width: calc(100vw - 200px); height: calc(100vh - 60px);}
}

@media (max-width: 992px) and (min-width: 768px)  {
    .modal-size-fitToContent {width: calc(100vw - 60px);}
    .modal-size-max {width: calc(100vw - 60px); height: calc(100vh - 60px);}
}

@media (max-width: 768px) {
    .modal-size-fitToContent {width: calc(100vw - 60px);}
    .modal-size-max {width: calc(100vw - 60px); height: calc(100vh - 60px);}
    .modal-size-fullScreen-xs-only {width: calc(100vw - 60px) !important; height: calc(100vh - 60px) !important; max-height:100vh !important;}
    .fullScreen-xs-only {width: 100vw !important; height: 100vh !important; max-height:100vh !important;}
}

/* =============================================================================== */
/* =========== TOAST ============ */
.toast-wrapper {animation-duration:0.75s; width: calc(100% - 80px); min-height:25px;  position:absolute; left:40px;}
.toast-inner {border-radius: 25px; padding:5px 20px; color:#fff; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);}
.toast-wrapper.bottom {animation-name:toast-bottom; bottom:25px;}
.toast-wrapper.top {animation-name:toast-top; top:25px;}
.toast-dismiss {opacity:0.5;}
.toast-dismiss:hover {opacity:1.0; cursor:pointer;}

@keyframes toast-bottom {
    0%   {opacity: 0.0; bottom:-50px}
    100% {opacity: 1.0; bottom:25px;}
}

@keyframes toast-top {
    0%   {opacity: 0.0; top:-50px}
    100% {opacity: 1.0; top:25px;}
}
/* =============================================================================== */ 
/* ========== REGISTRATION AND LOGIN ============= */
/*.login-wrapper {width:100%; max-width:800px; border-radius:3px; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); background-color:#fff; overflow:hidden; min-height:450px;}
.sm-wrapper {width:100%; max-width:500px; border-radius:3px; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); background-color:#fff; overflow:hidden; }
.login-emailInput + label, .login-passwordInput + label {position:absolute; top:0px; left:0px; display:block; width:35px; text-align:center; font-family: 'FontAwesome' !important;}
.login-emailInput + label:after {content:"\f007";}
.login-passwordInput + label:after {content:"\f13e";}



@media all and (min-width: 768px) and (min-height: 600px) {  
.poweredBy-badge {position:absolute; bottom:10px;}
}*/

.login-wrapper {background-color:#fff;}

@media (min-width: 768px) {  
.login-wrapper {width:100%; max-width:800px; border-radius:3px; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); overflow:hidden; min-height:450px;}
}

@media (max-width: 768px) {  
    
}

.sm-wrapper {width:100%; max-width:500px; border-radius:3px; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); background-color:#fff; overflow:hidden; }
.login-emailInput + label, .login-passwordInput + label {position:absolute; top:0px; left:0px; display:block; width:35px; text-align:center; font-family: 'FontAwesome' !important;}
.login-emailInput + label:after {content:"\f007";}
.login-passwordInput + label:after {content:"\f13e";}

.poweredBy-badge {position:absolute; bottom:10px;}
/* =============================================================================== */ 
/* ========== DEBUG PANEL ============= */

div.debugWrapper { 
    text-align: center;
    z-index: 1000; 
    position: absolute;
    left: 0px;     
    top: 10px; 
    display: none; 
    width: 100%; 
    margin-top: 1px; 
}
span.debugContents {
    background-color: #cccccc; 
    border: solid black 1px; 
    padding: 5px;
}
span.debugContents i {
    cursor: pointer;
}
