﻿@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
}

.container-fluid {
    padding: 0px !important;
    margin: 5px 0 0 8px;
}

.row {
    margin: 5px 0;
}

.header {
    width: 100%;
    height: 58px;
}

.container-fluid {
    /*padding: 5px 5px 5px 10px !important;*/
    padding: 1px 5px 5px 1px !important;
}

.container-fluid-fix {
    clear: both;
}

.bgimg {
    background: #fff url(../../images/header_bg.png) no-repeat;
    margin: 0 auto;
}

.main-logo {
    background: url(../../images/Sutherland_Logo.png) no-repeat;
    width: 128px;
    height: 46px;
    position: relative;
    top: 5px;
    left: 10px;
}

/*.sub-logo {
    background: url('../../Images/Four_Seasons_Hotels_and_Resorts.svg');
    /*background: url(../../images/RAC_Logo.jpg) no-repeat;
    width: 132px;
    height: 50px;
    position: relative;
    top: 5px;
    right: 10px;
}*/


.sub-logo {
    background: url('../../Images/Client_Logo.png') no-repeat;
    background-repeat: no-repeat;
    background-size: 132px 42px;
    width: 132px;
    height: 50px;
    position: relative;
    top: 8px;
    right: 10px;
}


.user_name {
    position: relative;
    top: -22px;
    right: 200px;
    float: right;
    font-size: 11px;
}

.brandname {
    background: url(../../images/Subtitle_BG.png) repeat-x left top;
    height: 95px;
    margin-top: 50px;
}

    .brandname h3 {
        color: #fff;
        line-height: 95px;
        text-align: center;
        font-size: 1.9em;
        font-family: Arial;
        /*font-family: "Myriad Pro", "Myriad Pro Cond";*/
    }

/*----- Top Nav Start  ----- */
.topNav, ul#jsddm li {
    height: 30px;
    width: 100%;
}

ul#jsddm {
    margin-left: 5px;
}

.topNav ul {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 11px;
}

    .topNav ul#jsddm li {
        float: left;
        line-height: 30px;
        width: auto;
        padding: 0 5px;
        text-align: center;
        position: relative;
    }

    .topNav ul > li a {
        display: inline-block;
    }

    .topNav ul#jsddm li.selected a {
        color: #fff ;
    }

    .topNav ul li a {
        color: #fff ;
        text-decoration: none;
        outline: none !important;
    }

    .topNav ul li ul {
        display: none;
    }

        .topNav ul li ul li ul {
            left: 198px !important;
        }

        .topNav ul li ul li {
            text-align: left !important;
            line-height: 30px !important;
            height: 30px;
        }

            .topNav ul li ul li, .topNav ul li ul li ul li {
                width: auto;
                min-width: 130px;
                border-bottom: 1px solid #71714f;
                margin-bottom: -1px;
            }




        .topNav ul li, .topNav ul li ul li, .topNav ul ul li ul li ul li {
            list-style-type: none;
            display: block;
            height: 30px !important;
            line-height: 30px !important;
        }

            .topNav ul li ul li {
                /*min-width:165px;*/
                min-width: 200px;
                display: inline-block;
            }

                /*Link Appearance*/
                .topNav ul li a, .topNav ul li ul li a {
                    text-decoration: none;
                    color: #fff;
                    display: block;
                }

                /*sub menu*/
                .topNav ul li ul, .topNav ul li ul li ul {
                    display: none;
                    position: absolute;
                    top: 30px;
                    left: 0;
                    z-index: 9999;
                }

ul li:hover ul, ul li ul li:hover ul {
    display: block;
}

.topNav ul li ul li ul li {
    position: relative;
}

.topNav ul li ul li ul li {
    min-width: 230px;
}

ul li ul li:hover ul {
    top: 0px;
    left: 120px;
}

ul li ul li ul li {
    position: absolute;
}

.brdcrumb {
    font-size: 11px !important;
    margin: 5px 0px 0px 5px;
    font-family: Arial;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 12px;
    background: #cf9903;
    color: #fff;
}
/*TOP Nav icon Styling*/
.home, .workmanagement, .usermanagement, .accountmanagement, .masters, .settings {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin: 5px 3px 0 -2px;
}

.home {
    background: url(../../Images/All_icons.png) no-repeat 0px 0px;
}

.workmanagement {
    background: url(../../Images/All_icons.png) no-repeat -40px 0px;
}

.usermanagement {
    background: url(../../Images/All_icons.png) no-repeat -20px 0px;
}

.accountmanagement {
    background: url(../../Images/All_icons.png) no-repeat -60px 0px;
}

.masters {
    background: url(../../Images/All_icons.png) no-repeat -80px 0px;
}

.settings {
    background: url(../../Images/All_icons.png) no-repeat -100px 0px;
}

.wmgm_icon {
    background: url(../../images/All_icons.png) no-repeat 0px 0px;
}

.amgm_icon {
    background: url(../../images/All_icons.png) no-repeat -20px 0px;
}

.masters_icon {
    background: url(../../images/All_icons.png) no-repeat -40px 0px;
}

.reports_icon {
    background: url(../../images/All_icons.png) no-repeat -60px 0px;
}

.settings_icon {
    background: url(../../images/All_icons.png) no-repeat -80px 0px;
}

.topNav .container {
    float: right;
    width: 310px !important;
    width: 345px\9 !important;
    margin: 0 !important;
    margin-top: -4px !important;
    padding: 0;
    clear: right;
}

/* ======================== Menu Style End ========================  */

