/******************** Generic Style ********************/
body {
    color: #231f20;
    font-family: 'Lato',sans-serif;
    padding: 0;
    margin: 0;
}

    body.isnothome, body.home {
        min-width: 1196px;
    }

        body.isnothome .ct {
            margin: 0 0 30px;
            position: relative;
        }

            body.isnothome .ct .ct_inner {
                position: relative;
            }

#iasp_adminmenu_ctr {
    margin-top: 30px;
    padding-bottom: 0;
}

.container {
    width: 1000px;
}

#content-body {
    min-height: 500px;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #434343;
    font-family: 'Lato',sans-serif;
    font-weight: normal;
    line-height: normal;
    width: 100%;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

.isnothome h1 {
    margin: 30px 0;
    font-size: 30px;
}

p, div {
    font-family: 'Lato',sans-serif;
    font-weight: normal;
    color: #828282;
    font-size: 15px;
    line-height: 25px;
}

.img_border {
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.bottom_margin {
    margin-bottom: 30px;
}

.bottotm_dot {
    border-bottom: 1px dashed #2c4860;
    padding: 25px 0;
}

.no_margin {
    margin: 0;
}

.edit_ctrl {
    display: inline-block;
    *display: inline;
    _height: 30px;
    zoom: 1;
    vertical-align: top;
    z-index: 1;
    position: relative;
    font-size: 11px;
}

.clear_l {
    clear: left;
    margin-top: -1px;
    height: 1px;
    overflow: hidden;
}

.label {
    line-height: normal;
    color: #666;
    vertical-align: text-bottom;
    background: none;
    white-space: normal;
    text-shadow: none;
    border-radius: initial;
    padding: 0;
}

.no_display {
    display: none;
}

#content-body > .cms_kb:first-child {
    position: relative;
    z-index: 0;
}

    #content-body > .cms_kb:first-child ~ form > a.btn_global {
        position: relative;
    }

.row-fluid [class*="span"] {
    min-height: 0;
}

#cms_cpanel input,
#cms_cpanel select,
#cms_cpanel textarea,
#cms_edit select,
#cms_edit input,
#cms_edit textarea {
    font-family: Arial,sans-serif;
    line-height: normal !important;
}
/*For login page*/
form#login_form .span5 {
    text-align: right;
}

.logintext {
    font-size: 14px;
    padding-right: 10px;
}

.login_splitnotice {
    margin-top: 20px;
}

.cms_loginform p:first-child {
    margin-left: -27px;
}

.iasp_note {
    color: red;
    font-size: 13px;
    text-align: center;
}
/*For change password button show hide*/
div.show_row {
    display: block;
}

div.hide_row {
    display: none;
}

.password-strength > img {
    padding-left: 5px;
}

.progress {
    width: 314px;
    height: 19px;
    top: 0;
}

/*Firefox hack for progress bar*/
@-moz-document url-prefix() {
    .progress {
        width: 231px;
    }
}

/*IE Exploer hack for progress bar*/
.progress {
    width /**/: 231px;
}

.password-strength ul.error-list {
    width: 35%;
}

.ui-dialog .progress {
    top: 4px;
    width: 285px;
    height: 31px;
}

.password-strength > #data_text01 {
    border-color: #EEE;
}

.contextMenu a {
    color: red !important;
}


#top_bar .contextMenu {
    left: -30px;
    top: 5px;
    right: initial;
}

.img-rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* for all bootstrap carousel */
.hidectrl + .arrow_btns {
    display: none;
}

.carousel {
    margin: 0;
}
/******************** End of Generic Style *****************************/
/******************** Style for CMS Fix ****************************************/
#cms_cpanel a,
#cms_cpanel a:link,
#cms_cpanel a:active,
#cms_cpanel a:visited,
#cms_cpanel a:focus {
    text-decoration: none;
}

table.displaytbl {
    width: 100%;
}

#contactusform table {
    width: 100%;
}

.cms_gtool_tabs a:link,
.cms_gtool_tabs a:visited,
.cms_gtool_tabs a:hover {
    line-height: normal;
}

.iasp_admininnertable {
    width: 100%;
}

#iasp_detailhighlight table th {
    text-align: right;
    padding-right: 5px;
}

    #iasp_detailhighlight table th.hdr {
        text-align: center;
    }

#searchtbl + div > input.button {
    margin-top: 10px;
}

.admintbl div {
    font-size: 13px;
}
/** Hide search result btn row **/
#cms_search_primary ~ #cms_cpanel_manage_users .cpanelbtn_row {
    display: none;
}
/** Style for User Edit Pop up **/
.ui-dialog h1 {
    width: 100%;
    background: transparent;
    color: #8db4ce;
    font-weight: normal;
    font-size: 20pt;
    font-family: 'Lato', sans-serif;
    line-height: 2;
    margin: 10px 0 15px 0;
}
/** Style for cpanel table link underline **/
table.cpaneltbl a {
    text-decoration: none;
}

/** Style for Terms of use pop up in registration **/
.cms_ui_toolsizer {
    height: 25px !important;
}

.cms_ui_closer {
    top: -8px !important;
}

.cms_ui_pds .cms_ui_toolwindow {
    overflow: hidden;
}

/******************** End of Style for CMS Fix ***********************************/
/******************** Link and default button style starts ******************************/
a:focus,
input.button:focus {
    outline: none !important;
}

a,
a:link,
a:active,
a:visited,
a:focus {
    color: #2c4860;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.btn_global,
.btn_global:link,
.btn_global:active,
.btn_global:visited,
.btn_global:focus,
.btn_enquiry_ct a:link,
.btn_enquiry_ct a:active,
.btn_enquiry_ct a:visited,
.btn_enquiry_ct a:focus,
#requestform_submit,
form.cms_cartform input.button,
.enquiry_btn .button,
input.button,
.cms_endform_buttons input,
.ui-dialog #prod_detail.preview input.button {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    background-color: #2c4860;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    _height: 21px;
    zoom: 1;
    line-height: 21px;
    padding: 8px 35px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    /*font-weight: 600;*/
}

    .btn_global:hover,
    .enquiry_btn .button:hover,
    input.button:hover {
        cursor: pointer;
        text-decoration: none;
        border: none;
    }

table.admintbl input.button {
    padding: 5px 10px;
    border: none;
    font-size: 12px;
    line-height: normal;
    margin-left: 10px;
}

table.admintbl .btn_global {
    padding: 5px 10px;
    border: none;
    font-size: 12px;
    line-height: normal;
}

