/* Minification failed. Returning unminified contents.
(351,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1839,24): run-time error CSS1038: Expected hex color, found '#0000'
(2192,36): run-time error CSS1031: Expected selector, found '`'
(2192,36): run-time error CSS1025: Expected comma or open brace, found '`'
(3334,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(4329,1): Scanner error CSS1002: Unterminated string: '
(4329,1): run-time error CSS1019: Unexpected token, found ''
'
(5536,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(5537,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
 */

* {
    padding: 0;
    margin: 0;
    outline: none;
}

html, html*, body {
    height: 100%;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

html, body, form {
    height: 100%;
    font-family: Inter, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

    html > body {
        height: 100%;
    }

    body:before {
        content: "";
        height: 100%;
        float: left;
        width: 0;
        margin-top: -32767px;
    }

ul {
    list-style-type: none;
}

body {
    line-height: 20px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #3d3d3d;
    background: #eef2f5;
}

.lft {
    float: left;
}

.rght {
    float: right;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

    a img {
        border: none;
    }

hr {
    background: none repeat scroll 0 0 #cfcece;
    border: 0 none;
    height: 1px;
    margin-bottom: 10px;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 20px;
}

p {
    padding: 10px 0;
}

#footer {
    margin-top: -100px;
    height: 100px;
    padding: 23px 0;
    text-align: center;
    background: #4766ff;
    color: #fff;
}

#wrapper {
    width: 100%;
    min-height: 100%;
}

#header {
    background-color: #fff;
    height: 80px;
    border-bottom: 1px solid #a7a7a7;
    position: relative; /*z-index:9999;*/
}

.head_wrap {
    width: 1200px;
    margin: 0 auto;
}

.main {
    background: #fff;
    width: 1200px;
    margin: 15px auto 0 auto;
    padding-bottom: 120px;
    min-height: 750px;
}


