/*
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 : Jun 26, 2020, 4:17:17 PM
    Author     : EE-IT
*/

html {
    margin:0;
    padding:0;
    background:white;
    color:#000;
    height:100%;
    overflow:auto;
}
div.header { height: 60px; top: 0; }
div.body {
   height:calc(100% - 150px);
    height:-moz-calc(100vh - 150px);
    height:-webkit-calc(100vh - 150px);
 
   overflow:auto;
   margin-top:20px;
}
div.footer { height: 50px; bottom: 50px; }

.navbar-custom {
    background-color:blue;
    color:#ffffff;
    border-radius:0;
    min-height: 9vh;
    margin-bottom: 0!important;
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;


}

.navbar-custom .navbar-nav > .active > a {
    color: #ffffff;
    background-color:transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    text-decoration: none;
    background-color: #33aa33;
}

.navbar-custom .navbar-brand {
    color:#eeeeee;
    font-size: 3vh;
    font-weight: bold;
}
.navbar-custom .navbar-brand1 {
    color:#eeeeee;
    font-size: 2vh;
    font-weight: bold;
    float:  right;

}
.navbar-custom .navbar-toggle {
    background-color:#eeeeee;
}
.navbar-custom .icon-bar {
    background-color:#33aa33;
}
/* for dropdowns only */
.navbar-custom .navbar-nav .dropdown-menu  { 
    background-color: #38aa33;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a  { 
    color: #fff;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .dropdown-menu>li>a:focus  { 
    color: #33aa33;
}


table {
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
    text-align:  center;
}
th {
    text-align: center;
    font-weight: bold;
    padding: 1px;
    font-size: 14px;
    background-color: lightskyblue;
}

td {
    text-align: center;
    font-weight: bold;
    padding: 1px;
    font-size: 12px;
}

tr:nth-child(even) {background-color: #f2f2f2;}
.center {
    margin: auto;
    width: auto;

    padding: 1px;
}
.button {

    border: none;
    color: black;
    padding: 1px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 1px 1px;
    cursor: pointer;
    background-color: Transparent;
    background-repeat:no-repeat;
}
