@import url(../../css/templates/footer/termsAndConditionsBanner.css);
@import url(../../css/shoppingCart.css);
img {
    max-width: 100%;
}

.langs {
    border-bottom: solid 3px #f4f4f4;
    height: 20px;
    text-align: right;
    padding: 5px 0;
}

.langs a {
    padding-left: 5px;
}

.langs a img {
    vertical-align: middle;
}

.header {
    display: flex;
    min-height: 65px;
    background-color: rgb(0, 0, 0);
}

.header.old-header {
    min-width: 1024px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
}

@media screen and (max-width: 1024px) {
    .header.old-header {
        min-width: 100%;
    }
}

.header .logo .aws-logo {
    width: 200px;
    padding: 7px 0 0;
}

.header button#shopping-cart span.shoppingCartCount {
    width: 20px;
    height: 20px;
    line-height: 22px;
}

.header .area-960 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    background: rgb(0, 0, 0);
}

.header .area-960 .logo a {
    display: flex;
}

.user-block {
    display: flex;
    align-items: center;
}

.user-menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-right: 10px;
}

.user-menu .user-pic {
    margin-right: 10px;
    flex-shrink: 0;
}

.user-menu .user-pic img {
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.user-menu p {
    font-size: 14px;
}

.user-menu .user-data {
    width: 175px;
}

.user-menu .user-name {
    color: rgb(255, 255, 255);
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user-menu .user-name a {
    font-weight: 600;
}

.user-menu .user-actions {
    margin: 0;
}

.user-menu .delimiter {
    padding: 0 4px;
}

.user-menu a {
    color: rgb(255, 255, 255);
    margin: 0;
    text-decoration: none;
    font-family: 'Manrope', Inter, Roboto, Helvetica, Arial, sans-serif;
}

.user-menu a.logout {
    color: rgb(210, 214, 217);
}

.user-menu a:hover,
.user-menu a:focus {
    color: rgb(138, 136, 255);
}

.userMenu {
    width: 210px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.userMenu a {
    text-decoration: none;
}

.userMenu a:hover {
    text-decoration: underline;
}

.liveperson {
    display: block;
    padding-top: 10px;
    width: 206px;
    text-align: left;
    font-size: 15px;
    padding-left: 10px;
    background: url(../images/bg/liveperson.png) no-repeat right top;
    min-height: 47px;
    color: #000;
    text-decoration: none;
    background-color: #E0E8EC;
}

.livefl {
    width: 216px;
    float: right;
}

.urgent {
    display: block;
    padding-top: 10px;
    width: 113px;
    text-align: left;
    font-size: 15px;
    padding-left: 10px;
    background: url(../images/bg/urgent.png) no-repeat right top;
    height: 47px;
    color: #fff;
    text-decoration: none;
    margin-right: 1px;
}

.liveperson:hover {
    color: #000;
}

.liveperson-text-container {
    width: 150px;
}

.urgent:hover {
    color: #fff;
}

ul.mainNav,
div.langPageNavRep {
    height: 26px;
    padding-top: 20px;
    background: url(../../images/bg/mainNav.png) repeat right bottom;
}

.home ul.mainNav,
div.langPageNavRep {
    background: url(../images/mainNav_home.jpg) no-repeat right bottom;
}

div.langPageNavRep {
    font-size: 22px;
    margin-bottom: 0;
}

ul.mainNav {
    z-index: 3000;
}

ul.mainNav li {
    float: left;
    margin-right: 2px;
    height: 25px;
}

ul.mainNav li.new_item {
    background: url("../../images/icons/icon_new_menu.png") no-repeat scroll 38px 26px transparent;
    height: 45px;
}

ul.mainNav li a {
    background: #fff;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    border-bottom: solid 3px #c9c9c9;
    text-align: center;
    color: #656565;
    line-height: 23px;
    font-size: 16px;
}

ul.mainNav li.active a {
    border-bottom: solid 3px #ff7800;
}

ul.mainNav li a:hover {
    color: #ff7800;
}

ul.mainNav ul {
    position: absolute;
    z-index: 1000;
    background: #fff;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 3px 3px 5px #999;
    -webkit-box-shadow: 3px 3px 5px #999;
    box-shadow: 3px 3px 5px #999;
    opacity: .93;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #E1E6EC 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #E1E6EC));
    /* webkit */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E1E6EC', GradientType=0);
    /* ie */
    background: -o-linear-gradient(top, #FFFFFF 0%, #E1E6EC 100%);
    /* opera */
    border: solid 1px #ccc;
    _width: 200px;
}

ul.mainNav ul li {
    float: none;
    padding: 3px 10px;
    border-bottom: solid 1px #ccc;
}

ul.mainNav ul li a {
    width: 150px;
    text-align: left;
    font-size: 13px;
    background: none;
    border: 0;
    padding: 0;
}

ul.mainNav li.transcription {
    background: url(../../images/icons/new_menu.png) no-repeat bottom center;
    height: 46px;
}

ul.mainNav li.transcription a {
    border-color: #4a86c3;
    color: #4a86c3;
}

img {
    max-width: 100%;
}

.langs {
    border-bottom: solid 3px #f4f4f4;
    height: 20px;
    text-align: right;
    padding: 5px 0;
}

.langs a {
    padding-left: 5px;
}

.langs a img {
    vertical-align: middle;
}

.header {
    display: flex;
    min-height: 65px;
    background-color: rgb(0, 0, 0);
    min-width: 960px;
}

.header .logo .aws-logo {
    width: 200px;
    padding: 7px 0 0;
}

.header button#shopping-cart span.shoppingCartCount {
    width: 20px;
    height: 20px;
    line-height: 22px;
}

.header .area-960 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    background: rgb(0, 0, 0);
}

.header .area-960 .logo a {
    display: flex;
}

.user-block {
    display: flex;
    align-items: center;
}

.user-menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-right: 10px;
    position: relative;
    height: 73px;
}

.user-menu .user-pic {
    margin-right: 10px;
}

.user-menu .user-pic img {
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.user-menu p {
    font-size: 14px;
}

.user-menu .user-data {
    width: 175px;
}

.user-menu .user-name {
    color: rgb(255, 255, 255);
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user-menu .user-name a {
    font-weight: 600;
}

.user-menu .user-actions {
    margin: 0;
}

.user-menu .delimiter {
    padding: 0 4px;
}

.user-menu a {
    color: rgb(255, 255, 255);
    margin: 0;
    text-decoration: none;
    font-family: 'Manrope', Inter, Roboto, Helvetica, Arial, sans-serif;
}

.user-menu a.logout {
    color: rgb(210, 214, 217);
}

.user-menu a:hover,
.user-menu a:focus {
    color: rgb(138, 136, 255);
}

.user-menu #header_user_menu {
    display: none;
    min-width: 210px;
    max-width: 210px;
    border: none;
    background-color: rgb(0, 0, 0);
    border-radius: 0;
    position: absolute;
    top: 100%;
    z-index: 11;
}

.user-menu #header_user_menu li {
    height: 40px;
    line-height: 40px;
    margin: 5px;
}

.user-menu #header_user_menu li a {
    display: block;
    padding: 10px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.user-menu #header_user_menu li a strong {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.user-menu:hover #header_user_menu {
    display: block;
}

.user-menu #header_user_menu li:hover,
.user-menu #header_user_menu li:focus {
    background-color: rgb(92, 106, 250);
}

.user-menu #header_user_menu li:hover a,
.user-menu #header_user_menu li:focus a {
    color: rgb(255, 255, 255);
}

.userMenu {
    width: 210px;
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.userMenu a {
    text-decoration: none;
}

.userMenu a:hover {
    text-decoration: underline;
}

.liveperson {
    display: block;
    padding-top: 10px;
    width: 206px;
    text-align: left;
    font-size: 15px;
    padding-left: 10px;
    background: url(../images/bg/liveperson.png) no-repeat right top;
    min-height: 47px;
    color: #000;
    text-decoration: none;
    background-color: #E0E8EC;
}

.livefl {
    width: 216px;
    float: right;
}

.urgent {
    display: block;
    padding-top: 10px;
    width: 113px;
    text-align: left;
    font-size: 15px;
    padding-left: 10px;
    background: url(../images/bg/urgent.png) no-repeat right top;
    height: 47px;
    color: #fff;
    text-decoration: none;
    margin-right: 1px;
}

.liveperson:hover {
    color: #000;
}

.liveperson-text-container {
    width: 150px;
}

.urgent:hover {
    color: #fff;
}

ul.mainNav,
div.langPageNavRep {
    height: 26px;
    padding-top: 20px;
    background: url(../../images/bg/mainNav.png) repeat right bottom;
}

.home ul.mainNav,
div.langPageNavRep {
    background: url(../images/mainNav_home.jpg) no-repeat right bottom;
}

div.langPageNavRep {
    font-size: 22px;
    margin-bottom: 0;
}

ul.mainNav {
    z-index: 3000;
}

ul.mainNav li {
    float: left;
    margin-right: 2px;
    height: 25px;
}

ul.mainNav li.new_item {
    background: url("../../images/icons/icon_new_menu.png") no-repeat scroll 38px 26px transparent;
    height: 45px;
}

ul.mainNav li a {
    background: #fff;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    border-bottom: solid 3px #c9c9c9;
    text-align: center;
    color: #656565;
    line-height: 23px;
    font-size: 16px;
}

ul.mainNav li.active a {
    border-bottom: solid 3px #ff7800;
}

ul.mainNav li a:hover {
    color: #ff7800;
}

ul.mainNav ul {
    position: absolute;
    z-index: 1000;
    background: #fff;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 3px 3px 5px #999;
    -webkit-box-shadow: 3px 3px 5px #999;
    box-shadow: 3px 3px 5px #999;
    opacity: .93;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #E1E6EC 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #E1E6EC));
    /* webkit */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E1E6EC', GradientType=0);
    /* ie */
    background: -o-linear-gradient(top, #FFFFFF 0%, #E1E6EC 100%);
    /* opera */
    border: solid 1px #ccc;
    _width: 200px;
}

ul.mainNav ul li {
    float: none;
    padding: 3px 10px;
    border-bottom: solid 1px #ccc;
}

ul.mainNav ul li a {
    width: 150px;
    text-align: left;
    font-size: 13px;
    background: none;
    border: 0;
    padding: 0;
}

ul.mainNav li.transcription {
    background: url(../../images/icons/new_menu.png) no-repeat bottom center;
    height: 46px;
}

ul.mainNav li.transcription a {
    border-color: #4a86c3;
    color: #4a86c3;
}

ul.mainNav li.account {
    background-color: #0ca8ae;
    height: 26px;
}

ul.mainNav li.account>a {
    color: #fff;
    border-bottom: 3px solid #0ca8ae;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    background-color: transparent;
    border-top: 5px solid #0ca8ae;
    padding-bottom: 3px;
}

ul.mainNav li.account>a:hover,
ul.mainNav li.account>a:active {
    color: #fff;
    border-bottom: 3px solid #099ba0;
}

.mainNavSpacer {
    height: 20px;
    background: none;
}

.home .mainNavSpacer {
    height: 20px;
    background: url(../images/mainNavSpacer_home.jpg) no-repeat right bottom;
}

.home .wizard {
    background: url(../images/wizard.jpg) no-repeat right top;
    /*min-height:460px;*/
}

.home .wizard .qms {
    position: absolute;
    top: 68px;
    left: 580px;
}

.home .ata {
    position: absolute;
    top: -20px;
    right: 10px
}

.home .wizard h1 {
    text-shadow: 1px 1px 0px #fff;
    font-size: 24px;
    color: #ff7800;
    font-weight: bold;
    padding: 20px 0 0 20px;
    line-height: 27px;
    ;
    margin: 0;
}

.home .wizard h2 {
    text-shadow: 1px 1px 0px #fff;
    font-size: 21px;
    color: #666;
    font-weight: normal;
    padding: 0 0 0 20px;
    line-height: 30px;
    ;
    margin: 0;
}

.home .wizard h3 {
    font-size: 16px;
    color: #43596e;
    font-weight: bold;
    padding: 0 0 0 20px;
    margin: 0;
}

.home .wizard h3 a {
    font-size: 12px;
    font-weight: normal;
}

.home .wizardHead {
    height: 34px;
    margin: 20px 0px 0 0px;
    line-height: 34px;
    margin-top: 20px;
}

.home .wizardHead h3 {
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 0 #3f6e9e;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    background: url(../../images/bg/transTab.png) repeat-x;
    font-weight: 18px;
}

.home .wizard .wizardSteps h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ff7800;
    display: inline;
    line-height: 40px;
    padding-right: 5px;
}

.home .wizard .wizardSteps .step3 h4 {
    padding-left: 5px;
}

.home .wizard .wizardSteps .steps {
    border-top: solid 3px #a2bbd2;
    background: url(../images/bg/wizardColumns.png) repeat-y left top #fff;
    border-left: solid 1px #cacaca;
    border-right: solid 1px #cacaca;
    border-bottom: 1px solid #cacaca;
}

.home .wizard .step1 {
    background: url(../../images/bg/step1Head.png) repeat-x top;
    float: left;
    width: 194px;
    padding: 0 20px;
    margin: 0 0 0 0px;
}

.home .wizard .step2 {
    float: left;
    width: 350px;
    _width: 340px;
    padding: 0 20px;
    background: url(../images/bg/step2Head.png) no-repeat left top;
    padding-bottom: 20px;
}

.home .wizard .step2 .directText,
.home .wizard .step2 .link {
    margin-top: 10px;
    float: left;
    width: 260px;
    display: none;
}

.home .wizard .step2 .directText textarea {
    width: 249px;
    _width: 239px;
    padding: 5px;
    height: 100px;
}

.home .wizard .step2 .upload {
    margin-top: 10px;
    float: left;
    width: 340px;
}

.home .wizard .step2 .upload input[type=file] {
    width: 220px;
}

.home .wizard .step3 {
    float: left;
    width: 254px;
    padding: 0 16px;
    background: url(../images/bg/step2Head.png) no-repeat left top;
}

.home .wizard .step3 .wizardButton {
    font-size: 13px;
}

.home .wizard .step3 .wizardButton a {
    display: block;
    font-size: 15px;
    padding: 0 15px;
    width: 173px;
    _width: 170px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 5px;
}

.home .wizard .step3 .wizardButton a:hover {}

.home .wizard .step3 .wb1 {
    background: url(../images/bg/wizardButton_orange.png) no-repeat left top;
}

.home .wizard .step3 .wb2 {
    background: url(../images/bg/wizardButton_blue.png) no-repeat left top;
}

.home .wizard .step3 .wb3 {
    background: url(../images/bg/wizardButton_black.png) no-repeat left top;
}

.home .wizard .step3 .wizardButton a.inactive {
    background: url(../images/bg/wizardButton_inactive.png) no-repeat left top;
    color: #eee;
    cursor: default;
}

.home .wizard .textOptions {
    float: left;
    width: 79px;
    margin: 0;
    padding: 0;
    min-height: 220px;
    margin-right: 0px;
    margin-top: 10px;
}

.home .wizard .textOptions li {
    float: left;
    width: 69px;
    background: url(../images/bg/wizard_file_options.png) top right no-repeat;
    height: 60px;
}

.home .wizard .textOptions li a {
    color: #999;
    text-align: center;
    display: block;
    width: 65px;
    text-decoration: none;
    padding-top: 28px;
    line-height: 125%;
    font-size: 11px;
}

.home .wizard .textOptions li.active {
    background: url(../images/bg/wizard_file_options_active.png) top right no-repeat;
    height: 60px;
}

.home .wizard .textOptions li.active a {
    color: #4a86c3;
    font-weight: bold;
}

.home .wizard .textOptions li.option_upload a {
    background: url(../../images/icons/textOption_upload.png) center 4px no-repeat;
}

.home .wizard .textOptions li.active.option_upload a {
    background-image: url(../../images/icons/textOption_upload_active.png);
}

.home .wizard .textOptions li.option_text a {
    background: url(../../images/icons/textOption_text.png) center 4px no-repeat;
}

.home .wizard .textOptions li.active.option_text a {
    background-image: url(../../images/icons/textOption_text_active.png);
}

.home .wizard .textOptions li.option_link a {
    background: url(../../images/icons/textOption_link.png) center 4px no-repeat;
}

.home .wizard .textOptions li.active.option_link a {
    background-image: url(../../images/icons/textOption_link_active.png);
}

.home .translation_bar {}

.home .translation_bar a {
    padding: 0 0 0 16px;
    margin: 0 10px 0 0px;
}

.home .translation_bar a.quote {
    background: url(../../images/icons/icon_inst_quote.png) no-repeat 0 3px;
}

.home .translation_bar a.calc {
    background: url(../../images/icons/icon_time_calc.png) no-repeat 0 5px;
}

.home .wizardSteps {
    margin: 0 0 0 24px;
    width: 913px;
}

.home .steps h4 {
    color: #ff7800;
    font-weight: bold;
    text-shadow: 0px 1px 0px #FFFFFF;
    float: left;
    margin-right: 5px;
}

.home .steps select {
    margin-top: 3px;
}

.home .plusLink {
    line-height: 23px;
    display: inline-block;
    background: url(../../images/icons/plus_18_2.png) no-repeat 0 0;
    padding-left: 26px;
}

.home .plusLink:hover {
    background: url(../../images/icons/plus_18_2.png) no-repeat 0 -23px;
}

.home .addNoteLink {
    line-height: 23px;
    display: inline-block;
    background: url(../../images/icons/button_add_notes.png) no-repeat 0 0;
    padding-left: 26px;
}

.home .addNoteLink:hover {
    background: url(../../images/icons/button_add_notes.png) no-repeat 0 -23px;
}

.home .wizard_title,
.home .wizard_title span {
    line-height: 41px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.home a.upload_help {
    font-style: italic;
    color: #8e8e8e;
}

.home input.translate_now {
    border: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 0px -1px 1px #d36302;
    cursor: pointer;
    width: 258px;
    height: 68px;
    background: url(../../images/icons/button_translate_now.png) no-repeat 0 0;
}

.home input.translate_now:hover {
    border: 0px;
    cursor: pointer;
    width: 258px;
    background: url(../../images/icons/button_translate_now.png) no-repeat 0 -69px;
}

.home .rate .price {
    float: none;
    padding: 0;
    color: #ff7800;
    font-weight: bold;
    font-size: 20px;
}

.home .rate {
    float: left;
    padding: 10px 0 0 15px;
    font-weight: normal;
    font-size: 20px;
    width: 120px;
}

.home .rate .note {
    margin-top: 5px;
    float: left;
    line-height: 16px;
    font-size: 12px;
}

.home #human {
    /*left: 85px; position: relative; top: -18px;*/
    float: right
}

.col3 {
    float: left;
    width: 304px;
    margin-left: 11px;
}

.col3.last {
    float: right;
    margin-left: 0px;
    margin-right: 11px;
}

#website_local {
    margin-bottom: 36px;
    background: url(../../images/icons/icon_website_local.png) no-repeat 0 0;
    width: 304px;
    height: 98px;
    color: #fff;
}

