﻿/*****************************************************************************/
/* LAYOUT
/*****************************************************************************/
/* Extra styling to make bootstrap 2.3.2 appear more like 3.1.1. 
   Make spans relative rather than fixed. */


.full-width {
    width: 100%!important;
}

.span12 {
    width: 100%;
    margin-left: 0px;
    box-sizing: border-box;
}

.span11 {
    width: 91.66666667%;
    margin-left: 0px;
    box-sizing: border-box;
}

.span10 {
    width: 83.33333333%;
    margin-left: 0px;
    box-sizing: border-box;
}

.span9 {
    width: 75%;
    margin-left: 0px;
    box-sizing: border-box;
}

.span8 {
    width: 66.66666667%;
    margin-left: 0px;
    box-sizing: border-box;
}

.span7 {
    width: 58.33333333%;
    margin-left: 0px;
    box-sizing: border-box;
}

.span6 {
    width: 50%;
    margin-left: 0px;
    box-sizing: border-box;
}

.span5 {
    width: 41.66666667%;
    margin-left: 0px;
    box-sizing: border-box;
}

.span4 {
    width: 33.33333333%;
    margin-left: 0px;
    box-sizing: border-box;
}

.span3 {
    width: 25%;
    margin-left: 0px;
    box-sizing: border-box;
}

.span2 {
    width: 16.66666667%;
    margin-left: 0px;
    box-sizing: border-box;
}

.span1 {
    width: 8.33333333px;
    margin-left: 0px;
    box-sizing: border-box;
}

.panel {
    margin-bottom: 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-group {
    margin-bottom: 20px;
}


.panel-default {
    border-color: #ddd;
}

.panel-heading {
    border-bottom-style: none;
    border-bottom-width: 0px;
}

.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.1em;
}

    .panel-title > a {
        color: inherit;
    }

.panel-body:before, .panel-body:after {
    display: table;
    content: " ";
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
/* End: Extra styling to make bootstrap 2.3.2 appear more like 3.1.1.  */

#fullPage {
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute;
    height: 100%;
    margin: 0;
    /*display: table;*/
}

#logo {
    width: 100%;
    height: 115px;
    vertical-align: middle;
    text-align: center;
}

#mainMenu {
    width: 100%;
}

#masterPageHeader {
    height: 118px;
}

#dynamicContent {
    top: 92px;
}

#pageFooter {
    margin: 35px 5px 5px 5px;
    text-align: right;
    clear: both;
    padding-right: 5px;
}

.siteHeaderImage {
    top: 10px;
    left: 5px;
    position: absolute;
    float: left;
    display: block;
}

#leftBar {
    height: 99.9%;
    position: relative; /*absolute;*/
    left: 0;
}

    #leftBar.menuOff {
        margin-left: -350px;
    }

.panel-heading:hover {
    background-color: #CE4D6B!important;
}

#rightRemainder.menuOff {
    margin-left: 10px;
}

#menuToggler {
    position: absolute;
    padding-left: 100px;
    font-size: 0.8em;
    margin-bottom: 5px;
    display: none;
}

.login_panel_class {
    width: 300px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
/*****************************************************************************/
/* MENU
/*****************************************************************************/
#mainMenu dl {
    margin: 0;
}

#mainMenu dt {
    height: 1.3em;
    background-position: center center;
    vertical-align: baseline;
    width: inherit;
    padding-top: 2px;
    text-align: center;
}

#mainMenu dd {
    margin: 0;
    padding: 4px;
    vertical-align: middle;
}

#mainMenu img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

#mainMenu input {
    padding-left: 14px;
    overflow: visible;
}

.menuItemHidden {
    visibility: hidden;
}

.selectedMenuItem {
    line-height: 20px;
    padding: 4px;
    vertical-align: middle;
    white-space: nowrap;
}
/*****************************************************************************/
/* HEADER
/*****************************************************************************/
.siteHeader {
    top: 0px;
    left: 0px;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 120px;
    padding-bottom: 8px;
    padding-top: 40px;
}

.headerCommandsHolder {
    position: absolute;
    top: 20px;
    right: 36px;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    text-align: right;
    padding-top: 5px;
    height: 25px;
    z-index: 1050;
}

.AAFontSizeCommand1 {
    cursor: pointer !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
    border-bottom-style: none !important;
    font-size: 15px !important;
}

