﻿@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=PT+Sans);

.full {
    width: 100% !important;
}

.skin-blue .logo {
    /*background:#123a48 !important;*/
}
/*dash Borard Design change Css start here*/
.skin-blue .navbar {
    background: #1bbc9b !important;
}

.skin-blue .logo {
    background: #ffffff !important;
}

.password-toggle {
    width: auto !important;
    float: right;
    margin-top: -31px;
}

.label_text {
    font-size: 14px;
    color: #17aa8c;
    font-weight: bold;
    padding: 4px;
}

.skin-blue .sidebar-form {
    border: 1px solid #1bb797 !important;
}

.btn-primary {
    background: #1bbc9b !important;
    border-color: #19a689 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    padding: 2px 24px !important;
    border-radius: 0px !important;
}

.ui-autocomplete li {
    list-style: none;
    padding-left: 10px;
    background: #1bbc9b;
    margin: 3px 0px 3px 0px;
    border-radius: 5px;
    padding: 4px;
    color: #fff;
    border: solid 1px #e6e6e6 !important;
    padding: 4px 10px 4px 8px !important;
    border-radius: 0px !important;
}

.ui-autocomplete {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 290px;
}



.bg-light-blue {
    background: #1bbc9b !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    color: rgba(255,255,255,1) !important;
    text-shadow: none !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    border-color: #19a689 !important;
}

.form-box .body, .form-box .footer {
    padding: 10px 20px 5px 20px !important; /* ADLINT-5338 */
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important; /* Change the color to your own background color */
}

.up-margin-top {
    margin: 10px 0px 10px 0px;
}

    .up-margin-top label {
        color: #575757;
        font-size: 14px;
        font-weight: normal;
    }
/*changes in 28-04-15 start here*/
.login_wrap {
    /*width: 360px;*/
    min-width: 360px; /* ADLINT-5338 */
    max-width: 450px;
    padding: 0;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .login_wrap .form-box {
        padding: 0;
        vertical-align: middle;
        display: table-cell;
        margin: 0 !important;
    }

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Select File';
    display: inline-block;
    background: #1bbc9b;
    border: 1px solid #1bb797;
    border-radius: 0px;
    padding: 5px 12px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 10pt;
    /*border:1px solid #fe0002;
   box-shadow:0px 0px 10px #f00;*/
}

.custom-file-input:hover::before {
    border-color: #1bb797;
}

.custom-file-input:active::before {
    background: #1bbc9b;
    border: none;
}

/*dash Borard Design change Css end here*/



.user-panel {
    display: none;
}

.dataTables_filter {
    text-align: right;
}

.dataTables_paginate {
    text-align: right;
}

.NoWrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.width_compress {
    max-width: 179px;
}

.Border_Top_None {
    border-top: none !important;
}

.box_right {
    float: right;
    margin: 0;
    padding: 10px 10px 10px 10px;
}

body {
    padding: 0 !important;
}

.form-group {
    clear: both;
    padding: 0 10px 0 10px;
}

.wrap_adviser_form {
    width: 100%;
    height: auto;
    background: #f1f1f1;
    clear: both;
    overflow: hidden;
    padding-top: 20px;
}

.wrap_adviser_left {
    width: 33.3%;
    height: auto;
    float: left;
}

.wrap_adviser_center {
    width: 33.4%;
    height: auto;
    float: right;
}

.wrap_adviser_right {
    width: 33.3%;
    height: auto;
    float: right;
}

.Add_contact {
    padding: 5px;
    background: #3c8dbc;
    text-align: right;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

input:-autofill {
    background-color: white !important;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.header {
    background: #ffffff !important;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2) !important;
}

.forget_pass {
    font-family: pt sans;
    font-size: 16px;
}

.bg-login {
    background: url(../img/login_bg.jpg) no-repeat center center fixed;
    background-size: cover;
}

.bg-none {
    background: transparent !important;
}

.font-family {
    font-family: pt sans !important;
    font-size: 18px;
    color: #908f8f !important;
    border-radius: 4px !important;
}

.sign_in_text {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #1bbc9b;
    font-family: pt sans;
}

.bg-set {
    background: #f6f5f5 !important;
}

.btn-sign-in {
    background-color: #1bbc9b !important;
    border-color: #15ab8c !important;
    padding: 4px 24px !important;
    font-size: 20px !important;
    text-transform: uppercase;
    font-family: pt sans;
}

.img_space img {
    margin-top: -12px;
    width: 40px;
    height: 40px;
}

#example1 tr td, th {
    text-align: center;
    cursor: pointer;
}

.msgError {
    color: red;
}

.img_control {
    margin-top: 25px;
    height: auto;
    overflow: hidden;
}

    .img_control img {
        margin: 0 10px 0px 10px;
        cursor: pointer;
    }

.container_row {
    height: auto;
    /*overflow: hidden;*/
}

.container_row_action {
    height: auto;
    overflow: hidden;
}

.wraper_tab {
    border: 1px solid #ccc;
    clear: both;
}

.wraper_tab_rule {
    clear: both;
}


.padding_ex {
    padding-left: 20px;
}

.BasicInfotext {
    width: 50%;
    float: left;
    line-height: 32px;
    font-size: 14px;
    color: #555555;
}

.BasicInfofontChange {
    font-weight: normal;
}

.BasicInfotextBorderChange {
    border-bottom: 1px solid #DDD8D8;
}

#ui-id-1 {
    z-index: 999999 !important;
}

.rowCount-grid {
    float: right;
    font-size: 15px;
    color: Red;
    padding-right: 250px;
}

.box.box-solid.box-primary > .box-header a i {
    color: #fff;
}

.row .col-md-12 .box {
    width: 96%;
    margin: 10px auto;
}



.sidebar-form .input-group {
    margin: 0 auto;
    text-align: center;
}



fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 auto !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    line-height: 2em;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    font-size: 14px;
    color: #555555;
}

.scheduler-border div span {
    padding-left: 5px;
    padding-right: 5px;
}

.text_legend {
    width: 30px;
    height: 23px;
    line-height: 20px;
}

#Div1 {
    width: 60%;
}

.multiselect-container {
    height: 105px;
    overflow-y: scroll;
    width: 215px;
    overflow-x: hidden;
}

.confirm {
    position: fixed;
    top: 32%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: auto;
    background: white;
    padding: 10px;
    margin: 0;
    z-index: 10;
    border: 1px solid #B4B4B4;
    box-shadow: 0px 0px 10px #808080;
}

.warning_text {
    position: relative;
    top: 4px;
}

.confirm h1 {
    font-size: 18px;
    background: #fff;
    color: red;
    margin: 0;
    font-weight: 600;
    padding: 1%;
    width: 100%;
}

.confirm p {
    text-align: justify;
    font-size: 14px;
    font-weight: 600;
    margin: 5% 0 5% 0;
    width: 100%;
}

.ConfirmBoxConfirmButton {
    padding: 1% 10%;
    background: #54b654;
    border: #54b654 1px solid;
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin-right: 8%;
}

.warning_control {
    text-align: right !important;
    padding: 10px;
}

.ConfirmBoxCancelButton {
    padding: 1% 12%;
    background: #ff6b6c;
    border: #ff6b6c 1px solid;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.form-group .btn-group {
    display: block !important;
}

.set_height {
    overflow: hidden;
    border: 1px solid #ccc;
}

    .set_height .row {
        clear: both;
    }

.disabledDivForLoading {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    opacity: 0.4;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

.imgDivForLoading {
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
    bottom: 0;
    position: fixed;
}

.btn-default {
    width: 100%;
    text-align: left;
}

.dropdown-menu {
    width: 100%;
}

.set_top {
    margin-top: 3%;
}

.imgs_onRow {
    width: 16px;
    height: 16px;
}

    .imgs_onRow:hover {
        width: 20px;
        height: 16px;
    }

.modal-body_MyStyle {
    position: relative;
    padding: 5px 0 0 10px;
}

.actionImgAlign {
    text-align: center;
    padding: 0 !important;
    line-height: 40px !important;
    cursor: pointer;
}

.alltableHeader {
    padding: 3px 0 !important;
}

.rowCount-grid {
    float: right;
    font-size: 15px;
    color: Red;
    padding-right: 250px;
}

label.lblProductProviderName {
    font-weight: normal !important;
    font-size: initial;
}



/*--------By sandeep-------*/
.table-custom {
    border: 1px solid #ddd;
}

    .table-custom .table {
        margin: 0px;
    }

        .table-custom .table > thead > tr > th {
            vertical-align: bottom;
            border-bottom: 1px solid #ddd;
        }

        .table-custom .table > tbody > tr > td {
            padding: 0px;
            border-left: 1px solid #969696;
            border-right: 1px solid #969696;
            height: 60px;
        }

            .table-custom .table > tbody > tr > td div {
                float: left;
                /*min-width: 25%;*/
                height: 60px;
            }

                .table-custom .table > tbody > tr > td div input {
                    display: initial;
                    background: transparent;
                    width: 20px;
                    border: 0px;
                }

        .table-custom .table > tbody .red1 {
            background: #fe0002;
        }

        .table-custom .table > tbody .green1 {
            background: #00ad1a;
        }

        .table-custom .table > tbody .blue1 {
            background: #2362fd;
        }

div.grey1 {
    background: #b9b9b9;
}

div.red1 {
    background: #fe0002;
}

div.green1 {
    background: #00ad1a;
}

div.blue1 {
    background: #2362fd;
}

.table-custom .table > tbody .grey1 {
    background: #b9b9b9;
}


.datepicker-days .table-condensed > tbody .red1 {
    color: #fe0002;
}

.datepicker-days .table-condensed > tbody .green1 {
    color: #00ad1a;
}

.datepicker-days .table-condensed > tbody .blue1 {
    color: #2362fd;
}

.datepicker-days .table-condensed > tbody .grey1 {
    color: #b9b9b9;
}

/*-----By sandy---09-02--for upload History calander*/
#datepickerr .datepicker {
    margin: 0px !important;
}

    #datepickerr .datepicker table.table-condensed {
        width: 100% !important;
    }

#tblMappingData_wrapper {
    overflow: auto !important;
}


/*--------By sandeep-------*/
.table-custom {
    border: 1px solid #e4e4e4;
}

    .table-custom .table {
        margin: 0px;
    }

        .table-custom .table > thead > tr > th {
            vertical-align: bottom;
            border: 1px solid #e4e4e4;
            background: #f2f2f3; /* Old browsers */
            background: -moz-linear-gradient(top, #f2f2f3 0%, #edeeef 40%, #eceeee 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f3), color-stop(40%,#edeeef), color-stop(100%,#eceeee)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f2f2f3 0%,#edeeef 40%,#eceeee 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f2f2f3 0%,#edeeef 40%,#eceeee 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f2f2f3 0%,#edeeef 40%,#eceeee 100%); /* IE10+ */
            background: linear-gradient(to bottom, #f2f2f3 0%,#edeeef 40%,#eceeee 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f3', endColorstr='#eceeee',GradientType=0 ); /* IE6-9 */
        }

        .table-custom .table > tbody > tr > td {
            padding: 0px;
            border-left: 1px solid #969696;
            border-right: 1px solid #969696;
            height: 50px;
        }

        .table-custom .table > tbody > tr > th {
            border-left: 1px solid #969696;
            border-right: 1px solid #969696;
        }

        .table-custom .table > tbody > tr > td div {
            float: left;
            /*min-width: 25%;*/
            height: 50px;
        }

            .table-custom .table > tbody > tr > td div input {
                display: initial;
                background: transparent;
                width: 20px;
                border: 0px;
            }

        .table-custom .table > tbody .red1 {
            background: #fe0002;
        }

        .table-custom .table > tbody .green1 {
            background: #00ad1a;
        }

        .table-custom .table > tbody .blue1 {
            background: #2362fd;
        }

div.grey1 {
    background: #b9b9b9;
}

div.red1 {
    background: #fe0002;
}

div.green1 {
    background: #00ad1a;
}

div.blue1 {
    background: #2362fd;
}

.table-custom .table > tbody .grey1 {
    background: #b9b9b9;
}

.datepicker-days .table-condensed > tbody .red1 {
    color: #fe0002;
}

.datepicker-days .table-condensed > tbody .green1 {
    color: #00ad1a;
}

.datepicker-days .table-condensed > tbody .blue1 {
    color: #2362fd;
}

.datepicker-days .table-condensed > tbody .grey1 {
    color: #b9b9b9;
}

/*-----By sandy---09-02--for upload History calander*/
.modal {
    top: 10% !important;
}

.data-popup_div .modal-dialog {
    width: 80%;
    margin: 30px auto;
    margin-top: 7%;
    max-width: 550px;
}

.data-popup_div .modal-footer {
    border: none;
}

.data-popup_div .btn.btn-sm {
    padding: 8px 25px !important;
    font-size: 1em;
}

.btn.btn-primary {
    padding: 6px 24px;
    font-weight: bold;
}

.data-popup_div .modal-content {
    border-radius: 8px;
}

.data-popup_div .modal-header {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

#carousel-custom .carousel-control.left, #carousel-custom .carousel-control.right {
    background-image: none !important;
}

#carousel-custom .carousel-control.left {
    width: auto !important;
    top: 2px !important;
    left: 4px !important;
    bottom: auto !important;
    padding: 0px 5px;
}

#carousel-custom .carousel-control.right {
    width: auto !important;
    top: 2px !important;
    right: 4px !important;
    bottom: auto !important;
    padding: 0px 5px;
}

