/*
 Theme Name:   Notes on Injectable Drugs
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       A-Z Web Solutions
 Author URI:   https://www.azwebsolutions.co.nz
 Template:     understrap
 Version:      0.5.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 600;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px !important;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 36px;
}
.btn {
    border-radius: 0;
    padding: 15px 10px;
    font-size: 16px;
}
.btn-primary {
    color: #ffffff;
    background-color: #322c7d;
    border-color: #322c7d;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #3ebcb5;
    border-color: #3ebcb5;
}
.btn-primary:hover, .btn-primary:visited, .btn-primary:focus {
    color: #ffffff;
}
.btn-secondary {
    background-color: #98d6d3;
    border-color: #98d6d3;
}
.page-title {
    margin-bottom: 30px;
}
#page-wrapper {
    min-height: 80vh;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f9f9f9;
}
.nopadding {
    padding: 0;
}
ul.plain {
    list-style: none;
    padding: 0;
    margin: 0;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
}
#header {
    background-color: #322c7d;
    height: 80px;
    line-height: 80px;
    color: #ffffff;
}
#header .inner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#header .website-name {
    background-color: #3ebcb5;
    width: 240px;
    padding: 10px 20px 0;
    position: relative;
    height: 80px;
    line-height: 80px;
}
#header .website-name span {
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
}
#header .website-name a {
    display: block;
}
#header .inner-wrapper ul {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    margin-right: 20px;
}
#header .inner-wrapper ul li a {
    font-size: 18px;
}
#header .inner-wrapper ul li a span {
    margin-right: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #322c7d;
    width:35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
}
#header .inner-wrapper ul li a i {
    font-style: normal;
}
#header a {
    color: #ffffff;
}
ul.plain {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pdf-wrapper .inner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pdf-wrapper ul li {
    display: inline-block;
}
.results tr[visible='false'], .no-result {
    display: none;
}
.results tr[visible='true']{
    display:table-row;
}
.results thead {
    background-color: #f2f2f2;
}
.results th {
    padding: 20px;
}
.results td.hide-me {
    display: none;
}
.results td.hide-me span {
    visibility: hidden;
}
table.table-bordered > tbody > tr > td.hide-me {
    border-left-color: #ffffff;
}
.results td {
    padding: 20px;
    font-weight: 600;
}
table.table-bordered > tbody > tr > td {
    border:1px solid #999999;
}
table.table-bordered > thead > tr > th {
    border:1px solid #999999;
}
.results td span {
    visibility: hidden;
}
.results .stand-pdf i {
    font-size: 20px;
}
.results .ref-pdf i {
    font-size: 20px;
}
.results i {
    font-style: normal;
}
.results .submit-feedback {
    font-size: 14px;
    padding: 5px;
}
.results td.right {
    text-align: right;
}
.results td.stand a {
    position: relative;
    display: block;
    text-align: center;
}
.results td.stand a:after {
    content: "STANDARD";
    position: absolute;
    bottom: -20px;
    left: -5px;
    font-size: 10px;
    color: #0275d8;
    right: 0;
}
.results td.ref a {
    position: relative;
    display: block;
    text-align: center;
}
.results td.ref a:after {
    content: "REF";
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 10px;
    color: #0275d8;
    right: 0;
}
.search-wrapper label {
    font-weight: 600;
    font-size: 22px;
}
.form-control {
    border-radius: 0;
    font-size: 16px;
    padding: 15px 10px;
    border-color: #999999;
}
.form-control::placeholder {
    color: #000000;
    font-size: 16px;
}
.pdf-wrapper .inner-wrapper {
    margin-bottom: 10px;
}
.form-wrapper {
    background-color: #f2f2f2;
    padding: 20px 40px;
}
.form-wrapper .col-12 {
    margin-bottom: 20px;
}
.form-wrapper label {
    font-weight: 600;
    margin-bottom: 5px;
}
div.pdfemb-viewer {
    width: 100% !important;
}
.form-wrapper .enquiry-text {
    border:0;
    background-color: transparent;
}
#accessModal {
    display: block;
    position: fixed;
    z-index: 999999;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0,0.9);
    visibility: hidden;
}
#accessModal.fadeIn {
    visibility: visible;
}
#accessModal .modal-content {
    position: relative;
    background-color: #ffffff;
    margin: auto;
    width: 50%;
    max-width: 1200px;
    border-radius: 5px;
    display: block;
    top:20%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid #eeeeee;
}
#accessModal .modal-content .modal-title {
    background-color: #eeeeee;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
#accessModal .modal-content .modal-title h3 {
    margin-bottom: 0;
}
#accessModal .modal-content .inner-wrapper {
    padding: 40px;
    text-align: center;
}
#accessModal .modal-content .inner-wrapper .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
#accessModal .modal-content p:last-child {
    margin-bottom: 0;
}
#accessModal .btn-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
#accessModal .btn-wrapper a {
    margin-left: 5px;
    margin-right: 5px;
}
#accessModal .modal-content .inner-wrapper h3 {
    margin-bottom: 20px;
}
.loader {
    min-height: 100px;
}
.loader img {
    width: 100px;
}
.display-location-wrapper {
    padding-top: 30px;
    background-color: #f9f9f9;
}
.display-location-wrapper .inner-wrapper {
    padding: 20px 15px;
}
.display-location-wrapper p {
    margin-bottom: 0;
}
.no-padding {
    padding: 0;
}
.select-location-wrapper .form-control {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #464a4c;
}
.select-location-wrapper select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.select-location-wrapper form {
    padding: 30px 30px 15px 30px;
    background-color: #eeeeee;
}
.select-location-wrapper form .inner-wrapper {
    width: 50%;
}
.select-location-wrapper form div {
    margin-bottom: 15px;
}
.select-location-wrapper .form-control::placeholder {
    color: #464a4c;
}
.select-location-wrapper input[type=submit] {
    color: #ffffff;
    background-color: #322c7d;
    border: 0;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
}
.select-location-wrapper .msg-wrapper {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 20px;
    margin-bottom: 0;
    display:none;
}
.select-location-wrapper .msg-wrapper img {
    width: 50px;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.pdf-wrapper {
    margin-bottom: 50px;
}
#pdfContainer {
    height: 800px;
}
.how-to-faq .vc_toggle_title {
    background-color: #3ebcb5;
    padding: 10px;
}
.how-to-faq .vc_toggle_title h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.how-to-faq .vc_toggle_content {
    padding: 10px;
    background-color: #f8f8ff;
    margin-top: 0;
}
.post-9 .wpb_content_element {
    margin-bottom: 0;
}
#footer {
    background-color: #d5d5d5;
    padding: 30px 20px;
    font-weight: 600;
    font-size: 18px;
}
#footer .inner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#footer a {
    color: #000000;
}
#footer ul.left-menu li {
    display: inline-block;
    vertical-align: middle;
}
#footer ul.left-menu li:first-child {
    margin-right: 30px;
}
#footer ul.left-menu img {
    height: 80px;
    width: auto;
}
#footer ul.right-menu li {
    display: inline-block;
    position: relative;
}
#footer ul.right-menu li:first-child {
    padding-right: 40px;
}
#footer ul.right-menu li:first-child:after {
    content: "|";
    position: absolute;
    top: 0;
    right: 10px;
}
.m_button-wrapper {
    display: none;
}
.faq-section {
    margin-bottom: 20px;
}
.how-to-wrapper h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.how-to-wrapper h4 a {
    color: #000000 !important;
}
.public-page #header ul {
    display: none;
}
.access-management-wrapper .title {
    padding: 20px;
    background-color: #3ebcb5;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}
.access-management-wrapper .content {
    padding: 40px 40px 80px;
    text-align: center;
    background-color: #ffffff;
}
.access-management-wrapper .content .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
.access-management-wrapper .content p:last-child {
    margin-bottom: 0;
}
.access-management-wrapper .content .btn-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.access-management-wrapper .content .btn-wrapper a {
    margin-left: 5px;
    margin-right: 5px;
}
#accessModal .modal-content .inner-wrapper h3 {
    margin-bottom: 20px;
}
.loader {
    min-height: 100px;
}
.loader img {
    width: 100px;
}
.ini-loader {
    margin-top: 20px;
    display: none;
}
.ini-loader img {
    width: 100px;
}
.my-table td {
    vertical-align: top;
}
.accordion .card-header {
    background-color: #3ebcb5;
}
.accordion .card-header a {
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    display: block;
}
.accordion .card-header a:after {
    position: absolute;
    color: #ffffff;
    right: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f107";
}
.accordion .card-header a.collapse:after {
    content: "\f107";
}
.accordion .card-header a.collapsed:after {
    content: "\f106";
}
.banner-wrapper {
    background-color:#e4e4e4;
    padding: 40px 20px 10px;
    margin-bottom: 40px;
    border-top: 5px solid #3ebcb5;
}
.banner-wrapper p {
    margin-bottom: 15px;
}
.ip-checker-wrapper > div {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    align-items: center;
    margin-bottom: 5px;
}
.ip-checker-wrapper input[type=text] {
    width: 50%;
}
.ip-checker-wrapper label {
    width: 150px;
}
.user-ip-checker {
	margin-top: 50px;
}
@media screen and (max-width: 1199px) {
    .container {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    #header .website-name {
        width: 230px;
    }
    #header .website-name span {
        font-size: 24px;
        line-height: 28px;
    }
    #accessModal .modal-content {
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    #header {
        margin-bottom: 30px;
    }
    #header .website-name {
        width: 200px;
    }
    #header .website-name span {
        font-size: 20px;
        line-height: 24px;
    }
    #header .inner-wrapper ul li:first-child {
        border-left: 0;
    }
    .btn {
        padding: 10px 5px;
        font-size: 16px;
    }
    #accessModal .modal-content {
        width: 90%;
    }
    #footer {
        font-size: 16px;
    }
    #footer ul.left-menu li:first-child {
        margin-right: 20px;
    }
    #header .inner-wrapper ul li a i {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    h1 {
        font-size: 24px;
        line-height: 34px;
    }
    h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .btn {
        font-size: 14px;
        padding: 5px;
    }
    #header {
        margin-bottom: 15px;
    }
    #header .website-name {
        width: 50%;
    }
    #header .website-name span {
        font-size: 18px;
    }
    #header .inner-wrapper {
        justify-content: flex-start;
    }
    #header .inner-wrapper ul {
        width: 50%;
        margin-right: 0;
        column-gap: 10px;
        justify-content: center;
    }
    #header .inner-wrapper ul li {
        border: 0;
        padding-left: 0;
    }
    #header .inner-wrapper ul li a {
        font-size: 16px;
    }
    #header .inner-wrapper ul li a span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    .page-title {
        margin-bottom: 15px;
    }
    .pdf-wrapper .right-col {
        display: none;
    }
    .pdf-wrapper .left-col {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .single-drug .page-title {
        text-align: center;
    }
    #footer .inner-wrapper {
        flex-direction: column;
    }
    #footer ul.right-menu {
        margin-top: 20px;
    }
    .m_button-wrapper {
        display: block;
        margin-top: 20px;
    }
    .select-location-wrapper form .inner-wrapper {
        width: 100%;
    }
    .results td:first-child {
        padding-left: 5px;
        padding-right: 5px;
    }
    .m_no_padding.vc_column_container > .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .results td.stand a:after {
        bottom: -20px;
        left: -20px;
    }
    .results td.ref a:after {
        bottom: -20px;
        left: 0;
    }
    .form-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    #accessModal .modal-content .inner-wrapper {
        padding: 20px;
    }
}