@import url('https://fonts.googleapis.com/css?family=Montserrat|Raleway|Roboto+Slab|Lora');

* {
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    transition: all .4s linear;
}

h1, h2 {
    font-family: 'Roboto Slab', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3, h4, h5 {
    font-family: 'Raleway', sans-serif;
    margin: 5px 0;
    margin-top: 10px;
}

body {
    background: #9E9E9E !important;
    margin: 0px;
    padding: 0px;
}

select, input, body {
    color: #333;
    font-family: Montserrat,sans-serif !important;
    margin: 0px;
}

a {
    text-decoration: none !important;
}

    a:hover {
        filter: brightness(150%);
        -webkit-filter: brightness(150%);
        -moz-filter: brightness(150%);
    }

h1 {
    margin-top: 0px;
    color: #FF4200;
    border-bottom: #FF5722 1px solid;
    font-size: 2em;
}

h2 {
    margin: 0px;
    color: #2E4D7F;
}

.pager span {
    color: black !important
}

#logo {
    height: 90px;
    width: 268px;
    background: transparent url(images/ODIS_Logo_Small.png) no-repeat;
    background-position: center;
    float: left;
    background-size: 60%;
}



#container {
    border: solid 0pt blue;
    margin: 0 auto;
    box-shadow: 0px 5px 10px;
    background: #fff;
}

.pading {
    padding: 10px;
}
/*Content Placeholders and cols*/
.googad {
    overflow: hidden;
    text-overflow: ellipsis;
}

.gadleft {
    padding: 10px 0;
}

article {
    min-height: 400px;
}

#content {
    padding: 0 10px;
}

.contentCol {
    border-radius: 2px;
    /*border: solid 1px #ddd;*/
    display: table-cell;
    vertical-align: top;
}

#contentPage {
    display: table;
    vertical-align: top;
    width: 100%;
}

.leftCol {
    width: 300px;
}

.rightCol {
    width: 160px;
}

#midContentCol {
    padding: 0 10px;
    max-width: 505px;
}
/*Header and NavBar*/
header {
    clear: both;
    width: 100%;
}

#header {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    text-align: center;
}

#navBar {
    background: #4e8ce5;
    margin: 10px 0;
    overflow: hidden;
    clear: both;
    width: 100%;
}

.navItem {
    float: left;
    color: #fff;
    border-right: solid 1px #673AB7;
    text-shadow: 1px 1px 5px #000000;
}

    .navItem p a:visited, .navItem p a {
        vertical-align: middle;
        padding: 15px;
        margin: 0;
        color: #fff;
    }

    .navItem p {
        margin: 10px 0px;
        padding: 0;
    }

        .navItem p a:hover {
            background: #673AB7;
        }

/*Footer*/
#footer {
    background-color: #E9E9E9;
    min-height: 200px;
    overflow: visible;
    border-top: lightsteelblue 4px solid;
}

/* #footerLeftPane, #footerRightPane {
    width: 250px;
} */

#footerCenterPane div p, #footerCenterPane div div {
    border-right: #d0d0d0 1px solid;
    border-left: #d0d0d0 1px solid;
}

    #footerCenterPane div div p {
        border: 0px;
    }



.footerItemHead {
    height: 20px;
    width: inherit;
    background-color: #E9E9E9;
    padding: 5px 0px 5px 0px;
}

    .footerItemHead p {
        color: gray;
        width: inherit;
        text-align: left;
        height: inherit;
        display: table-cell;
        vertical-align: middle;
        height: 20px;
        padding-left: 15px;
        font-weight: 700;
    }

.footerItemText {
    clear: both;
    padding: 8px 0px 8px 0px;
}

    .footerItemText div {
        padding: 0px 15px 0px 15px;
        font-size: 10px;
    }

        .footerItemText div p {
            margin: 2px 0px 3px 0px;
        }

#footerTagLine {
    text-align: center;
    clear: both;
}

/*Search Box and its contents*/
.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 9;
}

.inputBox1 {
    background: #4e8ce5;
    border-radius: 5px;
    padding: 9px;
    margin: 5px 0;
    /*color: white;
    width:280px;*/
}

    .inputBox1 input, .inputBox1 select {
        border: solid 1px #ddd;
        height: 30px;
        margin: 3px auto;
        font-size: large;
        border-radius: 4px;
        width: 100%;
        text-align: center;
    }

    .inputBox1 select {
        text-align: left;
    }

/*input[type=submit] {
     margin-left: 1px; 
     margin-right: 1px; 
}*/

input[type=submit]:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    border: white 2px solid;
}

input[type=submit]:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    border: gray 2px solid;
}

#searchBox a, .inputBox1 a {
    color: #FFEB3B;
}

#signUpBox {
    display: none;
}

.inputBox {
    background: #fafaff;
    border: solid 1px #aaf;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 5px;
}

    .inputBox h1, .inputBox1 h1 {
        text-align: center;
        font-size: 14px;
    }

    .inputBox p, .inputBox1 p {
        font-size: 11px;
        margin: 0;
    }

.chkBox {
    position: relative;
    top: 2px;
}

.withBtn {
    background-image: url(images/magnifier.png);
    background-repeat: no-repeat;
    background-position: 3px 10px;
    /*width: 240px !important;*/
    padding: 0 20px;
}

div#UpdatePanel1 {
    height: 0;
}

.bgText {
    position: relative;
    color: #607D8B;
    left: 5px;
    display: block;
    height: 0px;
    top: -24px;
}

.singleBorder {
    border: solid 1px #DDD;
}

.CompanyButtons {
    font-size: 0.8em;
    color: #FF4200;
    font-weight: bold;
}

