﻿.table__container .table.tbl tbody tr tdbutton.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    font-size: 2em;
}

.width-100 {
    width: 100% !important;
}

.go-back {
    cursor: pointer !important;
}

.table__container .table.tbl tbody tr td {
    vertical-align: top;
    word-break:break-word;
}

.padtop30 {
    padding-top: 30px !important;
}

.form__radio > input:checked + label:before, .form__check-box > input:checked + label:before, .page__content .table__row-select .row-select input:checked + label:before {
    height: 17px;
    width: 17px;
}

.form__radio > label:before, .page__content .table__row-select .row-select label:before {
    height: 17px;
    width: 17px;
}

.form__check-box > input:disabled + label:before,
.form__check-box > input:disabled + label i {
    background: #999999;
    color: #999999;
    border-radius: 3px;
    top: 0;
    left: 0;
}

.repeatable__item--cant-delete .repeatableRemove {
    display: none;
}

.form__radios.vertical .form__radio {
    width: 100%;
    padding-right: 15px;
    cursor: pointer;
}

.fieldset-dropdown {
    margin-bottom: 15px;
}

.dropdown__content {
    z-index: 25;
}

.form__label em {
    color: #636569;
    font-weight: 500;
}

table.dataTable thead .sorting:after {
    color: #D44424;
}
table.dataTable thead .sorting_asc:after {
    opacity: 2.5;
    content: "\f0de";
    font-family: 'Font Awesome 5 Pro';
    color: #D44424;
}
table.dataTable thead .sorting_desc:after {
    opacity: 2.5;
    content: "\f0dd";
    font-family: 'Font Awesome 5 Pro';
    color: #D44424;
}

.daterangepicker th.month select {
    width: 50% !important;
}

#passwordDiv {
    position: relative;
}

    #passwordDiv input[type="password"] {
        padding-right: 30px;
    }

    #passwordDiv .showPassword {
        right: 8px;
        position: absolute;
        top: 12px;
        cursor: pointer;
    }

#loading, .loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 16777200 !important;
    text-align: center;
}

#loading-image, .loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 16777201 !important;
}

.loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 16777200 !important;
    text-align: center;
}

.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 16777201 !important;
}

#loading1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    display: none;
}

#loading1-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}

.nav--admin-utility .nav__menu li {
    padding: 0 10px;
}

    .nav--admin-utility .nav__menu li.dropdown {
        margin-bottom: 0px;
    }

        .nav--admin-utility .nav__menu li.dropdown .no-break i:first-child {
            margin-right: 5px;
        }

        .nav--admin-utility .nav__menu li.dropdown .no-break i:last-child {
            margin-left: 5px;
        }

    .nav--admin-utility .nav__menu li ul li {
        display: list-item;
        padding: 0px;
        text-align: left;
    }


.error {
    color: red;
    font-weight: normal !important;
}

.form__input.error {
    color: #636569;
}

.daterangepicker .table-condensed tbody tr th.active, .daterangepicker .table-condensed tbody tr td.active,
.daterangepicker .table-condensed tbody tr th.active.in-range, .daterangepicker .table-condensed tbody tr td.active.in-range {
    background: #AA1F2E !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    padding: 0px;
}

.form__icon-wrapper, .form__currency-wrapper, .form__DateRangeSelection-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .form__icon-wrapper .form__input + i {
        pointer-events: none;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #000000;
    }

    .form__icon-wrapper .form__input {
        padding-right: 30px;
    }

    .form__currency-wrapper div.currency {
        width: 60%;
        float: left;
    }

    .form__currency-wrapper div.currency-select {
        width: 39%;
        float: left;
        margin-left: 5px;
    }

    .form__DateRangeSelection-wrapper div.FromDate, .form__DateRangeSelection-wrapper div.ToDate {
        width: 49%;
        float: left;
    }

    .form__DateRangeSelection-wrapper div.FromDate {
        margin-right: 1%;
    }

    .form__DateRangeSelection-wrapper div.ToDate {
        margin-left: 1%;
    }

.form__group_url {
    margin-bottom: 15px;
}

    .form__group_url label.form__label {
        font-size: 0.813em;
    }

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12501;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12500;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        /*margin-bottom: 0;
        margin-left: 5px;*/
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 50px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

