@-ms-viewport {
    width: auto !important;
}

/* Z-index Infromation
 
   UI-AUTOCOMPLETE : 4000
   REFINE-RESULTS  : 4050
   MENU-OPTIONS    : 5000  
   MODAL           : 5050
   
We have added seperate Z-Index in Patient Profile. 
Since the autocomplete occurs above the popup.   
        
 */

.modal {
    z-index: 5050 !important;
}

.dropdown-menu {
    z-index: 5000 !important;
}

#EnableDisableLable {
    padding-right: 5px;
}

input[type=search]::-ms-clear {
    display: none;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    background-color: #FFFFFF;
    height: 100%;
    padding: 0;
    margin: 0;
}


#page-wrapper {
    /*padding: 0 15px;*/
    min-height: 800px;
    background-color: #fff;
}

/*right header*/
.copyright {
    overflow: visible;
    font-size: 7pt;
    color: #a6a6a6;
    position: absolute;
    top: 35px;
    right: 9px;
}

.companylogo {
    position: absolute;
    background-color: white;
    border-top: 1px solid white;
    top: 0px;
    right: 0px;
    height: 48px;
}
/*right header*/


/*Company Header */

.amtapiglobalheader {
    min-height: 3em;
    float: left;
    background-color: rgb(0, 85, 175);
    text-align: left;
    color: white;
    font-size: 12pt;
    clear: left;
    width: 100%;
}

.whiteSpacing {
    clear: left;
    margin: 0.2em;
    background-color: white;
    width: 99%;
    float: left;
}


.amtglobalheadermargin {
    background-color: rgb(0, 85, 175);
    margin: 0.2em 0.2em 0.2em 0.5em;
}

.labelSpacing {
    margin: 0.3em;
}

.lblBolder {
    font-weight: bold;
    font-size: 15pt;
}

.lblLighter {
    font-weight: lighter;
    font-size: 11pt;
    color: rgb(191, 191, 191);
}
/*Company Header */

.PatientProfileHeader {
    font-size: 9pt;
}

.CommandCenterWrapper {
    width: 100%;
    height: auto !important;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

/*Header*/
#dvLabelHeaderTitle {
    color: #0026ff;
    font-size: 25px;
    min-width: 90%;
    float: left;
    padding-left: 1em;
}

#dvHeader {
    height: 20%;
}

#dvLogoutHeaderImage {
    float: right;
    height: 20%;
    padding-top: 0.5em;
    padding-left: 2.9em;
    padding-right: 2.9em;
    position: relative;
}

.welcome {
    position: absolute;
    top: 3px;
    right: 240px;
}

#UserName {
    font-weight: bold;
}

#UserInfo {
    padding-right: 10px;
}


/*#CompanyName {
    font-weight: bold;
}*/

div #lblViewingSet {
    font-weight: bold;
}

/*Header*/
/*APIHeader*/
.CommandCenterAPIGlobalHeader {
    min-height: 1.5em;
    float: left;
    background-color: #428bca;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    min-width: 100%;
    clear: left;
}
/*APIHeader*/

.webpartMargin {
    margin: 1em;
}

/*CommandCenterWebpart*/

.CommandCenterBody {
    float: left;
    width: 100%;
    height: 100%;
}

.CommandCenter-Corner-all {
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}


.formbutton {
    color: grey;
    border: 1px ridge;
    cursor: pointer;
    padding: 2px 4px;
}

.headerBtn {
    background-color: white;
    font-family: Verdana, sans-serif;
    color: black;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: #6f8fa5;
}

.bottom-corner-all {
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.right {
    margin-right: 0.6em;
}

.HeaderLabel {
    padding-top: 0.2em;
}

.sectionSpacing {
    height: 1em;
    background-color: #DEF2BD;
}

.bottomSpacing {
    height: 12px;
    background-color: #DEF2BD;
}

.leftSpacing {
    margin-left: 3px;
}

#mainPageMenu {
    font-size: 8pt;
    height: 30px;
    font-family: Verdana, sans-serif;
}

