﻿.OWAFrameHidden {
    display: none;
}

.OWAFrameActive {
    position: fixed;
    left: 1px;
    top: 100px;
    width: 100%;
    /*height:100%;*/
    display: block;
    background-color: white;
}

.fixed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin-top: 0;
    z-index: 1000
}


/* Tables */

/* Bottom rule for table column header */
.AdminManualSelectorTable {
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: #008E28;
    width: 90%;
    text-align: left;
}


#divPendingPubRequest {
    margin: auto;
    position: relative;
    left: 20%;
    right: 10%;
    padding-top: 10px;
}

/* _admin.cshtml */

#divManSelector {
    margin-left: 25px;
    margin-right: 25px;
}

#divManDetail {
    margin-left: 25px;
    margin-right: 25px;
}

/* Manuals Help Icon */
.ManualsHelpIcon {
    height: 24px;
    width: 24px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(/img/help-button-green-icon.svg);
}

.red-text {
    color: #DB0400;
}

.ManSelected {
    border-bottom: 4px solid #008E28;
    width: 150px;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.ManNotSelected {
    width: 150px;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.ManNavBtn {
    background-color: #9e9a96;
    border: 1px solid #9e9a96;
    color: white;
    font-family: 'Poppins';
    font-size: 16pt;
    font-weight: 500;
}

.ManNavBtnSelected {
    background-color: #f4f4f4;
    border: 1px solid #008E28 !important;
    color: #636365;
    font-family: 'Poppins';
    font-size: 16pt;
    font-weight: 500;
}

input[type="button"],
TD input[type="button"] {
    width: 185px;
    height: 30px;
    font-size: 11pt;
}

#divManNav {
    /*border-color:brown;
    border-width:1px;
    border-style:solid;*/
    vertical-align: middle;
    height: 30px;
    margin-left: 25px;
    margin-right: 25px;
    max-height: 30px;
}

#divManProcess {
    /*border-color:crimson;
    border-width:1px;
    border-style:solid;*/
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
}

.ManContentListDiv {
    border-color: white;
    z-index: -1000;
}

.ManSortDivLeft {
    display: inline-block;
    float: left;
}

.list-striped li {
    /*width:200px;*/
    border: 1px solid #ccc;
    color: black;
    font-weight: 400;
    padding: 10px;
    background-color: white;
    transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    cursor: pointer;
}
    /*.list-striped li:nth-child(odd) {
  background-color: darkseagreen;
}*/

    .list-striped li.ui-sortable-helper {
        background-color: darkseagreen !important;
    }

.list-striped ul li:first-child {
    background-color: darkseagreen
}
    /* equivalent to li:nth-child(2) */
    .list-striped ul li:first-child + li {
        background-color: darkseagreen
    }
        /* equivalent to li:nth-child(3) */
        .list-striped ul li:first-child + li + li {
            background-color: darkseagreen;
        }

.section_header {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

/* changes links inside the accordian to this color */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #0069DB;
}

/* changes colors of non-selected accordion rows */
#accordion .ui-state-default, #accordion .ui-widget-content .ui-state-default, #accordion .ui-widget-header .ui-state-default {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    font-weight: 400;
    font-family: 'Poppins';
    /*background-image:url(/img/accordion-arrow-down-small.png);
    background-position: right;
    background-repeat:no-repeat;*/
}

/* changes colors of HOVER accordion rows */
#accordion .ui-state-hover, #accordion .ui-widget-content .ui-state-hover, #accordion .ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background-color: #C4E0D1;
    /*background-image:none;
    background-image:url(/img/accordion-arrow-down-small.png);
    background-position: right;
    background-repeat:no-repeat;*/
}

/* changes colors of selected accordion rows */
#accordion .ui-state-focus, #accordion .ui-widget-content #accordion .ui-state-focus, #accordion .ui-widget-header .ui-state-focus {
    border: 1px solid #ccc;
    background-color: #C4E0D1;
    /*background-image:url(/img/accordion-arrow-up-small.png);
    background-position: right;
    background-repeat:no-repeat;*/
}

.attachBox {
    border: 1px solid #9e9a96;
    background-color: #f4f4f4;
    padding: 10px;
}

#attachTbl_right td {
    padding: 5px;
}

