﻿/*ADD FONTS*/

@font-face {
    font-family: 'SegoeUISemibold';
    src: url('fonts/segeo-ui-semibold-webfont.eot');
}

@font-face {
    font-family: 'SegoeUISemibold';
    src: url(//:) format('no404'), url('fonts/segeo-ui-semibold-webfont.woff') format('woff'), url('fonts/segeo-ui-semibold-webfont.ttf') format('truetype'), url('fonts/segeo-ui-semibold-webfont.svgz#SegoeUISemibold') format('svg'), url('fonts/segeo-ui-semibold-webfont.svg#SegoeUISemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: local('Manrope Regular'), url('fonts/Manrope/Manrope-Regular.ttf') format('truetype');
}

/*FRAME RULES*/

label,
input:not([type=text]) {
    cursor: pointer;
}

.sample-check input[type="checkbox"] {
    height: 20px;
    display: inline-block;
    width: 12%;
}

.sample-check label {
    vertical-align: bottom;
}

input[disabled],
input[readonly] {
    background-color: #ebebe4;
    border: 1px solid #a9a9a9;
    cursor: auto !important;
    opacity: 0.5;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.no-display {
    display: none;
}

.no-visible {
    visibility: hidden;
}

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

.inline_b-display,
.inline_b-display li {
    display: inline-block;
}

.c-orange {
    color: #Ff7800;
}


/*VALIDATION RULES*/

.validation-fail {
    color: red;
    bottom: 0;
    left: 0;
}

.form-field {
    margin-bottom: 0;
    padding-bottom: 15px;
    display: block;
}


/*FACEBOOK ELEMENTS*/

.fb-login-button.size-middle {
    height: 25px;
    width: 187px;
    background-color: #5F78AB;
    overflow: hidden;
    display: inline-block;
}

.fb-login-button span,
.fb-login-button iframe {
    width: 187px! important;
    height: 25px! important;
}


/*HOME PAGE*/

.target-list {
    margin-top: 0;
}

.target-select,
.target-list label {
    margin: 0 0 5px;
    display: inline-block;
    position: relative;
    cursor: default;
    width: 100%;
}

.target-list .contry-name {
    padding: 0 10px;
}

.target-list .remove-ico {
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.new-modal-style .lang-choose .ajax-alert {
    display: none;
}


/*MY ACCOUNT*/

.inplaceeditor-form .editor_field {
    width: 667px;
    resize: none;
}


/* MyTeam */

.profileMyTeam .vacation {
    background: #ff000078;
    display: inline-block;
    padding: 3px;
    font-size: 8px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    top: 5px;
    width: 115px;
    border-radius: 5px;
}

.profileMyTeam .not-available {
    font-size: 8px;
    background: rgba(102, 51, 153, 0.29);
    width: 115px;
    padding: 4px;
    border-radius: 5px;
    position: absolute;
    top: 5px;
}

.profileMyTeam .warn {
    color: red;
    text-align: center
}

.profileMyTeam .active {
    color: green;
    text-align: center
}

.user-stats span {
    display: block;
}

.remove-trans {
    color: red;
}

.remove-trans:hover {
    color: red;
    text-decoration: none;
}

.activeness {
    font-size: 0.8em;
    margin-right: 10px;
    display: inline-block;
}

.availability {
    position: relative;
    height: 50px;
}

.modal {
    position: fixed;
    padding: 30px 20px 0 10px;
    z-index: 99999;
    top: 200px;
    width: 50%;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.modal .content {
    position: relative;
    padding: 50px 20px;
    border-radius: 8px;
    background-color: #f3f3f3;
    box-shadow: rgba(112, 128, 175, 0.2) 0 16px 24px 0;
    transform: scale(0);
    transition: transform 300ms cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.modal .close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: url(../frontend/i/icons/btn/close-btn.png) no-repeat left top;
    min-width: 17px;
    min-height: 17px;
}

.modal .close:hover {
    background-position: left bottom;
}

.modal.open {
    opacity: 1;
    visibility: visible;
}

.modal.open .content {
    transform: scale(1);
}

.profileMyTeam .table {
    display: table;
    width: 100%;
}

.profileMyTeam .tableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}

.profileMyTeam .tableRow {
    display: table-row;
}

.profileMyTeam .tableCell,
.profileMyTeam .tableHead {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #999999;
    text-align: center;
}

.profileMyTeam .tableBody {
    display: table-row-group;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #0b5fa1;
}

input:focus+.slider {
    box-shadow: 0 0 1px #0b5fa1;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.toggleBox {
    float: right;
}
.toggleBox span:first-child {
    display: block;
    text-align: center;
}

.user-tag {
    float: right;
}

.tag-title {
    margin: 0 10px;
    padding: 5px 10px;
    border: 1px solid darkred;
    border-radius: 5px;
    color: darkred;
    font-size: 9px;
}


.lp-filters-block {
    float: right;
}

.lp-filter {
    margin-right: 50px;
}


/*AJAX FEATURES*/

.wait.hidden {
    display: none;
}

.wait {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icons/wait.gif) no-repeat left center;
}

.wait.hidden {
    display: none;
}

.wait-large {
    height: 32px;
    background: url(../images/icons/wait-large.gif) no-repeat left center;
}

.wait-large.with-txt {
    margin: 30px 0 0;
    padding: 0 0 0 40px;
    display: inline-block;
    height: 32px;
    font: 18px/32px SegoeUISemibold;
    text-align: left;
}

.wait.el-wrapper {
    padding: 0 0 0 13%;
    display: block;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 87%;
    height: 25px;
    line-height: 25px;
    z-index: 3;
}

.ajax-alert-short {
    display: block;
    color: red;
    font-weight: bold;
    cursor: help;
}

.ajax-alert-short:hover {
    text-decoration: underline;
}

.ajax-alert-more {
    float: left;
    width: 100%;
}

.uploadFileContainer .wait {
    padding: 0 20px 0 0;
    background-position: top right;
    width: auto;
}

.pricing-body .removeLanguage,
.pricing-body .add-language,
.pricing-body .save,
.pricing-body .addNew,
.pricing-body .remove-current {
    background: none repeat scroll 0 0 #FF7600;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}

.pricing-body .group .remove-current {
    font-size: 11px;
}

.pricing-body .window-title {
    cursor: pointer;
}

.pricing-body .window-content {
    display: none;
}

.pricing-body .window-content.show {
    display: block;
}

.pricing-body .window-content label {
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-right: 20px;
    font-size: 18px;
}

.pricing-body .window-content .currency-price div {
    padding: 5px;
}

.pricing-body .window-content {
    padding: 10px;
}

.pricing-body .window-content .buttons {
    padding-top: 10px;
}

.pricing-body .save {
    float: left;
}

.pricing-body .addNew {
    float: right;
}

.pricing-body .window {
    padding: 2px;
}

.window .window-title {
    background: url(../i/icons/minus-plus.png) no-repeat 99% -40px #CDDBDC;
    padding: 4px 4px 8px 4px;
}

.window .window-body {
    padding: 4px 4px 8px 4px;
}

.window .window-body form {
    padding: 5px;
}

.window .window-body table {
    padding: 5px 0;
}

.window .title,
.window .data-header {
    background: url("../i/icons/minus-plus.png") no-repeat scroll 99% -38px #9EAEA3;
    padding: 6px;
    cursor: pointer;
}

.window .title {
    background-color: #CDDBBE;
    border: 1px solid #000;
    margin-top: 5px;
}

.window .languagePair {
    margin: 5px 0;
}

.window .title input {
    font-size: 13px;
    text-indent: 10px;
}

.window .action {
    padding: 10px;
    background: #eee;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.window .title h3 {
    margin: 0;
}

.window .error {
    border: 1px solid #FF564D;
}

.window .window-body .rule {
    padding: 10px 0;
}

.window .window-title h3 {
    margin: 0;
    font-size: 16px;
}

ul.bigTabs {
    height: auto;
    overflow: hidden;
}

.project-rule-table th,
.project-rule-table td {
    padding: 10px;
}

.project-rule-table td input {
    width: 60px;
}

.project-rule-table .select-column {
    width: 200px;
}

.window .selects {
    display: inline-block;
}

.window .languagePair select,
.window .selects select {
    min-width: 80px;
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
}

.window .languagePair select {
    width: 355px;
    margin: 0 10px 0 0;
    vertical-align: top;
}

.window .languagePair .removeLanguage {
    width: 130px;
    display: inline-block;
    text-align: center;
}

.grid_8.credit-actions_wrapper {
    margin-left: calc((956px - 100%) * 2);
    width: auto;
}

/*NOTIFICATION*/

.container_8 .grid_8 {
    display: inline-block;
    clear: both;
    float: none;
}

.note {
    margin: 30px 0 0;
    background: #d2d2d2;
    clear: both;
    font-size: 100%;
    z-index: 999;
}

.note.yellow {
    background: #fbe872;
}

.note .content {
    margin: 0 auto;
    padding: 15px 10px;
    width: 956px;
}

.note .content .close-btn {
    background: url(../frontend/i/icons/btn/close-btn.png) no-repeat left top;
    min-height: 17px;
    min-width: 17px;
    top: 15px;
    right: 10px;
}

.c-grey_00,
.c-grey_00 * {
    color: #434343 !important;
}

#managerTable table {
    width: 500px;
}

#managerTable table th,
#managerTable table td {
    padding: 5px;
    min-width: 140px;
}

#managerTable .add-button {
    padding-left: 5px;
    cursor: pointer;
}