.loginfo {
    /*float: right;*/
    /*display: inline-block;*/
    line-height: 30px;
    position: relative;
    margin-right: 5px;
}

    .loginfo span {
        margin-right: 10px;
        font-size: 11px;
        color: #fff;
        float: left;
    }

        .loginfo span:first-child {
            margin-right: 10px;
        }

        .loginfo span a, .loginfo span a:hover {
            text-decoration: none;
            color: #fff;
        }

/*Top Nav End*/
.wStatus {
    width: 100%;
    height: 35px !important;
    line-height: 36px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

.dynamicRow {
    position: absolute !important;
    top: 0;
    right: 0;
    /*margin-top: -15px;
    margin-left: -25%;*/
    display: block;
    padding: 0;
}

    .dynamicRow div {
        float: left;
        height: 35px;
        line-height: 35px;
        margin-right: 10px;
    }

        .dynamicRow div select, .dynamicRow div input {
            margin-top: 7px;
        }

.act_indi {
    width: 60%;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    float: left;
}

.act_indi_subGroup {
    /*position: absolute !important;
    top: 50%;
    left: 40%;
    margin-top: -7px;
    margin-left: -25%;*/
    float: left;
    display: block;
    margin-left: 10px;
}

.doc_req_set {
    width: 100%;
    background: #ccc;
    overflow: hidden;
    padding: 5px;
}

.doc_req_actNum, .doc_req_subAc, .doc_req_acStatus, .doc_req_subAcStatus {
    width: 25%;
    float: left;
    border-right: 1px #333;
    text-align: center;
}

.doc_req_subAcStatus {
    border-right: none;
}

/*.wStatus {
    background: #eed;
    width: 100%;
    height: 36px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    position:relative;
}
.dynamicRow {
    position:absolute!important;
    top:50%;
    left:50%;
    margin-top:-15px;
    margin-left:-25%;
    display:block;
  
}*/
.arrowLeft {
    border-top: 16px solid transparent;
    border-right: 16px solid #b3b46f;
    border-bottom: 16px solid transparent;
    float: left;
}

.act_indi-text {
    /*background: #f3f3c4 url(../../images/AC_Indicator.gif) no-repeat top left;*/
    /*color: #940;
    font-size: 11px;
    text-align: center;
    margin-top: -1px;
    vertical-align: middle;
    padding: 0 5px;*/
    display: none;
}

    .act_indi-text span {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 5px 10px;
    }



.sm-panel table {
    margin-bottom: 2px;
}

.sm-panel {
    border: 1px solid #d7d7d7;
    overflow: hidden;
    /*padding: 8px;*/
    padding: 0;
}

.cltPrg-text, .w-state, .act_indi-text {
    float: left;
    margin-right: 10px;
}

    .cltPrg-text span:nth-child(odd), .w-state span {
        margin-right: 10px;
    }

        .cltPrg-text span:nth-child(3), .w-state span:nth-child(3) {
            margin-left: 20px;
        }

.head-title {
    line-height: 30px;
    font-weight: bold;
    color: #333;
    border: 1px solid #c7c7c7;
    border-bottom: none;
    padding: 0 10px;
}

.form-col-1 {
    float: left;
}

input.WaterMarkedTextBoxPSW, .overflow-fix {
    padding-right: 30px !important;
}

.table.brd-top-no tr td {
    border-top: none;
}

.box-border {
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 10px;
}

.tabbable ul.nav > li {
    border: 1px solid #ccc;
    border-bottom: none;
    font-weight: bold;
}

    .tabbable ul.nav > li > a {
        padding: 5px 10px;
        border: none !important;
        color: #333;
        margin-right: 0;
    }


    .tabbable ul.nav > li.active a, .tabbable ul.nav > li.active a:hover {
        border-radius: 0 !important;
    }

    .tabbable ul.nav > li a:hover {
        border-radius: 0 !important;
    }

.tab-content {
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
    overflow: hidden;
}

.form-horizontal {
    margin-top: 10px;
}


textarea {
    border: 1px solid #ccc;
    padding: 2px !important;
}

/*img.ui-datepicker-trigger {
padding: 2px;position:relative;top:-27px;left:195px;float:left;
}*/


input.form-control, select.form-control, .row input.form-control, #ddlSimpleSearch form-control {
    border: 1px solid #ccc;
    border-radius: 0 !important;
    *padding: 0 !important;
    padding: 0px\9 !important;
    /*height:24px;*/
    height: 24px\9 !important;
    *line-height: 24px;
    line-height: 24px\9;
    height: 24px;
    line-height: 24px;
    padding: 3px 0px;
    font-family: Arial !important;
}

@media all and (-ms-high-contrast:none) {
    input, select {
        padding: 0 !important;
    }
    /* IE10 */
    *::-ms-backdrop, input, select {
        padding: 0 !important;
    }
    /* IE11 */
}

/*select#ddlCorrespondenceMedium {
    padding: 4px 0 !important;
}*/

#MainTable_wrapper select {
    color: #000 !important;
    *padding: 0 !important;
    vertical-align: middle\9 !important;
    outline: none !important;
}

select.form-control, select, input.form-control {
    *padding: 0 !important;
    padding: 0\9 !important;
    height: 24px\9 !important;
}

select {
    height: 24px\9 !important;
}

    select[multiple] {
        height: auto !important;
    }

.dataTables_filter, .dataTables_filter input#MainTable_Custom_Go {
    line-height: 20px;
    height: 30px;
    overflow: hidden;
    padding: 0;
}

