::placeholder {
    font-size: 13px;
}

a {
    text-decoration: none !important;
}

span.error {
    font-size: 14px;
    color: red;
    padding-left: 0.25rem !important;
    width: 100% !important;
    float: left !important;
}

.asteriskRed {
    color: red;
    font-weight: bold;
}

.alert {
    /*z-index: 9999 !important;*/
}

.subnavigation {
    margin: -10px 10px;
}

.pageloader {
    display: none;
}

.formsubHeading {
    font-weight: 600;
    font-size: 18px;
    color: #ffff;
    padding: 8px 20px;
    width: 100%;
    margin: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: linear-gradient(270deg, #8583af, #8583af);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff !important;
}

.pdfobject-container {
    height: 800px;
}

.multiSearch {
    font-size: 11px !important;
    height: 25px !important;
    padding: 0 5px !important;
}

.result_error {
    border: 1px solid red;
    color: red;
}

.table tr td {
    vertical-align: middle;
}

.div-scroll {
    overflow: auto;
    max-height: 400px;
}

/* Width Classes */
.width80 {
    width: 80px !important;
}
.width100 {
    width: 100px !important;
}
.width120 {
    width: 120px !important;
}
.width140 {
    width: 140px !important;
}
/* Width Classes */

/* autoSearch start */
.autoSearch {
    background: #f2f2f2 !important;
    border: 1px solid #ccc;
    border-radius: 2px;
    list-style: none;
    line-height: 35px;
    padding: 1px;
    position: absolute;
    z-index: 10;
    opacity: 1;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 200px;
}

.autoSearch li {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
    line-height: 30px;
    font-size: 13px;
}

.autoSearch li:hover {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

ul.autoSearch.ng-scope::-webkit-scrollbar {
    width: 0px;
}

/* autoSearch end */
/*.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}*/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  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;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.dropdown-content_1 {
    min-width: 130px!important;
    max-height: 350px;
    overflow: auto;
}
