/* CSS Document */

body {
    padding: 0;
    margin: 0;
    /* background: #FFFFFF url(../../images/body_bg.jpg) top center repeat-x;*/
    /* font-family: 'IstokWebRegular';
    font-size: 13px;
    color: #666666;*/
}

p {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

    img a {
        border: 0;
        text-decoration: none;
    }

a {
    text-decoration: none;
}

.clr {
    clear: both;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#header {
    width: 1000px;
    margin: 2px auto 40px auto;
}

.logo {
    /* width: 243px;
    height: 31px;
    margin-left: 26px;
    margin-top: 42px;*/
}

#navigation_box {
    width: 1000px;
    height: 54px;
    margin: 0 auto;
}

/*.navbar
{
    width: 535px;
    float: left;
    height: 54px;
}*/

.login_reg_div {
    width: 465px;
    float: right;
    height: 36px;
    text-align: right;
    padding-top: 18px;
    color: #6b3492;
    font-size: 14px;
    font-family: 'IstokWebRegular';
}

    .login_reg_div a {
        color: #6b3492;
        text-decoration: none;
    }




/****************** Nav Css Starts Here ******************/

#cssmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
    position: relative;
    display: block;
    height: 54px;
    font-size: 14px;
    font-family: 'IstokWebRegular';
    font-weight: normal;
}

#cssmenu li {
    display: block;
    float: left;
    margin: 0;
    pading: 0;
    color: #666666; /*	border-right:1px solid #5e174c;*/
}

    #cssmenu li a {
        display: block;
        float: left;
        text-decoration: none;
        padding: 21px 20px 0 20px;
        height: 33px;
        color: #666666;
    }

        #cssmenu li a:hover {
            background: #562d73;
            color: #FFFFFF;
        }

    #cssmenu li.active a {
        background: #562d73;
        color: #FFFFFF;
    }




/****************** Nav Css Ends Here ******************/

#banner {
    width: 1000px;
    height: 305px;
    margin: 0 auto;
}

#middle_content {
    width: 960px;
    margin: 0 auto; /* padding-left: 20px;     padding-right: 20px;     padding-top: 33px;*/
}

.welcome_text_box {
    width: 928px;
    margin: 0 auto;
    border-left: 5px solid #6b3492;
    background: #fafafa;
    padding: 17px;
    line-height: 20px;
}

.read_more {
    width: 151px;
    height: 37px;
    float: left;
    margin-top: 15px;
}

.btn_div {
    width: 962px;
    height: 45px;
    margin: 26px auto 0 auto;
}

.lost_something {
    width: 461px;
    height: 34px;
    float: left;
    background: url(../../images/btn_bg.jpg) repeat-x;
    color: #000000;
    font-size: 21px;
    text-align: center; /* padding-top:11px;*/
}

    .lost_something a {
        color: #000000;
        text-decoration: none;
    }

.found_something {
    width: 461px;
    height: 34px;
    float: right;
    background: url(../../images/btn_bg.jpg) repeat-x;
    color: #000000;
    font-size: 21px;
    text-align: center; /* padding:11px;*/
}

    .found_something a {
        color: #000000;
        text-decoration: none;
    }

.recently_title {
    width: 962px;
    margin: 26px auto;
    font-size: 24px;
    color: #000000;
    text-align: left;
}

.recently_div {
    width: 962px;
    margin: 0 auto;
    border: 1px solid #efefef;
}

.lost_iteam_div {
    width: 962px;
    padding-top: 15px;
}


.lost_iteam_title {
    width: 962px;
    height: 38px;
    text-align: left;
}

.lost_iteam_content {
    width: 932px;
    padding: 15px;
    border-bottom: 1px solid #efefef;
}

.lost_content_left {
    width: 133px;
    float: left;
    border: 1px solid #efefef;
}

.lost_content_right {
    width: 778px;
    float: right;
    line-height: 20px;
}

.readmore_text {
    color: #6b3492;
    text-decoration: none;
}


.found_iteam_content {
    width: 917px;
    padding: 15px; /*border-bottom:1px solid #efefef;*/
}



.found_content {
    width: 932px;
    float: right;
    line-height: 20px;
}



.found_iteam_title {
    width: 947px;
    height: 38px;
    text-align: left;
    margin-top: 15px;
}