#carousel-custom .carousel-control {
    color: #000 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.calandar_custom .datepicker_custom {
    margin: 0px !important;
}

    .calandar_custom .datepicker_custom table {
        width: 100% !important;
    }

        .calandar_custom .datepicker_custom table tr {
            border: solid 1px #ccc !important;
        }

            .calandar_custom .datepicker_custom table tr th {
                border: solid 1px #bec3cf !important;
                text-align: center;
            }

            .calandar_custom .datepicker_custom table tr td {
                border: solid 1px #ccc !important;
                border-radius: 0px !important;
                line-height: 50px;
                text-align: center;
            }

.custom_calander .csv_comingup {
    background: #b9b9b9;
}

.custom_calander .csv_dueby {
    background: #f00;
}

.custom_calander .csv_uploaded {
    background: #19a689;
}

.calandar_custom .datepicker_custom table tr td.csv_comingup {
    background: #b9b9b9;
}

.calandar_custom .datepicker_custom table tr td.csv_dueby {
    background: #f00;
}

.calandar_custom .datepicker_custom table tr td.csv_uploaded {
    background: #19a689;
}

ul.ui-widget-content {
    background-color: #ffffff;
}

/****Added By Vikas*/
.wrap_template {
    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 1px solid #D8D8D8;
            box-shadow: 0 0 11px 1px #ddd;*/
    margin: 0px auto;
    padding: 10px 30px;
    width: 90%;
    height: auto;
    font-family: Calibri;
    font-weight: bold;
}

.wrap_template_header {
    width: 100%;
    /*height: 50px;*/
    height: 40px;
    background: #1bbc9b;
}

.single_temp {
    color: #fff;
    font-size: 18px;
    width: 20%;
    float: left;
    /*height: 50px;*/
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.single_temp {
    font-size: 14px !important;
}

    .single_temp:hover {
        background-color: rgb(25, 166, 137);
    }

.merge_temp {
    color: #fff;
    font-size: 18px;
    width: 20%;
    float: left;
    line-height: 30px;
    text-align: center;
    cursor: default;
    height: 50px;
    line-height: 40px;
}

    .merge_temp div:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    margin: -6px auto;
}

.wrap_template_body {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #808080;
    clear: both;
}

.body_single_temp {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ff0000;
    clear: both;
}

.body_single_temp2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #00ff00;
    clear: both;
}

.body_single_temp3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #0000ff;
    clear: both;
}

.body_single_temp4 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #808080;
    clear: both;
}

.no_wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


table .carousel-control.left, table .carousel-control.right {
    background-image: none !important;
}

table .carousel-control.left {
    width: auto !important;
    left: 120px !important;
    bottom: auto !important;
    padding: 0px 5px;
}

table .carousel-control.right {
    width: auto !important;
    right: 122px !important;
    bottom: auto !important;
    padding: 0px 5px;
}

table .carousel-control {
    color: #000 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.iCheck-helper.icheckbox {
    height: 15px;
    width: 15px;
}

.my_dummy {
    width: 16.66% !important;
}

.ui-widget-content {
    z-index: 99999 !important;
}

.remoove_overflowx {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.wrap_adviser_form {
    min-height: 164px;
}


#tblLicenseeIncome_wrapper {
    overflow: auto !important;
    max-height: 600px;
    min-height: 500px;
    /*height:auto;*/
}

#divFeeTransaction_wrapper {
    overflow: auto !important;
    max-height: 600px;
    height: auto;
    min-height: 600px;
}

.btn_confirm {
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: 0px 15% 10px 15%;
}

.btn_confirm_first {
    float: left;
    width: 40%;
    height: auto;
    overflow: hidden;
}

.btn_confirm_sec {
    float: right;
    width: 40%;
    height: auto;
    overflow: hidden;
}

table.dataTable {
    width: 100% !important;
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
}
/*.table.dataTable tr td {
    word-break: break-all;
}*/

.table.dataTable tr th {
    background-color: #1bbc9b !important;
    background: #1bbc9b !important;
    color: #fff !important;
}
/*.table.dataTable tr td {
    word-break: break-all;
}*/
.ui-multiselect-all span:last-child {
    padding-left: 10px;
}

.ui-multiselect-none span:last-child {
    padding-left: 10px;
}

table.dataTable tr.odd td.sorting_1 {
    background: #4cdbbe !important;
}

table.dataTable tr.even td.sorting_1 {
    background: #bafdef !important;
}

.onpaytable tr > td {
    color: #000 !important;
    background-color: #fff !important;
}

.onpaytable tr th {
    background-color: #1bbc9b !important;
    color: #fff !important;
}

.onpaytable > tbody > tr.parent[iseven="0"] > td {
    background-color: #bafdef !important;
    color: #000 !important;
}

.onpaytable > tbody > tr.parent[iseven="1"] > td {
    background-color: #bbbbbb !important;
    color: #fff !important;
}

td.align-left {
    text-align: left !important;
}

td.align-center {
    text-align: center !important;
}

td.align-right {
    text-align: right !important;
}


.padding_bottom_less {
    padding: 0px 15px !important;
}

.div_inner_section {
    margin-bottom: 10px;
}

.graph_container {
    border-top: 2px solid #c1c1c1;
    border-radius: 3px;
    box-shadow: 0px 1px 3px black;
    padding-bottom: 5px;
}


@media (max-width: 768px) {
    .orphan_map {
        position: absolute;
        float: right;
        right: 8px;
    }
}

@media screen and (max-width: 540px) {
    #tableactivitystream tr td {
        line-height: 20px;
        text-align: justify;
    }
}

@media (max-width:520px) {
    .box.box-success {
        overflow-x: auto;
    }
}

.box .box-body.chart-responsive {
    min-width: 500px;
}


.ProductProviderSubs {
    position: fixed;
    top: 30%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 458px;
    height: auto;
    background: white;
    padding: 0;
    margin: 0;
    z-index: 3;
    border: 1px solid #B4B4B4;
    border-radius: 5px;
}

    .ProductProviderSubs h4 {
        font-size: 18px;
        background: white;
        color: rgb(112, 110, 110);
        margin: 0;
        font-weight: 600;
        padding: 1%;
        width: 100%;
    }

.control_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
}

    .control_wrap label {
        width: 20%;
        float: left;
    }

    .control_wrap select {
        width: 79%;
        float: right;
    }

#divProductProviderSubsription {
    visibility: hidden;
}

.pop_wraper {
    width: 100%;
    right: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    overflow: auto;
    display: none;
    margin: 0 auto;
    top: 0px;
    height: 100%;
    bottom: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #1ABF9D !important;
}