#website_local h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    line-height: 24px;
    padding-left: 140px;
    padding-top: 20px;
    text-shadow: -1px -1px 0 #3C3C3C;
    width: 200px;
}

#website_local a {
    text-decoration: none;
}

#website_local p {
    color: #FFFFFF;
    font-size: 14px;
    margin: 0px;
    padding: 0 0 0 140px;
    width: 200px;
}

#business h3 {
    color: #3f6e9e;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    line-height: 24px;
    padding-left: 140px;
    padding-top: 20px;
    text-shadow: -1px 1px 0 #fff;
    width: 200px;
}

#business {
    margin-bottom: 36px;
    background: url(../../images/icons/icon_business.png) no-repeat 0 0;
    width: 304px;
    height: 97px;
    color: #fff;
}

#business a {
    text-decoration: none;
}

#business p {
    color: #3f6e9e;
    font-size: 14px;
    margin: 0px;
    padding: 0 0 0 140px;
    width: 200px;
}

.transcribe .wizard {
    background: url(../images/wizard_transcribe.jpg) no-repeat right top;
    /*min-height:460px;*/
}

.transcribe .mainNavSpacer {
    height: 20px;
    background: url(../images/mainNavSpacer_transcribe.jpg) no-repeat right bottom;
}

.transcribe ul.mainNav,
div.langPageNavRep {
    background: url(../images/mainNav_transcribe.jpg) no-repeat right bottom;
}

.transcribe .wizard .wizardSteps h4 {
    color: #4a86c3;
}

.transcribe .wizard h1 {
    color: #4a86c3;
}

.transcribe .wizard .step2 .upload {
    display: block;
}

.sidebar {
    border-left: solid 3px #eee;
    padding-left: 20px;
}

ul.progressStrip {
    margin-bottom: 10px;
    border-top: solid 1px #c2dcf6;
    border-bottom: solid 1px #c2dcf6;
    padding: 1px 0;
    background: url(../../images/bg/progressStrip.png) repeat-x left;
    height: 31px;
}

ul.progressStrip li {
    background: url(../images/bg/progressStrip_reg.png) no-repeat right;
    color: #698dae;
    float: left;
    font-size: 13px;
    display: block;
    padding: 0 20px;
    width: 190px;
    line-height: 31px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}

ul.progressStrip li img {
    vertical-align: text-bottom;
    opacity: .5;
}

ul.progressStrip li.current {
    background: url(../images/bg/progressStrip_current.png) no-repeat right;
    color: #fff;
    border: 0;
    text-shadow: 1px 1px 1px #555;
}

ul.progressStrip li.current img {
    opacity: 1;
}

ul.progressStrip li.last {
    border: 0;
    background: none;
}

ul.progressStrip li.done {
    border: 0;
    background: none;
    color: #87c0f5;
    background: url(../images/bg/progressStrip_current.png) no-repeat left;
    text-shadow: 1px 1px 1px #555;
}

ul.smallTabs {
    height: 26px;
    padding-top: 10px;
    background: url(../../images/bg/mainNav.png) no-repeat right bottom;
}

ul.smallTabs li {
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    height: 25px;
}

ul.smallTabs li a {
    background: #fff;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    border-bottom: solid 3px #c9c9c9;
    text-align: center;
    color: #656565;
    line-height: 23px;
    font-size: 14px;
}

ul.smallTabs li.active a {
    border-bottom: solid 3px #8fb3d6;
    background: #dde8f3;
}

.homeBottom {
    background: #eeeff1;
    padding: 10px 0 20px 0;
}

.pageBottom {
    background: #eeeff1;
    margin-top: 20px;
    min-width: 976px;
}

.translators {
    position: relative;
    background: #fff;
    height: 200px;
    margin-bottom: 20px;
}

.translators h5 {
    text-shadow: 0px -1px 0px #3C3C3C;
    background: #65778a;
    padding: 0 20px;
    font-size: 17px;
    color: #fff;
    line-height: 50px;
    margin: 0;
}

.logos {
    background: #fff;
    height: 200px;
}

.logos h5 {
    background: #dde8f3;
    padding: 0 20px;
    font-size: 17px;
    color: #56697c;
    line-height: 50px;
    margin: 0;
    text-shadow: 0px 1px 0px #fff;
}

.logos ul {
    padding: 0 20px;
    height: 80px;
}

.logos ul li {
    float: left;
    width: 80px;
    text-align: center;
    height: 70px;
    margin: 0px;
}

.services {
    background: url(../../images/bg/bg_additional.png) repeat-x 0 50px;
    border: solid 0px #d6d7d8;
    height: 327px;
    margin-bottom: 10px;
}

.langPage .services {
    margin-bottom: 20px;
}

.services h5 {
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0px -1px 1px #d36302;
    color: #fff;
    padding-left: 14px;
    line-height: 50px;
    background: url(../../images/bg/bg_title_orange.png) repeat-x 0 0;
    margin-bottom: 20px;
}

.services ul {
    width: 212px;
    padding: 0 20px;
    width: 264px;
}

.services ul li a img {
    margin-right: 8px;
}

.services ul li {
    line-height: 29px;
    border-bottom: 1px #dadbdd solid;
}

.services ul li.last {
    border-bottom: 0px #dadbdd solid;
}

.services a {
    text-decoration: none;
}

.featured {
    background: url(../../images/bg/bg_additional.png) repeat-x 0 50px;
    border: solid 0px #d6d7d8;
    height: 327px;
    margin-bottom: 10px;
}

.langPage .featured {
    margin-bottom: 20px;
}

.featured h5 {
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0px 1px 0px #3C3C3C;
    color: #fff;
    padding-left: 14px;
    line-height: 50px;
    background: url(../../images/bg/bg_title_black.png) repeat-x 0 0;
    margin-bottom: 25px;
}

.featured ul {
    width: 212px;
}

.featured ul li {
    line-height: 22px;
}

.featured a {
    text-decoration: none;
}

.featured img {
    margin-left: 22px;
}

.cc {
    height: 170px;
    text-align: center;
    margin-bottom: 10px;
}

.cc a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding-top: 110px;
}

.video {
    height: 190px;
    margin-bottom: 10px;
    margin-top: 8px;
    margin-left: 22px;
}

.video a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding-top: 100px;
    padding: 40px;
}

.col_item {}

.col_item.cc {
    margin-top: 57px;
    height: 111px;
    width: 304px;
    padding-top: 88px;
    background: url(../../images/icons/oht_mastercard.png) no-repeat 0 0;
}

.col_item.cc span.row_1 {
    font-size: 16px;
    color: #fff;
    text-shadow: 0px -1px 1px #000;
    width: 100%;
    text-align: center;
    float: left;
}

.col_item.cc span.row_2 {
    line-height: 22px;
    font-size: 24px;
    color: #ff7800;
    text-shadow: 0px -1px 1px #000;
    width: 100%;
    text-align: center;
    float: left;
}

.col_item.cc span.row_3 {
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px -1px 1px #000;
    width: 100%;
    text-align: center;
    float: left;
}

.col_item.cc span.row_3 span {
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
    color: #dde8f3;
    text-shadow: 0px -1px 1px #000;
    float: none;
}

.testimonial {
    background: url(../../images/bg/testimonial.png) no-repeat left top #eeeff1;
    border-top: solid 3px #d6d7d8;
    border-bottom: solid 3px #d6d7d8;
    padding: 10px 35px;
    margin: 20px 0 30px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #3e4f5f;
}

.testimonial img {
    float: left;
    margin: 0 10px 10px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 50px;
    height: 50px;
}

.bottom {
    background: #f5fafe;
}

.bottom h4 {
    margin: 0;
    background: #dde8f3;
    color: #56697c;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
}

.bottom .featured {
    height: 300px;
    float: left;
    width: 254px;
    border-right: solid 2px #eeeff1;
}

.bottom .featured ul {
    padding: 0 20px;
}

.bottom .featured ul li {
    height: 33px;
    padding: 15px 0;
    border-bottom: solid 1px #d3d6d8;
}

.bottom .featured ul li img {
    vertical-align: middle;
}

.bottom .benefits {
    height: 300px;
    float: left;
    width: 444px;
    border-right: solid 2px #eeeff1;
}

.bottom .benefits .benefitsContent {
    padding: 20px;
    line-height: 120%;
}

.bottom .benefits .benefitsContent h5 {
    font-weight: bold;
    font-size: 13px;
}

.bottom .useFor {
    height: 300px;
    float: left;
    width: 254px;
}

.bottom .useFor ul {
    padding: 10px 20px;
}

.bottom .useFor ul li {
    padding: 10px 0;
    border-bottom: solid 1px #d3d6d8;
    font-size: 13px;
}

.home .affiliatePackages .affPack1 {
    background: url(../../images/bg/affPack1.png) no-repeat right top;
    height: 200px;
    float: left;
    width: 260px;
    margin-left: 20px;
    margin-top: 20px;
    border-left: solid 3px #fff;
    text-align: center;
    padding: 20px;
}

.home .affiliatePackages .affPack2 {
    background: url(../../images/bg/affPack2.png) no-repeat left top;
    height: 204px;
    float: left;
    width: 269px;
    margin-top: 10px;
    border: solid 3px #889eb3;
    text-align: center;
    padding: 20px;
}

.home .affiliatePackages .affPack3 {
    background: url(../../images/bg/affPack3.png) no-repeat left top;
    height: 200px;
    float: left;
    width: 260px;
    margin-top: 20px;
    border-right: solid 3px #fff;
    text-align: center;
    padding: 20px;
}

.home .affiliatePackages h4 {
    font-size: 30px;
    color: #56697c;
}

.home .affiliatePackages .affPack1 p,
.home .affiliatePackages .affPack2 p,
.home .affiliatePackages .affPack3 p {
    line-height: 20px;
    color: #56697c;
}

.genericOrangeButton {
    background: url(../../images/bg/genericOrangeButton.png) no-repeat;
    height: 43px;
    width: 209px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 43px;
}

.fatButton {
    background: url(../../images/bg/fatButton.png) no-repeat;
    height: 90px;
    width: 260px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 90px;
}

.fatButton_green {
    background: url(../../images/bg/fatButton_green.png) no-repeat;
    height: 90px;
    width: 260px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 90px;
}

.fatButton_blue {
    background: url(../../images/bg/fatButton_blue.png) no-repeat;
    height: 90px;
    width: 260px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 90px;
}

.home .affiliatePackages .packagesBottom {
    margin: 0 18px 10px 22px;
    height: 10px;
    background: url(../../images/bg/wizardBottom.png) no-repeat center top #fff;
}

.promoBlock {
    background: #fffade;
    padding: 10px;
    border: dashed 1px #65778a;
}

.promoBlock p {
    color: #65778a;
}


/*-----------------------*/

.pane {
    padding-bottom: 6px;
    background: url(../../images/bg/wizardBottom_narrow.png) no-repeat bottom center;
}

.pane h3 {
    border: solid 1px #cacaca;
    border-bottom: 0;
    margin: 0;
    background: url(../../images/bg/step1Head.png) repeat-x top;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    color: #434343;
}

.paneContent {
    border: solid 1px #cacaca;
    padding: 10px;
}

.paneContent h4 {
    margin: 20px 0 10px 0;
}

#information .paneContent.validate-form input {
    width: 250px;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 3px;
    padding: 3px 5px;
}

#information .paneContent.validate-form select {
    width: 262px;
    padding: 3px 0;
    border-color: rgb(118, 118, 118);
    border-radius: 3px;
    background-color: #ffffff;
}

.collapsedPane .paneContent,
.expandedPane .paneContent {
    border-top: 0;
}

.collapsedPane h4,
.expandedPane h4 {
    border: solid 1px #cacaca;
    border-bottom: 0;
    padding: 5px 10px;
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    color: #617385;
    padding-left: 15px;
}