.btn_enquiry_ct a:link,
.btn_enquiry_ct a:active,
.btn_enquiry_ct a:visited,
.btn_enquiry_ct a:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/******************** End of Link and default button style ********************/
/******************** Style for top bar ***************************************/
#top_bar {
    background-color: #dbcfc3;
    height: 55px;
}

#top_bar_inner {
    position: relative;
    height: 55px;
}

#top_bar .seprator {
    width: 1px;
    height: 30px;
    background-color: #d4d4d4;
    position: absolute;
    left: 205px;
    top: 3px;
}


/*##### Top Bar CTA #####*/
#top_special + div {
    position: relative;
}

#top_special .top_btn {
    display: inline-block;
    *display: inline;
    _height: 30px;
    zoom: 1;
    vertical-align: top;
    line-height: 55px;
}

#top_special .top_text {
    display: inline-block;
    *display: inline;
    _height: 30px;
    zoom: 1;
    vertical-align: top;
    padding-left: 10px;
    color: #000000;
    font-size: 16px;
    line-height: 55px;
    pointer-events: none;
    cursor: default;
    width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*##### Top Right #####*/
#top_right {
    font-size: 0;
    text-align: right;
    height: 55px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, #top_right {
        padding-left: 42px;
    }

    ::i-block-chrome, #appSearch {
        -webkit-appearance: none;
    }
}

#top_right > div {
    margin-top: 30px;
    vertical-align: top;
    margin-top: 9px;
}
/*##### Top Search Box #####*/
#top_sbox {
    position: relative;
    z-index: 1002;
    width: 37px;
}

.icon-search {
    background-image: url('../../../i/icon-search.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    background-size: auto 16px;
    height: 18px;
    width: 18px;
    margin-top: 0;
}

.before_expand {
    z-index: 1003;
    position: relative;
}

    .before_expand .expand_heading {
        background-color: #8495a7;
        color: #000000;
        cursor: default;
        display: block;
        font-family: 'Lato',sans-serif;
        font-size: 16px;
        line-height: 24px;
        padding: 7px 0;
        pointer-events: none;
        text-align: center;
        border-bottom: 1px solid #8495a7;
    }

    .before_expand.open .expand_heading {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
        border-bottom: 1px solid #8495a7;
    }

.after_expand {
    text-align: center;
    -webkit-border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
    display: none;
    width: 200px;
    padding: 10px;
    border: 2px solid #8495a7;
    margin-top: 0;
    margin-left: 2px;
}

    .after_expand .after_expand_content {
        text-align: left;
        position: relative;
        z-index: 1001;
    }

    .after_expand .after_expand_base {
        background-color: #8495a7;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        /*opacity: 0.9;
        filter: alpha(opacity=90);*/
    }

#search_box_top #search_box_top_inner {
    background-color: #fff;
}

#search_box_top .search_box input {
    border: none;
    background: transparent;
    line-height: normal;
    font-size: 13px;
    color: #a1a1a1;
    line-height: 31px;
    line-height: 20px\0;
}

#search_box_top .search_box .img_bf_search {
    padding-left: 10px;
}

#search_box_top .search_box #searchlist_top + span {
    display: none;
}

    #search_box_top .search_box #searchlist_top + span:hover {
        display: none;
    }
/*##### Top CTA login box #####*/
#top_loginbox {
    position: relative;
    z-index: 1002;
    width: 37px;
    margin-left: 5px;
    margin-right: 5px;
}

    #top_loginbox input[type=submit],
    #top_loginbox input[type=button] {
        cursor: pointer;
        -webkit-appearance: none;
    }

    #top_loginbox input:focus {
        outline: 0;
    }

.icon-account-login {
    background-image: url('../../../i/icon_myaccount_top_white.png');
    background-repeat: no-repeat;
    background-position: -3px center;
    background-color: transparent;
    background-size: auto 24px;
    height: 18px;
    width: 18px;
    margin-top: 0;
}

.icon-account-logout {
    background-image: url('../../../i/icon-login.png');
    background-repeat: no-repeat;
    background-position: -3px center;
    background-color: transparent;
    background-size: auto 24px;
    height: 18px;
    width: 18px;
    margin-top: 0;
}


.cta_before_expand {
    position: relative;
    text-align: right;
    z-index: 2;
    margin: 0;
    z-index: 1001;
}


.cta_before_expand_heading {
    background-color: #8495a7;
    color: #000000;
    cursor: default;
    display: block;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    line-height: 17px;
    padding: 9px 0;
    width: 37px;
    pointer-events: none;
    text-align: center;
    border-bottom: 1px solid #8495a7;
}

.cta_before_expand.logedin .cta_before_expand_heading {
    line-height: 17px;
    padding: 9px 0;
    width: 37px;
}