/*tooltip css strat here*/
a.tooltip {
    position: relative;
    display: inline;
}

    a.tooltip:after {
        display: block;
        visibility: visible;
        position: absolute;
        bottom: 0;
        left: 0px;
        opacity: 0;
        content: attr(data-tool); /*/ might also use attr(title) /*/
        height: auto;
        min-width: 100px;
        padding: 5px 8px;
        z-index: 999;
        color: #858585;
        text-decoration: none;
        text-align: center;
        background: rgba(255,255,255,1);
        width: 200px;
        white-space: initial;
        line-height: 14px;
        -webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.25);
        -moz-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.25);
        box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.25);
        border: solid 1px #dfdfdf;
    }

    a.tooltip:before {
        position: absolute;
        visibility: visible;
        width: 0;
        height: 0;
        left: 10%;
        bottom: 0px;
        opacity: 0;
        z-index: 9999;
        /*content: "";*/
        /*content: url('images/tooltip_arrow_top.png');*/
        /*border-style: solid;
 border-width: 6px 6px 0 6px;
 border-color: rgba(0,0,0,0.85) transparent transparent transparent;*/
    }

    a.tooltip:hover:after {
        visibility: visible;
        opacity: 1;
        bottom: 10px;
    }

    a.tooltip:hover:before {
        visibility: visible;
        opacity: 1;
        bottom: 14px;
    }

    a.tooltip.animate:after, a.tooltip.animate:before {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    /*/ tips on bottom /*/
    a.tooltip.bottom:after {
        bottom: auto;
        top: 0px;
    }

    a.tooltip.bottom:hover:after {
        top: 35px;
    }

    a.tooltip.bottom:before {
        border-width: 0 5px 8.7px 5px;
        border-color: transparent transparent rgba(0,0,0,0.85) transparent;
        top: 0px;
    }

    a.tooltip.bottom:hover:before {
        top: 24px;
    }
    /*/ tips on the right /*/
    a.tooltip.right:after {
        /*left: 100%;*/
        right: -20px;
        bottom: -45%;
    }

    a.tooltip.right:hover:after {
        position: absolute;
        right: -20px;
        left: calc(100% + 9px);
        bottom: -45%;
    }

    a.tooltip.right:before {
        border-width: 5px 10px 5px 0;
        border-color: transparent rgba(0,0,0,0.85) transparent transparent;
        left: 100%;
        bottom: 2%;
        top: 8px;
    }

    a.tooltip.right:hover:before {
        left: 100%;
        bottom: 2%;
    }
    /*/ tips on the left /*/
    a.tooltip.left:after {
        left: auto;
        right: 100%;
        bottom: -45%;
    }

    a.tooltip.left:hover:after {
        right: 110%;
        bottom: -45%;
    }

    a.tooltip.left:before {
        border-width: 5px 0 5px 10px;
        border-color: transparent transparent transparent rgba(0,0,0,0.85);
        left: auto;
        right: 90%;
        bottom: 2%;
    }

    a.tooltip.left:hover:before {
        right: 100%;
        bottom: 2%;
    }
    /*tooltip colors (add your own!)*/
    a.tooltip.blue:after {
        background: #5f87c2;
    }

    a.tooltip.blue:before {
        border-color: #5f87c2 transparent transparent transparent;
    }

    a.tooltip.bottom.blue:before {
        border-color: transparent transparent #5f87c2 transparent;
    }

    a.tooltip.right.blue:before {
        border-color: transparent #5f87c2 transparent transparent;
    }

    a.tooltip.left.blue:before {
        border-color: transparent transparent transparent #5f87c2;
    }

/ input field tooltips / input + .fieldtip {
    visibility: hidden;
    position: relative;
    bottom: 0;
    left: 15px;
    opacity: 0;
    content: attr(data-tool);
    height: auto;
    min-width: 100px;
    padding: 5px 8px;
    z-index: 9999;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: rgba(0,0,0,0.85);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input + .fieldtip:after {
    display: block;
    position: absolute;
    visibility: hidden;
    content: '';
    width: 0;
    height: 0;
    top: 8px;
    left: -8px;
    border-style: solid;
    border-width: 4px 8px 4px 0;
    border-color: transparent rgba(0,0,0,0.75) transparent transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input:focus + .fieldtip, input:focus + .fieldtip:after {
    visibility: visible;
    opacity: 1;
}

.tooltip {
    opacity: 1 !important;
}

td.Highlighted {
    background: #1bbc9b !important;
}

table.dataTable thead th {
    padding: 8px 12px 8px 3px !important;
    /*cursor: pointer;*/
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd !important;
}


::-webkit-input-placeholder {
    text-align: left !important;
}

:-moz-placeholder {
    text-align:left !important;
}

::-moz-placeholder {
    text-align:left !important;     /*// Firefox 19+ / text-align:left !important;*/
}

:-ms-input-placeholder {
    text-align: left !important;
}


/* written by Vikas */

.ui-multiselect.ui-state-default.ui-widget {
    font-weight: normal !important;
    font-family: Helvetica, Arial, sans-serif !important;
    border: 1px solid #d3d3d3 !important;
}

.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    border: 1px solid #d3d3d3 !important;
    font-weight: normal !important;
    font-family: Helvetica, Arial, sans-serif !important;
    background-color: #f3f3f3;
}

.ui-widget-header.ui-multiselect-header {
    background-color: transparent !important;
    border: none;
    font: normal 13px/15px Arial, Helvetica, sans-serif !important;
    color: #333 !important;
}

.ui-multiselect-filter {
    font: normal 13px/15px Arial, Helvetica, sans-serif !important;
    color: #333 !important;
    width: 100% !important;
    display: block !important;
    margin-right: 0 !important;
    margin-bottom: 5px !important;
}

    .ui-multiselect-filter input[type="search"] {
        border-color: #ddd !important;
        font: normal 13px/15px Arial, Helvetica, sans-serif !important;
        width: 82% !important;
        padding: 4px 2px !important;
        height: 17px;
    }

.ui-multiselect-all span:last-child, .ui-multiselect-none span:last-child {
    padding-left: 0 !important;
}

.ui-widget-header a, .ui-widget-header a span {
    font: normal 13px/15px Arial, Helvetica, sans-serif !important;
    color: #333 !important;
}

.ui-multiselect-checkboxes {
    background-color: #fff;
}

    .ui-multiselect-checkboxes li {
        border-top: 1px solid #ddd;
        padding-right: 0 !important;
    }

        .ui-multiselect-checkboxes li label {
            margin-bottom: 0;
            padding: 5px 0 !important;
        }

            .ui-multiselect-checkboxes li label:hover {
                border: none !important;
            }

.ui-corner-all.ui-state-hover {
    border: none !important;
}

.ui-multiselect-checkboxes li label input[type="checkbox"] {
    margin: 2px 3px 0 !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    /*font-weight: 700 !important;*/
    /*border: none !important;*/
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5 !important;
    max-height: 360px !important;
    overflow: auto !important;
    overflow-x: hidden !important;
}

.sidebar .sidebar-menu .treeview-menu > li > a {
    font-family: 'Source Sans Pro',sans-serif !important;
}

.tableHeader {
    table-layout: fixed;
    position: fixed;
    z-index: 2;
    width: 900px;
}

/* fixed table header */

.fixed-head-table thead {
    width: 100%;
}

.fixed-head-table tbody {
    height: 273px;
    overflow-y: auto;
    width: 100%;
}

.fixed-head-table thead, .fixed-head-table tbody, .fixed-head-table tr, .fixed-head-table td, .fixed-head-table th {
    display: block;
    padding: 0;
    margin: 0;
}

    .fixed-head-table tbody td, .fixed-head-table thead > tr > th {
        float: left;
        border-top: 1px solid #ccc !important;
        border-left: 1px solid #ccc !important;
        border-right: none !important;
        border-collapse: collapse !important;
    }

    .fixed-head-table tr.odd {
        border: none !important;
        background: transparent !important;
    }

        .fixed-head-table tr.odd td {
            background: #1bbc9b !important;
        }

    .fixed-head-table thead > tr > th {
        border-top: none !important;
    }

    .fixed-head-table tbody > tr:last-child td {
        border-bottom: 1px solid #ccc !important;
    }

    .fixed-head-table tbody > tr:first-child td {
        border-top: none !important;
    }

    .fixed-head-table tbody td {
        border-bottom: none !important;
    }

#activitystream, #fileuploadactivbitystream {
    border-top: 1px solid #ccc !important;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#activitystream {
    padding: 0 !important;
    margin: 4px 10px 0 !important;
    height: 296px !important;
}

#fileuploadactivbitystream {
    padding: 0 !important;
    margin: 4px 10px 0 !important;
    height: 296px !important;
}

/*4col-table*/
.col4-table tbody td, .col4-table thead > tr > th {
    width: 28.33333%;
}

    .col4-table tbody > tr td:first-child, .col4-table thead > tr > th:first-child {
        width: 15%;
    }

/*4col-table*/

/*3col-table*/

.col3-table tbody td, .col3-table thead > tr > th {
    width: 41.66666667%;
}

    .col3-table tbody > tr td:first-child, .col3-table thead > tr > th:first-child {
        width: 16.66666667%;
    }
/*3col-table*/





.right-side > .content-header-fixed {
    position: fixed !important;
    width: 100% !important;
    z-index: 9;
    padding-left: 240px !important;
    left: 0;
    z-index: 99;
}

.content-fixed {
    padding: 80px 15px 20px !important;
}

body.fixed > .header, body.fixed .left-side, body.fixed .navbar {
    z-index: 99999;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .col4-table thead {
        width: 100%;
    }
}
/*fixed end*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .right-side > .content-header-fixed {
        padding-left: 20px !important;
    }
}

.strech .content-header-fixed {
    padding-left: 20px !important;
}

@media screen and (max-width: 992px) {
    .right-side > .content-header-fixed {
        padding-left: 20px !important;
    }
}

.box.box-primary {
    border-top-color: #00a65a !important;
}

/*written end*/

/*OnPay New Design*/


/*.OnPay-New-design .panel-heading {
        background-color: #41a3ea !important;
        border-color: #41a3ea !important;
        color:#fff;
    }*/
/*.OnPay-New-design .panel-heading .btn-primary {
            color:#000;
            font-weight:normal;
            padding: 0 24px !important;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9)) !important;
            background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%) !important;
            background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%) !important;
            background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%) !important;
            background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%) !important;
            background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%) !important;
            background-color: #f9f9f9 !important;
            border-color: #f9f9f9 !important;
        }*/

/*.OnPay-New-design .panel-body {
        padding: 0 !important;
        
    }*/
/*.collapse-main {
    border:solid 1px #ccc;
    padding:0;
}
.collapse-head {
    padding:6px;
}
.collapse-body {   
    padding-left:0;
    background:#f3f4f5;
}
.collapse-body ul{
    margin:0;
    padding:0;
    list-style-type:none;

}
    .collapse-body li {
        border-bottom:solid 1px #FFF;
        padding:3px 2px;
        padding-left:40px;
    }
    .collapse-body li:first-child {
         border-top:solid 1px #ccc;
    }
    .collapse-body li:last-child {
         border-bottom:none;
    }
    .collapse-main + .collapse-main {
        margin-top:-1px;
    }*/

.OnPay-New-design {
}

    /*.OnPay-New-design input[type="checkbox"].onPay-checkbox {
    position: absolute;
    left: -9999px;
}
.OnPay-New-design input[type="checkbox"].onPay-checkbox + label {
    background: url(../img/checkbox-checked.png) 0 0 no-repeat;
    padding-left: 20px;
}
.OnPay-New-design input[type="checkbox"].onPay-checkbox:checked + label {
    background: url(../img/checkbox-notChecked.png) 0 0 no-repeat;
}*/


    .OnPay-New-design .table {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

        .OnPay-New-design .table > thead > tr > th {
            text-align: left;
        }



.seg-display {
    height: 360px;
    overflow: hidden;
}

.panel-group.OnPay-panel {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}





.OnPay-panel .panel-heading {
    border-radius: 0;
}

.panel-group.OnPay-panel .panel {
    border-radius: 0;
    /*border: 0;*/
}

    .panel-group.OnPay-panel .panel + .panel {
        margin-top: 0;
    }

.OnPay-panel ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.OnPay-New-design .colapse-td-padding td {
    padding: 0;
}

.see-more {
    color: #1bbc9b;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

/*Add Segments*/
.background-grey {
    background: #f1f1f1;
}

#tree-container.add-segment-table {
}

    #tree-container.add-segment-table > ul > li {
        border-bottom: solid 1px #dddddd;
    }

    #tree-container.add-segment-table .checktree li .collapsed {
        background: url(../css/checkboxTree/checktree-expend-icon.png) no-repeat;
    }

    #tree-container.add-segment-table .checktree li .collapsed {
        background: url(../css/checkboxTree/checktree-expend-icon.png) no-repeat;
    }

    #tree-container.add-segment-table .checktree li .expanded {
        background: url(../css/checkboxTree/checktree-colapse-icon.png) no-repeat;
    }

    #tree-container.add-segment-table .checktree li .checked {
        background: url(../css/checkboxTree/checktree-checked.png) no-repeat !important;
    }

    #tree-container.add-segment-table .checktree li .checkbox {
        background: url(../css/checkboxTree/checktree-notChecked.png) no-repeat;
        width: 14px;
        height: 14px;
        margin: 5px 8px 0;
    }

.checktree li.updated .expanded {
    font-weight: bold;
}

#tree-container.add-segment-table .checktree li label {
    font-weight: normal;
    color: #777;
}

#tree-container.add-segment-table .checktree li li .arrow {
    margin-left: 2px;
}

#tree-container.add-segment-table .checktree li li:first-child {
    padding-top: 6px;
}

ul.add-segment-table-value {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 5px;
}

/*Define Filter POPUP*/
@media (min-width: 768px) {
    .DefineFilters .modal-dialog {
        width: 950px;
    }
}

.filter-summary {
    background-color: #e9f2f1;
    padding: 15px;
    border-bottom: 1px solid #d8e5e4;
    font-size: 16px;
    color: #444;
}

    .filter-summary span {
        padding: 5px 3px 5px 0;
        line-height: 28px;
    }

    .filter-summary .fs-entity {
        color: #179178;
    }

    .filter-summary .fs-attribute {
        color: #c83c3b;
    }

    .filter-summary .fs-cat1 {
        color: #36C;
    }

    .filter-summary .fs-cat2 {
        color: #936;
    }