.collapsedPane h4 {
    background: url(../../images/icons/collapseArrow_collapsed_E.png) left 10px no-repeat;
    border-bottom-width: 1px;
}

.expandedPane h4 {
    background: url(../../images/icons/collapseArrow_expanded.png) left 10px no-repeat;
}

.collapsedPane .paneContent {
    display: none;
}

.expandedPane .paneContent {
    display: block;
}

.paymentReview table,
.paymentPrice table {
    border-collapse: collapse;
}

.paymentReview table td,
.paymentReview table th {
    padding: 3px 7px;
    border-collapse: collapse;
    border-right: solid 1px #ccc;
}

.paymentReview table th {
    text-align: left;
    font-size: 12px;
    color: #808080;
    font-style: italic;
}

.paymentReview tr.odd td {
    background: #f3f3f3;
}

.paymentReview tr.addReview {
    background: #617385;
    color: #fff;
}

.paymentReview tr.addReview p {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    line-height: 100%;
}

.paymentReview tr.credits {
    background: #dde8f3;
    color: #56697c;
}

.paymentPrice {
    background: #f4f0e9;
}

.paymentPrice td,
.paymentPrice th {
    background: #f4f0e9;
    padding: 3px 7px;
    border-collapse: collapse;
    border-right: solid 1px #ccc;
}

.paymentPrice tr.total td {
    background: #ff7800;
    color: #fff;
    font-weight: bold;
}