ul.ui-autocomplete li a {
    border-bottom: none !important;
}

.form__boolean .form__boolean-toggle {
    z-index: 1;
}

.dropdown__content.dropdown-width-200 {
    min-width: 200px;
}

.dropdown__content.dropdown-width-150 {
    min-width: 150px;
}

.header--action {
    position: relative;
    margin-top: 45px;
}

    .header--action .header--btn {
        position: absolute;
        top: 0;
        right: 0;
    }

.tabs-alt__list span.tabs-alt__tab-control {
    cursor: pointer;
}
/*****************************************/
footer.action-btn {
    /*position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #363636;
    color: white;
    height: 200px;
    z-index: 150;*/
    padding: 45px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #636569;
    color: #ffffff;
    z-index: 1000;
}

    footer.action-btn .container {
        padding: 0 15px
    }

    footer.action-btn h2 {
        font-size: 1.25em;
        font-weight: 700;
        line-height: 1.5;
    }

    footer.action-btn .btn:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.select2.select2-container.select2-container--default {
    width: 100% !important;
    min-width: 100% !important;
}

.caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #636569;
    border: none\9;
}

.dataTables_wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}

.alert.animated.fadeInDown {
    z-index: 16777270 !important;
}

.cursor-pointer, .cursor--pointer {
    cursor: pointer;
}

.navbar-nav > li > a {
    border-right: none;
    font-weight: 700;
}

.navbar-nav > li.active > a {
    /*color: #999;*/
}

.navbar-nav > li:last-child > a:last-child {
    padding-right: 0px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: inherit;
}

.nav > li > a:after, .nav > li > a:after {
    content: none;
}

#frmChangeAction .form__select-wrapper i, #frmDeleteAction .form__select-wrapper i {
    position: absolute;
    top: 16px;
    right: 12px;
}

.modal-header h5 {
    display: none;
}

.IPv4List, .IPv6List {
    margin-bottom: 15px;
}

    .IPv4List .crossHide, .IPv6List .crossHide {
        top: -30px;
    }

    .IPv4List .form__boolean-toggle, .IPv6List .form__boolean-toggle {
        margin-top: 0px;
    }

.group-tabs {
    position: relative;
}

    .group-tabs .tab-button {
        position: absolute;
        top: 0;
        right: 0;
    }

    .group-tabs ul li {
        color: #AA1F2E;
    }

        .group-tabs ul li a:after {
            background: none;
        }

        .group-tabs ul li.active, .group-tabs ul li.active a, .group-tabs ul li.active a:hover {
            background-color: #999 !important;
            border: 1px solid #999;
            color: #fff;
        }

        .group-tabs ul li:hover, .group-tabs ul li a:hover {
            background-color: #eee;
        }

        .group-tabs ul li a:hover {
            border-bottom-color: #eee;
        }

.back-symbol {
    font-weight: 700;
    background-color: #efefef;
    padding: 0px 6px 0px 10px;
    color: #636569;
    text-transform: none;
    cursor: pointer;
    margin-right: 5px;
}

    .back-symbol:after {
        background: none;
    }

.cards {
    background-color: #efefef;
}

    .cards .card {
        overflow: hidden;
        background-color: #efefef;
        padding: 30px 0px;
    }

.card__content {
    text-align: center;
}

    .card__content .card__data, .card__content .card__title {
        display: inline-block;
        vertical-align: middle;
    }

    .card__content .card__data {
        font-size: 36px;
        font-weight: 700;
    }

        .card__content .card__data label {
            color: #AA1F2E;
        }

    .card__content .card__title {
        color: #636569;
    }

    .card__content .card__title {
        font-weight: normal;
        font-size: 15px;
        text-transform: none;
    }

.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.form__label--inline {
    margin: 10px 0 0 0;
}


.table {
    z-index: 9999 !important;
}

.dataTables_wrapper .row:nth-child(2) .col-sm-12 {
    z-index: 10;
    padding: 0px;
}

.table__scroll .row table.table tbody td.dataTables_empty {
    text-align: left;
}

.table__scroll th.table__checbox, .table__scroll td.table__checbox {
    min-width: 50px !important;
    text-align: center;
}

ul.dropdown__list li a {
    cursor: pointer;
}

div.dataTables_wrapper .row .col-sm-12 {
    padding: 0px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #830E1B;
}

