﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

fieldset {   
  -moz-border-radius:5px;  
  border-radius: 5px;  
  -webkit-border-radius: 5px; 
}

.getDetails:hover{
 cursor: pointer;
}

.ui-autocomplete.ui-widget {
  font-size: 18px;
}

div.IconDiv {
    /*box-shadow: 4px 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);*/
    height: 200px;
    padding-top: 4rem;
    /*border-radius: 25px;*/
    transition: box-shadow 0.3s;
    /*width: 300px;*/
    /* height: 500px;
    margin: 50px;*/
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    /*float: left;*/
}

.IconDiv:hover {
    box-shadow: 0 0 11px #ddd111;
    box-shadow: 4px 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}