.contentTbl td {
    padding: 5px;
}

.contentTbl td a {
    font-weight: normal;
}

.contentTbl-single-item {
    width: 100%;
    font-family:'Poppins';
    font-size:11pt;
}

.ui-accordion .ui-accordion-icons {
    padding: 0px;
}

.word-left-nav {
    width: 15%;
    vertical-align: top;
    text-align: left;
    padding-left: 5px;
}

.word-left-nav div {
    padding-bottom: 7px;
    font-size: 12pt;
}

.word-left-nav a {
    color: #008E28;
    font-size: 12pt;
    text-decoration: underline;
}

.accordion-arrow {
    max-height: none;
    max-width: none;
    height: 16px;
    width: 16px;
}

.ui-dialog {
    font-family: 'Poppins';
}

.ui-widget-header {
    border: none;
    background: #008E28;
    color: white;
    font-weight: normal;
}

.ui-widget-content {
    background-color: white;
}


.modal_loading {
    position: absolute;
    top: 2px;
    left: 90%;
    overflow: auto;
    float: right;
    padding: 0;
    margin: auto auto;
    /*background-color:gainsboro;*/
    display: none;
    z-index: 1000;
    padding: 10px;
    /*border:solid;
    border-color:gray;
    border-width:1px;*/
}

.modal_trans_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    float: right;
    padding: 0;
    margin: 0;
    background-color: gainsboro;
    filter: alpha(opacity=0);
    opacity: 0.0;
    z-index: 1001;
}

.modal_processing_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    float: right;
    padding: 0;
    margin: 0;
    background-color: gainsboro;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 1001;
}




#search-text-input {
    border-top: thin solid #929895;
    border-right: thin solid #929895;
    border-bottom: 0;
    border-left: thin solid #929895;
    box-shadow: 0px 1px 1px 1px #929895;
    /*float:right;*/
    height: 17px;
    margin: .8em 0 0 .5em;
    outline: 0;
    padding: .4em 0 .4em .6em;
    width: 183px;
}

#button-holder {
    background-color: #f1f1f1;
    border-top: thin solid #929895;
    box-shadow: 1px 1px 1px 1px #929895;
    cursor: pointer;
    /*float:right;*/
    height: 27px;
    margin: 11px 0 0 0;
    text-align: center;
    width: 50px;
}

#button-holder img {
    margin: 4px;
    width: 20px;
}

.accountSaveButton {
    background-color: #008E28 !important;
    border: 1px solid #9e9a96 !important;
    color: white !important;
    font-family: 'Poppins';
    font-size: 12pt !important;
    width: 110px !important;
    white-space: normal !important;
    font-weight: 500 !important;
    padding: 5px !important;
}

.accountResetButton {
    background-color: #dddddd !important;
    border: black 1px solid;
    color: black !important;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    width: 100px !important;
    margin-left: 15px;
    font-size: 12pt !important;
    font-family: 'Poppins';
}

.emailNotifySettings {
    padding-bottom: 20px;
}

.loginPasswordButtonDiv {
    height: 30px;
}

.expiredPasswordScreenButton {
    background-color: #008E28;
    border: 1px solid #9e9a96;
    color: white;
    font-family: 'Poppins';
    font-size: 12pt !important;
    width: 130px !important;
    white-space: normal;
    font-weight: 500;
    padding: 5px;
}

.textBoxRows {
    padding-top: 15px;
    padding-right: 0px;
}

/*
    File Attachments
*/
file-attachment-div {
    font-family: 'Poppins';
    font-weight: 500;
}

#formUpload * {
    font-family: 'Poppins';
}

#divButtons input[type="button"] {
    width: 150px;
}

.fileAttachmentDialog {
    font-family: 'Poppins';
    font-weight: 500;
}

.dialog-button-div {
    margin-top: 10px;
}

/* Manage Attestations */

#manage-attestations-table {
    width: 100%;
    color: white;
    text-align: left;
}
#manage-attestations-table-header {
    background-color: #008E28;
    font-size: 13pt;
    font-weight: 500;
    padding-top: 0px;
    margin-top: 0px;
}

.activate-attestation-dialog {
    font-family: 'Poppins';
    font-weight: 500;
}