.onpay-query-builder {
}

    .onpay-query-builder .rule-container, .onpay-query-builder .rule-placeholder, .onpay-query-builder .rules-group-container {
        position: relative;
        margin: 4px 0;
        padding: 5px;
        border: 1px solid #e9f2f1;
        background: #e9f2f1;
    }

        .onpay-query-builder .rule-container .rule-filter-container, .onpay-query-builder .rule-container .rule-operator-container, .onpay-query-builder .rule-container .rule-value-container {
            display: inline-block;
            margin: 0 5px 0 0;
            vertical-align: middle;
        }

    .onpay-query-builder .rules-group-container {
        padding: 10px 10px 6px;
        border: 1px solid #e9f2f1;
        background: #fff;
    }

        .onpay-query-builder .rules-group-container .rules-group-header {
            margin-bottom: 10px;
        }

            .onpay-query-builder .rules-group-container .rules-group-header input[name$=_cond], .onpay-query-builder .rules-group-container .rules-group-header .iradio_minimal {
                display: none;
            }

        .onpay-query-builder .rules-group-container .rules-list {
            list-style: none;
            padding: 0 0 0 15px;
            margin: 0;
        }

    .onpay-query-builder .rule-container .rule-value-container label {
        margin-bottom: 0;
        font-weight: 400;
    }

        .onpay-query-builder .rule-container .rule-value-container label.block {
            display: block;
        }

    .onpay-query-builder .rules-list > :after, .onpay-query-builder .rules-list > :before {
        content: '';
        position: absolute;
        left: -30px;
        width: 30px;
        height: calc(50% + 4px);
        border-color: #1bbc9b;
        border-style: dotted;
    }

    .onpay-query-builder .rules-list > :before {
        top: -4px;
        border-width: 0 0 2px 2px;
    }

    .onpay-query-builder .rules-list > :after {
        top: 50%;
        border-width: 0 0 0 2px;
    }

    .onpay-query-builder .rules-list > :first-child:before {
        top: -11px;
        height: calc(50% + 14px);
    }

    .onpay-query-builder .rules-list > :last-child:before {
    }

    .onpay-query-builder .rules-list > :last-child:after {
        display: none;
    }

    .onpay-query-builder .error-container + .tooltip .tooltip-inner {
        color: #F99 !important;
    }

    .onpay-query-builder p.filter-description {
        margin: 5px 0 0;
        background: #D9EDF7;
        border: 1px solid #BCE8F1;
        color: #31708F;
        padding: 2.5px 5px;
        font-size: .8em;
    }

    .onpay-query-builder .drag-handle {
        cursor: move;
        vertical-align: middle;
        margin-left: 5px;
    }

    .onpay-query-builder .dragged {
        opacity: .5;
    }

    .onpay-query-builder .rule-placeholder {
        border: 1px dashed #BBB;
        opacity: .7;
    }

    /*-----*/
    .onpay-query-builder .bttn-group-vertical > .bttn, .onpay-query-builder .bttn-group > .bttn {
        position: relative;
        float: left;
    }

    .onpay-query-builder .bttn-primary.active, .onpay-query-builder .bttn-primary:active {
        color: #fff;
        background-color: #179178;
        border-color: #12735f;
    }

    .onpay-query-builder .bttn-group-xs > .bttn, .onpay-query-builder .bttn-xs {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
    }

    .onpay-query-builder .bttn {
        display: inline-block;
        padding: 4px 10px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        margin-right: 10px;
    }

        .onpay-query-builder .bttn:last-child {
            margin-right: 0;
        }

    .onpay-query-builder .bttn-group .bttn + .bttn, .onpay-query-builder .bttn-group .bttn + .bttn-group, .onpay-query-builder .bttn-group .bttn-group + .bttn, .onpay-query-builder .bttn-group .bttn-group + .bttn-group {
        margin-left: -1px;
    }

    .onpay-query-builder .bttn-group, .onpay-query-builder .bttn-group-vertical {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .onpay-query-builder .bttn-primary {
        color: #fff;
        background-color: #19bd9b;
        border-color: #12735f;
    }

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pull-right {
    float: right !important;
}

.onpay-query-builder dd, .onpay-query-builder dt {
    line-height: 1.42857143;
}

.onpay-query-builder dd {
    margin-left: 40px;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

.onpay-query-builder .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}

    .onpay-query-builder .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .onpay-query-builder .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .onpay-query-builder .form-control:-ms-input-placeholder {
        color: #999;
    }

    .onpay-query-builder .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .onpay-query-builder .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

.onpay-query-builder textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

.onpay-query-builder .bttn-success {
    color: #fff;
    background-color: #1bbc9b;
    border-color: #169077;
}

    .onpay-query-builder .bttn-success:hover {
        color: #fff;
        background-color: #179178;
    }

.box-body .bttn-success.disbleBtn:hover {
    background-color: #1bbc9b;
    cursor: default;
}

.box-body .bttn-success.disbleBtn {
    opacity: 0.75;
}

.box-body .bttn-success {
    color: #fff;
    background-color: #1bbc9b;
    border-color: #169077;
}

    .box-body .bttn-success:hover {
        color: #fff;
        background-color: #179178;
    }

.box-body .bttn-group-xs > .bttn, .box-body .bttn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.box-body .bttn {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    margin-right: 10px;
}



.onpay-query-builder .bttn-danger {
    color: #fff;
    background-color: #ff5f5f;
    border-color: #c83c3b;
}

    .onpay-query-builder .bttn-danger:hover {
        color: #fff;
        background-color: #c83c3b;
    }

.onpay-query-builder button .icon {
    /*	float:left;*/
    margin: 2px 5px 0 0;
    /*	width:18px;
	height:18px*/
}

    .onpay-query-builder button .icon img {
        max-width: 100%;
        max-height: 100%;
    }

.onpay-query-builder .group-conditions .bttn:first-child {
    margin-right: 0;
}

.onpay-query-builder .padding {
    padding: 5px;
    display: block;
}

.onpay-query-builder .query-table td, .query-table th {
    padding: 2px 5px;
}

.query-table th {
    text-align: left;
    cursor: auto;
    color: #555;
}

.modal-header .close {
    font-size: 28px;
}

/*written end*/


.wrap_adviser_form1 {
    width: 100%;
    height: auto;
    background: #f1f1f1;
    clear: both;
    overflow: hidden;
    padding-top: 20px;
}

/*Added by Vikas for Popup*/
.data-popup-uploadfile .modal-content, .data-popup_div .modal-content {
    border-radius: 0 !important;
    border: 4px solid #1bbc9b;
    box-shadow: none;
}

.data-popup-uploadfile .modal-dialog, .data-popup_div .modal-dialog {
    background-color: #fff;
    padding: 12px;
}

.data-popup-uploadfile .form-group + .form-group label, .data-popup-uploadfile .form-group + .form-group span {
    width: 50%;
    font-size: 15px;
}

.data-popup-uploadfile .form-group + .form-group span {
    text-align: right;
    color: #575757;
    display: inline-block;
    font-weight: normal;
}

.data-popup-uploadfile .datatitle {
    text-align: center;
    width: 100%;
    color: #1bbc9b;
    font-size: 20px;
    font-weight: 600;
}

.data-popup-uploadfile .datatitlesemi {
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.data-popup-uploadfile .form-group {
    padding: 0 30px 0 30px !important;
}

.data-popup-uploadfile {
    margin-bottom: -20px;
}

    .data-popup-uploadfile .form-group.recordinfo {
        border-top: 1px solid #ccc;
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px 45px 0 45px !important;
    }

        .data-popup-uploadfile .form-group.recordinfo label, .data-popup-uploadfile .form-group.recordinfo span {
            font-weight: 600;
        }

.modal-title {
    text-align: center;
}

.data-popup-uploadfile .form-group.greenbold label, .data-popup .form-group.greenbold span {
    color: #1bbc9b;
    font-weight: 600;
}



ul.add-segment-table-value li {
    border-bottom: solid 1px #dddddd;
    padding: 3px 8px 4px;
}

.imgAccessType {
    height: 19px;
    width: 19px;
}

@media (min-width: 992px) {
    .add-segment-right {
        padding-left: 0;
    }
}

.add-segment-right {
    margin-top: 10px;
}

.add-segment-btngroup {
    width: 100%;
}

    .add-segment-btngroup .btn.btn-primary {
        /* width: 19% !important; */
        padding: 2px 18px !important;
        min-width: 100px;
        margin-top: 5px;
        margin-right: 6px;
        float: right;
    }
/*.add-segment-btngroup .btn.btn-primary:first-child {       
        margin-right:0;        
    }*/
/*Define Sorting POPUP*/
@media (min-width: 768px) {
    .DefineSorting .modal-dialog {
        width: 500px;
    }

    .DefineSorting .form-inline .form-group label {
        min-width: 90px;
    }

    .DefineSorting .form-inline + .form-inline {
        margin-top: 10px;
    }
}

.OnPay-New-design .modal-footer {
    border: none;
}

.OnPay-New-design table.dataTable thead th {
    padding: 8px 12px 8px 6px !important;
    /* cursor: pointer; */
}

.sidebar .label.nav-notifi {
    padding: 2px 7px;
    margin-top: 2px;
    background: #f05924;
    color: #fff;
    font-size: 11px;
    border-radius: 9.5px;
    -moz-border-radius: 9.5px;
    -webkit-border-radius: 9.5px;
}

.center_wrap {
    width: 660px;
    padding: 0;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .center_wrap .form-box {
        padding: 0;
        width: 100%;
        vertical-align: middle;
        display: table-cell;
        color: #555555;
    }

@media (min-width: 992px) {
    .center_wrap {
        left: 220px !important;
    }
}

.access-header {
    font-weight: bold;
    color: #ff5151;
    padding-bottom: 20px;
    font-size: 40px;
}

.access-text {
    font-size: 20px;
    margin-bottom: 12px;
    color: #555555;
}

.click-here-access {
    color: #1bbc9b;
    text-decoration: underline;
}

.multiselect.dropdown-toggle {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.btn .caret {
    position: absolute;
    top: 15px;
    right: 10px;
}

/*Nipun*/
html, body {
    overflow: hidden !important
}

.right-side {
    min-height: inherit !important
}

.rightWrap {
    height: calc(100vh - 50px);
    overflow-y: auto;
}
/*Jatinder Css*/
/*--------scrollbar------*/
.pl-scroll::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

.pl-scroll::-webkit-scrollbar-track {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.pl-scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 15px;
}

    .pl-scroll::-webkit-scrollbar-thumb:hover {
        background-color: #bbb;
    }

.ovrflow-scroll {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: solid 1px #dce0e2;
}

.ovrflow-scroll-basic {
    overflow-y: auto;
    overflow-x: hidden;
}
/*---end---*/

/*----CheckBox----*/
[type="checkbox"].pl-checkbox:not(:checked), [type="checkbox"].pl-checkbox:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"].pl-checkbox:not(:checked) + label, [type="checkbox"].pl-checkbox:checked + label {
        position: relative;
        cursor: pointer;
        padding-left: 14px;
    }

        [type="checkbox"].pl-checkbox:not(:checked) + label:before, [type="checkbox"].pl-checkbox:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 12px;
            height: 12px;
            border: 1px solid #7a7979;
            background: #fff;
        }

        [type="checkbox"].pl-checkbox:checked + label:before {
            border: 1px solid #41a3ea !important;
        }

.check_text {
    position: relative;
    padding-left: 8px;
    color: #666;
    font-weight: normal;
}

[type="checkbox"].pl-checkbox:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"].pl-checkbox:not(:checked) + label:after, [type="checkbox"].pl-checkbox:checked + label:after {
    content: '✔';
    position: absolute;
    top: 1px;
    left: 3px;
    font-size: 10px;
    color: #41a3ea;
    line-height: 16px;
    transition: all .2s;
}
/*----end----*/
.plFloatL {
    float: left;
}

.cGreen {
    color: #1bbc9b;
}

.cPink {
    color: #ea4141
}

.font13 {
    font-size: 13px !important;
}

.fontB {
    font-weight: 600 !important;
}

.pl-no-padding {
    padding: 0px !important;
}

.pl-no-paddingL {
    padding-left: 0px !important;
}

.pl-no-paddingR {
    padding-right: 0px !important;
}

.pl-no-paddingLR {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pl-paddingL {
    padding-left: 10px !important;
}

.pl-paddingR {
    padding-right: 10px !important;
}

.pl-paddingB {
    padding-bottom: 10px !important;
}

.pl-paddingT {
    padding-top: 10px !important;
}

.pl-paddingTB {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pl-no-margin {
    margin: 0px !important;
}

.pl-no-marginL {
    margin-left: 0px !important;
}

.pl-no-marginR {
    margin-right: 0px !important;
}

.pl-no-marginLR {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.pl-paddingLR {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pl-paddingL {
    padding-left: 10px !important;
}

.pl-paddingR {
    padding-right: 10px !important;
}

.pl-marginLR {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.pl-marginL {
    margin-left: 10px !important;
}

.pl-marginR {
    margin-right: 10px !important;
}

.pl-marginB {
    margin-bottom: 10px !important;
}

.pl-marginT {
    margin-top: 10px !important;
}

.pl-marginTB {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.pageHeadingWrap {
    padding: 10px 0px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: table;
    width: 100%;
}

    .pageHeadingWrap h2 {
        margin: 0px;
        font-size: 20px;
        padding: 0px 0px;
        margin-top: 5px;
    }

.seachWithIcon {
    float: right;
    width: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

    .seachWithIcon .form-control {
        border-radius: 2px !important;
        height: 27px;
        padding-left: 28px;
        padding-right: 20px;
    }

        .seachWithIcon .form-control::-webkit-input-placeholder {
            color: #cfcfcf;
            font-size: 12px;
        }

    .seachWithIcon .searchIcon {
        position: absolute;
        left: 8px;
        top: 6px;
        color: #cfcfcf;
    }

/*Advnaced Search*/
.advancedWrap {
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    border-top: snow;
    text-align: left;
    padding: 5px;
    display: none;
}

    .advancedWrap h2 {
        font-size: 14px;
        font-weight: 600;
        color: #cfcfcf;
        margin-top: 0px;
    }

    .advancedWrap label {
        font-weight: 600;
        font-size: 12px;
        color: #444;
        margin-bottom: 0px;
    }

    .advancedWrap .form-control.baseBorder {
        border-left: none;
        border-top: none;
        border-right: none;
        padding-left: 4px;
        cursor: pointer;
        font-size: 13px;
        line-height: 29px;
        height: auto;
    }

    .advancedWrap .searchSubmit {
        background: #1bbc9b;
        border: none;
        color: #fff;
        font-size: 12px;
        padding: 2px 16px;
    }

        .advancedWrap .searchSubmit:hover {
            background-color: #16967c !important;
        }

.advancedSearch .toggleSearch {
    position: absolute;
    right: 1px;
    z-index: 99;
    top: 5px;
    cursor: pointer;
    width: 20px;
    text-align: center;
}
/*Ends*/
.panel-group .form-control::-webkit-input-placeholder {
    color: #cfcfcf;
    font-size: 12px;
}

.backBtnWrap {
    float: right;
}

    .backBtnWrap .btn {
        transition: all 0.5s;
    }

        .backBtnWrap .btn:hover {
            background-color: #16967c !important;
        }

.content.contentCustom {
    padding: 10px 15px
}

.payoutWrap .panel-group {
    margin-bottom: 0px;
}

    .payoutWrap .panel-group .panel {
        padding: 10px 0;
        border: none;
        border-radius: 2px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    }

.rulesList .panel {
    transition: all 0.5s;
    cursor: pointer;
}

    .rulesList .panel:hover {
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    }

.rulesList .faIconWrap .fa {
    opacity: 0;
}

.rulesList .panel:hover .faIconWrap .fa {
    opacity: 1;
}

.payoutWrap .panelHeadingWrap {
    overflow: hidden;
}

.payoutWrap h3 {
    font-size: 19px;
}

.payoutWrap .panel-body {
    padding: 5px 40px 0px 15px;
    color: #727272;
    line-height: 16px;
}

    .payoutWrap .panel-body.panelFormBody {
        padding: 5px 0px 0px 15px;
    }

        .payoutWrap .panel-body.panelFormBody label {
            font-weight: 600;
            font-size: 12px;
            color: #444;
        }

.faIconWrap .fa {
    font-size: 20px;
    color: #9e9e9e;
    cursor: pointer;
}

.toggleArrow {
    transition: all 1s;
}

.fa.toggleArrow {
    -webkit-text-stroke: 0.5px #ffffff;
}

.fa.fa-pencil {
    -webkit-text-stroke: 0.05px #ffffff;
}

.faIconWrap .fa.fa-trash-o:hover {
    color: #fd4b7d;
}

.faIconWrap .fa.fa-chevron-up:hover,
.faIconWrap .fa.fa-chevron-down:hover,
.faIconWrap .fa.fa-pencil:hover {
    color: #727272;
}

.faIconWrap .fa.fa-floppy-o:hover {
    color: #1bbc9b;
}

.text-truncate {
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
}

.splitFilelds {
    width: 100%;
}

    .splitFilelds select {
        cursor: pointer;
    }

.splitBoxWrap {
    width: 100%;
    float: left;
}

.splitBox {
    border: 1px solid #ccc;
    padding: 16px 10px 12px;
    overflow: hidden;
}

    .splitBox .splitHeading {
        font-weight: 600;
        font-size: 13px;
        position: absolute;
        top: -8px;
        background: #fff;
        padding: 0px 4px;
        color: #444;
    }

.payoutWrap select {
    cursor: pointer;
}

.addMoreWrap {
    padding-right: 4%;
    background: #fff;
}

    .addMoreWrap button {
        background: #fff;
        border: none;
        border: 1px solid #1bbc9b;
        font-size: 12px;
        border-radius: 4px;
        padding: 0px 6px 0px 0px;
        transition: all 0.5s;
    }

        .addMoreWrap button:hover {
            background: #1bbc9b;
            color: #fff;
            overflow: hidden;
        }

        .addMoreWrap button span {
            display: inline-block;
            background: #1bbc9b;
            color: #fff;
            font-size: 14px;
            text-align: center;
            padding: 2px 5px;
            margin-right: 4px;
        }

.ruleDesc {
    margin-top: 10px;
}

| .ruleDesc textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    max-height: 200px;
}

.scrollHeight {
    height: calc(100vh - 198px);
}

#collapse1 select[multiple], #collapse1 select[size] {
    height: 34px;
}
/*Ends*/


/*multiselect*/
.msdd-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
}

.msdd-choice {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: none;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    background-color: #fff;
}

    .msdd-choice.disabled {
        background-color: #f4f4f4;
        background-image: none;
        border: 1px solid #ddd;
        cursor: default;
    }

    .msdd-choice > span {
        position: absolute;
        top: 0;
        left: 0;
        right: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        padding-left: 5px;
        line-height: 29px;
        height: 28px;
    }

        .msdd-choice > span.placeholder {
            color: #dadada;
        }

    .msdd-choice > div {
        position: absolute;
        top: 0;
        right: 0;
        width: 6px;
        height: 8px;
        padding: 12px 6px 6px;
        right: 6px;
    }

        .msdd-choice > div:after {
            content: '';
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 6px solid #222;
        }

.msdd-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: 0px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #4895DE;
    left: -1px;
}

    .msdd-drop.bottom {
        top: 100%;
    }

    .msdd-drop.top {
        bottom: 100%;
    }

.msdd-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

    .msdd-search input {
        width: 100%;
        height: auto !important;
        height: 24px;
        padding: 3px 5px;
        margin: 0;
        outline: 0;
        background: #fff;
    }

    .msdd-search, .msdd-search input {
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

.msdd-drop ul {
    overflow: auto;
    margin: 0;
    padding: 0;
}

    .msdd-drop ul > li {
        list-style: none;
        display: list-item;
        background-image: none;
        position: static;
        padding: 3px 2px 2px;
        border-bottom: 1px solid #fff;
    }

        .msdd-drop ul > li.selected {
            background-color: #b9e2fe;
        }

        .msdd-drop ul > li .disabled {
            opacity: .35;
            filter: Alpha(Opacity=35);
        }

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.msdd-drop ul > li.group {
    clear: both;
}

.msdd-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msdd-drop ul > li label {
    font-weight: normal;
    display: block;
    padding-left: 23px;
    text-indent: -23px;
}

    .msdd-drop ul > li label.optgroup {
        font-weight: bold;
    }

.msdd-drop input[type="checkbox"] {
    vertical-align: middle;
}

.msdd-drop .msdd-no-results {
    display: none;
}

.msdd-drop ul::-webkit-scrollbar, .ms-drop ul::-webkit-scrollbar {
    width: 8px;
}

.msdd-drop ul::-webkit-scrollbar-track, .ms-drop ul::-webkit-scrollbar-track {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.msdd-drop ul::-webkit-scrollbar-thumb, .ms-drop ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    .msdd-drop ul::-webkit-scrollbar-thumb:hover, .ms-drop ul::-webkit-scrollbar-thumb:hover {
        background-color: #bbb;
    }

.ms-drop ul > li label {
    white-space: normal !important;
}
/*ENDS*/

/*Custom Alert*/
.right-side {
    position: relative
}

.alertCustom {
    position: absolute;
    width: 100%;
    top: 44px;
    padding: 10px 10px !important;
    margin: 0px !important;
    background-color: transparent;
    border: 0;
    font-weight: bold;
}
/*ENDS*/

/*tabs head*/
.right-side > .content-header {
    position: relative;
    padding: 8px 5px 8px 5px !important;
}
/*Ends*/

/* Sliding Panel */
.slidingBox {
    position: fixed;
    z-index: 99;
    height: 60px;
    width: 200px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    right: 0px;
    background-color: #333333;
    transition: all 0.25s;
    bottom: 25px;
}

    .slidingBox.slidingBoxOpen {
        right: 0px;
    }

    .slidingBox.slidingBoxClose {
        right: -178px;
    }

    .slidingBox.twice {
        width: 250px;
    }

        .slidingBox.twice.slidingBoxClose {
            right: -228px;
        }

    .slidingBox + .slidingBox {
        bottom: 100px
    }


.slidingIcon {
    padding: 0px 8px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #5b5b5b;
    cursor: pointer;
    text-align: center;
    float: left;
    width: 22px;
}

    .slidingIcon .fa {
        line-height: 60px;
        font-size: 20px;
        color: #000;
    }

.slidingContent {
    height: 60px;
}

.slidingContentBox {
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
    margin: 0 auto;
}

.slideInfo:hover h4, .slideInfo:hover h3 {
    color: #f6a623
}

.slideInfo {
    padding: 5px 10px
}

    .slideInfo + .slideInfo {
        border-left: 1px solid #555
    }

    .slideInfo h4 {
        color: #ddd;
        font-weight: normal;
        font-size: 10px;
        text-transform: uppercase;
        line-height: 10px;
    }

    .slideInfo h3 {
        color: #fff;
        font-weight: 500;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 14px;
    }

.slideIcon {
    margin-right: 5px;
    width: 30px;
    height: 30px
}

    .slideIcon img {
        max-width: 100%;
        max-height: 100%
    }

/* Ends */
.vCenter {
    display: flex;
    align-items: center;
}
/*Grid Styles*/
.gridHeader {
    color: #333333;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

    .gridHeader > div {
        padding: 0px 4px;
    }

.gridBody .gridRow > div {
    padding: 0px 4px;
}

.gridBody .gridRow {
    color: #253238;
    font-size: 13px;
    margin-bottom: 6px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 4px;
    position: relative;
    transition: all 0.15s ease 0s;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    border: 1px solid transparent;
}

    .gridBody .gridRow:hover {
        box-shadow: 0 0 12px rgba(0,0,0,0.3);
    }

    .gridBody .gridRow .borderR {
        border-right: 1px solid #dfeef2;
    }

.gridBasic .gridRow:hover {
    /*background: #effcf9 !important;
    border: 1px solid #1bbc9b !important;*/
}

.gridRow.gridActive {
    border: 1px solid #1bbc9b;
}

.gridRow.girdSelected {
    background: #effcf9 !important;
}

.gridBasic .gridRow > div {
    display: flex;
    align-items: center;
    line-height: normal;
    height: 52px;
    padding: 4px;
    font-size: 12px;
}

    .gridBasic .gridRow > div:first-child {
        justify-content: left;
    }

    .gridBasic .gridRow > div a {
        color: #41a3ea;
        text-decoration: underline;
    }

    .gridBasic .gridRow > div .fa-ellipsis-v {
        position: absolute;
        right: 8px;
        top: 18px;
        padding-left: 10px;
        font-size: 18px;
        color: #485a65;
        transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        cursor: pointer;
    }

    .gridBasic .gridRow > div .rightNav {
        position: absolute;
        padding: 5px 15px;
        /*opacity: 0;*/
        filter: alpha(opacity=0);
        z-index: 999;
        right: 18px;
        /*top: 2px;*/
        width: 212px;
        font-size: 12px;
        color: #ddd;
        background-color: #0f1917;
        transition: all 0.3s ease 0s;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
        border-radius: 4px;
        display: none;
    }

        .gridBasic .gridRow > div .rightNav:before {
            content: "";
            border-top: 5px solid transparent;
            border-left: 5px solid rgb(15, 25, 23);
            border-bottom: 5px solid transparent;
            position: absolute;
            right: -4px;
        }

        .gridBasic .gridRow > div .rightNav.arrowTop:before {
            top: 22px;
            bottom: auto;
        }

        .gridBasic .gridRow > div .rightNav.arrowBottom:before {
            top: auto;
            bottom: 18px;
        }

        .gridBasic .gridRow > div .rightNav ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
        }

            .gridBasic .gridRow > div .rightNav ul li {
                line-height: 13px;
                text-align: left;
                padding: 5px 0px;
                border-bottom: 1px solid #666;
                cursor: pointer;
                background-color: #0f1917;
            }

                .gridBasic .gridRow > div .rightNav ul li:last-child {
                    border-bottom: none;
                }

                .gridBasic .gridRow > div .rightNav ul li:hover {
                    color: #fff;
                }

    .gridBasic .gridRow > div .fa-ellipsis-v:hover {
        color: #1bbc9b;
    }

    .gridBasic .gridRow > div .rightNav:hover {
        display: block;
    }

.gridToggle.gridCheck .gridHeader {
    padding-left: 80px !important;
}

.gridToggle .gridHeader {
    padding-left: 40px !important;
}

.gridToggle .gridParent > .gridRow {
    padding-left: 40px !important;
}

    .gridToggle .gridParent > .gridRow .gridCell:first-child {
        float: left;
        left: 0;
        position: absolute;
        top: 0;
        padding-left: 12px;
    }

.gridToggle.gridCheck .gridParent > .gridRow {
    padding-left: 80px !important;
}

    .gridToggle.gridCheck .gridParent > .gridRow .gridCell:first-child {
        width: 82px;
        float: left;
        left: 0;
        position: absolute;
        top: 0;
        padding-left: 28px;
    }

.gridToggle.gridCheck .gridSubWrap > .gridRow {
    padding-left: 20px !important;
}

.gridToggle.gridCheck.gridSubCheck .gridSubWrap > .gridRow {
    padding-left: 40px !important;
}

    .gridToggle.gridCheck.gridSubCheck .gridSubWrap > .gridRow .gridCell:first-child {
        padding-left: 15px !important;
        width: 42px;
        float: left;
        left: 0;
        position: absolute;
        top: 0;
    }

.gridToggle.gridCheck.gridSubCheck .gridSubWrap .groupedGrid > .gridRow {
    padding-left: 40px !important;
}

    .gridToggle.gridCheck.gridSubCheck .gridSubWrap .groupedGrid > .gridRow .gridCell:first-child {
        padding-left: 15px !important;
        width: 42px;
        float: left;
        left: 0;
        position: absolute;
        top: 0;
    }


/*Grid Styles End*/

/*SubGrid*/
.gridSubWrap {
    padding-left: 40px !important;
    display: none;
}

.gridBody .gridSubWrap .gridRow {
    background: #f5f5f5;
    border: 1px solid #cbcbcb;
    box-shadow: none;
}

    .gridBody .gridSubWrap .gridRow.gridSubHeader {
        background: #effcf9 !important;
    }

    .gridBody .gridSubWrap .gridRow.gridpLeft {
        padding-left: 40px !important;
    }

.gridSubWrap .col-smCustomCheck {
    padding-left: 15px !important;
    width: 42px;
}

.gridBody .gridSubWrap:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #1cbb9b;
    position: absolute;
    left: 0px;
}

.gridBody .gridSubWrap:after {
    content: "";
    width: 1px;
    height: 97%;
    border-radius: 50%;
    background-color: #1cbb9b;
    position: absolute;
    left: 7px;
}

.gridBody .gridSubWrap .groupedGrid:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e27d39;
    position: absolute;
    left: -20px;
    top: 12px;
}

.gridBody .gridSubWrap .groupedGrid:after {
    content: "";
    width: 1px;
    height: 75%;
    border-radius: 50%;
    background-color: #e27d39;
    position: absolute;
    left: -14px;
    top: 12px;
}

.gridToggleIcon {
    margin-right: 10px;
}

    .gridToggleIcon .fa {
        cursor: pointer;
        color: #1bbc9b;
        font-size: 18px;
        -webkit-text-stroke: 1px #ffffff;
    }

.gridRow .providerLogo {
    width: 60px;
    border: 1px solid #e8e8e8;
    text-align: center;
    background: #fff;
    margin-right: 2px;
    height: 35px;
    line-height: 28px;
}

    .gridRow .providerLogo img {
        max-width: 80% !important;
        max-height: 100%;
    }
/*End*/

/*Product page Styles*/
.gridRow.productDridRow {
    border: 1px solid transparent;
}

    .gridRow.productDridRow > div {
        display: flex;
        align-items: center;
        line-height: normal;
        height: 52px;
        padding: 5px 4px;
        font-size: 12px;
        justify-content: center;
    }

        .gridRow.productDridRow > div:first-child {
            justify-content: left;
        }

        .gridRow.productDridRow > div a {
            color: #41a3ea;
            text-decoration: underline;
        }

    .gridRow.productDridRow:hover {
        background: #effcf9;
        border: 1px solid #1bbc9b;
    }

#pgridScrollHeight {
    height: calc(100vh - 145px);
}

.gridRow.productDridRow > div .fa-ellipsis-v {
    position: absolute;
    right: 8px;
    top: 18px;
    padding-left: 10px;
    font-size: 18px;
    color: #485a65;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.gridRow.productDridRow > div .rightNav {
    position: absolute;
    padding: 5px 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    right: -185px;
    top: 2px;
    width: 212px;
    font-size: 12px;
    color: #ddd;
    background-color: #0f1917;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border-radius: 4px;
}

    .gridRow.productDridRow > div .rightNav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        .gridRow.productDridRow > div .rightNav ul li {
            line-height: 13px;
            text-align: left;
            padding: 5px 0px;
            border-bottom: 1px solid #666;
        }

            .gridRow.productDridRow > div .rightNav ul li:last-child {
                border-bottom: none;
            }

            .gridRow.productDridRow > div .rightNav ul li:hover {
                color: #fff;
            }

    .gridRow.productDridRow > div .fa-ellipsis-v:hover + .rightNav, .gridRow.productDridRow > div .rightNav:hover {
        opacity: 1;
        right: 16px;
    }

.gridRow .plogo {
    width: 60px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    float: left;
    position: relative;
}

.gridRow .pName {
    float: left;
    margin-left: 4px;
}

.checkRow {
    width: 100%;
    display: inline-table;
    height: 40px;
    float: left;
    align-items: center;
    text-align: center;
    font-size: 36px;
    position: absolute;
    background-color: #ebeef2;
    color: #727c8a;
    opacity: 0.9;
    transition: all 0.5s;
}

.gridRow .checkRow {
    opacity: 0;
}

.gridRow:hover .checkRow {
    opacity: 0.9;
}

.gridRow .checkRow.rowChecked {
    background-color: #eaf3f7;
    color: #1bbc9b;
    opacity: 1;
}

.gridRow .plogo .checkRow .fa {
    -webkit-text-stroke: 5px #ebeef2;
}

.productDridRow.selectedRow {
    background: #effcf9;
    border: 1px solid #1bbc9b;
}

.pageSubHeading {
    background: #daefe8;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 4px;
}

    .pageSubHeading h3 {
        padding: 0px;
        margin: 0px;
        font-size: 15px;
        /* border-radius: 4px; */
        font-weight: 600;
    }

#accountingScrollHeight {
    height: calc(100vh - 118px);
}

.accountingWrap .infoSection label {
    font-weight: 600;
    font-size: 12px;
    color: #444;
}

.accountingWrap .publicInfoWrap {
    margin-bottom: 15px;
}

.accountingWrap .form-control::-webkit-input-placeholder {
    color: #cfcfcf;
    font-size: 12px;
}

.accountingWrap .infoSection {
    overflow: hidden;
    padding: 0px 8px;
}

    .accountingWrap .infoSection.infoSectionTop {
        background: #fff;
        padding: 8px;
        margin-bottom: 10px;
    }

    .accountingWrap .infoSection.infoSectionBottom {
        background: #fff;
        padding: 8px;
    }

    .accountingWrap .infoSection .infoHead {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .accountingWrap .infoSection .infoBody {
        font-size: 12px;
    }

        .accountingWrap .infoSection .infoBody .infoRow {
            margin-bottom: 8px;
        }

            .accountingWrap .infoSection .infoBody .infoRow a {
                color: #41a3ea;
                text-decoration: underline;
            }

                .accountingWrap .infoSection .infoBody .infoRow a:hover {
                    color: #166ead;
                }

        .accountingWrap .infoSection .infoBody .infoRow {
            margin-bottom: 8px;
        }

            .accountingWrap .infoSection .infoBody .infoRow.infoRowEdit {
                margin-bottom: 10px;
                border: 1px solid #daefe8;
                padding: 5px !important;
            }

            .accountingWrap .infoSection .infoBody .infoRow .rowCTAbtns {
                margin-top: 5px;
            }

.accountingWrap .infoRow .rowCTAbtns .btn-primary {
    font-weight: normal;
    font-size: 12px !important;
    border-radius: 4px !important;
    border: 1px solid #1bbc9b;
    border-color: #1bbc9b !important;
}

.accountingWrap .infoRow .rowCTAbtns .btn:hover {
    background-color: #16967c !important;
}

.accountingWrap .rowCTAbtns .btn-primary {
    font-weight: normal;
    font-size: 12px !important;
    border-radius: 4px !important;
    border: 1px solid #1bbc9b;
    border-color: #1bbc9b !important;
}

.accountingWrap .rowCTAbtns .btn:hover {
    background-color: #16967c !important;
}

.accountingWrap .rowCTAbtns .addMoreBtn {
    background: #fff;
    border: none;
    border: 1px solid #1bbc9b;
    font-size: 12px;
    border-radius: 4px;
    padding: 4px 6px 4px 0px;
    transition: all 0.5s;
    cursor: pointer;
}

.accountingWrap .rowCTAbtns .addMoreIcon {
    display: inline-block;
    background: #1bbc9b;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 2px 5px;
    margin-right: 4px;
}

.accountingWrap .rowCTAbtns .addMoreBtn:hover {
    background: #1bbc9b;
    color: #fff;
    overflow: hidden;
}

.col-custom {
    float: left;
}

.col-name {
    width: 22%;
}

.col-isin {
    width: 14%;
}

.col-web {
    width: 16%;
}

.col-phone {
    width: 11%;
}

.col-email {
    width: 16%;
}

.col-fax {
    width: 11%;
}

.col-abn {
    width: 10%;
}

.actionfaWrap .fa-sign-in {
    ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #41a3ea;
    font-size: 14px;
    margin-right: 4px;
}

    .actionfaWrap .fa-sign-in:hover {
        color: #166ead;
    }

.actionfaWrap .logmein a {
    font-size: 14px;
    text-decoration: none !important;
}

    .actionfaWrap .logmein a:hover {
        color: #166ead !important;
    }

.actionfaWrap .faBordered {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 5px;
    display: inline-block;
    text-align: center
}

    .actionfaWrap .faBordered .fa {
        color: #cfcfcf;
    }

.iconEdit .faBordered:hover {
    border: 1px solid #41a3ea;
}

    .iconEdit .faBordered:hover .fa {
        color: #41a3ea;
    }

.faBordered.cancelChanges:hover {
    border: 1px solid #e74c3c;
}

    .faBordered.cancelChanges:hover .fa {
        color: #e74c3c;
    }

.faBordered.saveChanges:hover {
    border: 1px solid #1bbc9b;
}

    .faBordered.saveChanges:hover .fa {
        color: #1bbc9b;
    }

.editActions {
    display: none;
}

.infoRow.controlsNoBorder .form-control {
    font-size: 13px;
    border: none;
    padding-left: 0px;
}

.infoRow.controlswithBorder .form-control {
    font-size: 13px;
    padding-left: 12px;
}

.iconEdit {
    display: inline-block;
}

.slidingIcon .fa.toggleArrow {
    -webkit-text-stroke: 0px #ffffff !important;
}

.slidingBox.slidingBoxHide {
    right: -200px;
}
/*Ends*/
.btn.btnBordered {
    background: #fff !important;
    color: #1bbc9b !important;
}

    .btn.btnBordered:hover {
        color: #fff !important;
    }

.btn.btnDisabled {
    opacity: 0.6;
    cursor: default;
}
/*Dialog Box Css Starts*/
.textL {
    text-align: left;
}

.textC {
    text-align: center;
}

.mergeDialogs .close {
    background: #ea4a3c !important;
    color: #fff !important;
    opacity: 1 !important;
    font-size: 22px;
    font-weight: normal;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-top: 1px;
    outline: none;
}

    .mergeDialogs .close:hover {
        background: #d24235 !important;
    }

.impStar {
    color: red;
}

.mergeDialogs .searchBox {
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    max-height: 150px;
    display: none;
}

    .mergeDialogs .searchBox ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px 0px;
    }

    .mergeDialogs .searchBox li {
        padding: 5px 15px;
    }

        .mergeDialogs .searchBox li + li {
            border-top: 1px solid #eee;
        }

        .mergeDialogs .searchBox li:hover {
            cursor: pointer;
            background: rgba(27, 188, 155, 0.58);
            color: #fff;
        }

.mergeDialogs .dltClntBtn {
    color: #19a689 !important;
    background: #fff !important;
}

.mergeDialogs .modal-title {
    color: #1bbc9b;
}

#mergeClientDialog .modal-dialog,
#parentClientDialog .modal-dialog,
#referrerDialog .modal-dialog,
#existingParentDialog .modal-dialog,
#newParentDialog .modal-dialog,
#overrideRuleDialog .modal-dialog,
#groupDialog .modal-dialog {
    width: 30%;
}

#deleteClientDialog .modal-dialog,
#updateAlertDialog .modal-dialog {
    width: 20%;
}

