﻿/*@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf)
}

.drugs {
    position: relative;
    overflow: hidden;
    padding: 0 0 25px;
    background: #E4E5EA;
    direction: ltr!important;
    font-family: Roboto-Regular
}

.drugs * {
    direction: rtl!important;
    font-family: Roboto-Regular
}

.drugs .tab-content {
    padding-top: 20px
}
*/
.drugs .nav-item .nav-link img {
    height: 44px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    filter: invert(12%) sepia(45%) saturate(3218%) hue-rotate(197deg) brightness(41%) contrast(160%)
}

.drugs .nav .nav-link {
    transition: all 0.2s linear;
    color: #6D6D49!important;
    font-size: 18px;
    padding: 15px 5px 10px;
    line-height: 24px;
    min-height: 105px;
    width: 100%
}

.drugs .nav .nav-link span {
    display: inline-block;
    color: #002554!important
}

.drugs .tab-pane {
    overflow: hidden
}

.nav-holder {
    background-color: #fff
}

.drugs .nav {
    padding: 15px 0 0;
    background-color: #fff;
    flex-wrap: nowrap;
    text-align: center
}

.drugs .nav .nav-item {
    width: 25%;
    position: relative
}

.drugs .nav .nav-link:before {
    content: "";
    position: absolute;
    height: 5px;
    background-color: #002554;
    width: 0%;
    bottom: 0;
    left: 0;
    transition: all 0.2s linear
}

.drugs .nav .nav-link.active:before {
    width: 100%;
    right: 0;
    left: unset
}

.div#menu0 * {
    direction: rtl!important
}

.div#menu1 * {
    direction: rtl!important
}

.div#menu2 * {
    direction: rtl!important
}

.div#menu3 * {
    direction: ltr!important
}

.div#menu4 * {
    direction: rtl!important
}

@media (max-width: 1024px) {
    .drugs:before {
        right:-100px;
        width: 50%
    }
}

@media (max-width: 991px) {
    .drugs .nav .nav-link {
        display:inline-block
    }

    .drugs:before {
        right: -200px;
        width: 75%
    }
}

@media (max-width: 768px) {
    .drugs .nav .nav-link {
        display:inline-block
    }

    .drugs:before {
        right: -200px;
        width: 75%
    }
}

#table_id tfoot {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    box-sizing: border-box
}

#table_id tfoot * {
    display: block;
    border: none;
    box-sizing: border-box;
    padding: 5px 15px
}

tfoot th {
    width: 50%;
    margin: 0;
    padding: 5px 10px!important;
    box-sizing: border-box!important;
    text-align: left
}

#table_id tfoot tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 7px #d4d4d4;
    padding-top: 0
}

#table_id tfoot tr button.initSearch {
    display: block;
    margin: 25px auto 5px;
    padding: 9px 20px;
    background-color: #0067b1!important;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: all 0.2s linear;
    opacity: .8;
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    text-align: center
}

#table_id tfoot tr button.initSearch:hover {
    opacity: 1
}

#table_id tfoot tr button.initSearch img {
    width: 20px;
    padding: 0;
    margin: 0 10px;
    margin-top: 2px
}

#table_id tfoot input,#table_id tfoot select {
    width: 100%;
    border: solid 1px;
    border-radius: 3px;
    height: 36px;
    padding: 0 15px;
    direction: ltr!important
}

#table_id tfoot tr th:nth-child(1) select {
    position: absolute;
    top: 43px;
    right: 10px;
    width: 33%;
    height: 36px;
    border-radius: 3px 3px 3px 3px;
    direction: ltr!important
}

#table_id tfoot tr th:nth-child(1) {
    position: relative;
    width: 100%;
    direction: ltr!important
}

#table_id tfoot tr th:nth-child(1) input {
    border-radius: 3px 3px 3px 3px;
    direction: ltr!important
}

@media (max-width: 768px) {
    #table_id tfoot tr th:nth-child(1) select {
        width:60%;
        direction: ltr!important
    }
}

#table_id tfoot tr th label {
    padding: 0;
    padding-top: 10px;
    direction: ltr!important
}

.drugs-details {
    position: fixed;
    height: 90%;
    width: 80%;
    background-color: #fff;
    top: 5%;
    right: 10%;
    z-index: 10;
    border-radius: 15px;
    overflow: hidden;
    display: none;
    text-align: left
}

.drugs-details div {
    height: 70px;
    padding: 0 30px;
    line-height: 70px;
    border-bottom: solid 2px #e6e4e4;
    display: flex;
    justify-content: space-between
}

.drugs-details h3 {
    font-size: 28px;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 70px
}

.drugs-details button {
    float: right;
    background-color: #fff0;
    border: none;
    color: #c3b6b6;
    font-size: 44px;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    min-width: unset!important
}

.drugs-details ul {
    padding: 0;
    height: calc(100% - 70px);
    overflow: auto;
    width: 100%;
    padding-bottom: 20px
}

.drugs-details ul li {
    list-style: none;
    width: 100%;
    padding: 5px 30px;
    font-size: 16px;
    display: flex
}