#divAttestBtns input[type="button"] {
    font-family: 'Poppins';
}

.attestation-report-dialog {
    font-family: 'Poppins';
    font-weight: 500;
}

.attestation-report-dialog p {
    font-weight: 400;
}

#AttestReport_dialog p {
    display: inline-block;
    padding-left: 10px;
}

#AttestationReportsDatesForm input {
    padding-left: 10px;
}

#AttestReportDatesForm p {
    margin-top: 10px;
    display: inline-block;
}

/*
    Date Pickers
*/

div.ui-datepicker {
    font-family: 'Poppins';
    font-weight: 500;
}


/*
    Manage Versions
*/

#divTableHeader table {
    font-family: 'Poppins';
    width: 100%;
    color: white;
    font-size: 13pt;
    text-align: left;
}

.form-date-div {
    text-align: center;
}

.history-report-dialog {
    font-family: 'Poppins';
}

.history-report-dialog span {
    font-weight: 500;
}


#HistoryReportDatesForm p {
    display: inline-block;
    font-weight: 400;
}

.section_header {
    font-family: 'Poppins';
}

#tblManContent td {
    font-family: 'Poppins';
}

/*Publish*/

#divManualName h {
    text-align: left;
    font-size: 10pt;
    color: black;
}

.nrsman-publish-page-heading {
    background-color: #008E28;
    color: white;
    height: 30px;
    font-size: 13pt;
    font-weight: 500;
    text-align: left !important;
}

#nrsman-publish-table {
    text-align: center;
    font-size: 11pt;
    color: black;
}

#recent-edits-span {
    text-align: left;
    font-size: 10pt;
    color: #DB0400;
    margin-bottom: 25px;
}

.manualPublishDialog {
    font-family: 'Poppins';
    font-weight: 500;
}

.manualPublishDialog h3 {
    display: inline-block;
    font-size: 10pt;
    font-weight: 400;
}

.manualPublishDialog span {
    font-weight: 500;
}

#divManualName input[type="button"] {
    width: 150px;
}

/* _manAdminContent.cshtml */
.MoreArrow:hover {
    background-color: #B5BED6;
}

#lnkLatestUpdateSummary {
    color: #0069DB;
    cursor: pointer;
}