.mergeDialogs .modal-header {
    padding: 6px !important;
}

.positionR {
    position: relative;
}

.mergeDialogs .modal .btn {
    font-weight: normal;
}

.mergeDialogs .modal-footer {
    border-top: none;
}

.fontL {
    font-size: 12px;
}

.pl-no-paddingT {
    padding-top: 0px !important;
}

.pl-no-paddingB {
    padding-bottom: 0px !important;
}

.mergeDialogs .modal-content .btn:hover {
    background-color: #16967c !important;
}
/*Dialog Box Css Ends*/

/*manage client Css Begins*/
#mgridScrollHeight {
    height: calc(100vh - 145px);
}

.gridBasic .gridRow .actionsWrap {
    padding-left: 30px;
}

.manageWrap .overview {
    margin-top: 5px;
}

    .manageWrap .overview > div {
        float: left;
    }

        .manageWrap .overview > div:first-child {
            margin-right: 10px;
        }

.manageWrap .gridBasic .gridRow > div .rightNav {
    width: 155px;
    padding: 5px 10px;
}

.rBar {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    border-top: 25px solid #3982cd;
    border-right: 25px solid transparent;
    top: 0px;
    display: inline-block;
    cursor: pointer;
}

.rLetter {
    position: absolute;
    top: 3px;
    color: #fff;
    font-size: 10px;
    left: 2px;
    cursor: pointer;
}

