
body {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    /*font-weight: 300;*/
    margin: 0px !important;
    padding: 0px !important;

    background-color: #ffffff !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-font-smoothing: antialiased !important;
}

.loadingscreen{
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
}

.loadingscreenContainer{
    width: 20%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.loadingImg{
    width: 35%;
    animation: loadingRotate 1.5s linear 0ms infinite normal none;
}
.loadingText{
    font-size: 25pt;
}
@keyframes loadingRotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
.main-form-body{
    position: absolute;
    border-radius: 2px;
    left: 50%;
    transform: translate(-50%,0%);
    text-align: center;
    background-color: #fff;
    min-width: 40%;
    margin-top: 10%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.main-form-body:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.copyToclipbrd-container{
    position: fixed;
    border-radius: 2px;
    bottom: 5%;
    left: 5%;
    padding: 12px 25px;
    text-align: center;
    background-color: #fff;
    color: #424242;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.copyToclipbrd-container:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.copyToclipbrd-header{
    padding: 5px 0px 20px 0px;
}

.copyToclipbrd-password{
    padding: 0px 0px 22px 0px;
    color: #b9b9b9;
}

.copyToclipbrd-btn-icon{
    vertical-align: middle;
}
#secret{
    cursor: pointer;
    color: #fcfcfc;
    padding: 8px 21px;
    background-color: #424242;
    border-radius: 2px;
}

#secret:hover{
    background: #676767;
}
.form-header-text{
    color: #111111;
    font-size: 25pt;
}

.form-header-img{
    height: auto;
    width: 90px;
    margin-bottom: 20px;
}


.form-header{
    text-align: center;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input{
    padding: 15px 30px;
    border: none;
    border-radius: 2px;
    background-color: #d8d8d8;
    color: #2b2b2b;
    font-size: 10pt;
    margin: 13px 20px;
    cursor: pointer;
    transition: all 1s ease;
}

input::placeholder{
    color: #ffffff;
}

input:focus::placeholder{
    color: #cecece;
}

input:focus{
    background-color: #adadad;
    color: #ffffff;
}

.radio-btn-group{
    white-space: nowrap;
}

#access-specifier{
    padding: 15px 30px;
    color: #161616;
}

.access-selection{
    overflow: scroll;
    padding: 15px 30px;
    border: solid 1px #c7c7c7;
    border-radius: 3px;
    margin: 13px 20px;
    height: 250px;
    background-color: rgb(249, 249, 249);
    color: rgb(43, 43, 43);
}

.form-link{
    font-size: 10pt;
    text-decoration: none;
    white-space: nowrap;
    color: rgb(23, 23, 23);
}

.form-link:hover
{
    text-decoration:none;
    cursor:pointer;
}


.submitBtn{
    background: rgba(255, 255, 255, 0.88);

    width: 30%;
    padding:15px 20px;
    color: #263238;
    cursor: pointer;
    transition: all 300ms ease
}

.submitBtn:hover{
    color: #37444a;
    background: rgba(255, 255, 255, 0.95);
}

.home-optn-btn-icon{
    display: block;
    margin: 7% auto;
    width: 50%;
}

.home-optn-btn-text{
    display: inline;
    font-size: 14pt;
}

.home-grid{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
    /*align-items: center;*/
    justify-content: space-around;
}

.home-anchor-card{
    width: 20%;

    display: block;
    background: white;
    border-radius: 2px;
    margin: 50px 30px;
    text-decoration: none;
    color: #121212;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.home-anchor-card:hover{
    background-color: #e3e3e3;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.home-anchor-card:visited:active:link:hover{
    color: #121212;
}

.home-card-footer{
    background-color: #424242;

}

.home-card-container{
    padding: 15px;
    text-align: center;
}
.form-footer{
    background-color: #424242;
    height: 70px;
    bottom: 0px;
}

.form-top-bodySection{
    padding: 30px 10px;
}

.form-footer-actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-link{
    font-size: 11pt;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.68);
    line-height: 70px;
    margin: 0px 20px;
    transition: all 500ms ease;
}

.form-link:hover{
    color: rgba(255, 255, 255, 0.95);
}

.form-elements{
    margin: 10px;
}

.element{
    display: block;
    margin: 0px 20px
}

textarea{
    width: 83%;
    padding: 29px;
    font-size: 12pt !important;
    background: #fcfcfc !important;
    border-radius: 5px;
    border: solid 2px #e2e2e2;
    transition: all 500ms ease !important;
}

textarea:focus{
    background: #f9f9f9;

    border: solid 2px #81d0ff;
}

select{
    width: 80%;
    height: 37px;
    border-radius: 5px;
    border: none;
    font-size: 14pt;
    color: #fff;
    margin: 25px 0px;
    background-color: #424242;
}

.selection-cards{
    background: #fff;
    border-radius: 2px;
    margin: 20px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    user-select: none;
}

.selection-cards:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.description-of-group{
    background-color: #d8d8d8;
    color: rgb(255, 255, 255);
    padding: 3px 0px;
    font-size: 9pt;
}

.radio-btn-text{
    display: inline;
    color: #111;
}