.icon_head {
    background-image: url('../../../i/icon_head.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    height: 17px;
    width: 17px;
    padding-right: 10px;
}

.cta_before_expand.open .cta_before_expand_heading {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #8495a7;
}

.cta_after_expand {
    text-align: center;
    -webkit-border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
    display: none;
    width: 180px;
    padding-top: 15px;
    border: 2px solid #8495a7;
    /*margin-top: 1px;*/
    margin-left: 2px;
}
/*#top_loginbox.logged-out .cta_after_expand {
      margin-left: -2px;
}*/
.cta_before_expand.logedin {
    /*margin-top: 10px;*/
}

.cta_link {
    vertical-align: middle;
    margin: 0 0 10px;
    overflow: hidden;
    text-align: center;
}

    .cta_link a,
    .cta_link a:link,
    .cta_link a:active,
    .cta_link a:link:visited .cta_link a:focus {
        font-size: 13px;
        color: #ffffff;
        text-decoration: underline;
    }

.cta_after_expand_item {
    /*width: 80px;*/
    height: 33px;
    padding: 0;
    white-space: nowrap;
    color: #ffffff;
    line-height: 33px;
    vertical-align: middle;
    font-size: 14px;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.afterlogin .cta_after_expand_item {
    background-color: #25344F;
}

.cta_after_expand_item.name {
    background-color: transparent;
    color: #ffffff;
    height: auto;
    min-height: 33px;
    line-height: normal;
    overflow: visible;
    word-break: break-word;
    white-space: normal;
}

.cta_after_expand_item.forgot_psw {
    height: 20px;
    margin-bottom: 0px;
}

#top_loginbox.logged-out .cta_after_expand_item.forgot_psw input[type = submit],
#top_loginbox.logged-out .cta_after_expand_item.forgot_psw input[type = button] {
    background: transparent;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin: 0;
    height: 20px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

.cta_after_expand_item a,
.cta_after_expand_item a:link,
.cta_after_expand_item a:active,
.cta_after_expand_item a:visited,
.cta_after_expand_item a:focus {
    color: #ffffff;
    display: block;
    text-decoration: none;
    line-height: 33px;
    vertical-align: middle;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-weight: normal;
    padding-left: 35px;
}

.cta_after_expand_item input[type="submit"],
.cta_after_expand_item input[type="button"] {
    border: none;
    color: #ffffff;
    padding: 0;
    line-height: 46px;
    vertical-align: middle;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top_loginbox.logged-out .cta_after_expand_item input {
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 33px;
    padding: 0 10px;
    vertical-align: top;
    width: 130px;
    -webkit-appearance: none;
    color: #000000;
}

    #top_loginbox.logged-out .cta_after_expand_item input[type=email],
    #top_loginbox.logged-out .cta_after_expand_item input[type=password],
    #top_loginbox.logged-out .cta_after_expand_item input[type=text] {
        background: #ffffff;
        text-align: left;
        color: #000000;
    }

    #top_loginbox.logged-out .cta_after_expand_item input[type = submit],
    #top_loginbox.logged-out .cta_after_expand_item input[type = button] {
        background: #25344F;
        line-height: 0px;
        margin-bottom: 10px;
        text-align: center;
        color: #ffffff;
        width: 150px;
    }

#top_loginbox.logged-in .cta_after_expand_item input[type = submit],
#top_loginbox.logged-in .cta_after_expand_item input[type = button] {
    margin-bottom: 10px;
    line-height: 15px;
    width: 100%;
    height: 100%;
    background: #25344F;
    text-align: center;
}

.cta_after_expand_content {
    text-align: left;
    position: relative;
    z-index: 1001;
    padding: 0 15px;
}

.cta_content_base {
    background-color: #8495a7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /*opacity: 0.9;
    filter: alpha(opacity=90);*/
}

.cta_after_expand_heading {
    height: 36px;
    margin-bottom: 15px;
}

#top_loginbox .iasp_note {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    background-color: #ffbaaf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
    padding: 15px;
}

    #top_loginbox .iasp_note.success {
        background-color: #E1F0B1;
    }

a.icon_edit_my_profile {
    background-image: url('../../../i/icon_myaccount_login_white.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 33px;
    background-color: transparent;
}

a.icon_my_orders {
    background-image: url('../../../i/icon_cart_login_white.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 33px;
    background-color: transparent;
}

a.icon_my_favourites {
    background-image: url('../../../i/icon_my_favourites.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 33px;
    background-color: transparent;
}
/******************** End of Style for top bar ******************************/
/******************** Style for header **************************************/
#head {
    height: 140px;
    line-height: 140px;
    background: transparent;
}
/* logo */
#logo {
    line-height: 209px;
    height: 209px;
    z-index: 10;
    position: relative;
}

    #logo .logo_link,
    #logo .logo_link:link,
    #logo .logo_link:active,
    #logo .logo_link:visited,
    #logo .logo_link:hover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

    #logo .logo_img {
        position: relative;
        z-index: 1;
        height: 209px;
        line-height: 209px;
    }

        #logo .logo_img img {
            margin-top: 15px;
        }
/* top cta buttons */
#head_right {
    background-image: url('../../../i/icn_phone_top.png');
    background-repeat: no-repeat;
    background-position: 8% 31.5px;
    background-size: auto;
    padding: 31.5px 0;
}

    #head_right .tp_phone {
        color: #58697d;
        line-height: 50px;
        font-size: 36px;
        font-weight: normal;
        text-decoration:none;
    }

    #head_right .tp_address {
        color: #747474;
        line-height: normal;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        padding-left: 100px;
    }

    #head_right .btn_wrap {
        margin-top: 15px;
        padding-right: 22px;
    }

        #head_right .btn_wrap .btn_global {
            background-color: #58697d;
            text-transform: uppercase;
        }
/******************** End of Style for header ********************/
/******************** Style for Top Menu *************************/
/* Main Menu */
ul.mainmenu {
    display: inline-block;
    /*display: -moz-inline-stack;*/
    *display: inline;
    zoom: 1;
    _height: 42px;
    width: 100%;
    margin: 0;
    text-align: center;
}

    ul.mainmenu li {
        display: inline-block;
        /*display: -moz-inline-stack;*/
        *display: inline;
        zoom: 1;
        _height: 42px;
        vertical-align: top;
        list-style: none;
    }

        ul.mainmenu li a,
        ul.mainmenu li a:link,
        ul.mainmenu li a:active,
        ul.mainmenu li a:visited {
            color: #505050;
            font-size: 15px;
            line-height: 22px;
            height: 22px;
            padding: 10px 10px;
            display: block;
        }

            ul.mainmenu li a:hover {
                background-color: #8495a7;
                color: #ffffff;
                text-decoration: none;
            }

        ul.mainmenu li.home a {
            background-image: url('../../../i/icon_menu_home.png');
            background-repeat: no-repeat;
            background-position: center;
            background-size: 28px 22px;
            height: 22px;
            width: 28px;
            padding: 10px 15px;
        }

            ul.mainmenu li.home a:hover {
                background-image: url('../../../i/icon_menu_home_h.png');
                background-repeat: no-repeat;
                background-position: center;
                background-size: 28px 22px;
                height: 22px;
                width: 28px;
                padding: 10px 15px;
            }
/*Style for dropdown menu*/
div.dropdown {
    min-width: 188px;
    color: #FFF;
    background: #8495a7;
    position: absolute;
    display: none;
    margin: -1px 0 0 0;
    z-index: 2000;
    text-align: left;
}

    div.dropdown ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

* html div.dropdown {
    width: 200px;
}

    div.dropdown li {
        margin: 0;
        padding: 0;
    }

.dropdown a,
.dropdown a:link,
.dropdown a:visited,
.dropdown a:active {
    font-size: 14px;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 0;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px 15px;
    background-repeat: no-repeat;
    background-position: 20px center;
}

    .dropdown a:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #000000;
    }
/******************** End of Style for Top Menu ****************************************/
/******************** Style for Homepage Views ****************************/
#hp_list .list_item_body {
    padding: 50px 0;
    position: relative;
}