.roundedTop {
    border: 1px solid black;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    background-color: yellow;
}

.roundedBottom {
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid lightgray;
}

#menu {
    height: 25px;
    width: 100%;
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* W3C */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0 );
}

.Menu {
    margin-top: 2px;
}

    .Menu ul {
        background: rgb(125,126,125); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(to top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* W3C */
        -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0 );
    }

        .Menu ul li {
            text-align: center;
            /* set width if needed.*/
            width: 132px;
            background: rgb(125,126,125); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* Opera 11.10+ */
            background: linear-gradient(to top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* W3C */
            -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0 );
        }

            .Menu ul li a {
                color: black;
                padding: 4px 2px 4px;
                border-bottom: 0;
            }

            .Menu ul li:hover > ul {
                background-color: rgb(255, 255, 214);
            }


            .Menu ul li:hover {
                -webkit-border-top-left-radius: 8px;
                border-top-left-radius: 8px;
                -webkit-border-top-right-radius: 8px;
                border-top-right-radius: 8px;
                color: blue;
                background-color: rgb(255, 255, 214);
            }

            .Menu ul li a:hover {
                background-image: none;
            }

            .Menu ul li a:hover {
                color: blue;
            }

            .Menu ul li a {
                color: white;
            }

ul.dropdown-menu {
    font-size: 10pt;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

a.dropdown {
    font-size: 10pt;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

a.dropdownmenu-toggle {
    font-size: 10pt;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/*Menu Control*/


.fontbold {
    font-size: 10pt;
    font-weight: bold;
}

.autoCompletebold {
    font-weight: bold;
}

.boldText {
    font-weight: bold;
}


input[type="radio"] {
    margin-right: 2px;
    margin-bottom: 4px;
}

input[type="checkbox"] {
    margin-right: 4px;
    margin-bottom: 12px;
}

table#CheckBoxListInteractionTypes td > input {
    margin-left: 0px;
}


.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

.voffsetbottom {
    margin-bottom: 5px;
}

.voffsetbottom1 {
    margin-bottom: 10px;
}

.voffsetbottom7 {
    margin-bottom: 70px;
}

.voffsetbottom8 {
    margin-bottom: 80px;
}

.voffsetbottom9 {
    margin-bottom: 90px;
}

.voffsetbottom10 {
    margin-bottom: 100px;
}

.hoffset {
    margin-left: 2px;
}

.hoffset1 {
    margin-left: 5px;
}

.hoffset2 {
    margin-left: 10px;
}

.hoffset3 {
    margin-left: 15px;
}

.hoffset4 {
    margin-left: 30px;
}

.hoffset5 {
    margin-left: 40px;
}

.hoffset6 {
    margin-left: 60px;
}

.hoffset7 {
    margin-left: 80px;
}

.hoffset8 {
    margin-left: 100px;
}

.hoffset9 {
    margin-left: 150px;
}

.hnoffset1 {
    margin-left: -1px;
}

.hnoffset2 {
    margin-left: -5px;
}

.hnoffset3 {
    margin-left: -10px;
}

.hnoffset4 {
    margin-left: -20px;
}

.hnoffset5 {
    margin-left: -40px;
}

.hnoffset6 {
    margin-left: -60px;
}

.hnoffset7 {
    margin-left: -80px;
}

.pushleft1 {
    padding-right: 1px;
}

.pushleft2 {
    padding-right: 5px;
}

.pushleft3 {
    padding-right: 10px;
}

.pushRight1 {
    padding-left: 1px;
}

.pushRight2 {
    padding-left: 5px;
}

.hroffset1 {
    margin-right: 0.3px;
}

.hroffset2 {
    margin-right: 15px;
}

/* toolbar styles */
.toolbar {
    background-color: #428bca;
    height: 20px;
    color: #80AAD7;
    padding-top: 0px;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
}


/* header region styles */
.pageheader {
    height: 50px;
    margin-top: 15px;
}

.importantHeaderMessage {
    font-weight: bold;
    color: red !important;
}

.badge-notify {
    background: red !important;
    position: relative;
    top: -12px;
    left: -16px;
    font-size: 10px;
}

.notification-bell {
    font-size: 25px;
    padding-left: 3px;
    color: #337ab7;
}

.learn {
    color: #3C5166;
    font-size: 11px; /*Modified Browser Compatibility Fix*/
    font-weight: bold;
}


.inbracket {
    color: #333;
    font-size: 10px;
}

.hover {
    cursor: pointer;
}

.red {
    color: #CC3300;
}

.green {
    color: green;
}

.headerLogo {
    position: relative;
    padding-left: 10px;
}

.headerTagLine {
    position: absolute;
    bottom: 3px;
    left: 400px;
}

.navbar {
    margin-bottom: 0px;
    min-height: 1.5em;
}

select.form-control {
    font-size: inherit;
}

.form-control {
    font-size: inherit;
    height: 30px;
}

.headerRowMessage {
    color: red;
    font-style: italic;
    padding-left: 2em;
    font-weight: normal;
}


/*MonoGraph CSS Begin*/
.CodeList {
    vertical-align: top;
    font-size: smaller;
    padding-bottom: .5em;
}

.SectionTitle {
    width: 100%;
    padding: .25em;
    background-color: #428BCA;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12pt;
}

.CodeTitle {
    width: 100%;
    padding: .25em;
    background-color: #428BCA;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12pt;
}

.CodeItem {
    padding-right: 2em;
    padding-left: 1em;
    font-size: x-small;
}

.CodeItemSelected {
    font-weight: bold;
    text-transform: uppercase;
}


.Section {
    margin-bottom: 1em;
    width: 100%;
}

.Title {
    color: white;
    background-color: #428BCA;
    padding: .5em;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

#codes {
    background-color: #FFFFFF;
}

.Reference {
    padding-left: 1em;
}

.ReferenceIndex {
    padding-right: .5em;
}

.ReferenceLink {
}

.Footer {
    font-size: xx-small;
    background-color: #F5F5F5;
    margin-top: 2em;
    border-style: solid none solid none;
    border-width: thin;
    border-top-color: #6f8fa5;
    border-bottom-color: #6f8fa5;
}

.Disclaimer {
    margin-bottom: 1em;
}

.Copyright {
    width: 90%;
    text-align: center;
}

div.Section table {
    width: 100%;
}

/*MonoGraph CSS End*/




.verticalHeader {
    white-space: nowrap;
    -webkit-transform-origin: 112px 70px;
    -moz-transform-origin: 112px 70px;
    -o-transform-origin: 112px 70px;
    -ms-transform-origin: 112px 70px;
    transform-origin: 112px 70px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

    .verticalHeader:before {
        padding-top: 110%; /* takes width as reference, + 10% for faking some extra padding */
    }

span.intact {
    display: inline-block;
    width: 30px;
    height: 150px;
    text-align: center;
}

.checkboxColumn {
    vertical-align: bottom;
    text-align: center;
    color: black;
}

.resultsColumnHeader {
    text-align: center;
}

.actionColumn {
    vertical-align: bottom;
    text-align: center;
    color: black;
}

.dataColumn {
    vertical-align: bottom;
    text-align: center;
    color: black;
}

.overriddenColumn {
    background-color: orange;
    color: black;
}

.pending_status {
    background-color: #FFFFE6;
    color: red;
}

.failure_status {
    background-color: #FBEBE2;
    color: red;
}

.validated_status {
    background-color: #DAE9F8;
    color: black;
}

.dataTableHeader {
    background-color: #5c9ccc;
}

.MSCOverrideCell {
    background-color: #FFCC66;
}

.MSCSuppressedRow {
    background-color: #C0C0C0;
    color: #000000;
}

.MSCDisabledRow {
    background-color: #C0C0C0 !important;
    color: #000000 !important;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #428bca;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/********************************************************************/
/* JQuery UI                                                        */
/********************************************************************/

/*.ui-datepicker-trigger 
{ 
	width: 1.5em;
	height: 1.5em;
	
	vertical-align: middle; 
}*/

.ui-autocomplete {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 4000 !important;
    overflow-y: auto;
    max-height: 225px;
    overflow-x: hidden;
}

.ui-autocomplete-loading {
    background: url('../images/SearchInProgress.gif') right center no-repeat;
}


/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        padding-left: 10px;
        font-family: fontawesome;
        background: none !important;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        padding-left: 10px;
        font-family: fontawesome;
        background: none !important;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        padding-left: 10px;
        font-family: fontawesome;
        color: rgba(50,50,50,.5);
        background: none !important;
    }

.enabled {
}


.capitalize .participatingMembers {
    text-transform: capitalize;
}

.capitalize {
    text-transform: capitalize;
}

th.resultsColumnHeader.MSCOverriableColumnHeading.sorting {
    text-align: center;
    background-color: #E6E6E6;
}

th.resultsColumnHeader.MSCOverriableColumnHeading.sorting_asc {
    text-align: center;
    background-color: #E6E6E6;
}

th.resultsColumnHeader.MSCOverriableColumnHeading.sorting_desc {
    text-align: center;
    background-color: #E6E6E6;
}

.MSCOverriableColumnHeading {
    background-color: #E6E6E6;
}

.modal-body {
    max-height: 500px;
    overflow-y: auto;
}

table a {
    color: #000000;
}

    table a:hover,
    table a:focus {
        color: #000000;
        text-decoration: underline;
    }


.modal-sm {
    width: 60%;
    height: 90%;
}

.modal-lg {
    width: 80%;
    height: 90%;
}

.modal-xlg {
    width: 85%;
    height: 90%;
}

.modal {
    /*overflow-y: auto;*/
}

.modal-open {
    overflow: auto;
}

.overrideModalHeader {
    background-color: gainsboro;
}

.overrideModalColumnHeader {
    background-color: #E6E6E6;
}

.overrideModalMSCColumnValues {
    background-color: #E6E6E6;
}


/* #10100- Supporting 1024 * 768  Screen   Resolution  
	 --OVERRIDE FROM BOOTSTRAP
	Following css styles 
	(
	.table>thead..., 
	.BTN , 
	.BTN-DANGER
	)
	 */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 5px;
}

.btn {
    padding: 5px 5px;
    font-size: 12px;
}

.delete {
    padding: 6px 12px;
}

.editDrug {
    padding: 6px 12px;
}



#slideout {
    position: fixed;
    top: 200px;
    left: 0;
    width: 35px;
    padding: 12px 0;
    text-align: center;
    background: #5cb85c;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    z-index: 4050;
}

#slideout_inner {
    position: fixed;
    top: 200px;
    left: -250px;
    background: #FFFFFF;
    width: 250px;
    padding: 25px;
    height: 330px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: left;
    border-style: solid;
    border-width: 2px;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    border-color: #000;
    z-index: 4050;
}

    #slideout_inner textarea {
        width: 190px;
        height: 100px;
        margin-bottom: 6px;
    }