.paymentRegister h3 {
    border-bottom: solid 3px #ff7800;
    font-size: 20px;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.paymentLogin h3 {
    border-bottom: solid 3px #56697c;
    font-size: 20px;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.paymentRegister li,
.paymentLogin li {
    height: 30px;
}

.recurringPayment {
    padding: 10px 0;
}

.recurringPayment .card {
    height: 40px;
}

.recurringPayment .card img {
    float: left;
    margin: 0 10px 0 0;
}


/*-----------------------*/


/*Project*/

.statusLine {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
}

.projectHelp {
    display: inline-block;
    background: url(../../images/icons/projectHelp.png) no-repeat left;
    padding-left: 22px;
    font-size: 11px;
    color: #fefadb;
    text-shadow: 1px 1px 0 #3e5871;
    margin-left: 10px;
}

.projectHelp:hover {
    color: #fefadb;
}

.waiting {
    background: #76899c;
}

.waiting .statusText {
    background: url(../images/bg/sWaiting.png) no-repeat left;
}

.inProgress {
    background: #8c698b;
}

.inProgress .statusText {
    background: url(../images/bg/sProgress.png) no-repeat left;
}

.complete {
    background: #62B55B;
}

.complete .statusText {
    background: url(../images/bg/sDone.png) no-repeat left;
}

.dispute {
    background: #fedc0a;
}

.dispute .statusText {
    background: url(../images/bg/sDispute.png) no-repeat left;
    color: #000;
}

.canceled {
    background: #EA6E68;
}

.canceled .statusText {
    background: url(../images/bg/sCanceled.png) no-repeat left;
}

.statusLine .statusTimer {
    float: left;
    text-shadow: 1px 1px 1px #bc5800;
    background: url(../../images/bg/statusTimer.png) no-repeat left;
    height: 40px;
    line-height: 37px;
    width: 194px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.statusLine .statusText {
    float: left;
    width: 420px;
    padding: 0 20px;
    padding-left: 50px;
}

.statusLine .statusButton {
    float: right;
    width: 230px;
    padding: 7px 20px;
    text-align: right;
    line-height: 100%;
}

.btn-dispute {
    margin: 13px 10px 0 0 !important;
}

.admin-notes-controls,
.admin-warnings-controls {
    padding: 10px 0;
}

.admin-notes-controls button,
.admin-warnings-controls button {
    float: right;
    padding: 0 10px;
}

#add_admin_note,
#add_admin_warning {
    float: right;
    align-items: flex-start;
    text-align: center;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 1px;
    border-style: outset;
    border-radius: 2px;
}

textarea[name='admin-notes'] {
    box-sizing: border-box;
    width: 100%;
}

.paneContent span[onclick] {
    cursor: pointer;
}

.projectNote {
    min-height: 130px;
    max-height: 600px;
    background: url(../images/bg/note.png) right bottom no-repeat #fffade;
    overflow: auto;
    border-top: solid 1px #bfbfbf;
    border-left: solid 1px #bfbfbf;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 20px;
}

.projectNote .noteContent {
    padding: 20px;
}

.projectNote .noteContent h3 {
    display: inline;
    font-size: 16px;
}

.transFiles h3 {
    background: url(../../images/bg/paneHead_blue.png) repeat-x top #344e68;
    color: #fff;
}

.revFiles h3 {
    background: url(../../images/bg/paneHead_black.png) repeat-x top #363636;
    color: #fff;
}

.discussion {
    background: #f5fafe;
}

.discussion h3 {
    background: url(../images/icons/comment.png) no-repeat left #dde8f3;
    padding: 0 0 0 60px;
    height: 50px;
    line-height: 50px;
}

.discussion ul.comments {
    margin: 20px;
}

.discussion ul.comments li {
    border-bottom: solid 1px #d3d6d8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.discussion .addComment {
    padding: 20px;
    background: #e8e8e8;
}

.discussion .addComment textarea {
    display: block;
    height: 50px;
    overflow: auto;
    width: 99%;
    margin-bottom: 10px;
}

.rating {
    background: url(../../images/bg/translators.png) repeat-x top #dcccb5;
}

.rating h3 {
    line-height: 50px;
    height: 50px;
    background: url(../images/icons/rating.png) no-repeat left #ff7800;
    font-size: 16px;
    padding-left: 45px;
}

ul.starRating {
    display: inline-block;
}

ul.starRating li {
    display: inline;
}

.rating textarea {
    display: block;
    height: 80px;
    overflow: auto;
    width: 175px;
    margin: 10px 20px;
    font-size: 12px;
}

.rating .orangeButton {
    margin: 10px 20px;
}

.disputeLink {
    background: url(../../images/icons/dispute.png) no-repeat left;
    padding: 5px 0;
    padding-left: 25px;
    display: inline-block;
}

.removeLink {
    background: url(../../images/icons/remove.png) no-repeat left;
    padding-left: 16px;
    display: inline-block;
    color: #808080;
    font-size: 11px;
}

.okLink {
    background: url(../../images/icons/checkmark.png) no-repeat left;
    padding-left: 13px;
    display: inline-block;
    color: #449500;
    font-size: 11px;
}

.projTools .pane {
    background-color: #f5fafe;
    margin-bottom: 10px;
}

.shareTools ul li {
    border-bottom: solid 1px #eee;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.shareTools ul li a {
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    display: block;
}

.shareTools ul li.send a {
    background-image: url(../../images/icons/outbox.png);
}

.shareTools ul li.tell a {
    background-image: url(../../images/icons/megaphone.png);
}

.shareTools ul li.like a {
    background-image: url(../../images/icons/like.png);
}

.shareTools ul li.dispute a {
    background-image: url(../../images/icons/dispute.png);
    background-color: none;
}

.shareTools ul li.dispute {
    background-color: #fff
}


/*-----------------------*/


/*ProjectS*/

ul.bigTabs {
    height: 36px;
    padding-top: 10px;
    background: url(../../images/bg/mainNav.png) no-repeat right bottom;
}

ul.bigTabs li {
    float: left;
    margin-right: 2px;
    height: 35px;
}

ul.bigTabs li a {
    background: #fff;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    border-bottom: solid 3px #556a7b;
    text-align: center;
    color: #556a7b;
    line-height: 33px;
    font-size: 18px;
    font-weight: bold;
}

ul.bigTabs li.active a {
    border-bottom: solid 3px #ff7600;
    background: #ff7600;
    color: #fff;
}

ul.bigTabs li.newProjectTab {
    float: right;
}

ul.bigTabs li.newProjectTab a {
    border-bottom: solid 3px #434343;
    color: #434343;
}

.projectsTabs {
    margin-bottom: 20px;
}

.projectsGridContainer {}

table.projectsGrid {
    border: solid 1px #cacaca;
    border-collapse: separate;
    border-spacing: 1px;
}

.projectsGrid tr.even td {
    background: #f2f4f5;
}

.projectsGrid th,
.projectsGrid td {
    padding: 10px;
    font-size: 13px;
    text-align: left;
}

.projectsGrid th {
    background-image: url(../../images/bg/step1Head.png);
    background-position: top;
    font-size: 14px;
    font-weight: bold;
    background-size: 100% 100%;
    vertical-align: middle;
}

.projectsGrid th.dueCol {
    background: url(../../images/bg/statusTimer.png);
    color: #fff;
}

.projectsGrid th a {
    color: #434343;
    text-decoration: underline;
    display: block;
}

.projectsGrid th.dueCol a {
    color: #fff;
}

.projectsGrid th.sortedAsc a {
    background: url(../../images/icons/sorter_asc.png) no-repeat right;
}

.projectsGrid th.sortedDec a {
    background: url(../../images/icons/sorter_dec.png) no-repeat right;
}

.projectsGrid td.pg_disputed span {
    color: #9b1d03;
    font-weight: bold;
}

.projectsGrid td.pg_expired span {
    color: #dc9700;
    font-weight: bold;
}

.projectsGrid td.pg_opened span,
.projectsGrid td.pg_inProgress span {
    color: #60415f;
    font-weight: bold;
    font-style: italic;
}

.draftsGrid th {
    background: url(../../images/bg/thDark.png);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.draftsGrid th a {
    color: #fff;
}

.projectsGrid td.openProjectsNote {
    background: #fffade;
    font-family: Georgia, serif;
    font-size: 11px;
}

.projectsGrid tr.even td.openProjectsNote {
    background: #f2efd5;
    font-family: Georgia, serif;
    font-size: 11px;
}

.pagination {
    padding: 10px 0;
    text-align: right;
}

.pagination ul {
    display: inline;
}

.pagination ul li {
    display: inline;
}

.pagination ul li a {
    display: inline-block;
    padding: 0 5px;
}

.pagination ul li.current {
    color: #df780f;
    font-weight: bold;
}


/*-----------------------*/


/*Control panel*/

.cp_projectsSummary {
    border: solid 1px #cacaca;
    padding: 10px;
}

.cp_help {
    display: block;
    background: url(../images/bg/cp_help.png) no-repeat;
    padding: 10px;
    width: 204px;
    padding: 15px;
    margin-top: 15px;
    text-decoration: none;
}

.cp_links {
    margin-top: 15px;
}

.cp_links h3 {
    background: #dce7f2;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #56697c;
    margin: 0;
}

.cp_links ul {
    padding: 10px;
    background: #f5fafe;
}

.cp_links ul li {
    padding: 2px 0;
}

.cp_sn {
    margin-top: 15px;
    border-top: solid 3px #f2f2f2;
    border-bottom: solid 3px #f2f2f2;
    padding: 5px 0;
}

.cp_sn img {
    vertical-align: top;
    padding-left: 5px;
}

.cp_news {
    margin-top: 15px;
}

.cp_news h3 {
    background: #dce7f2;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #56697c;
    margin: 0;
}

.cp_news ul {
    padding: 10px;
    background: #f5fafe;
}

.cp_news ul li {
    padding: 5px 0;
    border-bottom: solid 1px #ccc;
}

.cp_transPromo {
    display: block;
    background: url(../../images/bg/dark.png) repeat-x #4f4f4f;
    padding: 10px;
    width: 204px;
    height: 45px;
    margin-top: 15px;
    text-decoration: none;
    text-align: center;
}

.cp_credits {
    border-bottom: solid 3px #f2f2f2;
    margin-bottom: 15px;
}

.cp_credits h2 {
    color: #56697c;
    border-bottom: solid 3px #f2f2f2;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    padding-bottom: 10px;
}

.cp_credits .can-be-used-for>span {
    display: inline-block;
    vertical-align: top;
}

.cp_credits .creditsUsage {
    padding: 0 10px;
}

.cp_credits .payoneerc img {
    float: right;
}

.cp_credits .payoneerc a {
    display: block;
    float: right;
    width: 280px;
    text-align: center;
}

.cp_credits .btnPos {
    float: right;
}

.cp_credits .parking-credits {
    background-color: #fedc0a;
    padding: 10px;
    margin-top: 10px;
}

.cp_coupons {
    margin-top: 15px;
}

.cp_coupons .paneContent {
    background: url(../images/bg/coupons.png) no-repeat right bottom;
}

.cp_user .userPhoto {
    width: 65px;
}

.cp_user .userPhoto img {
    border: solid 1px #b2b2b2;
}

.cp_user .userInfo h2 {
    display: inline;
}

.cp_stats {
    margin: 15px 0;
}

.cp_stats .paneContent {
    background: #f4f0e9;
}

.cp_stats .paneContent tr.even td {
    background: #fff;
}


/*-----------------------*/

.paymentPackages {
    margin-bottom: 20px;
}

.paymentPackages .affPack1 {
    background: #f5fafe;
    height: 100px;
    border-left: solid 3px #fff;
    padding: 0 20px;
    border: solid 1px #ccc;
    border-bottom: 0;
    margin: 0 10px;
    overflow: hidden;
}

.paymentPackages .affPack2 {
    background: url(../../images/bg/affPack2.png) no-repeat left top #e5edf6;
    height: 100px;
    border: solid 3px #889eb3;
    padding: 0 30px;
    overflow: hidden;
}

.paymentPackages .affPack3 {
    background: #f5fafe;
    height: 100px;
    border-right: solid 3px #fff;
    padding: 0 20px;
    border: solid 1px #ccc;
    border-top: 0;
    margin: 0 10px;
    overflow: hidden;
}

.paymentPackages h4 {
    font-size: 30px;
    color: #56697c;
    float: left;
    height: 40px;
    width: 200px;
    margin: 35px 0;
}

.paymentPackages .affPack1 p,
.paymentPackages .affPack2 p,
.paymentPackages .affPack3 p {
    line-height: 20px;
    color: #56697c;
}

.packageDesc {
    float: left;
}

.price {
    float: right;
    padding: 30px;
}

.paymentPackages .selected .price {
    background: #ff7800;
    color: #fff !important;
}

.affiliateCredit {
    float: left;
    color: #444;
    font-size: 11px;
    text-align: left;
    background: url(../images/bg/aff.png) no-repeat;
    padding: 5px 15px;
    height: 44px;
    margin-top: 15px;
    width: 135px;
    z-index: 10000;
    position: relative;
    margin-left: 10px;
    line-height: 120%;
}

.affiliateCredit img {
    margin-right: 3px;
}

.affiliateCredit2 {
    float: left;
    margin-left: 20px;
    height: 50px;
    padding: 7px 0 0;
    padding-top: 0;
    min-width: 210px;
    font-size: 12px;
    text-align: left;
    line-height: 130%;
    position: relative;
}

.affiliateCredit2 img {
    float: left;
    padding: 2px;
    border: solid 1px #e1e1e1;
    margin-right: 7px;
    background: #fff;
}

.expertOffer {
    background: url(../../images/bg/expertOffer.png) no-repeat left top #dde8f3;
    padding: 20px;
    padding-left: 80px;
    margin-bottom: 10px;
    height: 40px;
}

.proofOffer {
    background: url(../../images/bg/proofOffer.png) no-repeat left top #fffacd;
    padding: 20px;
    padding-left: 80px;
    margin-bottom: 20px;
    height: 70px;
    border: solid 1px #fff493;
}

.paymentSpecial {
    position: relative;
    background: url(../../images/bg/paymentSpecial.png) no-repeat left top;
    padding: 20px;
    padding-right: 60px;
    margin-bottom: 20px;
    height: 160px;
    width: 144px;
    color: #fff;
    font-size: 15px;
}

.paymentSpecial a {
    font-weight: bold;
    display: block;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #ff7800;
    border: solid 1px #ffbb7f;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    width: 180px;
}

.feedbackTab {
    position: fixed;
    right: 0;
    top: 200px;
    width: 40px;
    height: 133px;
    display: block;
    background: url(../../images/icons/feedbackTab.png) no-repeat left top;
    z-index: 100000;
}


/*-----------------------*/


/*new affiliates page*/

.affiliatesPage h1 {
    font-size: 30px;
    line-height: 115%;
}

.affiliatesPage .bulletList {
    list-style-image: url(../../images/icons/orangeBullet.png);
    padding-left: 20px;
}

.affiliatesPage .makeMoney {
    background: url(../images/bg/makeMoney.png) no-repeat bottom right;
}

.affiliatesPage .makeMoney h2 {
    font-size: 30px;
    line-height: 115%;
}

.affiliatesPage .affiliateOfTheYear {
    overflow: hidden;
    height: 1%;
}

.affiliatesPage .affiliateOfTheYear img {
    float: left;
    width: 60px;
    height: 80px;
    margin-right: 20px;
}

.affiliatesPage .example {
    background: url(../images/bg/example.png) no-repeat left top #ff7800;
    padding: 20px;
    font-size: 12px;
    color: #fff;
    padding-top: 40px;
}

.affiliatesPage .getStarted {
    background: #56697c;
    padding: 20px;
    color: #fff;
    font-size: 16px;
}

.affiliatesPage .getStarted h3 {
    font-size: 20px;
    font-weight: bold;
}

.affiliatesPage .getStarted li {
    margin-bottom: 20px;
}

.affiliatesPage .getStarted a {
    color: #ff7800;
}

.affiliatesPage .getStarted .tip {
    background: url(../../images/bg/aff_tip.png) no-repeat left top #fffade;
    padding: 20px;
    padding-left: 70px;
    color: #56697c;
    font-seize: 13px;
    width: 200px;
}

.affiliatesPage .banners {
    margin-top: 20px;
}

.affiliatesPage .banners h4 {
    font-size: 20px;
    font-weight: bold;
    color: #56697c;
    border-bottom: solid 3px #56697c;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/*Press center*/

.pressList li {
    overflow: hidden;
    height: 1%;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 120%;
}

.pressList li img {
    margin: 0 10px 10px 0;
    border: solid 1px #eee;
    float: left;
    height: 40px;
    width: 40px;
    overflow: hidden;
}

.specialProjects {
    margin-bottom: 20px;
}

.specialProjects li {
    padding-bottom: 5px;
}

.mediaKit {
    padding: 10px;
    border: solid 1px #eee;
    margin-bottom: 10px;
}

.mediaKit h3 {
    background: #DDE8F3;
    padding: 10px;
}

.mediaKit p {
    padding-left: 25px;
}


/*Press center END*/


/*leads*/

.leadPromo {
    margin-top: 20px;
    background: #fff;
    min-height: 300px;
    ;
    padding: 20px;
}

.leadForm {
    margin-top: 20px;
    background: #fff;
    min-height: 300px;
    padding: 20px;
}

.leadTranslators {
    margin-bottom: 10px;
}

.leadTranslators li {
    margin-right: 10px;
    float: left;
    text-align: center;
}

.leadTranslators li img {
    display: block;
}

.leadLogos {
    margin-bottom: 10px;
}

.leadLogos li {
    margin-right: 10px;
    float: left;
    text-align: center;
}

.leadLogos li img {
    display: block;
}


/*leads END*/


/*SDL Quote page*/

.sdlQuote .langs {
    background: url(../images/bg/sdlRedHeadTop.jpg) no-repeat right bottom;
    padding-bottom: 35px;
    border: 0;
}

.sdlQuote .header {
    overflow: hidden;
    height: 1%;
    border-bottom: 3px solid #F4F4F4;
    background: url(../images/bg/sdlRedHeadBot.jpg) no-repeat right top;
    max-height: 200px;
}

.sdlQuote h1 {
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    width: 700px;
    letter-spacing: -.02em;
    margin-top: 10px;
}

.sdlQuote .quote td {
    padding: 5px 0;
    border-bottom: solid 1px #eee;
}

.sdlQuote .translators,
.sdlQuote .logos {
    border: solid 1px #f5f5f5;
    margin-bottom: 10px;
}

.sdlQuote .translators h5,
.sdlQuote .logos h5 {
    font-size: 14px;
    background: #f5f5f5;
    color: #999;
}

.sdlQuote .translators li,
.sdlQuote .logos li {
    border: 0;
    width: 80px;
    margin: 0;
    width: 100px;
}

.sdlQuote .featured {
    background: #f5fafe;
    height: 180px;
}

.sdlQuote .featured ul {}

.sdlQuote .featured ul li {
    height: 33px;
    padding: 15px 0;
    border-bottom: solid 1px #d3d6d8;
    float: left;
    width: 210px;
    text-align: left;
}

.sdlQuote .featured ul li img {
    vertical-align: middle;
}

.sdlQuote .contactDetails {
    padding: 10px;
    background: url(../../images/bg/additionalServices.png) repeat-x top #fffade;
    border: solid 1px #eee199;
}

.sdlQuote .contactDetails h4 {
    font-weight: bold;
    margin-bottom: 15px;
}

.sdlQuote .paneContent {
    min-height: 290px;
}

.sdlQuote .conf {
    background: url(../../images/bg/drupalTitle.png) repeat-x;
    padding: 10px;
    margin-bottom: 10px;
}

.sdlQuote .sdlContact {
    background: url(../../images/bg/sdl_contact.png) no-repeat left top #fff;
    padding: 10px;
    padding-left: 50px;
    border: solid 1px #d0d9e0;
    -moz-box-shadow: 3px 3px 5px #888;
    -webkit-box-shadow: 3px 3px 5px #888;
    box-shadow: 3px 3px 5px #888;
}


/*SDL END*/


/*Submit page*/

.submittedProjects li {
    border-color: #ccc !important;
    line-height: 30px;
    font-size: 13px;
}

.submitEstimation {
    background: url(../../images/icons/clock.png) no-repeat bottom right #e5f3ff;
    padding: 20px;
    height: 140px;
}

.submitEstimation h3 {
    background: #cfdbe6;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: -20px;
    margin-bottom: 20px;
}


/*Submit page END*/


/*Print quote*/

.printQuote h3,
.printQuote h4,
.printQuote h5,
.printQuote h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.printQuoteTable {
    border: solid 1px #ccc;
    border-collapse: collapse;
}

.printQuoteTable td,
.printQuoteTable th {
    border: solid 1px #ccc;
    border-collapse: collapse;
    padding: 10px;
}

.printQuoteTable th {
    background: #e5f3ff;
    font-weight: bold;
}


/*Print quote END*/


/*Translator page*/

.translatorInfo .photo {
    float: left;
    margin-right: 20px;
}

.translatorInfo h1 {
    width: 360px;
}

.aboutMe {
    margin-top: 10px;
    background: url(../images/icons/comment.png) no-repeat left top #dde8f3;
    padding: 10px;
    padding-left: 70px;
}

.aboutMe h4 {
    padding: 0;
    margin: 0;
}

.reviews li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #dde8f3;
    padding-left: 20px;
    background: url(../../images/icons/comment_16.png) no-repeat left top;
}

.reviews h3 {
    background: #dde8f3;
    padding: 0 20px;
    font-size: 16px;
    color: #56697c;
    line-height: 40px;
    margin: 0;
    margin-bottom: 20px;
}

.projectTranslatorInfo {}

.projectTranslatorInfo .translatorInfo {
    border-left: solid 1px #ccc;
    padding-left: 10px;
    line-height: 120%;
    margin-bottom: 10px;
}

.projectTranslatorInfo .translatorInfo .photo {
    margin-right: 10px;
}


/*Translator page END*/


/*Drupal landing*/

.drupalTitle {
    background: url(../../ltr/images/bg/drupalTitle.jpg) no-repeat left;
    margin-bottom: 10px;
    color: #43596e;
    margin: 0 10px 0 10px;
    height: 239px;
    position: relative;
    top: -20px;
}

.drupalTitle h1 {
    padding-right: 200px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 60px;
    line-height: 130%;
}

.drupalTitle p {
    padding: 0 20px;
    ;
    padding-right: 250px;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
}

.drupalLogo {
    float: left;
    margin: 0 10px 10px 0;
}

.drupalBenefits {
    background: url(../../images/bg/drupalBenefits.png) no-repeat center #a9d6f2;
    padding: 20px;
    font-size: 14px;
    border-bottom: 0;
}

.drupalBenefits h2 {
    font-weight: bold;
    font-size: 18px;
}

.drupalBenefits p {
    padding-left: 70px;
}

.drupalHow h3 {
    background: #dde8f3;
    padding: 0 20px;
    font-size: 16px;
    color: #56697c;
    line-height: 40px;
    margin: 0;
}

.drupalAdv li {
    list-style-image: url(../../images/icons/plus_18.png);
    margin-left: -20px;
}

.drupalPane h3 {
    background: #dde8f3;
    border: 0;
    color: #56697c;
    line-height: 40px;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

.drupalPane .paneContent {
    border: 0;
    background: #fff;
}

.drupalPane {
    border: 0;
    background: #fff;
}


/*Drupal landing END */


/*Convert credits page*/

.convertCredits .mainBanner {
    background: url(../images/bg/convertPage_mainBanner.jpg) no-repeat;
    padding: 20px;
    padding-left: 160px;
    height: 96px;
    color: #fff;
    text-shadow: 1px 1px 1px #8a4000;
    margin-bottom: 10px;
}

.convertCredits .mainBanner h2 {
    font-size: 31px;
}

.convertCredits h3 {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
}

.convertCredits .transactionDetails {
    padding: 20px;
    border: solid 1px #e3e3e3;
}

.convertCredits .transactionDetails h4 {
    font-size: 15px;
    font-weight: bold;
    color: #ff7802;
}

.convertCredits .transactionDetails td {
    height: 50px;
    line-height: 110%;
    vertical-align: top;
}


/*Convert credits page END*/


/*language page*/

.langPageLinks {
    margin-top: 20px;
    overflow: hidden;
    height: 1%;
}

.langPageLinks h4 {
    font-size: 14px;
    font-weight: bold;
    color: #888;
    text-shadow: #fff 1px 1px 0;
    border-bottom: solid 1px #dddee0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.langPageLinks ul a {
    color: #868686;
}

.MTBanner {
    padding: 20px;
    background: url(../../images/icons/MTicon.png) no-repeat 20px 20px #f9f9f9;
    margin-bottom: 20px;
    padding-left: 120px;
    height: 210px;
    font-size: 14px;
    border: solid 1px #ddd;
}

.langPage .step3 {
    position: relative;
}

.langPage .step3 .htoSeal {
    position: absolute;
    bottom: -65px;
    right: -40px;
}


/*language page END*/


/*Mailbox*/

.mailboxGrid {
    border: solid 1px #eee;
}

.mailboxGrid th {
    padding: 7px;
    color: #666;
    background: url(../../images/bg/step1Head.png);
}

.mailboxGrid tr td {
    font-size: 12px;
    padding: 7px;
    color: #777;
}

.mailboxGrid .messageBody {
    display: none;
}

.mailboxGrid tr.expanded .messageBody {
    display: table-cell;
    padding: 7px 70px;
}

.mailboxGrid tr.expanded .messageBody {
    color: #333;
}

.mailboxGrid tr.unread td {
    color: #333;
    font-weight: bold;
    background: #f2f4f5;
}

.mailboxGrid tr.unread td a {
    color: #0d77ac;
    text-decoration: underline;
}

.mailboxGrid .msgHeader {
    cursor: pointer;
    border-top: solid 1px #cfd7dd;
}

.mailboxGrid tr:hover {
    background: #f2f4f5;
}

.mailboxGrid .msgHeader a {
    text-decoration: none;
    font-weight: bold;
}

.mailboxGrid tr.expanded .messageBody {}

.mailboxGrid tr.expanded:hover {
    background: none;
}


/*Mailbox END*/


/*MT page*/

.MThead {
    background: url(../images/bg/MT.jpg) no-repeat top left;
    position: relative;
    height: 169px;
}

.MThead h1 {
    font-style: italic;
    font-size: 24px;
    color: #43596e;
    position: absolute;
    text-align: right;
    line-height: 120%;
    text-shadow: 1px 1px 1px #fff;
    top: 35px;
    left: 80px;
}

.MThead .buttonExp {
    position: absolute;
    top: 70px;
    ;
    left: 405px;
    font-size: 14px;
}

.MThead .HTbutton {
    position: absolute;
    top: 30px;
    left: 610px;
    width: 231px;
    height: 21px;
    padding: 30px 0;
    text-align: center;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333;
}

.MTblock h2 {
    font-size: 16px;
}

.MTblock .MTblockContent {
    background: #f8f8f8;
    padding: 20px;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #EEEEEE));
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE', GradientType=0);
    border: solid 1px #ccc;
}

.MTblock .source {
    float: left;
    width: 440px;
    position: relative;
}

.MTblock .transleted {
    float: right;
    width: 440px;
}

.MTblock h3 {
    font-size: 16px;
    font-style: italic;
    color: #aaa;
    text-shadow: 1px 1px 0 #fff;
}

.MTblock .MTtabs {
    position: absolute;
    right: 0;
    top: 2px;
}

.MTblock .MTtabs li {
    float: right;
    border: solid 1px #e6e6e6;
    border-bottom: 0;
    margin-left: 2px;
}

.MTblock .MTtabs li a {
    display: block;
    background: #dde8f3;
    padding: 0 10px;
    line-height: 25px;
}

.MTblock .MTtabs li.active a {
    background: #fff;
    color: #f35c2f;
}

.MTblock .enterText,
.MTblock .uploadFile {
    /*background:url(../../images/icons/MTicon.png) no-repeat center #fff;*/
}

.MTblock .enterText textarea {
    width: 418px;
    overflow: auto;
    border: solid 1px #e6e6e6;
    border-bottom: 0;
    height: 180px;
    padding: 10px;
    background: #fff;
}

.MTblock .sourceInfo {
    background: #f8f8f8;
    color: #989898;
    height: 1%;
    overflow: hidden;
    padding: 2px 5px;
    border-bottom: solid 1px #ccc;
}

.MTblock .uploadFile {
    padding: 20px;
    background: #fff;
    min-height: 160px;
    ;
    border: solid 1px #e6e6e6;
    border-bottom: 0;
}

.MTblock .MToptions {
    padding: 10px;
    border: solid 1px #e6e6e6;
    border-top: 0;
    border-bottom-color: #fff;
}

.MTblock .MToptions h4 {
    color: #43596e;
    font-size: 12px;
    font-weight: bold;
}

.MTblock .MToptions .transTo {
    float: left;
    width: 130px;
}

.MTblock .MToptions .transEngine {
    float: left;
    width: 280px;
}

.MTblock .result {
    margin-bottom: 10px;
    box-shadow: 0 2px 5px #bcc6d0;
    -moz-box-shadow: 0 2px 5px #bcc6d0;
    -webkit-box-shadow: 0 2px 5px #bcc6d0;
    background: url(../../images/icons/MTicon_faded.png) no-repeat center;
    padding: 10px;
    min-height: 200px;
    font-family: "Courier New", Courier, monospace;
    border: solid 1px #eee;
}


/*MT page END*/


/*business center*/

.BCmain {
    background: #EBEBEB;
    /* old browsers */
    background: -moz-linear-gradient(top, #EBEBEB 0%, #FFFFFF 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EBEBEB), color-stop(100%, #FFFFFF));
    /* webkit */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#EBEBEB', endColorstr='#FFFFFF', GradientType=0);
    /* ie */
}

.BCmain .BCnav {
    margin: 10px 0 20px 20px;
    height: 335px;
}

.BCmain .BCnav li {
    line-height: 30px;
    border-bottom: solid 1px #ccc;
}

.BCmain .BCnav li a {
    display: block;
    text-align: right;
    font-size: 13px;
    text-decoration: none;
}

.BCmain .BCnav li.active a {
    font-weight: bold;
    color: #ff7800;
}

.BCmain h3 {
    font-size: 13px;
    font-weight: bold;
    color: #aeaeae;
    background: #d9d9d9;
    padding: 10px 20px;
    margin: 20px 0 0 20px;
}

.BCmain .BCcontent {
    margin: 20px 20px 20px 0;
}

.BCmain .BCcontent .mainImg {
    float: left;
    margin: 0 10px 10px 0;
}

.BCcontact {
    background: #434343;
    /* old browsers */
    background: -moz-linear-gradient(top, #434343 0%, #252525 5%, #434343 42%, #434343 75%, #6D6D6D 95%, #434343 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434343), color-stop(5%, #252525), color-stop(42%, #434343), color-stop(75%, #434343), color-stop(95%, #6D6D6D), color-stop(100%, #434343));
    /* webkit */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#434343', GradientType=0);
    /* ie */
    color: #fff;
    padding: 20px;
    height: 370px;
}

.BCneedHelp {
    background: #56697C;
    /* old browsers */
    background: -moz-linear-gradient(top, #56697C 0%, #3E4E5F 5%, #56697C 71%, #56697C 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56697C), color-stop(5%, #3E4E5F), color-stop(71%, #56697C), color-stop(100%, #56697C));
    /* webkit */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3e4e5f', endColorstr='#56697C', GradientType=0);
    /* ie */
    padding: 20px;
    color: #fff;
}

.BCquickAnswers {
    margin-top: 20px;
}

.BCquickAnswers h4 {
    margin-left: 20px;
}

.BCquickAnswers .BCQuickLinks li {
    background: #F7F7F7;
    /* old browsers */
    background: -moz-linear-gradient(top, #F7F7F7 0%, #DFDFDF 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #DFDFDF));
    /* webkit */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#DFDFDF', GradientType=0);
    /* ie */
    float: left;
    padding: 20px 0;
    font-size: 13px;
    border-right: solid 1px #fff;
}

.BCquickAnswers .BCQuickLinks li a {
    display: block;
    width: 50px;
    margin: 0 15px;
    padding-left: 18px;
    text-decoration: none;
    height: 20px;
    color: #333;
}

.BCquickAnswers .BCQuickLinks li a:hover {
    color: #ff7800;
}

.BCquickAnswers .BCQuickLinks li a.quality {
    background: url(../../images/icons/cup.png) no-repeat left;
}

.BCquickAnswers .BCQuickLinks li a.quality:hover {
    background: url(../../images/icons/cup_orange.png) no-repeat left;
}

.BCquickAnswers .BCQuickLinks li a.speed {
    background: url(../../images/icons/stopwatch.png) no-repeat left;
}

.BCquickAnswers .BCQuickLinks li a.speed:hover {
    background: url(../../images/icons/stopwatch_orange.png) no-repeat left;
}

.BCquickAnswers .BCQuickLinks li a.quote {
    background: url(../../images/icons/pricetag.png) no-repeat left;
}

.BCquickAnswers .BCQuickLinks li a.quote:hover {
    background: url(../../images/icons/pricetag_orange.png) no-repeat left;
}

.BCquickAnswers .BCQuickLinks li a.urgent1 {
    background: url(../../images/icons/bell.png) no-repeat left;
}

.BCquickAnswers .BCQuickLinks li a.urgent1:hover {
    background: url(../../images/icons/bell_orange.png) no-repeat left;
}

.BCquickAnswers .BCQuickLinks li a.big {
    background: url(../../images/icons/suitcase.png) no-repeat left;
    width: 70px;
}

.BCquickAnswers .BCQuickLinks li a.big:hover {
    background: url(../../images/icons/suitcase_orange.png) no-repeat left;
}

.BCquickAnswers .BCQuickLinks li a.web {
    background: url(../../images/icons/monitor.png) no-repeat left;
}

.BCquickAnswers .BCQuickLinks li a.web:hover {
    background: url(../../images/icons/monitor_orange.png) no-repeat left;
}

.BCquickAnswers .BCQuickLinks li a.human {
    background: url(../../images/icons/human.png) no-repeat left;
}

.BCquickAnswers .BCQuickLinks li a.human:hover {
    background: url(../../images/icons/human_orange.png) no-repeat left;
}

.BClogos h5,
.BCtranslators h5,
.BCtestimonial h5 {
    font-size: 14px;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: solid 3px;
    margin-bottom: 10px;
}

.BClogos li,
.BCtranslators li {
    float: left;
    width: 20%;
    text-align: center;
}

.BCtestimonial .testimonial {
    background: none;
    border: 0;
    color: #555;
}

.BCtestimonialAuthor {
    text-align: left;
    padding-top: 10px;
    border-top: solid 1px #eee;
}

.BCtestimonialAuthor img {
    margin: 0 0 10px 10px;
    float: right;
}


/*business center END*/


/*registrarion wizard*/


/*.registrationWizardSteps {margin-bottom: 20px;background:url(../../images/bg/regWizSteps.png) repeat-y 8px 0;float: left;width: 210px;}
.registrationWizardSteps li {line-height: 40px;height:40px;position: relative;z-index: 10;}
.registrationWizardSteps li div {}
.registrationWizardSteps li span.stepState {display: inline-block;width: 17px;height: 40px;background:url(../../images/bg/regWizStep.png) no-repeat left;float: left;}
.registrationWizardSteps li span.stepName {border-bottom: dotted 1px #eee;line-height: 39px;float: left;margin-left: 10px;display: block;width: 180px;color: #abaaaa;font-size: 15px;}
.registrationWizardSteps li.current {background:url(../images/bg/registrationWizardStep_active.png) no-repeat right;}
.registrationWizardSteps li.current span.stepState {background:url(../../images/bg/regWizStep_active.png) no-repeat left;}
.registrationWizardSteps li.done span.stepState {background:url(../../images/bg/regWizStep_done.png) no-repeat left;}
.registrationWizardSteps li.current span.stepName {color: #ff7802;}*/


/*.regProgress {background:url(../../images/bg/regProgress.png) no-repeat;width: 149px;height: 48px;padding: 5px;text-align: center;font-size: 11px;color: #666;position: absolute;right: 20px;top: 20px;}
.regProgressFrame {width: 127px;height: 17px;background:url(../../images/bg/regProgressFrame.png) no-repeat;margin: 0 auto;position: relative;z-index: 100;top: 5px;}
.regProgressLine {position: absolute;z-index: 30;display: block;background:url(../../images/bg/regProgressLine.png) repeat-x;height: 11px;top: 31px;left: 18px;max-width: 123px;}*/


/*.registrationWizardStepFrame .formTable td {padding: 5px 0;}
.registrationWizardStepFrame .bb tr {border-bottom: solid 1px #eee;}
.registrationWizardStepFrame .formTable label.mandatory {font-weight: bold;}
#account_box .formTable input {width: 200px;padding: 3px;}
#account_box .formTable select {width: 210px;color: initial;font-family: inherit;padding: 3px 1px}
@-moz-document url-prefix() {
    #account_box .formTable input, select {border: 1px solid #c2c8ce;border-radius: 3px;}
}

.registrationWizardStepFrame .content {width: 520px;padding: 20px;}
.registrationWizardStepFrame .content label[for=vacation_date_from] {margin-left: 10px;}
.registrationWizardStepFrame .content label[for=vacation_date_to] {margin-left: 15px;}
.registrationWizardStepFrame .content input#vacation_date_from,
.registrationWizardStepFrame .content input#vacation_date_to {width: 25%;}

.registrationWizardStepFrame {float: left;width: 744px;background:url(../images/bg/registrationWizardStepContent.png) bottom right no-repeat #fdfdfd;min-height: 320px;border: solid 1px #d9d9d9;margin-left: -1px;position: relative;}
.registrationWizardStepFrame .contentTop {background:url(../../images/bg/regWizFrameTop.png) repeat-x;margin: 1px;height: 15px;}
.registrationWizardStepFrame #modal_char_limit {position: absolute;width: 400px;height: 100px;z-index: 5;top: 33%;left: 19%;background: #fff;border-radius: 8px;box-shadow: 0 0 5px rgba(0, 0, 0, .9);padding: 30px 30px 10px;text-align: center;font-size: 15px;line-height: 1.5;}
.registrationWizardStepFrame #modal_char_limit .close-modal-char-limit {position: absolute;top: 10%;right: 5%;font-weight: bold;}
.registrationWizardStepFrame #modal_char_limit .close-modal-char-limit:hover {cursor: pointer;}*/

.facebook .content {
    text-align: center;
    margin-top: 80px;
    width: 700px;
}

.facebook .content .recommended {
    position: absolute;
    top: 110px;
    right: 50px;
    background: url(../images/bg/regWiz_fbRecommended.png) no-repeat;
    width: 137px;
    height: 64px;
    text-align: left;
    padding-left: 55px;
    padding-top: 15px;
    color: #999;
    font-size: 11px;
}

.facebook .content .recommended h5 {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
}

.regWizDone {
    width: 956px;
}

.regWizDone .takeExamPromo {
    padding: 10px;
    border: solid 1px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    -moz-border-radius: 15px;
    background: url(../../images/icons/graduation_ok_128.png) 10px 10px no-repeat #fff;
    padding-left: 160px;
}


/*.registrationWizardStepFrame .content h2 {color: #919191;font-size: 16px;border-bottom: solid 1px;width: 520px;padding: 10px 0;}*/

.regWizDone .content h2 {
    font-size: 35px;
    color: #919191;
    border: 0;
}

.regWizDone .content {
    width: 916px;
}

.regWizDone .faqLinks {
    overflow: hidden;
    height: 1%;
}

.regWizDone .faqLinks li {
    float: left;
    width: 290px;
    padding: 5px 0;
    border-bottom: solid 1px #eee;
    margin-left: 10px;
}


/*#account_box_registration input[type="text"], #account_box_registration input[type="password"] {width: 150px;}*/


/*registrarion wizard END*/


/*Project submission wizard*/

.projectSubmissionSide {
    float: right;
    width: 210px;
}

.projectSubmissionSteps {
    margin-bottom: 20px;
}

.projectSubmissionSteps li {
    line-height: 30px;
    height: 30px;
    text-align: right;
}

.projectSubmissionSteps li div {}

.projectSubmissionSteps li span.stepState {
    display: inline-block;
    width: 17px;
    height: 30px;
    background: url(../../images/bg/regWizStep.png) no-repeat right;
    float: right;
    margin-right: 10px;
}

.projectSubmissionSteps li span.stepName {
    float: right;
    margin-right: 10px;
    display: block;
    width: 170px;
    color: #617284;
    font-size: 13px;
}

.projectSubmissionSteps li.current {
    background: #d3dde8;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.projectSubmissionSteps li.done span.stepState {
    background: url(../../images/bg/regWizStep_done.png) no-repeat right;
}

.projectSubmissionSummary {
    border-top: solid 3px #d3dde8;
    padding-top: 10px;
    float: right;
    width: 190px;
}

.projectSubmissionSummary h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.projectSubmissionSummary tr {
    border-top: solid 1px #d3dde8;
}

.projectSubmissionSummary td {
    padding: 10px 0;
    vertical-align: middle;
}

.projectSubmissionSummary td.label {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #c9c9c9;
}

.projectSubmissionSummary .details {
    background: #f5f5f5;
    display: none;
    padding: 0;
}

.projectSubmissionSummary .details td {
    padding: 3px;
}

.projectSubmissionSummary {}

.submissionProgress {
    width: 149px;
    height: 30px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #666;
    position: relative;
    margin: 0 auto;
    text-shadow: 0 1px 0 #fff;
}

.submissionProgressFrame {
    width: 127px;
    height: 17px;
    background: url(../../images/bg/regProgressFrame.png) no-repeat center top;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    top: 5px;
}

.submissionProgressLine {
    position: absolute;
    z-index: 30;
    display: block;
    background: url(../../images/bg/regProgressLine.png) repeat-x;
    height: 11px;
    top: 31px;
    left: 18px;
    max-width: 123px;
}

.projectSubmissionFrame .content {
    overflow: hidden;
    height: 1%;
    display: none;
}

.projectSubmissionFrame .content .hr {
    height: 1px;
    border-bottom: solid 1px #777;
    padding-top: 10px;
    margin-bottom: 10px;
    clear: left;
}

.projectSubmissionFrame .content .yellowBox h3,
.projectSubmissionFrame .content .blueBox h3 {
    background: #fffacd;
    padding: 10px;
    margin: 0;
}

.projectSubmissionFrame .content .yellowBox .yellowBoxContent,
.projectSubmissionFrame .content .blueBox .blueBoxContent {
    background: #fff;
    padding: 10px;
}

.projectSubmissionFrame .content .yellowBox,
.projectSubmissionFrame .content .blueBox {
    margin-bottom: 10px;
}

.projectSubmissionFrame .content .blueBox h3 {
    background: #d3dde8;
    color: #527dad;
}

.projectSubmissionFrame .column {
    width: 348px;
    float: left;
    padding-right: 5px;
}

.projectSubmissionFrame {
    float: left;
    width: 706px;
    padding: 20px;
    background: #D3DDE8;
    background: -moz-linear-gradient(top, #D3DDE8 38%, #EBF0F5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #D3DDE8), color-stop(100%, #EBF0F5));
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#D3DDE8', endColorstr='#EBF0F5', GradientType=0);
    background: -o-linear-gradient(top, #D3DDE8 38%, #EBF0F5 100%);
}

.projectSubmissionFrame h1 {
    font-size: 15px;
    color: #617284;
}

.projectSubmissionFrame h2 {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 0 #333;
    margin-bottom: 30px;
    line-height: 110%;
}

.projectSubmissionFrame h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}

.projectSubmissionFrame .content .langList td {
    padding: 3px 0;
}

.projectSubmissionFrame .paymentTabs {
    height: 30px;
    border-bottom: solid 1px #527dad;
}

.projectSubmissionFrame .paymentTabs li {
    float: left;
}

.projectSubmissionFrame .paymentTabs li a {
    line-height: 30px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 15px;
}

.projectSubmissionFrame .paymentTabs li.current {
    background: #527dad;
}

.projectSubmissionFrame .paymentTabs li.current a {
    color: #fff;
}

.projectSubmissionFrame .specialOffer {
    background: url(../../images/bg/projectSubmissionSpecialOffer.png) no-repeat bottom #fff;
    border: solid 1px #ffd2aa;
    padding: 15px;
    padding-right: 50px;
    display: block;
    text-decoration: none;
}

.projectSubmissionFrameFoot {
    margin-top: 20px;
    border-top: solid 2px #c0c3c6;
    padding-top: 10px;
}

.projectSubmissionFrameFoot .backButton,
.projectSubmissionFrameFoot .nextButton {
    width: 141px;
    text-align: center;
    background: url(../../images/bg/projectSubmission_button.png) no-repeat;
    display: block;
    line-height: 35px;
    height: 35px;
    color: #617284;
    text-decoration: none;
    font-size: 13px;
}

.projectSubmissionFrameFoot .impButton {
    background: url(../../images/bg/projectSubmission_button_imp.png) no-repeat;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 0 #333;
}

.projectSubmissionFrameFoot .frameNum {
    float: left;
    width: 422px;
    margin: 0 auto;
    text-align: center;
}

.projectSubmissionFrame .languages {
    background: url(../../images/bg/ps_step1.png) no-repeat right top;
}

.projectSubmissionFrame .material {
    background: url(../../images/bg/ps_step2.png) no-repeat center top;
}

.projectSubmissionFrame .options {
    background: url(../../images/bg/ps_step3.png) no-repeat right 60px;
}

.projectSubmissionFrame .login {
    background: url(../../images/bg/ps_step4.png) no-repeat right 60px;
}

.projectSubmissionFrame .signup {
    background: url(../../images/bg/ps_step5.png) no-repeat right 100px;
}

.projectSubmissionFrame .payment {
    background: url(../../images/bg/ps_step6.png) no-repeat right top;
}


/*Project submission wizard END*/


/*certification & reviews*/

.translatorStatusNotification {
    padding: 10px;
    background: #fff8ce;
    height: 1%;
    overflow: hidden;
    margin-bottom: 20px;
}

.translatorStatusNotification .status {
    float: left;
    width: 760px;
}

.translatorStatusNotification .regProgress {
    width: 150px;
    float: right;
}

.examList {
    background: #f2f2f2;
    padding: 10px;
}

.examList .certified {
    display: inline-block;
    padding-left: 20px;
    background: url(../../images/icons/certificationIcons.png) 0 -59px no-repeat;
    color: green;
}

.examList .inReview {
    display: inline-block;
    padding-left: 20px;
    background: url(../../images/icons/certificationIcons.png) 0 0px no-repeat;
}

.examList .exam {
    display: inline-block;
    padding-left: 20px;
    background: url(../../images/icons/certificationIcons.png) 0 -30px no-repeat;
}

.examList .failed {
    display: inline-block;
    padding-left: 20px;
    background: url(../../images/icons/certificationIcons.png) 0 -92px no-repeat;
}

.examList table td,
.reviewList table td {
    background: #fff;
    padding: 5px 5px;
    border-top: solid 1px #f2f2f2;
}

.exam .examSummary {
    float: left;
    width: 390px;
}

.exam .examSummary h2 {
    font-size: 17px;
    font-weight: bold;
}

.exam .examCounter {
    float: left;
    margin-left: 20px;
    width: 180px;
    font-size: 15px;
    font-weight: bold;
    color: #999;
    text-align: right;
}

.exam .orig {
    background: #f2f2f2;
    padding: 10px;
    color: #666;
}

.exam .orig h4 {
    font-size: 17px;
}

.exam .translated {
    background: #dde8f3;
    padding: 10px;
    color: #666;
}

.exam .translated h4 {
    font-size: 17px;
}

.exam .translated textarea {
    width: 560px;
}

.reviewList h4 {
    font-weight: bold;
    font-size: 17px;
}

.reviewList {
    margin-bottom: 20px;
}

.reviewList .orangeButton {
    font-weight: normal;
}

.reviewList .disabled,
.disabled:hover {
    background: #f2f2f2;
    font-weight: normal;
    color: #ccc;
    cursor: default;
}

.review .starRating {
    float: left;
    width: 260px;
}

.review .starRating td {
    padding: 5px;
}

.review .reviewNote {
    float: left;
    width: 280px;
    margin-left: 20px;
}

.review .reviewNote textarea {
    width: 280px;
}

.review h4 {
    color: #333;
}


/**/


/**/

.printInvoice {
    margin: 30px 0;
}

.invoiceHeader {
    height: 190px;
    border-bottom: solid 3px #ccc;
}

.invoiceHeader .logo img {
    display: block;
    margin-bottom: 10px;
}

.invoiceHeader h1 {
    margin-top: 40px;
    text-align: right;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
}

.invoiceSummary h2 {
    margin-top: 20px;
    font-weight: bold;
}

.invoiceSummary .date,
.invoiceSummary .total,
.invoiceSummary .due {
    text-align: center;
    float: right;
    width: 90px;
}

.invoiceSummary h4 {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #f35c2f;
    margin-bottom: 15px;
}

.invoiceSummary .date {
    padding: 10px;
    border: solid 1px #ccc;
    border-top: 0;
    height: 60px;
    border-left: 0;
}

.invoiceSummary .total {
    padding: 10px;
    border: solid 1px #ccc;
    border-top: 0;
    height: 60px;
    background: #f35c2f;
    color: #fff;
    border-left: 0;
}

.invoiceSummary .total h4 {
    color: #fff;
}

.invoiceSummary .due {
    padding: 10px;
    border: solid 1px #ccc;
    border-top: 0;
    height: 60px;
}

.invoiceDetail {
    margin-top: 40px;
}

.invoiceDetail th,
.invoiceDetail td {
    padding: 5px 10px;
}

.invoiceDetail td {
    border-bottom: solid 1px #eee;
}

.invoiceDetail th {
    border-bottom: solid 2px #ccc;
    text-transform: uppercase;
    color: #f35c2f;
    font-weight: normal;
}


/**/


/*registration thank you*/

.thankyouTop {
    padding-left: 160px;
    margin-top: 20px;
    background: url(../../images/bg/tbh_reflect.png) 20px 0 no-repeat;
}

.thankyouTop h1 {
    font-size: 24px;
    color: #4a86c3;
    font-weight: bold;
}

.thankyouTop h2 {
    font-size: 15px;
    font-weight: bold;
}

.thankyouBottom {
    margin-left: -160px;
    padding: 20px;
    margin-right: 160px;
    color: #fff;
    text-shadow: 1px 1px 0 #cb5527;
    overflow: hidden;
    height: 1%;
    position: relative;
    height: 200px;
    background: #f35c2f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f35c2f 0%, #fd7730 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f35c2f), color-stop(100%, #fd7730));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f35c2f 0%, #fd7730 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f35c2f 0%, #fd7730 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(left, #f35c2f 0%, #fd7730 100%);
    /* IE10+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f35c2f', endColorstr='#fd7730', GradientType=1);
    /* IE6-9 */
    background: linear-gradient(left, #f35c2f 0%, #fd7730 100%);
    /* W3C */
}

.thankyouBottom h3,
.thankyouBottom h4 {}

.thankyouBottom ul {
    margin-top: 20px;
}

.thankyouBottom ul li {
    line-height: 30px;
}

.thankyouBottom .advantages1 {
    background: url(../../images/icons/benefitsIcons_sprite.png) 0 0 no-repeat;
    padding-left: 35px;
    float: left;
    width: 200px;
}

.thankyouBottom .advantages2 {
    background: url(../../images/icons/benefitsIcons_sprite.png) 0 -100px no-repeat;
    padding-left: 35px;
    float: left;
    width: 250px;
}

.thankyouBottom .bubble {
    float: left;
    width: 200px;
    background: url(../../images/bg/bubble.png) top left no-repeat;
    height: 228px;
    position: absolute;
    top: 20px;
    left: 560px;
    padding: 30px 20px 20px 20px;
    color: #333;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-shadow: none;
}

.thankyouBottom .seenat {
    position: absolute;
    right: 20px;
    width: 100px;
    top: 20px;
    background: url(../../images/bg/asSeenAt.png) left 30px no-repeat;
    height: 150px;
}


/**/


/*url trans*/

.urlTranslation {
    background: url(../../images/bg/urlTranslation.png) 20px 10px no-repeat #f5f5f5;
    border: solid 1px #f1f1f1;
    padding: 30px 20px;
    padding-left: 180px;
    height: 90px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.urlTranslation .text {
    background: url(../images/bg/urlTranslate_textarea.png) no-repeat;
    height: 37px;
    width: 693px;
}

.urlTranslation .text .url {
    width: 360px;
    padding: 10px 10px;
    border: 0;
    background: none;
    margin-right: 15px;
}

.urlTranslation .text .lang {
    background: none;
    border: 0;
    width: 130px;
    margin-right: 10px;
}

.urlTranslation .text .button {
    width: 130px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    text-shadow: 1px 1px 0 #eee;
}


/**/


/*TRANSBOX*/

.transbox .emailMessageExample {
    background: url(../../images/bg/transbox_emailMessage.jpg) top left no-repeat;
    height: 160px;
    padding: 270px 30px 0 30px;
}

.transbox .emailMessageExample .source label,
.transbox .emailMessageExample .target label {
    display: block;
}

.transbox .emailMessageExample .source {
    float: left;
    width: 160px;
    height: 50px;
}

.transbox .emailMessageExample .target {
    float: left;
    width: 245px;
    height: 50px;
}

.transbox .emailMessageExample .email {
    clear: both;
    padding: 18px 0 0 55px;
    font-size: 15px;
    font-weight: bold;
}

.transbox h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.transbox ul.benefits {
    margin: 20px 0 20px 40px;
}

.transbox ul.benefits li {
    background: url(../../images/icons/checkmark2.png) left no-repeat;
    padding-left: 22px;
    font-size: 16px;
    line-height: 22px;
}

.transbox h3 {
    font-size: 14px;
    font-weight: bold;
}

.transbox .turnaround {
    background: url(../../images/icons/clock.png) no-repeat 10px 10px #e5f3ff;
    padding: 20px;
    padding-left: 160px;
}

.transbox .langSupport td {
    padding: 3px 0;
    color: #777;
}


/**/

#skillstable td {
    padding: 3px;
}


/*public exam*/

.publicExam h1 {
    margin-bottom: 20px;
    font-size: 30px;
}

.publicExam .transInfo {}

.publicExam .transInfo .photo {
    width: 40px;
    height: 40px;
    margin: 0 10px 10px 0;
    float: left;
}

.publicExam .transInfo h2 {
    font-size: 12px;
}

.publicExam .transInfo h2 span {}

.translateButton {
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #f4612e;
    color: #fff;
    text-shadow: 1px 1px 0 #c65622;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0;
    font-weight: bold;
    width: 220px;
    background: #ff8a22;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff8a22 0%, #f35c2f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8a22), color-stop(100%, #f35c2f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff8a22 0%, #f35c2f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff8a22 0%, #f35c2f 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ff8a22 0%, #f35c2f 100%);
    /* IE10+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8a22', endColorstr='#f35c2f', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, #ff8a22 0%, #f35c2f 100%);
    /* W3C */
}

.translateButtonGrey {
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #848484;
    color: #fff;
    text-shadow: 1px 1px 0 #848484;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0;
    font-weight: bold;
    width: 220px;
    background: #9e9e9e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9e9e9e 0%, #848484 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9e9e9e), color-stop(100%, #848484));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9e9e9e 0%, #848484 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9e9e9e 0%, #848484 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #9e9e9e 0%, #848484 100%);
    /* IE10+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#848484', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, #9e9e9e 0%, #848484 100%);
    /* W3C */
}

.translateButtonGrey:hover,
.translateButton:hover {
    color: #fff;
}

.publicExam .lineList {
    border-bottom: solid 3px #333;
    margin-bottom: 20px;
}

.publicExam .lineList li {
    border-color: #d6d6d6;
    line-height: 120%;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.publicExam .lineList li a {
    text-decoration: none;
}

.publicExam .boxType {
    float: left;
    width: 200px;
    padding: 3px 10px;
}

.publicExam .source {
    border: solid 1px #f4f4f4;
    max-height: 200px;
    overflow: auto;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #888;
    clear: both;
}

.publicExam .source .boxType {
    background: #f4f4f4;
    color: #9a9a9a;
}

.publicExam .text {
    float: none;
    padding: 20px;
    margin-top: 20px;
    font-size: 12px;
}

.publicExam .target {
    border: solid 1px #4a86c3;
    max-height: 200px;
    overflow: auto;
}

.publicExam .target .boxType {
    background: #4a86c3;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.publicExam .reviews .transInfo {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
}

.publicExam .starRating {
    text-align: right;
}

.publicExam .actionButtons {
    border-top: solid 3px #eee;
    border-bottom: solid 3px #eee;
    margin: 10px 0;
    padding: 20px 0;
}

.publicExam .expVideo {
    width: 224px;
    height: 168px;
    background: #eee;
    margin: 10px 0;
}

.publicExam .dl_brochure {
    background: url(../../images/bg/dl_brochure.png) no-repeat;
    height: 34px;
    padding: 42px 0 0 65px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #eee;
}

.publicExam .thumbs {
    padding: 10px;
    border: solid 1px #ccc;
}

.publicExam .thumbs a {
    display: block;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.publicExam .thumbs a.up {
    background: url(../../images/icons/thumbsUp_hover.png) no-repeat left;
}

.publicExam .thumbs a.down {
    background: url(../../images/icons/thumbsDown_hover.png) no-repeat left;
}

.examIndexBoxes .examIndexBox {
    box-shadow: 0 0 3px #ccc;
    padding: 10px;
    height: 260px;
    border: solid 1px #eee;
    position: relative;
    margin-bottom: 20px;
}

.examIndexBoxes .examIndexBox h3 {
    height: 50px;
    border-bottom: solid 1px #eee;
    font-size: 12px;
    font-weight: bold;
    line-height: 120%;
    background: url(../../images/icons/document.png) left top no-repeat;
    padding-left: 20px;
}

.examIndexBoxes .examIndexBox h3 span,
.examIndex_lnaguages li span {
    display: block;
    font-size: 11px;
    color: #888;
    font-style: italic;
    font-weight: normal;
}

.examIndexBoxes .examIndexBox ul {
    font-size: 11px;
    margin-left: 5px;
}

.examIndexBoxes .examIndexBox ul li {
    background: url(../../images/icons/smallArrow.png) left no-repeat;
    padding: 1px 0;
    padding-left: 10px;
}

.examIndexBoxes .examIndexBox ul li a {
    text-decoration: none;
}

.examIndexBoxes .examIndexBox .moreLink {
    display: block;
    height: 25px;
    line-height: 25px;
    background: #eaf1f8;
    position: absolute;
    bottom: 0;
    width: 202px;
    left: 0;
    padding: 0 10px;
    font-weight: bold;
    border-top: solid 1px #d6dce3;
}

.examIndex_lnaguages li {
    font-size: 12px;
    line-height: 120%;
    background: url(../../images/icons/document.png) left top no-repeat;
    padding-left: 20px;
    padding-bottom: 10px;
}


/**/


/*MLFT management*/

.mlftGrid th,
.mlftGrid td {
    padding: 5px;
    font-size: 12px;
    text-align: left;
    color: #666;
}

.mlftGrid th {
    background: url(../../images/bg/step1Head.png);
    font-size: 12px;
    font-weight: normal;
}

.mlftGrid {
    margin-top: 0px;
}

.mlftGrid td {
    border-bottom: solid 1px #ccc;
}

.mlftForm h3 {
    margin: 20px 0;
}

.mfltSubmissions {
    display: block;
    margin-top: 20px;
}

.mfltSubmissions .date {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #cfd7e6;
    padding: 5px;
    background: #fcfdff;
    width: 50px;
    height: 40px;
    color: #249ecf;
}

.mfltSubmissions .date span.day {
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    text-align: center;
    padding: 0;
}

.mfltSubmissions .date span.month {
    display: block;
    font-size: 12px;
    text-align: center;
    background: #cfd7e6;
    color: #fff;
}

.mfltSubmissions .delete {
    display: block;
    text-align: center;
    padding: 2px 0;
    width: 62px;
    background: pink;
    margin: 10px 0;
    color: #c72f2f;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.mfltSubmissions tr.even {
    background: #fcfdff;
}

.mfltSubmissions table tr td {
    border: 0;
}

.mfltEmptyList {
    background: url(../../images/icons/document_add.png) center top no-repeat;
    text-align: center;
    height: 150px;
    padding-top: 130px;
}

.likeforipad {
    background: url(images/bg/likeToWinAnIpadTab.png) no-repeat;
    width: 233px;
    height: 33px;
    position: fixed;
    bottom: 0;
    right: 50px;
    padding-top: 110px;
    padding-left: 17px;
}

.quoteTip {
    background: url(../../images/bg/aff_tip.png) no-repeat left top #fffade;
    padding: 20px;
    padding-left: 70px;
    color: #56697c;
    font-size: 13px;
}

.instantQuote {
    padding: 10px;
    background: #e5f3ff;
    border: dashed 1px #0087ff;
}

.instantQuote table td {
    border-bottom: solid 1px #ccc;
    padding: 3px;
    color: #666
}

.translationTime {
    float: right;
    padding: 50px 0 50px 140px;
    background: url(../../images/icons/clock.png) left no-repeat;
    width: 150px;
}

.quoteType {
    background: #eee;
    padding: 5px;
}

#footer {
    padding: 28px 15px;
    text-align: center;
}

#footer a {
    color: #448ccb;
    text-decoration: none
}

#footer a:hover {
    color: #2a6598;
    text-decoration: underline
}

.footer,
.footer .area-960 {
    background: #383838;
    min-width: 1024px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 1150px) {
    .footer,
    .footer .area-960 {
        min-width: 100%;
        width: 100%;
    }
}

.footer-content {
    text-align: center;
    color: rgb(101, 101, 101);
}

.footerBlock {
    padding: 20px;
}

.footerBlock h5 {
    font-size: 12px;
    color: #dde8f3;
    font-weight: bold;
}

.footerBlock a {
    font-size: 11px;
    color: #c5c5c5;
    text-decoration: none;
}

.footerBlock a:hover {
    color: #fff;
}

.socialContainer {
    background: url(../../images/bg/header_socialContainer.png) no-repeat bottom;
    position: absolute;
    right: 0;
    top: -20px;
    width: 90px;
    height: 110px;
    text-align: center;
}

.socialContainer #fb-root {
    margin-bottom: 5px;
}

.subFooter {
    font-size: 11px;
    text-align: center;
    line-height: 110%;
    color: #404040;
}

.plusLink {
    display: inline-block;
    background: url(../../images/icons/plus_18.png) no-repeat left;
    padding-left: 20px;
}

.warningLink {
    display: inline-block;
    background: url(../../images/icons/attention_18.png) no-repeat left;
    padding-left: 20px;
}

.cancelLink {
    display: inline-block;
    background: url(../../images/icons/cancel_18.png) no-repeat left;
    padding-left: 20px;
}


/*fancy bullets*/

dl.fancyBullets {
    margin: 10px 0;
}

dl.fancyBullets dt {
    background: url(../../images/icons/bullet.png) no-repeat left;
    font-weight: bold;
    padding: 3px 0 3px 22px;
    font-size: 13px;
    color: #FF7800;
}

dl.fancyBullets dd {
    padding: 2px 0 2px 22px;
}

.cp_user .user_badges {
    max-width: 385px;
}

.user_badges {
    padding: 0;
}

.user_badges .badge {
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 0;
    float: left;
}

.project-details .btn,
.admin-pane .btn {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: normal;
}



/*WEST TAB*/

.btn {
    margin: 0 0 0 15px;
    padding: 5px 20px;
    font: bold 18px arial;
    text-decoration: none;
    border-radius: 5px;
}

.btn-blue {
    border: 1px solid #649bd2;
    background: url(../../i/btn/btn-blue.png) repeat-x top left !important;
    color: #fff !important;
    text-shadow: -1px -1px #366a9e;
}

.btn-blue:hover {
    color: #fff !important;
    text-shadow: -1px -1px #366a9e;
}

.btn-half-round {
    border-radius: 8px;
}

.btn-blue:focus,
.btn-blue:active {
    background-position: bottom left;
    position: relative;
    bottom: -1px;
    right: -1px;
}

.button {
    margin: 0 0 0 15px;
    padding: 5px 0px;
    font: bold 12px arial;
    text-decoration: none;
    border-radius: 5px;
}

.button-small {
    padding: 0 10px;
}

.button,
.button * {
    color: #656565;
}

.button-orange {
    border-color: #f06f00;
    background: #ff7800;
}

.button-orange,
.button-orange * {
    color: #fff;
}

.button:focus,
.button:active {
    bottom: -1px;
    position: relative;
    right: -1px;
}

.button-orange:not([disabled]):hover,
.button-orange:not([disabled]):focus,
.button-orange:not([disabled]):active {
    background-color: #dc6800;
}

.btn.order-translation {
    margin: 0;
    background: #ff7800;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
    line-height: 1.5em;
}

.btn.order-translation:hover,
.btn.order-translation:focus {
    background-color: #d96d00;
    border-color: #c60;
}

.website {
    padding: 35px 0 0 10px;
}

.website p:first-child {
    margin: 0 0 35px;
}

.label-16 {
    color: #000;
    font-size: 16px;
}

.translators .clearfix {
    padding: 6px;
}

.translators .clearfix li {
    margin: 0 10px;
    width: 94px;
    float: left;
    font-size: 11px;
}

.translators .clearfix .badges-24px li {
    margin: 0;
    width: 24px;
}

.translators .translator_name,
.translators .translater-img {
    text-align: center;
}

.translators .translater-img {
    padding: 0;
    height: auto;
}

.translators .translater-img li {
    padding: 5px;
    height: 74px;
    width: 74px;
    background: url("../../images/bg/translators_overlay.png") no-repeat 0 0;
}

.translators .translater-img img {
    height: 74px;
    margin: 0 auto;
    max-width: 74px;
    width: auto;
}

.badges li {
    overflow: hidden;
    display: inline-block;
}


/*FRAME CLASSES*/

.container_8.templ {
    margin-top: 130px !important;
    margin-bottom: 100px;
}

.disc {
    padding: 0 0 0 15px;
}

.disc * {
    margin: 0 0 7px;
    list-style-type: disc;
}

.position-r {
    position: relative;
}

.position-a {
    position: absolute;
}

.position-f {
    position: fixed;
}

.no-display {
    display: none;
}

.no-visible {
    visibility: hidden;
}

.no-styles {
    margin: 0;
    padding: 0;
    list-style: none;
}

.no-styles td {
    border: 0 none;
}

.no-underline,
.no-underline * {
    text-decoration: none;
}

.txt-upper,
.txt-upper * {
    text-transform: uppercase;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

.align-c {
    text-align: center;
}

.align-r {
    text-align: right;
}

.align-l {
    text-align: left;
}

.curs-help {
    cursor: help;
}

.even {
    background: #F5FAFE;
}

.btn,
.btn-round {
    padding: 4px 25px;
    border: 1px solid #dadada;
    border-radius: 4px;
    display: inline-block;
    overflow: visible;
    cursor: pointer;
    background: #e6e6e6;
}

.btn,
.btn * {
    text-decoration: none;
}

.btn.btn-nostyles,
.btn-nostyles {
    padding: 0;
    border: none 0;
    border-radius: 0;
    background: none;
}

.btn.no-rounded {
    border-radius: 0;
}

.btn-orange-opacity {
    padding: 0;
    border-radius: 15px;
    border: 4px solid rgb(230, 230, 230);
    border: 4px solid rgba(230, 230, 230, .3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 20px;
}

.btn-orange-opacity span {
    padding: 20px;
    border-radius: 11px;
    display: inline-block;
    background: #ff7800;
}

.btn-orange-opacity b {
    -o-text-shadow: 1px 2px 1px #aa5400;
    -ms-text-shadow: 1px 2px 1px #aa5400;
    -moz-text-shadow: 1px 2px 1px #aa5400;
    -webkit-text-shadow: 1px 2px 1px #aa5400;
    text-shadow: 1px 2px 1px #aa5400;
}

.btn-black-opacity {
    padding: 12px 20px;
    border-radius: 7px;
    border: none;
    background: url(../i/icons/wrapper-bg.png) repeat transparent;
}

.btn-black-opacity span {
    line-height: 27px;
    display: inline-block;
}

.btn-black-opacity span.btn-arrow {
    margin: 0 0 0 10px;
    padding: 0;
    width: 27px;
    height: 27px;
    background: url(../i/icons/video.png) no-repeat transparent;
}

.btn-round {
    border-radius: 25px;
    font-size: 60%;
}

.btn-small {
    padding: 0 10px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn,
.btn * {
    color: #656565;
}

.btn-orange,
input:not([type=checkbox]).btn-orange{
    padding: 2px 5px;
    border-color: #f06f00;
    background: #ff7800;
}

.btn-black {
    border-color: #333;
    background: #000;
}

.btn.btn-red {
    border-color: rgb(234, 110, 104);
    background: rgb(234, 110, 104);
    font-weight: bold;
    border-radius: 35px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 5px 20px;
    margin: 0;
}

.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:active {
    border-color: rgb(245, 91, 83) !important;
    background: rgb(245, 91, 83) !important;
}

.btn.btn-green {
    border-color: rgb(148, 224, 149);
    background: rgb(148, 224, 149);
    color: rgb(0, 0, 0);
    border-radius: 35px;
    font-size: 16px;
    padding: 5px 20px;
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active {
    border-color: rgb(110, 212, 111) !important;
    background: rgb(110, 212, 111) !important;
}

.btn-red,
.btn-red *,
.btn-green,
.btn-green *,
.btn-black,
.btn-black *,
.btn-orange,
.btn-orange * {
    color: #fff;
}

.btn.btn-abuse {
    background-image: none;
    padding: 4px 15px 3px 15px;
    border-color: #bd2d01;
    background: none;
    border-width: 2px;
    padding: 6px 15px;
    font-size: 14px;
}

.btn.btn-abuse * {
    color: #de3400 !important;
}

.btn.btn-abuse:hover,
.btn.btn-abuse.active {
    background: #de3400;
    right: 0;
    bottom: 0;
}

.btn.btn-abuse:hover *,
.btn.btn-abuse.active * {
    color: #ffffff !important;
}

.btn.btn-thank {
    background: none;
    color: #4aa101;
    border-width: 2px;
    padding: 6px 15px;
    font-size: 14px;
}

.btn.btn-thank * {
    color: #4aa101 !important;
}

.btn.btn-thank:hover,
.btn.btn-thank.active {
    background: #56b408;
    right: 0;
    bottom: 0;
}

.btn.btn-thank:hover *,
.btn.btn-thank.active * {
    color: #ffffff !important;
}

.btn-danger.btn-invert {
    color: #d23600;
    border-color: #d23600;
    background-color: white;
    padding: 10px 15px;
    font-size: 14px;
    border-width: 2px;
}

.btn-danger.btn-invert:hover {
    color: #ffffff;
    border-color: #d23600;
    background-color: #d23600;
}

.btn:not([disabled]):active,
.btn-round:not([disabled]):active {
    bottom: -1px;
    position: relative;
    right: -1px;
}

.btn-orange:not([disabled]):hover,
.btn-orange:not([disabled]):active {
    background-color: #dc6800;
}

.btn-green:not([disabled]):hover,
.btn-green:not([disabled]):active {
    background-color: #94E095;
}

.btn-red:not([disabled]):hover,
.btn-red:not([disabled]):active {
    background-color: #bd2d01;
}

.bordered {
    border: 3px solid #f4f4f4;
}

.bordered-e5 {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.border-b {
    border-bottom: 3px solid #f4f4f4;
}

.border-b-d {
    border-bottom: 2px dotted #f4f4f4;
}

.border-b.b-orange {
    margin: 0 0 15px;
    padding: 0 0 20px;
    border-bottom: 3px solid #ff7800;
}

.remove-link {
    margin: 0 5px 0 0;
    padding: 0 0 0 17px;
    line-height: 16px;
    background: url(../i/icons/remove.png) no-repeat scroll left 2px;
}

.clear {
    display: block;
    clear: both;
    font-size: 0px;
    height: 1px;
    overflow: hidden;
    line-height: 1px;
}

.clear_medium {
    display: block;
    clear: both;
    font-size: 0px;
    height: 10px;
    overflow: hidden;
    line-height: 1px;
}

.clear_small {
    display: block;
    clear: both;
    font-size: 0px;
    height: 5px;
    overflow: hidden;
    line-height: 1px;
}

.clear_big {
    display: block;
    clear: both;
    font-size: 0px;
    height: 20px;
    overflow: hidden;
    line-height: 1px;
}

.clear-b {
    display: inline-block;
    clear: both;
    width: 100%;
}

.w-200 {
    width: 200px;
}

.small-h {
    height: 30px;
}

.intro-section {
    margin: 0 auto;
    width: 1000px;
}

.more-arrow {
    padding: 0 15px 0 0;
    background: url(../i/icons/aside-arrows-orange.png) no-repeat right center;
}

.hr {
    margin: 25px 0;
    border-top: 1px solid #e6e6e6;
    color: #e6e6e6;
    clear: both;
}

.intro-section {
    margin: 0 auto;
    width: 1000px;
}


/*HEADER*/

#intro-header {
    padding: 25px 0 20px;
    background: url(../../frontend/i/bg-main_menu.png) repeat-x center top #fafafa;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    overflow: visible;
}

.activate-mm {
    padding: 10px 0 5px !important;
    background-color: transparent !important;
}

#intro-header .logo a {
    height: 35px;
    width: 235px;
    display: inline-block;
    background: url(../../frontend/i/blend-logo.svg) no-repeat left top;
    text-indent: -9999px;
}

.activate-mm .logo a {
    width: 35px !important;
}

#intro-header .trans-link.btn {
    margin: -5px 0 0 20px;
    padding: 10px 7px;
    display: none;
}

.activate-mm .trans-link.btn {
    display: block !important;
}

#intro-header .main-menu li,
#intro-header .main-menu .m-link b,
#intro-header .log-box {
    line-height: 35px;
}

#intro-header .main-menu li,
#intro-header .main-menu .m-link b,
#intro-header .lang-switch * {
    color: #808080;
    font-size: 14px;
}

#intro-header .main-menu li {
    display: inline-block;
}

#intro-header .main-menu .m-link:hover,
#intro-header .sub-menu li:hover {
    background: #ededed;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#intro-header .m-link .sub-item {
    margin: 0 -115px 0 0;
    right: 50%;
}

#intro-header .log-box .sub-item {
    top: 35px;
    right: -20px;
}

#intro-header .log-box .sub-arrow {
    width: 290px;
    background-position: 230px bottom;
}

#intro-header .log-box p.font-11 {
    margin: 0;
    line-height: 12px;
}

#intro-header .log-box p.first-p {
    margin-top: -10px;
}

#intro-header .sub-arrow {
    height: 10px;
    width: 230px;
    /*background: url(../../frontend/i/icons/arrow-mm.png) no-repeat center bottom; COMMENTED OUT. VOID REQUEST*/
}

#intro-header .sub-menu,
#intro-header .modal-login-box {
    padding: 4px 5px;
    background: #333;
    width: 220px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#intro-header .modal-login-box {
    padding: 15px 20px;
    width: 250px;
    right: 0;
}