.recent_read_more {
    width: 151px;
    height: 37px;
    float: right; /*margin-top:15px;*/
}

#footer {
    width: 960px;
    margin: 28px auto 20px auto;
    background: #6b3492;
    padding-left: 20px;
    padding-right: 20px;
}

.copyright {
    width: 460px;
    float: left;
    padding: 22px 0 22px 0;
    color: #FFFFFF;
}

.bottom_menu {
    width: 380px;
    float: right;
    color: #FFFFFF;
    padding-top: 9px;
    font-size: 12px;
}

    .bottom_menu ul li {
        margin: 0;
        padding: 0;
        display: inline;
        padding-left: 5px;
    }


        .bottom_menu ul li a {
            padding: 0 5px 0 5px;
            color: #FFFFFF;
            border-right: 1px solid #FFFFFF;
        }

        .bottom_menu ul li .last {
            border-right: none;
            padding: 0 0 0 5px;
        }

.botton_last_div {
    width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.bottom_last_left {
    width: 230px;
    float: left;
}

.bottom_last_right {
    width: 320px;
    float: right;
}

.bbb {
    width: 112px;
    height: 42px;
    float: left;
}

.verisign {
    width: 94px;
    height: 47px;
    float: right;
}

/**************** Found item css *****************/

#middle_content_inner {
    /*width: 1000px;*/
    margin: 0 auto;
    padding-top: 33px;
}

.found_table {
    border: 1px solid #efefef;
    padding: 15px;
}

.found_item_title_two {
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
}

.search_table {
    background-color: #fafafa;
    border: 1px solid #e8e7e7;
}

.search_titles {
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
}

.search_drop_down {
    width: 155px;
    height: 27px;
    padding: 5px;
    color: #545454;
    font-size: 14px;
    text-transform: uppercase;
}

.search_left {
    background: url(../images/search_left.jpg) no-repeat;
    height: 28px;
}

.search_mid {
    background-color: #6b3492;
    height: 28px;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
}

.search_button a {
    color: #FFFFFF;
    text-decoration: none;
}

.search_right {
    background: url(../images/search_right.jpg) no-repeat;
    height: 28px;
}

.img_box {
    width: 133px;
    height: 107px;
    border: 1px solid #e8e7e7;
}