.drugs-details ul li strong,.drugs-details ul li span {
    width: 30%;
    align-self: center
}

@media (max-width: 768px) {
    .drugs-details ul li strong {
        width:50%;
        align-self: center
    }
}

.drugs-details ul li span a img {
    width: 40px;
    padding: 10px 0
}

.drugs-details ul li:nth-child(even) {
    background-color: #efeded
}

.drugs-overLayer {
    position: fixed;
    z-index: 9;
    display: none;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .7;
    top: 0;
    left: 0
}

div#table_id_wrapper,#table_id {
    position: static
}
/*
.table-holder {
    padding-top: 280px;
    position: relative
}
*/
img.drugsLoader {
    position: absolute;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: 375px;
    display: none
}

.dataTables_length,.dataTables_filter {
    background-color: #fff;
    padding: 0 10px 0;
    height: auto;
    line-height: 40px;
    border-radius: 7px;
    box-shadow: 3px 3px 7px #d4d4d4;
    margin-bottom: 20px
}

.dataTables_filter .dataTables_info {
    padding: 0!important
}

table#table_id {
    width: 100%!important
}

#table_id thead {
    background-color: #00519e!important;
    color: #fff;
    text-align: center
}

#table_id thead th {
    padding: 17px 0;
    text-align: center;
    width: 100px
}

#table_id tbody td {
    text-align: center
}

button.viewD {
    background-color: #fff0;
    border: none;
    cursor: pointer;
    outline: none
}

button.viewD img {
    height: 25px
}

div#table_id_paginate {
    width: 100%;
    text-align: center;
    padding: 25px 0
}

.drugs .dataTables_paginate.paging_simple_numbers a.paginate_button.current {
    background: #00519e!important;
    color: #fff!important;
    border: solid 1px transparent!important
}

.drugs .dataTables_paginate.paging_simple_numbers a.paginate_button:hover {
    background: #fff!important;
    color: #5d4409!important;
    border: solid 1px #5d4409!important
}

.drugs .dataTables_paginate.paging_simple_numbers a.paginate_button {
    color: #000!important;
    border: solid 1px transparent!important
}

.textHolder {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-top: 20px;
    text-align: Right
}

.textHolder h3 {
    font-size: 18px;
    font-weight: 900;
    padding-top: 15px
}

.textHolder p {
    font-size: 14px
}

.textHolder img {
    width: 65%;
    margin: auto;
    display: block
}

.textHolder ul li {
    font-size: 14px
}

.textHolder h4 {
    font-size: 16px;
    font-weight: 900
}

.textHolder a {
    display: block;
    padding: 5px 15px
}

.textHolder a:nth-child(odd) {
    background-color: #e4e5ea80
}

@media (max-width: 650px) {
    div#table_id_wrapper {
        overflow:auto
    }

    tfoot th {
        width: 100%
    }

    img.drugsLoader {
        top: 435px
    }

    .table-holder {
        padding-top: 500px
    }

    .drugs .nav .nav-link span {
        font-size: 10px
    }

    .drugs-details h3 {
        font-size: 22px;
        float: left;
        margin: 0;
        padding: 0;
        line-height: 35px;
        padding-top: 5px;
        width: 75%
    }

    .drugs-details div {
        height: auto;
        padding: 10px 30px;
        line-height: 70px;
        border-bottom: solid 2px #e6e4e4;
        overflow: hidden
    }

    .drugs-details ul li span {
        padding-left: 5px
    }
}

a.excel {
    background-color: #fff;
    padding: 0 8px 0;
    height: auto;
    line-height: 40px;
    border-radius: 7px;
    box-shadow: 3px 3px 7px #d4d4d4;
    margin-bottom: 20px;
    display: inline-block;
    color: #333;
    font-size: 9pt
}

a.excel img {
    width: 22px;
    margin: 0 5px!important;
    display: inline-block
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: 40%!important;
    text-align: left
}

@media (max-width: 768px) {
    a.excel {
        display:block;
        text-align: center
    }

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
        width: 70%!important
    }
}

p.disclaimer {
    text-align: left;
    font-size: 14px;
    font-weight: 900;
    padding: 5px 15px;
    background-color: #c61f1f;
    color: #fff;
    text-align: center;
    border-radius: 10px
}

p.disclaimer span {
    font-size: 16px;
    text-decoration: underline
}

.betaSite {
    position: absolute;
    background-color: #0067b1;
    top: 25px;
    left: -100px;
    transform: rotate(-45deg);
    width: 300px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    z-index: 9999
}

.idfInfoIsOpen .betaSite {
    display: none!important
}

.idfInfoIsOpen .shortlinks-bg,.idfInfoIsOpen footer,.idfInfoIsOpen nav {
    position: relative!important;
    z-index: -1!important
}

.linkContainer {
    display: flex;
    gap: 10px
}

#DocumentListBody a,#IndicationListBody a {
    text-decoration: underline;
    background-color: transparent!important
}

#DocumentListBody img,#IndicationListBody img {
    width: 20px;
    cursor: pointer
}

#DocumentListBody td,#IndicationListBody td {
    vertical-align: middle
}
