@charset "UTF-8";
/*
    Created on : 9 may. 2023, 16:57:16
    Author     : igallego
*/
/*$fontOpen: 'Open Sans';
$fontOpenReg: 'Open Sans Regular';
$fontOpenSemiBd: 'Open Sans SemiBold';
$fontOpenBd: 'Open Sans Bold';
$fontRaleMed: 'Raleway Medium';
$fontRaleBd: 'Raleway Bold';
$fontRaleSemiBd: 'Raleway SemiBold';
$fontRaleReg: 'Raleway Regular';
$fontRaleIta: 'Raleway italic';
$fontCalibriLi: 'Calibri Light';
$fontCalibriBd: 'Calibri Bold';
$fontCalibriReg: 'Calibri Regular';*/
/* verde corporativo AT Language Solutions */
/* rojo AT Language Solutions para los botones de borrar */
/* gris corporativo AT Language Solutions (textos) */
/* color corporativo AT Language Solutions */
/* color corporativo AT Language Solutions */
/* imagen traductores a la mesa */
/* color de default de los botones */
/*
    Created on : 29 jun. 2023, 12:16:06
    Author     : igallego
*/
/* ********************** */
/* General and login page */
/* ********************** */
* {
  margin: 0;
  padding: 0;
}

select, button, input[type=checkbox] {
  cursor: pointer;
}

a {
  color: #26C3D9;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  color: #c5ddd4;
}

a:-webkit-any-link {
  text-decoration: none;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center !important;
}

.text-underline {
  text-decoration: underline !important;
}

.clear {
  clear: both;
}

#footer .container-fluid .row {
  margin-right: 0px;
  margin-left: 0px;
}

.form-control {
  height: 40px;
  font-size: 16px;
  border: 1px solid #808080;
}

.form-control::placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #CCCCCC;
  opacity: 1; /* Firefox */
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
}

html, body {
  height: 100%;
}

h2 {
  font-size: 28px;
  color: #26C3D9;
  font-weight: 700;
}

label {
  font-weight: normal;
}

.out_user_box_progress {
  float: right;
  line-height: 12px;
  font-size: 14px;
  font-weight: 700;
  margin-right: -15px;
  z-index: 16;
  position: relative;
  color: #26C3D9;
  text-align: right;
  top: 10px;
}

.out_user_box_progress a {
  color: #646464;
}

#wrapper {
  min-height: 100%;
  position: relative;
  height: auto !important;
  margin: 0 auto;
  padding-bottom: 93px;
}

#login-content {
  min-height: 100%;
}

#login-content .inner-wrapper {
  margin-top: 20px;
}

.inner-wrapper {
  width: 100%;
  max-width: 1330px;
  margin: auto;
  padding: 0 20px;
}

.at-green-text {
  color: #26C3D9;
}

.at-grey-text {
  color: #999a9d;
}

.language-solutions-logo-wrapper {
  position: relative;
  top: 20px;
  width: 90%;
}

.language-solutions-logo-wrapper img {
  width: 400px;
}

.main-menu-wrapper {
  width: 90%;
  background-color: #e9e9e9;
  position: relative;
  top: 0;
  margin: auto;
  border-radius: 5px;
}

#register-wizard,
#breadcrum-bar {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: -1;
  margin-top: -7px;
}

.message_err {
  color: #C1272D;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.message_err.newuser {
  text-align: left;
}

#LOGIN_CONFIRM_PASSWORD_err,
#ACEPTACION_PRIVACY_err,
#ADVERTISING_err,
#EMPTY_FIELD_err {
  display: none;
}

.header_user_box {
  color: #555555;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.header_log_out {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  text-align: right;
}

/* Estilo solo para el hover Menú de primer nivel */
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #26C3D9;
}

.nav li a {
  color: #999999;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}

.nav > li > a {
  display: table-cell;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 17px;
  font-family: "Open Sans";
}

.navbar-toggle {
  color: #999a9d;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar {
  background-color: transparent;
  border: none;
  background-image: none;
  min-height: 0;
  margin-bottom: 0;
  margin-top: 27px;
  clear: both;
}

.navbar-fixed-top {
  position: relative;
  z-index: 0;
}

.menu-item {
  display: inline;
  text-transform: uppercase;
}

.item-active {
  color: #646464 !important;
  font-weight: bold;
}

.small-wrapper {
  max-width: 650px;
}

.login-wrapper {
  position: relative;
  top: 0px;
  margin: auto;
}

.login-wrapper .control-label {
  color: #4d4d4d;
  font-weight: 400;
  text-align: right;
  cursor: pointer;
}

.remind-content-header,
.login-content-header {
  text-align: center;
}

.login-content-header img {
  width: 120px;
  height: auto;
  margin: 0 auto 10px;
}

.login-input-wrapper .form-group label, .login-input-wrapper .form-group input {
  display: inline-block;
}

.login-input-wrapper .form-group input {
  width: 65%;
  float: right;
}

.login-input-wrapper .form-group label {
  padding: 8px 0 0;
}

.btn-company-color {
  background: #26C3D9;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  min-width: 170px;
  height: 45px;
}

.btn-company-color:active {
  opacity: 0.9;
}

.btn-company-color:hover,
.btn-company-color:focus {
  background-color: #c5ddd4;
  color: #FFFFFF;
  outline-offset: 0px;
}

.btn-center {
  display: block;
  margin: 0px auto 0.8em;
}

#newuserconfirm {
  display: none;
}

.newUserButton {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5em;
}

.newuser-span {
  font-size: 18px;
  color: #808080;
  text-align: center;
}

#BUTTON_HOME_SEND {
  font-size: 14px;
}

#BUTTON_HOME_LOGIN, #newuserbtn, #cancelbtn, #sendChangePassword, #BUTTON_REMIND_SEND {
  margin: 0;
  margin-bottom: 5px;
  width: 100%;
}

#login_form_customer label[for=ACEPTACION_PRIVACY] {
  font-size: 12px;
}

#instructions span {
  background: #0fc0a9;
  color: #FFFFFF;
  border-radius: 35px;
  height: 21px;
  width: 21px;
  display: inline-block;
  text-align: center;
  margin-left: 49%;
  margin-bottom: 10px;
}

#footer {
  height: 93px;
  width: 100%;
  margin-top: -93px;
}

.push {
  height: 10px;
  width: 100%;
  clear: both;
}

.footer-top-wrapper {
  height: 50px;
  background: #999a9d;
  padding-bottom: 5px;
}

.footer-bottom-wrapper {
  height: 38px;
  background: #666;
  text-align: center;
}

.footer-legal-links {
  list-style: none;
}

.footer-legal-links li {
  text-align: center;
}

.footer-legal-links li a {
  color: #fff;
  font-size: 0.8em;
}