.AAFontSizeCommand2 {
    cursor: pointer !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
    border-bottom-style: none !important;
    font-size: 18px !important;
}

.AAFontSizeCommand3 {
    cursor: pointer !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
    border-bottom-style: none !important;
    font-size: 21px !important;
}

.headerCommandsHolder {
    cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
/*****************************************************************************/
/* LOGIN STATUS
/*****************************************************************************/
.userBox {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px;
    margin-right: 5px;
    margin-top: 5px;
    -moz-background-position-x: left;
    -o-background-position-x: left;
    background-position-x: left;
    -moz-background-position-y: 13px;
    -o-background-position-y: 13px;
    background-position-y: 13px;
    background-repeat: no-repeat;
    z-index: 1;
}

.userLogoutLink {
    /*float: right;*/
}
/*****************************************************************************/
/* CRUMBTRAIL
/*****************************************************************************/
#crumbtrail {
    padding-left: 10px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 300px;
}

    #crumbtrail input {
        border-style: none;
        padding-right: 5px;
        padding-left: 5px;
        overflow: visible;
        cursor: pointer;
        position: relative;
        font-weight: bold;
        color: #AC1738;
    }

.crumbtrailInputQuickSearch {
    color: #AC1738;
    top: 11px!important;
}
/*****************************************************************************/
/* TAB STRIP
/*****************************************************************************/
.tabStrip {
    float: left;
    width: 100%;
}

.tabButton {
    border-style: solid solid none solid;
    border-width: medium;
    cursor: pointer;
}

.tabButtonSelected {
    border-style: solid solid none solid;
    border-width: medium;
    font-weight: bold;
}

.dummyDiv {
    width: 0px;
}

/*****************************************************************************/
/* EDIT PAGE SUPPORT
/*****************************************************************************/

.defaultContentPadding {
    padding: 5px;
}

.editPageWrapper {
    padding: 5px;
    margin: 0px 0px 5px 0px;
    clear: both;
}

.filterPanelJS .editPageWrapper {
}

.editPageHeader {
    border-style: solid solid solid solid;
    border-width: medium;
}

.pageCommands {
    height: 40px;
    width: 100%;
    text-align: right;
}

.sectionHeader {
    margin-top: 10px;
    margin-bottom: 5px;
}

.fieldlabelHolder {
    float: left;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 5px;
    clear: left;
}

.fieldlabelHolderNoClear {
    float: left;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 5px;
}

.fieldLabelsHeader {
    padding: 10px;
    margin-bottom: 20px;
}

.clearForLeftAlign {
    clear: left;
}

.clearFloat {
    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;
}

.userInputControlHolder {
    width: 50%;
    padding-top: 1px;
    white-space: nowrap;
}

.fieldSet, .fieldset fieldset {
    padding: 2px;
}

.inlineButtonControlHolder {
    width: 100%;
    white-space: nowrap;
    text-align: right;
}

.helpHoverImage {
    padding-left: 10px;
    margin: -4px 0px -4px 0px;
}

.helpHoverImageCheckbox {
    vertical-align: middle;
}

.calendarButton {
    margin: -4px 0px -2px 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.checkBoxLayout {
    display: inline-block !important;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    /*margin-left: -4px;*/
}

input.text {
    width: 350px;
}

input.textWide {
    width: 525px;
}

input.textNarrow {
    width: 87px;
}

select {
    width: 365px;
}

.ValidationSummary {
    color: #FF0000;
}

.multiLineTextBox {
    width: 350px;
}

.multiLineTextBoxWide {
    width: 525px;
}

.fileUploadOrNameControl {
    width: 400px;
}

.newCaseAllocationListControl {
    width: 660px;
}

.titleBar h1 {
    font-size: 1em;
}
/*****************************************************************************/
/* Misc
/*****************************************************************************/
#noMasterLayout {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.PageButton {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    cursor: pointer;
    border-width: 0px;
    text-align: left;
}

.helpTextForColunm {
    float: left;
    width: 50%;
    padding-top: 3px;
    padding-bottom: 5px;
}

.backButtonDiv {
    width: 100%;
    text-align: right;
}

.repeatingSingleLineControlGroup {
    width: 70%;
    padding-top: 1px;
    white-space: nowrap;
    display: inline-block;
}

