﻿


h1 {
    text-align: center;
    margin-left: 15px;
}

h3 {
    margin-bottom: 2px;
}

/* check box formatting on main forms*/

.chk td {
    padding-left: 5px;
}

.chk label {
    margin-left: 5px;
}

.chk {
    /*padding: 5px 5px 5px 5px;*/
    padding-right: 5px;
    padding-left: 5px;
    /*margin-right:8px;
    margin-left:8px;*/
    /*margin: 8px 5px 5px 5px;*/
    display: inline-block;
    text-indent: 0px;
}

/*Check Box Formatting for revering the label and check box on Parent Using Drugs*/
.chkL td {
    padding-right: 15px;
    text-align: left;
}

.chkL label {
    margin-right: 15px;
    text-align: left;
}

.chkL {
    padding: 5px 5px 5px 5px;
    margin: 8px 5px 5px 5px;
    text-align: left;
}

/* hanging indents */
.hangingIndent_0 {
    padding-left: 30px;
}

.hangingIndent_0a {
    padding-left: 39px;
}

.hangingIndent_1 {
    padding-left: 30px;
    text-indent: -18px;
}

.hangingIndent_1_5 {
    padding-left: 44px;
    text-indent: -18px;
}

.hangingIndent_1_5a {
    padding-left: 63px;
    text-indent: -18px;
}

.hangingIndent_1_5b {
    padding-left: 26px;
}

.hangingIndent_2 {
    padding-left: 50px;
    text-indent: -11px;
}

.hangingIndent_3 {
    padding-left: 80px;
    text-indent: -10px;
}


/* initial form css*/

.anchorC {
    text-align: center;
    margin-bottom: 20px;
}

#box1MainQ {
    padding-left: 25px;
}

.initialEntryQ {
    padding-left: 60px;
    text-indent: -18px;
}

.InstructionText {
    color: #004d66;
}

    .InstructionText a {
        color: #0000FF;
        text-decoration: underline;
    }

    .InstructionText h1 {
        color: #0052cc;
    }

    .InstructionText h3 {
        color: #0052cc;
    }

#divBtn {
    margin-top: 25px;
}

    #divBtn input[type=submit] {
        width: 250px;
    }

    #divBtn p {
        padding: 5px 3px 8px 8px;
    }

#logRow {
    display: none;
}




th, td {
    padding: 3px;
    text-align: left;
}


/* additional formatting to bootstrap css*/
.navbar-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
}


    .navbar-inverse .navbar-toggle:hover {
        background-color: #ffffff;
    }
/* responsive and non responsive design formatting for tables and divs */

.topBuffer {
    margin-top: 5px;
    margin-bottom: 5px;
}

respDsgnPadd {
}

.btnDivLefttext {
    padding-top: 10px;
}

.nglctRepTbl {
    width: 70%;
    padding-bottom: 50px;
}


    .nglctRepTbl td, th {
        padding: 5px 10px 5px 10px;
        height: 30px;
    }

/* DDL formatting*/
.ddlWidthExtraLarge {
    width: 350px;
}

.ddlWidthLarge {
    width: 200px;
}

.ddlWidth {
    width: 120px;
}

.ddlWidthSm {
    width: 80px;
}

/* Formating width for textboxes on pages*/
.frmMdTxtBox {
    width: 150px;
}

.frmLgTxtBox {
    width: 200px;
}

.frmExLgTxtBox {
    width: 250px;
}

.frmSmTxtBox {
    width: 100px;
}

.txtMainFrm {
    width: 95%;
}

.frmEmailTxtBox {
    width: 250px;
}

.mdTxtBox {
    width: 25px;
}

.yrTxtBox {
    width: 50px;
}
/* account profile page div and button formatting*/
.frmMnBtns {
    margin: 20px 10px 20px 10px;
    padding-bottom: 25px;
}

#profileInstruct {
    margin-top: 20px;
    margin-bottom: 20px;
}


.btnProfile {
    width: 200px;
}
/* Css for asterix to denote a required field*/
.asterixRed {
    color: #ff0000;
}

.lblDenotation {
    font-size: 11px;
}
/* bottom button area on main forms*/
.btnTableBtm {
    width: 72%;
    margin-top: 15px;
    margin-bottom: 50px;
    text-align: center;
}
/* Main Divion on the form pages*/
.frmDiv {
    margin-left: 10px;
    margin-bottom: 30px;
}
/* Inset on Closing Page */
.closingInset {
    margin-left: 45px;
}
/* Address Area on Closing Page*/
.addressArea {
    margin-top: 35px;
}

/* Error Label formatting*/
.lblError {
    font-size: 16px;
    line-height: 1.1em;
    color: red;
    font-weight: bold;
    font-style: italic;
}

.itemVisible {
    visibility: visible;
}

.itemNotVisible {
    visibility: hidden;
}


/*The error CSS for the forms*/
.errClass {
    border: 1px solid red;
}
/* spacing for entry pages divisions*/
.entrySection {
    margin-bottom: 30px;
}

.shadow {
    box-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
}



#divAddC {
    display: none;
}

divAddCQ {
    display: none;
}

@media all and (min-width: 1px ) and (max-width: 768px) {
    .table-responsive {
        border: 0px;
    }

    body {
        overflow: scroll;
    }

    .btnDivLefttext {
        text-align: left;
    }

    .nglctRepTbl {
        margin-left: 15px;
    }

    .frmDiv {
        margin-left: 15px;
    }

    .drugUsage {
        margin-left: 40px;
        display: none;
    }

    .methLab {
        margin-left: 40px;
        display: none;
    }


    .navbar-inverse .navbar-toggle:hover {
        background-color: #ffffff;
    }

    .navbar-inverse .navbar-toggle:focus {
        background-color: #ffffff;
    }

    .navbar-collapse {
        border-top: 0px;
    }
}

@media all and (min-width: 1px ) and (max-width: 992px) {

    .respDsgnPadd {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .entryDiv {
        margin-left: 25px;
    }

    .navbar {
        margin-right: 20px;
    }
}



.centermodal {
    margin: auto;
    width: 50%;
    /*border: 3px solid green;*/
    padding: 10px;
    text-align: left;
}

.page {
    height: 100%;
}

.popup-overlay-grid {
    /*Hides pop-up when there is no "active" class*/
    visibility: hidden;
    top: 20%;
    position: fixed;
    background: #ffffff;
    border: 3px solid #777777;
    width: 40%;
    min-height:150px;
    left: 33%;
    padding:7px;
}



.popup-overlay {
    /*Hides pop-up when there is no "active" class*/
    visibility: hidden;
    top: 20%;
    position: fixed;
    background: #ffffff;
    border: 3px solid #777777;
    width: 40%;
    min-height:150px;
    left: 33%;
}

    .popup-overlay.active {
        /*displays pop-up when "active" class is present*/
        visibility: visible;
        text-align: center;
    }

.main-content {
    visibility: visible;
    pointer-events: auto;
    opacity: 1.0;
}

    .main-content.active {
        /*visibility:hidden;*/
        pointer-events: none;
        opacity: 0.2;
    }

.main-content-not-active {
        pointer-events: none;
    }

button {
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    margin: .20rem;
    font-size: 1rem;
    color: #666666;
    background: #ffffff;
    border: 1px solid #777777;
}

    button:hover {
        border: 1px solid #777777;
        background: #777777;
        color: #ffffff;
    }