#intro-header .modal-login-box input {
    margin: 0 0 10px;
    padding: 4px 5px 4px 30px;
    border-radius: 5px;
    width: 215px;
    line-height: 20px;
    /*background: url(../../frontend/i/icons/login-fields.png) no-repeat 5px 7px #fff; COMMENTED OUT.VOID REQUEST*/
}

#intro-header .modal-login-box #log-password {
    background-position: 5px -23px;
}

#intro-header .modal-login-box .btn {
    margin: 7px 0 10px;
    padding: 3px 0;
    width: 100%;
}

#intro-header .log-box .btn.log-open {
    background: #333333;
    border: 1px solid #dadada;
}

#intro-header .modal-login-box .btn b {
    -o-text-shadow: 1px 2px 1px #ba5900;
    -ms-text-shadow: 1px 2px 1px #ba5900;
    -moz-text-shadow: 1px 2px 1px #ba5900;
    -webkit-text-shadow: 1px 2px 1px #ba5900;
    text-shadow: 1px 2px 1px #ba5900;
}

#intro-header .sub-menu li:hover {
    background: #ff7800;
}

#intro-header .sub-menu li,
#intro-header .sub-menu li a {
    display: block;
}

#intro-header .sub-menu li a {
    padding: 10px 10px !important;
    color: #d9d9d9;
    text-transform: capitalize;
}