.CompanyButtonsTable {
    border-bottom: solid 1px #FF4200;
    border-top: solid 1px #FF4200;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

#recommended, #mostViewed, .sidebarWidget {
    background: #fafaff;
    border: solid 1px #aaf;
    border-radius: 3px;
    padding: 5px;
    margin: 10px 0;
    font-size: 0.8em;
}

#recommended, #mostViewed {
    display: none;
}

.normal {
    font-size: .9em;
    text-align: center;
    border: solid 0px #FF7F24;
    height: 30px;
    background: #FDE9d9;
    padding: 1px 4px 1px 4px;
    border-radius: 3px;
    border: 0.1em solid lightblue;
}

    .normal a {
        color: navy;
    }

.selected {
    height: 30px;
    font-size: .9em;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    border: solid 1px #FF7F24;
    background: #FF7F24;
    padding: 1px 4px 1px 4px;
    border: 0.1em solid lightblue;
}

    .selected a {
        color: white;
    }

input#chkRememberMe {
    width: auto;
    height: auto;
}

.ContentPlaceHolder1_TVCategory_2 {
    padding: 2px 5px 2px 5px;
    border: white 2px solid;
}

.ContentPlaceHolder1_TVCategory_1, font, table, tr, td {
    font-family: inherit !important;
}


/* search.aspx Starts*/
.gs-snippet b {
    font-weight: bold !important;
}
/* search.aspx ends*/


/* Drug.aspx Starts*/
.drug_img {
    float: right;
}

div#Shortcuts {
    background: #FFF2F1;
    border-radius: 5px;
    justify-content: center;
}

    div#Shortcuts nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    div#Shortcuts a {
        width: 230px;
        padding: 5px;
        color: #F44336;
        border-radius: 5px;
        margin: 2px;
    }

        div#Shortcuts a:hover {
            background: #F44336;
            color: white;
            font-weight: bold;
            text-overflow: ellipsis;
        }

#mfgList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div#Manufacturers a {
    width: 200px;
}

.dosageTable {
    width: 100%;
    border-collapse: collapse;
}

    .dosageTable td:nth-child(1) {
        color: #2F4D7F;
    }

    .dosageTable td, .dosageTable th {
        border: black 2px solid;
        margin: 0;
        padding: 3px;
        font-size: 0.9em;
        vertical-align: top;
        max-width: 100px;
    }

.severity {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
}

    .severity h3 {
        text-align: center;
        width: 100%;
        background: #eee;
    }

.IAdrugName {
    padding: 5px;
    display: block;
    width: 150px;
    flex-grow: 1;
    overflow: hidden;
}

.severity {
    border: #eee 1px solid;
    border-width: 0 1px 0 0;
    /* width: 100%; */
    position: relative;
}

    .severity:first-of-type {
        border: #eee 1px solid;
        border-width: 0 1px 0 1px;
        border-style: solid;
    }

div#IAMajor {
    order: 1;
}

div#IA {
    order: 4;
}

div#IAModerate {
    order: 2;
}

div#IAMinor {
    order: 3;
}

.IADetailsPane {
    display: none;
    color: #414141;
    background: #f1f1f1;
    border: 1px solid #a9a9a9;
    position: fixed;
    top: 0;
    /* left: 00px; */
    z-index: 99999;
    width: 530px;
    padding: 6px 8px;
    text-align: left;
    -webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
    box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
    max-width: 100vw;
}

    .IADetailsPane.rightside {
        left: -529px;
    }

.IAdrugName:hover + .IADetailsPane {
    display: block;
}

.IADetailsPane:hover {
    display: block;
}
/* Drug.aspx Ends*/


/* Generic Styles starts */
.flextable a {
    display: block;
    min-width: 200px;
    padding: 3px;
}

.flextable {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
}

.small {
    font-size: small;
}

.black {
    color: black;
}
/* Generic Styles ends */



@font-face {
    font-family: mehr;
    src: url('Fonts/MehrNastaliq.ttf');
}



@media (min-width: 1025px) {
    #container {
        min-width: 1024px;
    }

    #midContentCol {
        max-width: 80vw;
    }

    .rightCol {
        width: 300px !important;
    }

    .bannercontent {
        position: relative;
    }
}

@media (max-width: 1024px) {
    .hideonnarrow {
        display: none;
    }
}


#mobileesearch {
    display: none;
}

@media screen and (min-width: 768px) {
    #Mobilenav {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    html {
        font-size: 20px;
    }
    #container {
        width: 92%;
        box-shadow:none;
    }

    body {
        background:none !important;
    }

    #mobileesearch {
        margin-top: 60px;
        display: block;
    }

    h1 {
        font-size: 1.35rem !important;
        font-weight: 600 !important;
    }

    h2 {
        font-size: 1.2rem !important;
        font-weight: 600 !important;
    }




    .nav-item {
        margin-top: 15px;
        color: #fff;
    }

        .nav-item a {
            color: #fff;
        }

    #topGoogleAd, #navBar, #searchBox, .logo {
        display: none;
    }

    .bg-nav {
        background-color: #4e8ce5;
    }

    #Mobilenav {
        display: block;
    }

    .advanced {
        text-decoration: none;
        font-size: 15px;
        font-weight: 500
    }

    .btn-secondary,
    .btn-secondary:focus,
    .btn-secondary:active {
        color: #fff;
        background-color: #4e8ce5 !important;
        border-color: #4e8ce5 !important;
        box-shadow: none
    }

    .advanced {
        color: #4e8ce5 !important
    }

    .form-control:focus {
        box-shadow: none;
        border: 1px solid #4e8ce5
    }
}