#slideout:hover {
    left: 250px;
}

    #slideout:hover #slideout_inner {
        left: 0;
    }

.FilterLabel {
    color: #000;
    background-color: #FFFFFF;
    border-color: #4cae4c;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.disabledLabel {
    font-style: italic;
    text-decoration: line-through;
}

.DDContraindicated {
    color: red;
}

.UnderlineCheckbox {
    text-decoration: underline;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 250px;
}

.tooltip-wide .tooltip-inner {
    width: 400px !important;
    max-width: 400px !important;
}

.error {
    font-weight: normal;
    color: red;
}

.errorText {
    font-weight: normal;
    color: red;
}

.panel {
}

.panel-body {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
}

.panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-height {
    height: 40px;
}

.panel-footer {
    padding: 5px 5px;
    background-color: transparent;
    border-top: 0px;
}

.panel-title {
    font-size: 8pt;
}

input[type="radio"],
input[type="checkbox"] {
    margin-top: 1px;
}

.btn {
    font-size: 8pt;
}



.form-group {
    margin-bottom: 5px;
}

.modal-title {
    font-size: 18px;
}

.separator {
    padding-top: 7px;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.footerDiv {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 8pt;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
}


.participatingMembers, a a:hover a:focus {
    text-decoration: underline !important;
    color: #428bca;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0; /* support: IE7 */
    font-weight: normal;
    white-space: normal;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

a.trigger {
    position: absolute;
    top: 60%;
    background: #d9534f;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: -1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #fff;
    padding: 4px 12px 6px 24px;
    font-weight: bold;
    z-index: 4051;
}

    a.trigger.left {
        left: -42px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    a.trigger.right {
        right: 0;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
    }

    a.trigger:hover {
        background-color: #d9534f;
    }

a.active.trigger {
    background: #d9534f;
}

ul.CheckboxColumns-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.CheckboxColumns-3 {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

ul.CheckboxColumns-4 {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

ul.CheckboxColumns-6 {
    columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6;
}

.slidepanel {
    border-bottom: 2px solid gray;
    border-top: 2px solid gray;
    border-right: 2px solid gray;
    color: #000000;
    position: absolute;
    display: none;
    background: #FFFFFF;
    width: 950px;
    height: 660px;
    overflow-y: auto;
    z-index: 4050;
}

    .slidepanel.left {
        left: 0;
        padding: 20px 20px 20px 40px;
    }

    .slidepanel.right {
        right: 0;
        padding: 20px 100px 20px 30px;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        -moz-border-radius-bottomleft: 15px;
        -moz-border-radius-topleft: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -webkit-border-top-left-radius: 15px;
    }

    .slidepanel p {
        font-size: 12px;
    }


.checkboxes ul {
    margin: 0;
    list-style: none;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

@media (max-width: 767px) {
    .modal-dialog-center {
        width: 100%;
    }
}

.announcement-heading :first-child {
    font-size: 20px;
    margin: 0;
    color: white;
}

.announcement-text {
    font-size: 11pt;
    margin: 0;
    font-weight: bold;
}

.announcement-subtext {
    font-size: 12px;
    margin: 0;
}

.announcement-subnumber :first-child {
    font-size: 20px;
    margin: 0;
    color: white;
}

.dashboard-enabled {
    background-color: #05a705 !important;
    color: white;
}

.dashboard-danger {
    background-color: #ff6868 !important;
    color: white;
}

.dashboard-warning {
    background-color: #ffa93c !important;
    color: white;
}

.well-dashboard {
    padding: 5px;
}

.FilterCkBox {
    float: left;
    margin: 0px !important;
}

.FilterLbl {
    padding-left: 18px;
    display: block;
}

.FilterLi {
    padding-bottom: 10px;
}

.loadmask {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
    filter: alpha(opacity=50);
    background-color: #E6E6E6;
    width: 100%;
    height: 100%;
    -ms-zoom: 1;
    zoom: 1;
}

.loadmask-msg {
    z-index: 101;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
}

.loadmasktransparent {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-zoom: 1;
    zoom: 1;
}

.loadmasktransparent-msg {
    z-index: 101;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
}

.dashboard-panel {
    border-color: #428bca;
}

    .dashboard-panel > .panel-heading {
        color: #FFFFFF;
        background-color: #428bca;
        border-color: #428bca;
    }

        .dashboard-panel > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .dashboard-panel > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.dataTableOverFlow {
    overflow-x: auto;
}

.vpushdown {
    padding-bottom: 40px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    top: 11px;
    left: -6px;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > a:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #428bca;
}


.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #FFFFFF;
    background-color: #428bca;
}

.fa-times {
    color: red;
}




#CheckListSearchTypes {
    border-spacing: 10px 0px;
    border-collapse: separate;
}

    #CheckListSearchTypes label {
        font-weight: normal;
    }

#CheckListConditionTypes {
    border-spacing: 0px 0px;
    border-collapse: separate;
}

    #CheckListConditionTypes label {
        font-weight: normal;
    }

    #CheckListConditionTypes td {
        padding-left: 5px;
        padding-right: 5px;
    }

