body {
    font-family: OpenSans-Regular, sans-serif;
    height: 100%;
}

.containerLogin {
    min-height: 100vh;
}

.limiterLogin {
    background-image: url('/images/TLotto.jpg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
}

.login {
    position: fixed;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 475px;
    background: #ffffff8c;
    border-radius: 10px;
    overflow: hidden;
    padding: 65px 50px 50px 50px;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.loginTitle {
    display: block;
    font-family: OpenSans-Regular;
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 33px
}

.securityTitle {
    display: block;
    font-family: OpenSans-Regular;
    font-size: 30px;
    color: #555555;
    line-height: 1.2;
    padding-bottom: 33px;
    text-align: center;
}

.loginImage {
    display: block;
    text-align: center;
    padding-bottom: 33px;
}

.loginInputContainer {
    position: relative;
    height: 40px;
    width: 100%;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.loginCodeInputContainer {
    position: relative;
    height: 40px;
    width: 50%;
    border: 1px solid #e6e6e6;
    display: inline-flex;
    align-items: center;
}

.loginInput {
    display: table-cell;
    width: 100%;
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #666666;
    line-height: 2.4;
    padding: 0 25px 0 25px;
    border: solid 1px black;
}

.loginCodeInput {
    display: table-cell;
    width: 100%;
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #666666;
    line-height: 2.4;
    padding: 0 25px 0 25px;
    border: solid 1px black;
}

.fa {
    width: 80px;
    display: block;
    float: left;
    font-size: 45px;
    text-align: center;
}

.inline {
    display: inline-flex;
}

.loginButtonContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.loginButton {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    background-color: #1739C1;
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    transition: all 0.4s;
    border: 1px solid #1739C1;
    border-radius: 5px;
}

.loginButton:hover {
    color: #1739C1;
    background-color: #05713d00;
}

.forgotContainer {
    text-align: center;
    padding-top: 20px;
}

.forgot {
    font-family: OpenSans-Regular;
    font-size: 15px;
    line-height: 1.4;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}

.row.content {
    height: 100%;
}

.glyphicon {
    padding-right: 5px;
}

.glyphicon-menu-down {
    float: right;
}

.parent-nav {
    background-color: #f7f7f7;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: solid 3px #428bca;
    color: #428bca;
}

.sidenav.sidebar {
    font-size: 15px;
}

.submenu li {
    padding-bottom: 10px;
}

#profileMenu {
    width: 120px;
}

.navbar-brand {
    font-size: 43px;
}

.messageContainer {
    height: 30px;
}

.invalid-feedback {
    color: red;
    font-size: 17px;
}

.captchaContainer {
    position: relative;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: #f2f2f2;
}

.reloadImg {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.BDC_CaptchaIconsDiv {
    display: inline;
}

.btn-head {
    float: right;
    margin-left: 10px;
}

.form-container {
    margin-top: 10px;
}

.row {
    margin-top: 10px;
}

.pd-right {
    padding-right: 1px;
}

.pd-left {
    padding-left: 1px;
}

.pd-both {
    padding: 0px;
}

h2 {
    border-bottom: 1px solid #ccc;
    margin-top: 0px;
}

h5 {
    display: inline;
}

#username2 {
    display: none;
}

.add-message {
    height: 65px;
}

.pagination {
    float: right;
    padding-right: 15px;
}

.inline-form {
    display: inline;
}

.center {
    margin-top: 7px;
}

.left-zero {
    padding-left: 0px;
}

.btn-container {
    margin-bottom: 15px;
}

.top-row {
    margin-top: 0px;
}

.hide {
    display: none;
}

.modal-row {
    margin: 0px;
    height: 24px;
}

.data-row {
    height: 51px;
}

.latest {
    font-size: 18px;
}

.to-center {
    text-align: center;
}

.to-right {
    text-align: right;
}

.vertical-center {
    vertical-align: middle;
}

.blue {
    background: #337ab7;
    color: white;
}

.red {
    background: #ffe7e7;
}

.reject {
    color: #e00000;
}

.take {
    color: #00882a;
}

.number {
    color: #337ab7;
}

.btn-detail {
    background: none!important;
    border: none;
    padding: 0!important;
    cursor: pointer;
    text-decoration: underline;
}

.btn-line {
    font-size: 20px;
}

.link {
    font-size: 20px;
}

.bet-chart {
    padding: 2px;
}

.dashboard-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

#app {
    height: 100vh;
}

.body {
    height: 93%;
}

.btn-security {
    color: #fff;
    background: #ab47bc;
    border-color: #9C27B0;
}

.btn-security:hover {
    color: #fff;
    background-color: #9C27B0;
    border-color: #6A1B9A;
}

.password-eye {
    padding: 1rem;
    margin-left: -40px;
    cursor: pointer;
}

.bi-eye {
    display: none;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
      height: auto;
      padding: 15px;
    }
    .row.content {
        height:auto;
    } 
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 420px) {
    .login {
        min-height: 100vh;
        width:100%;
        top: 50%;
    }
     .loginInput {
        border: 1px solid black;
     }

     .btn {
         margin-top: 5px;
     }

     .nav>li>a {
         padding: 10px 10px;
     }

     .dropdown-container {
        display: none;
    }

    .loginInputContainer {
        height: 68px;
        margin-bottom: 0px;
    }
    
    .loginCodeInputContainer {
        height: 68px;
    }

    .loginCodeInput {
        line-height: 4.2;
    }
    
    .loginInput {
        line-height: 4.2;
        border: solid 1px black;
    }

    .securityInputContainer {
        height: 40px;
    }

    .securityInput {
        line-height: 4.2;
        border: solid 1px black;
    }

    .captchaContainer {
        height: 65px;
    }
    
}

@media (max-width: 1024px) {
    .list-search {
        width: 100%;
    }

    .btn {
        margin-top: 5px;
    }

}

@media (min-width: 1025px) {
    .content-page {
        height: 100%;
        overflow-y: scroll;
    }
}

@media (min-width: 768px){

    .no-click{
        pointer-events: none;
    }
}