﻿
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(https://fonts.gstatic.com/s/sourcesanspro/v10/toadOcfmlt9b38dHJxOBGIAPdqzPmKFFIYQ-46z3JxY.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

html {
    padding: 0;
    margin: 0;
    color: #000;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Source Sans Pro', sans-serif !important;
    background: #fff;
    font-size: 14px
}

a {
    color: inherit;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }

.spacer {
    clear: both;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

select.vdInput {
    max-width: 300px;
    color: #adb8c0 !important;
    width: 100%;
    padding: 10px 20px;
    background: #fff url(../../Images/Fruiteo/img/icn/select.svg) right 10px center no-repeat;
    border: 1px solid #c1c9d2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    position: relative;
    font-style: italic
}

    select.vdInput.autoWidth {
        width: auto;
        padding: 5px 40px 5px 10px
    }

#topbar {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 5px;
    background: #2f83d6;
    background: -moz-linear-gradient(left, #2f83d6 0%, #3eceb4 100%);
    background: -webkit-linear-gradient(left, #2f83d6 0%,#3eceb4 100%);
    background: linear-gradient(to right, #2f83d6 0%,#3eceb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f83d6', endColorstr='#3eceb4',GradientType=1 );
    z-index: 100;
}

#bottombar {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #2f83d6;
    background: -moz-linear-gradient(left, #2f83d6 0%, #3eceb4 100%);
    background: -webkit-linear-gradient(left, #2f83d6 0%,#3eceb4 100%);
    background: linear-gradient(to right, #2f83d6 0%,#3eceb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f83d6', endColorstr='#3eceb4',GradientType=1 );
    z-index: 100;
}

#wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: table;
    background: url(../../Images/Fruiteo/img/bgLogin.svg) left center no-repeat #fff
}

#wrapperCenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-align: center
}

#loginCont {
    text-align: center;
    padding: 0px 30px;
    color: #adb8c0 !important
}

    #loginCont a {
        color: #33cbb0
    }

        #loginCont a:hover {
            color: #42d2b8
        }

    #loginCont div#logo, #resetDiv div#logo {
        width: 150px;
        height: 66px;
        background: url(../../Images/Fruiteo/img/imgLogo.png?v=202012);
        background-size: 150px 66px;
        margin: 0px auto;
        display: block
    }

    #loginCont div#logoVeasy {
        width: 200px;
        height: 50px;
        background: url(../../Images/Fruiteo/img/imgLogoVeasy.png);
        background-size: 200px 50px;
        margin: 0px auto;
        display: block
    }

    #loginCont h3 {
        font-weight: 200;
        font-family: 'Source Sans Pro';
        color: #144661;
        margin: 20px 0px
    }

.lgInput {
    width: 100%;
    max-width: 300px;
    padding: 10px 20px;
    background: #fff;
    position: relative;
    border: 1px solid #c1c9d2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    display: inline-block;
    text-align: center
}

    .lgInput::-webkit-input-placeholder {
        font-style: italic
    }

    .lgInput::-moz-placeholder {
        font-style: italic
    }

    .lgInput:-ms-input-placeholder {
        font-style: italic;
    }

    .lgInput:-moz-placeholder {
        font-style: italic
    }

.loginFormLine {
    margin-top: 15px;
}

.loginFormBot {
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
    text-align: left;
    margin-top: 20px;
    font-size: 14px
}

    .loginFormBot span {
        margin-left: 5px
    }

.loginFormBotLeft {
    float: left;
}

.loginFormBotRight {
    float: right;
}

.loginFormSubmit {
    margin-top: 20px;
}

    .loginFormSubmit input, button {
        border: none;
        width: auto;
        padding: 10px 50px;
        text-transform: uppercase;
        color: #fff;
        border-radius: 20px;
        background: #39c6ae;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        box-shadow: 0px 4px 20px rgba(59,205,169,0.5);
    }

        .loginFormSubmit input:hover, button:hover {
            background: #41d4ba;
        }