.dataTables_filter {
    padding-top: 3px\9;
    *padding-top: 3px;
}

div.dataTables_filter label input {
    /*margin-bottom:2px;
     margin-bottom:6px\9!important;*/
}

.control-label {
    line-height: 30px;
    display: inline\9;
    *display: inline;
}

input.WaterMarkedTextBoxPSW.form-control.valid {
    padding-right: 30px;
    word-break: break-all;
}

.control-label, span.sm-text, .tab-pan, .tab-content {
    font-size: 11px;
}

button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all, button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all:hover {
    border: 1px solid #ccc;
    color: #000;
    font-weight: normal;
}

.sm-text {
    font-weight: bold;
}

.pad-rt-zero {
    padding-right: 0;
}

.loginBox {
    margin: 0 auto;
    width: 30%;
    margin-top: 50px;
}

span.glyphicon.glyphicon-search, span.glyphicon.glyphicon-chevron-down {
    /*border:1px solid #ccc;*/
    padding: 6px;
    top: -24px;
    display: inline-block;
    float: right;
    color: #fff;
}

.dataTables_filter {
    margin-top: 2px;
}

div.dataTables_length label, .dataTables_filter {
    line-height: 24px !important;
    line-height: 24px\9 !important;
}

    div.dataTables_length label select {
        width: 50px !important;
        text-align: center !important;
        height: 24px !important;
        height: 24px\9 !important;
        line-height: 24px;
        padding: 0\9 !important;
        padding: 0px;
        padding-left: 3px;
    }

@-moz-document url-prefix() {
    div.dataTables_length label select {
        padding: 2px 4px 0 0;
    }

    .dynamicRow div > select#ddlSimpleSearch.form-control {
        padding: 2px 0 !important;
    }
}


.dataTables_length > label > select.form-control.input-sm {
    height: 24px;
}

div.ColVis {
    padding-top: 4px;
}

.gridview.dataTable {
    width: 100%\9 !important;
}

div.ColVis button.btn.btn-primary {
    height: 26px !important;
    line-height: 13px;
    border-color: transparent !important;
}

.dataTables_filter > input:first-child {
    margin-right: 2px;
}

div.dataTables_filter input {
    line-height: 26px\9 !important;
    overflow: hidden;
    height: 26px !important;
}

.dataTables_filter {
    line-height: 0 !important;
}

div.dataTables_filter input.btn.btn-primary {
    height: 26px !important;
    margin-top: -5px\9 !important;
}

input#MainTable_Custom_Go .btn.btn-primary {
    height: 26px;
}

.ui-dialog-content.ui-widget-content {
    min-width: 600px; /*this is for partioal popup screen width*/
}

#ui-datepicker-div .ui-datepicker {
    width: 50%;
}

.test-1 {
    color: green;
}

.test-2 {
    color: red;
}

.alert, .alert-danger, .alert-success {
    border: none;
    box-shadow: none !important;
}

.alert {
    border-radius: 6px !important;
    padding: 6px !important;
}

.calendar_icon {
    float: left;
    background: url(../../images/Calendar.png) no-repeat top left;
    width: 24px;
    height: 24px;
}

.footer {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.panel {
    margin-bottom: 5px;
}

.panel-body, .panel-heading, .panel, .btn {
    border-radius: 0 !important; /*Rounded*/
}

    .panel.panel-default .panel-heading, .panel-heading {
        color: #fff;
        border-color: #ddd;
        padding: 5px 10px;
        font-weight: bold;
        width: 100%;
        display: table;
    }

        .panel-heading span {
            float: right;
        }



        .panel-heading span {
            margin-left: 10px;
        }

.panel-heading {
    display: block\9;
}

.panel-body {
    padding: 5px;
}

table {
    margin-bottom: 0 !important;
}

    table tr th {
        font-weight: bold;
        color: #600;
    }

.no-bold td:first-child {
    font-weight: normal !important;
    color: #000;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.sub-text {
    /*position: relative;*/
    height: 20px;
    left: 100px;
    display: inline-block;
    line-height: 20px;
    line-height: 23px\9;
}

.panel-heading .sub-text span {
    float: left;
    margin-right: 8px;
    margin-top: -2px;
    margin-top: 2px\9;
}

textarea {
    border-radius: 0 !important;
}

input, input.btn, span a {
    outline: none !important;
}

    .control-label, span.sm-text, .tab-pan, .tab-content, .btn, input.btn, #EditInsuranceDetails input.btn.btn-primary, #EditConsumerInfo input.btn.btn-primary {
    }

    .btn, input.btn, #EditInsuranceDetails input.btn.btn-primary, #EditConsumerInfo input.btn.btn-primary {
        margin-right: 2px;
    }

    input.btn {
        margin-right: 5px;
    }

a.btn {
    color: #fff;
}

.btn-primary, .btn.btn-primary.disabled, .btn-mini.btn-primary, .btn-mini.btn-primary:hover, .btn-primary:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    border-color: transparent;
    border-radius: 0 !important; /*Rounded*/
}

a.btn.btn-primary.disabled {
    line-height: 20px;
}

span input#btnSaveNotes.btn-mini {
    height: 20px;
    text-decoration: underline;
    text-shadow: none\9 !important;
    background: none !important;
    font-weight: bold;
}





/*WaterMarkedTextBoxPSW,WaterMarkedTextBoxPSW-disable, NormalTextBox - Ajay.   */



