﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*css for Login.cshtml*/
body {
    /*background-image: url(/images/bghome.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    font-family: "Tahoma", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.body-admin {
    font-family: "Tahoma", sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
}

.talmoloko-bg {
    background-color: rgb(149, 198, 62) !important;
}

.toast {
    display: none;
}

.top {
    margin-top: 10%;
    margin-bottom: 10%;
}

.col-left {
    margin-top: 20px;
    padding: 10%;
    width: 100%;
    height: 548px;
    /*height: 100%;*/
    background: rgba(69, 69, 69, 0.63);
    backdrop-filter: blur(20px);
    border-radius: 30px;
}

.logo-text {
    margin-top: 15px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #69aeff;
}

.logo-text-2 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
}

.logo-text-3 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
}

.col-center {
    margin-top: 20px;
    padding: 13%;
    width: 100%;
    height: 548px;
    /*height: 100%;*/
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 50px 8px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

.text-center-1 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #3a3a3a;
    margin-top: 20px;
    text-align: center;
}

.text-center-2 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #898989;
}

.e-mail {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tel {
    margin-bottom: 15px;
}

.text-center-3 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #898989;
}

.form-check {
    margin-top: 10px;
}

.col-right {
    margin-top: 20px;
    width: 100%;
    height: 548px;
    /*height: 100%;*/
    background: #ffffff;
    box-shadow: 0px 4px 50px 8px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 7%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Trade*/

.terminal-trade-border {
    border: 1px solid #D3D3D3;
    border-radius: 12px;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    --lh: 1.4rem;
    line-height: var(--lh);
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    /*Margin top by header height*/
    margin-top: 90px;
}
/*
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
/*}*/

@media(min-width:768px) {
    .terminal-custom-nav {
        padding-left: 8.66% !important;
        padding-right: 8.66% !important;
    }

    .terminal-custom-brand {
        margin-top: 0.5vw !important;
        margin-bottom: 0.5vw !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        margin-right: 30px !important;
    }

    .terminal-custom-nav-cnt {
        padding: 0 !important;
    }

    .terminal-navbar-li {
        display: table-row !important;
    }

    .terminal-navbar-a {
        display: table-cell !important;
        height: 90px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        color: #000 !important;
    }

        .terminal-navbar-a.active {
            background-color: #fff !important;
            color: #000 !important;
            font-weight: bold !important;
        }

    .terminal-td {
        min-height: 45px !important;
        vertical-align: middle !important;
    }
}

.terminal-sort {
    color: gray !important;
    font-weight: normal !important;
}

    .terminal-sort, .terminal-sort a, .terminal-sort:hover {
        color: gray !important;
        text-decoration: none !important;
    }

.terminal-header-col {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.terminal-link {
    text-decoration: none !important;
    color: #000 !important;
}

.terminal-gray {
    color: gray !important;
    font-weight: bold !important;
}

.terminal-custom-nav-cnt, .terminal-custom-nav-cnt-footer {
    /*background-color: rgb(58,59,58) !important;*/
}

.terminal-button {
    background-color: rgb(120,172,249) !important;
    color: #fff !important;
}

@media(min-width:768px) {
    .terminal-custom-nav-cnt-footer {
        /*margin-top: 200px !important;*/
    }
}

.form-label {
    color: gray !important;
}

@media(min-width:768px) {
    .terminal-text-secondary {
        font-size: 0.7vw !important;
    }
}

.terminal-text-secondary {
    color: gray !important;
}

#terminal-dialog-cnt {
    display: none;
}

[data-chatline] {
    cursor: pointer;
}

#terminal-messages-cnt {
    overflow: auto;
}

.terminal-msg-preview {
    --max-lines: 3;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
}

    .terminal-msg-preview::before {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
    }

.terminal-list-cnt {
    overflow: auto;
    max-height: 45vw;
}

/*19-07-22*/
.terminal-password-enter {
    /*display: none;*/
}

.terminal-simple-enter {
    display: none;
}

.open-password-enter/*, .tmadmin-register*/ {
    display: none;
}

.open-password-enter, .password-register {
    color: gray;
    text-decoration-style: dashed;
}

    .open-password-enter:hover {
        color: #fff;
        text-decoration: none;
    }

.open-code-enter {
    color: gray;
    text-decoration-style: dashed;
    display: none;
}

    .open-code-enter:hover {
        color: #fff;
        text-decoration: none;
    }

.terminal-ccode {
    display: none;
}

.terminal-speller-helper {
    cursor: pointer;
    width: 100%;
    padding: 3px;
}

.terminal-ccchat-group .terminal-speller-helper {
    margin-left: 50px !important;
}

.p2-delete {
    cursor: pointer;
}

.terminal-eye-show, .terminal-eye-hide {
    display: none;
}

@media(min-width:768px) {
    .terminal-license {
        font-size: 0.6vw !important;
    }
}

.terminal-list-cnt {
    overflow-x: hidden !important;
}

.ui-autocomplete {
    max-height: 600px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}

.terminal-trade-badge {
    z-index: 1000000 !important;
}

.tmz-hidden {
    display: none !important;
}

.tmz-pink {
    color: rgb(144,92,153) !important;
}