/* _manAdminPublish */
#PublishSelectAll_link {
    color: #008E28;
    font-family: 'Poppins';
    font-size: 10pt;
    text-align: left;
    margin-bottom: 25px;
    white-space: nowrap !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .yescls {
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    width: 53px;
    height: 32px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top-width: 0;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0;
    text-decoration: none;
    background-color: #008E28;
    *background-color: #008E28;
    background-image: -moz-linear-gradient(top, #2f513f, #008E28);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f513f), to(#008E28));
    background-image: -webkit-linear-gradient(top, #2f513f, #008E28);
    background-image: -o-linear-gradient(top, #2f513f, #008E28);
    background-image: linear-gradient(to bottom, #2f513f, #008E28);
    background-repeat: repeat-x;
    border-color: #008E28 #008E28 #008E28;
    /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008E28', endColorstr='#008E28', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .yescls:hover {
    background: #2f513f;
    background-image: -webkit-linear-gradient(top, #2f513f, #008E28);
    background-image: -moz-linear-gradient(top, #2f513f, #008E28);
    background-image: -o-linear-gradient(top, #2f513f, #008E28);
    background-image: linear-gradient(to bottom, #2f513f, #008E28);
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .nocls {
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    width: 50px;
    height: 32px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    text-decoration: none;
    background-color: #008E28;
    *background-color: #008E28;
    background-image: -moz-linear-gradient(top, #008E28, #008E28);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008E28), to(#008E28));
    background-image: -webkit-linear-gradient(top, #008E28, #008E28);
    background-image: -o-linear-gradient(top, #008E28, #008E28);
    background-image: linear-gradient(to bottom, #008E28, #008E28);
    background-repeat: repeat-x;
    border-color: #008E28 #008E28 #008E28;
    /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008E28', endColorstr='#008E28', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .deactivatecls {
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    width: 140px;
    height: 32px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    text-decoration: none;
    background-color: #008E28;
    *background-color: #008E28;
    background-image: -moz-linear-gradient(top, #008E28, #008E28);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008E28), to(#008E28));
    background-image: -webkit-linear-gradient(top, #008E28, #008E28);
    background-image: -o-linear-gradient(top, #008E28, #008E28);
    background-image: linear-gradient(to bottom, #008E28, #008E28);
    background-repeat: repeat-x;
    border-color: #008E28 #008E28 #008E28;
    /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008E28', endColorstr='#008E28', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .latercls {
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    width: 100px;
    height: 32px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    text-decoration: none;
    background-color: #008E28;
    *background-color: #008E28;
    background-image: -moz-linear-gradient(top, #008E28, #008E28);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008E28), to(#008E28));
    background-image: -webkit-linear-gradient(top, #008E28, #008E28);
    background-image: -o-linear-gradient(top, #008E28, #008E28);
    background-image: linear-gradient(to bottom, #008E28, #008E28);
    background-repeat: repeat-x;
    border-color: #008E28 #008E28 #008E28;
    /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008E28', endColorstr='#008E28', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* _manAdminDisplayOrder.cshtml */
.list-striped-2 li.ui-sortable-helper {
    background-color: darkseagreen !important;
}

#SortOptions2 .DefaultOrderColor {
    color: #008E28;
    cursor: pointer;
}

/* _manAdminVersions.cshtml */
#HistoryReport_link {
    color: #008E28;
    font-family: 'Poppins';
    font-size: 14px;
    text-decoration: underline;
    font-weight: normal;
    white-space: nowrap !important;
}

#SecAssignmentHistoryExport_link {
    color: #0069DB;
}

/* _manOWAPDF.cshtml */
.fa-item-link {
    width: 100px;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #0069DB;
}

/* _manOWA.cshtml */
.SecAssignmentNotes_AddSaveButton_cls {
    color: white !important;
    background-color: #008E28;
    *background-color: #008E28;
    background-image: -moz-linear-gradient(top, #008E28, #008E28);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008E28), to(#008E28));
    background-image: -webkit-linear-gradient(top, #008E28, #008E28);
    background-image: -o-linear-gradient(top, #008E28, #008E28);
    background-image: linear-gradient(to bottom, #008E28, #008E28);
    background-repeat: repeat-x;
    border-color: #008E28 #008E28 #008E28;
    /*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008E28', endColorstr='#008E28', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* Buttons */
.Manuals_Action_Button_Cls {
    color: #ffffff;
    font-family: 'Roboto Condensed Bold', sans-serif;
    font-size: 11pt;
    width: 150px;
    height: 32px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    text-decoration: none;
    background-color: #008E28;
    *background-color: #008E28;
    background-image: -moz-linear-gradient(top, #008E28, #39644d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008E28), to(#39644d));
    background-image: -webkit-linear-gradient(top, #008E28, #39644d);
    background-image: -o-linear-gradient(top, #008E28, #39644d);
    background-image: linear-gradient(to bottom, #008E28, #39644d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008E28', endColorstr='#39644d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .Manuals_Action_Button_Cls:hover {
        background: #39644d;
        background-image: -webkit-linear-gradient(top, #39644d, #008E28);
        background-image: -moz-linear-gradient(top, #39644d, #008E28);
        background-image: -ms-linear-gradient(top, #39644d, #008E28);
        background-image: -o-linear-gradient(top, #39644d, #008E28);
        background-image: linear-gradient(to bottom, #39644dc, #008E28);
        text-decoration: none;
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }


/* Background color for table column header */
.Manuals_Table_Column_Header_Color {
    background-color: #008E28 !important;
}

.ManualsLinkColorGreen {
    color: #008E28 !important;
    cursor: pointer !important;
    white-space: nowrap;
}

.ManualsLinkColor {
    color: #0069DB !important;
    cursor: pointer !important;
    white-space: nowrap;
}

.CustomSectionWarningText {
    text-align: left;
    font-size: 14px;
    font-family: 'Poppins';
    color: #000000;
    margin-top: 15px;
}

.ManualsVersionLink {
    text-decoration: underline !important;
    font-weight: normal;
    font-size: 10pt;
    font-family: 'Poppins';
}

.Manuals_Publish_Table_Header {
    font-size: 17px;
    height: 30px;
    font-weight: normal;
    color: white;
    font-family: 'Poppins';
}
.Manuals_Versions_Table_Header {
    vertical-align: top;
    color: #FFFFFF;
}

.Manual_Versions_Table_Div {
    width: 100%;
}

.divManNavTabs {
    text-align: center;
    min-width: 1250px;
    white-space: nowrap !important;
}

.ManualNameInput {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.manualContentDenotes {
    font-weight: 500;
    font-family: 'Poppins';
    color: #DB0400;
    width: 50px;
    text-align: left;
}

.manualContentCloseHistory {
    float: right;
    padding: 15px;
    color: #0069DB;
    cursor: pointer;
}

.manualDisplayorderRadioBgcolor {
    border: none;
    background-color: transparent;
    accent-color: #008E28;
}

.textInRed {
    font-family: 'Poppins';
    color: #DB0400;
}


/* minus and plus signs indicating subsections for BD manual in Content, Display Order, Versions */
.ui-icon-plusthick {
    width: 16px;
    height: 16px;
    background-image: url("../img/ui-icons_888888_256x240.png");
    background-position: -32px -128px;
    margin-left: 55px;
    text-align: left;
    display: inline-block;
}

.ui-icon-minusthick {
    width: 16px;
    height: 16px;
    background-image: url("../img/ui-icons_888888_256x240.png");
    background-position: -64px -128px;
    margin-left: 55px;
    text-align: left;
    display: inline-block;
}

.ui-icon-plus {
    width: 16px;
    height: 16px;
    background-image: url("../img/ui-icons_888888_256x240.png");
    background-position: -16px -128px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    zoom: 1; /* Needed to trigger "hasLayout" in IE if no width or height is set */
    margin-left: 55px;
    text-align: left;
    display: inline-block;
}

.ui-icon-plusthick-level1 {
    width: 16px;
    height: 16px;
    background-image: url("../img/ui-icons_888888_256x240.png");
    background-position: -32px -128px;
}

.ui-icon-minusthick-level1 {
    width: 16px;
    height: 16px;
    background-image: url("../img/ui-icons_888888_256x240.png");
    background-position: -64px -128px;
}

.ui-icon-plusthick-level2 {
    width: 16px;
    height: 16px;
    background-image: url("../img/ui-icons_888888_256x240.png");
    background-position: -32px -128px;
}

.ui-icon-minusthick-level2 {
    width: 16px;
    height: 16px;
    background-image: url("../img/ui-icons_888888_256x240.png");
    background-position: -64px -128px;
}

.AdminToolsTitle {
    width: 100%;
    text-align: center;
    color: #008E28;
    font-family: 'Poppins';
    font-size: 14pt;
    font-weight: 500;
    margin-bottom: 25px;
}

.AdminToolsInstruction {
    width: 100%;
    text-align: center;
    color: #000000;
    font-family: 'Poppins';
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 15px;
}

.AdminToolsTable {
    margin: auto;
}

.AdminToolsButton {
    text-align: center;
    padding-top: 50px;
}

.AdminToolsButtonDeactivated {
    background-color: gray !important;
    border: 1px solid #9e9a96 !important;
    color: white !important;
    font-family: 'Poppins';
    font-size: 12pt !important;
    width: 110px !important;
    white-space: normal !important;
    font-weight: 500 !important;
    padding: 5px !important;
    cursor: not-allowed;
}

.AdminToolsButtonActive {
    background-color: #008E28 !important;
    border: 1px solid #9e9a96 !important;
    color: white !important;
    font-family: 'Poppins';
    font-size: 12pt !important;
    width: 110px !important;
    white-space: normal !important;
    font-weight: 500 !important;
    padding: 5px !important;
    cursor: pointer;
}

.manuals_help_link {
    color: #0069DB !important;
    cursor: pointer !important;
}

.manuals_help_link:hover {
    color: #0069DB !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.manuals_help_subheading {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-weight: bold !important;
}


.manuals_help_button {
    color: #ffffff;
    /*font-family: 'Roboto Condensed Bold', sans-serif;*/
    font-family: 'Poppins';
    font-size: 11pt;
    width: fit-content !important;
    padding: 0px 15px !important;
    border-radius: 4px;
    text-decoration: none;
    background-color: #008E28;
    cursor: pointer;
}
