.main-bg {
    background-color: #c9d0f2;
    height: 100%;
}

.ass-tst {
    text-align: cener !important;
}

.text-bx-stl {
    width: 250px !important;
}

.mpd-5 {
    padding: 10px !important;
}

.mr-l-10 {
    margin-left: 10px !important;
}

.mn-bdr {
    border: solid;
    border-color: black;
    border-width: 2px;
}

.mr-lp-5 {
    margin-left: 5% !important;
}

.dpdwn-clss {
    height: 35px !important;
    width: 150px !important;
}

.bx-brdr {
    border: solid !important;
    border-color: red !important;
    border-width: 2px !important;
}

#pdasd-navbar {
    background-color: #374C99;
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px 18px #888888;
}

.pdasd-mnu {
    color: black !important;
    font-size: 1rem !important;
    text-decoration: none;
    font-weight: bold !important;
}

.pdasd-mnu:hover {
    text-decoration: none;
}

.pdasd-bdr-btm {
    border-bottom: solid !important;
}

.hm-prg {
    font-size: 16px;
    text-align: justify;
}

#padsd-side-hd {
    font-size: 22px;
    font-weight: bold;
    color: #293D83;
}

.padsd-img-dv {
    box-shadow: 0 0 5px 2px #fff;
}

.carousel-control-next-icon {
    background-image: url("images/right.png");
    height: 30px;
    width: 30px;
}

.carousel-control-prev-icon {
    background-image: url("images/left.png");
    height: 30px;
    width: 30px;
}

input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
}

input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
}

.autocomplete-items {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    position: absolute;
    width: 83%;
    height: 50%;
    overflow-y: scroll;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.div-shadow-border {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px 18px #888888;
}

.show-false {
    display: none !important;
}

.show-true {
    display: block !important;
}

.show-true-fade-in {
    animation: fadeIn 5s !important;
}

.show-false-fade-out {
    animation: fadeOut 2s forwards !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

#note-block {
    position: absolute;
    z-index: 10;
    margin-top: 20%;
    margin-left: 55%;
}

.note-inner {
    width: 400px !important;
}

.lit-span {
    margin-left: 5px;
}

.lit-link,
.lit-link-pdf {
    color: black !important;
    text-decoration: none !important;
}

.brd-left-1 {
    border-left: solid;
}

.lit-pdf-slct {
    border-bottom: solid !important;
    border-width: 1px !important;
}

body {
    overflow-x: hidden !important;
}

.container,
.container-fluid {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.hd-mn {
    margin-left: 1.5% !important;
    margin-right: 1.5% !important;
    float: left !important;
}

.tl-prd-dv {
    color: white;
    font-weight: bold;
    background-color: #044B89;
    text-align: center;
    height: 50px;
}

.tl-prd-spn {
    margin-top: 8px;
}

.tool-select {
    height: 20px;
    width: 20px;
    margin-left: 3.5%;
}

.tool-select-1 {
    height: 20px;
    width: 20px;
}

.tool-span label {
    font-size: 20px;
    font-weight: bold;
}

.icn-search {
    z-index: 2;
    position: absolute;
    top: 10%;
    left: 95%;
    font-size: 25px;
}

.modal-xl {
    max-width: 90% !important;
}

.minus-margin-t5 {
    margin-top: -5px;
}

.pdasd-deleterious,
.pdasd-probably-damaging,
.pdasd-disease,
.pdasd-disease-associated,
.pdasd-pathogenic,
.pdasd-true,
.pdasd-effect {
    color: red;
}

.bx-bdr-rd {
    border: solid;
    border-color: red;
}

#pdasd-exam {
    border: solid;
    border-color: black;
    border-collapse: collapse;
    overflow-x: scroll;
    color: #ff0000;
}

.pdasd-exam-thd {
    font-size: 10px !important;
    border: solid !important;
    border-color: black !important;
    font-weight: bold !important;
}
.modal-body{
    text-align: justify;
}

#clipRect {
    transition: width 0.2s ease-in-out;
}

.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.bar{
    height: 10px;
    width: 2px;
    background-color: #555;
}

.barclass{
    display: flex;
}

.zerobar{
    margin-left: 10px;
}
.dynamicbar{
    margin-left: 98%;
}
.persentage{
    margin-left: 6px;
}
