.dt_alert
{
    position: relative; 
    padding: 0.75rem 1.25rem; 
    margin-bottom: 1rem; 
    border: 1px solid transparent; 
    border-top-color: transparent; 
    border-right-color: transparent; 
    border-bottom-color: transparent; 
    border-left-color: transparent; 
    border-radius: 2px;
}

#map 
{
        height:100%;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
  /*  float: none !important;*/
}
.pointer{
    cursor: pointer;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
  cursor: pointer;
}
.picker__holder{
  margin-top: 3rem!important;
}
.picker__select--year,.picker__select--month{
  font-size: 80%;
    font-weight: 400;
    padding-top: 0!important;
    padding-bottom: 0!important;
}


.logo-title {
  font-size: large;
}
.logo-hrms {
  color: #15a47f;
  font-weight: bold;
  margin-right: 2px;
}
.logo-portal {
  color: white;
}