﻿/*login*/

.login-form-bg {
    background: url(../../Content/images/bg_102.jpg) no-repeat top center;
}

.login-form-bg7 {
    background: url(../../Content/images/bg_107.jpg) no-repeat top center;
}

.login-list {
    /*background: url(../../Content/images/form-bg2020.png) no-repeat top center;*/
    width:600px;
    height:700px;
}
.lang_area {
    width: 363px;
    padding-top: 60px;
    margin: 0 auto;
}
.login_area {
    width: 363px;
    padding-top: 200px;
    margin: 0 auto;
}

/*end login*/

[data-nav-headerbg="color_1"] .nav-header {
    background-color: #2a8fbd;
}

.nav-header .brand-logo a {
    padding: 1.1rem;
    color: white;
}

.nav-header .brand-logo a span {
    font-size: 1rem;
}

.lang_menu_margintop4 {
    margin-top: 5px;    
}

.nav-header-bal_title {
    font-size: 0.8rem !important;
}

.nk-sidebar .metismenu > li.active > a {
    background: #d4e8f1;
    color: #464a53;
}
.H5 {
    height: 5px !important;
}
.H10 {
    height: 10px !important;
}
.H30 {
    height: 30px !important;
}
.H40 {
    height: 40px !important;
}
.H50 {
    height: 50px !important;
}

.btn-primary {
    background-color: #2a8fbd;
    border-color: #2a8fbd;
}

.btn-primary:hover {
    background-color: #2380ab;    
    border-color: #d5dde0;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background: #2a8fe5;
    color: #fff;
    border-color: #2a8fe5;
}

.nav-text {
    font-weight: bold;
}

.dghead {
    font-weight: 500 !important;
    color: #1b1b1b !important;
    background-color: #d6d6d6 !important;
    border-color: #c6c6c6 !important;
}

.dghead2 {
    font-weight: 500 !important;
    color: #1b1b1b !important;
    background-color: #e9ecef !important;
    border-color: #c6c6c6 !important;
}

.dgFooter1 {
    font-weight: 500 !important;
    color: #1b1b1b !important;
    background-color: #a8ddf5 !important;
    border-color: #a8ddf5 !important;
}

.dgFooter2 {
    font-weight: 500 !important;
    color: #1b1b1b !important;
    background-color: #d4e8f1 !important;
    border-color: #d4e8f1 !important;
}

.dltable {
    font-size: 0.76563rem;
}

.table td, .table th {
    border-color: #e3e8f7;
    padding: 0.4rem;
}

.mylevelcolor, .BGLB {
    background-color:#e9ecef;
}

.login-input .form-group .form-control {
    border-bottom: 1px solid #abafb3;
}

.custom-select-height_25 {
    height: 25px !important;
}

.base-currency-checkbox {
    text-align: right;
}

.SelLeague {
    background-color: #e1e1e1 !important;
    line-height: 28px;
    padding-left: 10px;
    font-weight: 700;
}

.FW50 {
    width: 50px;
}

.FW60 {
    width: 60px;
}

.FW80 {
    width: 80px;
}

.FW100 {
    width: 100px;
}

.TAR {
    text-align: right;
}

.SportsIcon {
    background: url(../../Content/images/ball.png) no-repeat center center;
    width: 25px;
}

.Positive {
    
}
.Negative {
    color: red !important;
}

.bg-lc {
     background-color:#e3e3fe !important;
}

.bg-spr{
    background-color:#a8ddf5 !important;
}

.font-underline {
    text-decoration: underline !important;
}

.ml-neg-1{
    margin-left:-10px !important;
}

.TAC{
    text-align: center !important;
}

.TAL{
    text-align: left !important;
}

.TAR{
    text-align: right !important;
}

.text-spr{
    color: #5cbeea !important;
}

.W400{
    width: 400px !important;
}


/***custom check box start***/

 /* Hide the browser's default checkbox */
    .checkcontainer input {
  	    position: absolute;
	        opacity: 0;
    cursor: pointer;}

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: -2px;
        left: -10px;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }

    /* On mouse-over, add a grey background color */
    .checkcontainer:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .checkcontainer input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checkcontainer input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .checkcontainer .checkmark:after {
        left: 10px;
        top: 6px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .c-orange{
        color:#fd7e14;
    }
    .c-red{
        color: red;
    }
    .c-blue{
        color: blue;
    }
    .c-dark{
        color:#333333;
    }
    .c-indigo{
        color:#6610f2;
    }
    .c-purple{
        color:#6f42c1;
    }
    .c-teal{
        color:#00A9A2;
    }
    .c-light{
        color:#f8f9fa;
    }

    .font-tiny-sm {
        font-size: 1.1rem !important;
    }
    .font-tiny-xsm {
        font-size: 0.95rem !important;
    }
/***custom check box end***/