﻿body{
background-image:url("../Images/bg2.jpg");
background-size:cover;
}


.bg {
  background-image: url("../Images/bg2.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgLogIn {
  background-image: url("../Images/bg2.jpg");
  height: 100vh; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgGray{
    background-color:#ced4da;
}


.defFontBlackWhite{
    font-size:12px;
    background-color:black;
    color:white;
    font-weight:bold
}
.defFontHeader{
    font-size:20px;
    font-weight:bold;
    color:white;

}
.defFont{
    font-size:12px;
    font-weight:bold;
    color:black;
}
.defFontWhite{
    font-size:12px;
    font-weight:bold;
    color:white;
}

.input-group-text{
    width: 100%;
    font-weight:bold;
    font-size:12px;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    /*background-color:#2E8B57;*/
    color:black;
    font-size:12px;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text
{
    color:black;
    font-size:12px;
    font-weight:bold;
}
select{
    width:70%;
}

.ddlList{
    width:70%;
    height:100%;
}
.WidthLabelInfo{
    flex:0 0 40%;
}
.WidthCheckList{
    flex:0 0 40%;
}

.navbar {
  width: 100%;
  background-color: #555;
}
.dropdown-menu{
    min-width:13rem;
}
.navbar .dropdown-menu {
  background-color: #555;
  width:100%;
  text-align:left;
 
}

.navbar a {
  float: left;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background-color: #2E8B57;
}

.navbar-toggler{
    width: 47px;
    height: 34px;
    background-color: #555;
}

.navbar-toggler .line{
width: 100%;
float: left;
height: 2px;
background-color: #fff;
margin-bottom: 5px;
}


.jumbotron{
    padding: 5px 5px;
    
}
.btn{
    color:black;
}
.btn:hover{
    /*background-color: #C0C0C0;*/
    color: white;
}
.gvPostedHeader {
    text-align: center;
    background-color: #727d72;
}

/*.gvPager tr{
   font-weight:bold;
   height: 20px;
   font-size:15px;
}*/
.hideGVCol{
    display:none;
}
.gvPager th{
    color:black;
    border:1px solid black;
    padding:1px;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    vertical-align:middle;
}
.gvPager td, tr {
    color:black;
    text-align:center;
    border: 1px solid black;
    padding:1px;
    font-size:12px;
    font-weight:bold;
}
.BGGreen{
    /*background-color:#28a745;*/
    background-color:#1B5E20;
}
table th,td{
    border:1px solid black;
}

table th,td,tr{
    font-size:12px;
    font-weight:bold;
    color:black;

}
.center{
    margin:auto;
}

.modal-full{
    min-width:100%;
    margin:0;
}
.modal-full .modal-content {
    min-height: 100vh;
}