/*input.form-control, select.form-control {
    border: 1px solid #ccc;
    height: 24px;
    padding: 5px;
    line-height: 12px;
    font-size: 11px;
    border-radius: 0 !important;
}*/
.WaterMarkedTextBoxPSWDatePicker {
    padding: 0px 2px;
    vertical-align: middle;
    color: #818181;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
    background-position: right !important;
    text-align: left;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
}

.WaterMarkedTextBoxPSW {
    padding: 0px 30px 0 2px !important;
    vertical-align: middle;
    color: #818181;
    text-align: left;
    float: left;
}


.WaterMarkedTextBoxPSW-disable {
    padding: 0px 30px 0 2px !important;
    vertical-align: middle;
    text-align: left;
}

#txtCountry.WaterMarkedTextBoxPSW.form-control input {
    position: relative;
    z-index: 1;
}

.NormalTextBox {
    padding: 0px 2px;
    vertical-align: middle;
    color: #0e0e0e;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
}



.FilterSelectedlabel {
    width: 100px;
    height: 20px;
    padding: 0px 2px;
    vertical-align: middle;
    border: 0px solid #F4A460;
    padding-left: 5px;
    line-height: 18px;
    cursor: default;
}

.FilterTextBox {
    width: 70px;
    height: 14px;
    padding: 3px 3px 3px 3px;
    vertical-align: middle;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    line-height: 13px;
    float: left;
}

.pmnt-dtls-new {
    width: 99%;
}

    .pmnt-dtls-new .pmnt-dtls-new-bg {
        padding: 2px;
        font-weight: bold;
    }


/****** My Pool Table grid filter ********/

#newnavigation {
    background: transparent url('') repeat-x left top;
    width: 100%;
    overflow: hidden;
}

#newjsddm {
    margin: 0;
    padding: 0;
}

    #newjsddm ul {
        position: relative;
        z-index: 0;
    }

    #newjsddm li {
        float: left;
        list-style: none;
        font-family: arial;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 22px;
    }

        #newjsddm li a {
            display: block;
            padding: 0px 0px 0px 0px;
            text-decoration: none;
            width: auto;
            white-space: nowrap;
        }



        #newjsddm li.selected {
            height: 29px;
        }

            #newjsddm li.selected a {
                color: #000;
            }

        #newjsddm li a img {
            margin-top: 2px;
        }

        #newjsddm li a.arrow {
        }

        #newjsddm li a span.push {
            padding: 0px 0px 0px 1px;
        }

        #newjsddm li ul {
            margin-top: -3px !important;
            min-width: 100px;
            padding: 0;
            position: absolute;
            z-index: 99999;
            display: none;
            background: #484848 url('')no-repeat !important;
            border: 0px solid #6080a1;
            background-color: #484848;
            padding: 2px;
            border-radius: 0px 0px 4px 4px;
            -moz-border-radius: 0px 0px 4px 4px;
            -webkit-border-radius: 0px 0px 4px 4px;
        }

        /*@media all and (-ms-high-contrast:none) {
  
   #newnavigation {
        position:relative;
        overflow:visible; 
        height:20px; width:20px;
        z-index:1;       
        display:block;
       
        }

    ul#newjsddm {position:absolute; }
      
   ul#newjsddm li ul {
        position: relative;              
         
    }
    ul#newjsddm li ul li {
        position:relative;
        display:block; clear:both; overflow:hidden;
    }
       
}*/

        #newjsddm li:hover ul {
            display: block;
        }

        #newjsddm li ul li {
            float: none;
            text-transform: none;
            margin-top: 0px !important;
            line-height: 25px;
            margin-left: 1px !important;
        }

            #newjsddm li ul li:first-child {
                border-top: 0px solid #76a2cb;
            }

            #newjsddm li ul li a {
                width: auto;
                color: #000;
                padding-top: 0px !important;
                padding: 0px 5px 1px 10px !important;
                background: transparent url('/images/arrow-left.png') no-repeat 3px 8px;
            }

                #newjsddm li ul li a:hover {
                    border-radius: 0px !important;
                }

ul.newjsddm li {
}

ul.ulScroll_MainTablelblSelectedOption2 {
}

#jsddm1 li a.selected ul li {
    margin-top: 0px !important;
}

.ui-dialog-titlebar.ui-widget-header {
    border-radius: 0;
}

.ui-widget-content {
    border-radius: 0;
    padding: 0;
    border: none;
    font-family: Arial;
    /*min-width: 400px;*/
}

.mandatorysymbol {
    color: red;
}

.ui-widget-content table tr td {
    background-color: none !important;
}

.ui-widget-content table tr td, #groupPrivilegeform, .row {
    background: none;
}

.ui-dialog-titlebar-close {
    border: none;
    background: url(../../Images/Close_icon.png) no-repeat !important;
    /*margin-top:0!important;*/
}

img.ui-datepicker-trigger {
    position: absolute;
    /*margin-top: -5px;*/
    margin-top: -4px;
    top: 2px;
    /*right: -22px;*/
    right: 5px;
}


    img.ui-datepicker-trigger:hover {
        cursor: pointer;
    }

.datepicker2 {
    position: relative;
    top: 10px;
    float: right;
}

table.dataTable thead > tr > th {
    padding-left: 10px !important;
}

table.dataTable td {
    padding: 2px 10px !important;
}


.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0 !important;
}

.ui-dialog {
    padding: 0 !important;
}

.ui-widget-header {
    border: none !important;
}

.ui-widget-overlay.ui-front {
    background-image: none !important;
    background: #000 !important;
    opacity: 0.5 !important;
}

#span_warnMsg, .validation-summary-errors {
    color: red !important;
}

.red {
    color: red;
}