input:focus + .slider {
    box-shadow: 0 0 1px #830E1B;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.assignTaskM .dropdown__content:after {
    content: '';
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #ffffff;
    position: absolute;
    top: -13px;
    right: 17px;
}

.assignTaskM .dropdown__content:before {
    content: '';
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #D9D8D6;
    position: absolute;
    top: -15px;
    right: 15px;
}

/*.dropdown__content {
    min-width: 400px;
    padding: 15px;
    position: absolute;
    z-index: 2;
    display: none;
    background: #ffffff;
    border: 1px solid #D9D8D6;
    -webkit-box-shadow: 2px 2px 10px #D9D8D6;
    -moz-box-shadow: 2px 2px 10px #D9D8D6;
    box-shadow: 2px 2px 10px #D9D8D6;
}*/

.btn--minimal.active, .btn--minimal.active > a {
    background-color: #F4F3F2 !important
}



.crossHide {
    background-image: url(/images/close_small.png);
    background-repeat: no-repeat;
    padding: 10px 0px 0px 15px;
    cursor: pointer !important;
    bottom: 21px;
    float: right;
    position: relative;
    margin-top: -4px !important;
}

.ProjectFieldAndFieldSetLists li {
    text-decoration: underline;
    cursor: pointer;
    margin-right: 10px;
}

    .ProjectFieldAndFieldSetLists li.active {
        text-decoration: none;
        font-weight: 700;
    }

.ReorderFields {
    position: relative;
    transform: translateY(-18px);
    font-weight: bold;
}


.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #D9D8D6 !important;
}

.select2-results__options {
    display: none !important;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown {
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    margin-left: 10px;
    color: #999 !important;
    font-weight: 700;
}

.select2-search.select2-search--inline {
    min-height: 150px;
}

.form__checkbox-wrapper .form__standard-radio {
    margin: 10px 0px;
}

.ui-autocomplete-multiselect-item {
    display: inline-block;
    margin: 4px 3px !important;
    display: inline-block;
    padding: 0 8px;
    /*margin-bottom: 2px;*/
    line-height: 1.6;
    font-weight: bold;
    /*background-color: #e6e6e6;*/
    background-color: #ccc;
    border-radius: 8px;
    padding-right: 4px !important;
}

/*.annotator-widget .ui-state-default .ui-icon {*/
.ui-state-default .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-left: 4px;
}


.ui-state-default .ui-icon {
    background-image: url(/images/close_icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0px -90px;
}

.ui-state-default .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-left: 4px;
}

.lookuplist, .lookuplistaddtagexcerpts,.SelectDefaultValue, .AbilityToMarkAsChanged, .DependentField, .FieldSets, .AutoFillParentFieldSet,
.AutoFillExistingFieldSets, .AutoFillExistingFields {
    width: 100% !important;
}


.lookuplist-item {
    width: 700px;
    margin-bottom: 10px;
}

    .lookuplist-item .item-text, .item-text-edit .control {
        background-color: #AA1F2E;
        min-height: 25px;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
    }

.item-text label {
    max-width: 520px;
    color: #fff;
}

.item-text-edit .control {
    width: 425px;
}

.item-text-edit .div-block-action {
    width: 270px;
}

.lookuplist-item .item-text span.glyphicon {
    float: right;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    top: 0;
}

.lookuplist-item .item-text, .lookuplist-item.edit .item-text-edit {
    display: block;
}

.lookuplist-item.edit .item-text, .lookuplist-item .item-text-edit {
    display: none;
}

.item-text-edit .div-block-action, .item-text-edit .div-block {
    display: inline-block;
}

.ui-autocomplete-input-100 {
    width: 100% !important;
}

.addprojectfieldheader {
    display: none;
}

.addeditfieldset .addeditprojectfield {
    display: none;
}

.addeditfieldset .addprojectfieldheader {
    display: block;
}

.togglecreateprojectfieldset {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #363636;
    color: white;
    height: 110px;
    z-index: 100000;
}

.editLookupItemscount {
    max-height: 340px;
    overflow: auto;
}


.FieldOptions .form__radio input, .form__checkbox input {
    top: 0px;
}