#rememberMeCheck {
    position: relative !important;
    -moz-appearance: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    float: left;
    top: -5px;
    outline: none !important;
    appearance: none;
    border: none !important
}
#rememberMethod2FA {
    position: relative !important;
    -moz-appearance: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    outline: none !important;
    appearance: none;
    border: none !important;
    vertical-align: bottom;
}

    #rememberMeCheck:before, #rememberMethod2FA:before {
        position: absolute;
        width: 22px;
        height: 22px;
        left: 0px;
        top: 0px;
        border-radius: 50%;
        background: #fff;
        content: '.';
        overflow: hidden;
        text-indent: 5000px;
        border: 1px solid #ccc
    }

    #rememberMeCheck:checked:before, #rememberMethod2FA:checked:before {
        background: #fff url(../../Images/Fruiteo/img/icn/checked.svg) center center no-repeat
    }

@@media (max-width: 767px) {
    .loginFormBotLeft {
        font-size: 0.9em;
    }

    .loginFormBotRight {
        font-size: 0.9em;
    }
}


.structureList {
    width: 300px;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    display: none;
}

.structureName {
    color: #adb8c0;
    font-size: 1.05em;
    padding: 10px;
    border-width: 1px;
    border-bottom-width: 0;
    border-style: solid;
    border-color: black;
}

    .structureName label {
        cursor: pointer;
    }

    .structureName:first-child {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .structureName:last-child {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-width: 1px;
    }

.structureTable {
    text-align: center;
    margin: 0 auto;
    display: none;
    width: auto;
    max-width: 600px;
}

    .structureTable tr td {
        border: solid 1px black;
        color: #adb8c0;
        font-size: 1.05em;
        padding: 10px;
    }

#loading {
    display: none;
    text-align: center;
    margin: 0 auto;
    width: 300px;
    padding-top: 16px;
    color: #adb8c0;
}

    #loading img {
        margin-bottom: -30px;
    }

input[placeholder], [placeholder], *[placeholder] {
    /*color: black !important;*/
    font-size: 14px;
}



#vid-container {
    width: 100%;
    height: 100%;
    width: 820px;
    height: 461.25px;
    float: none;
    clear: both;
    margin: 2px auto;
}

svg {
    border-radius: 3px;
}

.node {
    cursor: pointer;
}

    .node circle {
        fill: #fff;
        stroke: #218FDA;
        stroke-width: 3px;
    }

    .node text {
        font: 12px sans-serif;
    }

.link {
    fill: none;
    stroke: #218FDA;
    stroke-width: 2px;
}

.hyper {
    color: red;
    text-decoration: underline;
}

    .hyper:hover {
        color: yellow;
        text-decoration: none;
    }

.selected {
    font-weight: bold;
}

.not-selected {
    font-weight: normal;
}

.btnsub {
    color: #237ed3 !important;
    border-radius: 20px;
    margin-left: 20px !important;
    padding: 0 16px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #c1c9d2;
    outline: none;
    font-size: 14px;
    line-height: 100%;
    position: relative;
    vertical-align: middle;
}

    .btnsub:hover {
        border-color: #237ed3 !important;
    }

.eye-icon {
    position: absolute;
    margin-top: 8px;
    margin-left: 10px;
    font-size: 24px;
    color: black;
}

.terms-content {
    width: 750px;
}

.rdInput {
    width: 28px;
    padding: 5px;
    height: 28px;
    font-size: 18px;
    border-radius: 100%;
}

.vdRadioBtn {
    position: relative !important;
    -moz-appearance: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    outline: none !important;
    appearance: none;
    border: none !important;
}

    .vdRadioBtn:checked:before {
        background: #fff url(../../Images/Fruiteo/img/icn/checked.svg) center center no-repeat;
    }

    .vdRadioBtn:before {
        position: absolute;
        width: 22px;
        height: 22px;
        left: 0px;
        top: 0px;
        border-radius: 50%;
        background: #fff;
        content: '.';
        overflow: hidden;
        text-indent: 5000px;
        border: 1px solid #ccc;
    }