.gridview {
    color: #0E0E0E;
    overflow: auto;
    width: 100%;
}

.table th, .table td {
    word-break: break-all;
    line-break: normal;
}

.gridview TH {
    cursor: default;
    font-weight: bold;
    height: 22px;
    width: auto;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    word-wrap: break-word;
    white-space: nowrap;
}

.gridview TD {
    font-weight: normal;
    height: 18px;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: top;
    word-break: break-all;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: none;
}

.gridview TD img {
    padding-top: 2px;
}

.gridview TD a {
    color: #012E63;
    font-weight: normal;
    text-decoration: none;
}

    .gridview TD a:hover {
        color: #012E63;
        font-weight: normal;
        text-decoration: none;
    }


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border-radius: 0 !important;
    border: 1px solid #6a6a4a !important;
}



.ui-datepicker th {
    padding: 0 !important;
    font-family: Arial;
}

table.ui-datepicker-calendar tr, table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
    border: none !important;
}

#ui-datepicker-div table.ui-datepicker-calendar th {
    border-bottom: 1px solid #7d7d5d !important;
}

#ui-datepicker-div table.ui-datepicker-calendar tr td {
    border-left: none !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    border: none !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    height: 25px;
    text-shadow: none;
    box-shadow: none;
}

.panel-heading span a {
    cursor: pointer;
}

#myTab.nav.nav-tabs li a, a.ui-tabs-anchor {
    border: none;
    outline: none;
}

.ui-state-default, .nav-tabs > li > a {
    border-radius: 0 !important;
    margin: 0;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: #c7b797;
    border: #989898;
    color: #f7f7f7;
}

#no-styles tr, #no-styles td {
    background: none !important;
}

.dataTables_processing {
    line-height: 1px;
}

.overSelect-Box {
    width: 100%;
    padding: 5px 0px;
    box-shadow: none !important;
}

.no-padding {
    padding: 0 !important;
    border: 1px;
}

.chosen-container-single .chosen-single {
    border-radius: 0px !important;
}






ul.ui-multiselect-checkboxes li {
    line-height: 15px;
}

.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 {
    border: none;
    font-weight: bold;
}

li.ui-multiselect-optgroup-label a {
    margin: 0 !important;
    padding: 5px !important;
    color: #fff;
}

ul.ui-multiselect-checkboxes li {
    border: none !important;
}

ul.ui-multiselect-checkboxes.ui-helper-reset li label.ui-corner-all span {
    margin-left: 10px !important;
}

ul.ColVis_collection {
    left: 75% !important;
    min-width: 302px;
    margin: 0 auto !important;
}

@media only screen and (min-width : 1920px) {
    ul.ColVis_collection {
        right: -160px !important;
    }
}

ul.ColVis_collection li {
    padding: 5px !important;
    width: 285px !important;
    display: block !important;
}



.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    margin-right: 0px !important;
}

.validation-summary-errors ul {
    padding: 0;
    margin-left: 15px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    /*z-index: 999 !important;*/
}

.tabbable ul.nav.nav-tabs li a {
    color: #fff !important;
}





select#UnSelectedDepartmentCodeList, select#SelectedDepartmentCodeIDs, select#UnSelectedLocationList, select#SelectedLocationIDs, select#UnSelectedTitileList, select#SelectedTitileIDs {
    border: 1px solid #ccc !important;
}
/*.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    top:150px!important;
}*/









/*..........Page Top.........*/
#back-top, #me-top {
    position: fixed;
    bottom: 100px;
    right: 50px;
    *float: right;
}

    #back-top a, #me-top a {
        width: 60px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover, #me-top a:hover {
            color: #66930c;
        }

        #me-top a:hover {
            color: #4695be;
        }
    /* arrow icon (span tag) */
    #back-top span, #me-top span {
        width: 45px;
        height: 45px;
        display: block;
        margin-bottom: 39px;
        background: #ddd url('/images/up-arrow.png') no-repeat center center;
        /* rounded corners */
        -webkit-border-radius: 39px;
        -moz-border-radius: 39px;
        border-radius: 39px;
        /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span, #me-top a:hover span {
        background-color: #a9c353;
    }

    #me-top a {
        outline: none;
    }

        #me-top a:hover span {
            background-color: #664400;
        }

.Scroll-container {
    overflow-x: scroll; /* Optionally you can also use overflow: scroll; */
    margin-top: auto;
}

.cursorhand {
    cursor: pointer !important;
}

.inputfileuploadbutton {
    height: 24px\9;
    width: 210px;
    font: 13px/24px Arial;
    vertical-align: middle;
    cursor: pointer !important;
    line-height: 16px;
}

#btnRemove, #btnAdd {
    min-width: 80px;
    text-align: center;
    margin: 0 auto;
}
/*Style by satya for Field level Access*/
div.colField {
    width: 33%;
    float: left;
}

div.FieldDiv {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*padding:2px 5px 2px 5px;*/
}

    div.FieldDiv input.form-control {
        height: 24px !important;
        line-height: 0px !important;
    }

    div.FieldDiv img.ui-datepicker-trigger {
        right: 2px;
        margin-top: 0px;
        top: -24px;
        position: relative !important;
        float: right;
    }
/*Satya Style End*/

/*Harish Program Productvitiy Style*/
.AddEventRecord {
    background: url('../../../Images/plus.png') no-repeat scroll 0px center transparent;
    cursor: pointer;
    border: 0px;
    width: 24px;
    min-height: 20px;
}