#hp_list #hp_slider .list_item_body {
    padding: 0;
}

#hp_list h1 {
    margin: 0 0 40px;
}
/* For Top Slider */
#hp_slider {
    height: 402px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

#myCarousel {
    margin: auto;
}

    #myCarousel .carousel {
        margin: 0;
    }

    #myCarousel a.carousel-control {
        line-height: 26px;
        text-decoration: none;
        top: 50%;
        font-weight: bold;
        color: #255275;
    }

        #myCarousel a.carousel-control.left {
            text-indent: -4px;
        }

        #myCarousel a.carousel-control.right {
            text-indent: 4px;
        }

    #myCarousel .carousel-inner > .item {
        height: 400px;
        overflow: hidden;
    }

        #myCarousel .carousel-inner > .item > img,
        #myCarousel .carousel-inner > .item > a > img {
            min-height: 400px;
            width: 100%;
        }

    #myCarousel .overlay {
        position: absolute;
        right: 0;
        left: 0;
        top: 280px;
        height: 120px;
        padding: 0 25px;
    }

    #myCarousel .overlay_base {
        z-index: 1;
        position: absolute;
        background-color: #ffffff;
        left: 0;
        right: 0;
        bottom: 0;
        height: 120px;
        opacity: 0.7;
        filter: alpha(opacity=50);
    }

    #myCarousel .overlay_inner {
        z-index: 2;
        position: relative;
        height: 120px;
        overflow: hidden;
    }

    #myCarousel .overlay_title {
        height: 120px;
        overflow: hidden;
    }

    #myCarousel .overlay_inner_title {
        color: #2c4860;
        font-size: 24px;
        padding: 15px 0 10px 0;
    }

    #myCarousel .overlay_inner_desp {
        color: #2c4860;
        font-size: 15px;
        line-height: 20px;
        padding-right: 10%;
    }

    #myCarousel .overlay_btn {
        height: 120px;
        line-height: 120px;
        overflow: hidden;
    }

        #myCarousel .overlay_btn a,
        .overlay_btn a:link,
        .overlay_btn a:active,
        .overlay_btn a:visited,
        .overlay_btn a:focus {
            max-width: 208px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            vertical-align: middle;
        }
/* For welcome box */
#welcome_box {
    background-color: transparent;
}
/* For Middle box */

#middle_box {
    background-color: #f4eee8;
}

ul#cta_cycle {
    margin: 0 -11px;
}

    ul#cta_cycle .cycle_item {
        overflow: hidden;
        text-align: center;
        width: 33.333333%;
        display: inline-block;
    }

        ul#cta_cycle .cycle_item .cycle_item_inner {
            margin: 11px;
            background-color: #ffffff;
        }

        ul#cta_cycle .cycle_item:hover .cycle_item_inner {
            background-color: transparent;
            border-color: #ADABAB;
            -moz-box-shadow: 0 0 10px #ADABAB;
            -webkit-box-shadow: 0 0 10px #ADABAB;
            box-shadow: 0 0 10px #ADABAB;
        }


        ul#cta_cycle .cycle_item .img_box {
            position: relative;
            background-color: #ffffff;
            overflow: hidden;
            border-bottom: 1px solid #e1e1e1;
        }

        ul#cta_cycle .cycle_item .img_box_inner {
            position: relative;
            display: table;
            text-align: center;
            width: 316px;
            height: 237px;
            overflow: hidden;
        }

        ul#cta_cycle .cycle_item .img_box .img_box_inner a {
            display: table-cell;
            vertical-align: middle;
            width: 316px;
            height: 237px;
            overflow: hidden;
        }

            ul#cta_cycle .cycle_item .img_box .img_box_inner a img {
                max-width: 318px;
                max-height: 239px;
            }

        ul#cta_cycle .cycle_item .cycle_item_content {
            background-color: #ffffff;
            padding: 10px;
            position: relative;
        }

            ul#cta_cycle .cycle_item .cycle_item_content .cycle_item_title {
                font-size: 0;
                padding: 0;
                overflow: hidden;
            }

                ul#cta_cycle .cycle_item .cycle_item_content .cycle_item_title a,
                ul#cta_cycle .cycle_item .cycle_item_content .cycle_item_title a:link,
                ul#cta_cycle .cycle_item .cycle_item_content .cycle_item_title a:active,
                ul#cta_cycle .cycle_item .cycle_item_content .cycle_item_title a:visited,
                ul#cta_cycle .cycle_item .cycle_item_content .cycle_item_title a:hover {
                    display: block;
                    color: #2c4860;
                    font-size: 20px;
                    line-height: normal;
                    margin: 0;
                    padding: 0;
                    text-decoration: none;
                    white-space: normal;
                    overflow: hidden;
                    height: 31px;
                    overflow: hidden;
                }

            ul#cta_cycle .cycle_item .cycle_item_content .cycle_item_text {
                height: 100px;
                text-align: left;
                overflow: hidden;
                white-space: normal;
                font-size: 16px;
                line-height: 25px;
            }


        ul#cta_cycle .cycle_item .cycle_item_actions {
            height: 37px;
            overflow: hidden;
            margin: 10px 0 0;
            font-size: 0;
        }



/* For cycle button controls*/
button.cycle-control {
    position: absolute;
    top: 52%;
    left: -90px;
    display: block;
    width: 80px;
    height: 80px;
    font-size: 80px;
    font-weight: 600;
    line-height: 0;
    padding: 0;
    color: #2c4860;
    text-align: center;
    background: transparent;
    border: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    padding-bottom: 5px;
}

    button.cycle-control:focus {
        outline: none !important;
    }

    button.cycle-control.right {
        right: -90px;
        left: auto;
    }

    button.cycle-control:hover {
        color: #2c4860;
        opacity: 0.9;
        filter: alpha(opacity=90);
        cursor: pointer;
    }

/* For Subsribe Box */
#subscribe_box {
    background-color: #2D4961;
    background-image: url('../../../i/bg_subscribe.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
}

    #subscribe_box .top_margin {
        color: #ffffff;
        font-size: 32px;
    }

    #subscribe_box .bottom_margin {
        color: #ffffff;
        font-size: 22px;
        margin: 10px 0 0;
    }

    #subscribe_box .subscribe_btn {
        margin-top: 10px;
    }

        #subscribe_box .subscribe_btn .btn_global {
            background-color: #8495a7;
            font-size: 22px;
            line-height: 30px;
            padding: 10px 55px;
        }