#managerTable .remove {
    cursor: pointer;
}

#admin_affiliate .short-input {
    width: 60px;
}

#admin_affiliate .medium-input {
    width: 90px;
}

#admin_affiliate label,
#admin_affiliate span {
    display: inline-block;
    min-width: 100px;
}

#admin_affiliate span.date {
    min-width: 40px;
}

#status,
#successful_save {
    color: red;
}

#save {
    height: 45px;
    width: 80px;
    color: #3f6e9e;
}

.swal-footer {
    display: flex;
    justify-content: space-around;
}

.swal-button-container .swal-button--passed {
    background-color: green;
}

.swal-button-container .swal-button--passed:hover {
    background-color: #0c6707;
}

.swal-button-container .swal-button--failed {
    background-color: #d23600;
}

.swal-button-container .swal-button--failed:hover {
    background-color: #b02c01;
}

.swal-button-container .swal-button--cancelled {
    background-color: #F06F00;
}
.swal-button-container .swal-button--cancelled:hover {
    background-color: #c95900;
}

.action-links {
    display: block;
}

.action-links.finished {
    cursor: not-allowed;
    color: darkgrey;
    text-decoration: none;
}

#exam_dropdown {
    padding: 7px;
}

#generate_link {
    margin-top: 5px;
    margin-left: 40px;
}