#searchCriteria {
    margin-bottom: 0px;
}

    #searchCriteria td {
        vertical-align: middle;
    }

.panel-group {
    margin-bottom: 7px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-15 {
    padding: 15px;
}

.dashboard-helplink:hover {
    color: white;
}

.dashboard-helplink:active {
    color: white;
}

.dashboard-helplink:link {
    color: white;
}

.dashboard-helplink:visited {
    color: white;
}
/*No need to display border-top for the first row since it doesn't have any header*/
#searchCriteria > tbody > tr:first-child > td {
    border-top: none;
}

.autocompleteHighlight {
    color: #4cae4c;
}

#lblAPIHeader {
    padding-left: 5px;
}

#AccountPreferences, #AlertSettings {
    overflow: inherit;
}

.blockBodyScrollModal {
    overflow-y: hidden;
}

.removeMenuHover {
}

    .removeMenuHover ul {
        display: none !important;
    }

    .removeMenuHover > a {
        background-color: #f8f8f8 !important;
        color: black !important;
    }

label[id$='-error'] > span {
    display: inline-block;
}

.mycontent-right {
    border-left: 1px solid #333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.padding-right-0 {
    padding-right: 0px;
}

.autoCompleteSearchCheckboxDiv {
    margin-top: 10px;
    margin-bottom: 10px;
}

