﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #444444;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

input, button {
    font-family: 'Open Sans', sans-serif;
}

    input[type="text"], input[type="Password"] {
        margin: 0px;
        padding: 0px;
        border: 1px solid #e0e0e0;
        background: #fff;
        font-size: 13px;
        color: #444444;
        padding: 10px;
        font-family: 'Open Sans', sans-serif;
        -webkit-appearance: none;
        border-radius: 2px;
    }

textarea {
    -webkit-appearance: none;
}

select, textarea {
    margin: 0px;
    padding: 0px;
    border: 1px solid #e0e0e0;
    background: #fff;
    font-size: 13px;
    color: #444444;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    resize: none;
    border-radius: 2px;
}
    /*:focus { outline: none; background: none; }*/
    input[type="text"]:focus, input[type="Password"]:focus, textarea:focus {
        border-color: #51c8e6;
    }

p {
    margin: 0 0 20px 0;
    padding: 0px;
    line-height: 22px;
}

img {
    border: none;
    outline: none;
}

a {
    color: #2ebadf;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #222222;
        text-decoration: none;
        outline: none;
    }

.valignmidd {
    vertical-align: middle;
}

.relative {
    position: relative;
}

.clear {
    clear: both;
}

.fright {
    float: right !important;
}
/* Common CSS End Here */

.moveImageBG {
    background-image: url('../images/move-icon.png') !important;
    background-position: right 10px top 5px !important;
    background-repeat: no-repeat !important;
}

.headerbg {
    background: #e7e7e7;
}

.footerbg {
    background: #222222;
    color: #b2b2b2;
}

    .footerbg a {
        color: #2ebadf;
    }

        .footerbg a:hover {
            color: #fff;
        }

.middlepart {
    height: 510px;
    padding: 20px 0;
}

.companylogo {
    padding-left: 20px;
    background: url(../images/companylogo-line.png) no-repeat center left;
}

a.topaccount-info {
    background: #d8d8d8;
    height: 88px;
    padding: 0 10px;
    padding-top: 20px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
}

a:hover.topaccount-info {
    background: #51c8e8;
    color: #fff;
}