/* For Gallery Box */
ul#gallery_cycle {
    margin: -11px;
}

    ul#gallery_cycle .cycle_item {
        position: relative;
    }

        ul#gallery_cycle .cycle_item .cycle_item_inner {
            margin: 11px;
            background-color: #ffffff;
        }

        ul#gallery_cycle .cycle_item:hover .cycle_item_inner {
            background-color: transparent;
            border-color: #ADABAB;
            -moz-box-shadow: 0 0 10px #ADABAB;
            -webkit-box-shadow: 0 0 10px #ADABAB;
            box-shadow: 0 0 10px #ADABAB;
        }

        ul#gallery_cycle .cycle_item .cycle_item_inner > a {
            height: 239px;
            width: 318px;
            display: block;
            text-align: center;
            overflow: hidden;
        }

            ul#gallery_cycle .cycle_item .cycle_item_inner > a > img {
                max-height: 239px;
                max-width: 318px;
            }

    ul#gallery_cycle.no_cycle {
        text-align: center;
    }

        ul#gallery_cycle.no_cycle .cycle_item {
            display: inline-block;
            *display: inline;
            _height: 30px;
            zoom: 1;
            vertical-align: top;
        }


            ul#gallery_cycle.no_cycle .cycle_item > a {
                height: 239px;
                width: 318px;
                display: block;
                text-align: center;
                overflow: hidden;
            }

                ul#gallery_cycle.no_cycle .cycle_item > a > img {
                    max-height: 239px;
                    max-width: 318px;
                }

        ul#gallery_cycle.no_cycle ~ button.cycle-control {
            display: none;
        }
/******************** End of Style for Homepage Views ************************/
/******************** Style for Default List ************************************/
.list .list_item {
    padding: 5px;
}

    .list .list_item .btn_global {
        padding: 5px 30px;
        font-size: 14px;
        line-height: 20px;
    }

    .list .list_item h4 {
        margin: 0;
        padding: 0;
        line-height: 25px;
        height: 25px;
        font-size: 16px;
        display: inline-block;
        *display: inline;
        _height: 25px;
        zoom: 1;
        vertical-align: top;
        width: auto;
        overflow: hidden;
    }

        .list .list_item h4 a,
        .list .list_item h4 a:link,
        .list .list_item h4 a:active,
        .list .list_item h4 a:visited,
        .list .list_item h4 a:focus {
            display: inline-block;
            *display: inline;
            _height: 30px;
            zoom: 1;
            line-height: 25px;
            font-size: 16px;
            vertical-align: bottom;
            font-weight: 600;
            text-decoration: none;
        }

    .list .list_item .edit_ctrl {
        line-height: 13px;
        vertical-align: middle;
        padding-left: 25px;
    }

        .list .list_item .edit_ctrl a,
        .list .list_item .edit_ctrl a:link,
        .list .list_item .edit_ctrl a:active,
        .list .list_item .edit_ctrl a:visited,
        .list .list_item .edit_ctrl a:focus {
            line-height: 21px;
        }

    .list .list_item span {
        font-size: 13px;
        line-height: 13px;
        vertical-align: middle;
    }

    .list .list_item .list_item_text {
        overflow: hidden;
        text-overflow: ellipsis;
        height: 48px;
        line-height: 24px;
        vertical-align: bottom;
    }

    .list .list_item .imgwrap.no_img {
        padding: 5px;
    }

        .list .list_item .imgwrap.no_img .list_item_text {
            height: 57px;
        }

        .list .list_item .imgwrap.no_img .list_item_btn {
            bottom: 2px;
        }

    .list .list_item .list_item_btn {
        position: absolute;
        bottom: 0;
        right: 5px;
    }

    .list .list_item .imgwrap {
        position: relative;
        height: 110px;
        font-size: 0;
    }

        .list .list_item .imgwrap.no_img {
            height: auto;
        }

    .list .list_item .img_box_inner {
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
        background: #fff;
        display: table;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .list .list_item.f .img_box_inner {
        top: 0;
        background-color: #fff;
    }

    .list .list_item .img_box {
        position: relative;
        margin: 0;
        height: 109px;
    }

        .list .list_item .img_box a {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            font-size: 0;
        }

        .list .list_item .img_box img {
            max-height: 107.25px;
            max-width: 143px;
        }
/******************** End of Style for Default List ***************************/
/******************** Style for Default Detail ***************************/
.isnothome .ct h1 {
    background: none;
    font-size: 30px;
    line-height: 30px;
    margin: 20px 0 30px 0;
    /*pointer-events: none;
    cursor: default;*/
}

.detail .img_box {
    text-align: center;
}

    .detail .img_box .img_box_inner {
        height: 302px;
        width: 402px;
        display: table;
        box-sizing: border-box;
    }

        .detail .img_box .img_box_inner .img_wrap {
            display: table-cell;
            vertical-align: middle;
        }

    .detail .img_box #gallery_list_main {
        max-height: 300px;
        max-width: 400px;
    }

.sml_img {
    height: 55px;
    margin-top: 10px;
    font-size: 0;
    text-align: center;
    width: 100%;
}

    .sml_img .sml_img_item {
        display: inline-table;
        margin-left: 10px;
        height: 53px;
        width: 70px;
    }

        .sml_img .sml_img_item:last-child {
            margin-right: 0;
        }

        .sml_img .sml_img_item.f {
            margin-left: 0;
        }

        .sml_img .sml_img_item .sml_img_wrap {
            display: table-cell;
            vertical-align: middle;
            width: 70px;
        }

            .sml_img .sml_img_item .sml_img_wrap a {
                display: block;
            }

            .sml_img .sml_img_item .sml_img_wrap img {
                max-height: 53px;
                max-width: 70px;
            }


.detail .table-striped {
    border-collapse: collapse;
}

    .detail .table-striped th {
        white-space: nowrap;
    }

.detail .sml_img.row2 .sml_img_item:first-child {
    margin-left: 0;
}

.detail .sml_img.row2 {
    text-align: left;
}

/******************** End of Style for Default Detail ***************************/
/******************** Style for Tech Product starts ************************************/
/*#### list view ####*/
.list.product .list_item .img_box {
    height: 135px;
    width: 180px;
    display: inline-block;
    *display: inline;
    _height: 135px;
    zoom: 1;
}

    .list.product .list_item .img_box img {
        max-height: 135px;
        max-width: 180px;
    }

