/* /Pages/Accounts/Login.razor.rz.scp.css */


.card-container.card[b-9q6q2my19i] {
    
    max-width: 450px;
    padding: 40px 40px;
}

.btn[b-9q6q2my19i] {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card[b-9q6q2my19i] {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 30px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card[b-9q6q2my19i] {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card[b-9q6q2my19i] {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email[b-9q6q2my19i] {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail[b-9q6q2my19i],
.form-signin #inputPassword[b-9q6q2my19i] {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email][b-9q6q2my19i],
.form-signin input[type=password][b-9q6q2my19i],
.form-signin input[type=text][b-9q6q2my19i],
.form-signin button[b-9q6q2my19i] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus[b-9q6q2my19i] {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin[b-9q6q2my19i] {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-signin:hover[b-9q6q2my19i],
    .btn.btn-signin:active[b-9q6q2my19i],
    .btn.btn-signin:focus[b-9q6q2my19i] {
        background-color: rgb(12, 97, 33);
    }
/* /Pages/Productions/Graph.razor.rz.scp.css */

/* /Shared/Components/AGBreadCrumb.razor.rz.scp.css */
ul[b-yvv2hb5wgs] {
    margin: 0;
    padding: 0;
    list-style: none;
}
#breadcrumbs-one[b-yvv2hb5wgs] {
    background: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #e5e5e5 #ccc;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
}

    #breadcrumbs-one li[b-yvv2hb5wgs] {
        float: left;
    }

    #breadcrumbs-one div[b-yvv2hb5wgs],
    #breadcrumbs-one a[b-yvv2hb5wgs] {
        padding: .7em 1em .7em 2em;
        float: left;
        text-decoration: none;
        color: #444;
        position: relative;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
        background-color: #ddd;
        background-image: linear-gradient(to right, #f5f5f5, #ddd);
    }

    
    #breadcrumbs-one li:first-child a[b-yvv2hb5wgs] {
        padding-left: 1em;
        border-radius: 5px 0 0 5px;
    }

    #breadcrumbs-one a:hover[b-yvv2hb5wgs] {
        background: #fff;
    }

    #breadcrumbs-one div[b-yvv2hb5wgs]::after,
    #breadcrumbs-one div[b-yvv2hb5wgs]::before,
    #breadcrumbs-one a[b-yvv2hb5wgs]::after,
    #breadcrumbs-one a[b-yvv2hb5wgs]::before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1.5em;
        border-top: 1.5em solid transparent;
        border-bottom: 1.5em solid transparent;
        border-left: 1em solid;
        right: -1em;
    }

    #breadcrumbs-one div[b-yvv2hb5wgs]::after,
    #breadcrumbs-one a[b-yvv2hb5wgs]::after {
        z-index: 2;
        border-left-color: #ddd;
    }
    #breadcrumbs-one div[b-yvv2hb5wgs]::before,
    #breadcrumbs-one a[b-yvv2hb5wgs]::before {
        border-left-color: #ccc;
        right: -1.1em;
        z-index: 1;
    }

    #breadcrumbs-one a:hover[b-yvv2hb5wgs]::after {
        border-left-color: #fff;
    }

    #breadcrumbs-one .current[b-yvv2hb5wgs],
    #breadcrumbs-one .current:hover[b-yvv2hb5wgs] {
        font-weight: bold;
        background: none;
    }

    #breadcrumbs-one .current[b-yvv2hb5wgs]::after,
    #breadcrumbs-one .current[b-yvv2hb5wgs]::before {
        content: normal;
    }


/***/





.breadcrumbs[b-yvv2hb5wgs] {
    background-color: #61B269;
    color: #FFF;
    display: flex;
    font-size: 14px;
    position: relative;
}

.breadcrumb-item[b-yvv2hb5wgs] {
    padding-left: 30px;
}

    .breadcrumb-item:first-child[b-yvv2hb5wgs] {
        padding-left: 10px;
    }

    .breadcrumb-item .number[b-yvv2hb5wgs] {
        display: block;
        background-color: #457F4B;
        width: 8px;
        height: 16px;
        border-radius: 15px;
        padding: 6px 10px;
        float: left;
        margin: 13px 0 0 10px;
    }

    .breadcrumb-item .label[b-yvv2hb5wgs] {
        display: block;
        padding: 20px 0 20px 10px;
        float: left;
    }

    .breadcrumb-item[b-yvv2hb5wgs]::after {
        content: '';
        display: block;
        width: 35px;
        height: 35px;
        transform: rotate(130deg) skew(-10deg);
        float: right;
        position: relative;
        top: 10px;
        left: 19px;
        border-top: 1px solid #457F4B;
        border-left: 1px solid #457F4B;
        background-color: #61B269;
    }

    .breadcrumb-item.current[b-yvv2hb5wgs],
    .breadcrumb-item.current[b-yvv2hb5wgs]::after {
        background-color: #457F4B;
    }

        .breadcrumb-item.current .number[b-yvv2hb5wgs] {
            background-color: #61B269;
        }