.RemoveEventRecord {
    background: url('../../../Images/delete.png') no-repeat scroll 0px center transparent;
    cursor: pointer;
    border: 0px;
    width: 24px;
    min-height: 20px;
}

.RemoveViewPhone {
    background: url('../../../Images/delete.png') no-repeat scroll 0px center transparent;
    cursor: pointer;
    border: 0px;
    width: 24px;
    min-height: 20px;
}

/*Harish Program Productvitiy Style*/

.filtertextboxqueue {
    width: 85px !important;
    color: #000;
}

div#ui-datepicker-div table tr:nth-child(2n+1) {
    background: none !important;
}

ul.floatAcNotes {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.floatAcNotes div {
    /*float: left;*/
    width: auto;
    margin-right: 10px;
}

li#div_AccountSubStatus span:first-child {
    margin-left: 30px !important;
}

div.floatAcNotes div span {
    display: inline-block;
    float: left;
    min-width: 120px;
    margin-right: 5px;
    margin-bottom: 10px;
    height: 24px;
}

    div.floatAcNotes div span select, div.floatAcNotes div span input {
        width: 150px;
    }

@media (min-width : 1024px) {
    div.floatAcNotes div {
        float: left !important;
    }

    div#div_AccountSubStatus span:first-child {
        margin-left: 0 !important;
    }
}

@media (min-width : 1280px) {
    div#div_AccountSubStatus {
        margin-left: 30px;
    }
}

@media (min-width : 1920px) {
    div#div_AccountSubStatus span:first-child, div#div_FollowUpDate span:first-child {
        margin-left: 40px;
    }

    div#div_AccountSubStatus {
        margin-left: 30px;
    }
}




div.floatAcNotes img.ui-datepicker-trigger {
    right: -124px !important;
    top: -20px !important;
    position: relative !important;
}

ul.chosen-results li {
    display: block;
}

#Div_ANotes {
    overflow: hidden;
    min-height: 182px;
    min-height: 205px\9;
    height: auto;
}

@media all and (-ms-high-contrast:none) {
    #Div_ANotes {
        min-height: 205px;
    }
    /* IE10 */
    *::-ms-backdrop, #Div_ANotes {
        min-height: 205px;
    }
    /* IE11 */
}

#cke_1_top, #cke_1_bottom, #cke_2_top, #cke_2_bottom {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
    filter: none;
}

#div_PatientInfo_AddressList > div a div.alert.alert-info, #div_PatientInfo_EmployerInfo a div.alert.alert-info, .div_insurancesinfo_addresslist > div a div.alert alert-info, .insAddress > a div.alert.alert-info, #div_GuarantorInfo_AddressList > div > a div.alert.alert-info, #div_GuarantorInfo_EmployerInfo a div.alert.alert-info {
    padding: 6px !important;
}

ul.costInfo, ul#div_PatientInfo_PhonesList, ul#div_GuarantorInfo_PhonesList, ul.guarantorInfo, ul.div_InsurancesInfo_PhonesList, ul.insuranceInfo {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.costInfo li, ul#div_PatientInfo_PhonesList li, ul#div_GuarantorInfo_PhonesList li, ul.guarantorInfo li, ul.div_InsurancesInfo_PhonesList li, ul.insuranceInfo li {
        float: left;
        margin-bottom: 5px;
    }

        ul.costInfo li span, ul#div_PatientInfo_PhonesList li span, ul#div_GuarantorInfo_PhonesList li span, ul.guarantorInfo li span, ul.div_InsurancesInfo_PhonesList li span, ul.insuranceInfo li span {
            margin-right: 20px;
            float: left;
            width: 160px;
        }

/*ul.costInfo img.ui-datepicker-trigger, ul.guarantorInfo img.ui-datepicker-trigger {
        left: 1430px !important;
        margin-top: 85px !important;
        top: -1px !important;
    }*/


li#div_PatientInfo_DateOfBirth img.ui-datepicker-trigger {
    margin-top: 111px !important;
    margin-right: 788px !important;
}

li#div_GuarantorInfo_DateOfBirth img.ui-datepicker-trigger {
    margin-top: 111px !important;
    margin-right: 788px !important;
}




.btn, .btn-primary {
    padding: 3px 5px !important;
}

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
        border: none !important;
        text-shadow: none !important;
    }


#cke_1_top, #cke_1_bottom {
    background-image: -ms-linear-gradient(rgb(245, 245, 245), rgb(235, 235, 235)) !important;
    background: #e3e3e3;
}

ul.insuranceInfo li.div_InsurancesInfo_ExpiryDate img.ui-datepicker-trigger {
    position: absolute;
    margin-top: 86px !important;
    margin-right: 77px !important;
}

ul.insuranceInfo li.div_InsurancesInfo_EffectiveDate img.ui-datepicker-trigger {
    position: absolute;
    margin-top: 86px !important;
    margin-right: 438px !important;
}

@media only screen and (min-width : 1920px) {
    img.ui-datepicker-trigger {
        right: 27px !important;
    }

    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable img.ui-datepicker-trigger {
        right: 5px !important;
    }

    ul.insuranceInfo li.div_InsurancesInfo_ExpiryDate img.ui-datepicker-trigger {
        left: 698px !important;
        margin-top: 76px !important;
    }

    ul.insuranceInfo li.div_InsurancesInfo_EffectiveDate img.ui-datepicker-trigger {
        left: 338px !important;
        margin-top: 76px !important;
    }

    li#div_PatientInfo_DateOfBirth img.ui-datepicker-trigger {
        margin-top: 111px !important;
        margin-right: 805px !important;
    }


    li#div_GuarantorInfo_DateOfBirth img.ui-datepicker-trigger {
        margin-top: 111px !important;
        margin-right: 806px !important;
    }
}


