﻿

.displayFlex {
    display: flex;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex3 {
    flex: 3;
}

.flex4 {
    flex: 4;
}

.main-search-input .RadComboBox .rcbInner,
.input-with-icon .RadComboBox .rcbInner {
    border-color: transparent !important;
}

.RadTabStrip_Material .rtsLevel1 {
    border-color: #f91942 !important;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.RadTabStrip_Material .rtsDisabled {
    background-color: #2b388c !important;
}

.RadTabStrip.rtsTop {
    box-shadow: none !important;
    border-bottom: 1px solid #dddddd;
}

.RadTabStrip_Material.rtsHorizontal .rtsSelected .rtsLink::before {
    left: 0;
    right: 0;
    border-bottom: 2px solid #f91942 !important;
}

.RadTabStrip_Material .rtsLevel1 .rtsLink {
    color: #313534 !important;
    background-color: transparent !important;
}

.RadTabStrip_Material .rtsSelected .rtsLink {
    color: #f91942 !important;
    background-color: transparent !important;
}


.RadTabStrip_Material .rtsHovered .rtsLink {
    color: #313534 !important;
}

.RadTabStrip_Material .rtsLevel1 {
    background-color: transparent !important;
}


@media (max-width: 991px) {
    .homeSearchWrapper {
        padding: 0 20px;
        height: 55px;
        line-height: 55px;
        border-radius: 4px;
        background: #fff;
        border: 1px solid #e0e0e0;
        box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
    }

    .displayFlex {
        display: block;
    }
}


.megamenu1 {
    left: 180px;
}

div.RadComboBox_Material {
    width: 100% !important;
}


div.RadComboBoxDropDown_Material .rcbCheckAllItems label,
div.RadComboBoxDropDown_Material .rcbItem,
div.RadComboBoxDropDown_Material .rcbItem label input {
    background: none;
    font-weight: normal;
    font-style: normal;
    color: #455A64;
    width: auto;
}

div.RadComboBoxDropDown_Material .rcbSeparator {
    background: none;
    font-weight: bold;
    font-style: italic;
    padding-left: 6px !important;
}


.checklist label,
.radiobutton label {
    color: #484848;
}


.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
}

.grandTotal h4 {
    color: #fff;
}

.yellorstar:before {
    color: #ffb400;
}


@media only screen and (max-width: 1024px) {
    #style-switcher {
        display: none;
    }


    .campaign-header {
        margin-left: 0px;
    }
}



/*Custom Style*/

.campaign-header {
    margin-left: 45px;
}

.site-summary {
    float: left;
    /*border-left: solid 1px #f91942;
    border-top: solid 1px #f91942;
    border-bottom: solid 1px #f91942;*/
    font-weight: 400;
    padding: 8px 2px;
    background-color: rgba(195, 195, 195, 0.3);
    color: #333;
}

.site-summary-last {
    float: left;
    /*border-left: solid 1px #f91942;
    border-top: solid 1px #f91942;
    border-bottom: solid 1px #f91942;*/
    font-weight: 400;
    padding: 8px 2px;
    /*border-right: solid 1px #f91942;*/
    background-color: rgba(195, 195, 195, 0.3);
    color: #333;
}

.RadAjax_Metro .raColor {
    background-color: transparent !important;
}


/* Badges 2*/


.listing-badge2 {
    background-color: #333;
    float: left;
    position: absolute;
    transform: rotate(-45deg);
    left: -70px;
    top: 20px;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    z-index: 99;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}


    .listing-badge2.draft {
        background-color: #ff9800;
    }

    .listing-badge2.ready {
        background-color: #2196f3;
    }

    .listing-badge2.authorized {
        background-color: #4caf50;
    }

/* Breadcrumbs */
#breadcrumbs2 {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    #breadcrumbs2 ul {
        margin: 0;
    }

        #breadcrumbs2 ul li a {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            color: #888;
        }

            #breadcrumbs2 ul li a:hover {
                color: #666
            }

        #breadcrumbs2 ul li {
            display: inline-block;
            list-style: none;
            margin: 0 0 0 10px;
        }

            #breadcrumbs2 ul li:first-child:before {
                display: none;
            }

            #breadcrumbs2 ul li:before {
                content: "\f142";
                font-family: "FontAwesome";
                color: #a0a0a0;
                font-size: 13px;
                margin-right: 15px;
            }

            #breadcrumbs2 ul li .nav-tag {
                background-color: #64bc36;
                font-family: "Open Sans";
                font-weight: 600;
                display: inline-block;
                font-size: 10px;
                line-height: 20px;
                color: #fff;
                padding: 0;
                padding: 0 7px;
                box-sizing: border-box;
                text-align: center;
                min-width: 20px;
                height: 20px;
                letter-spacing: -0.5px;
                text-align: center;
                border-radius: 50px;
                margin-left: 4px;
            }

                #breadcrumbs2 ul li .nav-tag.rejected {
                    background-color: #f44336;
                }