#intro-header .main-menu li.m-link a {
    padding: 0 10px;
}

#intro-header .lang-switch {
    margin: 0 20px 0 10px;
    width: 160px;
}

#intro-header .lang-switch ul {
    padding: 0 10px;
    top: 0;
    right: 0;
    line-height: 35px;
    height: 35px;
    width: 140px;
    overflow: hidden;
    background: url(../../frontend/i/icons/aside-arrows-grey-hor.png) no-repeat 147px 13px #fff;
}

#intro-header .lang-switch ul:hover {
    height: auto;
    width: auto;
    left: 0;
    background-image: none;
    z-index: 15;
}

#intro-header .lang-switch ul li {
    display: none;
}

#intro-header .lang-switch ul li.active {
    display: block;
}

#intro-header .lang-switch ul:hover li,
#intro-header .lang-switch ul li a {
    display: block;
    line-height: 35px;
}

#intro-header .lang-switch ul li a {
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
}

#intro-header .btn {
    padding: 5px 10px;
    font-size: 13px;
}


/*FOOTER*/

#intro-footer {
    padding: 50px 0 100px;
    background: #383838;
}

#intro-footer h5,
#intro-footer * {
    font: normal 13px/25px open_regular;
}

#intro-footer .f-links {
    margin: 0 0 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #515151;
}