.col-lg-offset-3-percent {
    margin-left: 3%;
}

form#savenotesform > #divNotesPanel {
    overflow: hidden !important;
}

#divNotesPanel, #divNotesPanel.panel.panel-default, .slimScrollDiv > .panel-body {
    height: 270px !important;
}

.mask {
    position: absolute;
    z-index: 900;
    opacity: 0.9;
    filter: alpha(opacity=60);
    background-color: #000;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    display: block;
    overflow: hidden;
}

.dataTables_scrollBody, #SegmentList {
    min-height: 0%\9 !important;
    min-width: 0% !important;
}
/* ---------------- Notes Aria Styles ---------------- */
.cke_toolbar {
    float: left !important;
    float: left\9 !important;
}

@media all and (-ms-high-contrast:none) {
    .cke_toolbar {
        float: left !important;
    }
    /* IE10 */
    *::-ms-backdrop, .cke_toolbar {
        float: left !important;
    }
    /* IE11 */
}

.notesTitle {
    position: relative;
    top: 8px;
    top: 26px\9;
    left: 10px;
    font-weight: bold;
    width: 200px;
}

@media all and (-ms-high-contrast:none) {
    .notesTitle {
        top: 30px;
    }
    /* IE10 */
    *::-ms-backdrop, .notesTitle {
        top: 26px;
    }
    /* IE11 */
}

iframe.cke_wysiwyg_frame.cke_reset body.cke_editable.cke_editable_themed.cke_contents_ltr {
    margin: 0 !important;
}

/*#cke_1_contents {
    height: 95px !important;
}*/

@font-face {
    font-family: customFont;
    src: url(sansation_light.woff);
}

#divErrors {
    width: 500px;
    word-wrap: break-word;
    line-height: 18px;
}



@media only screen and (min-width : 1920px) {
    #tblAllNotesActivity_wrapper ul.ColVis_collection {
        left: 16% !important;
    }
}


/* Session Expire Starts */

#idletimeout {
    background: #CC5100;
    border: 3px solid #FF6500;
    color: #fff;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
}

    #idletimeout a {
        color: #fff;
        font-weight: bold;
    }

    #idletimeout span {
        font-weight: bold;
    }

.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
    padding: 2px 5px;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 2px 5px;
}
/* Session Expire Ends */

.DTTT.btn-group {
    float: right;
}

a.DTTT_button_xls {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 5px 0px 0px 0px;
}

@media only screen and (min-width : 1024px) {
    .loginfo a strong {
        display: none !important;
    }
}

@media only screen and (min-width : 1280px) {
    .loginfo a strong {
        float: right;
        display: block !important;
    }

    .topNav .container {
        width: 370px !important;
    }
}

.ui-dialog-content.ui-widget-content {
    border: 1px solid #999 !important;
}

#myTab.nav.nav-tabs li a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-weight: bold;
}

.top {
    margin-top: 8px;
}

.colorpicker input {
    height: 13px !important;
}

.chosen-container-single{
    width:100%!important;
}

span#ddlAccountStatus_chosen.chosen-container.chosen-container-single a.chosen-single {
    display: block;
    clear: both;
    background: red;
}

textarea#AddressLine1, textarea#AddressLine2 {
    width: 100% !important;
}

#ddlAccountStatus_chosen .chosen-drop {
    overflow: hidden;
}

#ddlAccountSubStatus_chosen a.chosen-single span {
    text-align: left;
    margin-left: 0;
}

#divFollowUpDateIndicator {
    float: left;
    position: relative;
    top: 0;
    left: 0;
}

.mandatory-msg {
    background: #fff;
    border-radius: 6px;
    color: #000;
    width: 32%;
    margin: 0 auto;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    line-height: 20px;
}

@media only screen and (min-width : 1920px) {
    .mandatory-msg {
        width: 20% !important;
    }
}

.mandatory-msg span {
    color: red;
    vertical-align: middle;
    font-size: 20px;
}

.wStatus, .sm-panel table, .cltPrg-text, .w-state, .act_indi-text, .head-title, .tabbable ul.nav > li, .form-horizontal, input.form-control, select.form-control, .row input.form-control, #ddlSimpleSearch form-control, button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all, button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all:hover, div.dataTables_length label, .dataTables_filter, .footer, .panel, .panel-heading, textarea, .control-label, span.sm-text, .tab-pan, .tab-content, .btn, input.btn, #EditInsuranceDetails input.btn.btn-primary, #EditConsumerInfo input.btn.btn-primary, .WaterMarkedTextBoxPSWDatePicker, .WaterMarkedTextBoxPSW, .WaterMarkedTextBoxPSW-disable, .NormalTextBox, .FilterSelectedlabel, .pmnt-dtls-new .pmnt-dtls-new-bg, #newjsddm li, .ui-dialog-titlebar.ui-widget-header, .ui-widget-content table tr td, #groupPrivilegeform, .row, #span_warnMsg, .validation-summary-errors, .gridview, .gridview TH, .gridview TD, .gridview TD a, .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year, .overSelect-Box, ul.ui-multiselect-checkboxes li, .validation-summary-errors ul, ul.costInfo, ul#div_PatientInfo_PhonesList, ul#div_GuarantorInfo_PhonesList, ul.guarantorInfo, ul.div_InsurancesInfo_PhonesList, ul.insuranceInfo, #idletimeout, .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td, #myTab.nav.nav-tabs li a, .mandatory-msg {
    font-family: Arial !important;
    font-size: 12px !important;
}

    select.form-control.input-sm {
        padding-left: 6px\9 !important;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #tblCorrespondenceDetails_length label select.form-control.input-sm {
        padding-left: 6px !important;
    }
}