img.user-img {
    border: 3px solid #fff;
    border-radius: 40px;
    vertical-align: middle;
    margin-right: 10px;
    height: 58px;
    width: 58px;
}
/*img.user-profile-img { border: 3px solid #fff !important; border-radius: 40px !important; vertical-align: middle; margin-right: 10px; height:110px; width:110px; }*/
a.topaccount-info .myacc-arr {
    background: url(../images/myacc-arr.png) no-repeat;
    width: 13px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

a:hover.topaccount-info .myacc-arr {
    background: url(../images/myacc-arr-h.png) no-repeat;
}

.breadcrumbs {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
}

    .breadcrumbs a {
        color: #2ebadf;
    }

        .breadcrumbs a:hover {
            color: #000;
        }

    .breadcrumbs img {
        vertical-align: top;
        margin-right: 5px;
        margin-top: 2px;
    }

h1.page-heading {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

    h1.page-heading span {
        font-weight: 600;
    }

    h1.page-heading em {
        font-weight: 600;
        color: #51c8e8;
        font-style: normal;
    }

h2.page-heading {
    font-size: 15px;
    text-transform: uppercase;
    color: #444444;
    font-weight: 700;
    margin-bottom: 3px;
}

.uppercase {
    text-transform: uppercase;
}

table.table-common-list th {
    background: #e7e7e7;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px;
}

    table.table-common-list th a {
        color: black;
    }

table.table-common-list td {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
}

table.noborder td {
    padding: 10px;
    font-size: 12px;
    border: none !important;
}

table.table-common-list td td {
    padding: 10px;
    border-bottom: 0px none;
    font-size: 12px;
}

.action-icon img {
    vertical-align: middle;
    margin: 0 5px;
}

.inner-right-padd {
    padding-right: 10px;
}

.create-date {
    color: #a0a0a0;
    font-style: italic;
    font-size: 14px;
}

.table-label {
    text-align: right;
    text-transform: uppercase;
}

.redfont {
    color: #e74141;
}

.greenfont {
    color: #619b15;
}

.gobtn {
    background: #51c8e8;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border: none;
    padding: 0 10px;
}

    .gobtn:hover {
        background: #222222;
    }

.page-rightblock {
    background: #f6f6f6;
    padding: 15px;
    border: 1px solid #cccccc;
}

h3.page-heading {
    font-size: 20px;
    color: #000;
    margin-bottom: 12px;
}

.table-info-data {
    font-size: 12px;
}
/* Custom Radio */
.custom-checkbox, .custom-radio {
    position: relative;
    outline: none;
    display: inline-block;
}

    .custom-checkbox input, .custom-radio input {
        position: absolute;
        left: 4px;
        top: 3px;
        margin: 0;
        z-index: 0;
        outline: none;
    }

    .custom-checkbox label, .custom-radio label {
        display: inline-block;
        position: relative;
        z-index: 1;
        font-size: 1.3em;
        padding-right: 1em;
        line-height: 1;
        padding: .5em 0 .5em 30px;
        margin: 0 0 .3em;
        cursor: pointer;
        font-size: 13px;
        outline: none;
    }

    .custom-checkbox label {
        background: url(../images/checkbox.png) no-repeat;
    }

    .custom-radio label {
        background: url(../images/radiobutton.png) no-repeat;
    }

    .custom-checkbox label, .custom-radio label {
        background-position: -10px -14px;
    }

        .custom-checkbox label.hover, .custom-checkbox label.focus, .custom-radio label.hover, .custom-radio label.focus {
            background-position: -10px -114px;
        }

    .custom-checkbox input[type="checkbox"]:checked + label, .custom-radio input[type="radio"]:checked + label {
        background-position: -10px -214px;
    }

    .custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus {
        background-position: -10px -314px;
    }

    .custom-radio label {
        padding-top: 0.6em;
        padding-bottom: 0.7em;
        padding-right: 12px;
        padding-left: 35px;
    }

.lang-select {
    background: #51c8e8;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
}

.dropmenu-arr {
    float: right;
    margin-top: 7px;
}

.lang-select span {
    padding-right: 20px;
}

.middrightpart {
    position: relative;
    top: -20px;
}

.popup-block-main {
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    min-height: 860px;
}

.popup-block-cnt {
    margin: auto;
    margin-top: 50px;
    background: #fff;
    padding: 20px;
    min-height: 50px;
    position: relative;
}

.alignleft {
    text-align: left !important;
}

.select-fixwidth {
    width: 150px;
}

.fullwidth {
    width: 97%;
}

table.popup-form .table-label {
    padding-right: 20px;
}

.form-img-upload {
    margin: 5px 0 10px;
}

.common-btn {
    background: #51c8e8;
    height: 44px;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: none;
}

    .common-btn:hover {
        background: #181818;
    }

.common-btn-gray {
    background: #b6b6b6;
    height: 44px;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: none;
}

    .common-btn-gray:hover {
        background: #181818;
    }

.popup-close {
    position: absolute;
    top: -17px;
    right: -17px;
}

.popup-delete{
    position: absolute;
    top: 125px;
    right: 10px;
}

.popup-save{
    position: absolute;
    top: 125px;
    right: 40px;
}

.customise-home {
    background: url(../images/customise-home-bg.jpg) no-repeat center top;
    background-size: cover;
}

    .customise-home h1.page-heading {
        margin-bottom: 5px;
        color: #fff;
    }

    .customise-home p {
        font-size: 12px;
        color: #fff;
    }

table.customisehome-list tr td {
    background-color: RGBA(255, 255, 255, 1);
}

.list-number {
    position: absolute;
    bottom: -8px;
    right: 5px;
    font-size: 50px;
    font-weight: 600;
    opacity: .2;
    color: #000;
    line-height: 55px;
}

.move-icon {
    position: absolute;
    top: 8px;
    right: 8px;
}

a.custom-homelink {
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.forgotPasswordTitle a:hover {
    color: rgba(81,200,230,.8);
}

a:hover.custom-homelink {
    color: #2ebadf;
}

span.custom-homelink {
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

span.home-btn {
    width: 183px;
    height: 45px;
    border: 1px solid #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #fff;
    margin-right: 8px;
    background: rgba(255,255,255,0);
}

    span.home-btn input {
        border: none;
        font-size: 18px;
        background: rgba(255,255,255,0);
        color: white;
        text-transform: uppercase;
    }

    span.home-btn:hover {
        background: rgba(255,255,255,.1);
    }

button.home-btn {
    width: 183px;
    height: 45px;
    border: 1px solid #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #fff;
    margin-right: 8px;
    background: rgba(255,255,255,0);
}

    button.home-btn:hover {
        background: rgba(255,255,255,.1);
    }

.reviewstatus-tab {
    border-bottom: 1px solid #51c8e6;
}

    .reviewstatus-tab ul li {
        list-style-type: none;
        float: left;
        margin-right: 4px;
    }

        .reviewstatus-tab ul li a {
            height: 39px;
            line-height: 39px;
            padding: 0 15px;
            display: block;
            text-align: center;
            background: #e7e7e7;
            font-size: 14px;
            color: #444444;
        }

            .reviewstatus-tab ul li a:hover, .reviewstatus-tab ul li a.active {
                background: #51c8e6;
                color: #fff;
            }

table.faqlist {
    width: 100%;
    border: none;
}

    table.faqlist tr td {
        margin-bottom: 1px;
        position: relative;
    }

        table.faqlist tr td div.library-hd {
            background-color: black;
            padding: 0px 15px 0px 30px;
            display: block;
            color: #444444;
            position: relative;
            cursor: pointer;
            margin-bottom: 1px;
            text-transform: uppercase;
        }

            table.faqlist tr td div.library-hd:hover, ul.faqlist li div.library-hd.active {
                background: #51c8e6;
                color: #fff;
            }

            table.faqlist tr td div.library-hd.active {
                cursor: auto;
            }

                table.faqlist tr td div.library-hd.active span {
                    cursor: pointer;
                }

            table.faqlist tr td div.library-hd a {
                color: white;
            }

        table.faqlist tr td div.library-cnt-area {
            background: #626262;
            display: block;
            color: #444444;
            position: relative;
            cursor: pointer;
            margin-bottom: 1px;
        }

            table.faqlist tr td div.library-cnt-area:hover, ul.faqlist li div.library-cnt-area.active {
                background: #51c8e6;
                color: #fff;
            }

            table.faqlist tr td div.library-cnt-area.active {
                cursor: auto;
            }

                table.faqlist tr td div.library-cnt-area.active span {
                    cursor: pointer;
                }

            table.faqlist tr td div.library-cnt-area a {
                color: white;
            }

ul.faqlist li {
    list-style-type: none;
    margin-bottom: 1px;
    position: relative;
}

    ul.faqlist li a.question {
        background: #e7e7e7;
        padding: 15px 15px 15px 30px;
        display: block;
        color: #444444;
        position: relative;
    }

    ul.faqlist li div.library-hd {
        background: #e7e7e7;
        padding: 15px 15px 15px 30px;
        display: block;
        color: #444444;
        position: relative;
        cursor: pointer;
    }

        ul.faqlist li div.library-hd:hover, ul.faqlist li div.library-hd.active {
            background: #51c8e6;
            color: #fff;
        }

        ul.faqlist li div.library-hd.active {
            cursor: auto;
        }

            ul.faqlist li div.library-hd.active span {
                cursor: pointer;
            }

    ul.faqlist li a:hover.question, ul.faqlist li a.active.question {
        background: #51c8e6;
        color: #fff;
    }

.faq-anwser {
    display: block;
    padding: 15px 30px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #f4f4f4;
    box-shadow: 1px -1px 3px rgba(0,0,0,.08);
}

    .faq-anwser p {
        margin-bottom: 13px;
    }

ul.faqlist li a.question span, ul.faqlist li div.library-hd span {
    background: url(../images/plus-icon.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 10px;
    right: 14px;
}

ul.faqlist li a.question.active span, ul.faqlist li div.library-hd.active span {
    background: url(../images/minus-icon.png) no-repeat 0 0;
}

.middbottline {
    padding: 35px 0;
    text-align: center;
    font-size: 15px;
    color: #222222;
}

    .middbottline a {
        color: #51c8e6;
        font-weight: 700;
    }

        .middbottline a:hover {
            color: #222222;
        }

.generalhomepage h1.page-heading {
    margin-bottom: 5px;
}

p.smallfont, .smallfont {
    font-size: 12px;
}

ul.generalhome-list li {
    list-style-type: none;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 268px;
    position: relative;
}

    ul.generalhome-list li.last {
        margin-right: 20px;
    }

    ul.generalhome-list li img {
        display: block;
    }

    ul.generalhome-list li.merge-generalhome-list {
        width: 555px;
    }

.generalhome-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    background: rgba(81, 200, 230, 0.99);
    height: 47px;
    line-height: 47px;
    padding: 0 5%;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    z-index: 0;
    text-align: center;
}

.homeview .customisedhome-heading {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 90%;
    background: rgba(81, 200, 230, 9);
    height: 40px;
    line-height: 40px;
    padding: 0 5%;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    z-index: 0;
    cursor: pointer !important;
}

.homeview label.customisedhome-heading {
    color: white;
}

ul.generalhome-list li .hoverblock {
    background: rgba(81,200,230,9);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    color: #fff;
    display: none;
}

ul.generalhome-list li:hover .hoverblock {
    display: block;
    z-index: 0;
}

    ul.generalhome-list li:hover .hoverblock a {
        color: black;
        z-index: 0;
    }

        ul.generalhome-list li:hover .hoverblock a:hover {
            color: white;
            z-index: 0;
        }

ul.generalhome-list li:hover .generalhome-heading {
    display: none;
    z-index: 0;
}

.hoverblock-cnt {
    position: absolute;
    bottom: 30px;
    left: 0;
    margin: 0 20px;
    display: block;
}

    .hoverblock-cnt a {
        font-size: 1.1em;
        font-weight: 600;
    }

    .hoverblock-cnt h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.myaccount-menu {
    position: absolute;
    top: 110px;
    left: -1px;
    background: #fff;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    z-index: 998;
}

    .myaccount-menu select {
        padding: 3px;
        width: 100%;
    }

    .myaccount-menu a {
        color: #000000;
    }

        .myaccount-menu a:hover {
            color: #54bdec;
        }

.menu-arr {
    position: absolute;
    top: -17px;
    right: 40px;
}

a.common-btn-blue {
    background: #51c8e6;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    display: inline-block;
}

a:hover.common-btn-blue {
    background: #007a4d;
}

input.common-btn-blue {
    background: #51c8e6;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    display: inline-block;
    border: none;
}

input:hover.common-btn-blue {
    background: #007a4d;
}

input:disabled.common-btn-blue {
    background: #b6b6b6;
}



a.common-btn-orange {
    background: #ff8000;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    display: inline-block;
}

a:hover.common-btn-orange {
    background: #007a4d;
}

input.common-btn-orange {
    background: #ff8000;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    display: inline-block;
    border: none;
}

input:hover.common-btn-orange {
    background: #007a4d;
}

input:disabled.common-btn-orange {
    background: #b6b6b6;
}




.library-icon {
    position: absolute;
    top: 12px;
    right: 50px;
    z-index: 999;
}

    .library-icon a {
        margin-left: 10px;
    }

.library-cnt-area div {
    list-style-type: none;
    box-shadow: 1px -1px 3px rgba(0,0,0,.08);
    /*padding: 14px;*/
}

    .library-cnt-area div:last-child {
        border: none;
        box-shadow: none;
    }

.library-cnt-area {
    display: block;
    padding: 0 0 0 20px;
    text-transform: uppercase;
}

    .library-cnt-area ul li {
        list-style-type: none;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #f4f4f4;
        box-shadow: 1px -1px 3px rgba(0,0,0,.08);
        /*padding: 14px;*/
    }

        .library-cnt-area ul li:last-child {
            border: none;
            box-shadow: none;
        }

        .library-cnt-area ul li span {
            background: url(../images/plus-icon.png) no-repeat 0 0;
            width: 26px;
            height: 26px;
            display: block;
            position: absolute;
            top: 12px;
            right: 14px;
        }

.get-quote-block {
    display: block;
}

    .get-quote-block h3 {
        margin-bottom: 3px;
        background: #51c8e6;
        font-size: 14px;
        height: 48px;
        line-height: 48px;
        padding: 0 15px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
    }

        .get-quote-block h3 span {
            background: url(../images/plus-icon.png) no-repeat 0 0;
            width: 26px;
            height: 26px;
            display: block;
            position: absolute;
            top: 10px;
            right: 10px;
        }

            .get-quote-block h3 span.active {
                background: url(../images/minus-icon.png) no-repeat 0 0;
                width: 26px;
                height: 26px;
                display: block;
                position: absolute;
                top: 10px;
                right: 10px;
            }

        .get-quote-block h3 a {
            display: block;
            color: #fff;
        }

    .get-quote-block ul li {
        list-style-type: none;
        margin-bottom: 3px;
    }

        .get-quote-block ul li a {
            background: #e7e7e7;
            border-left: 4px solid #51c8e6;
            display: block;
            height: 48px;
            line-height: 48px;
            padding: 0 10px;
            font-size: 14px;
            color: #282828;
            text-transform: uppercase;
        }

            .get-quote-block ul li a:hover {
                color: #2ebadf;
            }

h4.page-heading {
    font-size: 14px;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lightsmall-font {
    color: #9e9e9e;
    font-size: 12px;
}

.lang-box {
    display: block;
    border: 1px solid #dee5e7;
    border-radius: 2px;
    margin-top: 7px;
    padding: 8px;
    min-height: 195px;
}

    .lang-box ul li {
        list-style-type: none;
    }

    .lang-box option {
        padding: 3px 10px;
        display: block;
        color: #282828;
    }

        .lang-box option:hover, .lang-box option:checked {
            background: #a8e3f2;
        }

input.blue-arr-bg {
    border: none;
    background: url(../images/blue-arr-bg.png) no-repeat;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #fff;
    width: 228px;
}

input.blue-arr {
    border: none;
    background: url(../images/blue-arr.png) no-repeat;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #2EBADF;
    width: 228px;
    background-position: right;
}

input.gray-arr-bg {
    border: none;
    background: url(../images/gray-arr-bg.png) no-repeat;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #fff;
    width: 228px;
}

input.gray-arr {
    border: none;
    background: url(../images/gray-arr.png) no-repeat;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #BABABA;
    width: 228px;
    background-position: left;
}

.addremove-lang, .addremove-lang a {
    font-size: 14px;
}

a.graylink {
    color: #bababa;
}

a:hover.graylink {
    color: #2ebadf;
}

.getquote-form input {
    width: 90%;
    border-radius: 2px;
    font-size: 12px;
}

.getquote-form textarea {
    width: 96%;
    border-radius: 2px;
    font-size: 12px;
}

body.loginbg {
    background: url(../images/login-bg-1.jpg) no-repeat center top;
    background-size: 100%;
}

.login-main-area {
    margin-top: 150px;
    width: 648px;
    float: right;
}

.loginbox-area {
    background: rgba(0,0,0,.6);
    min-height: 297px;
    padding: 65px 50px 20px;
}

.login-copyright {
    text-align: right;
    font-size: 12px;
    color: #fff;
    opacity: .5;
    padding: 12px 8px;
    text-align: left;
}

.loginform {
    padding-top: 25px;
}

.iconline {
    border-left: 1px solid #585b56;
    padding-left: 15px;
}

hr {
    border: none;
    height: 1px;
    background: #969897;
    color: #969897;
}

.iconline input {
    border: none;
    background: transparent;
    padding: 0;
    color: #fff;
    font-size: 16px;
}

a.bluelink {
    color: #51c8e8;
}

a:hover.bluelink {
    color: #fff;
}

.gridview-block {
    display: block;
}

    .gridview-block h3 {
        width: 220px;
        height: 40px;
        line-height: 40px;
        background: #51c8e6;
        color: #fff;
        padding: 0 20px;
    }

.gridview-cnt {
    display: block;
    border: 1px solid #51c8e6;
    padding: 15px;
    font-size: 14px;
}

.gridview-hd {
    margin-bottom: 10px;
}

.gridview-left {
    width: 50%;
    float: left;
}

.gridview-right {
    width: 50%;
    float: left;
}

.gridview-hd-l {
    width: 70%;
    float: left;
    color: #222222;
    padding-top: 3px;
}

.gridview-hd-r {
    width: 30%;
    float: right;
    text-align: right;
}

.gridview-row {
    margin-bottom: 5px;
}

    .gridview-row label {
        width: 50%;
        float: left;
        color: #999999;
    }

    .gridview-row .gridview-single {
        width: 50%;
        float: left;
    }

.progressbar {
    background: #e7e7e7;
    height: 12px;
    display: inline-block;
    width: 117px;
}

.progressbar-active {
    background: #59c42f;
    height: 12px;
    display: inline-block;
}

ul.toollist li {
    list-style-type: none;
    float: left;
    width: 299px;
    margin-right: 12px;
    margin-bottom: 12px;
    border: 1px solid #e8e8e8;
    position: relative;
}

    ul.toollist li:hover {
        border: 1px solid #51c8e8;
    }

    ul.toollist li.last {
        margin-right: 0;
    }

    ul.toollist li img {
        display: block;
    }

a.toolist-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    background: rgba(81,200,230,.9);
    height: 47px;
    line-height: 47px;
    padding: 0 5%;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    z-index: 997;
    text-align: center;
}

a:hover.toolist-heading {
    background: rgba(0,0,0,.9);
}

.nomarginbott {
    margin-bottom: 0;
}

.norecord-disp {
    font-size: 12px;
    color: #a0a0a0;
    font-style: italic;
    margin-left: 20px;
}

.duedate {
    color: #ff5353;
}

.progressbar-listing {
    background: #e7e7e7;
    height: 12px;
    display: inline-block;
    width: 80px;
}

.ftppath-block {
    border: 1px solid #dee5e7;
    border-radius: 3px;
    padding: 12px;
    font-size: 14px;
    color: #9d9d9d;
}

.summary-form {
    font-size: 14px;
}

    .summary-form span {
        font-weight: 600;
    }

.additional-info-cnt {
    border: 1px solid #dee5e7;
    border-radius: 3px;
    padding: 12px;
    font-size: 12px;
    margin-top: 10px;
}

.mediumfont {
    font-size: 14px;
}

.language-list {
    display: block;
    margin-top: 5px;
    width: 540px;
}

    .language-list ul li {
        list-style-type: none;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
    }

        .language-list ul li a {
            background: #e7e7e7;
            height: 30px;
            display: block;
            line-height: 30px;
            padding: 0 15px;
            color: #282828;
            min-width: 100px;
        }

.remove-icon {
    float: right;
    margin-left: 10px;
}

.help-icon {
    float: right;
}

a.manageprofile-btn {
    background: #51c8e8;
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 225px;
    text-align: center;
    margin-right: 15px;
}

.uerprofile a {
    height: 28px;
    line-height: 28px;
}

.uerprofile .lang-select {
    height: 28px;
    line-height: 28px;
}

.uerprofile .dropmenu-arr {
    margin-top: 12px;
}

.userprofile-img {
    width: 121px;
    position: relative;
}

    .userprofile-img img {
        border-radius: 100px;
        border: 4px solid #e7e7e7;
    }

.user-profile-img {
    height: 110px;
    width: 110px;
    border: 4px solid #e7e7e7 !important;
}

.user-edit-icon {
    position: absolute;
    top: 0px;
    right: -5px;
}

    .user-edit-icon img {
        border: none;
        border-radius: 0;
    }

.form-row {
    display: block;
    margin-bottom: 13px;
}

.formarea-cnt {
    width: 48%;
    float: left;
}

.form-row input {
    width: 91%;
}

.form-row select {
    width: 100%;
}

.form-row label {
    display: block;
    margin-bottom: 5px;
    color: #808080;
}

.form-row .form-single {
    display: block;
    position: relative;
}

.profile-edit {
    position: absolute;
    top: 12px;
    right: 10px;
}

.userprofile-menu {
    top: 53px;
    border-radius: 5px;
    cursor: auto;
}

.usermenu-img {
    border-radius: 80px;
}

.userprofile-menu .menu-arr {
    right: 7px;
    top: -13px;
}

/* Pagination */
.pagination a, .pagination span {
    margin: 3px;
    padding: 5px 12px;
    border: solid 1px #e7e7e7;
    color: #222;
}

    .pagination a:hover, .pagination span {
        background: #e7e7e7;
    }

/* RT - Start */
.bbox {
    border: solid 1px #eee;
    border-right: 0px;
    padding: 20px 10px;
}

    .bbox img, .bbox-last img {
        margin: 10px 0px;
    }

.bbox-last {
    border: solid 1px #eee;
    padding: 20px 10px;
}

.error {
    position: absolute;
    left: -1px;
    background: #eb4f4f;
    width: 97%;
    border: 1px solid #cf3a3a;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    z-index: 998;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.margin20 li {
    margin-left: 20px;
}

.staticMenu {
    padding: 10px;
    z-index: 999999 !important;
}

.staticMenuItem {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
    z-index: 999999 !important;
}

    .staticMenuItem a {
        padding: 0px 15px;
        color: #CCC;
        z-index: 999999 !important;
    }

        .staticMenuItem a[href='#'] {
            cursor: default !important;
            z-index: 999999 !important;
        }

.staticMenuItemSelected {
    color: #FFF !important;
    background: #51c8e8;
}

.staticMenuHoverItem {
    color: #222;
    background: #51c8e8;
    z-index: 999999 !important;
}

.dynamicMenuStyle {
    position: absolute;
    top: 100%;
    left: 0px;
    background: #FFF none repeat scroll 0% 0%;
    padding: 0px;
    z-index: 999999;
}

.dynamicMenuItemStyle {
    background: #FFF none repeat scroll 0% 0%;
    padding: 10px 15px;
    z-index: 999999;
}

    .dynamicMenuItemStyle a {
        color: #000;
        z-index: 9999999;
    }

.dynamicMenuItemSelected {
    color: #FFF !important;
    background: #51c8e8;
    z-index: 999999 !important;
}

.dynamicMenuItemHoverStyle {
    background: #51c8e8;
    z-index: 999999;
}

/* Drop Down Menu */
#header-menu {
    margin-top: 15px;
    width: 1244px;
    margin: 0px auto;
}

    #header-menu ul {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 10px;
    }

        #header-menu ul a {
            display: block;
            color: #ccc;
            text-decoration: none;
            font-size: 14px;
            line-height: 32px;
            padding: 0 15px;
        }

            #header-menu ul a:hover {
                color: #222;
            }

        #header-menu ul li {
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }

            #header-menu ul li.current-menu-item {
                background: #51c8e8;
            }

                #header-menu ul li.current-menu-item a, #header-menu ul li:hover a {
                    color: #222;
                }

            #header-menu ul li:hover {
                background: #51c8e8;
                z-index: 999999;
            }

        #header-menu ul ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            padding: 0;
            z-index: 99999;
        }

            #header-menu ul ul li {
                float: none;
                width: 250px;
            }

            #header-menu ul ul a {
                line-height: 120%;
                padding: 10px 15px;
                color: #888;
            }

            #header-menu ul ul ul {
                top: 0;
                left: 100%;
                z-index: 999999;
            }

        #header-menu ul li:hover > ul {
            display: block;
            z-index: 999999;
        }

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.head {
    background: #51c8e8;
    color: #fff!important;
    padding: 10px 5px!important;
}

    .head:hover {
        background: #49bcdb!important;
    }