.footer-bottom-wrapper p {
  color: #fff;
  padding: 10px 0 0;
  font-size: 0.85em;
}

.modal-header {
  border-bottom: 0;
}

.modal-header img {
  width: 30px;
}

.modal-img-sm {
  width: 30px;
  margin-right: 5px;
  vertical-align: bottom;
}

.modal-header .close {
  opacity: 1;
  outline: 0;
  margin-top: -12px;
  margin-right: -12px;
}

.modal-content {
  border: 3px solid #26C3D9;
}

.modal-body p {
  font-size: 16px;
  color: #666666;
}

p.modal-bold-text-justify {
  text-align: justify;
  font-family: Open Sans Bold;
  font-size: 17px;
}

.modal-bold-link {
  text-align: justify;
  font-family: Open Sans Bold;
  font-size: 15px;
  color: #b3b3b3;
}

a.modal-bold-link-underline {
  font-family: Open Sans Bold;
  font-size: 14px;
  text-decoration: underline;
}

.modal-footer {
  border-top: 0;
  text-align: center;
  margin-top: 0;
  padding: 0 20px 35px;
}

.modal-title {
  font-family: open sans bold;
  font-size: 22px;
  color: #26C3D9;
}

.modal-button {
  background: #26C3D9;
  color: #FFFFFF;
  font-family: Open Sans Bold;
  font-size: 18px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nopadding {
  padding-left: 0;
}

#newuserconfirm .nopadding a {
  white-space: nowrap;
}

/* ***************** */
/*  Wizard Style     */
/* ***************** */
#register-wizard {
  display: none;
}

.wizard-bar {
  list-style: none;
  overflow: hidden;
  color: #999999;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

.wizard-bar__number {
  background: #ffffff;
  color: #e6e6e6;
  font-family: open sans bold;
  font-size: 80px;
  position: relative;
  padding-right: 5px;
  padding-left: 30px;
  text-align: right;
  width: 86px;
  height: 60px;
  margin-top: -30px;
}

li.wizard-bar__number:first-child {
  padding-left: 5px;
  width: 52px;
}

.wizard-bar__steps {
  background: #dddddd;
  color: #999;
  width: 30%;
  position: relative;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wizard-bar__steps--text {
  font-size: 20px;
}

.wizard-bar .current {
  background: #26C3D9;
  color: #fff;
  font-weight: 600;
}

.wizard-bar .current:after {
  border-left: 30px solid #26C3D9;
}

.wizard-bar .current-number {
  color: #26C3D9;
}

.wizard-bar .doit {
  background: #dcebe5;
  color: #26C3D9;
}

.wizard-bar .doit:after {
  border-left: 30px solid #dcebe5;
}

.wizard-bar .doit-number {
  color: #dcebe5;
}

.wizard-download,
.wizard-login {
  font-size: 18px;
  color: #4d4d4d;
  padding-left: 4%;
}

.wizard-download {
  margin-left: 20%;
}

.downloadImg {
  height: 30px;
}

#copyClipboard {
  padding: 4px;
}

/* ***************** */
/*     SPINNER       */
/* ***************** */
#overlay {
  background-color: grey;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.5;
}

#imgRoller {
  z-index: 101;
  text-align: center;
  position: relative;
  top: 30%;
  width: 100%;
}

#imgRoller img {
  -webkit-user-select: none;
  width: 320px;
}

/* ***************** */
/*  Profile Content  */
/* ***************** */
.red_asterisk {
  color: red;
  font-family: Helvetica;
}

.title_profile {
  text-align: center;
}

.profile-buttons {
  width: 100%;
}

.btn-link {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 600;
}

.btn-link:hover {
  text-decoration: none;
  color: #c5ddd4;
}

.noButton {
  background-color: transparent;
  border: 0;
}

.linkChangePassword {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* ************************* */
/*  Custom styles            */
/* ************************* */
.title_logo {
  max-width: 500px;
  display: inline-block;
}
.title_logo img {
  width: 200px;
  display: block;
}
.title_logo .text-logo {
  color: #9c9e9f;
  font-size: 15px;
  white-space: nowrap;
}

#subtitle_app {
  color: #9c9e9f;
  font-size: 14px;
  float: right;
  margin: -0.5em 0 0.6em;
}

#myNavbar, .navbar-header {
  min-height: 50px;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

/* ********************** */
/*  Header - Combo langs  */
/* ********************** */
.head-right {
  overflow: hidden;
  padding-left: 0;
  text-align: right;
}

.select-lang-wrapper {
  width: 150px;
  z-index: 17;
  overflow: visible;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 0;
}

#select-lang {
  color: #646464;
  font-size: 16px;
  padding: 4px 6px;
  width: 100%;
}

.selected-language-wrapper {
  border: 1px solid #dcdcdc;
  height: 25px;
  z-index: 15;
  clear: right;
  background: #fff;
  margin-top: 0;
  cursor: pointer;
}

.selected-language-wrapper span {
  top: 0px;
}

.lang-item li span, .selected-language-wrapper span {
  padding-left: 18px;
}

.selected-language i {
  color: #646464;
  float: right;
  margin: 5px 5px 0 0;
}

.select-languages {
  display: none;
  list-style: none;
  width: 150px;
  border: 1px solid #dcdcdc;
  background: #fff;
  z-index: 1000;
  float: right;
  margin: -23px 0;
}

.select-languages li:hover {
  background: #40c8ee;
}

.fa-caret-down {
  display: inline-block;
}

.fa-caret-down, .fa-caret-up {
  transform: none;
  color: #F19653;
}

.fa {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "";
}

.lang-item li {
  font-size: 16px;
  text-align: left;
  padding-left: 18px;
}

.lang-item li span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.618;
  top: 0px;
}

#langlist a:hover {
  color: #464646;
  text-decoration: none;
}

/* ***************** */
/* Config inner page */
/* ***************** */
.title_page {
  background-color: #26C3D9;
  padding-bottom: 17px;
  padding-top: 16px;
}

.title_config {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  margin-left: 20px;
  margin-right: 10px;
  text-transform: uppercase;
  vertical-align: bottom;
}

#aceptacion_conditions {
  margin-right: 10px;
}

#tokenWPML {
  display: inline-block;
  min-width: 15.5em;
  width: auto;
  color: #b3b3b3;
}

.removeLang {
  background: #F7931E;
  padding-left: 10px;
}

.removeLang:hover,
.removeLang:focus {
  background: #fa936b;
}

.inline-block {
  display: inline-block !important;
}

#price_parlang {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  padding: 8px 33px 8px 13px;
  display: inline-block;
  text-align: right;
  font-family: open sans regular;
  font-size: 16px;
  color: #CCCCCC;
}

