/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11 Feb, 2021, 7:25:35 PM
    Author     : Nishad Unnikrishnan
*/

* {
    margin: 0;
    padding: 0;
}


@media screen and (min-width: 1457px) {
    .main{
        /*max-width: 1457px;*/
        margin: auto;
    }
}

.main{
    /*max-width: 1468px;*/
    margin: auto;
    height: 100%;
    position: relative;
}
.divTable { display: none;}
.table-bordered{
    background: #FFF;
}
.table td, .table th {
    text-align:center;
    padding: 20px;
}
.table th {
    background: #eb1d22; 
    color: #FFFFFF;
    border: 0;
}
.table td {
    color: #002A3A;
}
#hsbcTable{
    font-size: 14px;
}

.table-striped tbody tr:nth-of-type(odd){
    background-color: #FFF;
    height: 40px;
}
.table-striped tbody tr:nth-of-type(even){
    background-color: #FFF;
    height: 40px;
}
.pad-0{
    /*padding: 0px !important;*/
}

.nav-fill .nav-item{
    flex: none;
}
.nav{
    float: right;
}
.nav-tabs .nav-link{
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: none;
    background: #002a3a ;
    color: #FFF;
}
.nav-tabs .nav-link:hover{
    color: #5b5a5a;
}
.nav-tabs .nav-link.active:hover{
    color: #FFF; 
}
.nav-tabs{
    border: none;
    margin-bottom: 20px;
}
.nav-item{
    background: #d9d9d9;
    color: #5b5a5a;
    font-weight: bold;
}
.nav-item.active{
    background: #002a3a ;
    color: #FFF;
}
.table td, .table th {
    padding: 10px 18px !important;
    vertical-align: middle;
    /*border: none;*/
}
.leader-div{
    padding: 0 15px;
    overflow: hidden;
    width: 94%;
    margin-left:auto;
    margin-right: auto;
    /*display: inline-block;*/
}
.filter-div{
    padding: 0 15px;
    overflow: hidden;
    width: 92%;
}
.table{
    margin-bottom: 0px;
}

.table-striped tbody tr:nth-of-type(odd) td.greenColom{
    /*    background: #529694;
        color: #FFF*/
}
.table-striped tbody tr:nth-of-type(even) td.greenColom{

    /*    background: #002a3a ;
        color: #FFF*/
}
.filter-sub{
    height: 650px;
    position: relative;
    width:3%;
    display: inline-block;
    max-height: 750px;

}
.vertical-center {
    /*    margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);*/
}
.sliderBtn{
    height:10px; 
    width:10px; 
    background:#A2A2A2; 
    display: block; 
    margin-bottom: 10px;
    /*display: none;*/
}
.sliderBtn.active{
    background:#002a3a 
}
#eventTable{
    min-height: 70vh;
    /*margin-right: -1px;*/
}
.header-img {
    height: 100%;
}

/*.load{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);
      change these sizes to fit into your project
      width:100px;
      height:100px;
}
.load hr{border:0;margin:0;width:30%;height:30%;position:absolute;border-radius:50%;animation:spin 2s ease infinite}

.load :first-child{background:#fce531;animation-delay:-1.5s}
.load :nth-child(2){background:#002a3a ;animation-delay:-1s}
.load :nth-child(3){background:#fce531;animation-delay:-0.5s}
.load :last-child{background:#002a3a }

@keyframes spin{
    0%,100%{transform:translate(0)}
    25%{transform:translate(160%)}
    50%{transform:translate(160%, 160%)}
    75%{transform:translate(0, 160%)}
}
.preloader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #FFF;

}*/


#pageNo{
    display: none;
}

.subdiv {
    margin: 0;
    /*  position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);*/
    width:100%;
}

.project-tab{
    margin-top: 60px;
}

#myModal .modal-content{
    border-radius: 30px;
}
#myModal .modal-body{
    padding: 0px !important;
}

#start .modal-content{
    border-radius: 30px;
}
#start .modal-body{
    padding: 0px !important;
}

.modal-heading{
    color: #002a3a ; 
    text-align: center; 
    margin-top: 40px; 
    margin-bottom: 5px;
    font-size: 2rem;
}

.modal-backdrop {opacity: 0.8 !important;}

.bg-lead-table{
    width: 100%;  
}
.bg-left-side{
    width: 100%;  
    /*    background-image: url(../img/lboard.png); 
        background-position: bottom; */
    padding-top: 30px;  
    background-repeat: no-repeat;  
    background-size: 100%;
    text-align: center;
}
#tabs{
    display: block;
}
#tabsMobile{
    display: none;
}
.lboard{
    min-height: 100vh;
    /*width: 100%;*/
}

#energy-grow {
    transform: translate(0, 298px);
}
.calc {
    position: absolute;
    top: 0;
    left: 0;
}

.bg {
    /*top: 207px;*/
}

.graphic {
    /*margin: 120px;*/
    /*                transform-origin: 100%;
                    transform: scale(1.5);*/
}
.shotDiv{
    position: absolute;
    left: 10%;
    top: 5%;
    z-index: 5000;

}
.totalDiv{
    position: absolute;
    right: -5%;
    top: 5%;
    z-index: 5000;

}
.shadow-div{
    background: #FFF;
    padding: 13px;
    border-radius: 20px;
    display: block;
    margin: auto;
    box-shadow: 0px 0px 50px #b2b2b2;
    width: 220px;
}

progress {
    border: 0;
    height: 15px;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 10px;
}
progress::-webkit-progress-bar {
    border: 0;
    height: 15px;
    border-radius: 20px;
}
progress::-webkit-progress-value {
    border: 0;
    height: 15px;
    border-radius: 20px;
}
progress::-moz-progress-bar {
    border: 0;
    height: 15px;
    border-radius: 20px;
}
progress::-webkit-progress-value {
    background: #b3d236;
}

progress::-webkit-progress-bar {
    background: #d8d8d8;
}
#shot{
    color: #eb1d22;
    font-weight: bold;
    margin-bottom: 0px;
}
#total{
    color: #b3d237;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}
.whatt{
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
}
.bottomText{
       position: absolute;
    bottom: 0;
    display: block;
    margin: auto;
    background: white;
    padding: 15px;
    border: 1px solid black;
    border-radius: 25px;
    left: 50%;
    transform: translateX(-37%);
    width: 68%;

}
.addContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}


#nav-tabContent{
    display: none;
}

@media (max-width: 1780px){
    .h4, h4 {
        font-size: 18px;
    }
    .h3, h3 {
        font-size: 24px;
    }
    .h1, h1 {
        font-size: 30px;
    }
}
@media (max-width: 1198px){
    .bg-lead-table{
        width: 100%;
    }
    .bg-left-side{
        width: 100%;
        background-position: right; 
        /*background-image: url(../img/lboard-1.png);*/ 
        background-size: contain;
        margin-top: 0px;
    }
    #tabs{
        display: none;
    }
    #tabsMobile{
        display: block;
    }
    .nav {
        float: left;
    }
    .lboard{
        margin-left: 1%;
        min-height: 100%;
    }
    #eventTable{
        min-height: 60vh;
        /*margin-right: -1px;*/
    }
    .totalDiv{
        top: 22%;
    }
    .addContainer{
        min-height: 65vh;
    }

}

@media (orientation: landscape) {
    .totalDiv{
        top: 5%;
    }
}