table#tblCorrespondenceDetails tr td:first-child {
    min-width: 115px !important;
}

.link_menu_a {
    margin: 20px;
    padding: 14px 10px;
}

    .link_menu_a ul {
        margin: 0px;
        padding: 0px;
    }

        .link_menu_a ul li {
            margin: 0px 55px 10px 0px;
            padding: 4px 0 5px 14px;
            border-bottom: 1px dotted #777;
            list-style: none;
            background: url(../../../Images/arrow_1.png) no-repeat left center;
            float: left;
            width: 37%;
            font-size: 13px;
        }

            .link_menu_a ul li a:link {
                margin: 0px;
                padding: 0px;
                text-decoration: none;
                color: #226baa;
            }

            .link_menu_a ul li a:visited {
                margin: 0px;
                padding: 0px;
                text-decoration: none;
                color: #226baa;
            }

            .link_menu_a ul li a:hover {
                margin: 0px;
                padding: 0px;
                text-decoration: none;
                color: #222;
            }


.wid110 {
    width: 110px !important;
}

.wid170 {
    width: 170px !important;
}

.padl5 {
    padding-left: 5px;
}

.padl10 {
    padding-left: 10px;
}

.padl15 {
    padding-left: 15px;
}

.padl20 {
    padding-left: 20px;
}

.padr20 {
    padding-right: 20px;
}

.padr30 {
    padding-right: 30px;
}

.padt3 {
    padding-top: 3px;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

/**To position the Data table header centered along with the rows***/
.dataTables_scrollHeadInner, .dataTables_scrollFootInner {
    margin: 0 auto;
    box-sizing: content-box;
     -webkit-box-sizing:content-box;
           -moz-box-sizing:content-box;
    
}

input.update_account_fields,
select.update_account_fields {
    max-width: 140px;
}

input.update_account_fields_extenstion {
    max-width: 65px;
}

textarea.update_account_fields {
    max-width: 100%;
    width: 100%;
    height: 40px;
}

input.update_account_item_fields,
select.update_account_item_fields {
    max-width: 125px;
}

textarea.update_account_item_fields {
    max-width: 100%;
    width: 100%;
    height: 40px;
}

.acc_disp_th {
    width: 150px !important;
    text-align: center !important;
}

.acc_disp_th_notes {
    width: auto !important;
    text-align: center !important;
}

.itm_disp_th_45 {
    width: 45px !important;
    text-align: center !important;
}

.itm_disp_th_65 {
    width: 65px !important;
    text-align: center !important;
}

.itm_disp_th_85 {
    width: 85px !important;
    text-align: center !important;
}

.itm_disp_th_130 {
    width: 130px !important;
    text-align: center !important;
}

.itm_disp_th_auto {
    width: auto !important;
    text-align: center !important;
}

.gridview input.form-control,
.gridview select.form-control,
.account_filter input.form-control,
.account_filter select.form-control {
    height: 25px;
}

tr.balance_queue {
    height: 27px;
}

    tr.balance_queue td {
        vertical-align: middle;
    }

.box-border.account_filter {
    border: 1px solid #888888;
}

.invoice_dataholder, .itemdetail_dataholder, .linkedaccounts_dataholder {
    width: 100%;
    overflow-x: auto;
}

    .invoice_dataholder .gridview td,
    .itemdetail_dataholder .gridview td,
    .linkedaccounts_dataholder .gridview td {
        word-wrap: break-word;
        white-space: nowrap;
    }
    

/*----------------------------------Whity :ToolTip Css for div element----------------------------------*/

/* Tooltip container */
.tooltip {
   position:relative!important;
    display: inline-block !important;
    z-index: 1 !important;
    opacity: 1 !important;
    border-bottom: 0px dotted black;
}


/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 125px;
    max-width: 200px;
    background-color: #555;
    color: #fff;
    text-align: left;
    padding: 4%;
    border-radius: 6px;
    position: absolute!important;
    z-index: 10;
    bottom: 0%;
    left: 50%;
    word-break: break-word;
    white-space: normal;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    display: none;
}


/* Tooltip arrow */
/*.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}*/

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
     z-index:1;
     display:block;
}
 .no-padding{
     padding:0px!important;
 }

 .tootipInnerLayer{
     background: rgba(85, 85, 85, 1);
      padding: 2%;
       border-radius: 5px;
        width: 222px;
         float: left;
 }

 .tooltipOuterLayer{
     background:transparent; 
     top: 0%;
     position: relative !important;
     width:0px;
 }

/* Santhosh------------------Style the tab */
    .tab {
        overflow: hidden;
        margin-right: 2px;
        
    }
        /* Style the buttons inside the tab */
        .tab button {
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            padding: 6px 12px;
            transition: 0.3s;
            font-size: 12px;
            border-radius: 10px 10px 0px 0px;
            margin-right:2px;
        }

            /* Change background color of buttons on hover */
            .tab button:hover {
                border-radius: 10px 10px 0px 0px;
            }

            /* Create an active/current tablink class */
            .tab button.active {
                border-radius: 10px 10px 0px 0px;
            }

    /* Style the tab content */
    .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
    }
    .tablinks{
       font-weight:bold;
    }