.subheader {
    background: #4766ff;
    padding: 0 40px;
}

    .subheader h1 {
        color: #fff;
        padding: 20px 0;
    }

    .subheader h2 {
        color: #fff;
        padding: 20px 0;
        display: inline-block;
    }
    /*.page_head                        {  }*/
    .subheader .page_head span {
        color: #f3bd4a;
        font-size: 18px;
        display: inline-block;
    }

    .subheader .page_head a {
        padding: 8px 30px;
        position: relative;
        background: #4766ff;
        font-size: 15px;
        color: #fff;
        text-align: center;
        top: 12px;
        border-radius: 5px;
        behavior: url(/Content/pie/PIE.htc);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

/*-------------------Start tabel gride*/
.tbl-grid {
    margin: 45px 0 0;
    padding: 0;
}

    .tbl-grid > h2 {
        margin: 25px 0;
        font-size: 17px;
    }

.table_box {
    overflow: hidden;
}

    .table_box .tbl-cont {
        padding: 0 !important;
    }

.fixed_headers {
    min-width: 100% !important;
}

.scrollbar-content {
    min-width: 100%;
    padding-right: 20px;
}
/*End tabel gride*/

/*--------------------Default buttons*/
.blubtn {
    background: #4766ff;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.bluBtnBorder {
    border: 2px solid #4766ff !important;
}

.blubtn:hover {
    background: #254bb6;
}

.blackbtn {
    background: #000000 !important;
    font-size: 15px !important;
    color: #fff !important;
    text-align: center !important;
}

.blackbtn:hover {
    background: #535353 !important;
}
/*end Default buttons*/



/*form */





/*	e-File ( Existing Case )*/
.efile .row {
    margin: 12px 0px !important;
    padding: 0px 3px;
}

.rowPB {
    padding-bottom: 3px !important;
}

.rowPT {
    padding-top: 3px !important;
}

.rowPAll {
    padding: 3px !important;
}

.buttonRow {
    padding-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}

.efile-head h3 {
    font-size: 20px;
    color: #fff;
}

.dd-container {
    bottom: 20px;
    width: 150px !important;
}

.efile-main {
}

.efile {
    padding: 0 40px;
}

.upload-box span {
    font-size: 18px;
    color: #000000;
}

.efile-top-btn {
    float: right;
    position: relative;
    bottom: 20px;
}

    .efile-top-btn a {
        font-size: 16px;
        color: #fff;
        margin-left: 10px;
        border: 3px solid #fff;
        position: relative;
        padding: 8px 20px;
        display: inline-block;
        border-radius: 8px;
        behavior: url(/Content/pie/PIE.htc);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        *display: inline;
        zoom: 1;
    }

    .efile-top-btn .join-firm {
        background: #ff7f21;
    }

    .efile-top-btn .create-firm {
        background: #0682e2;
    }

    .efile-top-btn .join-firm:hover, .efile .lgt-bg .tbl-cont .start-filing:hover {
        /*background: #e76f18;*/
    }

    .efile-top-btn .create-firm:hover {
        background: #0b77cb;
    }




.searchmethod label {
    display: inline-block;
}

    .searchmethod label + label {
        margin-left: 15px;
        vertical-align: middle;
    }

    .searchmethod label input {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

.searchmethod .row {
    margin: 0 -15px !important;
}

.searchmethod .col-sm-4 {
    padding: 0 15px;
    width: 33.33%;
    float: left;
}

#frmcasedetails {
    position: relative;
}

.subfilter, .submyteam {
    background: rgba(145, 61, 38, 0.4); /*top:180px;*/
    position: relative;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 1;
    filter: alpha(opacity=40) filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5c000000', endColorstr='#5c000000');
}

    .subfilter .submit, .submyteam .submit {
        background: #71a741;
        border: #f97210;
        border-radius: 5px;
        position: relative;
        behavior: url(/Content/pie/PIE.htc);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 14px;
    }

.search .ResetBtn {
    font-size: 16px;
    color: #fff;
    background: #f65c5c;
    border: 3px solid #fff;
    height: 18px;
    border-radius: 5px;
    position: relative;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 8px 9px;
    margin-left: 5px;
}

    .search .ResetBtn:hover {
        background: #e64b4b;
    }

.Hide {
    display: none;
}

.subfilter .goBtn {
    background: #71a741;
    height: 47px;
    display: block;
    color: #fff;
    padding: 13px 25px;
}

    .subfilter .goBtn:hover {
        background: #5f9431;
        height: 47px;
        display: block;
        padding: 13px 25px;
    }

.search {
    float: right;
    margin: 5px 0 0 0;
}

    .search .textbox {
        padding: 10px;
        width: 325px !important;
        border: none;
        float: left;
        height: 38px !important;
        border: 1px solid #d5d5d5;
    }

.search_btn {
    background-color: #6fa440;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    bottom: 0;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100px !important;
    height: 38px !important;
}

.search a {
    position: relative;
    bottom: 15px;
}

.search .filter, .search .select_all, .myteam_btn {
    font-size: 16px;
    color: #fff;
    background: url(/Content/images/filter_downarrow.png) #71a741 no-repeat 76px 16px;
    border: 3px solid #fff;
    height: 18px;
    border-radius: 5px;
    position: relative;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 8px 30px;
    margin-left: 5px;
}

.search_input {
    background-color: #fff;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    border: 3px solid #fff;
    border-radius: 5px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.search_btn:hover, .search .filter:hover, .myteam_btn:hover, .search .select_all:hover {
    background-color: #5f9431;
}

.search .select_all {
    background-image: none;
}

.subfilter .submit:hover, {
    background: #5f9431;
}

.logo {
    margin-bottom: -6px;
    width: 300px;
}

    .logo.efile_logo {
    }

        .logo.efile_logo img {
            width: 100%;
            height: auto;
            display: block;
            margin-top: 12px;
            padding-left: 5px;
        }

.top_nav {
    float: right;
    position: relative;
    list-style: none;
    font-size: 16px;
    background-color: #2690ce;
}

    .top_nav li {
        float: left;
        min-width: 120px;
        text-align: center;
        background: url(/Content/images/h_border.png) repeat-y left top;
        position: relative;
    }

        .top_nav li a {
            color: #fff;
            display: block;
            height: 80px;
            text-decoration: none;
            padding: 5px 10px 10px 10px;
        }

            .top_nav li a:hover, .top_nav .active {
                color: #fff;
                background-color: #1c7fb9;
            }

            .top_nav li a img {
                margin: 0 0 8px 0;
            }

        .top_nav li ul {
            display: none;
            list-style: none;
            width: 120px; /*right:10%;*/
            z-index: 999999999;
            position: absolute;
        }

            .top_nav li ul li {
                border-bottom: 1px solid #0c679c;
                height: auto;
                border-left: none;
                height: auto;
                float: left !important;
                text-align: center;
                width: 100%;
            }

                .top_nav li ul li a {
                    padding: 7px 4px;
                    height: auto;
                }

        .top_nav li:hover ul {
            display: none;
            position: absolute;
            right: 0;
            background: #1f8dcc;
            -moz-box-shadow: 0 0 3px #999;
            -webkit-box-shadow: 0 0 3px #999;
            box-shadow: 0 0 3px #999;
            -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc')";
            filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc');
        }

        .top_nav li > ul > li {
            background: #1f8dcc;
        }


/* ========================Case card page css */
#casecard {
    margin: 0 auto;
}

.casecard_bg { /*padding:0px 15px; float: right; width: 868px; background-color: #404040; -webkit-box-shadow: 0 9px 7px -4px black; -moz-box-shadow: 0 9px 7px -4px black; box-shadow: 0 9px 7px -4px black;*/
}

.card_cont { /*background: #f5f5f5; padding-top: 20px; */
    padding: 25px 0;
    min-height: 250px; /*float: right;margin:-767px 20px 20px 0;width: 829px;*/
    position: relative;
}



/* .card_cont:before, .card_cont:after         { position: absolute; right: 0; left: 0; height: 13px; } 
    .card_cont:before {
background: url(/Content/images/page_curve.png) repeat-x left;
content: "";
top: -10px;
}

.card_cont:after {
background: url(/Content/images/page_curve_bottom.png) repeat-x left;
content: "";
bottom: -10px;
}*/

.reg_bottom {
    background: #fff;
    border-top: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

/*label					{ font-size:18px; font-weight:normal; margin:10px 0; display:block;}*/

/*--------------card left
-------------------------*/
.card_left {
    background-color: #4e4c4d;
    width: 280px;
    float: left;
    border-right: 2px solid #000;
    min-height: 430px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 9px 7px -4px black;
    -moz-box-shadow: 0 9px 7px -4px black;
    box-shadow: 0 9px 7px -4px black;
}

    .card_left h2 {
        text-align: center;
        font-size: 30px;
        color: #fff;
        text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 7px 20px;
    }

    .card_left span {
        font-size: 18px;
        color: #fff;
    }

    .card_left .view {
        background: url(/Content/images/location_add.png) no-repeat scroll 75px center rgba(0, 0, 0, 0);
        color: #f3bd4a;
        padding: 0 10px 2px 20px;
        width: auto;
        position: relative;
    }

    .card_left .box1 {
        color: #fff;
        text-align: center;
        margin-top: 15px;
    }

.card_right {
    background-color: #404040;
    float: right;
    width: 632px;
    padding: 33px 22px;
    height: 430px;
    -webkit-box-shadow: 0 9px 7px -4px black;
    -moz-box-shadow: 0 9px 7px -4px black;
    box-shadow: 0 9px 7px -4px black;
}

.favourite, .favourite:hover {
    background: url(/Content/images/star.png) no-repeat right top;
    width: 102px;
    height: 98px;
    right: 0;
    position: absolute;
    z-index: 8;
    top: 20px;
}

    .favourite:hover {
        background: url(/Content/images/star_hover.png) no-repeat right top;
    }


.profile_cont {
    background: #fff;
    padding: 20px;
    position: relative;
    min-height: 370px;
    float: right;
    margin: -398px 20px 20px 0;
    width: 592px;
    float: right;
}

    .profile_cont:before, .profile_cont:after {
        position: absolute;
        right: 0;
        left: 0;
        height: 13px;
    }

    .profile_cont:before {
        background: url(/Content/images/page_curve.png) repeat-x left;
        content: "";
        top: -10px;
    }

    .profile_cont:after {
        background: url(/Content/images/page_curve_bottom.png) repeat-x left;
        content: "";
        bottom: -10px;
    }

    .profile_cont h2 {
        margin-bottom: 6px;
        float: left;
        font-size: 30px;
        padding-bottom: 9px;
        text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-top: 1px;
    }

    .profile_cont p {
        font-size: 16px;
        line-height: 26px;
        word-break: break-all;
    }

.view_more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.more {
    float: right;
    color: #fff;
    padding: 7px 20px;
    text-align: center;
    display: block;
}

    .more:hover {
        text-decoration: none;
    }

.name {
    height: 118px;
    padding: 8px;
    line-height: 24px;
    word-break: break-all;
}

.profile_img {
    background-color: #f3bd4a;
    height: 70px;
    padding-top: 15px;
}

.profile_img_wrap {
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border: 3px solid #f3bd4a;
    border-radius: 50%;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.profile_img > span {
    font-size: 20px;
    color: #fff;
    background: url(/Content/images/location_white.png) no-repeat scroll left center;
    padding: 0 10px 2px 20px;
    margin-bottom: 10px;
    width: auto;
}

.bottom_link {
    bottom: 0; /*height:63px;*/
    border-top: 1px solid #686666;
    position: absolute;
    width: 278px;
}

    .bottom_link li {
        list-style: none;
        width: 92px;
        float: left;
        border-right: 1px solid #686666;
    }

        .bottom_link li a {
            padding: 3px 10px;
            display: block;
            text-align: center;
        }

            .bottom_link li a:hover {
                background-color: #3d3c3c;
            }

        .bottom_link li:last-child {
            border-right: none;
        }

        .bottom_link li .active {
            background-color: #3d3c3c;
        }



*, *:before, *:after, div, input, textarea, select, a, ul, li, span, p, h1, h2, h3, h4, h5, h6, iframe, img, label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    overflow: hidden;
    margin: 10px;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9 {
    padding: 0 15px 10px 15px;
    position: relative;
    float: left;
}

.col1 {
    width: 100%;
}

.col2 {
    width: 50%;
}

.col3 {
    width: 33.3333%;
}

.col4 {
    width: 25%;
}

.col5 {
    width: 20%;
}

.col6 {
    width: 16.6667%;
}

.col7 {
    width: 14.9133%;
    padding: 0 7px;
}

.col8 {
    width: 10.5%;
    padding: 0 15px 0 0;
    position: relative;
}

.col7 {
    width: 14.9133%;
    padding: 0 7px;
}

.col9 {
    width: 12.786%;
    padding: 0 7px;
}




.subfilter .col8 {
    padding-left: 0 !important;
    text-align: center;
}

.subfilter .row {
    margin: 10px 0 !important;
}

.co {
    height: 50px;
    background: #000;
}

.col_xs1, .col_xs2 {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.col_xs1 {
    width: 66.6667%;
}

.col_xs2 {
    width: 33.3333%;
}

.co_x {
    height: 50px;
    background-color: #F00;
    padding-left: 10px;
    padding-right: 10px;
}

.col60 {
    width: 60%;
    padding-right: 0;
    padding-left: 0;
    height: 50px;
}

.col60-1 {
    width: 60%;
    height: 46px;
    margin-left: 3px;
}

.col40-1 {
    width: 39.3333%;
    height: 46px;
}

.col40-2 {
    width: 33%;
    padding: 0;
}

.col60-1 .btn {
    padding: 12px;
}

.col40-1 .btn {
    padding: 12px;
    background: #ff7f21 !important;
    border: 1px solid #d9640e !important;
}

    .col40-1 .btn:hover {
        background: #d9640e !important;
    }

.col70 {
    width: 73%;
    padding-right: 0;
    padding-left: 0;
    height: 45px;
    border: 1px solid #c6ced0;
    border-radius: 5px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}

.col2.col70 > span {
    left: 15px;
    position: relative;
    top: 10px;
}

.col40 {
    width: 39.3333%;
    padding-right: 0;
    height: 46px;
    margin-left: 3px;
}

.col20 {
    width: 26.3333%;
    padding-right: 0;
    height: 46px;
}

.col40 a {
    padding: 12px 0;
    font-size: 24px;
}

.alpha {
    padding-right: 0;
}

.bita {
    padding-left: 0;
}

.omega {
    margin-left: 0 !important;
}
.gamma {
    padding: 0!important;
}
.btn {
    padding: 8px 15px;
    min-width: 80px;
    border-radius: 5px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}

.margin0 {
    margin: 10px 0;
}

.margr30 {
    margin-right: 30px;
}

.margr20 {
    margin-right: 20px;
}

.terms_box {
    border: 1px solid #c6ced0;
    border-radius: 5px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    display: block;
    padding: 0 15px;
    resize: none;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 300px;
    color: #282828;
    overflow: scroll;
}

    .terms_box p {
        font-size: 14px;
    }

    .terms_box input[type='text'] {
        border: 0px solid #000 !important;
        border-bottom: 1px solid #000 !important;
        width: 116px !important;
        height: 14px !important;
        float: left;
        border-radius: 0px !important;
        behavior: url(/Content/pie/PIE.htc);
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        position: relative;
        margin: 7px 3px 0;
        padding: 0 5px !important;
        font-size: 14px !important;
        color: #282828 !important;
    }

.pad a {
    padding: 8px 0;
}

.pad1 a {
    padding: 12px 0;
}

.row input[type='text'], .efile-main input[type='search'], input[type='password'], .row input[type='date'], textarea, select, form input[type='text'], form input[type='date'], form textarea, form select, .upload-box {
    background: #f7f7f7;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ddd;
    color: #2d2d2d;
    height: 31px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(219,216,219,1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(219,216,219,1);
    box-shadow: 0px 1px 1px 0px rgba(219,216,219,1);
    color: #000000;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    resize: none;
    padding: 0 15px;
    position: relative;
    display: block;
}

::-webkit-input-placeholder {
    color: #a6a6ab;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #5e5f5f;
    font-size: 14px;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #5e5f5f;
    font-size: 14px;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

:-ms-input-placeholder {
    color: #a6a6ab !important;
    font-size: 14px;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.frt {
    float: right;
    font-size: 16px;
}

label { /*color:#a6a6ab;*/
    margin-left: 3px;
    position: relative;
    bottom: 1px;
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.lbl_title { /*color:#a6a6ab;*/
    margin-left: 3px;
    position: relative;
    bottom: 1px;
    font-size: 18px;
    display: block;
    padding-bottom: 5px;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.row a {
    /*border-radius: 5px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;*/
}

.login, .login_linkedin, .submit, .cancel, .signup_email, .back, .top_btncase, .btn-submit, .btn-cancel { /*float:left; */
    /*border: 1px solid #f74949;*/
    color: #fff;
    /*font-size: 22;padding:13px 52px;*/
    text-align: center;
    display: block;
    text-decoration: none;
}

.login:hover, .login_linkedin:hover, .submit:hover, cancel:hover, .signup_email:hover, .top_btncase:hover {
    text-decoration: none;
}

.submit, .btn-cancel {
    background: #ed0c0c;
    border-radius: 5px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}

.submit:hover, .btn-cancel:hover {
    background: #e64b4b !important;
}



.cancel, .btn-submit {
    margin-left: 6px;
    background: #4766ff;
    border: 1px solid #4766ff;
    border-radius: 5px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}

.cancel:hover, .btn-submit:hover {
    background: #026bbf !important;
}

.search1, .back {
    padding: 13px 32px;
}

.top_btncasemain .btn {
    font-size: 24px;
    border-radius: 5px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 10px;
    position: relative;
    float: right;
    width: auto;
}

.top_btncase {
    background: #fdc006;
    border: 1px solid #fdc006;
}

    .top_btncase:hover {
        background: #e4b422;
    }




input[type="text"], .a_textbox, a_textarea, textarea, select, .a_filetype, .a_dropdown, .c_textbox {
    background: #f7f7f7;
    border-radius: 4px;
    border: 0;
    color: #2d2d2d;
    height: 31px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(219,216,219,1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(219,216,219,1);
    box-shadow: 0px 1px 1px 0px rgba(219,216,219,1);
}


.c_textbox {
    width: 600px;
}

.margin0 textarea {
    height: 150px;
    padding: 15px;
}
/* =====================End create CaseCasecard*/

/*========================== lawyer profile top green button */
.top_btn {
    float: right;
    padding: 30px 10px;
}

.greenbtn, .orangebtn, .lightbtn, .yellowbtn, .bluebtn {
    background: #7f9347;
    padding: 6px 25px;
    color: #FFF;
    font-size: 16px;
    border-radius: 50px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-right: 10px;
    position: relative;
}

    .greenbtn:hover, .orangebtn:hover, .yellowbtn:hover, .bluebtn:hover {
        background: rgba(93, 90, 53, 0.5);
    }


.clearbtn, .drkbluebtn {
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
    font-size: 13px;
}

.clearbtn {
    border-radius: 4px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #eb0505;
    color: #fff;
    font-size: 13px;
}


    .clearbtn:hover {
        background: #fd4143;
    }

.drkbluebtn {
    background: #002c5c;
    outline-offset: 2px;
}

    .drkbluebtn:hover, drkbluebtn:focus {
        background: #002751;
    }

.drkgraybtn {
    color: #fff;
    background: #757575;
    font-size: 15px;
    text-align: center;
}

    .drkgraybtn:hover, .drkgraybtn:focus {
        background: #686868;
    }

.pro_active {
    background: rgba(93, 90, 53, 0.5);
    padding: 6px 25px;
    color: #FFF;
    font-size: 16px;
    border-radius: 50px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-right: 10px;
    position: relative;
}

.orangebtn {
    background: #ff7f21;
}

    .orangebtn:hover {
        background: #d9640e;
    }

.org_active {
    background: #d9640e;
}

.lightbtn {
    background: #edecec;
    color: #000;
}

    .lightbtn:hover {
        background: #dad9d9;
    }

.yellowbtn {
    background: #f3bd4a;
}

    .yellowbtn:hover {
        background: #daa535;
    }

.bluebtn {
    background: #2b55c2;
    font-weight: bold;
}

    .bluebtn:hover {
        background: #14368e;
    }



/*Upload File*/
.file_button_container,
.file_button_container input {
    background: transparent url(/Content/images/upload.png) left top no-repeat;
    height: 47px;
    width: 263px;
}

.file_button_container {
    background: transparent url(/Content/images/upload.png) left top no-repeat;
}

    .file_button_container input {
        opacity: 0;
    }

    .file_button_container > input {
        width: 200px;
    }



.blue_btn {
    background: #156bcc;
    padding: 15px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 30px;
    border: 1px solid #1661b7;
}

    .blue_btn:hover {
        background: #1661b7;
    }


.upload_pleading {
    background-color: #4c4743;
    font-size: 16px;
    color: #bdbbbb;
    position: relative;
}

.skip_sign {
    padding: 20px 10px;
    text-align: center;
    width: 1200px;
}


#accordion span, .expert span {
    font-size: 30px;
    padding-bottom: 9px;
    float: left;
}


.expert h2 {
    font-size: 17px;
    padding-bottom: 9px;
}



.browse_wrap {
    /*background-color: #404040 !important;*/
    padding: 20px;
    position: absolute !important;
    left: 43% !important;
    width: 800px !important;
}

    .browse_wrap .brows_cont {
        background: #fff;
        padding: 20px;
        position: relative;
        float: right;
        margin: 0px 0px 20px 0;
        width: 760px;
        float: right;
    }

.brows_cont:before, .brows_cont:after {
    position: absolute;
    right: 0;
    left: 0;
    height: 13px;
}

.brows_cont:before {
    background: url(/Content/images/page_curve.png) repeat-x left;
    content: "";
    top: -10px;
}

.brows_cont:after {
    background: url(/Content/images/page_curve_bottom.png) repeat-x left;
    content: "";
    bottom: -10px;
}

.brows_cont h2 {
    margin-bottom: 6px;
    font-size: 25px;
    padding-bottom: 9px;
    text-overflow: ellipsis;
    text-transform: capitalize;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 1px;
}

.brows_cont p {
    font-size: 16px;
    line-height: 26px;
    word-break: break-all;
}

.browse_wrap .list_doc {
    width: 100%;
}

    .browse_wrap .list_doc table {
        width: 100%;
        text-align: left;
        border: 0;
        border-collapse: collapse;
        margin-bottom: 40px;
    }

        .browse_wrap .list_doc table th {
            background-color: #504e4e;
            color: #fff;
            padding: 20px 10px;
            font-size: 18px;
            border-left: 1px solid #dcdcdc;
        }

        .browse_wrap .list_doc table td {
            padding: 10px;
            font-size: 16px;
            vertical-align: top;
            border: 1px solid #dcdcdc;
            word-break: break-all;
        }

            .browse_wrap .list_doc table td p {
                padding: 0 0 5px 0;
            }

        .browse_wrap .list_doc table tr:nth-child(odd) {
            background: #f0f0f0;
        }

.browse_wrap .listing {
    height: 176px;
    overflow: hidden !important;
    margin: 0px 5px 15px 0;
}

.browse_wrap .list_box { /*background-color:#f5f5f5; border:1px solid #e6e6e6;*/
    background: none !important;
    border: none;
    height: 176px;
}

.browse_wrap .cancel, .browse_wrap .submit {
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
}


input[type=checkbox].css-checkbox + label.css-label2, input[type=checkbox].css-checkbox + label.css-label2.clr, input[type=radio].css-checkbox + label.css-label { /*padding-left:30px;height:23px;*/
    display: inline-block;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 23px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:focus + label.css-label2, input[type=checkbox].css-checkbox:focus + label.css-label2.clr, input[type=radio].css-checkbox:focus + label.css-label {
    border-color: #207cb1;
    border-style: solid;
    border-width: 2px;
}

.demo-htmlselect {
    color: #4a4848;
    background-color: #f3bd4a;
    border: 3px solid #fff;
    float: right;
    padding: 9px 20px;
    margin-left: 8px;
    width: 100px;
    height: 40px;
}

.dd-select {
    background-color: #71a641;
    border: 3px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    behavior: url(/Content/pie/PIE.htc); /* padding:9px 5px;*/
    margin-left: 8px;
}

.dd-desc {
    color: #6e6868;
    display: block;
    overflow: hidden;
    font-weight: normal;
    line-height: 1.4em;
}

.dd-selected {
    overflow: hidden;
    display: block;
    vertical-align: middle;
    color: #fff;
    top: 1px;
    font-size: 16px;
}

.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 4px;
    top: 43%;
    margin-top: -2px;
}

.dd-pointer-down {
    background: url(/Content/images/selectfieldarrow.png) no-repeat bottom;
    width: 16px;
    height: 15px;
    overflow: hidden;
}

.dd-pointer-up {
    background: url(/Content/images/selectfieldarrow.png) no-repeat top;
    width: 16px;
    height: 15px;
    overflow: hidden;
}

.dd-options {
    border: solid 1px #528226;
    border-top: none;
    list-style: none;
    display: none;
    position: absolute;
    left: 18px;
    right: 8px;
    z-index: 3;
    margin: 0;
    padding: 0;
    background: #71a641;
    overflow: auto;
}

.dd-option {
    padding: 10px;
    display: block;
    border-bottom: solid 1px #528226;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.dd-options > li:first-child > .dd-option {
    padding: 10px;
}

.dd-options > li:last-child > .dd-option {
    border-bottom: none;
    padding: 7px 10px 0;
}

.dd-selected-description-truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.dd-option-selected { background:#f6f6f6; }*/
.dd-option-image, .dd-selected-image {
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    max-width: 64px;
}

.dd-image-right {
    float: right;
    margin-right: 15px;
    margin-left: 5px;
}

.dd-container {
    position: relative;
    float: right;
    width: 115px;
}

​ .dd-selected-text {
    font-weight: bold;
}

​
/*Checkbox
=========================================*/
input[type=checkbox].css-checkbox, input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox, input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label2, input[type=checkbox].css-checkbox + label.css-label2.clr, input[type=radio].css-checkbox + label.css-label {
        padding-left: 30px;
        height: 23px;
        display: inline-block;
        line-height: 23px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 23px;
        vertical-align: middle;
        cursor: pointer;
    }

        input[type=checkbox].css-checkbox:checked + label.css-label2, input[type=checkbox].css-checkbox + label.css-label2.chk, input[type=radio].css-checkbox:checked + label.css-label {
            background-position: 0 -23px;
        }

label.css-label2 {
    background-image: url(/Content/images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




/*	e-File ( Existing Case )*/


/*============================My Document */



/*============================Start card table */

.card_cont .scrollbars {
    max-height: 280px;
    padding: 0 0 0 0 !important;
    overflow: visible !important;
    min-height: 65px;
}

.scrollbar-content-wrap {
    margin: 0;
    overflow: hidden;
    min-height: 65px;
    max-height: 280px;
}

.table_box {
    margin-right: -23px;
}

    .table_box.nooverflow {
        margin-right: 0;
        padding-right: 22px;
    }

    .table_box > .floatThead-wrapper {
        margin-bottom: 23px;
    }

    .table_box > .floatThead-wrapper {
        margin-right: 23px;
    }

.floatThead-table {
    width: 100% !important
}


.floatThead-container {
    width: 100% !important;
}

.card_cont table:not(.optional-service-table) {
    width: 100%;
    text-align: left;
    border: 1px solid #e8ebee;
    border-collapse: collapse;
}

    .card_cont table:not(.optional-service-table) th {
        background-color: #4766ff;
        color: #fff;
        padding: 10px;
        text-align: left;
        font-weight: normal;
        font-size: 13px;
        font-weight: bold;
        border-left: 1px solid #e8ebee;
    }

    .card_cont table:not(.optional-service-table) tr th:first-child {
        border-left: 0
    }

    .card_cont table:not(.optional-service-table) tr td:first-child {
        border-left: 0
    }

    .card_cont table:not(.optional-service-table) td {
        padding: 10px;
        font-size: 13px;
        vertical-align: middle;
        text-align: left;
        border: 1px solid #e8ebee;
        overflow: hidden;
        text-overflow: ellipsis;
        /*word-break: break-all;*/
    }

        .card_cont table:not(.optional-service-table) td a {
            color: #4766ff;
        }

            .card_cont table:not(.optional-service-table) td a.icon_text {
                color: #0000;
            }

            .card_cont table:not(.optional-service-table) td a.cancel.btn {
                color: #fff;
            }

        .card_cont table:not(.optional-service-table) td p {
            padding: 0 0 5px 0;
        }

    .card_cont table:not(.optional-service-table) tr:nth-child(odd) {
        background: #eff3f6;
    }

/*End card cont table*/





.efile_step {
    background: #ebebeb;
    position: relative;
    color: #fff;
    padding: 0 40px;
    font-size: 0px;
}

    li.steps4 {
        width: 25%;
    }

    li.steps5 {
        width: 20%;
    }

    .efile_step > li {
        display: inline-block;
        padding: 0;
        background: #ebebeb;
        position: relative;
        text-align: center;
        color: #3a3d3f;
        font-size: 13px;
    }

    .efile_step li:not(.disabled-tab):hover, .efile_step li:not(.disabled-tab):hover a {
        cursor: pointer;
        background-color: #2690ce !important;
        color: #fff !important;
    }

    .efile_step a {
        display: block;
        padding: 6px 0 18px 1px;
    }

    .efile_step li a {
        color: #3a3d3f;
        padding: 15px 10px;
    }

    .efile_step li span {
        padding: 15px 10px;
    }


.complete-step {
    background: #002c5c !important;
    color: #fff !important;
}


    .complete-step a {
        background: #002c5c !important;
        color: #fff !important;
        padding: 0px;
    }

.active-tab, .active-tab a {
    background-color: #207CB1 !important;
    color: #fff !important;
}

.disabled-tab, .disabled-tab a {
    cursor: default !important;
}

.efile_step > li span {
    font-size: 14px;
}

.efile_step > li div {
    font-size: 14px;
}

.efile .col-big {
    width: 84% !important;
}

.efile .col7 .btn {
    padding: 12px 15px !important;
}



.efile .expert > h2 {
    padding: 0px;
}

.efile .expert + .xrow {
    margin-bottom: 33px;
}

.efile .lgt-bg { /*background: #e1e1e1; */
}

    .efile .lgt-bg .tbl-cont {
        padding: 0 25px;
        /* height: 187px;*/
        /*overflow: hidden !important;*/
        overflow: visible !important;
    }

        .efile .lgt-bg .tbl-cont + div {
            /*padding-right: 5px !important;*/
            WIDTH: 100% !IMPORTANT;
        }

        .efile .lgt-bg .tbl-cont .scrollbar-content {
            /*width: 100%;*/
        }

/*.efile .lgt-bg .tbl-cont table {
   margin-bottom: 0;}

    .efile .lgt-bg table th {
        font-size: 14px;
        font-weight: normal;
       
    }*/

/*.tbl-cont .size-row {
height: 40px !important;
}*/


.tbl-cont .size-row {
    /*min-height: 40px;*/
}

/*.tbl-cont .size-row th {
        height: 15px !important;
    }*/

.efile .dark-bg {
    background: #363636;
    padding: 25px 0;
}



/*.efile .lgt-bg .tbl-cont td {

    padding: 10px;
    vertical-align: middle; 
    border: 1px solid #DCDCDC;
    word-break: normal;
    font-size: 12px;
}

    .efile .lgt-bg .tbl-cont td:nth-child(4),
    .efile .lgt-bg .tbl-cont td:nth-child(5),
    .efile .lgt-bg .tbl-cont td:nth-child(6) { 
    }

.efile .lgt-bg .tbl-cont .start-filing {
    padding: 5px 20px;
    font-size: 14px;
    background: #ff7f21;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
}*/

#bodyMasterServiceContact a.start-filing {
}

.efile .card_cont ~ .row {
    position: relative;
    top: 30px;
    overflow: visible !important;
}

/*.efile .card_cont ~ .row .btn {
        width: 180px !important;
    }*/
/*.fixed_headers_1				{ width:100%;table-layout: fixed;border-collapse: collapse;position:relative;}
.fixed_headers_1 thead 			    { width:100%;}
.fixed_headers_1 thead tr 			{ position: relative;}
.fixed_headers_1 tbody 				{ display: block;overflow: auto;width: 100%;height: 166px;position:absolute;left:0;right:0;}

/* Registration */
.efile .reg .btn {
    margin: 20px 0 !important;
}

/* Existing Case2 */
/*.efile .case2 .tbl-cont td			{ width:203px;}*/

/* Register Establish */
.efile .register-establish .orangebtn {
    font-size: 30px;
    padding: 15px;
    margin: 0px !important;
}

.efile .register-establish .firm-id {
    font-size: 30px;
    padding: 15px;
    background: #cccbcb;
    border-radius: 5px;
    text-align: center;
}

.efile .register-establish .btn { /* margin:80px 0 20px !important;*/
}


/* Register Member */
.efile .reg-member .lgt-bg {
    /* background: #363636;*/
}

    .efile .reg-member .lgt-bg h2 {
        color: #b3b3b3;
    }

.lgt-bg .head {
    font-size: 26px;
    text-align: left;
    margin-bottom: 10px;
}

/* My File */
.my-file-bg {
    background: #d3d3d3;
}

.my-file {
    float: right;
    width: 600px;
    margin: -60px 8px -15px -20px;
    padding: 50px 20px;
}

    .my-file:after {
        border-color: transparent #8f8f8f #8f8f8f transparent;
        border-style: solid;
        border-width: 15px;
        left: -30px;
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .my-file:before {
        border-color: transparent transparent #8f8f8f #8f8f8f;
        border-style: solid;
        border-width: 14px;
        right: -27px;
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
    }

.efile-main .my-file li {
    color: #272727;
    font-size: 20px;
    padding: 10px 19px 10px 80px;
    border-bottom: 1px dashed #868686;
    margin: 0 -19px;
    background: url(/Content/images/my-flie-bullets.png) no-repeat 35px 13px;
    line-height: 30px;
}

.efile-main .my-file-bottom {
    text-align: center;
    width: 100%;
}

    .efile-main .my-file-bottom h1 {
        display: block;
        color: #000;
        padding: 40px 0;
        font-size: 30px;
    }

    .efile-main .my-file-bottom .cancel {
        width: 100%;
        border-radius: 5px;
        margin: 10px auto 0 !important;
        padding: 15px !important;
    }



.gradient {
    background: #cceeff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(/Content/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjZWVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #cceeff 0%, #ffffff 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cceeff), color-stop(99%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cceeff 0%,#ffffff 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cceeff 0%,#ffffff 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cceeff 0%,#ffffff 99%); /* IE10+ */
    background: linear-gradient(to bottom, #cceeff 0%,#ffffff 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cceeff', endColorstr='#ffffff',GradientType=0 );
    box-shadow: #666 0px 5px 6px 0px;
    -moz-box-shadow: #666 0px 5px 6px 0px;
    -webkit-box-shadow: #666 0px 5px 6px 0px;
    position: relative;
    behavior: url(/Content/pie/PIE.htc); /* IE6-8 */
}

/* Step2 */
.efile .small-heading {
    float: left;
    position: relative;
    bottom: 20px;
    color: #a6a6ab;
    font-size: 16px;
}

.step2 .orangebtn, .step2 .blue_btn, .step2 .cancel {
    padding: 15px !important;
    font-size: 24px !important;
    margin-right: 0 !important;
}

.edit-delete {
    position: relative;
    top: 5px;
}

.step2 .lgt-bg {
    background: #fff;
    padding: 0;
}

.step2 .efile .lgt-bg .tbl-cont td ` {
    background: #fff !important;
}

.step2 .lgt-bg .cancel {
    font-size: 30px !important;
}

.step2 .lgt-bg .list {
    height: 226px;
}

    .step2 .lgt-bg .list td:first-child {
        border-right: 0px;
    }

    .step2 .lgt-bg .list td:last-child {
        border-left: 0px;
    }

.step2 .lgt-bg .search-parties {
    height: 217px;
}

    .step2 .lgt-bg .search-parties td:last-child {
        text-align: center;
    }


/* step2-who are the parties */
.step2-wrp {
    position: relative;
    border-bottom: 1px solid #959595;
    margin: 60px 0;
    text-align: center;
}

    .step2-wrp .or-step2 {
        position: absolute;
        top: -23px;
    }


/* step2-create new parties */
.step2-slide {
    background: #e1e1e1;
    padding: 0 0 5px 0;
    position: relative;
    margin: 15px 0;
    display: none;
}

    .step2-slide .head {
        background: #4766ff;
        margin-bottom: 25px;
    }

        .step2-slide .head h2 {
            padding: 10px 15px;
            font-size: 14px;
            color: #fff;
        }

    .step2-slide .close-img {
        position: absolute;
        top: 10px;
        right: 15px;
    }

.slide-close {
    overflow: visible;
}

/*Step2 Show Hide*/
.search-p {
    display: none;
}

/*Step3*/
.efile .orangebtn, .efile .blue_btn, .efile .btn {
    /*font-size: 15px;*/
    /*padding: 8px !important;*/
    /*height: 34px;*/
    /*margin: 0 !important;*/
    /*min-width: 100px;*/
}

.step3 .lgt-bg .tbl-cont {
    padding: 0 25px;
}

.step3 .court-fee {
    font-size: 22px;
    color: #404040;
    padding: 25px 0 0 25px;
}

    .step3 .court-fee span {
        font-weight: bold;
        color: #e41818;
    }


/*Step4*/

.step4 {
    padding-top: 15px;
}

    .step4 .tbl-grid {
        margin-top: 0px;
        margin-bottom: 40px;
    }

        .step4 .tbl-grid h2 {
            margin-bottom: 0px;
        }

    .step4 .col7-big {
        width: 66.66% !important;
    }

    .step4 .lgt-bg {
        text-align: center;
    }

        .step4 .lgt-bg .tbl-cont {
            height: auto;
        }

            .step4 .lgt-bg .tbl-cont td:nth-child(3),
            .step4 .lgt-bg .tbl-cont td:nth-child(4) { /*text-align:center;*/
            }

            .step4 .lgt-bg .tbl-cont .start-filing {
                margin: 0 5px;
            }

.chkbox_contact input[type="checkbox"] {
    margin-right: 10px;
}

.bottom-tbl {
    height: 213px !important;
}

    .bottom-tbl .edit-delete {
        top: 0 !important;
    }


/* congratulation */
.efile .heading {
    padding-bottom: 5px;
}

    .efile .heading h2 {
        color: #cfcfcf;
        font-size: 34px;
        line-height: 37px;
    }

    .efile .heading .efile-top-btn {
        bottom: 37px;
    }

.efiling_wrap .efiling_tabcont, .efiling_wrap .lgt-bg {
    /* background: #f5f5f5;*/
}

.efiling_wrap .efiling_tabhold .received_file {
    background-image: none;
    padding: 5px 21px;
    font-size: 18px;
    color: #626262;
    line-height: 28px;
    margin: 0 15px;
}

/*.efiling_wrap table tr th:first-child, .efiling_wrap table tr td:first-child {
    border-left: 1px solid #dcdcdc;
}*/

/*.efiling_wrap table td:last-child {
    text-align: center;
}*/

/*.efiling_wrap table .start-filing {
    padding: 0 !important;
    width: 100%;
    display: inline-block;
}*/


/*.efiling_wrap .lgt-bg .tbl-cont {
    height: 124px;
    margin: 15px 0;
}*/

.efiling_wrap .tryme {
    background: #dcdcdc;
    border: #c5c4c4 1px solid;
}

/*Percentage Bar Css
===================*/
.percentage-hold {
    padding: 20px 100px 25px;
    overflow: hidden;
}

    .percentage-hold .bar-percentage {
        font-size: 14px;
        color: 565555;
        font-weight: 300 !important;
        background: #fff;
        padding: 3px 0px;
        margin-bottom: 10px;
        width: 50px;
        text-align: center;
        border: #bbbaba 1px solid;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        margin-left: 126px;
    }

    .percentage-hold .bar-container {
        float: right;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: 10px;
        background: rgba(255,255,255,100);
        width: 100%;
        margin: 0 0 5px 0;
        overflow: hidden;
    }

    .percentage-hold .bar-percentage:after {
        content: '';
        width: 12px;
        height: 8px;
        background: url(/Content/images/per-arrow.png) center bottom no-repeat;
        position: absolute;
        bottom: -8px;
        position: absolute;
        z-index: 1;
        margin: 0 -20px;
    }

    .percentage-hold .bar {
        float: left;
        background: #71a741;
        height: 100%;
        -webkit-border-radius: 10px 0px 0px 10px;
        -moz-border-radius: 10px 0px 0px 10px;
        border-radius: 10px 0px 0px 10px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
/*total-hold Css
===================*/
.efiling_wrap .total-hold {
    overflow: hidden;
    border-top: #cecfcf 1px solid;
    border-bottom: #cecfcf 1px solid;
}

    .efiling_wrap .total-hold div {
        width: 33.33%;
        float: left;
        font-size: 18px;
        color: #555555;
        text-align: center;
        background: #fff;
        line-height: 25px;
        font-family: "Segoe_semibold";
        font-weight: 100;
        padding: 15px 0 12px;
    }

        .efiling_wrap .total-hold div span {
            display: block;
            font-size: 22px;
        }

    .efiling_wrap .total-hold .red {
        background: #d46f6f;
        border-left: #cecfcf 1px solid;
        border-right: #cecfcf 1px solid;
        color: #fff;
    }

/*free-hold Css
===================*/
.efiling_wrap .free-hold {
    background: #71a741;
    border-radius: 4px;
    position: relative;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #000;
    font-size: 24px;
    margin: 22px 30px 15px;
    padding: 22px 76px;
    text-align: center;
    line-height: 30px;
}

    .efiling_wrap .free-hold strong {
        font-family: "Segoe_semibold";
        font-weight: 400;
    }


/*step5-almos done*/
.step5, .step5 .lgt-bg {
    /*background: #f5f5f5;*/
}

.efile .done-text {
    color: #a6a6ab;
    font-size: 16px;
    margin-top: -20px;
    padding: 0 0 25px 0;
}

    .efile .done-text a {
        color: #eb5554;
    }



/*=============filing new Tabs -- */
.efiling_wrap .tabs-menu {
    padding-left: 22px;
    background: #f5f5f5;
}

    .efiling_wrap .tabs-menu li {
        float: left;
        margin-right: 3px;
    }

        .efiling_wrap .tabs-menu li a {
            text-align: center;
            color: #fff;
            text-transform: capitalize;
            background: #71a741;
            margin-left: 0;
            margin-bottom: -1px;
            display: block;
            margin-bottom: -1px;
            border-top: 1px solid transparent;
            border-right: 1px solid transparent;
            border-left: 1px solid transparent;
            font-size: 16px;
            border-radius: 5px 5px 0 0;
            position: relative;
            behavior: url(/Content/pie/PIE.htc);
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            padding: 15px 24px;
            min-width: 160px;
        }

        .efiling_wrap .tabs-menu li.current a {
            position: relative;
            z-index: 5;
            background: #f5f5f5;
            border-top: 1px solid #adacac;
            border-right: 1px solid #adacac;
            border-left: 1px solid #adacac;
            margin-bottom: -1px;
        }

        .efiling_wrap .tabs-menu li.current a {
            color: #404040 !important;
            background: #dcfdbf;
        }

.efiling_wrap .tab {
    width: auto;
    background: #f5f5f5;
}

.efiling_wrap .tab-content {
    width: 100%;
    display: none;
    padding: 10px 0;
}

.efiling_wrap .efiling_tabhold {
    border-top: #adacac 1px solid;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.efiling_wrap .efiling_tabcont .tabhead {
    cursor: pointer;
    margin: 0 20px;
}
/*End Tabs */


.efile .step5 a.review {
    width: auto !important;
}

.efiling_wrap .lgt-bg .goheight {
    height: 148px;
}


.card_cont .expert {
    padding-bottom: 25px;
}

.card_cont .lgt-bg .rheight {
    height: 163px;
}

.card_cont .lgt-bg .lheight, .efile .lgt-bg .lheight {
    height: 213px;
}

.step4 .lgt-bg .currentheight {
    height: auto;
}

.card_cont .lgt-bg .addheight, .efile .lgt-bg .addheight {
    height: 187px !important;
}

.step5 .lgt-bg .payheight {
    height: 173px;
    margin-bottom: 20px;
}

.efiling_wrap .lgt-bg .rheight {
    height: 148px;
}

.topleft_menu {
    position: absolute;
    right: 0;
    top: 0;
}

.top_menu {
    float: right;
    position: relative;
    list-style: none;
    font-size: 16px;
    background-color: #2690ce;
}

    .top_menu li {
        float: left;
        min-width: 120px;
        text-align: center;
        background: url(/Content/images/h_border.png) repeat-y left top;
        position: relative;
    }

        .top_menu li a {
            color: #fff;
            display: block;
            height: 80px;
            text-decoration: none;
            padding: 5px 10px 10px 10px;
        }

            .top_menu li a:hover, .top_nav .active {
                color: #fff;
                background-color: #1c7fb9;
            }

            .top_menu li a img {
                margin: 6px 0 2px 0;
            }

        .top_menu li ul {
            display: none;
            list-style: none;
            width: 120px; /*right:10%;*/
            z-index: 999999999;
            position: absolute;
        }

            .top_menu li ul li {
                border-bottom: 1px solid #0c679c;
                height: auto;
                border-left: none;
                height: auto;
                float: left !important;
                text-align: left;
                width: 100%;
                padding: 5px;
                width: auto;
                color: #fff;
            }

                .top_menu li ul li a {
                    padding: 7px 4px;
                    height: auto;
                }

        .top_menu li:hover ul {
            display: block;
            position: absolute;
            right: 0;
            background: #1f8dcc;
            -moz-box-shadow: 0 0 3px #999;
            -webkit-box-shadow: 0 0 3px #999;
            box-shadow: 0 0 3px #999;
            -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc')";
            filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc');
        }

        .top_menu li > ul > li {
            background: #1f8dcc;
        }

        .top_menu li ul > li:hover {
            background: #1c7fb9;
        }

.free_file {
    background-color: #71a741;
}

    .free_file:hover {
        background-color: #669839 !important;
    }



.efile .col-file {
    width: 66% !important;
}

.card_cont .grey_bg {
    background-color: #616060;
    color: #fff;
}



/* ====================== my_service(5 june 15)
====================================--*/
/*service_cont*/

.service_cont {
}

    .service_cont .tbl-grid {
        margin-top: 15px;
    }

.service_cont {
    /*padding-top: 15px;
background-color: #f5f5f5 !important;*/
}

    .service_cont h2 {
        padding: 0 25px 25px;
    }
    /*.service_cont .tbl-cont + div 			{ padding:0 !important;}*/
    .service_cont .btn {
        /*padding: 15px !important;*/
    }


/* ====================== incomplete_filing( 5 june 15)
====================================--*/
.nopadding {
    padding: 0;
}

.efile .lgt-bg .ser_hght {
    height: 245px;
}

.add_mail {
    color: #ff704f;
    font-size: 18px;
    text-align: right;
    display: block;
    margin: 15px 0;
}

.efile-main .dd-select {
    background: #0682e2 !important;
}

.efile-main .dd-option {
    background: #0682e2 !important;
    border-bottom: 1px solid #0472c8 !important;
    border: #0472c8 1px solid !important;
}


/*blue_container*/
.blue_container {
    background: #0071b9;
    margin-top: 130px;
    border: #00060a 1px solid;
}

    .blue_container .content_box {
        float: left;
        width: 305px;
        text-align: center;
        padding: 30px 0 35px;
        font-size: 30px;
        color: #fff;
        text-transform: capitalize;
        border-left: #00060a 1px solid;
    }

        .blue_container .content_box span img {
            display: block;
            width: 74px;
            height: auto;
            margin: 0 auto 20px;
        }

        .blue_container .content_box:first-child {
            border: none;
        }

        .blue_container .content_box:hover {
            background: #005992;
        }


/*--===========================( 6 june 15)
/* my_file*/
.lady {
    float: left;
    position: relative;
    bottom: -142px;
}

    .lady img {
        width: auto;
        margin-left: -122px;
        height: auto;
    }

/*--=========================== service contact( 6 june 15)
===========================--*/
.efile .lgt-bg .con_hght td {
    /*padding: 0 10px;*/
}

.srch_wdth {
    width: 40%;
}

.add_wdth {
    width: 60%;
}

.efile .con_hght {
    /*height: 230px !important;*/
}


.step2 .lgt-bg .tbl-cont {
    padding: 0px 25px;
    /* height: 230px;*/
}

/*--========================== my_firm( 9 june 15)
===============================*/
.step4 .lgt-bg .full_hght {
    height: auto;
}

/*-- ========================== attach_document( 9 june 15)
=================================--*/
.browseCase_btn .file_button_container {
    background: #156bcc;
    color: #fff;
    content: 'Browse Computer';
}

.browse_btn .file_button_container {
    background: #ff7f21;
    color: #fff;
    content: 'Browse';
}

    .browse_btn .file_button_container, .browseCase_btn .file_button_container,
    .browse_btn .file_button_container input, .browseCase_btn .file_button_container input {
        width: 100% !important;
        margin-top: -21px;
        height: auto;
        padding: 12px 0 0 !important;
    }

.browseCase_btn:hover .file_button_container {
    background: #14368e;
}

.browse_btn:hover .file_button_container {
    background: #d9640e;
}


/*--========================= add firm user ( 11 june 15)
======================================= -- */
.firm_btn {
    bottom: -5px;
    right: 28px;
}

.efile-top-btn .cancel {
    background: #71a741 !important;
    border: 1px solid #669938;
    border-radius: 4px;
}

    .efile-top-btn .cancel:hover {
        background: #5f9431 !important;
    }

.efile-top-btn .submit {
    background: #f65c5c !important;
    border: 1px solid #f74949;
    border-radius: 4px;
}

    .efile-top-btn .submit:hover {
        background: #e64b4b !important;
    }


.service_cont .head {
    padding: 15px 0;
    overflow: hidden;
}

.on_click {
    margin: 10px 26px;
    font-size: 16px;
    color: #900;
}

/*-- =================== view popup 
=============================== -- */
.popup {
    border-radius: 5px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.45);
    display: none;
    left: 50%;
    margin-left: -275px;
    position: fixed;
    top: 10%;
    width: 550px;
    z-index: 9999;
}

.view_popup {
    background: none repeat scroll 0 0 #fff;
    padding: 25px;
    position: absolute !important;
    left: 51%;
    width: 550px;
    border-radius: 4px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.closePopup_btn {
    background: url(/Content/images/poup-close.png) no-repeat;
    height: 18px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 18px;
    z-index: 1;
}

    .closePopup_btn:hover {
        opacity: 0.8;
    }

    .closePopup_btn img {
        display: none;
        margin: 15px auto;
        width: auto;
    }

.view_cont {
    padding: 0;
    display: table;
    width: 500px;
    background: #fff;
}

    .view_cont tbody tr td {
        border-bottom: 1px solid #dcdcdc;
        vertical-align: middle;
        border-left: none;
        border-right: none;
        border-top: none;
        font-family: Segoe UI;
        font-size: 18px;
    }

        .view_cont tbody tr td.fieldbox {
            width: 33%;
            text-align: right;
            display: table-cell;
        }

        .view_cont tbody tr td.nobrdr {
            border-bottom: none;
        }

    .view_cont table tr:nth-child(2n+1) {
        background: #fff;
    }

    .view_cont table tr th:first-child, .view_cont table tr td:first-child {
        border-left: none;
    }


/*--====================== add_service
=================================--*/
.add_srvice {
    width: 830px;
    left: 42.5%;
    position: absolute;
}

    .add_srvice .add_cont {
        padding: 20px 0 0;
        width: 780px;
    }

        .add_srvice .add_cont .cancel {
            margin: 0;
        }

.submit:hover {
    background: #e64b4b !important;
}




/*--======================file-records
==============================----*/
.white {
    border: 3px solid #fff;
    width: 92px;
    height: 92px;
}

.erecord {
}

    .erecord .location {
        position: relative;
        top: 3px;
    }

/*accordian*/
.skyblue .ui-accordion-icons {
    background-color: #44bbed !important;
}

.eDate {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
}

.skyblue .acc_cont p {
    padding: 0;
}

.ercord_head .pleading_filter input, .ercord_head .submyteam input {
    width: 250px;
}

.ercord_head .pleading_filter, .ercord_head .submyteam {
    margin: 0 -20px;
}

.ercord_head .greenbtn, .ercord_head .redbtn {
    background-color: #71a741;
    border-radius: 8px;
    padding: 4px 24px;
    border: #f4f4f4 3px solid;
}

.ercord_head .redbtn {
    background-color: #f65c5c;
}

.ercord_head .greenbtn:hover {
    background-color: #649538;
}

.ercord_head .redbtn:hover {
    background-color: #cd4242;
}

.erecord .pagination a, .erecord .pagination strong {
    margin-right: -5px;
}

.skyblue {
    margin: 0;
}

.accordin_ercord {
    position: relative;
    margin-left: -20px;
    padding: 0;
    width: 592px;
}

.accrdin_overly {
    background: rgba(17, 17, 17, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.go_overly {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #71a741;
    border-radius: 100px;
    border: #fff 2px solid;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    line-height: 55px;
    font-size: 22px;
    margin: 17% auto 0;
    vertical-align: middle;
    font-weight: 600;
}

.erecord .pagination {
    margin: 10px 20px;
}

.erecord .profile_cont {
    padding-bottom: 0;
}

.erecord > .ui-accordion-icons, .ui-accordion-icons {
    padding: 9px 10px;
}

/*bulk_filing*/
.bulk_filing {
    color: #404040;
    font-size: 18px;
    padding: 0 25px;
}

    .bulk_filing p {
        padding: 0 28px 0 0;
        float: left;
    }

.yes_chkbox {
    float: left;
    width: auto;
}

.bulk_filing .css-label2 {
    color: #404040;
    font-size: 18px !important;
}

.efile .lgt-bg .onclick_yes .tbl-cont .submit {
    border-radius: 5px;
    padding: 5px !important;
    font-size: 18px !important;
}
/*.onclick_yes table td					{ border-left:none !important; border-right:none !important;}*/

.efile .lgt-bg .onclick_yes .ynheight {
    height: 199px;
}

.efile .lgt-bg .onclick_yes .done {
    background: #6e6e6d;
}

    .efile .lgt-bg .onclick_yes .done:hover {
        background: #555554 !important;
    }

/*--my file --*/
.bordergren .select2-container .select2-choice {
    border: #71a741 2px solid;
    text-align: left;
    line-height: 50px;
}

.select2-container-active:focus {
    border-color: #207cb1 !important;
    border-style: solid !important;
    border-width: 2px !important;
}

.heightM {
    height: 47px;
    border: none;
    width: 66.5%;
}

/* add casecard */
.add_popup {
    width: 775px;
    margin-left: -375px;
    position: absolute;
    top: 8%;
}

.popup .subject_box {
    background: #9c3a3b;
    padding: 15px 0 17px 22px;
    border-bottom: #c3adae 1px dotted;
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 27px;
}

.popup .addpopup_cont {
    padding: 20px 22px;
}

    .popup .addpopup_cont .cancel {
        padding-top: 17px;
        padding-bottom: 17px;
        margin-top: 0;
        font-size: 24px;
    }

        .popup .addpopup_cont .cancel:hover {
            background: #6c9f3e;
        }

    .popup .addpopup_cont .tbl-cont {
        padding: 0px 10px 20px;
        height: 206px;
        margin-top: 20px;
        overflow: hidden;
    }

        .popup .addpopup_cont .tbl-cont table {
            margin-bottom: 0;
            border-collapse: collapse;
            margin-bottom: 40px;
            text-align: left;
            width: 100%;
        }

        .popup .addpopup_cont .tbl-cont th {
            font-size: 16px;
            font-weight: normal;
            padding: 10px !important;
            background-color: #504e4e;
            color: #fff;
        }

        .popup .addpopup_cont .tbl-cont th, .popup .addpopup_cont .tbl-cont td {
            border: 1px solid #dcdcdc;
            font-size: 16px;
        }

        .popup .addpopup_cont .tbl-cont td {
            background: #f5f5f5;
            padding: 5px 10px;
            vertical-align: middle; /*width:166px;*/
            height: 55px;
        }

            .popup .addpopup_cont .tbl-cont td:nth-child(4),
            .popup .addpopup_cont .tbl-cont td:nth-child(5),
            .popup .addpopup_cont .tbl-cont td:nth-child(6) {
                text-align: center;
            }

/* assign_calender */
.popup .assign_calender {
    background: #e9e7e8;
    padding: 15px 32px;
    border-top: #d3d3d3 1px dotted;
}

    .popup .assign_calender .cancel {
        padding: 15px 0;
        font-size: 24px;
    }

        .popup .assign_calender .cancel:hover {
            background: #6da13f;
        }

.assign_calender + .row .cancel {
    width: 180px !important;
    padding: 15px !important;
    margin: "";
}

.Ctxt {
    padding: 15px 10px !important;
}

    .Ctxt .submit {
        padding: 15px !important;
        font-size: 30px !important :;
    }


/* add event */
.event_popup {
    width: 565px;
    position: absolute;
    top: 8%;
}

    .event_popup .assign_calender {
        padding: 0 0 10px;
    }

.popup .event_cont {
    padding-bottom: 0;
}

.popup .assign_calender .submit {
    margin-top: 10px;
    font-size: 24px;
}

.maroon {
    background: none repeat scroll 0 0 #9c3a3b;
}

.popup .addpopup_cont .scrollbar-content {
    left: 0 !important;
}


/*-----chnge by sonali-----------*/
.efile .step-arrow li {
    list-style: none;
}

.efile .step-arrow > li:first-child {
    line-height: inherit;
}

.serve .card_cont {
    width: 100%;
}

    .serve .card_cont table {
        width: 100% !important;
    }

.serve .lgt-bg .mheight th {
    height: auto;
    /*padding: 10px !important;*/
}

.serve .lgt-bg .mheight td {
    /*padding: 5px 10px 0;*/
}

.serve .ref_casecard .scrollbar-path-vertical {
    top: auto;
    height: 100%;
}

.serve .lgt-bg .tbl-cont .scrollbar-content {
    width: 100%;
}

.serve table th {
    padding: 12px 10px !important;
}

.serve .card_cont {
    width: 100%;
    float: none;
    min-height: auto;
    background: none;
}

    .serve .card_cont::before, .serve .card_cont::after {
        background: none;
    }

.no_record {
    margin: 40px 0;
}



/*-----------review popup css start here --------------------*/
.review_popup .step5 {
    width: 100%;
}

    .review_popup .step5 table th {
        border: medium none;
        color: #e1e1e1;
        font-size: 26px;
        padding: 10px 20px !important;
        height: 50px;
    }

    .review_popup .step5 .lgt-bg .tbl-cont {
        padding: 0px 25px 10px;
        height: auto;
        margin-bottom: 5px;
    }

        .review_popup .step5 .lgt-bg .tbl-cont tbody {
            padding-top: 5px;
        }

            .review_popup .step5 .lgt-bg .tbl-cont tbody tr:first-child td {
                padding-top: 15px;
            }

.re_hght {
    height: 225px !important;
    min-height: auto;
}

.efile .card_cont .col70 {
    padding-left: 15px;
    padding-right: 15px;
}

.card_cont .frt a {
    color: #fff;
}

.bluk_popup .card_cont {
    width: 100%;
}

.width63 {
    width: 63%;
}

/*------ disable table -----*/
.tbl-cont tr.disable_overlay {
    position: relative;
}

    .tbl-cont tr.disable_overlay:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        min-height: 60px;
        background: rgba(0,0,0,0.65);
    }

.slect_icon {
    position: relative;
    z-index: 999;
}

.email_need {
    color: #fff;
    z-index: 9999;
    position: relative;
    background: none !important;
}

.norecords {
    font-size: 35px !important;
    height: auto;
}

.paymnt_popup {
    width: 550px !important;
    left: 50% !important;
}

    .paymnt_popup .brows_cont {
        width: 100%;
    }

        .paymnt_popup .brows_cont .btn_pay {
            padding: 12px 0;
            margin: 0;
            font-size: 20px;
        }

.border_dash {
    border-bottom: #959595 1px dashed;
    padding: 0 0 15px 0;
    margin-bottom: 25px;
}

.paymnt_popup label.save_lable {
    font-size: 15px !important;
}

/*overlay_up*/
.overlay_up {
    position: fixed;
    background-color: rgba(0, 0, 0,0.4 );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8888;
    display: none;
}


/*ex_head*/
.ex_head {
    border-bottom: none;
}

    .ex_head h2 {
        float: none;
    }

.txtS {
    font-size: 27px !important;
}

.width35 {
    width: 35%;
}

.efile .card_cont ~ .Wrow .btn {
    width: 100% !important;
}

.Wrow .orangebtn {
    border: #ff7f21 1px solid;
}

    .Wrow .orangebtn:hover {
        background: #e96b0e !important;
    }

.Wrow .blue_btn:hover {
    background: #024da1 !important;
}




/*---what documnts r u filing changes css-------*/
.chkbox_autohgt .select2-container-multi .select2-choices {
    width: 350px;
    height: auto !important;
}

.chkbox_S {
    width: 25px;
}

.efile .lgt-bg .tbl-cont td.tagboxs {
    position: relative;
    border-top: none;
    border-bottom: none;
    overflow: hidden;
}

    .efile .lgt-bg .tbl-cont td.tagboxs:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.1);
    }
/*------ disable table -----*/
.disable_overlay {
    position: relative;
}

    .disable_overlay:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.85);
    }

.slect_icon {
    position: relative;
    z-index: 999;
}

/*-------lable css---*/
.lbl_txt {
    /*margin-left: 13px;*/
}

.gray {
    text-align: center;
    background: #e1e1e1 !important;
    color: #3d3d3d;
}

    .gray:hover {
        background: #d9d9d9 !important;
    }

.org_border {
    border: 1px solid #ff7f21 !important;
}

/*Tabs===========================*/
.caseroom_mail .tabs-menu {
    float: left;
    clear: both;
    width: 100%;
    background: #262525;
}

    .caseroom_mail .tabs-menu li {
        width: 22%;
        height: 39px;
        line-height: 60px;
        float: left;
        background-color: #535353;
        text-align: center;
        position: relative;
        border-radius: 8px 0 0 0;
        behavior: url(/Content/pie/PIE.htc);
        -webkit-border-radius: 8px 0 0 0;
        -moz-border-radius: 8px 0 0 0;
        margin-right: 13px;
    }

        .caseroom_mail .tabs-menu li .notimail {
            right: 0;
            top: 6px;
            padding: 3px 6px;
            font-size: 12px;
            border: 3px solid #363535;
        }

        .caseroom_mail .tabs-menu li.current {
            position: relative;
            background-color: #363535;
            z-index: 5;
        }

        .caseroom_mail .tabs-menu li a { /* padding:25px 0; */
            text-align: center;
            position: relative;
            bottom: 12px;
            color: #fff !important;
            text-decoration: none;
            font-size: 15px;
            margin-left: -13px;
        }

    .caseroom_mail .tabs-menu .current a {
        color: #ef9b11;
    }

.tab {
    width: auto;
    background: #363535;
}

.caseroom_mail .tab-content {
    width: 100%;
    display: none;
    padding: 55px 10px 0 0;
}

#tab-1 {
    display: block;
}

.caseroom_mail .tab p {
    padding: 10px;
    margin-top: 50px;
}

.caseroom_mail .tabs-menu li.current:after { /*border-color:transparent transparent #363535 #363535;*/
    background: url(/Content/images/tab-right_hover.png) no-repeat right;
}

.caseroom_mail .tabs-menu li:after { /*border-color:transparent transparent #535353 #535353; border-style: solid; border-width: 19px;*/
    right: -46px;
    content: "";
    position: absolute;
    top: -2px;
    background: url(/Content/images/tab-right.png) no-repeat right;
    width: 46px;
    height: 41px;
    z-index: 99;
}

.select2-container .select2-choice {
    height: 28px;
    margin-bottom: 1px;
}

/*Create team css*/
.team_info {
    border: 1px dashed #a6a6a6;
    padding: 15px 10px 15px 65px;
    background: url(/Content/images/info_ico.png) no-repeat left center #fbdbc4;
    margin: 22px 27px 0 27px;
    font-size: 14px;
}

.team_or {
    padding: 35px 0 0;
    position: relative;
    border-top: 1px solid #bebebe;
    margin-top: 45px;
}

    .team_or img {
        bottom: 13px;
        left: 379px;
        position: absolute;
    }

.team_bottom {
    background: #353638;
    border-top: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.team_margin {
    margin-bottom: 45px;
}

.team_padding {
    padding: 0 130px;
}


.upload_btn {
    margin-left: 22px !important;
}

/* start css for assigned document green part */
.ui-accordion-icons {
    background-color: #ed6c44 !important;
    background: url(/Content/images/plus.png) no-repeat 10px 17px;
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid #252525;
}

.assign > .ui-accordion-icons, .ui-accordion-icons {
    background-color: #ed6c44;
    background: url(/Content/images/plus.png) no-repeat 10px 17px;
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid #252525;
}

.assign > .ui-accordion-icons {
    background-color: #8dbb64 !important;
}

.assign > .ui-state-active {
    background: url(/Content/images/minus.png) no-repeat 10px 17px;
}

.assign h2, .date, .status {
    font-size: 22px;
    color: #fff;
    float: left;
    margin: 5px 0 0 30px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.assign .date, .create {
    width: 150px;
}

.assign .status, .delete {
    width: 100px;
    text-align: right;
}

.expert_name h2 {
    font-size: 22px;
    color: #fff;
    float: left;
    margin: 5px 0 0 30px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.expert_name span {
    font-size: 16px !important;
    color: #fff;
    float: left;
    margin: 7px 0 0 0;
    font-style: italic;
}

.expert_name i {
    font-size: 16px;
}

.mail_btn {
    position: absolute;
    right: 10px;
    top: 20px;
}

    .mail_btn .greenbtn {
        padding: 4px 24px;
        font-size: 16px;
    }

.star {
    float: right;
    padding: 5px;
}

.email span {
    position: relative;
    top: 60px;
    font-size: 22px;
}

.w_mail {
    min-height: 285px;
    font-size: 14px;
}

.mail_btn {
    position: absolute;
    right: 10px;
    top: 20px;
}

    .mail_btn .greenbtn {
        padding: 4px 24px;
        font-size: 16px;
    }

.mail_filter {
    background: url(/Content/images/mail_filter.png) no-repeat 64px 13px #ff7f21;
}

    .mail_filter:hover {
        background: url(/Content/images/mail_filter.png) no-repeat 64px 13px rgba(217, 100, 14, 0.9);
    }

.uparrow {
    background: url(/Content/images/mail_filter_up.png) no-repeat 64px 13px rgba(217, 100, 14, 0.9);
}

    .uparrow:hover {
        background: url(/Content/images/mail_filter_up.png) no-repeat 64px 13px rgba(217, 100, 14, 0.9);
    }

.filter_group {
    background: #e0e0e0;
    padding: 15px 0;
    border: 1px solid #c5c4c4;
    width: 550px;
    top: 50px;
}

    .filter_group span {
        color: #282828;
        margin: 0 10px;
    }

.call_records {
    border-bottom: 1px dashed #959595;
    padding: 8px 0;
    position: relative;
}

    .call_records h2 {
        color: #7f9347;
        font-size: 28px;
    }

    .call_records span {
        color: #282828;
        margin: 0 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .call_records .save_delcall {
        position: absolute;
        right: -10px;
        top: 6px;
    }

        .call_records .save_delcall a {
            margin-right: 10px;
        }


/*-----------------pleading_filter
---------------------------------*/
.pleading_filter, .submyteam {
    text-align: right;
    padding: 10px;
    position: relative;
    top: 10px;
    margin: 0 -25px;
    background: #e1e1e1;
}

    .pleading_filter input, .submyteam input {
        margin-right: 5px;
        padding: 8px 10px;
        height: 45px;
        border-radius: 3px;
        width: 270px;
        background: url(/Content/images/psearch.png) no-repeat center right 10px #fff;
    }

    .pleading_filter .go_btn, .submyteam .go_btn {
        background: #f65c5c;
        font-size: 30px;
        color: #fff;
        padding: 0 10px;
        border-radius: 3px;
        border: 1px solid #f74949;
        position: relative;
        top: 6px;
    }

.go_btn:hover {
    background: #f74949;
}

/*Plus Button*/
#sub-menu2 {
    display: none;
    position: absolute;
    z-index: 999;
    left: 276px;
    bottom: 0;
    width: 360px;
}

    #sub-menu2 li {
        background: #3f3d3e;
        border-top: 1px solid #333132;
        width: 180px;
        font-size: 16px;
        border-left: 1px solid #333132;
        border-right: 1px solid #333132 !important;
    }

        #sub-menu2 li a {
            color: #fff;
            text-align: left;
            padding: 21px 10px;
        }

            #sub-menu2 li a:hover {
                background: #2c2b2c;
            }

        #sub-menu2 li:last-child a {
            border-left: none;
        }

        #sub-menu2 li:first-child a {
            border-right: none;
        }

        #sub-menu2 li img {
            float: left;
        }


/*----------------------accordian_cont
------------------------------------*/
.acc_cont {
    background-color: #4c4743;
    font-size: 16px;
    color: #bdbbbb;
    padding: 7px;
    position: relative;
}

    .acc_cont h1 {
        font-size: 30px;
        color: #fff;
        padding: 10px 0;
        float: left;
    }

.rating {
    float: right;
    padding: 10px 0;
}

.detail_btn {
    background: #404040;
    padding: 5px 20px;
    border-radius: 5px;
    float: right;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 99999999;
}

    .detail_btn:hover {
        background: #6b645e;
    }

.acc_cont p {
    padding: 5px 0;
}

    .acc_cont p span {
        font-size: 16px !important;
        color: #fff;
        float: none !important;
        padding: 5px !important;
    }

.acc_cont .select {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #fff;
    background: #ff7f21;
    padding: 5px 30px;
    border-radius: 5px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .acc_cont .select:hover {
        background-color: #ea690a;
    }

.case_details, .order_profile {
    width: 50%;
    float: left;
    padding: 20px 5px 0;
}

    .case_details .pdf_sample, .order_profile .pdf_sample {
        float: right !important;
        margin-top: 0 !important;
        padding: 0 0 0 15px !important;
        background-position: 0 9px;
    }

.acc_cont .pdf_sample a {
    padding: 0 8px;
}

.exp_green, .exp_red, .exp_blue, .exp_yellow {
    background: #71a741;
    padding: 5px 0 7px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    width: 98%;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 5px;
}

    .exp_green:hover {
        background: #5f9431;
    }

.exp_red {
    background: #f65c5c;
    margin-left: 5px;
}

    .exp_red:hover {
        background: #e64b4b;
    }

.exp_yellow {
    background: #da8704;
    margin-left: 5px;
}

    .exp_yellow:hover {
        background: #f69701;
    }

.required {
    border: 1px solid #AB192D !important;
    border-radius: 5px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}



/*----------------------------multi_dropdwn
-----------------------------------------*/



.multi_dropdwn .select2-container-multi .select2-choices {
    min-height: 46px;
    height: auto;
}

    .multi_dropdwn .select2-container-multi .select2-choices .select2-search-choice {
        min-width: 100px;
    }

.multi_dropdwn .select2-search-choice-close {
    background-position: right 2px;
    height: 15px;
    position: absolute !important;
    right: 8px;
    top: 5px;
    width: 15px;
    left: inherit !important;
}

.multi_dropdwn .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right 2px;
}






.closebtn {
    background: url(/Content/images/poup-close.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 18px;
    height: 18px;
    display: block;
    padding: 11px 12px 10px;
    border-radius: 100%;
    z-index: 9999;
}



    .closebtn img {
        display: none;
    }

    .closebtn:hover {
        opacity: 0.8;
    }

.closePopup {
    float: right;
    top: 0;
    position: absolute;
    right: 0;
    width: auto;
}




.closePopup {
    float: right;
    top: 0;
    position: absolute;
    right: 0;
    width: auto;
}

.close {
    background: #000;
    color: #fff;
    display: block;
    float: right;
    padding: 16px 20px;
    text-align: center;
}


/*---------------------- 16 oct15
--------------------------------*/
/*.step_WHTtext {
color: #d0d0d0;
}*/

.step_WHTtext .lgt-bg {
    background: #e1e1e1;
    padding: 5px 0;
    color: #404040;
    font-size: 18px;
    border-top: #a2a2a2 1px solid;
    border-bottom: #a2a2a2 1px solid;
}


.personB {
    font-size: 13px;
}

    .personB .titlediv {
        margin-bottom: 10px;
    }

    .personB label {
        display: inline-block;
    }

        .personB label input[type="radio"] {
            margin-right: 10px;
            margin-top: 3px;
            float: left;
        }



        .personB label:last-child {
            margin-left: 20px;
        }

    .personB p {
        float: left;
        padding: 0 5% 0 0;
    }
/*Radio Button*/

label.css-label {
    background-image: url(/Content/images/radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*Radio Button END*/

.edit-delete a {
    text-indent: -9999;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 5px;
}

.edit_icon {
    background: url(/Content/images/efile-edit.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.delete_icon {
    background: url(/Content/images/efile-delete.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.overlay {
    position: fixed;
    background-color: rgba(0, 0, 0,0.5 );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8888;
    display: none;
}

'
/*-----------------------------document 
----------------------------*/
.main_document {
    margin-bottom: 40px;
}

.main_document .tbl-grid {
    margin: 0 0 -5px 0;
}

.main_document h2 {
    margin-bottom: 15px;
}

/*add_document*/
.add_document {
    background: #fff;
    border: #e1e1e1 dashed 1px;
    padding: 1px 0 12px;
    position: relative;
}

    .add_document h2 {
        padding-left: 25px;
        font-size: 25px;
    }

.cancel_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: rgba(0,0,0,0.75);
    text-align: center;
    color: #fff;
}

    .cancel_btn:hover {
        background: rgba(0,0,0,0.85);
    }

.add_attchbox {
    position: relative;
}

.add_box {
    background: #fff;
    padding: 20px 25px;
}

.optionl_box {
    background: #f5f5f5 !important;
}

.add_btn {
    float: none;
    margin: 0 auto;
}

/*.efile .lgt-bg .height_service  { height: 390px !important; }*/

.main_document .add_more {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    float: right;
    cursor: pointer;
    color: #62a329;
}

.add_more {
    color: #627746;
    text-align: right;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
}

    .add_more:focus {
        border-color: #207cb1;
        border-style: solid;
        border-width: 2px;
    }

.attachmnt {
    text-align: right;
    font-size: 14px;
    padding: 10px 0 0 0;
}


/*-------------fees box---*/
.fees_box {
    border: #bebebe 1px solid;
    padding: 0px 0;
    margin: 40px 0;
}

    .fees_box > .alert_box {
        margin: 25px;
    }

    .fees_box .fees_head {
        background: #eff3f6;
        padding: 20px 25px;
        border-bottom: #e4e4e4 1px solid;
    }

.fees_head h2 {
    font-size: 18px;
    color: #3d3d3d;
    font-weight: normal;
}



.fees_col {
}

    .fees_col h3 {
        font-size: 13px;
        padding: 10px 25px 10px 20%;
        font-weight: bold;
        background: #f4f9fd;
        color: #626262;
        border-bottom: #e4e4e4 1px solid;
    }

.fees_box .totalNum {
    border-bottom: #e4e4e4 1px solid;
    font-size: 13px;
    text-align: right;
    color: #626262;
    overflow: hidden;
}
/*.fees_col .totalNum:last-child { border:none;}*/

.totalNum .tddiv1 {
    width: 70%;
    text-align: right;
    font-size: 13px;
    float: left;
    padding: 10px 25px;
}

.totalNum .tddiv2 {
    width: 30%;
    text-align: center;
    font-size: 13px;
    padding: 10px 25px;
    border-left: 1px solid #e4e4e4;
}

.total_fees .tddiv1, .total_fees .tddiv2 {
    padding: 22px 25px;
    border: none;
}

.fees_box .numberS {
    font-size: 30px;
    padding: 5px 0;
    color: #595959;
}

.case_frt {
    border-bottom: none;
    margin: 10px 0 50px;
    background-image: none;
}

.col80 {
    width: 80%;
}

.case_frt .numberS {
    text-align: right;
}

.total_box {
    background: #e1e1e1;
    padding: 15px 40px;
    color: #000; /*font-family: "Segoe_semibold";*/
    font-size: 21px;
}

    .total_box .numberS {
        font-size: 21px;
        padding: 0;
        color: #000;
    }



/*filing_head*/
.fees_box .filing_head {
    color: #650404;
    font-size: 18px;
    padding: 15px 35px 15px 20px;
    border-bottom: #dbdbdb 1px solid;
    color: #650404;
}

.filing_head .numberS {
    color: #650404;
    font-size: 13px;
    padding: 0;
}

.fees_box .total_fees {
    background: #f4f9fd;
    color: #575757;
    font-size: 13px;
}

    .fees_box .total_fees .numberS {
        font-size: 40px;
        padding: 0;
        color: #424141;
    }

.case_F .numberS {
    padding: 0;
}


.fees_box .total_fees {
    font-size: 13px;
    font-weight: bold;
    color: #626262;
}

.fees_box .total_En {
    font-size: 14px;
    font-weight: bold;
    color: #3d3d3d;
    background: #eff3f6;
    padding: 10px 0;
    border: none;
}

    .fees_box .total_En .tddiv1, .fees_box .total_En .tddiv2 {
        border: none;
    }



.docbrowse_btn {
    padding: 9px;
    border-radius: 5px;
    position: relative;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ddd;
}

.note {
    width: 500px;
    margin: 50px auto;
    font-size: 1.1em;
    color: #333;
    text-align: justify;
}

#drop-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: 480px;
    margin: 50px auto;
    padding: 20px;
}

    #drop-area.highlight {
        border-color: purple;
    }

p {
    margin-top: 0;
}

.my-form {
    margin-bottom: 10px;
}

#gallery {
    margin-top: 10px;
}

    #gallery img {
        width: 150px;
        margin-bottom: 10px;
        margin-right: 10px;
        vertical-align: middle;
    }

.button {
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
}

    .button:hover {
        background: #ddd;
    }

#fileElem {
    display: none;
}



    .docbrowse_btn input[type="file"] {
        margin-top: -5px;
        width: 100%;
    }

.overlay_attchbox {
    position: absolute;
    background-color: rgba(0, 0, 0,0.7 );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8888;
    display: none;
}

.process_bax {
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -126px;
}

.docx {
    color: #0579d1;
    font-size: 16px;
    margin-left: 10px;
}

.process_bar {
    margin: 10px 0;
}




.disabled {
    position: relative;
    border-top: none;
    border-bottom: none;
    overflow: hidden;
    position: relative;
    pointer-events: none;
    opacity: 0.7;
    /*behavior: url(/Content/pie/PIE.htc);border-radius: 5px;  -webkit-border-radius: 5px; -moz-border-radius: 5px;*/
}

    .disabled:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.2);
        border-radius: 5px;
        position: relative;
        behavior: url(/Content/pie/PIE.htc);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

.efile .lgt-bg .tbl-cont td.disabled {
    position: relative;
    overflow: hidden;
}

    .efile .lgt-bg .tbl-cont td.disabled:after {
        position: absolute;
        content: "";
        left: 12px;
        right: 12px;
        top: 12px;
        bottom: 12px;
        background: rgba(0,0,0,0.3);
    }


/*-------------chnages for service contact aspx 
------------------------*/
.chkbox_contact label {
    /*display: inline-block;*/
}

.chkbox_contact input[type=checkbox] {
    float: left;
    margin-top: 3px;
}

.cancel_BR {
    border-radius: 5px;
    position: relative;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.filing_btn .btn {
    padding: 10px !important;
    font-size: 24px !important;
}





/*------------------start pagination pre_nxt_btn Css--*/

.pagination {
    text-align: center;
    margin: 45px 20px;
}

    .pagination a, .pagination strong {
        background: #fff;
        display: inline-block;
        margin-right: 3px;
        padding: 4px 12px;
        text-decoration: none;
        color: #000;
        border: 1px solid #ebebeb;
    }

        .pagination a:hover {
            background-color: #BEBEBE;
            color: #fff;
        }

        .pagination a:active {
            background: #bebebe;
        }

    .pagination strong {
        color: #3a3d3f;
        font-weight: normal;
        font-size: 13px;
        padding: 8px 15px;
        background-color: #ebebeb;
        vertical-align: top;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        position: relative;
        behavior: url(/Content/pie/PIE.htc);
    }

    .pagination .pre-nxt_btn {
        background: #fff;
        display: inline-block;
        margin-right: 3px;
        height: 37px;
        padding: 0px 15px;
        text-decoration: none;
        color: #000;
        border: none;
        cursor: pointer;
    }
    /*End pagination pre_nxt_btn*/



    /*---------------------Start pagination disable Css*/

    .pagination .pre-nxt_btn {
        display: inline-block;
        margin-right: 3px;
        height: 37px;
        padding: 0px 15px;
        text-decoration: none;
        color: #2e96db;
        border: none;
        cursor: pointer;
    }

        .pagination .pre-nxt_btn:hover {
            color: #4766ff;
        }

    /*#btnNext                                    { background-image: url(/Content/images/pagin_rght_arrow.png); background-repeat: no-repeat; background-position: right 12px; }

#btnPrev                                    { background-image: url(/Content/images/pagin_left_arrow.png); background-repeat: no-repeat; background-position: left 12px; }*/
    .pagination .disabled {
        cursor: default;
        opacity: 0.5; /*background: rgba(0,0,0,0.1);*/
        color: #2e96db;
    }

        .pagination .disabled:hover {
            cursor: default; /*background: rgba(0,0,0,0.1);*/
            color: #2e96db;
        }

/*End pagination disable Css*/

.efile .lgt-bg .tbl-cont.currentheight { /*height: 237px !important;*/
}



.loading {
    top: 50%;
    left: 50%;
    font-family: Inter, Arial, Helvetica, sans-serif;
    width: 200px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.45);
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    padding: 20px;
    margin-left: -110px;
    margin-top: -150px;
    border-radius: 5px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.loadingcont {
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    line-height: normal;
}





/*----------------chnages for aspx
-------------------------------*/
.ui-corner-all {
    z-index: 100000 !important;
}

.view_icon {
    background: url(/Content/images/view-icon-efile.png) left center no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.edit_document_icon {
    background: url(/Content/images/edit-document-icon-16x16.png) left center no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.delete_document_icon {
    background: url(/Content/images/delete-document-icon-16x16.png) left center no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.edit_clientMatterid {
    background: url(/Content/images/edit_ClientMatterId.png) left center no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.updateClientId {
    background: url(/Content/images/Update_ClientId.png) left center no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.cancelClientId {
    background: url(/Content/images/Cancel_ClientId.png) left center no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.add_icon {
    background: url(/Content/images/add.png) left center no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.rfc_icon {
    background: url(/Content/images/reply_icon.png) left center no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.cancel_icon {
    background: url(/Content/images/cancel-service.png) left center no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.cancelfiling_icon {
    background: url(/Content/images/cancel_x_blue.png) left center no-repeat;
    background-size: 100% auto;
    width: 11px;
    height: 11px;
    position: relative;
    top: 3px;
    display: inline-block;
}

    .cancelfiling_icon.cancelBTN {
        background: rgb(242, 242, 242) none repeat scroll 0px 0px;
        width: auto;
        height: auto;
        border-radius: 2px;
        text-transform: capitalize;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 2px 10px;
    }

.Info_icon a {
    background: url(/Content/images/info_ico.png) left center no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    display: inline-block;
}
    

/*.bordr_none table td {
    border-right: none;
}*/

/*.bordr_none table tr td:first-child {
    border-left: none;
}*/

.add_viewbtn a {
    display: inline-block !important;
}

    .add_viewbtn a.view_icon a.edit_document_icon a.delete_document_icon {
        display: inline-block;
        margin: 0 5px;
    }

.add_icon {
    margin: 0 0px;
}

.rfc_icon {
    margin: 0 0px;
}




/*--------step 5 review page css*/

.review_row {
    margin-bottom: 25px;
}

    .review_row .review_head {
        color: #e1e1e1;
        font-size: 15px;
        padding: 6px 25px 0;
        background: #4766ff;
        overflow: hidden;
    }

        .review_row .review_head h2 {
            color: #fff;
            font-size: 15px;
            float: left;
            padding: 8px 0;
        }

        .review_row .review_head a {
            position:relative;
            top:-3px;
        }

    .review_row .tbl-cont { /*padding: 0 0 10px !important;*/
        height: auto !important;
    }


    .review_row table tr th {
        color: #626262;
        border: 1px solid #e4e4e4 !important;
        background: #eff3f6;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
    }

    .review_row table tr td {
        text-align: left;
        background: #fff;
    }

    .review_row .height_R { /*height: auto !important;*/
    }

    .review_row .casetypetbl tbody > tr > td, .review_row .partiestbl tbody > tr > td {
        padding: 12px 25px;
    }


    .review_row .tbl-cont tr td.summery-red {
        color: #fc0000;
        font-size: 24px;
    }

.step5 .expert p {
    float: left;
    color: #595959;
    font-size: 18px;
    padding: 0 0 0px 20px;
    margin-top: -10px;
}

/*.review_row .pay-summary tr th, .step5 .review_row .tbl-cont tr td, .step5 .review_row table tr th:last-child 
                                    { text-align: left !important; }*/

.step5.review_bg .lgt-bg .review_row table tr th { /*background: #eff3f6 !important; color: #626262 !important;*/
}

/*.review_bg .lgt-bg table tr th    { border: medium none !important; color: #e1e1e1 !important; font-size: 26px !important; padding: 7px 20px !important; }
.height_R                           { height: auto !important; }

.review_bg .lgt-bg .pay-summary tr th,.step5.review_bg .lgt-bg .tbl-cont th 
                                    { padding: 5px 20px !important; }

.review_bg .lgt-bg .tbl-cont tr.grey td 
                                    { padding: 10px 10px 7px !important; }

.review_bg .lgt-bg .payheight       { height: 180px; }

.step5.review_bg .lgt-bg .tbl-cont + div 
                                    { padding-right: 0 !important; }*/

.review_bg .review_row .tbl-cont tr th { /*padding: 10px 10px 7px !important;*/
}

.review_bg .review_row .payheight { /*height: 134px !important;*/
}

.step5.review_bg .review_row .tbl-cont + div { /*padding-right: 0 !important;*/
}

.review_row .scrollbar-path-vertical { /*z-index: 10000 !important;*/
}

.step5 .lgt-bg .tbl-cont.rhght_S { /*height: 190px !important;*/
}

.step5 .lgt-bg .tbl-cont th { /*border: none; color: #e1e1e1; font-size: 26px; padding: 10px 20px !important;*/
}

.step5 table tr { /*border: 1px solid #dcdcdc;*/
}

    .step5 table tr th, .step5 table tr td, .step5 table tr td a, .step5 { /*border: none; color: #404040; background:#fff;*/
    }

        .step5 .lgt-bg .tbl-cont { /*padding: 0 25px 25px;*/ /*background: #f5f5f5;*/
        }

        .step5 table tr td strong { /*font-family: "Segoe_semibold"; font-weight: 500;*/
        }

        .step5 table tr th:last-child { /*text-align: right;*/
        }

        .step5 .lgt-bg .tbl-cont tr td { /*text-align: center;*/
        }

        .step5 .lgt-bg h2 { /*padding: 0 25px 15px;*/
        }

        .step5 .lgt-bg .pay-summary tr th { /*padding: 15px 20px !important;color: #fff;*/
        }
        /*.step5 .lgt-bg .tbl-cont .size-row{ height: 50px !important; }*/
        .step5 .lgt-bg .pay-summary tr th, .step5 .lgt-bg .pay-summary tr td { /*text-align: left;*/
        }

        .step5 .lgt-bg .pay-summary tr { /*border-bottom: none; border-top: none;*/
        }

        .step5 .pay-summary tr td { /*border-bottom: #b7b7b7 1px dashed; border-top: #b7b7b7 1px dashed;*/
        }

        .step5 .lgt-bg .tbl-cont .pay-summary tr th { /*border-bottom: 1px solid #dcdcdc; font-size: 20px; color: #e6e6e6;*/
        }

        .step5 .pay-summary tr.grey td { /*background: #d9d9d9; border-bottom: #d9d9d9 1px solid; font-family: "Segoe_semibold"; font-weight: 400;*/
        }

        .step5 .lgt-bg .tbl-cont .pay-summary tr td.summery-red { /*color: #fc0000; font-size: 24px;*/
        }

        .step5 .grey { /*margin: 12px 0 !important; padding: 0 25px;*/
        }

.efile .step5 ~ .row .gray { /*width: 180px;*/
}

.efile .step5 ~ .row .review { /*width: 100% !important;*/
}
/*.step5 .lgt-bg .tbl-cont + div    { padding-right: 25px !important; }*/



/*end step 5 review row */



.edit-delete span {
    width: 38px;
    display: inline-block;
}


/*login_popup*/
.login_popup {
    width: 550px !important;
    left: 48% !important;
    background: none;
    padding: 0;
}

    .login_popup .add_cont {
        width: 100% !important;
        background: #fff !important;
    }

    .login_popup .popup_head h2 {
        color: #222222;
        /*font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;*/
        font-style: normal;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 0.5rem;
        margin-top: 0.2rem;
        text-rendering: optimizelegibility;
    }

    .login_popup .popupCont {
        background-color: #f0f0f0;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        margin: 0;
        padding: 0;
    }

    .login_popup .loginfoot {
        background: #fff none repeat scroll 0 0;
        border-bottom: 1px solid #ccc;
        margin: 0 0 40px;
        padding: 20px 0 30px;
        position: relative;
        text-align: center;
    }

    .login_popup .login_linkedin {
        background: #188dd7 none repeat scroll 0 0;
        border: medium none;
        margin: 0;
        line-height: 27px;
        padding: 10px 30px;
        min-height: 73px;
        font-size: 22px !important;
        width: 100%;
    }

    .login_popup .login, .login_popup .login_linkedin, .login_popup .submit, .login_popup .cancel, .login_popup .signup_email {
        border-radius: 5px;
        color: #fff;
        display: block;
        float: left;
        font-size: 30px;
        text-align: center;
        text-decoration: none;
    }

    .login_popup .signup_email {
        background: #2b55c2 none repeat scroll 0 0;
        border: medium none;
        margin: 0;
        font-size: 22px !important;
        line-height: 27px;
        padding: 10px 30px;
        min-height: 73px;
        width: 100%;
    }

    .login_popup .or {
        bottom: -25.5px;
        left: 50%;
        margin-left: -24.5px;
        position: absolute;
    }

    .login_popup .forgot {
        float: right;
        position: relative;
        right: 25px;
        color: #008cba;
        line-height: 22px;
        font-size: 16px;
    }

        .login_popup .forgot:hover {
            color: #e64b4b;
        }

.alert_box {
    padding: 11px 15px;
    background: #bd0000;
    border-radius: 3px;
    position: relative;
    /* margin-bottom: 30px; */
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    /*margin: 10px;*/
}

    .alert_box button {
        position: absolute;
        right: 15px;
        background: url(/Content/images/poup-close.png) no-repeat;
        background-size: 80% auto;
        height: 18px;
        text-align: center;
        top: 15px;
        width: 18px;
        z-index: 1;
        border: none;
        color: #fff;
        opacity: 0.5;
        cursor: pointer;
    }

        .alert_box button span {
            font-size: 27px;
            display: none;
            line-height: 30px;
        }

        .alert_box button:hover {
            opacity: 0.8;
        }


/*-------------- note_cont
----------------------------*/
.note_popup {
    width: 250px;
    top: 50%;
    border: #e4c100 1px solid;
}

.note_cont {
    background: #fff7b2;
    border-radius: 4px;
    padding: 20px;
    min-height: 200px;
    font-size: 16px;
    color: #4d4d4d;
}

    .note_cont:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        right: -20px;
        bottom: 10px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #fff7b2;
    }


/* note_tooltip 
.note-item 							    	{ cursor: pointer;display: inline-block;position:relative; display:inline-block;}
.note-item::after 							{ content: '';	position: absolute;	width: 360px; height: 20px;	bottom: 100%;	left: 50%;
						pointer-events: none; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.note_box:hover .note-item::after 			{ pointer-events: auto;}
.note-content	 							{ position: absolute; z-index: 9999999; width:350px; padding:10px; min-height:300px; left: 50%;
						margin: 0 0 -10px -390px;  bottom: 0; text-align: left;	font-size: 0.765em;	line-height: 1.4; 
						box-shadow: -5px -5px 15px rgba(48,54,61,0.2); background: #fff7b2; opacity: 0;
						cursor: default;pointer-events: none; border:#e1daa0 1px solid;}
.note-effect-1 .note-content 				{ -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0);
						-webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s;}
.note_box:hover .note-content	 			{ pointer-events: auto;	opacity: 1;	-webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
						transform: translate3d(0,0,0) rotate3d(0,0,0,0); color:#4d4d4d; font-size:16px;}
.note_box.tooltip-effect-2:hover .note-content 
					{ -webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
						transform: perspective(1000px) rotate3d(1,0,0,0deg);}
.note-content::after 						{ content: '';	bottom: 15px; right:-20px; height: 0; width: 0; position: absolute; pointer-events: none;
						margin-left: -10px; border-top: 20px solid transparent; border-bottom: 20px solid transparent;
						border-left:20px solid #e1daa0;}
											  
*/
.notepad {
    background: #ff0000;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 20px;
    padding: 12px 15px;
    border: #ff8a8a 1px dotted;
    font-family: "Segoe_semibold";
    border-radius: 2px;
}





/*--================ mytooltip for note --*/
.mytooltip {
    width: 300px;
    max-width: 300px;
    min-height: 120px;
    padding: 10px 15px;
    position: absolute;
    z-index: 9999;
    box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
    background: #fff7b2;
    color: #4d4d4d;
    font-size: 16px;
    border: #ffac00 1px solid;
    line-height: 22px;
}

    .mytooltip:after, .mytooltip:before {
        content: " ";
        height: 0;
        position: absolute;
        width: 0;
        border: 15px solid #ffac00;
    }

    .mytooltip:before {
        border-width: 13px;
    }

.mytooltip--cursor-help {
    cursor: help !important;
}

.mytooltip-backing {
    position: absolute;
    width: 100%;
}

.mytooltip.mytooltip--left:after,
.mytooltip.mytooltip--left:before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right: 0;
    margin-top: -15px;
    left: auto;
    right: -15px;
    top: 50%;
}

.mytooltip.mytooltip--left:before {
    margin-top: -13px;
    right: -13px;
}

.mytooltip.mytooltip-noshow-arrow:before,
.mytooltip.mytooltip-noshow-arrow:after {
    content: '';
    display: none;
}

.mytooltip.mytooltip--right:after,
.mytooltip.mytooltip--right:before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left: 0;
    margin-top: -15px;
    right: auto;
    left: -15px;
    top: 50%;
}

.mytooltip.mytooltip--right:before {
    margin-top: -13px;
    left: -13px;
}

/**/
.mytooltip-content {
    width: 300px;
    font-size: 14px;
}

    .mytooltip-content img {
        margin-bottom: 10px;
    }




/*-------chng_passwrd */
.chng_passwrd {
    /*width: 660px !important;*/
}

    .chng_passwrd .card_cont {
        width: 100%;
    }



.step5.review_bg .lgt-bg .review_row table.doc_hght tr th {
    /*padding: 5px 10px !important;*/
}



/*---------------- review width100
================================*/
.review100 {
    /*width: 85% !important;*/
}

    .review100 .efile {
        width: 100%;
    }

        .review100 .efile .card_cont {
            width: 100%;
        }


.review80 {
    width: 80%;
    left: 10% !important;
    margin-left: 0;
}

    .review80.add_srvice .add_cont {
        width: 100%;
    }


.overlay_inner {
    background: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

.note_box {
    background: #fff;
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -75px;
    color: #000;
    padding: 50px 20px;
    border-radius: 5px;
    behavior: url(/Content/pie/PIE.htc);
    -webkit-border-radius: 5px%;
    -moz-border-radius: 5px%;
    width: 300px;
    min-height: 150px;
    text-transform: capitalize;
}


/*-----------------register css start here
==================================*/
.resigster_M, .resigster_M .register-establish {
    background: #fff !important;
    padding: 0;
}

    .resigster_M .register-establish {
        width: 100%;
    }

        .resigster_M .register-establish:before, .resigster_M .register-establish:after {
            background: none !important;
        }

        .resigster_M .register-establish h2 {
            color: #222222;
            font-style: normal;
            font-size: 15px;
            padding: 0 40px;
            margin-bottom: 10px;
            margin-top: 10px;
        }

    .resigster_M .popupCont {
        background-color: #fff;
        margin: 0;
        padding: 40px;
    }

        .resigster_M .popupCont .alert_box {
            margin-bottom: 40px;
        }

            .resigster_M .popupCont .alert_box a {
                color: #4766ff;
            }

                .resigster_M .popupCont .alert_box a:hover {
                    color: #0064b3;
                }


        .resigster_M .popupCont .temscheckbox input[type="checkbox"] {
            float: left;
            margin: 10px 15px 0 0;
        }

        .resigster_M .popupCont .temscheckbox a {
            text-decoration: underline;
            color: #c6513f;
            display: inline-block;
            margin-top: 5px;
        }


.yn_box {
    position: absolute;
    width: 50%;
    top: 0px;
}

.yn_box_50 {
    position: absolute;
    width: 50%;
}


.blnk {
    height: 75px;
}


/*table_box400*/
.table_box400 {
    margin: 0 auto;
    width: 74%;
    text-align: center;
    color: #595959;
    font-size: 15px;
    line-height: 22px;
}

.sub_btn {
    margin: 15px auto;
    float: none;
}

.efile .lgt-bg .con_hght td.ed_btn {
    padding: 0 5px;
}

.efile .lgt-bg .btn_ED td {
    /*padding: 0 5px;*/
}

.efile .lgt-bg .tbl-cont td a.start_btnF {
    padding: 5px 5px !important;
    font-size: 12px;
}

.ui-datepicker-year {
    width: 40% !important;
    margin: auto !important;
    padding: 0;
    height: auto;
}

.ui-datepicker-prev span {
    background-image: url(/Content/images/prev.png) !important;
    background-position: 0 0 !important;
}

.ui-datepicker-next span {
    background-image: url(/Content/images/next.png) !important;
    background-position: 0 0 !important;
}




@media all and (-ms-high-contrast:none) {
    .foo {
        color: #000;
        width: 100%;
        padding-top: 42px;
        float: left;
    }

        .foo td {
            text-align: center;
            display: block;
        }

    ::-ms-backdrop, .foo { /*color: red*/
    }
}
/**/
.mytooltip {
    width: auto;
    min-height: inherit;
}

.mytooltip-content {
    width: auto;
    font-size: 14px;
}

.remove_popup.extrapop {
    top: 27%;
    padding: 20px !important;
    width: auto !important;
    margin-left: -257px;
    left: 50% !important;
}

    .remove_popup.extrapop .romove_cont {
        font-size: 16px;
        position: relative;
        top: 0;
        z-index: 9;
        margin: 0 auto;
        width: 400px;
        text-align: center;
        background: #FFF;
        padding: 15px 15px 0;
        position: relative;
    }

/*.romove_cont:before, .romove_cont:after {
    position: absolute;
    right: 0;
    left: 0;
    height: 13px;
}

.romove_cont:before {
    background: url(/Content/images/page_curve.png) repeat-x left;
    content: "";
    top: -10px;
}

.romove_cont:after {
    background: url(/Content/images/page_curve_bottom.png) repeat-x left;
    content: "";
    bottom: -10px;
}*/

.romove_cont h2 {
    font-size: 32px;
}

.romove_cont .yes_B {
    border: rgba(0,0,0,0.1) solid 1px !important;
    font-size: 22px;
    padding: 8px 20px !important;
    line-height: 25px;
}

.popup .yellow_btn {
    background: #ffc000;
}

    .popup .yellow_btn:hover {
        background: #efb401 !important;
    }

.popup .orange {
    background: #fa2638;
}

    .popup .orange:hover {
        background: #d61d2d !important;
    }

.remove_popup.extrapop .btn {
    font-size: 20px;
}

.extrapop.browse_wrap .cancel,
.extrapop.browse_wrap .submit {
    margin-top: 0 !important;
}

.doc_process {
    position: fixed;
    bottom: 10px;
    right: 30px;
    width: 270px;
    padding: 15px 10px;
    border: 8px solid #2690ce;
    box-shadow: 0 0 5px #000;
    background: #fff;
    z-index: 9999;
    text-align: center;
    font-weight: bold;
    display: none;
}

    .doc_process img {
        margin-top: 10px;
    }



.pring-sec {
    float: right;
    margin: 25px auto 0;
}

    .pring-sec a {
        display: inline-block;
        vertical-align: middle;
        border: none;
        padding: 8px 15px;
        font-size: 15px;
        margin: 0 15px;
    }

        .pring-sec a img {
            vertical-align: middle;
        }

        .pring-sec a.btn-default {
            background-color: transparent;
            background-color: #4766ff;
        }

        .pring-sec a.btn-primary {
            background-color: #4766ff;
        }


.edit-delete {
    white-space: nowrap;
}

.extrapop.browse_wrap .submit {
    margin-top: 0 !important;
}


.note {
    color: #808080;
    font-size: 13px;
    line-height: normal;
}

    .note strong {
        color: #000;
    }

.frt #btnNext {
    background-image: none;
}

.popup .lgt-bg .review_row {
    margin-bottom: 0px;
}

.warning-error {
    background: #ffff88;
    font-size: 14px;
    border: 1px solid #f2f27e;
    text-align: center;
    padding: 25px;
}

    .warning-error p {
        margin-top: 10px;
    }

    .warning-error > a {
        margin-top: 10px;
        display: inline-block;
    }


.regbtn {
    text-align: center;
}

    .regbtn a {
        width: 164px;
        padding: 5px 0;
        display: inline-block;
        color: #fff;
        border-radius: 5px;
        behavior: url(/Content/pie/PIE.htc);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .regbtn .Rblubtn {
        background: #4766ff;
    }

        .regbtn .Rblubtn:hover {
            background: #0165b5;
        }
    /*.subheader                  { background: #4766ff;}*/
    .regbtn .graybtn {
        background: #818181;
        margin-left: 30px;
    }

        .regbtn .graybtn:hover {
            background: #6e6e6e;
        }

    .regbtn .redbtnreg {
        background: #ed0c0c;
        margin-left: 30px;
    }

        .regbtn .redbtnreg:hover {
            background: #e64b4b;
        }

.grnbtnpoup {
    background: #76a344;
    border: 1px solid #76a344;
}

    .grnbtnpoup:hover {
        background: #6a943b !important;
        border: 1px solid #6a943b !important;
    }

.scrtblwrap {
    margin-right: 23px;
}

.scrollbars.tenrec, .scrollbars.tenrec .scrollbar-content-wrap {
    max-height: 500px;
}


.tablerequired {
    border: red 1px solid;
    width: 99%;
}

.PreferredJurisdiction-wrap {}

.report-date {
    margin: 35px auto 0;
    display: block;
    max-width: 450px;
}

#ui-datepicker-div .ui-datepicker-year {
    display: inline-block !important;
    min-height: 31px;
}

#ui-datepicker-div select.ui-datepicker-month {
    display: inline-block !important;
    margin: 0 10px 0 0;
}

.report-date .bita {
    float: left;
}

    .report-date .bita label {
        font-weight: bold;
        font-size: 16px;
    }

    .report-date .bita.bita-btn {
        margin: 0 15px;
    }

.error-label {
    color: #AB192D;
    font-weight: bold;
}

.errormsg {
    padding: 10px 15px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 4px;
}

    .errormsg ul {
        list-style-type: disc;
        padding-left: 25px;
    }

        .errormsg ul li + li {
            margin-top: 5px;
        }


.mytooltip {
    word-break: break-all;
}
    .mytooltip.nowordbreak {
        word-break: keep-all;
        max-width: 500px;
    }
    .dataTables_wrapper .dataTables_length select {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    margin: 0 5px;
}

.dataTables_paginate a.paginate_button,
.dataTables_paginate > span {
    display: inline-block;
    vertical-align: middle;
}

.panel-heading.bluebg {
    background-color: #4766ff !important;
    color: #fff !important;
}


/*Changes done regarding User Story : 104298 on 14 Dec 2017*/
.card_cont .panel-heading h4.panel-title a {
    color: #fff;
    padding: 7px 10px;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

.modaloverlay {
    height: 100%;
    width: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.Completedmodal {
    position: relative;
    top:250px;
    margin: 0 auto;
    background: #fff;
    border: solid 2px #33332b;
    border-radius: 4px;
    max-width: 500px;
}
.Completedmodal .close-btn { position:absolute; top:10px; right:10px;z-index:1;
}
.Completedmodal .close-btn img { max-width:100%;}
    .Completedmodal .modal-header {
        background: #fff;
        padding: 40px;
        color: #344053;
        position:relative;
    }
        .Completedmodal .modal-header .complete-head-check {
            position: absolute;
            width: 55px;
            left: 30px;
            top: 40px;
        }
        .Completedmodal .modal-header .complete-head-check img { max-width:100%;}
    .Completedmodal .modal-header .complete-head-text { padding-left:70px;}
.Completedmodal .modal-header p strong { font-size:18px;  display:block;}
        .Completedmodal .modal-header p small {
            padding-left: 80px;
            display: block;
            font-size:15px;
        }
    .Completedmodal .model-body {
        background: #0172ce;
        border-radius: 0 0 4px 4px;
        margin: 0 auto;
        padding: 15px 50px;
    }
    .Completedmodal .model-body p { color:#fff; font-size:16px;}
        .Completedmodal .model-body .btn {padding: 5px 10px; border-radius:0px;        }
.Completedmodal .model-body .btn-default { border:solid 1px #fff; color:#fff; float:left;}
.Completedmodal .model-body .btn-primary {  float: right; background: #fff;color: #0172ce;}


    .col-md-6.col-sm-6.col-xs-12 {
        width: 50%;
        position: relative;
        float: left;
       padding:0 15px;
    }
.boxheading {
    background: #207cb1;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 25px;
}

.c-row {
    margin: 0 -15px;
    position: relative;
}

    .c-row:after,
    .c-row:before {
        display: table;
        content: " ";
        clear: both;
    }

div[class^="c-col-"] {
    float: left;
    padding: 0 15px;
}

    div[class^="c-col-"].alpha {
        padding-left: 0;
    }

    div[class^="c-col-"].bita {
        padding-right: 0;
    }

.c-col-md-8 {
    width: 66.66%;
}

.c-col-md-2 {
    width: 50%;
}

.c-col-md-4 {
    width: 33.33%;
}

.form-group {
    margin-bottom: 20px;
}



.btn-default {
    background: #ccc;
    color: #fff;
    border: 0;
    box-shadow: none;
}

    .btn-default:hover {
        background: #b7b7b7;
    }

.btn-block {
    width: 100%;
}

.hearingDateLI {
    margin-left: 4px;
    margin-top: 4px;
}

.mb20 {
    margin-bottom: 20px;
}
.inline-block{
    display:inline-block;
}

.jurisdiction-sec .add_tooltip {
    display: inline-block;
    vertical-align: middle;
    padding-left: 100px;
}

.jurisdiction-sec .rdPreferredlist {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 0 0;
}

    .jurisdiction-sec .rdPreferredlist label {
        display: inline-block;
        vertical-align: middle;
        margin: 0 30px;
        padding-bottom: 0px;
    }

.blue-text {
    color: #4766ff;
}

/* floatThead sets a z-index of 1001 on table headers, but our modals have 1000 so it's covering them up. Fixed. */
.floatThead-floatContainer {
    z-index: 999 !important;
}

/* Accessibility */
a:focus, label:focus, span:focus {
    outline: -webkit-focus-ring-color auto 10px;
    outline: #207cb1 solid 2px;
}

input:focus {
    outline: -webkit-focus-ring-color auto 10px;
    outline: #207cb1 solid 2px;
    /*margin-left: 2px;*/
}

a.skip-main                     { left: -999px; position: absolute; top: auto; width: 1px; height: 1px; overflow: hidden; z-index: -999;}
a.skip-main:focus               { color: #fff; background-color: #4766ff; left: auto; top: auto; width: 30%; height: auto; overflow: auto; margin: 10px 35%; padding: 5px; border-radius: 15px; border: 4px solid yellow; text-align: center; font-size: 1.2em; z-index: 999;}

.select2-container-active {
    border-color: #207cb1 !important; 
    border-style: solid !important; 
    border-width: 2px !important; 
}

#ExistingFiling:focus {
    outline: #207cb1 solid 2px;
}

table.dataTable thead td.th {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
    font-weight: bold;
    background-color: #4766ff;
    color: #fff;
    text-align: left;
    font-size: 13px;
}

.sorting:focus, .sorting_asc:focus, .sorting_desc:focus {
    outline: #207cb1 solid 2px;
}

select:focus {
    outline: #207cb1 solid 2px;
}

.alert_close:focus {
    outline: #207cb1 solid 2px;
}

.validation_alert_close:focus {
    outline: #207cb1 solid 2px;
}

input[type="search"]:focus {
    outline: #207cb1 solid 2px;
}

#btnCancel {
    background-color: #ed0c0c;
}

.text-red {
    color: red;
}

.ada-modal-close-button:focus {
    outline: #207cb1 solid 2px;
}

span.select2-selection:focus {
    outline: #207cb1 solid 2px;
}

h2.swal2-title {
    font-size: 1.1em;
}

.swal2-container {
    z-index: 10000;
}

.swal2-actions button {
    outline-color: #000 !important;
}

a.white-outline:focus {
    outline: white solid 2px;
}

caption {
    font-size: 1.5em;
}

table.scroll-body tbody {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
}

table.scroll-body tr, table.scroll-body thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}

table.scroll-body thead {
    width: calc( 100% - 1em );
}
.no-gutters {
    padding: 0!important;
}

.button-fa {
    font-size: 1.1rem;
    margin: 0.4rem;
    display: inline-block;
}

.button-fa-red {
    color: #ab192d !important;
}

.button-fa-green {
    color: #56b403 !important;
}

.slide-out-content h1 {
    font-size: 20px;
}
.slide-out-panel-content-footer-container {
    height: 90px;
}
.slide-out-panel-content-footer {
    position: fixed;
    bottom: 0;
    padding-bottom: 10px;
    background-color: #e1e1e1;
    z-index: 5;
}
    .slide-out-panel-content-footer .row:first-child {
        margin-top: 0!important;
        padding-top: 20px;
        border-top: 1px solid #bebebe;
    }
.party-panel .slide-out-content {
    height: 100%;
}

@media print {
    .hidden-print, .ada-modal-close-button {
        display: none !important;
    }
}

.plainSelect {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

    .plainSelect select {
        font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        outline: 0;
        border: 1px solid #dddddd;
        border-radius: 4px;
        background: #f7f7f7;
        color: #2d2d2d;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .plainSelect select::-ms-expand {
            display: none;
        }

        .plainSelect select:hover,
        .plainSelect select:focus {
            color: #000000;
            background: #ffffff;
        }

        .plainSelect select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }

.select_arrow {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 0px;
    height: 0px;
    border: solid #4766ff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.plainSelect select:hover ~ .select_arrow,
.plainSelect select:focus ~ .select_arrow {
    border-color: #4766ff;
}

.plainSelect select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}