#intro-footer .f-links div {
    width: 200px;
    overflow: hidden;
}

#intro-footer ul,
#intro-footer .share-lnk {
    margin: 0 0 30px;
}

#intro-footer ul a {
    color: #ecf0f1;
}

#intro-footer ul img {
    margin: 0 0 15px;
}

#intro-footer .f-sub {
    margin: 0 0 15px;
}

#intro-footer .f-sub .align-c {
    margin: 0;
    line-height: 20px;
}

#intro-footer .f-sub .c-white {
    margin-bottom: 15px;
    line-height: 20px;
}

.apitoken p {
    margin: 0;
}

.apitoken input[type=text] {
    margin: 5px 10px 10px 0;
}

.lang-blk label {
    display: inline-block;
    line-height: 20px;
    margin: 5px 0;
    width: 100px;
}

.glossary-files .file-blk {
    float: right;
}

.file-blk p {
    line-height: 20px;
    margin: 5px 0;
}

.glossary-files .btn-blk {
    padding: 10px 0;
}

.btn-blk button {
    width: 160px;
}

.glossary-item {
    font-size: 0;
    line-height: 0;
}

.glossary-item .gloss-col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
    text-align: center;
    width: 25%
}

.glossary-files h2 {
    padding-right: 35px;
}

.glossary-files.loading h2 {
    background: url('../../images/icons/wait-large.gif') no-repeat right center;
}