.rInner {
    display: none;
    position: absolute;
    background: #fff;
    width: 465px;
    z-index: 1;
    top: 17px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.25);
    border-radius: 4px;
    left: 6px;
}

    .rInner:after {
        position: absolute;
        content: "";
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff;
        top: -4px;
        left: 7px;
    }

.rName {
    font-weight: 600;
    padding: 5px 10px 5px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}

.rList {
    padding: 8px 10px;
    cursor: pointer;
}

    .rList:nth-child(even) {
        background: #fafafa;
    }

    .rList:hover {
        background: #fafafa;
    }

.rTitle {
    font-weight: 600;
    margin-bottom: 2px;
}

.rDesc {
    font-size: 11px;
    color: #727272;
}

.transWrap {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 430px;
    /*top: 10px;*/
    left: 120px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

    .transWrap:before {
        content: "";
        border-top: 5px solid transparent;
        border-right: 5px solid #fff;
        border-bottom: 5px solid transparent;
        position: absolute;
        left: -5px;
    }

    .transWrap.arrowTop:before {
        top: 10px;
        bottom: auto;
    }

    .transWrap.arrowBottom:before {
        bottom: 10px;
        top: auto;
    }

    .transWrap .tName {
        width: 100%;
        float: left;
        font-weight: 600;
        padding: 5px 10px 5px;
        border-bottom: 1px solid #ccc;
        font-size: 12px;
    }

    .transWrap .btn-primary {
        font-size: 12px !important;
        font-weight: normal;
        border-radius: 0px !important;
        border: 1px solid #1bbc9b;
        border-color: #1bbc9b !important;
        /* font-weight: 600; */
        padding: 0px !important;
        min-width: 135px;
    }

        .transWrap .btn-primary:hover {
            background: #1bbc9b !important
        }

    .transWrap .tList .btn-primary {
        border: 1px solid #cfcfcf;
        border-color: #cfcfcf !important;
        font-weight: normal !important;
        padding: 0px !important;
        background: #cfcfcf !important;
        color: #253238 !important;
    }

        .transWrap .tList .btn-primary:hover {
            background: #c1c1c1 !important;
        }

    .transWrap .tBody {
        float: left;
        width: 100%;
        max-height: 150px;
    }

    .transWrap .tList {
        padding: 8px 10px;
        cursor: pointer;
        float: left;
        width: 100%;
    }

        .transWrap .tList:nth-child(even) {
            background: #f8f8f8;
        }

        .transWrap .tList:hover {
            background: #f1f0f0;
        }

    .transWrap .col-sm-7 {
        margin-top: 4px;
    }

.transactionGrid:hover {
    background: #dcf7f1;
    cursor: pointer;
}

    .transactionGrid:hover .transWrap {
        /*display: block;*/
    }

.isMerged {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #e17d3a;
    font-size: 9px;
    padding: 2px;
    color: #fff;
}

.mergeSlidingBox .slidingContent {
    float: left;
    width: calc(100% - 22px);
    font-size: 10px;
}

.mergeSlidingBox .slidingContentBox {
    padding: 0px;
}

.mergeSlidingBox .slideInfo {
    padding: 0px;
    color: #ddd;
    font-size: 11px;
    float: left;
    width: 100%;
    font-weight: 600;
}

    .mergeSlidingBox .slideInfo .slideInfoTop .gText:hover {
        color: #fff !important;
    }

    .mergeSlidingBox .slideInfo .slideInfoBottom .gText:hover {
        color: #fff !important;
    }

.mergeSlidingBox .slideInfoTop {
    width: 100%;
    padding: 6px 0px;
    border-bottom: 1px solid #555;
    float: left;
}

.mergeSlidingBox .slideInfoBottom {
    width: 100%;
    padding: 3px 0px;
    float: left;
}

    .mergeSlidingBox .slideInfoBottom > .sections {
        width: 50%;
        float: left;
        border-right: 1px solid #555;
        padding: 2px 2px;
    }

        .mergeSlidingBox .slideInfoBottom > .sections:last-child {
            border-right: none;
        }

.mergeSlidingBox .gIcons {
    float: left;
    width: 20px;
    height: 20px;
    margin: 0px 8px;
}

.marginTCustom {
    margin-top: 5px;
}

.mergeSlidingBox .gText {
    margin-top: 3px;
}

.subRowActions {
    font-size: 20px !important;
    color: #6b6666;
    justify-content: center;
}

.gridSubWrap .gridRow.subRowAC {
    cursor: pointer;
}

.subRowAC.noBorder .form-control {
    background: transparent;
    border: none;
}

.subRowAC.withBorder .form-control {
    background: #fff;
    border: 1px solid #ccc;
}

.subRowAC.noBorder .dateIcon:after {
    display: none;
}

.gridSubWrap .gridRow.subRowAC:hover {
    background: #effcf9 !important;
}

.subRowActions .subRowEdit,
.subRowActions .subRowCloseSave {
    cursor: pointer;
    display: none;
}

.gridSubWrap .gridRow.subRowAC:hover .subRowEdit {
    /*display: block;*/
}

.gridRow .dateIcon:after {
    content: '\f073';
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    bottom: 8px;
    color: #999;
    font-size: 16px;
    cursor: default;
}
/*Ends*/

/*Fofa Css */
.pageHeadingWrap .fa-angle-left {
    font-size: 24px;
    line-height: 18px;
    font-weight: 600;
    color: #1bbc9b;
}

    .pageHeadingWrap .fa-angle-left:hover {
        cursor: pointer;
        color: #666
    }

.fofaWrap .infoSection.grey {
    padding: 10px;
    background-color: #eee;
    float: left;
    width: 100%
}

.fofaWrap .infoSection.menu .form-group {
    margin-bottom: 0px !important;
}

.fofaWrap .infoSection.menu {
    position: relative;
    padding-right: 30px
}

.form-group.date:after {
    content: '\f073';
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    bottom: 5px;
    color: #999;
    font-size: 16px;
}

.infoSection label {
    font-weight: 600;
    font-size: 12px;
    color: #444;
}

.blockWhite {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.fofaWrap .servicesSec h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

    .fofaWrap .servicesSec h4 button {
        font-weight: 400;
    }

.pl-marginL {
    margin-left: 10px
}

.pl-marginT {
    margin-top: 10px
}

.plSet {
    float: left;
    width: 100%
}

/*card view grid*/

.gridCards {
    margin: 15px 0 0
}

    .gridCards .gridHead {
        padding: 8px;
        background-color: #DFEEF3;
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 5px;
        border-radius: 5px
    }

        .gridCards .gridHead .cell {
            padding: 0 5px;
        }

    .gridCards .gridRow {
        border-radius: 5px;
        border: 1px solid #eee;
    }

        .gridCards .gridRow + .gridRow {
            margin-top: 5px;
        }

        .gridCards .gridRow .cell {
            padding: 10px 5px
        }

            .gridCards .gridRow .cell + .cell {
                border-left: 1px solid #eee;
            }
    /**/

    .gridCards.service .gridHead {
        background-color: transparent;
        padding: 0;
        font-weight: 600;
    }

    .gridCards.service .cell, .gridCards.service .gridRow {
        border: none
    }

    .gridCards.service .gridRow {
        background-color: #eee;
        border: 1px solid #ddd;
        box-shadow: none
    }

        .gridCards.service .gridRow:hover, .acCodeDiv .gridBody .gridRow:hover, .acCodeDiv .gridBody .gridSubWrap .gridRow:hover {
            box-shadow: none
        }

.acCodeDiv .gridBody .gridRow:hover {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.acCodeDiv .gridBody .gridRow .gridCell {
    font-size: 13px
}

.acCodeDiv .gridBody {
    padding: 5px 2px 0
}

    .acCodeDiv .gridBody .gridRow .gridCell.textR {
        flex-direction: row-reverse
    }

    .acCodeDiv .gridBody .gridSubHeader .gridCell.textC {
        justify-content: center
    }

.gridCards.service .gridRow .icons {
    text-align: right;
    padding-right: 15px
}

    .gridCards.service .gridRow .icons i {
        color: #bbb;
        font-size: 18px;
        margin: 0 3px
    }

        .gridCards.service .gridRow .icons i:hover {
            cursor: pointer;
            color: #1bbc9b
        }

.gridCards.service .gridRow .form-control {
    padding: 2px 5px;
    height: 28px;
    font-size: 13px;
}

.gridCards .gridRow.edit {
    display: flex;
    align-items: center
}

    .gridCards .gridRow.edit .cell {
        padding: 5px
    }

.textGreen {
    color: #2AC732
}

.textOrange {
    color: #F35925
}

.menuBlock {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

    .menuBlock .fa-ellipsis-v {
        color: #999;
        font-size: 24px;
    }

        .menuBlock .fa-ellipsis-v:hover {
            cursor: pointer;
            color: #1bbc9b;
        }

            .menuBlock .fa-ellipsis-v:hover + .rightNav, .menuBlock .rightNav:hover {
                display: block
            }

    .menuBlock .rightNav {
        position: absolute;
        padding: 5px 15px;
        z-index: 1;
        right: 10px;
        top: -5px;
        display: none;
        width: 212px;
        font-size: 12px;
        color: #ddd;
        background-color: #0f1917;
        transition: all 0.3s ease 0s;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
        border-radius: 4px;
    }

        .menuBlock .rightNav:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid #222;
            position: absolute;
            right: -5px;
            top: 10px;
        }

        .menuBlock .rightNav ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
        }

            .menuBlock .rightNav ul li {
                line-height: 13px;
                text-align: left;
                padding: 5px 0px;
                border-bottom: 1px solid #666;
            }

                .menuBlock .rightNav ul li:last-child {
                    border-bottom: none;
                }

.rightNav ul li:hover {
    color: #fff;
    cursor: pointer
}

.infoSection.menu .menuBlock {
    bottom: 15px;
    right: 20px
}

    .infoSection.menu .menuBlock .rightNav {
        width: 100px
    }



.fofaWrap .girdBody .gridSubWrap .gridRow {
    box-shadow: none;
}

    .fofaWrap .girdBody .gridSubWrap .gridRow:hover {
        cursor: default;
        background: #f5f5f5 !important;
        border: 1px solid #cbcbcb !important;
    }

.fofaWrap .girdBody .gridParent > .gridRow:hover {
    cursor: default;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    background: #fff !important;
    border: 1px solid transparent !important;
}

.title-caps {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.acCodeDiv {
    float: left;
    width: 100%
}

.btn:focus, .btn:active, .btn:active:focus {
    outline: none
}



.fofaWrap .pageHeadingWrap {
    display: table;
    width: 100%;
    overflow: visible
}

.pageHeadingWrap h2 {
    float: left
}

.btn.inTitle i {
    color: #1bbc9b;
}

.btn.inTitle:hover, .btn.inTitle.active {
    border-color: #1bbc9b;
    outline: none;
}

.btn.inTitle {
    background-color: #fff;
    padding: 0 5px 0 3px;
    font-size: 12px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
    line-height: 16px;
    color: #444;
}

.filterWrap {
    float: left;
    margin: 4px 0 0 5px;
    position: relative;
}

    .filterWrap .filterContent {
        display: none;
        position: absolute;
        left: 0;
        top: 28px;
        z-index: 99;
        background-color: #fff;
        padding: 8px;
        box-shadow: 0 0 12px rgba(0,0,0,0.3);
        border-radius: 4px;
        width: 250px;
    }

        .filterWrap .filterContent .clear {
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 99;
            color: #1bbc9b;
            font-size: 12px;
            text-decoration: underline;
        }

            .filterWrap .filterContent .clear:hover {
                color: #444;
                text-decoration: none
            }

    .filterWrap .num {
        position: absolute;
        right: -10px;
        top: -7px;
        display: inline-block;
        min-width: 15px;
        height: 15px;
        font-size: 9px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        padding: 3px;
        border-radius: 50%;
        background-color: chocolate;
        line-height: 10px;
    }

    .filterWrap .filterContent:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #ccc;
        position: absolute;
        top: -8px;
        left: 18px;
    }

    .filterWrap .filterContent:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #fff;
        position: absolute;
        top: -7px;
        left: 18px;
    }

/*collapse list*/
.toggleList + .toggleList {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #eee
}

.toggleList a {
    text-decoration: none;
    position: relative
}

    .toggleList a:hover, .toggleList a:focus {
        color: #fff;
    }

    .toggleList a span {
        position: absolute;
        left: 20px;
        top: 0px;
        color: #333;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }

.toggleList ul.list-group {
    padding-left: 10px;
    margin-bottom: 10px;
}

    .toggleList ul.list-group li {
        margin-top: 3px;
        line-height: 16px;
    }

        .toggleList ul.list-group li label:hover {
            cursor: pointer;
            color: #1bbc9b
        }

        .toggleList ul.list-group li .check_text {
            padding-left: 0;
            font-size: 13px;
            font-weight: 400;
        }

        .toggleList ul.list-group li label {
            margin: 5px 0 0;
        }

.toggleList [type="checkbox"].pl-checkbox:not(:checked) + label, .toggleList [type="checkbox"].pl-checkbox:checked + label {
    padding-left: 17px
}

.toggleList .num {
    background-color: #ffe596;
    color: #444;
    display: inline-block;
    padding: 0;
    font-size: 10px;
    min-width: 16px;
    line-height: 13px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    left: -25px;
    top: -8px;
}

.toggleList .toggleSection + .toggleSection {
    margin-top: 8px
}

.iconBox {
    font-weight: normal;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #fff;
    background-color: #1bbc9b;
}

.iconPlus:before {
    content: '+';
    display: block
}

.iconMinus:before {
    content: '-';
    display: block
}
/**/

/*Grid Styles*/
.gridHeader {
    color: #333333;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

    .gridHeader > div {
        padding: 0px 4px;
    }

.gridBody .gridRow > div {
    padding: 0px 4px;
}

.gridBody .gridRow {
    color: #253238;
    font-size: 13px;
    margin-bottom: 6px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 4px;
    position: relative;
    transition: all 0.15s ease 0s;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    border: 1px solid transparent;
}

    .gridBody .gridRow:hover {
        box-shadow: 0 0 12px rgba(0,0,0,0.3);
    }

    .gridBody .gridRow .borderR {
        border-right: 1px solid #dfeef2;
    }

.gridRow.gridActive {
    border: 1px solid #1bbc9b;
}

.gridRow.girdSelected {
    background: #effcf9 !important;
}

.gridBasic .gridRow > div {
    display: flex;
    align-items: center;
    line-height: normal;
    height: 52px;
    padding: 4px;
    font-size: 12px;
}

    .gridBasic .gridRow > div:first-child {
        justify-content: left;
    }

    .gridBasic .gridRow > div a {
        color: #41a3ea;
        text-decoration: underline;
    }

    .gridBasic .gridRow > div .fa-ellipsis-v {
        position: absolute;
        right: 8px;
        top: 18px;
        padding-left: 10px;
        font-size: 18px;
        color: #485a65;
        transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
    }

    .gridBasic .gridRow > div .rightNav {
        position: absolute;
        padding: 5px 15px;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 1;
        right: -185px;
        top: 2px;
        width: 212px;
        font-size: 12px;
        color: #ddd;
        background-color: #0f1917;
        transition: all 0.3s ease 0s;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
        border-radius: 4px;
    }

        .gridBasic .gridRow > div .rightNav ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
        }

            .gridBasic .gridRow > div .rightNav ul li {
                line-height: 13px;
                text-align: left;
                padding: 5px 0px;
                border-bottom: 1px solid #666;
            }

                .gridBasic .gridRow > div .rightNav ul li:last-child {
                    border-bottom: none;
                }

                .gridBasic .gridRow > div .rightNav ul li:hover {
                    color: #fff;
                }

    .gridBasic .gridRow > div .fa-ellipsis-v:hover + .rightNav {
        opacity: 1;
        right: 16px;
    }

    .gridBasic .gridRow > div .rightNav:hover {
        opacity: 1;
        right: 16px;
    }

.gridToggle.gridCheck .gridHeader {
    padding-left: 80px !important;
}

.gridToggle .gridHeader {
    padding-left: 40px !important;
}

.gridToggle .gridParent > .gridRow {
    padding-left: 40px !important;
}

    .gridToggle .gridParent > .gridRow .gridCell:first-child {
        float: left;
        left: 0;
        position: absolute;
        top: 0;
        padding-left: 12px;
    }

.gridToggle.gridCheck .gridParent > .gridRow {
    padding-left: 80px !important;
}

    .gridToggle.gridCheck .gridParent > .gridRow .gridCell:first-child {
        width: 82px;
        float: left;
        left: 0;
        position: absolute;
        top: 0;
        padding-left: 28px;
        flex-direction: row-reverse;
    }

.gridToggle.gridCheck .gridSubWrap > .gridRow {
    padding-left: 20px !important;
}

.gridToggle.gridCheck.gridSubCheck .gridSubWrap > .gridRow {
    padding-left: 40px !important;
}

    .gridToggle.gridCheck.gridSubCheck .gridSubWrap > .gridRow .gridCell:first-child {
        padding-left: 15px !important;
        width: 42px;
        float: left;
        left: 0;
        position: absolute;
        top: 0;
    }

.gridToggle.gridCheck.gridSubCheck .gridSubWrap .groupedGrid > .gridRow {
    padding-left: 40px !important;
}

    .gridToggle.gridCheck.gridSubCheck .gridSubWrap .groupedGrid > .gridRow .gridCell:first-child {
        padding-left: 15px !important;
        width: 42px;
        float: left;
        left: 0;
        position: absolute;
        top: 0;
    }


/*Grid Styles End*/

/*SubGrid*/
.gridSubWrap {
    padding-left: 40px !important;
    display: none;
}

.gridBody .gridSubWrap .gridRow {
    background: #f5f5f5;
    border: 1px solid #cbcbcb;
    box-shadow: none;
}

    .gridBody .gridSubWrap .gridRow.gridSubHeader {
        background: #effcf9 !important;
    }

    .gridBody .gridSubWrap .gridRow.gridpLeft {
        padding-left: 40px !important;
    }

.gridSubWrap .col-smCustomCheck {
    padding-left: 15px !important;
    width: 42px;
}

.gridBody .gridSubWrap:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #1cbb9b;
    position: absolute;
    left: 0px;
}

.gridBody .gridSubWrap:after {
    content: "";
    width: 1px;
    height: 97%;
    border-radius: 50%;
    background-color: #1cbb9b;
    position: absolute;
    left: 7px;
}

.gridBody .gridSubWrap .groupedGrid:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e27d39;
    position: absolute;
    left: -20px;
    top: 12px;
}