.pairLangselected {
  display: block;
}

#request, #button_global_next {
  margin-left: 10px;
}

#button_add_language,
.removeLang {
  height: 34px;
  min-width: 126px;
  font-weight: 600;
  position: relative;
  top: -1px;
}

button > i.fas {
  float: left;
  line-height: 1.428571429;
}

#formConf .control-label {
  padding-bottom: 5px;
  cursor: pointer;
}

#sectionAddLang {
  font-size: 18px;
  color: #666666;
}

#sectionAddLang .row {
  padding-top: 5px;
  padding-bottom: 5px;
}

#sectionAddLang .row:hover div {
  font-weight: bold;
}

#sectionAddLang label {
  margin-right: -4px;
}

#sectionAddLang span {
  padding: 6px 13px;
  text-align: right;
}

.eraseLangImg {
  width: 28px;
}

#conf_price_word {
  cursor: help;
  padding-bottom: 5px;
  width: 28px;
}

#container-support .chosen-container .chosen-single,
#SAVEPROFILE .chosen-container .chosen-single {
  color: #555555;
}

.chosen-container .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #B3B3B3;
  background: #ffffff;
  color: #CCCCCC;
  height: 40px;
  padding: 7px 0 7px 8px;
}

.has-error .chosen-container .chosen-single,
.has-error .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #C1272D;
}

.chosen-container-single .chosen-single span,
.chosen-container {
  font-size: 16px;
}

.chosen-container .chosen-results li.highlighted {
  background: #26C3D9;
  color: #fff;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/angle.png) no-repeat 0 50%;
  background-size: 100%;
}

.chosen-container-single .chosen-single div {
  margin-right: 7px;
  width: 14px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 0;
  transform: rotate(180deg);
}

.chosen-container .chosen-results li {
  line-height: 20px;
}

.chosen-container .chosen-results {
  max-height: 105px;
}

/* **************** */
/* Download page   */
/* **************** */
#btn_download {
  margin-bottom: 10px;
  text-transform: uppercase;
  min-width: 15.5em;
  height: 40px;
}

#congrats {
  font-size: 12px;
  font-weight: 700;
  color: #999999;
}

.help-download {
  font-size: 12px;
  color: #B3B3B3;
}

.help-warn-token {
  font-family: Open Sans;
  font-size: 12px;
  line-height: 16px;
  margin-top: 11px;
}

.icon-token {
  width: 20px;
  padding-bottom: 5px;
  display: inline-block;
}

.msg-icon-token {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.token-message {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}

#link_download_manual {
  color: #26C3D9;
  text-decoration: underline;
}

#link_download_manual:hover {
  color: #c5ddd4;
}

/* **************** */
/* Historial page   */
/* **************** */
#tableHistory {
  height: 430px;
}

.notesOrdersLabels {
  font-size: 17px;
}

.notesOrders {
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  padding: 2px 5px;
  color: #CCCCCC;
  display: flex;
  justify-content: center;
}

.notesOrders:hover,
.notesOrders:focus {
  background: #CCCCCC;
  color: #FFFFFF;
  border-color: #CCCCCC;
}

.cancelBtn {
  background-color: transparent;
  border: 0;
}

#orderlang, #idorder, .tr_totals {
  font-weight: bold;
}

#comment {
  resize: vertical;
  font-size: 19px;
}

.titleElements {
  position: relative;
  top: -7px;
}

.urlbutton {
  cursor: pointer;
  margin-right: 10px;
}

.blue {
  color: #3e4097;
}

.circles {
  padding-left: 10px;
  display: inline-block;
}

.circles > div {
  display: inline-block;
  margin-right: 5px;
}

.circle { /*Ya no es un círculo sino un rectangulo*/
  color: #FFFFFF;
  font-size: 12px;
  cursor: help;
  border-radius: 5px;
  margin: auto;
  padding: 2px;
  text-align: center;
  width: 90px;
}

.ini {
  background-color: #EE7633;
}

.enprog {
  background-color: #FFC300;
}

.final {
  background-color: #87D13F;
}

.canc {
  background-color: #C1272D;
}

/* ************************* */
/* Barra de búsqueda/Filtros */
/* ************************* */
.search_bar {
  background: #cacaca;
  position: relative;
}

.search_bar_center {
  padding: 5px 0;
}

.search_bar_center select {
  width: auto;
  display: inline-block;
}

.form_buttons {
  float: right;
}

/* **************** */
/* Support page     */
/* **************** */
.support-text {
  color: #4d4d4d;
  font-family: "Open Sans";
  font-size: 18px;
}

.supp-help-form {
  margin-top: 120px;
}

#btn_download_manual {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
}

#btn_support_form {
  margin-top: 15px;
  float: right;
  text-transform: uppercase;
  width: 150px;
}

.commentsNeworder {
  resize: vertical;
  min-height: 100px;
}

.fail-send-message {
  color: #C1272D;
}

.success-send-message {
  color: #26C3D9;
}

/* **************** */
/* Footer           */
/* **************** */
.autoButton {
  min-width: auto;
  height: auto;
}

/******************************************************************
*   AG-GRID - Customización de clases para theme "ag-theme-material"
******************************************************************/
div.ag-theme-material {
  font-family: "Open Sans";
  font-size: 13px;
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.ag-overlay {
  z-index: 9999;
  background-color: grey;
  opacity: 0.5;
}

.ag-theme-material .ag-overlay-loading-center {
  background: transparent;
  box-shadow: none;
}

.ag-theme-material .ag-root {
  border: none;
}

/* Customización de colores */
.ag-theme-material .ag-header-row {
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
}

.ag-theme-material .ag-row {
  color: #CCCCCC;
  background-color: #FFFFFF;
  border: 0;
  border-top: 1px solid #b3b3b3;
}

.ag-theme-material .ag-header-cell:first-of-type:not(.ag-header-cell-moving):hover,
.ag-theme-material .ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-header-cell-moving):hover,
.ag-theme-material .ag-header-cell.ag-column-hover:hover,
.ag-theme-material .ag-header {
  border: 0;
  background: #808080;
}

.ag-theme-material .ag-header-cell.ag-header-cell-sortable.ag-column-hover:hover .ag-icon-none:before,
.ag-theme-material .ag-header-cell.ag-header-cell-sortable.ag-column-hover:hover .ag-icon-asc:before,
.ag-theme-material .ag-header-cell.ag-header-cell-sortable.ag-column-hover:hover .ag-icon-desc:before,
.ag-theme-material .ag-header-cell.ag-header-cell-sortable.ag-column-hover:hover {
  color: #333333;
}

.ag-theme-material .ag-row-hover {
  background-color: #dcebe5;
  color: #808080;
  border-top: 1px solid #b3b3b3;
}