.textInputLogin {
    width: 300px;
}

.inlineLiteral {
    width: 50%;
    position: inherit;
    padding-left: 15px;
    background-color: #00FF00;
}

.inlineRHSLiteral {
    width: 50%;
    position: inherit;
    margin-left: 50%;
    /*padding-right: 35px;*/
    text-align: right;
}
/*****************************************************************************/
/* GENERIC LIST
/*****************************************************************************/
.listContainer {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    overflow: auto;
}

.genericListButton, .genericListColumnLinkButton {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    cursor: pointer;
    margin-right: 3px;
    width: auto;
}

.genericListColumnLinkButton {
    background-color: transparent;
}

caption {
    white-space: nowrap;
    text-align: left;
    padding: 5px;
}

.genericListTable {
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-collapse: collapse;
}

.genericListRow {
    vertical-align: top;
}

    .genericListRow td, .genericListRowAlternate td {
        padding-left: 2px;
        border-bottom: none;
        border-top: none;
    }


        .genericListRow td:hover, .genericListRowAlternate td:hover {
            padding-left: 2px;
        }

.genericListRowAlternate {
    vertical-align: top;
}

.genericListFooter {
    width: 100%;
    height: 38px;
}

.recordCountLabel {
    white-space: nowrap;
    float: left;
}

.genericListFooterCommandContainer {
    white-space: nowrap;
    float: right;
    height: 30px;
}

.exportToWord {
    background-image: url("../Images/word.png");
    background-repeat: no-repeat;
    white-space: nowrap;
    height: 33px;
    padding-left: 25px;
    padding-right: 5px;
    margin-top: 5px;
}

.exportToExcel {
    background-image: url("../Images/excel.png");
    background-repeat: no-repeat;
    white-space: nowrap;
    height: 33px;
    padding-left: 25px;
    padding-right: 5px;
    margin-top: 5px;
}

.showFilter {
    background-image: url("../Images/list_search.png");
    white-space: nowrap;
    background-repeat: no-repeat;
    height: 30px;
    padding-left: 25px;
    padding-right: 5px;
}