.gridBody .gridSubWrap .groupedGrid:after {
    content: "";
    width: 1px;
    height: 75%;
    border-radius: 50%;
    background-color: #e27d39;
    position: absolute;
    left: -14px;
    top: 12px;
}

.gridToggleIcon .fa {
    cursor: pointer;
    color: #1bbc9b;
    font-size: 18px;
    -webkit-text-stroke: 1px #ffffff;
}

.gridRow .providerLogo {
    width: 60px;
    border: 1px solid #e8e8e8;
    text-align: center;
    background: #fff;
    margin-right: 2px;
    height: 35px;
    line-height: 28px;
}

    .gridRow .providerLogo img {
        max-width: 80% !important;
        max-height: 100%;
    }

/*End*/

.fontB {
    font-weight: 600 !important;
}

.font13 {
    font-size: 13px !important;
}

ol, ul {
    list-style: none;
}

.fofaScroll.pl-scroll {
    height: calc(100vh - 120px);
}

.textR {
    text-align: right
}

.textC {
    text-align: center
}

/*Ends*/

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#tblCalender tr td.old.day {
    visibility: visible !important;
    opacity: 0;
}

.sidebar-form #lblPersonname {
    line-height: 18px;
}
/*Pagination Css Starts*/
.paginator2_0.pagingWrap > div {
    border-radius: 5px;
    padding: 8px;
    background: #fff;
    float: left;
    width: 100%;
}