.sub-head {
    color: #222!important;
    border-bottom: solid 1px #eee;
    padding: 10px 5px!important;
}

.disable {
    color: #c1c1c1!important;
}

.definitely, .not-available, .limited {
    padding: 10px;
}

.definitely {
    background: #94d06c;
    color: #fff;
}

.not-available {
    background: #eb4f4f;
    color: #fff;
}

.limited {
    background: #f9d575;
}


/*Flat Radio Button*/
.flat-radio {
    position: relative;
    outline: none;
    display: inline-block;
}

    .flat-radio input {
        position: absolute;
        left: 4px;
        top: 3px;
        margin: 0;
        z-index: 0;
        outline: none;
    }

    .flat-radio label {
        display: inline-block;
        position: relative;
        font-size: 1.3em;
        padding-right: 1em;
        line-height: 1;
        z-index: 0;
        padding: 10px 50px;
        margin: 0 0 .3em;
        cursor: pointer;
        font-size: 13px;
        outline: none;
        background-color: #E7E7E7;
    }

    .flat-radio input[type="radio"]:checked + label {
        background-color: #51C8E6;
    }

    .flat-radio input[type="radio"] + label:hover {
        background-color: #51C8E6;
    }

.default-btn {
    width: 183px;
    height: 45px;
    border: 1px solid #FFF;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #FFF;
    margin-right: 8px;
    background-image: url(../images/btn-arr.png);
    background-position: 120px 18px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    padding-right: 25px;
}