/* PROFILE */

#BAtable td {
    padding-left: 5px;
    padding-right: 5px;
}

#BAtable input {
    max-width: 75px;
}

#affiliateDate {
    width: 150px;
}

#availability-days>div {
    margin: 0 0 10px;
}

#availability-days label {
    display: inline-block;
    box-sizing: border-box;
    padding: 3px;
    background: #FFDFA4;
    border-radius: 4px;
}

#availability-days label.active {
    color: #fff;
    background: #ff7800;
    border-radius: 4px;
}

#availability-hours>div {
    display: none;
    transition: all 0.5s;
}

#availability-hours>div.active {
    display: block;
}

#availability-days input[type='checkbox'] {
    margin-right: 0;
}

#tz-by-country {
    color: #3f6e9e;
    cursor: pointer;
    margin-left: 10px;
}

#tz-by-country:hover {
    text-decoration: underline;
}

.transReviewBtn {
    position: fixed!important;
    right: 0;
    top: 40%;
    transform: rotate(-90deg) translateY(98px);
    overflow: hidden;
    bottom: auto !important;
    border-radius: 0;
    padding: 0 25px;
    font-size: 18px;
    font-weight: bold;
    background-color: rgb(98, 181, 91);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.transReviewBtn:hover,
.transReviewBtn:focus,
.transReviewBtn:active {
    background-color: rgb(74, 161, 1);
}

/* PROJECT NEW LAYOUT*/

.project-page-layout * {
    font-family: 'Manrope';
}

.project-page-layout {
    width: 1024px;
    margin: 0 auto;
}

@media screen and (max-width: 1150px) {
    .project-page-layout {
        padding: 0 10px;
        box-sizing: border-box;
        width: 100%;
    }
}

/*PROJECT TYPE*/

.header-new {
    background: white;
    padding: 20px;
    border-bottom: 1px solid rgb(233, 233, 242);
    margin-top: 73px;
}

.header-new .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-new .header-content .project-data,
.header-new .header-content .project-data .project-number {
    font-size: 24px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    max-width: 75%;
}

.header-new .header-content .start-new-project-btn {
    background-color: rgb(88, 87, 255);
    padding: 10px 16px;
    border-radius: 8px;
}

.header-new .header-content .start-new-project-btn:hover {
    background: rgb(106, 112, 255);
    cursor: pointer;
}

.header-new .header-content .start-new-project-btn a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 16px;
}

/*PROJECT DETAILS*/

.project-details-block {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 20px;
    margin-bottom: 10px;
}

.project-details-block .project-and-user-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: rgb(69, 77, 85);
    position: relative;
}

@media screen and (max-width: 800px) {
    .project-details-block .project-and-user-details {
        flex-direction: column;
    }

    .project-details-block .project-and-user-details > div {
       width: 100%;
    }
}

.project-details-block .project-and-user-details > div {
    width: 50%;
}

.project-details-block .project-and-user-details .translator-details {
    display: flex;
    flex-direction: column;
}

.project-details-block .project-and-user-details .ai-assist {
    color: #a5a5a5;
}

.project-details-block .managers-details {
    display: flex;
    flex-direction: column;
}
.project-details-block .managers-details > div {
    color: rgb(69, 77, 85);
}

.project-details-block-title {
    font-size: 20px;
    font-weight: 700;
    color: rgb(0, 0, 0);
}

.project-details-block-title .title-sub-header {
    font-size: 16px;
    color: rgb(118, 128, 146);
}

.project-details-block-content,
.project-details-block-content > p,
.project-details-block-content > div {
    font-size: 16px;
    color: rgb(69, 77, 85);
    margin: 0;
}

.project-details-block-content a {
    font-size: 16px;
}

.project-details-block-content b {
    font-weight: bold;
}

.project-details-block-content ul.badges {
    flex-flow: row wrap;
    width: 100%;
    margin-top: 20px;
}

.project-details-block-content ul.badges li {
    display: none;
}

.project-details-block-content ul.badges li.expedite-badge {
    display: inline-block;
}

.project-details-block-content ul.badges li.expedite-badge img {
    width: 35px;
}

.project-details-block-content .reduction-table table {
    display: block;
    width: 465px;
}

.project-details-block-content .curs-pointer {
    cursor: pointer;
}

.project-details-block-content .curs-pointer > div {
    font-size: 16px;
    text-decoration: underline;
}

.project-details-block-content .curs-pointer > div:hover {
    text-decoration: none;
}

/*TRANSLATOR DETAILS*/

.translator-container {
    display: grid;
    grid-template-columns: 92px 66px 300px;
    justify-content: space-between;
    margin-top: 10px;
    padding: 5px
}

.translator-container .translator-avatar img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 50%;
}

.translator-container .translator-badges ul.badges {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.translator-container .about-translator,
.translator-container .about-translator > div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(0, 0, 0);
}

.translator-container .about-translator .translator-name {
    font-size: 20px;
    font-weight: bold;
}

.translator-container .translator-block {
    display: flex;
}

.translator-container .translator-block div:first-child {
    max-width: 170px;
    padding-right: 10px;
}

.translator-container .translator-block .certified-translator {
    width: 120px;
}

.add-to-myteam {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
}

.add-to-myteam  .whatIs {
    color: rgb(118, 128, 146);
    margin-left: 15px;
}

/* PROJECT STATUS */

.status-description {
    font-size: 14px;
    font-weight: bold;
    max-width: 500px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 4px;
}
.status-description-important {
    font-size: 18px;
}

.status-description a {
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

/* PROJECT INFO*/

.project-info-block-new {
    margin: 0 0 10px 0;
}

.project-info-block-new .statusbar-info {
    position: relative;
}

.project-info-block-new .statusbar-info .status-buttons {
    position: absolute;
    right: 0;
    z-index: 12;
}

.project-files-view {
    margin-bottom: 10px;
    background: rgb(255, 255, 255);
}

.status-new {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width: 150px;
    margin: 0 40px 0 0;
    font-weight: bold;
    display: inline-block;
    line-height: 45px;
}

.due-time-project {
    display: -moz-inline-grid;
}

.aside-menu-new {
    background: white;
    padding: 10px;
    border: 1px solid rgb(210, 214, 217);
    margin-bottom: 5px;
    min-width: 280px;
}

.aside-menu-new p {
    margin: 0;
}

.pane-content-new {
    background: white;
    max-width: 280px;
    min-width: 280px;
    margin-top: 5px;
}

.pane-content-new #abandon-project {
    margin-bottom: 10px;
}

.pane-content-new button {
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid rgb(211, 211, 211);
    background-color: rgb(238, 238, 238);
}

.pane-content-new button[disabled] {
    cursor: not-allowed;
    background-color: rgb(238, 238, 238);
}

.pane-content-new button:hover {
    background-color: rgb(227, 227, 227);
}

.pane-content-new button[disabled]:hover {
    background-color: rgb(238, 238, 238);
}

.email-options-icon b {
    background: url(../../i/icons/emaling-option.svg) no-repeat left;
    background-size: 20px;
    padding-left: 35px;
}

.dispute-icon b {
    background: url(../../i/icons/dispute.svg) no-repeat left;
    background-size: 20px;
    padding-left: 35px;
}

.add-words-icon b {
    background: url(../../i/icons/add-words.svg) no-repeat left;
    background-size: 20px;
    padding-left: 35px;
}

.add-time-icon b {
    background: url(../../i/icons/add-time.svg) no-repeat left;
    background-size: 20px;
    padding-left: 35px;
}

.status-icon {
    background: url(../../i/icons/status-icon.svg) no-repeat;
}

.new-rate-section {
    display: flex;
    background: #E9E9F2;
    color: #454D55;
    padding: 3px 0 0 10px;
    border-radius: 8px;
    margin-left: 10px
}

.new-arrow-rate-down {
    background: url(../../i/icons/new-arrow-down.svg) no-repeat;
    padding: 0 0 0 15px;
    margin: 4px;
}

.status-new .project-due {
    display: flex;
    flex-direction: column;
    padding: 4px 0;
}

.top-zero {
    margin-top: 0;
}

.background-none {
    background: none;
}

.padding-left-35 {
    padding-left: 35px;
}

.padding-left-35 {
    padding-right: 35px;
}

.min-width-project-details {
min-width: 100%;
}

.badges-translator {
    display: flex;
    flex-direction: column; 
    flex-wrap: wrap;
    max-height: 80%;
}

.warning-box {
    padding: 10px;
    text-align: center;
}

.warning-box p {
    margin: 0;
}

.warning-box p a {
    color: rgb(255, 255, 255);
}

.width-680px {
    width: 680px;
}

.reply-btn {
    margin-top: 10px;
}

.post-btn {
    background: #5857FF;
    border-radius: 35px;
}

.admin-block-category {
    width: 175px;
    font-weight: 600;
}

.project-myteam {
    position: relative;
    height: 400px;
    overflow: auto;
}

.rate-section {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.please-rate {
    font-size: 14px;
    background: none;
    margin-bottom: 5px
}

.feedback-comment {
    font-size: 16px;
    color: #768092;
}

.rate-link {
    margin: 0 5px;
    text-decoration: underline #454D55;
    cursor: pointer;
}

.blend-logo-svg {
    max-width: 100%;
    width: 400px;
}

.proofreading-layout {
    height: 30px;
    width: 100px;
}

.upload-input {
    height: 30px;
    width: 200px
}

.review-box {
    height: 30px;
    width: 100px;
}

.reference-files-form {
    position: relative;
}

.reference-files-form > div {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.reference-files-form > div.deleted.reference {
    width: unset !important;
}

.reference-files-form div p.pf.pf-info {
    margin: 0 0 0 10px;
    width: 400px;
    display: flex;
    align-items: center;
}

.reference-files-form div p.pf.pf-info > a.sprite-file-extension {
    text-overflow: ellipsis;
    width: inherit;
    overflow: hidden;
}

.reference-btn {
    margin: 0 20px 15px 0;
}

.comments-and-social {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

@media screen and (max-width: 1150px) {
    .comments-and-social {
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-end;
    }

    .comments-and-social > .col > .discuss-block {
        width: auto;
    }

    .comments-and-social > .col {
        width: 100%;
    }
}

.comments-and-social h4 {
    font-weight: bold;
}

.comments-and-social .text-area:hover:after {
    top: 50px;
}

.border-box {
    box-sizing: border-box;
}

/* Flex */
.flex {
    display: flex;
}

.flex-no-wrap {
    flex-wrap: nowrap;
}

.flex-gap-10px {
    gap: 10px
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-grow-2 {
    flex-grow: 2;
}

.flex-basis-33 {
    flex-basis: 33%;
}

/* font size */
.fs-14px {
    font-size: 14px;
}

/* width */
.w-100px {
    width: 100px;
}

/* Margin */
.mb-20px {
    margin-bottom: 20px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-0px {
    margin-bottom: 0;
}

.ml-15px {
    margin-left: 15px;
}

.ml-0px {
    margin-left: 0;
}

.mt-10px {
    margin-top: 10px;
}

/* Padding */
.pl-15px {
    padding-left: 15px;
}

/* Font */
.fs-20px {
    font-size: 20px;
}
/*END NEW LAYOUT*/
