﻿

.pageContainer {
    margin: 0;
    padding: 0;
}

.pageTopMarging {
    margin: 0;
    padding-top: 5px;
}

.pageHeaderPanel {
    padding: 4px;
    background-color: aliceblue;
    text-align: right;
}

.pageTitle {
    padding: 0;
    margin: 0;
}

.gridHeightFormat {
    overflow-y: auto;
    height: 180px;
    padding: 2px;
}


.homepageMenuHeader {
    font-weight: bold;
    color: #585757;
}

.homepageSubMenu {
    font-weight: bold;
}


.mousePointer {
    cursor: pointer;
}

.glyphicon, .fa, fab {
    margin-right: 5px;
}

.hiddenButtons {
    visibility: hidden;
    display: none;
}

.elementHidden {
    visibility: hidden;
    display: none;
}
.hiddenLabel {
    visibility: hidden;
    display: none;
}


.panel-body table tr td {
    padding-left: 15px;
}

.panel-body .table {
    margin-bottom: 0px;
}

.leftPaneMenu {
    text-align: left;
    border-style: none;
    font-size: 10px
}

.leftPaneMenuItems {
    /*text-align: left;
    border-style: none;*/
    font-size: 14px
}

.rowDefinition {
    margin-bottom: 4px;
}

.rowLabelName {
    text-align: right;
    padding-right: 0;
    margin-right: 0;
}

.rowTextbox {
    padding-left: 0;
    text-align: left;
    margin-left: 0;
    background-color: red;
}

.rowTextboxSearch {
    height: 22px;
}




.asteriskColumn {
    margin-left: 0;
    padding-left: 0;
}

.rowLabelFont {
    font-weight: lighter;
}


.dropDowncontrols {
    height: 27px;
    /*font-size: 9pt;*/
    padding: 2px;
    border-color: dimgrey;
}

.textboxControls {
    height: 24px;
    padding: 0;
    /*font-size: 18pt;*/
    /*padding-left: 4px;*/
    border-color: dimgrey;
    color: black;
}

.textAreaVLineSpacing {
    line-height: 16px;
    font-size: 13px;
    padding: 3px;
    border-color: dimgrey;
    color: black;
}

.treatmentIdDispense {
    height: 29px;
    font-size: 9pt;
}

h5 {
    font-weight: bold;
    color: #585757;
}




/*.gridSelectionButtonColumn{
    padding-left :1px;
    padding-bottom :1px;
    padding-right :1px;
    margin :0;
    width:5px;
    border:none ;
    height :15px;
}

.gridSelectionButtonStyle{
    margin :0;
    cursor:pointer ;
    border:none;
    height:25px;    
    background-color: #364E6F;
    color: white;    
    width: 100%;
}*/

.gridViewContainer {
    height: auto;
    overflow-y: auto;
    max-height: 220px;
}

.gridViewContainer2 {
    height: auto;
    overflow-y: auto;
    max-height: 800px;
}



.gridViewPrescriptionNoteContainer {
    height: auto;
    overflow-y: auto;
    max-height: 140px;
}


.gridViewControls {
    font-size: 8pt;
}

.gridRowStyle {
    height: 5px;
    padding-bottom: 0;
    padding-top: 0;
}

.gridAlternateRowStyle {
    height: 5px;
    padding-bottom: 0;
    padding-top: 0;
}

.GridSelectButton {
    cursor: pointer;
    border: none;
    background-color: #364E6F;
    color: white;
    /*height: 16pt;*/
    width: 100%;
    margin: 0px;
}

.GridSelectButtonHeader {
    width: 25pt;
    /*height: 12pt;*/
    padding: 0;
    background-color: #364E6F;
}

/*.GridSelectButton {
    cursor: pointer;
    border: none;
    background-color: #364E6F;
    color: white;
    height: 100%;
    width: 100%;
    padding:0;
    margin: 0px;
}

.GridSelectButtonHeader {
    width: 40pt;
    height: 8pt;
    margin:0;
    padding:0;
    text-align:left;
}*/

.ForButtonInTable {
    text-decoration: none;
    text-decoration: none;
    font-size: 8pt;
    font-weight: 700;
    color: black;
    font-family: sans-serif;
}

    .ForButtonInTable:hover {
        text-decoration: underline;
    }

.hiddenControls {
    display: none;
}

.labelRighAligned {
    text-align: right;
    font-size: 12px;
}

.labelRighAlignedModal {
    text-align: right;
    font-size: 10px;
}
.formGroupBottonSpace {
    margin-bottom: 3px;
}

.asteriskRequired {
    color: red;
    font-weight: bold;
}

.horizontalline1 {
    border-bottom: 1px solid gray;
    margin: 0;
}

.horizontalline2 {
    border-bottom: 1px solid #eeeeee;
    margin: 0;
    margin-bottom: 6px;
}

.controlSpacing {
    margin-bottom: 4px;
}
/*Account Setting --------------------------------------------------------Start*/
.lnkHyperLinks {
    cursor: pointer;
    font-weight: bold;
    font-size: 10pt;
}


/*Account Setting --------------------------------------------------------End*/

.modalPopUpHeader {
    text-align: center;
    font-size: 14px;
}

.modalPopUpBody {
    font-size: 13px;
    color: red;
    text-align: center;
}