.pro_title {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.purple_title {
    font-size: 13px;
    font-weight: bold;
    color: #6b3492;
}

.sml_left {
    background: url(../images/sml_left.jpg) no-repeat;
    height: 23px;
}

.sml_mid {
    background-color: #6b3492;
    height: 23px;
    color: #FFFFFF;
    font-size: 13px;
}

.sml_button a {
    color: #FFFFFF;
    text-decoration: none;
}

.sml_right {
    background: url(../images/sml_right.jpg) no-repeat;
    height: 23px;
}

.botm_border {
    border-bottom: 1px solid #e8e7e7;
}

/**************** Login Signup css *****************/

.login_table {
    border: 1px solid #efefef;
    background-color: #fafafa;
}

.login_title {
    padding-left: 15px;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #49BFF1; /*#6B3492;*/
}

.login_text {
    font-size: 14px;
    color: #666666;
    padding-left: 15px;
}

.login_input {
    width: 208px;
    height: 18px;
    border: 1px solid #e7e7e7;
    background: #FFFFFF;
    padding: 5px;
}

.signup_table {
    border: 1px solid #efefef;
}

.signup_title {
    padding-left: 20px;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #49BFF1; /*#6B3492;*/
}

.signup_text {
    color: #666666;
    display: inline;
    font-size: 16px;
    line-height: 40px;
    padding-left: 30px;
}

.signup_input {
    width: 228px;
    height: 20px;
    border: 1px solid #e7e7e7;
    background: #FFFFFF;
    /*padding: 5px; */
}

.signup_ddl {
    width: 241px;
    /* height: 20px;*/
    border: 1px solid #e7e7e7;
    background: #FFFFFF;
    vertical-align: top;
    /*width: 150px;
     /*padding: 5px; */
}

.signup_multiInput {
    width: 220px; /* height: 18px; */
    border: 1px solid #e7e7e7;
    background: #FFFFFF; /*padding: 5px; */
}

.signup_multiInputWide {
    width: 440px; /* height: 18px; */
    border: 1px solid #e7e7e7;
    background: #FFFFFF; /*padding: 5px; */
}

/**************** Found item Detail css *****************/

.detail_table {
    border: 1px solid #efefef;
    padding: 15px;
}

.product_big_img {
    max-width: 268px;
    max-height: 244px;
    border: 1px solid #efefef;
}

.product_big_title {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    font-family: 'IstokWebRegular';
}

.purple_big_title {
    font-size: 14px;
    font-weight: bold;
    color: #6b3492;
}

.detail_table p {
    line-height: 18px;
}

.braket {
    font-size: 15px;
    color: #9f9f9f;
}

.back {
    font-size: 13px;
    color: #6b3492;
}

    .back a {
        color: #6b3492;
        text-decoration: none;
    }

        .back a:hover {
            color: #6b3492;
            text-decoration: underline;
        }


/*================= new Button css  =========================*/
.button_big {
    border-radius: 6px;
    background-color: #6b3492;
    width: 157px;
    height: 23px;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'IstokWebRegular';
    padding-top: 5px;
}

    .button_big a {
        color: #FFFFFF;
        text-decoration: none;
    }

.button_medium {
    border-radius: 6px;
    background-color: #6b3492;
    width: 127px;
    height: 25px;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-family: 'IstokWebRegular';
}

    .button_medium a {
        color: #FFFFFF;
        text-decoration: none;
    }

.button_small {
    border-radius: 4px;
    background-color: #6b3492;
    width: 77px;
    height: 23px;
    color: #FFFFFF !important;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
    font-family: 'IstokWebRegular';
    padding-left: 15px;
    padding-right: 15px;
}


    .button_small a {
        color: #FFFFFF;
        text-decoration: none;
    }

.green_button {
    background: url(../../images/btn_bg.jpg) repeat-x;
    font-family: 'IstokWebRegular';
    font-size: 21px;
    height: 36px; /*padding-top: 9px;*/
    text-align: center;
    width: 461px;
    color: #000000;
}

    .green_button a {
        color: #000000;
        text-decoration: none;
    }

/* accordion css start here */

.ui-widget-header a.accordian {
    display: block;
    padding-left: 40px;
    background: url(../../images/AccordIcons.png) no-repeat 12px -235px #49BFF1;
    -moz-transition: inherit;
}

    .ui-widget-header a.accordian:hover {
        background-position: 12px -275px;
        -moz-transition: inherit; /*color:#f45c00;*/
        color: #fff;
    }

.ui-widget-header a.up-accordian {
    background: url(../../images/AccordIcons.png) no-repeat 12px -195px #49BFF1;
    display: block;
    padding-left: 40px;
    -moz-transition: inherit;
}

    .ui-widget-header a.up-accordian:hover {
        background-position: 12px -155px;
        -moz-transition: inherit; /*color:#f45c00;*/
        color: #fff;
    }

.ui-widget-header.dba {
    background: url(../../images/AccordIcons.png) no-repeat 12px -235px #49BFF1;
    padding-left: 40px;
    -moz-transition: inherit;
}

    .ui-widget-header.dba:hover {
        background-position: 12px -275px;
        -moz-transition: inherit; /*color:#f45c00;*/
        color: #fff;
    }


/* accordion css end here */
/* [2014-05-27] */
.table-fix {
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word; /* new added at 10-16-2014 */
    margin: 0;
}

    .table-fix tr td img {
        width: 100%;
    }

/* Ashish Start 06/08/2014*/

.tab-top {
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
}

    .tab-top li {
        float: left;
        margin-bottom: 1px;
        list-style: none;
        margin: 0 1px 1px 0;
        width: 9.20%;
        position: relative;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }



.ship-pay-tab {
    border-bottom: 0 none;
    padding: 5px !important;
}

    .ship-pay-tab li {
        float: left;
        list-style: none;
        margin: 0 5px 0 0;
        position: relative;
        width: auto;
    }

        .ship-pay-tab li a.tab-active {
            background: url("images/dark-blue-left-arrow.png") no-repeat 0 center;
            line-height: 35px;
            display: block;
            padding-left: 20px;
            color: #fff;
            cursor: pointer;
        }

            .ship-pay-tab li a.tab-active span {
                background: url("images/dark-blue-right-arrow.png") no-repeat right center;
                line-height: 35px;
                display: inline-block;
                padding-left: 5px;
                padding-right: 20px;
            }

        .ship-pay-tab li a.tab-deactive {
            background: url("images/gray-left-arrow.png") no-repeat 0 center;
            line-height: 35px;
            display: block;
            padding-left: 20px;
            color: #777;
            cursor: not-allowed;
        }

            .ship-pay-tab li a.tab-deactive span {
                background: url("images/gray-right-arrow.png") no-repeat right center;
                line-height: 35px;
                display: inline-block;
                padding-left: 5px;
                padding-right: 20px;
            }

        .ship-pay-tab li a.tab-enable {
            background-position: 0 center;
            background: url("images/white-left-arrow.png") no-repeat 0 center;
            line-height: 35px;
            display: block;
            padding-left: 20px;
            color: #f45c00;
            cursor: pointer;
        }

            .ship-pay-tab li a.tab-enable span {
                background: url("images/white-right-arrow.png") no-repeat right center;
                line-height: 35px;
                display: inline-block;
                padding-left: 5px;
                padding-right: 20px;
            }

.ship-pay-tab-content {
    border: 1px solid #ccc;
    clear: both;
}



/* responsive css start here 8-10-2014 */

.outer-responsive .main li {
    font-size: 16px;
    line-height: normal;
    padding: 6px 10px;
}

.outer-responsive .main.ui-tabs .ui-tabs-nav {
    padding: 0;
}

.outer-responsive div.login_table {
    margin: 1em 1.4em;
    overflow: hidden;
    padding: 1em 2em;
}

    .outer-responsive div.login_table .col-1-3 {
        float: left;
        width: 33.33%;
    }

    .outer-responsive div.login_table .fields-name {
        float: left;
        margin: 5px 0;
        padding-right: 2%;
        text-align: right;
        width: 48%;
    }

    .outer-responsive div.login_table .fields {
        float: left;
        width: 50%;
        text-align: left;
    }

        .outer-responsive div.login_table .fields input { /*padding: 4px; width:165px;*/
            padding: 4px 1%;
            width: 96%;
        }

        .outer-responsive div.login_table .fields select { /*width:175px;*/
            width: 100%;
        }

    .outer-responsive div.login_table div {
        overflow: hidden;
    }

/* responsive css end here */

/* menu css start here */
.navigation ul li {
    position: relative;
}

.navigation .submenu { /*display:none;*/
    left: 0;
    position: absolute;
    top: 25px;
    padding-top: 25px;
}

.navigation ul li:hover .submenu {
    display: block;
}

.navigation .submenu ul {
    margin: 0;
    box-shadow: 0 0 8px #444;
    padding: 5px 13px;
    width: 250px;
    background: #2793c1;
    position: relative;
    overflow: hidden;
}

    .navigation .submenu ul li {
        margin: 0;
        display: block;
        float: none;
        text-align: left;
    }

        .navigation .submenu ul li a {
            font-size: 16px;
        }

.navigation .submenu .top-arrow {
    background: #2793c1;
    height: 15px;
    left: 40px;
    position: absolute;
    top: 18px;
    z-index: 1;
    width: 15px;
    transform: rotate(45deg);
}

.navigation ul.menu {
    height: auto;
}
/* menu css end here */

.outer-responsive .main li.plus {
    float: right;
    padding: 0;
}

.outer-responsive .main .ui-tabs-nav li.plus input {
    background: #2793c1;
    border: 0 none;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    height: 28px;
    margin: 2px 2px 3px;
    padding-bottom: 4px;
    /*width: 28px;*/
    width: auto;
}

    .outer-responsive .main .ui-tabs-nav li.plus input:hover {
        background: #49bff1;
    }

.ui-dialog {
    width: 750px!important;
    z-index: 10000!important;
}

.login-table table tr td > input[type='text'],
.login-table table tr td > input[type='password'] {
    width: 90%;
    font-size: 13px;
}

#divLogin table tr td a.login_text {
    font-size: 13px;
}