.default-btn-style1 {
    width: 283px !important;
    background-image: none;
}

.default-btn:hover {
    background-color: rgba(255,255,255,.1);
}

/*
select::-ms-expand {
    display: none;
}

select {
    background-image: url('NewStyle/Images/drop-arr.png');
    background-color: #51c8e8;
    -moz-appearance: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
}

    select option {
        background-color: #51c8e8;
        padding: 5px;
    }

        select option[selected='selected'] {
        background-color: silver;
    }
::-moz-selection, ::selection {
    background-color: silver;
}*/

.customize-home-item-price-list {
    background-image: url('../Images/price-list.png');
    background-size: 307px 100px;
}

.customize-home-item-manage-your-existing-projects {
    background-image: url('../Images/job-managment-tool.png');
    background-size: 307px 100px;
}

.customize-home-item-translate-online {
    background-image: url('../Images/tool-img9.png');
    background-size: 307px 100px;
}

.customize-home-item-design-plus {
    background-image: url('../Images/tool-img8.png');
    background-size: 307px 100px;
}

.customize-home-item-review-plus {
    background-image: url('../Images/tool-img5.png');
    background-size: 307px 100px;
}

.customize-home-item-view-your-glossaries {
    background-image: url('../Images/tool-img11.png');
    background-size: 307px 100px;
}