.ag-theme-material .ag-header-cell,
.ag-theme-material .ag-cell {
  padding: 8px;
  line-height: 1.428571429;
}

[col-id=nwords] .ag-header-cell-label,
[col-id=unitprice] .ag-header-cell-label,
[col-id=total] .ag-header-cell-label {
  justify-content: flex-end;
}

.ag-theme-material .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected) {
  border: 1px solid transparent;
  outline: none;
}

.ag-theme-material .ag-ltr .ag-row-focus {
  border-top: 1px solid #b3b3b3;
}

/** SCROLL BAR **/
/* width */
.ag-theme-material .ag-body-viewport.ag-layout-normal::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.ag-theme-material .ag-body-viewport.ag-layout-normal::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.ag-theme-material .ag-body-viewport.ag-layout-normal::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.ag-theme-material .ag-body-viewport.ag-layout-normal::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* icono de flecha blanca*/
.ag-theme-material .ag-icon-none:before {
  color: #FFFFFF;
}

.ag-theme-material .ag-icon-asc:before,
.ag-theme-material .ag-icon-desc:before {
  content: "\e072";
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  color: #FFFFFF;
}

.ag-theme-material .ag-icon-asc {
  transform: rotate(90deg);
}

.ag-theme-material .ag-icon-desc {
  transform: rotate(270deg);
}

/**********************/
/* Media screens      */
/**********************/
@media only screen and (min-width: 1068px) {
  .head-right {
    padding-left: 4%;
  }
}
@media only screen and (max-width: 1000px) {
  .wizard-download {
    margin-left: 10%;
  }
}
@media screen and (max-width: 928px) {
  #price_parlang {
    padding: 8px 13px 8px 8px;
  }
}
@media screen and (max-width: 870px) {
  #price_parlang {
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 90%;
  }
  .nav > li > a#config {
    padding-left: 0;
  }
  .modal-lg {
    width: 85%;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
  .footer-legal-links {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
  }
  #historyorders {
    margin-right: -30px;
  }
  .form_buttons {
    margin-right: -15px;
  }
  .wizard-bar__number:nth-child(n+2):after {
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0;
    border-left: 30px solid #fff;
    z-index: 2;
  }
  .wizard-bar__number:nth-child(n+2):before {
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0;
    border-left: 30px solid #fff;
    z-index: 1;
  }
  .wizard-bar__steps {
    padding: 0 0 0 30px;
  }
  .wizard-bar__steps:after {
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    width: 0;
    border-left: 30px solid #ddd;
    z-index: 2;
    margin-left: -1px;
  }
  .wizard-bar__steps:before {
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    width: 0;
    border-left: 30px solid #fff;
    z-index: 1;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  #myNavbar {
    position: absolute;
    right: 0;
    background: #e9e9e9;
    padding: 0;
  }
  #SAVEPROFILE.open-menu, #container-remindpassword.open-menu,
  #configWrap.open-menu, #container-historyorders.open-menu,
  #container-tableHistoryOrders.open-menu, #container-support.open-menu {
    z-index: -1;
    position: relative;
  }
  .navbar-fixed-top {
    margin-right: 0px;
  }
  .navbar-nav {
    margin: 0;
  }
  .nav > li {
    border-top: 1px solid #b3b3b3;
  }
  .nav > li > a {
    font-size: 15px;
    height: auto;
    display: flex;
    justify-content: flex-end;
  }
  .nav > li > a:hover {
    background: #26C3D9;
    color: #FFFFFF;
  }
  #wrapper {
    padding-bottom: 168px;
  }
  #footer {
    height: 168px;
    margin-top: -168px;
  }
  .footer-top-wrapper {
    height: 130px;
    padding-top: 5px;
  }
  .btn-xs-center {
    display: block;
    margin: 0px auto;
  }
  .title_config {
    font-size: 22px;
  }
  .title_page {
    padding-bottom: 18px;
    padding-top: 18px;
  }
  .login-content-header img {
    width: 120px;
  }
  .chosen-container-single .chosen-single span,
  .chosen-container,
  #sectionAddLang,
  .form-control,
  .btn-company-color {
    font-size: 18px;
  }
  .wizard-download,
  .btn-link,
  #newuserbtn {
    font-size: 20px;
  }
  .btn-company-color {
    height: 45px;
  }
  #copyClipboard,
  #btn_download {
    height: auto;
  }
  .wizard-bar__steps {
    padding: 20px;
    margin: 5px;
    height: auto;
  }
  .wizard-bar__steps--text {
    font-size: 17px;
  }
  .wizard-bar__number {
    display: none;
  }
  .select-lang-wrapper {
    right: 10px;
  }
  .out_user_box_progress {
    margin-right: 0px;
  }
  .hidden-xs.inline-block {
    display: none !important;
  }
  #SAVEPROFILE .control-label {
    text-align: right;
  }
  .visible-only-xs {
    height: 15px;
    clear: both;
  }
  .chosen-container .chosen-results li {
    line-height: 18px;
  }
  #configWrap {
    width: 90%;
  }
  .configEraser {
    float: right;
  }
  #conf_price_word {
    width: 26px;
  }
  #sectionAddLang span {
    padding: 0;
  }
  .wizard-download {
    margin-left: 5%;
  }
}
@media screen and (max-width: 617px) and (min-width: 481px) {
  .select-lang-wrapper {
    top: -30px;
  }
}
@media screen and (max-width: 590px) {
  .out_user_box_progress {
    top: 0px;
  }
}
@media screen and (max-width: 578px) {
  #unsubscribe {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .navbar {
    margin-top: 0;
  }
  .language-solutions-logo-wrapper img {
    width: 200px;
  }
  .small-wrapper {
    width: 100%;
    padding: 0;
  }
  .login-wrapper {
    margin: 35px auto 0;
  }
  .login-input-wrapper .form-group label, .login-input-wrapper .form-group input {
    display: normal;
    clear: left;
    float: left;
  }
  .login-input-wrapper .form-group input {
    width: 100%;
    float: left;
  }
  #login-submit-button, #login-cancel-button {
    margin: 10px auto 0;
  }
  .login-password-forgot {
    margin-top: 25px;
  }
  #subtitle_app {
    display: none;
  }
  .select-lang-wrapper {
    top: -30px;
  }
  .main-menu-wrapper {
    margin-top: 47px;
  }
  .out_user_box_progress {
    margin-top: 20px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 392px) {
  #request {
    margin-top: 10px;
  }
}
/* ********************** */
/* General and login page */
/* ********************** */
* {
  margin: 0;
  padding: 0;
}

select, button, input[type=checkbox] {
  cursor: pointer;
}

a {
  color: #26C3D9;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  color: #c5ddd4;
}