#divLoading .modal-dialog {
    text-align: center;
    width: 250px;
}

#divLoading {
    top: 40%;
    overflow-y: auto;
}


    #divLoading .modal-body {
        text-align: center;
        padding: 10px;
    }


/* Dashboard Styles - Begin */
/* Report widgets */

.dashboard-panel-body {
    background-color: #f8f8f8;
}

.report-widgets {
    padding: 10px 20px;
}

    .report-widgets .widget {
        position: relative;
        padding: 25px 45px 5px 15px;
        min-height: 130px;
    }

        .report-widgets .widget .content {
            text-align: center;
        }

            .report-widgets .widget .content .icon {
                font-size: 13px;
                color: #fff;
                margin-bottom: 8px;
                position: relative;
                top: -2px;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
            }

            .report-widgets .widget .content .value {
                font-size: 18px;
                color: #fff;
                font-weight: 300;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
            }

            .report-widgets .widget .content .valueNumber {
                font-size: 18px;
                color: #fff;
                font-weight: 300;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
            }

            .report-widgets .widget .content .icon i {
                font-size: 20px;
                margin-right: 5px;
                position: relative;
                top: 2px;
            }

@media (max-width: 1200px) {
    .report-widgets .widget .content .value {
        font-size: 16px;
    }

    .report-widgets .widget .content .valueNumber {
        font-size: 13px;
    }
}