.FieldOptions .form__group {
    margin-bottom: 0px;
}

    .FieldOptions .form__group.FieldOptions-div {
        margin-bottom: 25px;
    }

        .FieldOptions .form__group.FieldOptions-div em {
            margin-bottom: 10px;
        }

.go-back.sub-action-show, .action-div .sub-action-hide {
    display: none;
}

.action-div .sub-action {
    display: none;
}

.action-div .go-back.sub-action-show {
    display: initial;
}

/*#projectfieldsetgrid .table__container > .table > thead > tr > th:nth-child(3),
#projectfieldsetgrid .table__container > .table > tbody > tr > td:nth-child(3),
#projectfieldsetgrid .table__container .table__wrapper > .table > thead > tr > th:nth-child(2),
#projectfieldsetgrid .table__container .table__wrapper > .table > tbody > tr > td:nth-child(2) {
    visibility: hidden;
}*/

.ui-autocomplete {
    z-index: 15000 !important;
}

.autocomplete .ui-autocomplete-multiselect.ui-state-active,
.autocomplete .ui-state-default {
    background: none;
    border: none;
}

    .autocomplete .ui-autocomplete-multiselect.ui-state-active .ui-autocomplete-multiselect-item {
        color: #636569;
    }

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #FCF2EB;
    border-left: 3px solid #D44424;
    font-size: 16px;
    color: #636569;
    /* text-align: left; */
    cursor: pointer;
}

.page__content .table__row-select .row-select input {
    left: -28px;
    width: auto;
    height: auto;
    overflow: hidden;
}

/*.page__content .table__row-select .row-select label:before {
    content: none;
}*/

.page__content .table__row-select .row-select label {
    position: absolute;
    left: 1px;
}
/*.page__content .table__row-select .row-select input:checked + label i, .page__content .table__row-select .row-select label i {
        opacity: 0;
        display: none;
    }*/
.expandable.fieldset-dropdown .dropdown__content.expandable__content.open {
    padding-left: 30px;
    padding-right: 0px;
}

.validation-summary {
    /*padding: 15px !important;
    vertical-align: middle;*/
}

/*.validation-summary i {
        font-size: 1em;
        margin-right: 20px;
    }*/

.alert--danger {
    border-color: #fcf4f2 #fcf4f2 #fcf4f2 #a51b00;
    background: #fcf4f2;
    color: #a51b00;
}

.alert {
    padding: 15px !important;
    padding-left: 40px !important;
    margin-bottom: 15px;
    position: relative;
    border-left: 8px solid;
    font-weight: 600;
}

.alert--danger i {
    color: #a51b00;
}

.alert__icon {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/************************************************************/
#loading-spinner {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

#loading::after {
    bottom: -40px;
    content: "";
    position: absolute;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='61' height='41' fill='@{bgColor}' stroke='none'><path d='M0,0 L30,40 L60,0 L0,0 Z'></path></svg>") no-repeat;
    height: 40px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
div[data-notify] {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.notification-scroll {
    position: absolute;
    top: 100%;
    left: 0 !important;
    z-index: 1000;
    /*display: none;*/
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    font-family: "Open Sans", "Helvetica Nueue", "Arial", sans-serif;
    color: inherit;
    webkit-font-smoothing: antialiased;
}
    .notification-scroll > li {
        padding:0px 5px !important;
    }

    .notification-scroll.pull-right {
        right: 0;
        left: auto;
    }

    .notification-scroll .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .notification-scroll > li > a {
        display: block;
        padding: 3px 0px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .notification-scroll > li > a:after {
            content: '';
            height: 1px;
            position: absolute;
            bottom: 3px;
            background: #AA1F2E;
            -webkit-transition: width 0.2s ease-in-out;
            -o-transition: width 0.2s ease-in-out;
            -moz-transition: width 0.2s ease-in-out;
            transition: width 0.2s ease-in-out;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 100%;
        }

        .notification-scroll > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .notification-scroll > .active > a,
    .notification-scroll > .active > a:hover,
    .notification-scroll > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .notification-scroll > .disabled > a,
    .notification-scroll > .disabled > a:hover,
    .notification-scroll > .disabled > a:focus {
        color: #777;
    }

        .notification-scroll > .disabled > a:hover,
        .notification-scroll > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }
.page__content thead tr th.text--center, .page__content tbody tr td.text--center {
    text-align: center !important;
}