/*
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, 2020, 7:25:35 PM
    Author     : Admin
*/


@font-face {
    font-family: FatFrank-Free;
    src: url(fonts/FatFrank-Free.otf);
}

.divTable { display: none;}
.table-bordered{
    background: #FFF;
}
.table td, .table th {
    text-align:center;
    padding: 20px;
}
.table th {
    background: #129bc4; 
    color: #FFFFFF;
}
.table td {
    color: #5b5a5a;
}
#hsbcTable{
    font-size: 18px;
    padding: 50px;
    background: #FFF;
    /*overflow-y: scroll;*/
}

.table-striped tbody tr td{
    vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) td{
    background-color: #d9d9d9;
    height: 50px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.0);
}
.table-striped tbody tr:nth-of-type(even) td{

    background-color: #fbfbfb;
    height: 50px;
}
.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: #77bd43;
    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: #77bd43;
    color: #FFF;
}
.table td, .table th {
    vertical-align: middle !important;
    /*padding: 14px 18px !important;*/
    border: 1px solid #FFF;
    /*font-weight: bold;*/
}
.leader-div{
    /*border-radius: 1rem;*/
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    padding: 0;
    overflow: hidden;
    /*max-width: 1200px;*/
    width: 94%;
    /*    margin-left:3%;*/
    /*display: inline-block;*/
}
.filter-div{
    padding: 0 15px;
    overflow: hidden;
    width: 92%;
}
.table{
    margin-bottom: 0px;
}
td.greenColom{
    font-family: Roboto-Bold;  
}
.table-striped tbody tr:nth-of-type(odd) td.greenColom{
    background: #0a0a0a;
    color: #77bd43
}
.table-striped tbody tr:nth-of-type(even) td.greenColom{
    background: #464646;
    color: #77bd43
}
.table-striped tbody tr:nth-of-type(odd) td.themeColom{
    background: #2baa47;
    color: #282828
}
.table-striped tbody tr:nth-of-type(even) td.themeColom{
    background: #86c340;
    color: #282828
}
.filter-sub{
    height: 750px;
    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:#f0f0ef; 
    display: block; 
    margin-bottom: 10px;
    /*display: none;*/
}
.sliderBtn.active{
    background:#77bd43
}
#eventTable{
    /*margin-right: -1px;*/
}
.header-img {
    height: 100%;
}


#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: 25px;*/
}

#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: #77bd43; 
    text-align: center; 
    margin-top: 40px; 
    margin-bottom: 5px;
    font-family: FatFrank-Free;
    font-size: 2rem;
}

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





.leader-div h2{
    font-size: 1.60rem;
}  

@media (max-width:799px){
    .leader-div h2{
        font-size: 18px;
    }  

}

.search-table.table-striped tbody tr:nth-of-type(2) td{
    background-color: #d9d9d9;
    color: #000000;
}


.lboardBg{
    background-image: url(../img/lb-bg.jpg); 
    min-height: 700px; 
    background-position: 100%;  
    background-repeat: no-repeat;  
    background-size: cover;
    position: relative;
}
.lboard{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);

}


.lboardLogo{
    width: 320px;
    max-width: 100%;
    margin: auto;
    margin-top: 0;
    display: block;
}


@media screen and (max-width: 1457px) {
    .lboard h1{
        font-size: 26px;
    }
    .lboard h5{
        font-size: 18px;
    }
}
#hsbcTable{
    font-size: 20px;
}
body {
    position: relative;
    width: 100%;
    height: 100vh;
}
.leader-div {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}


.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5d7e5e;
    z-index: 999999;
}
.spinner {
    position: absolute;
    top: 48%;
    left: 48%;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #FFF;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
@media only screen and (max-width: 549px) {
   .spinner {
       left: 45%;
   }
    
}