.widget .more {
    display: block;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
}

    .widget .more:hover {
        background: rgba(0, 0, 0, 0.25);
    }

.RedirectLink :hover {
    /*text-decoration:underline;*/
    cursor: pointer;
}

.widget .more i {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -7px;
}
/* Status widgets */

.status-widgets {
    padding: 10px 20px;
}

    .status-widgets .widget {
        padding: 15px 45px 15px 15px;
        position: relative;
    }

        .status-widgets .widget .options {
            float: right;
            text-align: right;
        }

            .status-widgets .widget .options ul {
                margin: 0 0 5px 0;
            }

                .status-widgets .widget .options ul:after {
                    content: "";
                    display: block;
                    clear: both;
                }

                .status-widgets .widget .options ul li {
                    float: left;
                    list-style: none;
                    margin-left: 8px;
                }

                    .status-widgets .widget .options ul li a {
                        opacity: 0.5;
                    }

                        .status-widgets .widget .options ul li a:hover {
                            opacity: 1;
                        }

                        .status-widgets .widget .options ul li a i {
                            font-size: 14px;
                            color: #fff;
                        }

            .status-widgets .widget .options > i {
                color: #fff;
                font-size: 24px;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
                position: relative;
                top: 4px;
            }

        .status-widgets .widget .details {
            float: left;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
        }

        .status-widgets .widget .number {
            font-size: 28px;
            text-align: left;
            color: #fff;
            font-weight: 300;
            margin-bottom: 10px;
            margin-top: 4px;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
        }

        .status-widgets .widget .description {
            font-size: 16px;
            font-weight: 300;
            color: #fff;
            text-align: left;
        }