/* All Mobile Sizes (devices and browser) */
@media (max-width: 767px) {

    #breadcrumbs2 {
        display: none;
    }
}

/* ---------------------------------- */
/* Add Listing
------------------------------------- */
.add-listing2-section {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.06);
    padding: 0 20px 10px 20px;
}

.add-listing2-headline {
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
    padding: 30px 40px;
    margin: 0 0 30px 0;
    border-radius: 4px 4px 0 0;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eaeaea;
}

    .add-listing2-headline h3 {
        padding: 0;
        margin: 0;
        line-height: 32px;
        font-size: 22px;
        position: relative;
        top: 1px;
    }

#add-listing2 h5 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 17px;
}

    #add-listing2 h5 span {
        color: #888;
        font-weight: 400;
    }

    #add-listing2 h5 i {
        padding-right: 4px;
    }

.add-listing2-headline i {
    padding-right: 7px;
    display: inline-block;
    position: relative;
    top: 1px;
}


.noSide {
    border-left: none !important;
    border-right: none !important;
}

.noLeftSide {
    border-left: none !important;
}

.noRightSide {
    border-right: none !important;
}


.mapTitle {
    position: absolute;
    bottom: 20px;
    left: 60px;
    z-index: 999;
    font-size: 13px;
    line-height: 21px;
    color: #333;
    background-color: #fff;
    padding: 7px 18px;
    padding-top: 9px;
    font-weight: 500;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}



    .mapTitle:before {
        content: "\e045";
        font-family: "simple-line-icons";
        position: relative;
        top: 2px;
        margin: 0 6px 0 0;
        font-size: 15px;
        line-height: 1px;
    }


.container2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container2 {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container2 {
        width: 970px;
    }
}

@media (min-width: 1240px) {
    .container2 {
        width: 1290px
    }
}

@media (min-width: 1367px) {
    .container2 {
        width: 1410px;
    }
}




.invtable {
    width: 100%;
    margin: 0 0 30px;
    padding: 1px 0;
    border-spacing: 0;
    border-bottom: 1px solid #ddd;
}

    .invtable th,
    .invtable td {
        padding: 15px 0;
        text-align: left;
    }

    .invtable th {
        font-weight: 500;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        color: #333;
    }

        .invtable th:last-child,
        .invtable td:last-child {
            text-align: right;
        }

        .invtable th span {
            position: relative;
            display: inline-block;
            height: 100%;
        }

            .invtable th span::after {
                content: '';
                width: 100%;
                bottom: -16px;
                position: absolute;
                right: 0;
                border-bottom: 1px solid #f91942;
            }

#details {
    text-align: right;
    margin: 0;
    padding-bottom: 40px;
    clear: both;
    font-weight: 300;
}


    #details strong,
    .invoiceinfo strong {
        font-weight: 400;
        color: #333;
        display: inline-block;
    }



.no-footer-border > td {
    border: none !important;
}

.input-custom input {
    margin: 0px !important;
}

.input-custom-calendar {
}

.RadComboBoxDropDown_Material input[type="checkbox"] {
    width: auto;
    display: inline;
    height: auto;
}

marker_info {
    width: 240px;
    border-radius: 5px;
    text-align: left;
    background: #000;
    background: #fff;
    position: relative;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    margin-left: 15px;
}

.marker_info img {
    display: block;
    width: 240px;
    height: 140px;
}

.marker_info span {
    display: block;
    padding: 20px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.2;
    color: #fff;
    position: relative;
}

.list-pricing-marker {
    position: absolute !important;
    right: 32px !important;
    bottom: 15px !important;
    text-align: right !important;
}

.list-company-marker {
    position: absolute !important;
    right: 0px !important;
    bottom: 0px;
    text-align: right !important;
    font-size: 14px;
    font-weight: 300;
}

.list-facing-marker {
    padding-left:8px;   
    font-size: 14px;
    font-weight: 300;
}

.map-box .listing-company {
    position: absolute !important;
    right: 0px !important;
    color: #666;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
}

.map-popup-wrap {
    display: block;
    width: 300px !important;
    position: relative;
}

.map-popup {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}

.map-popup-wrap:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-top: -1px;
    z-index: 20;
}

