﻿/* bootstrap dropdown hover menu*/

body {
 
}

.body-wrap {
  min-height: 30px;
}



nav {
    height:100px;
  margin-top: 5px;
 /*box-shadow: 5px 4px 5px #000;*/
  background-color:#105615;
}

.img_ {
                object-fit: fill;
                max-width: 100%;
                max-height: 100%;
                padding:0px;
            }

 .con {
                min-height: 100%;
                position: relative;
                height: 100px;
                background-color: #3e9376;
                text-align: center;
                padding-top: 8px;
                align-content: center;
                border-width: 0px;
                border-color: #000000;
            }

 .myshade2
 {
      //box-shadow: 5px 4px 5px #000;
      border-style:solid;
      border-width:thin;
      border-color:#105615;  
      box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
      padding:0px;
      }
.roundcorner {
  border-radius: 5px;
  }

 .maxWidthGrid
    {
        max-width: 20px;
        overflow: scroll;
    }

 .ajax__calendar_body {
    position:static;
   }
   #ajax__calendar_close_button
        {    
            margin-right:5px;
            margin-left:auto;
            width:10px;
            font-weight:bold;
            cursor:pointer;        
            text-align:right;
        }
   .calend{

        position: relative; /* <-- Added */
    z-index: 1; /* <-- Added */
   }

/*gridview color-profile plan buttons menu*/


 .dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
  


}