﻿body {
    box-sizing: border-box
}

/* Set height of body and the document to 100% */
body, html {
   height: 90%;
    margin: 0;
    font-family: Arial;
    overflow: hidden;
}

/* Style tab links */
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none; 
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 20%;
}

    .tablink:hover {
        background-color: #777;
    }

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    padding: 100px 20px;
    height: 100%;
}

#tab1 {
    background-color: white;
}

#tab2 {
    background-color: white;
}

#tab3 {
    background-color: white;
}

#tab4 {
    background-color: white;
}

#tab5 {
    background-color: white;
}
/*#tab5 {background-color: lightgray;}*/

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loderMsg {
    position: absolute;
    top: 190px;
    left: 400px;
    z-index: 100;
}

#loading-image {
    position: relative;
    /*top: 230px;*/
    left: 560px;
    z-index: 100;
}
.btn-style {
    width: 69px !important;
    height: 47px !important; 
}
.div-style {
  margin-top: 3%;
}
.tab-white {
    color: white;
}
.display {
    display:none;
}
.td-style1 {
    height: 26px;
    text-align: right;
}
.td-style11{
    height: 26px;
}
.exp-style {
    width: 104px !important;
}
.div-style2 {
    overflow: auto;
    width: 100%; 
    height: 65%;
}
.custom-size {
    width: 152px;
    height: 24px;
}
.custom-size1 {
    height :25px;
    width:25px;
}
.custom-font {
    font-size: 9pt;
}
.full-width {
    width: 100%;
}

.custom-size-large {
    width: 543%;
    height: 100px; 
}
.custom-size-large1 {
    width: 538%;
    height: 100px;
}