.customize-home-item-reporting {
    background-image: url('../Images/reporting-tool.png');
    background-size: 307px 100px;
}

.customize-home-item-get-a-quote {
    background-image: url('../Images/get-a-quote-tool.png');
    background-size: 307px 100px;
}

.customize-home-item-submit-a-job {
    background-image: url('../Images/tool-img10.png');
    background-size: 307px 100px;
}

.customize-home-item-collaboration {
    background-image: url('../Images/collaboration-tool.png');
    background-size: 307px 100px;
}

.customize-home-item-user-profile {
    background-image: url('../Images/tool-img12.png');
    background-size: 307px 100px;
}

.customize-home-item-free-automatic-translation {
    background-image: url('../Images/translate.png');
    background-size: 307px 100px;
}

.metroStyle-ItemStyle {
    padding: 10px;
    width: 598px;
}

/************************************************************************/
/* PSEUDO-TOGGLE BUTTON MADE OF ASP.NET CHECKBOX AND CSS3*/
div.divToggleButton input[type=checkbox] {
    display: none;
    white-space: nowrap;
}

div.divToggleButton label {
    display: block;
    /*float: left;*/
    cursor: pointer;
}

/* set the size of the pseudo-toggle button control */
div.divToggleButton input[type=checkbox]:checked + label::before,
div.divToggleButton input[type=checkbox]:not(:checked) + label::before,
div.divToggleButton input[type=checkbox] + label {
    width: 100pt;
    height: 25pt;
    line-height: 25pt;
}