a:-webkit-any-link {
  text-decoration: none;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center !important;
}

.text-underline {
  text-decoration: underline !important;
}

.clear {
  clear: both;
}

#footer .container-fluid .row {
  margin-right: 0px;
  margin-left: 0px;
}

.form-control {
  height: 40px;
  font-size: 16px;
  border: 1px solid #808080;
}

.form-control::placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #CCCCCC;
  opacity: 1; /* Firefox */
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
}

html, body {
  height: 100%;
}

h2 {
  font-size: 28px;
  color: #26C3D9;
  font-weight: 700;
}

label {
  font-weight: normal;
}

.out_user_box_progress {
  float: right;
  line-height: 12px;
  font-size: 14px;
  font-weight: 700;
  margin-right: -15px;
  z-index: 16;
  position: relative;
  color: #26C3D9;
  text-align: right;
  top: 10px;
}

.out_user_box_progress a {
  color: #646464;
}

#wrapper {
  min-height: 100%;
  position: relative;
  height: auto !important;
  margin: 0 auto;
  padding-bottom: 93px;
}

#login-content {
  min-height: 100%;
}

#login-content .inner-wrapper {
  margin-top: 20px;
}

.inner-wrapper {
  width: 100%;
  max-width: 1330px;
  margin: auto;
  padding: 0 20px;
}

.at-green-text {
  color: #26C3D9;
}

.at-grey-text {
  color: #999a9d;
}

.language-solutions-logo-wrapper {
  position: relative;
  top: 20px;
  width: 90%;
}

/*.language-solutions-logo-wrapper img {
    width: 400px;
}*/
.main-menu-wrapper {
  width: 90%;
  position: relative;
  top: 0;
  margin: auto;
}

#register-wizard,
#breadcrum-bar {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: -1;
  margin-top: -7px;
  border-radius: 5px;
}

.message_err {
  color: #C1272D;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.message_err.newuser {
  text-align: left;
}

#LOGIN_CONFIRM_PASSWORD_err,
#ACEPTACION_PRIVACY_err,
#ADVERTISING_err,
#EMPTY_FIELD_err {
  display: none;
}

.header_user_box {
  color: #555555;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.header_log_out {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  text-align: right;
}

/* Estilo solo para el hover Menú de primer nivel */
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #26C3D9;
}

.nav li a {
  color: #999999;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}

.nav > li > a {
  display: table-cell;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 17px;
  font-family: "Open Sans";
}

.navbar-toggle {
  color: #999a9d;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar {
  background-color: transparent;
  border: none;
  background-image: none;
  min-height: 0;
  margin-bottom: 0;
  margin-top: 27px;
  clear: both;
}

.navbar-fixed-top {
  position: relative;
  z-index: 0;
}

.menu-item {
  display: inline;
  text-transform: uppercase;
}

.item-active {
  color: #646464 !important;
  font-weight: bold;
}

.small-wrapper {
  max-width: 650px;
}

.login-wrapper {
  position: relative;
  top: 0px;
  margin: auto;
}

.login-wrapper .control-label {
  color: #4d4d4d;
  font-weight: 400;
  text-align: right;
  cursor: pointer;
}

.remind-content-header,
.login-content-header {
  text-align: center;
}

.login-content-header img {
  width: 120px;
  height: auto;
  margin: 0 auto 10px;
}

.login-input-wrapper .form-group label, .login-input-wrapper .form-group input {
  display: inline-block;
}

.login-input-wrapper .form-group input {
  width: 65%;
  float: right;
}

.login-input-wrapper .form-group label {
  padding: 8px 0 0;
}

.btn-company-color {
  background: #26C3D9;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  min-width: 170px;
  height: 40px;
}
.btn-company-color.bg-white {
  background: #FFFFFF;
  color: #26C3D9;
  border: 2px solid #26C3D9;
  border-radius: 5px;
}
.btn-company-color.bg-white:hover, .btn-company-color.bg-white:focus {
  background-color: #26C3D9;
  color: #FFFFFF;
  border: 2px solid #26C3D9;
}
.btn-company-color.decline {
  background: #FFFFFF;
  color: #B3B3B3;
  border: 2px solid #B3B3B3;
  border-radius: 5px;
}
.btn-company-color.decline:hover, .btn-company-color.decline:focus {
  background-color: #B3B3B3;
  color: #FFFFFF;
  border: 2px solid #B3B3B3;
  outline: 5px auto #B3B3B3;
}
.btn-company-color:hover, .btn-company-color:focus {
  background-color: #FFFFFF;
  color: #26C3D9;
  border: 2px solid #26C3D9;
  outline: 5px auto #26C3D9;
}

.btn-center {
  display: block;
  margin: 0px auto 0.8em;
}

#newuserconfirm {
  display: none;
}

.newUserButton {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5em;
}

.newuser-span {
  font-size: 18px;
  color: #808080;
  text-align: center;
}

#BUTTON_HOME_SEND {
  font-size: 14px;
}

#BUTTON_HOME_LOGIN, #newuserbtn, #cancelbtn, #sendChangePassword, #BUTTON_REMIND_SEND {
  margin: 0;
  margin-bottom: 5px;
  width: 100%;
}

#login_form_customer label[for=ACEPTACION_PRIVACY] {
  font-size: 12px;
}

#instructions span {
  background: #0fc0a9;
  color: #FFFFFF;
  border-radius: 35px;
  height: 21px;
  width: 21px;
  display: inline-block;
  text-align: center;
  margin-left: 49%;
  margin-bottom: 10px;
}

#footer {
  height: 93px;
  width: 100%;
  margin-top: -93px;
}

.push {
  height: 10px;
  width: 100%;
  clear: both;
}

.footer-top-wrapper {
  height: 50px;
  background: #999999;
  padding-bottom: 5px;
}

.footer-bottom-wrapper {
  height: 43px;
  background: #555555;
  text-align: center;
}

.footer-legal-links {
  list-style: none;
}

.footer-legal-links li {
  text-align: center;
  margin-bottom: 10px;
}

.footer-legal-links li a {
  color: #fff;
  font-size: 0.8em;
}

.footer-bottom-wrapper p {
  color: #fff;
  padding: 10px 0 0;
  font-size: 0.85em;
}

.modal-header {
  border-bottom: 0;
}

.modal-header img {
  width: 30px;
}

.modal-img-sm {
  width: 30px;
  margin-right: 5px;
  vertical-align: bottom;
}

.modal-header .close {
  opacity: 1;
  outline: 0;
  margin-top: -12px;
  margin-right: -12px;
}

.modal-content {
  border: 3px solid #26C3D9;
}

.modal-body p {
  font-size: 16px;
  color: #666666;
}