.examBlock .desc {
    width: 70%;
    float: left;
}

#resetVerifyTries {
    background-color: orange;
}

#resetVerifyTries:hover {
    background-color: darkorange;
}

td.data-grid-featuresHistoryTable-column-Config {
    word-break: break-all;
}

#addAclTermForm {
    width: 600px;
}

#addAclTermForm input[type="text"] {
    width: 270px;
}

#addAclTermForm textarea {
    width: 100%;
}

#jobtypeform .form-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    height: 100%;
}

#jobtypeform .box {
    width: 240px;
    margin: 10px;
}

#jobtypeform .box fieldset {
    min-height: 395px;
    background: #f1f1f1;
    border: 1px solid #bbb;
}

.container_8 .grid_8 .no-display {
    display: none;
}

.container .pageSuccess {
    float: unset;
    position: absolute;
    top: 70px;
}

.check-mark:before {
    content: '\2713';
    color: green;
    font-size: 2em;
    padding-left: 25px;
}

.x-mark:before {
    content: '\00d7';
    color: red;
    font-size: 2em;
    padding-left: 25px;
}

#toggle_trans_ref {
    margin-top: 20px;
    padding: 5px;
}

.user-availability {
    font-size: 10px;
    color: red;
    margin-left: 50px;
    font-weight: bold
}

ul.mainNav {
    z-index: 100 !important;
}

.content .grid_8 .wide_grid {
    z-index: 50;
}

.main-header {
    background-color: rgb(0, 0, 0);
    max-width: unset!important;
    margin-top: -18px!important;
}

.header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
}

.main-layout .header {
    position: relative;
    min-width: 976px;
    max-width: unset;
}

.profile-content {
    margin-top: 50px;
    padding-top: 20px;
}

.header .main-logo {
    width: 15%;
    margin-left: 25px;
}

.header .main-menu {
    width: 50%;
}

.header .main-menu .menu-items {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.header .menu-items li a {
    font-family: 'Manrope', Inter, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    display: block;
    padding: 26px 15px;
    line-height: 20px;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.header .menu-items li a:hover {
    color: rgb(138, 136, 255);
}

.header .userMenu {
    width: 15%;
}

.header .userMenu .delimiter {
    padding: 0 5px;
}

.header .userMenu .user-name {
    font-weight: 600;
}

.header .userMenu a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.header .userMenu a.logout {
    color: rgb(210, 214, 217);
}

.header .userMenu a:hover,
.header .userMenu a:focus {
    color: rgb(138, 136, 255);
}

@media all and (min-width: 1000px) {
    .container_8 .wide_grid,
    .container_8.clearfix.wide_grid,
    .container_8.wide_grid.clearfix.content,
    .container_8.wide_grid.clearfix.content>.grid_8,
    .container_8 .grid_8 .wide_grid,
    .container_8 .grid_6 .wide_grid {
        width: 90vw;
        max-width: 1600px;
        margin-left: 30px;
    }
    .main-header.container_8.wide_grid {
        width: 100%;
        margin: 0;
        background: rgb(0, 0, 0);
    }
    .project-view-content {
        overflow: auto;
    }
    .container_8.wide_grid.clearfix.content #projects {
        width: 95%;
    }
    .container_8.wide_grid.clearfix.content #projectsTable_wrapper {
        width: 90vw;
    }
    .container_8.wide_grid.clearfix.content #projectsTable_wrapper #projectsTable {
        margin: 0;
    }
    .header .main-logo {
        margin-left: 50px;
    }
    .main-layout .header .main-logo {
        margin-left: 40px;
    }
}