.filterOn {
    white-space: nowrap;
    background-repeat: no-repeat;
    height: 30px;
    padding-left: 20px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.filterOff {
    white-space: nowrap;
    background-repeat: no-repeat;
    height: 30px;
    padding-left: 20px;
    margin-right: 0px;
    margin-left: 0px;
}

.deleteConfirmationMessage {
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.genericListHeaderRow {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    vertical-align: bottom;
}

/*.genericListTable tr:first-child td:first-child {
    -ms-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.genericListTable tr:first-child td:last-child {
    -ms-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}*/

.genericListAddNewButton {
    background-image: url("../Images/plus.png");
    background-repeat: no-repeat;
    cursor: pointer;
    width: auto !important;
    margin-right: 10px;
    float: right;
    padding-left: 25px;
    margin-top: 10px;
    height: 32px !important;
}

.searchControlContainer {
    margin: 10px;
    width: 100%;
    height: 175px;
}

.searchHeaderContainer {
    width: 100%;
}

.searchHeaderTitleContainer {
    left: 0px;
    float: left;
    width: 40%;
}

.searchCommandsContainer {
    margin-left: 50%;
    margin-right: 0px;
    padding-right: 2px;
    text-align: right;
}

.clearFloat {
    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;
}

.buildSearchFieldSet {
    width: 49%;
    float: left;
    left: 0px;
    margin: 0px;
    /*height: 240px;*/
}

.searchCriteriaFieldSet {
    margin-left: 50%;
    margin-right: 0px;
    padding-right: 2px;
    padding-left: 2px;
    margin-top: -20px;
    margin-bottom: 0px;
    height: 240px;
}

.searchCriteriaControlContainer {
    height: 137px;
}

.listSearchUserInputControlHolder {
    margin-left: 25%;
}

.genericListSearchDropDown {
    width: 90%;
}

.searchAddButtonContainer {
    width: 20%;
    float: left;
    padding-top: 2px;
}

.searchRadioButtonContainer {
    margin-left: 20%;
}

.searchRadioButton {
    font-size: .9em;
}

.searchCriteriaListButtonContainer {
    width: 100%;
    float: left;
    /*margin-top: -77px;*/
}

.searchCriteriaListClearButtonContainer {
    width: 60%;
    float: left;
}

.applySearchButtonContainer {
    width: 30%;
    float: right;
    text-align: right;
}

.filterPanel {
    width: 100%;
}

.filterPanelJS {
    width: 100% !important;
    display: none;
}

.listFilterEntryListbox {
    width: 100%;
}

ul.workflowsMenu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.workflowsMenu li {
        font-size: 0.8em;
        margin-bottom: 4px;
        padding: 3px;
    }

/*.workflowsSummary {
    padding: 10px;
    padding-bottom: 6px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}*/

.workflowsSummaryFooter {
    clear: both;
}

.clearBothClass {
    clear: both;
}

.nestedList {
    padding: 10px;
}
/*****************************************************************************/
/* MENU TEST
/*****************************************************************************/
.menuContainer {
    margin: 0;
}

.menuGroupContainer {
    height: 360px;
    overflow: auto;
}

.menuGroupHeader {
    padding: 4px;
    height: 1.3em;
    background-position: center center;
    vertical-align: baseline;
    width: inherit;
    text-align: center;
    cursor: pointer;
}

.menuItem {
    margin: 0;
    padding: 2px;
    padding-left: 5px;
    vertical-align: middle;
    clear: left;
    white-space: nowrap;
}

#menu img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

#mainMenu input {
    padding-left: 10px;
    margin-right: 0;
    vertical-align: middle;
    height: 32px;
    text-align: left;
    white-space: pre-wrap;
}

.menuItemHighlighted {
    margin: 0;
    padding: 2px;
    padding-left: 5px;
    vertical-align: middle;
    white-space: nowrap;
}

/*****************************************************************************/
/* Read Only Summary User Control Stuff
/*****************************************************************************/
.summaryRow {
    width: 100%;
}

.summaryItemPairLeft {
    width: 50%;
    float: left;
}

.summaryItemPairRight {
    width: 50%;
    float: right;
}

.summaryItemLabel {
    width: 25%;
    float: left;
}

.summaryItem {
    left: 65%;
}

.summaryItemNumeric {
    left: 70%;
    text-align: right;
    width: 20%;
    float: left;
}

.summaryItemLabelBold {
    width: 75%;
    float: left;
    font-weight: bold;
}
/*****************************************************************************/
/* AiB financial summary list
/*****************************************************************************/
.codeColumn {
    width: 10%;
    text-align: left;
}

.financeColumn {
    width: 10%;
    text-align: right;
}

.descriptionColumn {
    width: 60%;
    text-align: left;
    padding-left: 5px;
}
/*****************************************************************************/
/* Misc
/*****************************************************************************/
.fileUploadControlWidth {
    width: 100%;
    /*width:437px;*/
}

.fileUploadControlWidthFixed {
    width: 360px !important;
}

.quickSearch {
    float: right;
    position: absolute;
    top: 118px;
    right: 8px;
}

#crumbtrail input.quickSearchText {
    /*width: 12em;*/
    height: 100%;
    font-size: 12px;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 2px solid #DFDAD4;
}

#crumbtrail input .divUIContainer {
    width: 100%;
    display: inline-block;
}

.checkBoxList {
    margin-left: 50px;
}

    .CheckboxList input {
        float: left;
        clear: both;
    }

.checkBoxListNoMargin {
    display: block;
    padding-bottom: 5px;
}

#fileUploadContainer {
    overflow: hidden;
    width: 450px;
    padding: 0px;
    position: relative;
}

    #fileUploadContainer input.hiddenUpload {
        z-index: 999;
        position: absolute;
        margin: 0px;
        right: 0px;
        width: 70px;
        height: 30px;
        cursor: pointer;
    }

    #fileUploadContainer input[type="text"] {
        width: 270px;
    }

    #fileUploadContainer input[type="button"] {
        margin-left: 10px;
        position: absolute;
    }

#RapidLoginButtons {
    width: 160px;
    padding-right: 6px;
}

    #RapidLoginButtons .RapidLoginButton {
        width: 100%;
        margin: 2px;
    }

.actionButtons {
    margin-left: 2px;
    margin-bottom: 3px;
    float: left;
}

/*****************************************************************************/
/* Claim Verification
/*****************************************************************************/
table.verificationDetail {
    width: 50%;
}

    table.verificationDetail td.valueCell {
        text-align: right;
    }