p.modal-bold-text-justify {
  text-align: justify;
  font-family: Open Sans Bold;
  font-size: 17px;
}

.modal-bold-link {
  text-align: justify;
  font-family: Open Sans Bold;
  font-size: 15px;
  color: #b3b3b3;
}

a.modal-bold-link-underline {
  font-family: Open Sans Bold;
  font-size: 14px;
  text-decoration: underline;
}

.modal-footer {
  border-top: 0;
  text-align: center;
  margin-top: 0;
  padding: 0 20px 35px;
}

.modal-title {
  font-family: open sans bold;
  font-size: 22px;
  color: #26C3D9;
}

.modal-button {
  background: #26C3D9;
  color: #FFFFFF;
  font-family: Open Sans Bold;
  font-size: 18px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nopadding {
  padding-left: 0;
}

#newuserconfirm .nopadding a {
  white-space: nowrap;
}

/* ***************** */
/*  Wizard Style     */
/* ***************** */
#register-wizard {
  display: none;
}

.wizard-bar {
  list-style: none;
  overflow: hidden;
  color: #999999;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

.wizard-bar__number {
  background: #ffffff;
  color: #e6e6e6;
  font-family: open sans bold;
  font-size: 80px;
  position: relative;
  padding-right: 5px;
  padding-left: 30px;
  text-align: right;
  width: 86px;
  height: 60px;
  margin-top: -30px;
}

li.wizard-bar__number:first-child {
  padding-left: 5px;
  width: 52px;
}

.wizard-bar__steps {
  background: #dddddd;
  color: #999;
  width: 30%;
  position: relative;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wizard-bar__steps--text {
  font-size: 18px;
}

.wizard-bar .current {
  background: #26C3D9;
  color: #fff;
  font-weight: 600;
}

.wizard-bar .current:after {
  border-left: 30px solid #26C3D9;
}

.wizard-bar .current-number {
  color: #26C3D9;
}

.wizard-bar .doit {
  background: rgb(168, 231, 240);
  color: #FFF;
}

.wizard-bar .doit:after {
  border-left: 30px solid rgb(168, 231, 240);
}

.wizard-bar .doit-number {
  color: #dcebe5;
}

.wizard-download,
.wizard-login {
  font-size: 18px;
  color: #4d4d4d;
  padding-left: 4%;
}

.wizard-download {
  margin-left: 20%;
}

.downloadImg {
  height: 30px;
}

#copyClipboard {
  padding: 4px;
}

/* ***************** */
/*     SPINNER       */
/* ***************** */
#overlay {
  background-color: grey;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.5;
}

#imgRoller {
  z-index: 101;
  text-align: center;
  position: relative;
  top: 30%;
  width: 100%;
}

#imgRoller img {
  -webkit-user-select: none;
  width: 320px;
}

/* ***************** */
/*  Profile Content  */
/* ***************** */
.red_asterisk {
  color: red;
  font-family: Helvetica;
}

.title_profile {
  text-align: center;
}

.profile-buttons {
  width: 100%;
}

.btn-link {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 600;
}

.btn-link:hover {
  text-decoration: none;
  color: #c5ddd4;
}

.noButton {
  background-color: transparent;
  border: 0;
}

.linkChangePassword {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* ************************* */
/*  Custom styles            */
/* ************************* */
/*.title_logo{
    max-width: 400px;
    display: inline-block;
}
.title_logo .text-logo{

    color: #999999;
    font-size: 15px;
}*/
#subtitle_app {
  color: #9c9e9f;
  font-size: 14px;
  float: right;
  margin: -0.5em 0 0.6em;
}

#myNavbar, .navbar-header {
  min-height: 50px;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

/* ********************** */
/*  Header - Combo langs  */
/* ********************** */
.head-right {
  overflow: hidden;
  padding-left: 0;
  text-align: right;
}

.select-lang-wrapper {
  width: 150px;
  z-index: 17;
  overflow: visible;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 0;
}

#select-lang {
  color: #646464;
  font-size: 16px;
  padding: 4px 6px;
  width: 100%;
}

.selected-language-wrapper {
  border: 1px solid #dcdcdc;
  height: 25px;
  z-index: 15;
  clear: right;
  background: #fff;
  margin-top: 0;
  cursor: pointer;
}

.selected-language-wrapper span {
  top: 0px;
}

.lang-item li span, .selected-language-wrapper span {
  padding-left: 18px;
}

.selected-language i {
  color: #646464;
  float: right;
  margin: 5px 5px 0 0;
}

.select-languages {
  display: none;
  list-style: none;
  width: 150px;
  border: 1px solid #dcdcdc;
  background: #fff;
  z-index: 1000;
  float: right;
  margin: -23px 0;
}

.select-languages li:hover {
  background: #40c8ee;
}

.fa-caret-down {
  display: inline-block;
}

.fa-caret-down, .fa-caret-up {
  transform: none;
  color: #F19653;
}

.fa {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "";
}

.lang-item li {
  font-size: 16px;
  text-align: left;
  padding-left: 18px;
}

.lang-item li span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.618;
  top: 0px;
}

#langlist a:hover {
  color: #464646;
  text-decoration: none;
}

/* ***************** */
/* Config inner page */
/* ***************** */
.title_page {
  background-color: #26C3D9;
  padding-bottom: 17px;
  padding-top: 16px;
}

.title_config {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  margin-left: 20px;
  margin-right: 10px;
  text-transform: uppercase;
  vertical-align: bottom;
}

#aceptacion_conditions {
  margin-right: 10px;
}

#tokenWPML {
  display: inline-block;
  min-width: 15.5em;
  width: auto;
  color: #b3b3b3;
}

.removeLang {
  background: #F7931E;
  padding-left: 10px;
}

.removeLang:hover,
.removeLang:focus {
  background: #fa936b;
}

.inline-block {
  display: inline-block !important;
}

#price_parlang {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  padding: 8px 33px 8px 13px;
  display: inline-block;
  text-align: right;
  font-family: open sans regular;
  font-size: 16px;
  color: #CCCCCC;
}

.pairLangselected {
  display: block;
}

#request, #button_global_next {
  margin-left: 10px;
}

#button_add_language,
.removeLang {
  height: 34px;
  min-width: 126px;
  font-weight: 600;
  position: relative;
  top: -1px;
}

button > i.fas {
  float: left;
  line-height: 1.428571429;
}

#formConf .control-label {
  padding-bottom: 5px;
  cursor: pointer;
}

#sectionAddLang {
  font-size: 16px;
  color: #666666;
}

#sectionAddLang .row {
  padding-top: 5px;
  padding-bottom: 5px;
}

#sectionAddLang .row:hover div {
  font-weight: bold;
}

#sectionAddLang label {
  margin-right: -4px;
}