@media (min-width: 768px) {
    .lg-hidden {
        display: none;
    }

    .operation-icons {
        display: inline-block;
        margin: 0 8px;
    }
}

/* media css start here */

@media (max-width: 767px) {

    .outer-responsive div.login_table .col-1-3 {
        float: none;
        width: 100%;
    }

    .outer-responsive div.login_table .fields-name {
        width: 38%;
    }

    .outer-responsive div.login_table .fields {
        width: 60%;
    }

    .outer-responsive div.login_table input[type="button"],
    .outer-responsive div.login_table input[type="reset"],
    .outer-responsive div.login_table input[type="submit"] {
        float: left;
        margin-right: 10px;
    }

    .wrapper .welcome-name ul li {
        text-align: center;
    }

    .header-container .wrapper .navigation ul.menu li {
        display: block;
        float: none;
    }

    .navigation .submenu .top-arrow {
        display: none;
    }

    .navigation .submenu {
        position: relative;
        top: 0;
        width: 100%;
        padding-top: 0;
    }

    .header-container .wrapper .navigation .submenu ul {
        box-shadow: 0 0;
        background: #2793c1;
        padding: 0;
    }

        .header-container .wrapper .navigation .submenu ul li {
            padding: 3px 15px;
            margin: 0;
        }

    .operation-icons {
        display: block;
        margin: 10px auto;
    }

    .ui-dialog .signup_ddl {
        width: 170px;
    }

    .ui-dialog .signup_input {
        width: 155px;
    }

    .ui-dialog .signup_multiInput {
        width: 155px;
    }

    .ui-dialog input[type='file'].signup_multiInput {
        width: 166px!important;
    }

    .xs-hidden {
        display: none;
    }

    #divLogin {
        padding: .5em;
    }

    .ui-dialog {
        width: 90%!important;
    }
}