.list.product .list_item .imgwrap {
    height: 135px;
    margin-left: 15px;
    width: 785px;
    display: inline-block;
    *display: inline;
    _height: 135px;
    zoom: 1;
}

.list.product .list_item .list_item_text {
    margin: 0;
    height: 72px;
    width: 77%;
}

.list.product .spec {
    position: relative;
    height: 72px;
    width: 20%;
    margin-left: 3%;
}

    .list.product .spec label {
        color: #2c4860;
        font-weight: bold;
        font-size: 15px;
        position: absolute;
        top: -25px;
    }


    .list.product .spec .spec_inner {
        font-size: 13px;
        line-height: 24px;
        overflow: hidden;
    }

.list.product .separator {
    border-left: 1px dashed #C2C2C2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 615px;
}

.list.product .list_item .list_item_btn {
    position: relative;
    bottom: initial;
    right: initial;
    margin-left: 60%;
    margin-top: 3px;
    margin-bottom: 5px;
}

.list.product .list_item.public_view h4 {
    min-width: 25%;
}

/*#### detail view ####*/
.detail.product .img_box .img_box_inner {
    display: none;
}

.detail.product .colorbox_group #plus_sign {
    left: 5px;
    width: 15px;
    height: 15px;
    bottom: 5px;
}

/******************** Style for Tech Product ends ************************************/
/******************** Style for users *******************************************/
#user_form {
    margin-bottom: 20px;
}

    #user_form + .cms_endform_buttons {
    }

    #user_form .span3 {
        font-weight: bold;
        text-align: right;
    }

    #user_form + .cms_endform_buttons {
        margin-left: 26%;
    }
/******************** End of Style for users ***********************************/
/******************** Style for account page *******************************************/
#account_area_items_list {
    margin-bottom: 100px;
}

    #account_area_items_list .btn_logout {
        display: block;
        margin: 15px auto 0 auto;
        width: 110px;
    }

    #account_area_items_list .listitem.logout a,
    #account_area_items_list .listitem.logout a:link,
    #account_area_items_list .listitem.logout a:active,
    #account_area_items_list .listitem.logout a:visited {
        font-weight: normal;
    }

#login_box .row-fluid {
    margin-bottom: 15px;
}
/******************** End of Style for account page *************************************/
/******************** Style for Footer **************************************************/
/* Footer Top */
#footer_top {
    background-color: #ede4db;
}

    #footer_top #footer_top_inner {
        padding: 50px 0;
    }

    #footer_top .col_title {
        color: #846f5a;
        font-size: 18px;
        font-weight: 600;
    }

    #footer_top .col_list {
        list-style: none;
        margin: 0;
    }

        #footer_top .col_list li {
            margin-bottom: 10px;
            width: 100%;
        }

        #footer_top .col_list a,
        #footer_top .col_list a:link,
        #footer_top .col_list a:active,
        #footer_top .col_list a:visited {
            color: #846f5a;
            font-size: 14px;
            font-weight: normal;
            display: block;
            text-decoration: none;
        }

            #footer_top .col_list a:hover {
                color: #846f5a;
            }

    #footer_top .footer_ct {
        color: #846f5a;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 20px;
    }

        #footer_top .footer_ct.ft_location strong {
            font-weight: 600;
            color: #846f5a;
        }

    #footer_top .btn_wrap .btn_global {
        text-transform: uppercase;
    }

/* Social Bar */
.social_bar li:last-child {
    margin-bottom: 0;
}

.social_bar a {
    display: block;
    height: 44px;
    width: 44px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

    .social_bar a:hover {
        -moz-box-shadow: 0 0 10px #828282;
        -webkit-box-shadow: 0 0 10px #828282;
        box-shadow: 0 0 10px #828282;
        border-color: #828282;
    }

.social_bar .facebook {
    background: url("../../../i/icn_fb.png") no-repeat;
}

    .social_bar .facebook:hover {
        background: url("../../../i/icn_fb_h.png") no-repeat;
    }

.social_bar .twitter {
    background: url("../../../i/icn_tw.png") no-repeat;
}

    .social_bar .twitter:hover {
        background: url("../../../i/icn_tw_h.png") no-repeat;
    }

.social_bar .linkedin {
    background: url("../../../i/icn_linkedin.png") no-repeat;
}

    .social_bar .linkedin:hover {
        background: url("../../../i/icn_linkedin_h.png") no-repeat;
    }

.social_bar .instagram {
    background: url("../../../i/icn_inst.png") no-repeat;
}

    .social_bar .instagram:hover {
        background: url("../../../i/icn_inst_h.png") no-repeat;
    }

/* Footer Bottom */
#foot {
    background-color: #181818;
    position: relative;
}

    #foot .iasp_logo {
        line-height: 70px;
        height: 70px;
    }

        #foot .iasp_logo a {
            display: block;
        }

    #foot .copyright {
        line-height: 70px;
        height: 70px;
        color: #ffffff;
        font-size: 14px;
    }
/******************** End of Style for Footer ***********************************/
/*********************** Style for Locations  ***************************************/
.map_detail a#get_direction_web {
    margin: 15px 0 5px 0;
    /*text-transform: uppercase;*/
}

    .map_detail a#get_direction_web:hover {
        color: #ffffff;
    }

#map_canvas_web img,
#directions img {
    max-width: none;
}

.list.default_list.location_list .list_item .list_item_text {
    min-height: 85px;
    /*max-height: 146px;*/
    height: auto;
    /*padding-bottom: 10px;*/
    width: 670px;
    margin-top: 0;
}

    .list.default_list.location_list .list_item .list_item_text p {
        margin: 0;
        font-size: 14px;
        line-height: 21px;
    }

.list.default_list.location_list .list_item .imgwrap {
    /*min-height: 140px;
    max-height: 180px;*/
    height: auto;
}

.list.default_list.location_list .list_item .img_box {
    /*margin-top: 10px;*/
}

    .list.default_list.location_list .list_item .img_box .img_box_inner {
        background-color: #ffffff;
    }
/*********************** End of Style for Locations  ***************************************/
/******************** Start of Style for Gallery ***********************************/
table.img_list {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

    table.img_list td {
        padding: 0 17px 11px 0;
        width: 200px;
        text-align: center;
    }

        table.img_list td div {
            padding-bottom: 5px;
            width: 202px;
        }

        table.img_list td.last {
            padding-right: 0;
        }

    table.img_list a.popupviewtrigger, table.img_list a.colorbox_group {
        position: relative;
        display: block;
        width: 202px;
    }

        table.img_list a.popupviewtrigger #plus_sign, .colorbox_group #plus_sign {
            left: 15px;
        }


    table.img_list td .img_name {
        height: 45px;
    }

    table.img_list #gallery_list_main {
        height: 267px;
    }