#sectionAddLang span {
  padding: 6px 13px;
  text-align: right;
}

.eraseLangImg {
  width: 19px;
}

#conf_price_word {
  cursor: help;
  padding-bottom: 5px;
  width: 24px;
  margin-left: 0.5rem;
}

#container-support .chosen-container .chosen-single,
#SAVEPROFILE .chosen-container .chosen-single {
  color: #555555;
}

.chosen-container .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #B3B3B3;
  background: #ffffff;
  color: #CCCCCC;
  height: 40px;
  padding: 7px 0 7px 8px;
}

.has-error .chosen-container .chosen-single,
.has-error .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #C1272D;
}

.chosen-container-single .chosen-single span,
.chosen-container {
  font-size: 16px;
}

.chosen-container .chosen-results li.highlighted {
  background: #26C3D9;
  color: #fff;
}

.chosen-container-single .chosen-single div b {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: url(../img/angle.png) no-repeat 0 50% !important;
  background-size: 100% !important;
}

.chosen-container-single .chosen-single div {
  margin-right: 7px;
  width: 14px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 0;
  transform: rotate(180deg);
}

.chosen-container .chosen-results li {
  line-height: 20px;
}

.chosen-container .chosen-results {
  max-height: 105px;
}

/* **************** */
/* Download page   */
/* **************** */
#btn_download {
  margin-bottom: 10px;
  text-transform: uppercase;
  min-width: 15.5em;
  height: 40px;
}

#congrats {
  font-size: 12px;
  font-weight: 700;
  color: #999999;
}

.help-download {
  font-size: 12px;
  color: #B3B3B3;
}

.help-warn-token {
  font-family: Open Sans;
  font-size: 12px;
  line-height: 16px;
  margin-top: 11px;
}

.icon-token {
  width: 20px;
  padding-bottom: 5px;
  display: inline-block;
}

.msg-icon-token {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.token-message {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}

#link_download_manual {
  color: #26C3D9;
  text-decoration: underline;
}

#link_download_manual:hover {
  color: #c5ddd4;
}

/* **************** */
/* Historial page   */
/* **************** */
#tableHistory {
  height: 430px;
}

.notesOrdersLabels {
  font-size: 17px;
}

.notesOrders {
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  padding: 2px 5px;
  color: #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
}

.notesOrders:hover,
.notesOrders:focus {
  background: #CCCCCC;
  color: #FFFFFF;
  border-color: #CCCCCC;
}

.cancelBtn {
  background-color: transparent;
  border: 0;
}

#orderlang, #idorder, .tr_totals {
  font-weight: bold;
}

#comment {
  resize: vertical;
  font-size: 19px;
}

.titleElements {
  position: relative;
  top: -7px;
}

.urlbutton {
  cursor: pointer;
  margin-right: 10px;
}

.blue {
  color: #3e4097;
}

.circles {
  padding-left: 10px;
  display: inline-block;
}

.circles > div {
  display: inline-block;
  margin-right: 5px;
}

.circle { /*Ya no es un círculo sino un rectangulo*/
  color: #FFFFFF;
  font-size: 12px;
  cursor: help;
  border-radius: 5px;
  margin: auto;
  padding: 2px;
  text-align: center;
  width: 90px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 25px;
}

.ini {
  background-color: #EE7633;
}

.enprog {
  background-color: #FFC300;
}

.final {
  background-color: #87D13F;
}

.canc {
  background-color: #C1272D;
}

/* ************************* */
/* Barra de búsqueda/Filtros */
/* ************************* */
.search_bar {
  background: #cacaca;
  position: relative;
}

.search_bar_center {
  padding: 5px 0;
}

.search_bar_center select {
  width: auto;
  display: inline-block;
}

.form_buttons {
  float: right;
}

/* **************** */
/* Support page     */
/* **************** */
.support-text {
  color: #4d4d4d;
  font-family: "Open Sans";
  font-size: 18px;
}

.supp-help-form {
  margin-top: 120px;
}

#btn_download_manual {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
}

#btn_support_form {
  margin-top: 15px;
  float: right;
  text-transform: uppercase;
  width: 150px;
}

.commentsNeworder {
  resize: vertical;
  min-height: 100px;
}

.fail-send-message {
  color: #C1272D;
}

.success-send-message {
  color: #26C3D9;
}

/* **************** */
/* Footer           */
/* **************** */
.autoButton {
  min-width: auto;
  height: auto;
}

/******************************************************************
*   AG-GRID - Customización de clases para theme "ag-theme-material"
******************************************************************/
div.ag-theme-material {
  font-family: "Open Sans";
  font-size: 13px;
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.ag-overlay {
  z-index: 9999;
  background-color: grey;
  opacity: 0.5;
}

.ag-theme-material .ag-overlay-loading-center {
  background: transparent;
  box-shadow: none;
}

.ag-theme-material .ag-root {
  border: none;
}

/* Customización de colores */
.ag-theme-material .ag-header-row {
  color: #FFFFFF;
  font-size: 15px;
  text-align: center;
}

.ag-theme-material .ag-row {
  color: #CCCCCC;
  background-color: #FFFFFF;
  border: 0;
  border-top: 1px solid #b3b3b3;
}

.ag-theme-material .ag-header-cell:first-of-type:not(.ag-header-cell-moving):hover,
.ag-theme-material .ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-header-cell-moving):hover,
.ag-theme-material .ag-header-cell.ag-column-hover:hover,
.ag-theme-material .ag-header {
  border: 0;
  background: #808080;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.ag-theme-material .ag-header-cell.ag-header-cell-sortable.ag-column-hover:hover .ag-icon-none:before,
.ag-theme-material .ag-header-cell.ag-header-cell-sortable.ag-column-hover:hover .ag-icon-asc:before,
.ag-theme-material .ag-header-cell.ag-header-cell-sortable.ag-column-hover:hover .ag-icon-desc:before,
.ag-theme-material .ag-header-cell.ag-header-cell-sortable.ag-column-hover:hover {
  color: #333333;
}

.ag-theme-material .ag-row-hover {
  background-color: #dcebe5;
  color: #808080;
  border-top: 1px solid #b3b3b3;
}

.ag-theme-material .ag-header-cell,
.ag-theme-material .ag-cell {
  padding: 8px;
  line-height: 1.428571429;
}

[col-id=nwords] .ag-header-cell-label,
[col-id=unitprice] .ag-header-cell-label,
[col-id=total] .ag-header-cell-label {
  justify-content: flex-end;
}

.ag-theme-material .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected) {
  border: 1px solid transparent;
  outline: none;
}

.ag-theme-material .ag-ltr .ag-row-focus {
  border-top: 1px solid #b3b3b3;
}