.radio-btn-of-group{
    text-align: left;
}

.logoutBtn{
    color: black;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(-100%,-50%);
}


.logoutBtn:hover{
    color: #ff0001;
}





#message-box{
    display: none;
    /*background-color: rgba(0, 0, 0, 0.61);*/
    /*color: white;*/
    /*font-size: 10pt;*/
    /*position: fixed;*/
    /*bottom: 0px;*/
    /*left: 0px;*/
    /*width: 100%;*/
    /*padding: 5px 3px;*/
}


.nav-bar{
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    color: black;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.nav-bar-evive-logo{
    vertical-align: middle;
    width: 96px;
    margin-right: 15px;
}

.nav-bar-ibot-logo{
    width: 34px;
    vertical-align: middle;
}

.nav-bar-center-logos{
    display: inline;
}

.nav-bar-ibot-text{
    font-size: 23pt;
    vertical-align: middle;
    transform-origin: 50%;
}

.nav-back-btn-text{
    vertical-align: middle;
    display: inline;
}

.nav-back-btn-icon{
    vertical-align: middle;
    padding-left: 15px;
}

.nav-back-btn{
    visibility: hidden;
    color: black;
    transition: all 0.3s ease;
    cursor: pointer;
}


.nav-back-btn:hover{
    color: #00a6ff;
}

.nav-logout-btn{
    color: black;
    transition: all 0.3s ease;
    cursor: pointer;
}

.nav-logout-btn:hover{
    color: #ff000d;
}

.nav-logout-btn-text{
    vertical-align: middle;
    display: inline;
}

.nav-logout-btn-icon{
    vertical-align: middle;
    padding-right: 15px;
}

.nav-home-btn{
    cursor: pointer;
}



.forgot-password-bkbtn{
    position: fixed;
    top: 10px;
    left: 10px;
    color: black;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
}


.forgot-password-bkbtn:hover{
    color: #00a6ff;
    background: #fff;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.help-message-btn{
    padding: 0px 10px;
}

.secondary-action-btn{
    background: rgba(255, 255, 255, 0.88);
    width: 30%;
    white-space: nowrap;
    margin: 13px 20px;
    text-align: center;
    font-size: 10pt;
    padding: 15px 20px;
    color: #263238;
    cursor: pointer;
    transition: all 300ms ease;
}

/*------------------------------------------------------------------------------------------*/

.help-cursor{
    cursor: url('/static/images/cursors/help.png'), help;
}


.help-message-btn {

    color: #f8f8f8;
    width: 60px;
    font-size: 16px;
    margin: 0px 20px;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.help-message-btn .help-message-tooltip {
    background: rgba(0, 0, 0, 0.85);
    bottom: 100%;
    color: #fff;
    display: block;
    left: -60px;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 200%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.help-message-btn .help-message-tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.help-message-btn .help-message-tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid rgba(0, 0, 0, 0.85) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.showLogsBtn{
    position: absolute;
    top: 50%;
    right: 0px;
    padding: 20px 5px 20px 20px;
    border-radius: 35px 0px 0px 35px;
    color: #fff;
    background: rgba(8, 8, 8, 0.60);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    transform: translateY(-50%);
}
.showLogsBtn:hover{
    color: #00a6ff;
    background: rgba(8, 8, 8, 0.90);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.hideLogsBtn{
    position: absolute;
    top: 50%;
    right: 25vw;
    padding: 20px 5px 20px 20px;
    border-radius: 35px 0px 0px 35px;
    color: #fff;
    background: rgba(8, 8, 8, 0.60);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    transform: translateY(-50%);
}
.hideLogsBtn:hover{
    color: #00a6ff;
    background: rgba(8, 8, 8, 0.90);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.logsBlock{
    position: absolute;
    right: 0vw;
    width: 23vw;
    overflow: scroll;
    height: 100%;
    background: rgba(8, 8, 8, 0.60);
    padding: 77px 15px 15px 15px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.logsBlock:hover{
    background: rgba(8, 8, 8, 0.90);
}
.notfoundimg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.help-message-btn:hover .help-message-tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.help-message-btn:hover{
    background-color: #5f5f5f;
}
/* IE can just show/hide with no transition */
.lte8 .help-message-btn .help-message-tooltip {
    display: none;
}

.lte8 .help-message-btn:hover .help-message-tooltip {
    display: block;
}



/*----------------------------------------- media queries -------------------------------------------------*/

@media only screen and (max-width: 655px) {
    .home-optn-btn-text{
        font-size: 10pt;
    }
    .home-optn-btn-icon{
        width: 40%;
    }
}


@media only screen and (max-width: 600px) {
    .main-form-body {
        width: 100%;
        margin-top: 25%;
    }
}


@media only screen and (max-width: 500px) {
    .nav-bar-evive-logo {
        margin: 0px;
        width: 70px;
    }

    .nav-bar-ibot-text {
        font-size: 20pt;
    }

    .nav-back-btn-icon, .nav-logout-btn-icon {
        padding: 0px;
    }

    .home-anchor-card{
        width: 30%;
    }

    .home-grid {
        margin-top: 130px;
    }
}

@media only screen and (max-width: 375px) {
    .home-anchor-card{
        width: 30%;
        margin: 20px 30px;
    }
}

@media only screen and (max-width: 330px) {
    .nav-bar-evive-logo{
        width: 50px;
    }
    .nav-bar-ibot-text{
        font-size: 13pt;
    }
    .nav-bar-ibot-logo{
        width: 24px;
    }

    .material-icons{
        font-size: 20px;
    }

    .nav-logout-btn-text, .nav-back-btn-text{
        font-size: 11pt;
    }

    .main-form-body{
        margin-top: 15%;
    }

    .home-anchor-card {
        margin: 20px 10px;
    }

    .home-grid {
        margin-top: 75px;
    }

}

#fs-modal{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.57);
    height: 100%;
    width: 100%;
    z-index: 2;
}

#fs-modal-container{
    position: absolute;
    background: #fff;
    border-radius: 2px;
    transform: translate(-50%,-50%);
    top: 50%;
    color: #424242;
    left: 50%;
    width: 80%;
    max-height: 80%;
    padding: 50px 30px 60px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#access-table{
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}


td{
    border: 1px solid #969696;
    padding: 8px 16px;
    white-space: nowrap;
}

th {
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    border-right: 1px solid #969696;
    border-bottom: 2px solid #5d5d5d;
    font-size: 13pt;
    padding: 16px 16px;
    white-space: nowrap;
}

tr{
    transition: all 0.3s ease;
    cursor: default;
}

tr:hover{
    background: #fff;
    box-shadow:0px 3px 15px -1px #0000009e;
}

/*tbody{*/
    /*transition: all 0.5s ease;*/
/*}*/

/*tbody:hover{*/
    /*background: rgba(82, 82, 82, 0.04);*/
/*}*/

tr:nth-child(even) {
    /*background-color: #dddddd;*/
}

/*tr:hover {*/
    /*border: 2px solid black;*/
    /*outline-offset: -2px;*/
    /*cursor:pointer;*/
/*}*/

#fs-modal-close-btn{
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
}

#table-container{
    overflow: scroll;
    border: 3px solid black;
    border-radius: 2px;
    margin: 10px 0px;
    height: 100%;
}

#result-container{
    overflow: scroll;
    border: 3px solid black;
    border-radius: 2px;
    margin: 10px 0px;
    padding: 20px;
    height: 100%;
    white-space: pre-line;
}

.modal-footer{
    position: absolute;
    display: flex;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #424242;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}

.modal-footer:hover{
    background-color: #5f5f5f;
}

.modal-action-btns{
    background: rgba(255, 255, 255, 0.88);
    width: 20%;
    padding: 15px 20px;
    color: #263238;
    margin-right: 20px;
    cursor: pointer;
    transition: all 300ms ease;
}


.feedback-card{
    position: fixed;
    bottom: 0px;
    right: 10px;
    width: 500px;
    text-align: center;
    background-color: white;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.feedback-card-header{
    padding: 5px;
    font-size: 15pt;
    color: #fff;
    cursor: pointer;
    background-color: #424242;
}

.feedback-text-area{
    margin: 10px !important;
    color: #2b2b2b !important;
    border: none !important;
    font-size: 12pt !important;
    border-radius: 3px !important;
    background-color: #d8d8d8 !important;
    width: 80% !important;
    height: 80px !important;
}

.feedback-card-field-header{
    text-align: left;
    color: #121212;
    margin: 20px 10px 10px 25px;
}

.emotions-container{
    display: flex;
    justify-content: space-around;
    margin: 25px 20px;
    background-color: #d8d8d8;
    border-radius: 3px;
}
.emotion{
    cursor: pointer;
    padding: 10px 0px;
    transition: 500ms all ease;
}

.emotion-icon{
    transition: 500ms all ease;
}

.emotion:hover{
    background-color: #cccccc;
}

.emotion:hover .emotion-icon{
    transform: scale(1.2);
}
.emotion-icon{
    height: auto;
    width: 60%;
}


/* Custom input */

.input-hidden {
    position: absolute;
    left: -9999px;
}

input[type=radio]:checked + label> .emotion {
    background-color: #afafaf;
}

.emotion-icon[title]:hover:after {

    content: attr(title);
    position: absolute;
    top: -200%;
    left: 0;
    background:blue;
    color:white;
    width:100%;
    padding:10px;
    border-radius:5px;
}

#feedback_main_body{
    margin-bottom: 0px;
}

.feedback-form-footer{
    background-color: #424242;
    height: 70px;
    bottom: 0px;
}


.feedback-form-footer-actions{
    display: flex;
    /*padding: 12px;*/
    align-items: center;
    justify-content: space-between;
}


.feedbacksubmitBtn{
    background: rgba(255, 255, 255, 0.88);

    width: 30%;
    padding:15px 20px;
    color: #263238;
    cursor: pointer;
    transition: all 300ms ease
}

.feedbacksubmitBtn:hover{
    color: #37444a;
    background: rgba(255, 255, 255, 0.95);
}

/* JSON DIFF MODAL*/

.jd-modal-footer-actions{

}

.jd-modal-action-btn{

}