.map-popup-wrap:before {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.map-popup img {
    width: 100%;
    height: auto;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}

.listing-img-content:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.listing-content {
    background: #fff;
    padding: 15px 20px;
    z-index: 20;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.infoBox-close {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 20px;
    right: 20px;
    color: #fff;
    border-radius: 100%;
    z-index: 3000;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.4);
    cursor: pointer;
}

    .infoBox-close:hover {
        background: #fff;
        color: #000;
    }

.listing-title h4 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #566985;
    padding-bottom: 6px;
}

    .listing-title h4 a {
        color: #566985;
    }

.listing-img-content {
    overflow: hidden;
}

    .listing-img-content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: #292929;
        opacity: 0.3;
    }

    .listing-img-content:hover:before {
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        opacity: 0.0;
    }

.map-popup-location-phone, .map-popup-location-info {
    float: left;
    color: #666;
    font-size: 13px;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

    .map-popup-location-phone i, .map-popup-location-info i {
        padding-right: 10px;
        font-size: 14px;
    }

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.map-popup-category {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 500;
    color: #fff;
    z-index: 20;
    padding: 10px 12px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
    background-color: #ee3535;
}


.infoBox-frontView,
.infoBox-backView {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #ee3535 !important;
}

    .infoBox-frontView:hover,
    .infoBox-backView:hover {
        text-decoration: underline;
    }


.panel-dropdown .panel-dropdown-content .padding {
    padding: 0px 24px;
}

.panel-dropdown .panel-dropdown-content .scroll,
.custom-dialog .scroll {
    overflow: auto;
    max-height: 260px;
}


.panel-dropdown .panel-dropdown-content .bottom-border {
    border-bottom: 1px solid rgb(235, 235, 235);
}

.panel-dropdown .panel-dropdown-content .top-border {
    border-top: 1px solid rgb(235, 235, 235);
}

.dashboard-box {
    margin: 30px 0 0 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.06);
    border-radius: 4px;
}

    .dashboard-box h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        padding: 25px 30px;
        color: #333;
        background-color: #fff;
        display: block;
        border-bottom: 1px solid #eaeaea;
        border-radius: 4px 4px 0 0;
    }

    .dashboard-box .hboxwrapper {
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: #fff;
        border-radius: 0 0 4px 4px;
        display: block;
        overflow: hidden;
    }

    .dashboard-box .hbox {
        padding: 23px 20px;
        border-bottom: 1px solid #eaeaea;
        transition: 0.3s;
        position: relative;
    }

    .dashboard-box .button {
        padding: 6px 15px;
        line-height: 20px;
        font-size: 13px;
        font-weight: 600;
        margin: 0;
    }

        .dashboard-box .button.gray:before {
            display: none;
        }

        .dashboard-box .button.gray {
            background-color: #e9e9e9;
            color: #666;
        }

            .dashboard-box .button.gray:hover {
                background-color: #66676b;
                color: #fff;
            }

.rcbList label {
    color: #455A64;
}

.RadCalendarPopup, .RadCalendarPopup * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.growlink {
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    cursor: pointer;
}

    .growlink:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        padding-left: 8px;
    }

.growlink2 {
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    cursor: pointer;
    padding: 0px 2px 2px 2px;
}

    .growlink2:hover {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5);
    }


.left-right {
    position: relative;
}

    .left-right:before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #313235;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }

    .left-right:hover:before {
        visibility: visible;
        width: 100%;
    }

.blue-text {
    color: #1da1f2;
}

.form-error-layout {
    position: relative;
    top: -15px;
}


.custable {
    display: flex;
}

    .custable > div {
        align-items: stretch;
    }


.RadPicker, .RadPicker * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.campaignInfoBox {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.menutag:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    background-color: #38b653;
    border: 2px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    border-radius: 50%;
}

.menutag_red:after {
    background-color: #ee3535;
}

/* Nav Tag */
span.menu-tag {
    background-color: rgba(255,255,255,0.2);
    font-family: "Open Sans";
    font-weight: 600;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    padding: 0;
    padding: 0 7px;
    box-sizing: border-box;
    text-align: center;
    min-width: 20px;
    height: 20px;
    letter-spacing: -0.5px;
    text-align: center;
    border-radius: 50px;
    margin-left: 4px;
}

    span.menu-tag.messages {
        top: -2px;
        position: relative;
    }

    span.menu-tag.messages,
    span.menu-tag.green {
        background-color: #64bc36;
    }

    span.menu-tag.yellow {
        background-color: #b9be1c;
    }

    span.menu-tag.red {
        background-color: #ee3535;
    }


.location-notification {
    transition: all 0.2s ease-in-out;
    position: relative;
}



    .location-notification:hover {
        top: -2px;
        transition: all 0.2s ease-in-out;
    }