.widget.MSCUpdates-Blue {
    background: #428bca;
}

.widget.MyOverrides-Blue {
    background: #023f60;
}

.widget.blue {
    background: #248CD1;
    /*background: #0072c6;*/
}

.widget.red {
    background: #E64545;
}

.widget.light_blue {
    background: #5db2ff;
}

.widget.grey {
    background: #585858;
}

.widget.pink {
    background: #dc4fad;
}

.widget.red {
    background: #E22C2B;
}

.widget.orange {
    background: #d24726;
}

.widget.steelblue {
    background: #586371;
}

.widget.yellow {
    background: #ff8f32;
}

.widget.burntorange {
    background: #EF7834;
}

.widget.dark_green {
    background: #82ba00;
}

.widget.green {
    background: #a7c88c;
}

.widget.turq {
    background: #03b3b2;
}

.widget.dark_turq {
    background: #008299;
}

.widget.purple {
    background: #4617b4;
}

.widget.violet {
    background: #8c0095;
}

.widget.dark_blue {
    background: #001940;
}

.widget.dark_red {
    background: #570000;
}

.widget.brown {
    background: #380000;
}

.widget.black {
    background: #000000;
}

/*.white, .white a {
  color: #fff;
}*/
/* Dashboard Styles - End */


.Makeoverlay {
    background-color: #E6E6E6;
    z-index: 500;
}

    .Makeoverlay.OverflowHidden {
        overflow-y: hidden !important;
    }

    .Makeoverlay #enableddisabledContent, .Makeoverlay #EnableDisableLable {
        background-color: #E6E6E6;
    }

.overlay {
    display: block;
    z-index: 6000;
    background: #E6E6E6;
    opacity: 0.8;
}

.iconDisable {
    color: gray;
}


/* CUSTOM 5 COLUMN SPAN LAYOUT - MAINLY USED IN DASHBOARD HAVING 5 COLUMNS
  *
  * based on http://gridcalculator.dk/
  * width => 1200, gutter => 15px, margin => 15px, columns => 5
  */