#plus_sign {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.image_holder, .gallery_detail .image_info {
    text-align: center;
}

table.img_list .display_info {
    font-size: 13px;
    color: #C0122E;
}
/******************** End of Style for Gallery ***********************************/
/******************** 20140707 Start of Style for ColorBOx ***********************************/
.colorbox_page {
    max-width: 1000px;
    margin: auto;
}

.colorbox_img_des {
    position: relative;
    top: 585px;
    z-index: 1000;
    width: 1010px;
    right: 920px;
}

.colorbox_img_des, #cboxCurrent, #cboxTitle {
    color: #ffffff;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible;
}

#cboxCurrent {
    width: 95px;
}

#cboxTitle, #cboxCurrent {
    top: -26px;
}

#cboxNext:focus,
#cboxPrevious:focus {
    outline: 0;
}

#cboxLoadedContent {
    border-color: #aaaaaa;
}
/******************** End of Style for ColorBOx ***********************************/
/**************************** Style for Forms Addtional CSS ********************/
#contactusform .span4 {
    text-align: right;
    background: #EEEEEE;
    padding-right: 5px;
}

#contactusform .blank {
    background: none;
}

#contactusform .desp {
    margin-bottom: 20px;
}

#contactusform .message {
    height: 100px;
}

#contactusform {
    margin-bottom: 30px;
}

    #contactusform input[type="submit"] {
        color: #ffffff;
        font-size: 15px;
        font-weight: normal;
        text-align: center;
        background-color: #2c4860 !important;
        zoom: 1;
        line-height: 21px;
        padding: 8px 35px;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: none;
    }
/**************************** End of Style for Forms Addtional CSS ********************/
/******************** Style for Enquiry Form *****************************************/
table.displaytbl .su {
    background-color: #F8981C;
}

#enrolment_application {
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

#enquiry_edit_tbl .span4,
#enquiry_edit_tbl .span5 {
    text-align: right;
    background: #eee;
    padding: 0 5px 0 0;
}

    #enquiry_edit_tbl .span4.nbg,
    #enquiry_edit_tbl .span5.nbg {
        background: none;
    }

#enquiry_edit_tbl .row-fluid {
    margin-bottom: 10px;
}

#enquiry_edit_tbl .section_heading {
    margin: 50px 0 10px;
}

    #enquiry_edit_tbl .section_heading p.hdr {
        font-size: 27px;
        color: #255275;
    }

#enquiry_edit_tbl p.subhdr {
    font-size: 16px;
    color: #255275;
}

#enquiry_edit_tbl .section_heading p.desc {
    margin-top: 15px;
}

.enq-form tr {
    border-bottom: 5px solid #fff;
}

.enq-form th {
    width: 40%;
    background-color: #eee;
}

.enq-form td {
    padding: 0 0 0 5px;
}

.enq-form th.section_heading.hdr {
    background-color: transparent;
    font-size: 1.5em;
    padding: 15px;
    color: #8db4ce;
    text-align: left !important;
}

.enq-form th.section_heading.subhdr {
    background-color: transparent;
    font-size: 16px;
    padding: 15px;
    color: #8db4ce;
    text-align: left !important;
}
/******************** End of Style for Enquiry Form *****************************************/
/**************************** Style for Registration Form ********************/
#registration h3 {
    margin: 0 0 25px 0;
}

.cms_miniedit_inner .mini_user_edit {
    padding: 10px;
}

/**************************** End of Style for Registration Form ********************/
/*********************** Style for Locations  ***************************************/
.map_detail a#get_direction_web {
    margin: 15px 0 5px 0;
    /*text-transform: uppercase;*/
}

#map_canvas_web img,
#directions img {
    max-width: none;
}

.location_list .list_item .list_item_text {
    min-height: 85px;
    /*max-height: 146px;*/
    height: auto;
    /*padding-bottom: 10px;*/
    width: 670px;
    margin-top: 0;
}

    .location_list .list_item .list_item_text p {
        margin: 0;
        font-size: 14px;
        line-height: 21px;
    }

.location_list .list_item .imgwrap {
    /*min-height: 140px;
    max-height: 180px;*/
    height: auto;
}

.location_list .list_item .img_box {
    /*margin-top: 10px;*/
}

    .location_list .list_item .img_box .img_box_inner {
        background-color: #ffffff;
    }
/*********************** End of Style for Locations  ***************************************/
/***************** 2015 Style for Table and Responsive div Table Forms ********************/
/*#### This part is for Basic Form Style ####*/
.tbl_form_2015 {
    background-color: #F4F7F8;
    margin: 0 0 25px;
    position: relative;
}

table.tbl_form_2015 {
    table-layout: fixed;
    width: 100%;
}