.checksPanel {
    width: 90%;
    margin-left: 5%;
}

.passRateBox {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 3px;
}
/*****************************************************************************/
/* Charts
/*****************************************************************************/
.chartBox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
}

    .chartBox table {
        min-width: 280px;
    }

    .chartBox div {
        padding-right: 400px;
    }

    .chartBox img {
        float: right;
        max-width: 1000px;
    }

        .chartBox img.wideBar {
            float: none;
        }

    .chartBox td.propertyCountCol {
        text-align: center;
        width: 20%;
    }

.wideBarContainer {
    overflow-x: auto;
    overflow-y: hidden;
}

/*****************************************************************************/
/* STICKY BUTTONS
/*****************************************************************************/
.stickyButtons {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: none;
    margin-top: 5px;
    margin-right: 10px;
    position: fixed;
    top: 50%;
    left: 0px;
}

    .stickyButtons input {
        padding-bottom: 5px;
        padding-top: 5px;
        display: block;
    }



.input-prepend {
    padding-left: 5px;
}

    .input-prepend INPUT {
        width: 325px;
        /*font-size: 16px;*/
    }

/*********************************************************************
    Address Finder
**********************************************************************/
.address_search_search {
    border: none;
    background-image: url('../images/search16.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    height: 20px;
    width: 20px !important;
    /*margin-left:-10px;*/
    /*margin-bottom: -20px;*/
}

.postcode_lookup_text {
    margin-left: 4px;
    width: 288px !important;
}

.address_search_clear {
    border: none;
    background-image: url('../images/clear16.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    height: 20px;
    width: 20px !important;
    /*margin-left:-10px;*/
}

    .address_search_clear img {
        height: 100%;
    }

.input-prepend INPUT {
    width: 322px !important;
}

.input-prepend SELECT {
    width: 335px;
}

.input-prepend .calendarButton {
    padding-top: 5px;
}


/*********************************************************************
    Submission Conformation panel summary styling
**********************************************************************/

#SubmissionSummary .summary {
    height: 30px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.alert .entitySummaryTitle {
    display: inline-block;
    float: left;
    width: 90%;
    position: relative;
    top: -6px;
}

.entitySummaryIcon {
    float: right;
    top: 9px;
    position: relative;
}

#SubmissionSummary .fullWidth {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

#SubmissionSummary .checklist {
    height: auto;
}

ul .checklistList {
    margin: 10px 0 10px 20px;
}

.btn-danger {
    margin-bottom: 0px;
}

.disclaimer_text {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

/*********************************************************************
    Print
**********************************************************************/

@media print {
    .noPrint {
        display: none;
    }
}



#applicationReferenceText {
    font-size: 24.5px;
    color: #0A6A96;
}

.no_left_padding {
    padding-left: 0px !important;
}


/*********************************************************************
    Activity Report
**********************************************************************/

.activity_report_table {
    border-bottom: 1px solid #000;
}

.small_icon {
    width: 16px;
    height: auto;
}

.collapsible {
}

.back-to-top {
}

.listName {
}

/*.article_delete_button {
    margin-top: 10px;
    margin-right: 5px;
}*/

.content_management_control_row {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 3px;
}

.cmd_header_container {
    margin: 5px;
}

.cms_article_container .row {
    padding: 0 !important;
    margin: 0 !important;
}

.site_map_well {
    margin-left: 20px;
}

.help_document_margin_right {
    margin-right: 100px;
    margin-top: 35px;
    position: absolute;
    right: 0px;
    top: -10px;
}

.admin_page_content_textbox {
    width: 800px!important;
}

.admin_page_content_textbox_height {
    height: 400px!important;
}

.add-on {
    background-color: #D0D0D0!important;
    height: 30px!important;
}

.input-prepend INPUT {
    height: 30px!important;
    width: 322px !important;
    margin-left: -3px;
}

.input-prepend SELECT {
    width: 335px;
    height: 40px!important;
    margin-left: -3px;
    line-height: 34px!important;
}

.icon-download {
    border: none;
    background-color: transparent;
    padding-right: 10px;
}

.btn-link {
    color: #ac1738;
}

    .btn-link:hover {
        color: #ce4d6b;
    }



    .padding-bottom-2 {
        padding-bottom: 20px !important;
    }