@media (max-width: 480px) {

    .outer-responsive div.login_table .fields-name,
    .outer-responsive div.login_table .fields {
        width: 100%;
        text-align: left;
    }

    .outer-responsive div.login_table input[type="button"],
    .outer-responsive div.login_table input[type="reset"],
    .outer-responsive div.login_table input[type="submit"] {
        width: 100%;
        margin: 7px 0;
    }

    .outer-responsive div.login_table .fields input {
        width: 97%;
    }

    .outer-responsive div.login_table .fields select {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .table th, .table td {
        font-size: 10px;
        padding: 6px;
    }
}

@media (max-width: 320px) {
    .wrapper {
        margin: 0 3%;
        width: 94%;
    }

    .ui-tabs .ui-tabs-panel {
        padding: 1em .5em;
    }

    .outer-responsive div.login_table .fields input {
        width: 97%;
    }
}

/* media css end here */

/*Refresh-icon 'css'*/

/* 15-10-2014 css start */
/*.outer-responsive .ui-tabs .ui-tabs-nav li.plus{ float:right; padding:0;}
.outer-responsive .ui-tabs .ui-tabs-nav li.plus a{ background:#2793c1; color:#fff;border-radius:3px; display: block; font-size: 20px; line-height: 1.2em; margin:2px; padding: 0 5px 3px;}
.outer-responsive .ui-tabs .ui-tabs-nav li.plus a:hover{ background:#49bff1;}*/
.outer-responsive .ui-tabs .ui-tabs-nav li.refresh {
    float: right;
    padding: 0;
    background: none;
    border: 0 none;
}

    /* change button at 21-1-2015 start  */

    /*.outer-responsive .ui-tabs .ui-tabs-nav li.refresh a{ background:#2793c1; border-radius:3px; display: block; font-size: 20px; line-height: 1.2em; margin: 2px; padding: 6px 0 0; width: 28px; height: 22px; cursor:pointer;}*/
    .outer-responsive .ui-tabs .ui-tabs-nav li.refresh a {
        cursor: pointer;
        display: block;
        font-family: arial;
        margin: 3px;
        padding: 0;
        width: auto;
    }

        .outer-responsive .ui-tabs .ui-tabs-nav li.refresh a:hover {
            color: #fff;
        }

            .outer-responsive .ui-tabs .ui-tabs-nav li.refresh a:hover span {
                background: #1783B1;
            }

        .outer-responsive .ui-tabs .ui-tabs-nav li.refresh a span {
            background: #2793C1;
            border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            -webkit-border-radius: 3px 0 0 3px;
            -o-border-radius: 3px 0 0 3px;
            -ms-border-radius: 3px 0 0 3px;
            display: block;
            float: left;
            line-height: 1em;
            padding: 5px 7px;
            font-size: 15px;
            line-height: 1.1em;
        }

        .outer-responsive .ui-tabs .ui-tabs-nav li.refresh a label {
            background: #1783B1;
            border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            -webkit-border-radius: 0 3px 3px 0;
            -o-border-radius: 0 3px 3px 0;
            -ms-border-radius: 0 3px 3px 0;
            display: block;
            float: left;
            margin: 0;
            padding: 5px 7px 6px;
            cursor: pointer;
        }




        /* change button at 21-1-2015 end  */

        .outer-responsive .ui-tabs .ui-tabs-nav li.refresh a:hover {
            background: #49bff1;
        }
/* 15-10-2014 css end */


/* How to Video's 31 oct 2014*/
ul.nav {
    padding-left: 0px;
}

.video-block {
    margin-bottom: 60px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* For Responsive steps*/

.RLI-subtitle {
    color: #222;
    font-size: 19px;
    padding: 5px 30px 10px;
    text-align: left;
}

table.RLI-responsive-table,
table.RLI-responsive-table tbody,
table.RLI-responsive-table tbody tr,
table.RLI-responsive-table tbody tr td,
table.RLI-responsive-table table {
    display: block;
    width: 100%;
}

    table.RLI-responsive-table tbody tr {
        clear: both;
    }

.w-100 {
    width: 100%;
}

table.RLI-responsive-table tr td.signup_text {
    width: 28%;
    float: left;
}

table.RLI-responsive-table tbody tr td.errortd {
    float: left;
    width: 10px;
}

table.RLI-responsive-table tbody tr td.textfield {
    float: right;
    width: 64%;
}

table.RLI-responsive-table tr td.signup_text.terms-condition {
    width: 100%;
}

table.RLI-responsive-table select,
table.RLI-responsive-table textarea,
table.RLI-responsive-table input[type="text"],
table.RLI-responsive-table input[type="password"],
table.RLI-responsive-table input[type="datetime"],
table.RLI-responsive-table input[type="datetime-local"],
table.RLI-responsive-table input[type="date"],
table.RLI-responsive-table input[type="month"],
table.RLI-responsive-table input[type="time"],
table.RLI-responsive-table input[type="week"],
table.RLI-responsive-table input[type="number"],
table.RLI-responsive-table input[type="email"],
table.RLI-responsive-table input[type="url"],
table.RLI-responsive-table input[type="search"],
table.RLI-responsive-table input[type="tel"],
table.RLI-responsive-table input[type="color"],
table.RLI-responsive-table .uneditable-input {
    box-sizing: border-box;
    height: 40px;
    width: 100%!important;
}

table.RLI-responsive-table select {
    padding: 10px 6px;
}

table.RLI-responsive-table .signup_ddl {
    width: 100%;
}

table.RLI-responsive-table tbody tr td .normal {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 10px;
    padding: 7px 19px;
}

table.RLI-responsive-table tbody tr td textarea {
    height: 150px;
}

.RLI-steps {
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    margin: 15px 0 15px 25px;
    overflow: hidden;
}

    .RLI-steps a span {
        background: #1695ce;
        color: #fff;
        display: inline-block;
        line-height: 40px;
        padding: 0 25px 0 45px;
        font-size: 15px;
        text-shadow: 1px 1px #777;
    }

    .RLI-steps a {
        float: left;
        position: relative;
        margin-left: -27px;
    }

        .RLI-steps a:before {
            background: #fff;
            content: "";
            float: left;
            left: -14px;
            padding: 14px 14px 14px 15px;
            position: absolute;
            top: 6px;
            transform: rotate(45deg);
        }

        .RLI-steps a:after {
            background: #1695ce;
            content: "";
            float: right;
            left: -14px;
            padding: 14px 14px 14px 15px;
            position: relative;
            top: 6px;
            transform: rotate(45deg);
            z-index: 1;
        }

        .RLI-steps a.active span,
        .RLI-steps a.active:after {
            background: #4f9611;
            text-shadow: 0 0;
        }