.ResembleCol-md {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.row-fluid-5 {
    width: 100%;
    *zoom: 1;
}

    .row-fluid-5:before,
    .row-fluid-5:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-fluid-5:after {
        clear: both;
    }

    .row-fluid-5 [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid-5 .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2%;
    }

    .row-fluid-5 [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid-5 .span2 {
        width: 20%;
    }

/* responsive ONLY */

@media (max-width: 600px) { /* spans reduce to 100px then go full width */

    .row-fluid-5 [class*="span"] {
        margin-left: 0;
        /*float: left;*/
        width: 100%;
        padding: 10px;
    }
}

.drugmonograph {
    padding: 0px 0px;
}

.headerText {
    border: none;
    width: 100%;
    -ms-word-wrap: break-word !important;
    word-wrap: break-word !important;
}

.headerUserDropdown {
    font-size: 9pt;
    width: 220px;
    margin-top: 3px !important;
}

.headerFont {
    padding: 4px !important;
}

.companyDropdown {
    height: 235px;
    font-size: 9pt !important;
    overflow-y: auto;
}

.overflowVisible {
    overflow: visible !important;
}

.parentDisabled {
    color: GrayText;
}

.headerHighlight {
    background-color: #5cb85c;
    color: #fff;
    padding-bottom: 15px;
}

.alertDetails > tbody > tr > th, .alertDetails > tbody > tr > td {
    vertical-align: middle;
}

.siteLogo {
    padding-left: 10px;
    padding-right: 10px;
}

.anchorHandCursor {
    cursor: pointer;
}

.table-responsive {
    overflow-x: inherit !important;
}

.aspcheckbox label, .aspradio label {
    font-weight: normal;
    vertical-align: middle;
    padding-left: 4px;
}

.dataTables_empty {
    text-align: left !important;
}

.colorchanges {
    background-color: lightgray;
}

.commentsArea {
    border-color: lightgray;
    border-width: 1pt;
}

/*start of analytics style*/
.plotlycharts {
    padding-top: 25px;
    width: 800px;
    height: 500px;
}

.reportfilterautoscroll {
    height: 160px;
    overflow: auto;
}
/*end of analytics style*/

.centered {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -50px !important;
    margin-left: -100px !important;
}

.panelcentered {
    margin: auto;
    width: 50%;
    padding: 15px;
    z-index: 0;
    top: 50% !important;
    left: 50% !important;
}

.centersilver {
    text-align: center;
    color: silver;
}

/*todo::add css from alert pages */
.deletedOverride div.dataTables_scrollBody thead th,
.deletedOverride div.dataTables_scrollBody thead td {
    line-height: 0;
    opacity: 0.0;
    width: 0px;
    height: 0px;
}

.deletedOverride input[type="checkbox"][disabled] {
    cursor: auto;
}

.deletedOverride .slidepanel {
    width: 900px;
    height: 660px;
}

.deletedOverride div#DTOverrides, div#DTMembers {
    overflow: inherit;
}

.deletedOverride .paddingZero {
    padding: 0px;
}

#impactedCustomizations th {
    vertical-align: top;
    text-align: center;
    padding-top: 20px;
}

.normalFont {
    font-weight: normal;
}

.class-Ingredient {
    margin-left: -13px !important;
    margin-top: -9px !important;
}

.class-modal .panel {
    border-radius: 0px;
}

.grey-backgroud {
    background-color: #f5f5f5;
}

.black-color {
    color: rgb(0, 0, 0) !important;
}

.dose-modal-height {
    min-height: 850px
}

.dtfc-has-left {
    border-left: 1px solid #ddd !important;
}

.font-inherit {
    font-size: 17px;
}

.padding-left-12 {
    padding-left: 12px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-right-0 {
    padding-right: 0px;
}

.margin-0 {
    margin: 0;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-left-6 {
    margin-left: 6px;
}

.margin-left-44 {
    margin-left: 44px;
}

.z-index-9000 {
    z-index: 9000 !important;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.no-wrap {
    white-space: nowrap;
}

.border-bottom-1pt {
    border-bottom: 1pt solid;
}

.import-file-section {
    padding-top: 20px;
}

.hidden-file-input {
    display: none !important;
}

.no-file-selected {
    display: inline;
    padding-left: 10px;
}

.import-warning-message {
    color: orange;
}

.import-message-success {
    margin-left: 8px;
}

.imported-file-name-success {
    font-weight: bold;
}

.imported-file-name-failure {
    font-weight: bold;
}

.import-message-failure {
    margin-left: 8px;
}

.importable-set-dropdown-width {
    width: 90%;
    margin: 0 auto
}

.importable-set-dropdown-disabled-option {
    color: lightgray !important;
}

.btn-outline-primary {
    color: #337ab7;
    border-color: #337ab7
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .btn-outline-primary.focus,
    .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: #337ab7;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .btn-outline-primary:not(:disabled):not(.disabled):active, .show >
    .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show >
        .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }
