﻿/* highlight area if fields are in focus */
.tdg-content .highlighted {
    background-color: #dfebf7;
}

/* padding after glyphicon */
.tdg-content .button-icon-left {
    padding-right: 10px;
}

/* padding before glyphicon */
.tdg-content .button-icon-right {
    padding-left: 10px;
}

.tdg-content .error-panel {
    padding: 15px 20px 5px 20px;
    background-color: #FFDFDF;
    border-width: 2px;
    border-style: solid;
    border-color: #DF0000;
}

.tdg-content .error-panel-text {
    color: #DF0000;
}

/* display asterix for required fields */
.tdg-content .required:after {
    content: "*";
    font-weight: bold;
    font-size: large;
    bottom: 1px;
    display: inline;
}

.tdg-content .required:after {
    position: absolute;
}

.tdg-content .required > div,
.tdg-content .required > div > p {
    display: inline;
}


/*------------
BUTTONS
------------*/
/* page back and continue buttons */
.tdg-content .tdg-btn-back, .tdg-content .tdg-btn-continue {
    width: 200px;
}

.tdg-content .tdg-btn-continue {
    float: right;
}

.tdg-content .tdg-btn-continue-container {
    text-align: right;
}

/*------------
ADDRESS SEARCH
------------*/
.tdg-content .tdg-search-results {
    width: 100%;
}

.tdg-content .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tdg-content .list-group-item {
    background-color: #dfebf7;
    border-color: grey;
}


    .tdg-content .list-group-item > .badge {
        padding: 5px 9px;
        font-weight: normal;
        font-size: 16px;
        border-radius: 50%;
    }

.tdg-content .list-group-item-data {
    display: table-cell;
    width: 100%;
}