/** SCROLL BAR **/
/* width */
.ag-theme-material .ag-body-viewport.ag-layout-normal::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.ag-theme-material .ag-body-viewport.ag-layout-normal::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.ag-theme-material .ag-body-viewport.ag-layout-normal::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.ag-theme-material .ag-body-viewport.ag-layout-normal::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* icono de flecha blanca*/
.ag-theme-material .ag-icon-none:before {
  color: #FFFFFF;
}

.ag-theme-material .ag-icon-asc:before,
.ag-theme-material .ag-icon-desc:before {
  content: "\e072";
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  color: #FFFFFF;
}

.ag-theme-material .ag-icon-asc {
  transform: rotate(90deg);
}

.ag-theme-material .ag-icon-desc {
  transform: rotate(270deg);
}

/**********************/
/* Media screens      */
/**********************/
@media only screen and (max-width: 1200px) {
  #TOKENINFO {
    border: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1068px) {
  .head-right {
    padding-left: 4%;
  }
}
@media only screen and (max-width: 1000px) {
  .wizard-download {
    margin-left: 10%;
  }
}
@media screen and (max-width: 928px) {
  #price_parlang {
    padding: 8px 13px 8px 8px;
  }
}
@media screen and (max-width: 870px) {
  #price_parlang {
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 90%;
  }
  .nav > li > a#config {
    padding-left: 0;
  }
  .modal-lg {
    width: 85%;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }
  .footer-legal-links {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
  }
  #historyorders {
    margin-right: -30px;
  }
  .form_buttons {
    margin-right: -15px;
  }
  .wizard-bar__number:nth-child(n+2):after {
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0;
    border-left: 30px solid #fff;
    z-index: 2;
  }
  .wizard-bar__number:nth-child(n+2):before {
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0;
    border-left: 30px solid #fff;
    z-index: 1;
  }
  .wizard-bar__steps {
    padding: 0 0 0 30px;
  }
  .wizard-bar__steps:after {
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    width: 0;
    border-left: 30px solid #ddd;
    z-index: 2;
    margin-left: -1px;
  }
  .wizard-bar__steps:before {
    border-bottom: 35px solid transparent;
    border-top: 35px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    width: 0;
    border-left: 30px solid #fff;
    z-index: 1;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  #myNavbar {
    position: absolute;
    right: 0;
    background: #e9e9e9;
    padding: 0;
  }
  #SAVEPROFILE.open-menu, #container-remindpassword.open-menu,
  #configWrap.open-menu, #container-historyorders.open-menu,
  #container-tableHistoryOrders.open-menu, #container-support.open-menu {
    z-index: -1;
    position: relative;
  }
  .navbar-fixed-top {
    margin-right: 0px;
  }
  .navbar-nav {
    margin: 0;
  }
  .nav > li {
    border-top: 1px solid #b3b3b3;
  }
  .nav > li > a {
    font-size: 15px;
    height: auto;
    display: flex;
    justify-content: flex-end;
  }
  .nav > li > a:hover {
    background: #26C3D9;
    color: #FFFFFF;
  }
  #wrapper {
    padding-bottom: 168px;
  }
  #footer {
    height: 168px;
    margin-top: -168px;
  }
  .footer-top-wrapper {
    height: 130px;
    padding-top: 5px;
  }
  .footer-top-wrapper li {
    margin-bottom: 0px;
  }
  .btn-xs-center {
    display: block;
    margin: 0px auto;
  }
  .title_config {
    font-size: 22px;
  }
  .title_page {
    padding-bottom: 18px;
    padding-top: 18px;
  }
  .login-content-header img {
    width: 120px;
  }
  .chosen-container-single .chosen-single span,
  .chosen-container,
  #sectionAddLang,
  .form-control,
  .btn-company-color {
    font-size: 18px;
  }
  .chosen-container-single {
    background-image: url("img/AT.LS.svg");
  }
  .wizard-download,
  .btn-link,
  #newuserbtn {
    font-size: 20px;
  }
  .btn-company-color {
    height: 40px;
  }
  #copyClipboard,
  #btn_download {
    height: auto;
  }
  .wizard-bar__steps {
    padding: 20px;
    margin: 5px;
    height: auto;
  }
  .wizard-bar__steps--text {
    font-size: 17px;
  }
  .wizard-bar__number {
    display: none;
  }
  .select-lang-wrapper {
    right: 10px;
  }
  .out_user_box_progress {
    margin-right: 0px;
  }
  .hidden-xs.inline-block {
    display: none !important;
  }
  #SAVEPROFILE .control-label {
    text-align: right;
  }
  .visible-only-xs {
    height: 15px;
    clear: both;
  }
  .chosen-container .chosen-results li {
    line-height: 18px;
  }
  #configWrap {
    width: 90%;
  }
  .configEraser {
    float: right;
  }
  #conf_price_word {
    width: 24px;
  }
  #sectionAddLang span {
    padding: 0;
  }
  .wizard-download {
    margin-left: 5%;
  }
}
@media screen and (max-width: 617px) and (min-width: 481px) {
  .select-lang-wrapper {
    top: -30px;
  }
}
@media screen and (max-width: 590px) {
  .out_user_box_progress {
    top: 0px;
  }
}
@media screen and (max-width: 578px) {
  #unsubscribe {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .navbar {
    margin-top: 0;
  }
  .language-solutions-logo-wrapper img {
    width: 200px;
  }
  .small-wrapper {
    width: 100%;
    padding: 0;
  }
  .login-wrapper {
    margin: 35px auto 0;
  }
  .login-input-wrapper .form-group label, .login-input-wrapper .form-group input {
    display: normal;
    clear: left;
    float: left;
  }
  .login-input-wrapper .form-group input {
    width: 100%;
    float: left;
  }
  #login-submit-button, #login-cancel-button {
    margin: 10px auto 0;
  }
  .login-password-forgot {
    margin-top: 25px;
  }
  #subtitle_app {
    display: none;
  }
  .select-lang-wrapper {
    top: -30px;
  }
  .main-menu-wrapper {
    margin-top: 47px;
  }
  .out_user_box_progress {
    margin-top: 20px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 392px) {
  #request {
    margin-top: 10px;
  }
}
/*input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    outline: none;
    transition: border-color 0.2s;
    background-color: white;
    margin-top: 0px;
    border: 1px solid #333;
}*/
/*input[type=radio]:checked {
    background-color: #26C3D9;
    padding: 0.14px;
    box-shadow: 0 0 0 1px #333;
    border: 2px solid white;
}

input[type=radio]:focus {
background-color: #26C3D9;
    padding: 0.14px;
     box-shadow: 0 0 0 1px red; 
    border: 01x solid white;
    outline-offset: 1px;
}*/

/*# sourceMappingURL=css_webapp.css.map */