.paginator2_0.pagingWrap .navWrap {
    float: right;
}

    .paginator2_0.pagingWrap .navWrap ul.pagination {
        border-radius: 0px;
        font-size: 12px;
    }

.paginator2_0.pagingWrap .pagination > li > a {
    box-shadow: none;
    z-index: unset;
}

    .paginator2_0.pagingWrap .pagination > li > a:hover, .paginator2_0.pagingWrap .pagination > li > span:hover, .paginator2_0.pagingWrap .pagination > li > a:focus, .paginator2_0.pagingWrap .pagination > li > span:focus {
        color: #ffffff;
        background-color: #1bbc9b;
        border-color: #ddd;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1bbc9b;
    border-color: #ddd;
}
/*Pagination Css Ends*/
/*Show Enteries Css Starts*/
.showEntriesWrap > div {
    width: 190px;
    float: left;
}

.showEntriesWrap label {
    margin-top: 5px;
    float: left;
}

.showEntriesWrap select {
    margin: 0px 5px;
    float: left;
    width: 100px;
    height: 22px;
    padding: 0px;
    border-radius: 4px !important;
}
/*Show Enteries Css Ends*/
.modal-backdrop.in {
    opacity: 0.25 !important;
}
/*Added by Anshul Verma */
.loader {
    position: absolute;
    left: 47%;
    top: 45%;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #43bf9b;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
