﻿html{
    height:100vh;
}
body {
    background-color:white;
    min-height:100vh;
}
.column-1{
    background-color:white;
 
    padding-top:5px;

    z-index:50;
    
}.column-2{
    background-color:white;
    
}
.signup-progress {
   
    background-image: url('../images/strip1.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-color:white;
    padding: 10px;
}
 .progress-tab{
   margin-left:5px;
     float:left;
     color:white;

 }
.content-area{
   
   
    height:95%;
    width:100%;
    background-color:white;
    float:left;
    overflow:hidden;

}
.content{
    width:16.66%;
    height:100%;
    position:relative;
    float:left;

}
#sdivs{
    display:none;
}
#edive{
    display:none;
}
.stylelable{
    margin-top:22px;
    color:#7f7f7f;
    font-size:11px;
}
.styletable{
    margin-top:14px;
    font-size:11px;
}
.containers{
    position:relative;
    width:600%;
    left:0%;
    -webkit-transition: all 0.5s  ease-in-out;
       -moz-transition: all 0.5s  ease-in-out;
        -ms-transition: all 0.5s  ease-in-out;
         -o-transition: all 0.5s  ease-in-out;
            transition: all 0.5s  ease-in-out;

}
#adcnt{
    position:fixed;
    display:none;
    width:100%;
    top:0%;
 left:0%;
    height:100%;
    z-index:1000;
    background:rgba(0,0,0,0.7);
}
#addBank{
    position:fixed;
    display:none;
    width:100%;
    top:0%;
 left:0%;
    height:100%;
    z-index:1000;
    background:rgba(0,0,0,0.7);
}
#addc{

     min-height:60%;
     padding-top:20px;
     padding-bottom:10px;
     width:60%;
     margin-left:20%;
     text-align:center;
     border-bottom:1px solid #dfdfdf;
}

#addba{

     min-height:60%;
     padding-top:20px;
     padding-bottom:10px;
     width:60%;
     margin-left:20%;
     text-align:center;
     border-bottom:1px solid #dfdfdf;
}
.adc{
    margin-top:7%;
    min-height:60vh;
}
.txtbx{
    width:250px;
    margin-top:15px;
    font-size:11px;
}
.l1{

    padding:5px;
}

thead{
    background-color:#9f9f9f;
    padding:5px;
    position:relative;

}

td{
    margin-left:40px;
    color:rgba(0,0,0,0.7);
}
#contacttbl{

    width:100vh;
}
#close:hover {

    cursor:pointer;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}