.product[b-yvv2hb5wgs] {
    margin-left: 30px;
    padding: 20px;
    width: 400px;
    float: left;
}

    .product img[b-yvv2hb5wgs] {
        width: 200px;
        float: left;
        margin-right: 20px;
    }

    .product h3[b-yvv2hb5wgs] {
        font-family: 'Roboto Condensed', san-serif;
        margin: 15px 0 0;
        text-decoration: underline;
    }

    .product p[b-yvv2hb5wgs] {
        margin: 0;
    }

    .product .details[b-yvv2hb5wgs] {
        margin-top: 20px;
    }

    .product .information[b-yvv2hb5wgs] {
        line-height: 1em;
        position: relative;
        right: 3px;
        margin-top: 20px;
    }

        .product .information td[b-yvv2hb5wgs] {
            vertical-align: top;
        }

    .product .label[b-yvv2hb5wgs] {
        font-weight: bold;
    }

    .product .break[b-yvv2hb5wgs] {
        padding-bottom: 20px;
    }

form[b-yvv2hb5wgs] {
    float: right;
    background-color: #EEE;
    width: 360px;
    padding: 60px 80px 46px;
}

.cc-info[b-yvv2hb5wgs] {
    display: flex;
}

    .cc-info input[b-yvv2hb5wgs], .cc-info label[b-yvv2hb5wgs] {
        padding-left: 2px;
    }

.input-group[b-yvv2hb5wgs] {
    height: 50px;
    margin: 0 0 20px;
}

.month[b-yvv2hb5wgs] {
    width: 65px;
    margin-right: 10px;
}

.year[b-yvv2hb5wgs] {
    width: 65px;
    margin-right: 90px;
}

.slash[b-yvv2hb5wgs] {
    width: 15px;
}

.ccv[b-yvv2hb5wgs] {
    width: 113px;
}

label[b-yvv2hb5wgs], input[b-yvv2hb5wgs] {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
}

label[b-yvv2hb5wgs] {
    z-index: 1;
    transition: opacity 0.2s ease-in-out;
    color: #666;
}

input[b-yvv2hb5wgs] {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #61B269;
    position: relative;
    top: -37px;
    background-color: transparent;
    transition: border-bottom 0.2s ease-in-out;
}

    input:focus[b-yvv2hb5wgs] {
        outline: none;
    }

button[b-yvv2hb5wgs] {
    display: block;
    background-color: #457F4B;
    border: 0;
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px 20px;
    transition: background-color 0.2s ease-in-out;
    outline: none;
    float: right;
}

    button:hover[b-yvv2hb5wgs] {
        cursor: pointer;
        background-color: #61B269;
    }


.fadeOut[b-yvv2hb5wgs] {
    opacity: 0;
}

.fadeIn[b-yvv2hb5wgs] {
    opacity: 1;
}
/* /Shared/EmptyLayout.razor.rz.scp.css */

.page[b-xjnqfyc9kg] {
    background-image : url("../imgs/forex.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    background-color: #cccccc;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-q83tzlhanf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-q83tzlhanf] {
    flex: 1;
}

.sidebar[b-q83tzlhanf] {
    background-image: linear-gradient(180deg, #070917 0%, #0e122e 70%);
   /* background-image: url("../imgs/forex.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    /*background-color: #0e122e;*/
    
}




.top-row[b-q83tzlhanf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-q83tzlhanf]  a, .top-row[b-q83tzlhanf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-q83tzlhanf]  a:hover, .top-row[b-q83tzlhanf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-q83tzlhanf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-q83tzlhanf] {
        display: none;
    }

    .top-row.auth[b-q83tzlhanf] {
        justify-content: space-between;
    }

    .top-row[b-q83tzlhanf]  a, .top-row[b-q83tzlhanf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-q83tzlhanf] {
        flex-direction: row;
    }

    .sidebar[b-q83tzlhanf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-q83tzlhanf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-q83tzlhanf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-q83tzlhanf], article[b-q83tzlhanf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navmenu[b-s6docskvcu] {
/*    background-color: rgba(07,09,17,0.5);*/
}

.navbar-toggler[b-s6docskvcu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-s6docskvcu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-s6docskvcu] {
    font-size: 1.1rem;
}

.oi[b-s6docskvcu] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-s6docskvcu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-s6docskvcu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-s6docskvcu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s6docskvcu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-s6docskvcu]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-s6docskvcu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s6docskvcu] {
        display: none;
    }

    .collapse[b-s6docskvcu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