.location-pointer::after {
    content: '\f105';
    padding-left: 7px;
    font-family: "FontAwesome";
    opacity: 0.5;
}

.listing-info {
    padding: 15px 32px;
}


    .listing-info h3 {
        color: #333;
        font-size: 20px;
        bottom: -1px;
        position: relative;
        font-weight: 500;
        margin: 0;
        line-height: 31px;
    }


#DragView {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    line-height: 21px;
    z-index: 999;
}


    #DragView input {
        width: 100%;
    }


.custom-dialog .form-row {
    width: 100%;
    display: inline-block;
    padding: 0px 40px;
}

.custom-dialog .form-button {
    padding-top: 40px;
}

.pricerange input {
    float: left
}

.pricerange label {
    float: left;
    padding: 4px;
    line-height: 1.0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.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: 24px;
        width: 24px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #f91942;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

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%;
    }

.search-padding {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.panel-border a {
    border: 1px solid;
}

.supersup {
    vertical-align: text-bottom;
    font-size: smaller;
    padding-left: 2px;
}

.campaignLabel .form-label {
    color: #004dda;
    font-size: 15px !important;
    line-height: 40px;
    padding: 0px 20px;
}

.payment-tab-active label {
    color: #333;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.button-disabled {
    background-color: #66676b !important;
}

.y-alert {
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.y-alert-danger {
    background-color: #fad7d4;
    border-color: #f7bec3;
    color: #a94442;
}

.listing-badge3 {
    background-color: #333;
    float: left;
    position: absolute;
    transform: rotate(45deg);
    right: -80px;
    top: 22px;
    text-align: center;
    width: 220px;
    font-size: 11.5px;
    margin: 0;
    z-index: 999;
    color: #fff;
    font-weight: 500;
    line-height: 16px;
}


    .listing-badge3.now-open {
        background-color: #ff9800;
    }


.style-success {
    background-color: #4caf50;
    border-color: #4caf50;
    color: #ffffff;
}


.style-info {
    background-color: #2196f3;
    border-color: #2196f3;
    color: #ffffff;
}

.style-danger {
    background-color: #f44336;
    border-color: #f44336;
    color: #ffffff;
}

.style-warning {
    background-color: #ff9800;
    border-color: #ff9800;
    color: #ffffff;
}

.sign-in-form .option {
    position: relative;
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

    .sign-in-form .option input {
        padding-left: 45px;
        margin: 0px;
        height: 27px;
    }

.campaignDetail input {
    margin: 0px;
    height: 27px;
}


.RadGrid_Material .rgRow > td > .rowlink,
.RadGrid_Material .rgAltRow > td > .rowlink,
.RadGrid_Material .rgFooter > td > .rowlink {
    position: relative;
    color: #3f51b5;
}



    .RadGrid_Material .rgRow > td > .rowlink:hover,
    .RadGrid_Material .rgAltRow > td > .rowlink:hover,
    .RadGrid_Material .rgFooter > td > .rowlink:hover {
        color: #3f51b5;
    }


    .RadGrid_Material .rgRow > td > .rowlink::before,
    .RadGrid_Material .rgAltRow > td > .rowlink::before,
    .RadGrid_Material .rgFooter > td > .rowlink::before {
        content: "";
        position: absolute;
        padding-bottom:1px;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #3f51b5;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s;
    }

    .RadGrid_Material .rgRow > td > .rowlink:hover::before,
    .RadGrid_Material .rgAltRow > td > .rowlink:hover::before,
    .RadGrid_Material .rgFooter > td > .rowlink:hover::before {
        visibility: visible;
        transform: scaleX(1);
    }


.table-bordered .rgRow > td > .rowlink,
.table-bordered .rgAltRow > td > .rowlink,
.table-bordered .rgFooter > td > .rowlink {
    position: relative;
    color: #3f51b5;
}



.table-bordered .rgRow > td > .rowlink:hover,
.table-bordered .rgAltRow > td > .rowlink:hover,
.table-bordered .rgFooter > td > .rowlink:hover {
    color: #3f51b5;
}


.table-bordered .rgRow > td > .rowlink::before,
.table-bordered .rgAltRow > td > .rowlink::before,
.table-bordered .rgFooter > td > .rowlink::before {
    content: "";
    position: absolute;
    padding-bottom: 1px;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #3f51b5;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.table-bordered .rgRow > td > .rowlink:hover::before,
.table-bordered .rgAltRow > td > .rowlink:hover::before,
.table-bordered .rgFooter > td > .rowlink:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.table-bordered td input[type="checkbox"] {
    height: auto;
}

.checkerBox input[type="checkbox"] {
    height: auto;
}