.tbl_form_2015 tr:not(.btn_row) input,
.tbl_form_2015 tr:not(.btn_row) select,
.tbl_form_2015 .tbl_row:not(.btn_row) input,
.tbl_form_2015 .tbl_row:not(.btn_row) select {
    width: auto;
    height: 35px;
    color: #2c3e50;
    background-color: #ffffff !important;
    background-image: none;
    border: 1px solid #dce4ec !important;
    border-width: 1px;
    box-shadow: none;
    margin: 0 5px 0 0;
    padding: 0px 9px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tbl_form_2015 input[type="submit"] {
    color: #ffffff;
}

.tbl_form_2015 input.button {
    height: auto;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    background-color: #2c4860;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    _height: 21px;
    zoom: 1;
    line-height: 21px;
    padding: 8px 35px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
}

.tbl_form_2015 .tbl_row:not(.btn_row) input.button {
    height: auto;
}

.tbl_form_2015 input.button.forgot {
    background-color: transparent !important;
    color: inherit;
    font-size: 12px;
    text-decoration: underline;
    padding: 6px 10px;
}

.tbl_form_2015 input.button:hover {
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.tbl_form_2015 textarea {
    border: 1px solid #DCE4EC;
}

.tbl_form_2015 span.cms-dtpicker.datetimeshort {
    height: 37px;
    line-height: 37px;
    vertical-align: middle;
}

    .tbl_form_2015 span.cms-dtpicker.datetimeshort select:last-child {
        margin: 0 5px;
    }

table.tbl_form_2015 th,
.tbl_form_2015 .tbl_th {
    background-color: #F4F7F8 !important;
    border: none;
    font-size: 15px;
    line-height: 37px;
    text-align: right;
    padding: 10px;
    font-weight: normal;
}

table.tbl_form_2015 th {
    width: 35% !important;
}

table.tbl_form_2015 td,
.tbl_form_2015 .tbl_td {
    border: none;
    padding: 10px;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: normal;
}

table.tbl_form_2015 td {
    width: 65% !important;
}

table.tbl_form_2015 tr:not(:last-child) th,
.tbl_form_2015 .tbl_row:not(:last-child) .tbl_th {
    padding-bottom: 0;
}

table.tbl_form_2015 tr:not(:last-child) td,
.tbl_form_2015 .tbl_row:not(:last-child) .tbl_td {
    padding-bottom: 0;
}

table.tbl_form_2015 p.iasp_note, .tbl_form_2015 p.iasp_note {
    margin: 0;
    padding: 10px 0 0;
}

/*#### This part is for Registration Form Password Progress Bar Style ####*/
.tbl_form_2015 .progress {
    width: 286px;
    height: 37px;
    top: 0;
}

.tbl_form_2015 .password-strength .progress-bar-danger {
    border-radius: 3px;
}

/*Firefox hack for progress bar*/
@-moz-document url-prefix() {
    .progress {
        width: 273px;
    }
}

/*IE Exploer hack for progress bar*/
@media screen\0 {
    .progress {
        width: 253px;
    }
}

.tbl_form_2015 .password-strength + .psw_bg {
    width: 286px;
    height: 34px;
    position: absolute;
    background-color: white;
    top: 12px;
}

.tbl_form_2015 .psw_col {
    position: relative;
}

/*Firefox hack for Password background*/
@-moz-document url-prefix() {
    .tbl_form_2015 .password-strength + .psw_bg {
        width: 274px;
    }
}

/*IE Exploer hack for Password background*/
@media screen\0 {
    .tbl_form_2015 .password-strength + .psw_bg {
        width: 253px;
    }
}

/*#### This part is for pop up admin Form Style ####*/
.ui-dialog .tbl_form_2015 tr:not(.btn_row) input,
.ui-dialog .tbl_form_2015 tr:not(.btn_row) input.text,
.ui-dialog .tbl_form_2015 tr:not(.btn_row) select,
.ui-dialog .tbl_form_2015 .tbl_row:not(.btn_row) input,
.ui-dialog .tbl_form_2015 .tbl_row:not(.btn_row) input.text,
.ui-dialog .tbl_form_2015 .tbl_row:not(.btn_row) select {
    margin-bottom: 5px;
    padding: 0 5px;
}


.ui-dialog .progress {
    width: 278px;
    height: 37px;
}

.ui-dialog .tbl_form_2015 .password-strength + .psw_bg {
    top: 6px;
    width: 278px;
}

.ui-dialog .tbl_form_2015 .password-strength + .psw_bg {
    /*display: none;*/
}

.ui-dialog .tbl_form_2015 tr.sub_heading th {
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
}

.ui-dialog table.displaytbl tbody tr:nth-child(even) td,
.ui-dialog table.displaytbl tbody tr.even td {
    color: #000000;
}

.ui-dialog .tbl_form_2015 th {
    background-color: #4684AE !important;
    font-size: 12px;
    color: #ffffff;
}

.ui-dialog .tbl_form_2015 td {
    border: none;
    padding: 10px;
    font-size: 12px;
}

/*#### This part is for Super User style ####*/
.tbl_form_2015 .su th,
.tbl_form_2015 .su td {
    background-color: #F8981C;
    color: #ffffff;
}

table.displaytbl.tbl_form_2015 .su th,
table.displaytbl.tbl_form_2015 .su td {
    background-color: #F8981C !important;
    color: #ffffff;
    padding: 10px;
}

.ui-dialog .tbl_form_2015 .su th {
    background-color: #F8981C;
}


/*#### This part is for Search Form Style ####*/
table.tbl_form_2015 td b,
.tbl_form_2015 .tbl_td b {
    font-weight: normal;
}

table.tbl_form_2015 td.searchleft,
.tbl_form_2015 .tbl_td.searchleft {
    text-align: right;
}

table.tbl_form_2015 td.searchseparator {
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: center;
}

    table.tbl_form_2015 td.searchseparator b {
        margin: 0 190px 0 0;
    }

    table.tbl_form_2015 td.searchseparator input.button {
        font-size: 15px;
        font-weight: normal;
        text-align: center;
        background-color: #2c4860 !important;
        color: #ffffff;
        display: inline-block;
        _height: 21px;
        zoom: 1;
        line-height: 21px;
        padding: 8px 35px;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: none;
        margin: 15px 0 15px 145px;
    }

/*#### This part is for Zoomer Style ####*/
/* For image zoomer thumnails */
.sml_img {
    height: 55px;
    margin-top: 10px;
    font-size: 0;
}

    .sml_img .sml_img_item {
        display: inline-table;
        margin-left: 7px;
        height: 53px;
        width: 70px;
    }

        .sml_img .sml_img_item:last-child {
            margin-right: 0;
        }

        .sml_img .sml_img_item.f {
            margin-left: 0;
        }

        .sml_img .sml_img_item .sml_img_wrap {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

            .sml_img .sml_img_item .sml_img_wrap a {
                display: block;
            }

            .sml_img .sml_img_item .sml_img_wrap img {
                max-height: 53px;
                height: 53px;
                max-width: 70px;
            }

/**   Style for zoomer  **/
.zoomLens {
    max-width: 100%;
}

.zoomWrapper {
    width: 400px !important;
    height: 300px !important;
}

.zoom_box {
    position: relative;
}

    .zoom_box #plus_sign {
        position: absolute;
        right: 20px;
        top: 235px;
    }

    .zoom_box .main_img_box {
        position: relative;
        width: 400px;
        height: 300px;
        display: table;
        overflow: hidden;
        box-sizing: border-box;
    }

        .zoom_box .main_img_box .main_img_wrap {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            max-width: 400px;
            max-height: 300px;
        }

            .zoom_box .main_img_box .main_img_wrap img {
                max-width: 400px;
                max-height: 300px;
                height: 300px !important;
                position: relative !important;
            }

        .zoom_box .main_img_box img#zoom_main_img ~ div {
            top: 0;
        }