.tdg-content .list-group-item-icon-container {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.tdg-content a.list-group-item:hover {
    text-decoration: none;
    background-image: linear-gradient(#187ccd, #01629f);
    background-image: -o-linear-gradient(#187ccd, #01629f);
    background-image: -moz-linear-gradient(#187ccd, #01629f);
    background-image: -ms-linear-gradient(#187ccd, #01629f);
    background-image: -webkit-linear-gradient(#187ccd, #01629f);
    color: #ffffff;
}

.tdg-content a:link.list-group-item :hover {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}


.tdg-content a.list-group-item:active,
.tdg-content a.list-group-item.active {
    text-decoration: none;
    background-image: linear-gradient(#187ccd, #01629f);
    background-image: -o-linear-gradient(#187ccd, #01629f);
    background-image: -moz-linear-gradient(#187ccd, #01629f);
    background-image: -ms-linear-gradient(#187ccd, #01629f);
    background-image: -webkit-linear-gradient(#187ccd, #01629f);
    color: #000000;
    cursor: wait;
}

.tdg-content a:link.list-group-item :active,
.tdg-content a:link.list-group-item .active {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

    .tdg-content a:link.list-group-item .active:hover,
    .tdg-content a:link.list-group-item .active:focus {
        color: #000000;
    }

.tdg-content a.list-group-item.active:hover,
.tdg-content a.list-group-item.active:focus {
    color: #000000;
}

.tdg-content a:link.list-group-item:hover {
    color: white;
    font-weight: normal;
    text-decoration: none;
}

.tdg-content a:link.list-group-item {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.tdg-content .list-group-item-data > .list-group-item-text {
    font-weight: normal;
}

.tdg-content .loading {
    background-image: url(../Images/loader.gif);
    background-color: white;
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    height: 100px;
}

.tdg-content .list-group-item-icon {
    color: #FFFFFF;
    border-radius: 100%;
    background-color: #d1e2f6;
    background-image: linear-gradient(#187ccd, #01629f);
    background-image: -o-linear-gradient(#187ccd, #01629f);
    background-image: -moz-linear-gradient(#187ccd, #01629f);
    background-image: -ms-linear-gradient(#187ccd, #01629f);
    background-image: -webkit-linear-gradient(#187ccd, #01629f);
    padding: 3px;
    text-align: center;
}

.tdg-content a.list-group-item:hover .list-group-item-icon,
.tdg-content a.list-group-item:focus .list-group-item-icon {
    color: #000;
    border-radius: 100%;
    background-image: linear-gradient(#d1e2f6, #b0c8ff);
    background-image: -o-linear-gradient(#d1e2f6, #b0c8ff);
    background-image: -moz-linear-gradient(#d1e2f6, #b0c8ff);
    background-image: -ms-linear-gradient(#d1e2f6, #b0c8ff);
    background-image: -webkit-linear-gradient(#d1e2f6, #b0c8ff);
    padding: 3px;
    text-align: center;
}

/*------------
ADDRESS SEARCH
------------*/
.tdg-content .address-search-results {
    width: 100%;
}

.tdg-content .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tdg-content .account-list-item {
    background-color: #dfebf7;
    border-color: grey;
}


    .tdg-content .account-list-item > .badge {
        padding: 5px 9px;
        font-weight: normal;
        font-size: 16px;
        border-radius: 50%;
    }

.tdg-content .address-search-data {
    display: table-cell;
    width: 100%;
}

.tdg-content .address-search-icon {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}


.tdg-content a.list-group-item:hover {
    text-decoration: none;
    background-image: linear-gradient(#187ccd, #01629f);
    background-image: -o-linear-gradient(#187ccd, #01629f);
    background-image: -moz-linear-gradient(#187ccd, #01629f);
    background-image: -ms-linear-gradient(#187ccd, #01629f);
    background-image: -webkit-linear-gradient(#187ccd, #01629f);
    color: #ffffff;
}

.tdg-content a:link.account-list-item :hover {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}


.tdg-content a.list-group-item:active,
.tdg-content a.list-group-item.active {
    text-decoration: none;
    background-image: linear-gradient(#187ccd, #01629f);
    background-image: -o-linear-gradient(#187ccd, #01629f);
    background-image: -moz-linear-gradient(#187ccd, #01629f);
    background-image: -ms-linear-gradient(#187ccd, #01629f);
    background-image: -webkit-linear-gradient(#187ccd, #01629f);
    color: #000000;
    cursor: wait;
}

.tdg-content a:link.account-list-item :active,
.tdg-content a:link.account-list-item .active {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

    .tdg-content a:link.account-list-item .active:hover,
    .tdg-content a:link.account-list-item .active:focus {
        color: #000000;
    }

.tdg-content a.list-group-item.active:hover,
.tdg-content a.list-group-item.active:focus {
    color: #000000;
}

.tdg-content a:link.account-list-item:hover {
    color: white;
    font-weight: normal;
    text-decoration: none;
}

.tdg-content a:link.account-list-item {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.tdg-content .address-search-data > .address-search-data-text {
    font-weight: normal;
}

.tdg-content .loading {
    background-image: url(../Images/loader.gif);
    background-color: white;
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
    height: 100px;
}

.tdg-content .invalid-property {
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: -5px;
}

.tdg-content .account-list-icon,
.tdg-content .account-list-selected-icon {
    color: #FFFFFF;
    border-radius: 100%;
    padding: 3px;
    text-align: center;
}

.tdg-content .account-list-icon {
    background-color: #d1e2f6;
    background-image: linear-gradient(#187ccd, #01629f);
    background-image: -o-linear-gradient(#187ccd, #01629f);
    background-image: -moz-linear-gradient(#187ccd, #01629f);
    background-image: -ms-linear-gradient(#187ccd, #01629f);
    background-image: -webkit-linear-gradient(#187ccd, #01629f);
}

.tdg-content .account-list-selected-icon {
    background-color: #007000;
    background-image: linear-gradient(#007000, #008000);
    background-image: -o-linear-gradient(#007000, #008000);
    background-image: -moz-linear-gradient(#007000, #008000);
    background-image: -ms-linear-gradient(#007000, #008000);
    background-image: -webkit-linear-gradient(#007000, #008000);
}

.tdg-content a.list-group-item:hover .account-list-icon,
.tdg-content a.list-group-item:focus .account-list-icon,
.tdg-content a.list-group-item:hover .account-list-selected-icon,
.tdg-content a.list-group-item:focus .account-list-selected-icon {
    color: #000;
    border-radius: 100%;
    padding: 3px;
    text-align: center;
}

.tdg-content a.list-group-item:hover .account-list-icon,
.tdg-content a.list-group-item:focus .account-list-icon {
    background-image: linear-gradient(#d1e2f6, #b0c8ff);
    background-image: -o-linear-gradient(#d1e2f6, #b0c8ff);
    background-image: -moz-linear-gradient(#d1e2f6, #b0c8ff);
    background-image: -ms-linear-gradient(#d1e2f6, #b0c8ff);
    background-image: -webkit-linear-gradient(#d1e2f6, #b0c8ff);
}

.tdg-content a.list-group-item:hover .account-list-selected-icon,
.tdg-content a.list-group-item:focus .account-list-selected-icon {
    background-image: linear-gradient(#00e000, #00f000);
    background-image: -o-linear-gradient(#00e000, #00f000);
    background-image: -moz-linear-gradient(#00e000, #00f000);
    background-image: -ms-linear-gradient(#00e000, #00f000);
    background-image: -webkit-linear-gradient(#00e000, #00f000);
}
/*------------
TOOL TIPS
------------*/
.tdg-content .btn-tooltip, .tdg-content .btn-tooltip:checked {
    background-color: transparent;
    cursor: auto;
    color: #0279B1;
    text-shadow: none;
    box-shadow: none;
    font-size: 25px;
    padding-left: 0;
    border: none;
    outline: none;
}

.tdg-content .glyphicon {
    top: 2px;
}

.popover {
    border: 2px solid #0279B1;
    color: #0279B1;
    padding: 0 0 0 0;
    box-shadow: 0px 5px 16px -6px rgba(0,0,0,0.75);
}

    .popover.bottom .arrow,
    .popover.top .arrow {
        visibility: hidden;
    }

@media (max-width: 575px) {
    .tdg-content .btn-tooltip, .tdg-content .btn-tooltip:checked {
        background-color: transparent;
        cursor: auto;
        color: #0279B1;
        text-shadow: none;
        box-shadow: none;
        font-size: 17px;
        padding-left: 0;
        border: none;
        outline: none;
    }

    .tdg-content .fieldset-legend-style {
        width: inherit;
        padding: 0 10px;
        border-bottom: none;
        font-size: 115%;
        font-weight: bold;
        margin-bottom: 5px;
    }
}

/*------------
 FIELDSET
------------*/
.tdg-content .tdg-fieldset {
    border: 1px groove #ddd;
    border-color: gray;
    padding: 0 1.4em 1em 1.4em;
    margin: 0 0.5em 0.5em 0.5em;
    -webkit-box-shadow: 0 0 0 0 #000;
    -moz-box-shadow: 0 0 0 0 #000;
}

/*------------
 RADIO BUTTONS
------------*/
.tdg-content .radio-label {
    max-width: 100vw;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    display: table;
}





/*------------
 CHECKBOX & RADIO BUTTONS
------------*/
.tdg-content .tdg-checkbox-container,
.tdg-content .tdg-radio-button-container {
    display: inline-block;
    padding: 20px 10px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    font-weight: 100;
    font-size: 16px;
    width: 100%;
    position: relative;
    line-height: 1.6em;
    box-shadow: #c5c5c5 0 2px 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    max-width: 100vw;
    color: inherit;
    -webkit-user-select: none;
    user-select: none;
}

    .tdg-content .tdg-checkbox-container:hover,
    .tdg-content .tdg-radio-button-container:hover {
        background-color: #a3d4ff;
    }

.tdg-content input[type="checkbox"].tdg-checkbox,
.tdg-content input[type="radio"].tdg-radio-button,
.tdg-content .tdg-radio-button input[type="radio"] {
    color: transparent;
    width: 0;
    height: 0;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
}

.tdg-content input[type="radio"].tdg-radio-button,
.tdg-content .tdg-radio-button input[type="radio"] {
    display: inline-block;
    width: 27px;
    height: 27px;
    cursor: pointer;
    border: 2px solid grey;
    max-width: none;
    background-color: #fff;
    font-weight: 100;
    margin: 0;
}

.tdg-content input[type="radio"]:checked.tdg-radio-button,
.tdg-content .tdg-radio-button input[type="radio"]:checked {
    color: #333;
    font-weight: 700;
    content: "&nbsp;";
    background-color: #0279b1;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}

.tdg-content input[type="checkbox"].tdg-checkbox + span{
    display: inline-block;
    width: 27px;
    height: 27px;
    cursor: pointer;
    border: 2px solid grey;
    max-width: none;
    background-color: #fff;
    content: "&nbsp;";
}


.tdg-content input[type="checkbox"].tdg-checkbox + span,
.tdg-content input[type="radio"].tdg-radio-button,
.tdg-content .tdg-radio-button input[type="radio"] {
    font-size: 16px;
    color: #333;
    font-weight: 100;
}

.tdg-content input[type="checkbox"]:checked.tdg-checkbox + span,
.tdg-content input[type="radio"]:checked.tdg-radio-button + span,
.tdg-content .tdg-radio-button input[type="radio"]:checked + span {
    color: #333;
    font-weight: 700;
    content: "&nbsp;";
}

.tdg-content input[type="checkbox"]:checked.tdg-checkbox + span
{
    background-color: #0279b1;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}

.tdg-content input[type="checkbox"].tdg-checkbox,
.tdg-content input[type="checkbox"]:checked.tdg-checkbox,
.tdg-content input[type="radio"].tdg-radio-button,
.tdg-content input[type="radio"]:checked.tdg-radio-button,
.tdg-content .tdg-radio-button input[type="radio"],
.tdg-content .tdg-radio-button input[type="radio"]:checked {
    -webkit-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -moz-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}

.tdg-content .tdg-checkbox-text-container,
.tdg-content .tdg-radio-button-text-container {
    text-align: left;
}

.tdg-content input[type="radio"].tdg-radio-button,
.tdg-content .tdg-radio-button input[type="radio"] {
    border-radius: 50%;
    -moz-border-radius: 50%;
}

.tdg-content input[type="checkbox"]:checked.tdg-checkbox + span {
    background-color: #0279b1;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}

.tdg-content .acknowledgements-panel-body input[type="checkbox"]:checked.tdg-checkbox + span {
    border: 2px solid grey;
    background-color: #fff;
    box-shadow: none;
}

    .tdg-content .acknowledgements-panel-body input[type="checkbox"]:checked.tdg-checkbox + span:after {
        content: "\00a0 \2713";
        position: absolute;
        top: 4px;
        display: inline-block;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 1;
        left: 15px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.account-list-remove-icon {
    color: #FFFFFF;
    border-radius: 100%;
    background-color: #cd1818;
    background-image: linear-gradient(#cd1818, #9f0201);
    background-image: -o-linear-gradient(#cd1818, #9f0201);
    background-image: -moz-linear-gradient(#cd1818, #9f0201);
    background-image: -ms-linear-gradient(#cd1818, #9f0201);
    background-image: -webkit-linear-gradient(#cd1818, #9f0201);
    padding: 3px;
    text-align: center;
}
/*------------
 RADIO BUTTONS
------------*/
.tdg-content .radio-list {
    display: inline-block;
    padding: 20px 10px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    font-weight: 100;
    font-size: 16px;
    width: 100%;
    position: relative;
    line-height: 1.6em;
    box-shadow: #c5c5c5 0 2px 3px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

    .tdg-content .radio-list:hover {
        background-color: #a3d4ff;
    }

.tdg-content .radio-label {
    max-width: 100vw;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    display: table;
}


/*------------
 CONFIRMATION PAGE
------------*/
.tdg-content .form-group .confirmation-label {
    font-weight: 700;
    color: #0070B5;
    display: block;
}

/* adds more spacing within a form-group */
@media (max-width: 767px) {
    .tdg-content .panel-body .sub-header {
        font-size: 1.5em;
        margin-bottom: 5px;
    }
}

/*------------
 TERMS AND CONDITIONS
------------*/

.tdg-content .acknowledgements-label {
    color: black;
    font-weight: normal;
    cursor: pointer;
    text-align: justify;
    padding: 0 0 20px 30px;
}

/*------------
 RECEIPT
------------*/
@media (max-width: 767px) {
    .order-display-container row .control-label-content {
        margin-top: 7px;
    }
}

/*------------
 RECEIPT
------------*/
@media (min-width: 767px) {
    .order-display-container .row .control-label-content {
        margin-top: 7px;
    }
}


/*------------
PRINTING
------------*/
.tdg-content #div_paymentSummary {
    display: none;
}

/* when printing, remove buttons, header, footer */
@media print {
    .tdg-content #div_stepReceipt,
    .tdg-content .btn-primary,
    #main-header, #footer-bottom {
        display: none;
    }

    .tdg-content #div_paymentSummary {
        display: block;
    }

        .tdg-content #div_paymentSummary .balanceSummaryHeading {
            color: #0070B5;
            font-weight: 700;
        }

    .tdg-content .panel-title {
        color: black;
    }
}

.tdg-content .tdg-display-inline {
    display: inline;
}

/*------------
COMBO BOX
------------*/
.tdg-content .ajax__combobox_itemlist {
    position: absolute !important;
    height: 100px !important;
    overflow: auto !important;
    top: auto !important;
    left: auto !important;
    width: 200px !important;
    margin-top: -6px !important;
}

.tdg-content .tdg-combobox .ajax__combobox_inputcontainer {
    top: 0 !important;
}

.tdg-content .tdg-combobox tr {
    vertical-align: bottom !important;
}

.tdg-content .tdg-combobox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
    position: relative;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    border-right: 0px none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.tdg-content .ajax__combobox_textboxcontainer {
    width: 100%;
    height: 35px;
}

.tdg-content .tdg-combobox .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    width: 100% !important;
}

.tdg-content .tdg-combobox .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 0;
    background-image: url(../Images/downarrow.png);
    background-position: top left;
    border: 0px none;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    border-left: 0 none;
    vertical-align: inherit;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    height: 21px;
    width: 21px;
}

.tdg-content .tdg-combobox .ajax__combobox_itemlist {
    border-color: #7F9DB9;
    width: 76.21723406163135% !important;
}

.tdg-content table.ajax__combobox_inputcontainer td {
    padding: 0 !important;
    text-align: left !important;
}

    .tdg-content table.ajax__combobox_inputcontainer td.ajax__combobox_buttoncontainer button {
        margin-left: 0 !important;
    }


.tdg-content thead,
.tdg-content tbody,
.tdg-content tfoot {
    vertical-align: middle
}

.tdg-content td,
.tdg-content th,
.tdg-content tr {
    vertical-align: inherit
}
.popover-add-padding {
    padding: 5px;
}


.tdg-content .radio-button-list input[type="checkbox"] + label,
.tdg-content .radio-button-list-vertical input[type="checkbox"] + label,
.tdg-content .radio-button-list-vertical input[type="radio"] + label {
    color: #000;
}

.tdg-content .radio-button-list input[type="checkbox"]:checked + label,
.tdg-content .radio-button-list-vertical input[type="checkbox"]:checked + label,
.tdg-content .radio-button-list-vertical input[type="radio"]:checked + label {
    font-weight: bold;
}

.tdg-content .radio-button-list input[type="checkbox"]:checked + label:after,
.tdg-content .radio-button-list-vertical input[type="checkbox"]:checked + label:after,
.tdg-content .radio-button-list-vertical input[type="radio"]:checked + label:after {
    content: "\00a0 \2713";
    position: absolute;
}

.tdg-content .radio-button-list > label:first-of-type,
.tdg-content .radio-button-list > span:first-of-type > label,
.tdg-content .radio-button-list-vertical > label,
.tdg-content .radio-button-list-vertical > span > label {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-left: 1px solid #0081C6;
}

.tdg-content .radio-button-list > label:last-of-type,
.tdg-content .radio-button-list > span:last-of-type > label,
.tdg-content .radio-button-list-vertical > label,
.tdg-content .radio-button-list-vertical > span > label {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.tdg-content .radio-button-group label,
.tdg-content .radio-button-list label,
.tdg-content .radio-button-list-vertical label {
    display: inline;
}

.tdg-content .radio-button-list input[type="checkbox"],
.tdg-content .radio-button-list-vertical input[type="checkbox"],
.tdg-content .radio-button-list-vertical input[type="radio"] {
    display: none;
}

    .tdg-content .radio-button-list input[type="checkbox"] + label,
    .tdg-content .radio-button-list-vertical input[type="checkbox"] + label,
    .tdg-content .radio-button-list-vertical input[type="radio"] + label {
        display: inline-block;
        padding: 5px 30px;
        border-bottom: 1px solid #0081C6;
        border-top: 1px solid #0081C6;
        border-right: 1px solid #0081C6;
        font-weight: 100;
        position: relative;
        line-height: 1.6;
        box-shadow: #c5c5c5 0 2px 3px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
    }

    .tdg-content .radio-button-list-vertical input[type="checkbox"] + label,
    .tdg-content .radio-button-list-vertical input[type="radio"] + label {
        margin-bottom: 5px;
    }

.tdg-content .tdg-question-label {
    margin-right:10px;
}

.tdg-content .bottom_margin {
    margin-bottom: 15px;
}