/* additional styling: rounded border, gradient */
div.divToggleButton input[type=checkbox] + label {
    vertical-align: middle;
    text-align: center;
    font-size: 14pt;
    font-family: Arial, Calibri;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    background: #f0f0f0;
    /* gradient style (optional)*/
    background-image: -moz-linear-gradient(top, #fdfdfd, #f9f9f9 50%, #e5e5e5 50%, #fdfdfd);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#fdfdfd), color-stop(0.5, #f9f9f9), color-stop(0.5, #e5e5e5 ), to(#fdfdfd));
    background-image: linear-gradient(to bottom, #fdfdfd, #f9f9f9 50%, #e5e5e5 50%, #fdfdfd);
}

/* content to display and style pertinent to unchecked state*/
div.divToggleButton input[type=checkbox]:not(:checked) + label::before {
    content: "Classic Grid";
    color: #303030;
    opacity: 0.6;
}

/* content to display and style pertinent to checked state*/
div.divToggleButton input[type=checkbox]:checked + label::before {
    content: "Metro Grid";
    color: #000090;
    font-weight: bold;
}
/************************************************************************/

.selectedLanguageSummary {
    max-width: 540px;
}

.selectedLanguage {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    background: #E7E7E7 none repeat scroll 0% 0%;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0px 10px 0px 15px;
    color: #282828;
    min-width: 75px;
}

    .selectedLanguage input {
        margin-left: 10px;
    }
