.color-gray {
    color: #a3a3a3;
}

.text-color-gray {
    position: absolute;
    color: #a3a3a3;
    margin-top: -15px;
    margin-left: 15px;
    background-color: white;
    padding: 2px;
}

.input_style_1 {
    margin-bottom: 20px;
    display: flex;
    justify-content: normal;
    flex-direction: column;
    align-items: center;
}

.cont-title {
    margin: 20px 0 20px 0;
    text-align: center;
    border-bottom: 1px solid #ededed;
}

.cont-title2 {
    margin: 0 0 20px 0;
    text-align: center;
}

.card-login {
    box-shadow: 3px 0 30px rgba(0, 0, 0, 0.2);
}

.cont-forget-pass {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.center-txt {
    text-align: center;
}

.navbar-expand-md .navbar-collapse {
    flex-direction: row-reverse;
}

/*-----------------------------------------*/

#msform {
    margin: 30px auto;
    text-align: center;
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 5%;
    position: absolute;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input,
#msform textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 13px;
}

#msform .action-button {
    width: 130px;
    background: #67d5bf;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #67d5bf;
}

.fs-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #63a2cb;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 7.5%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 25px;
    line-height: 25px;
    display: block;
    font-size: 13px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #67d5bf;
    color: white;
}

.fl-wrap {
    width: 100%;
}

.previous {
    width: 100px;
    font-weight: bold;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

table {
    width: 100%;
    text-align: center;
    color: #262626;
    border-collapse: collapse;
}

th {
    color: #d5dde5;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    padding: 15px;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
}

tr {
    border-top: 1px solid #c1c3d1;
    border-bottom: 1px solid #c1c3d1;
    color: #000;
    font-weight: normal;
}

tr:hover td {
    background: #5f6069;
    color: #ffffff;
    border-top: 1px solid #22262e;
}

tr:first-child {
    border-top: none;
}

tr:last-child {
    border-bottom: none;
}

tr:nth-child(odd) td {
    background: #ebebeb;
}

tr:nth-child(odd):hover td {
    background: #5f6069;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

td {
    background: #ffffff;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #c1c3d1;
    font-size: 12px;
}

td:last-child {
    border-right: 0px;
}

.action-us {
    background: #165e0c;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 5px 8px;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    width: 150px;
}

.content-title-form {
    margin-bottom: 30px;
    margin-top: 20px;
}

.style-select {
    background: #fff;
    border: 1px solid #dae0e5;
    padding: 10px;
    color: #2c3e50;
}

.form-control::-moz-placeholder {
    color: #2c3e50 !important;
    opacity: 1 !important;
}

.form-control:-ms-input-placeholder {
    color: #2c3e50 !important;
    opacity: 1 !important;
}

.form-control::placeholder {
    color: #2c3e50 !important;
    opacity: 1 !important;
}

.txt-tems {
    text-align: justify;
}

.bul-tems {
    text-align: justify;
    list-style: decimal;
    margin-top: 0;
    margin-bottom: 1rem !important;
}

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all 0.2s ease;
    user-select: none;
}

.uploader label:hover {
    border-color: #636477;
}

.uploader label.hover {
    border: 3px solid #636477;
    box-shadow: inset 0 0 0 6px #eee;
}

.uploader #start,
.uploader #start2,
.uploader #start3,
.uploader #start4,
.uploader #start5,
.uploader #start6,
.uploader #start7,
.uploader #start8,
.uploader #start9,
.uploader #start10,
.uploader #start11,
.uploader #start12,
.uploader #start13,
.uploader #start14,
.uploader #start15 {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #start.hidden,
.uploader #start2.hidden,
.uploader #start3.hidden,
.uploader #start4.hidden,
.uploader #start5.hidden,
.uploader #start6.hidden,
.uploader #start7.hidden,
.uploader #start8.hidden,
.uploader #start9.hidden,
.uploader #start10.hidden,
.uploader #start11.hidden,
.uploader #start12.hidden,
.uploader #start13.hidden,
.uploader #start14.hidden,
.uploader #start15.hidden {
    display: none;
}

.uploader #start i.fa,
.uploader #start2 i.fa,
.uploader #start3 i.fa,
.uploader #start4 i.fa,
.uploader #start5 i.fa,
.uploader #start6 i.fa,
.uploader #start7 i.fa,
.uploader #start8 i.fa,
.uploader #start9 i.fa,
.uploader #start10 i.fa,
.uploader #start11 i.fa,
.uploader #start12 i.fa,
.uploader #start13 i.fa,
.uploader #start14 i.fa,
.uploader #start15 i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
}

.uploader #response,
.uploader #response2,
.uploader #response3,
.uploader #response4,
.uploader #response5,
.uploader #response6,
.uploader #response7,
.uploader #response8,
.uploader #response9,
.uploader #response10,
.uploader #response11,
.uploader #response12,
.uploader #response13,
.uploader #response14,
.uploader #response15 {
    float: left;
    clear: both;
    width: 100%;
}

.uploader #response.hidden,
.uploader #response2.hidden,
.uploader #response3.hidden,
.uploader #response4.hidden,
.uploader #response5.hidden,
.uploader #response6.hidden,
.uploader #response7.hidden,
.uploader #response8.hidden,
.uploader #response9.hidden,
.uploader #response10.hidden,
.uploader #response11.hidden,
.uploader #response12.hidden,
.uploader #response13.hidden,
.uploader #response14.hidden,
.uploader #response15.hidden {
    display: none;
}

.uploader #response #messages,
.uploader #response #messages2,
.uploader #response #messages3,
.uploader #response #messages4,
.uploader #response #messages5,
.uploader #response #messages6,
.uploader #response #messages7,
.uploader #response #messages8,
.uploader #response #messages9,
.uploader #response #messages10,
.uploader #response #messages11,
.uploader #response #messages12,
.uploader #response #messages13,
.uploader #response #messages14,
.uploader #response #messages15 {
    margin-bottom: 0.5rem;
}

.uploader #file-image,
.uploader #file-image2,
.uploader #file-image3,
.uploader #file-image4,
.uploader #file-image5,
.uploader #file-image6,
.uploader #file-image7,
.uploader #file-image8,
.uploader #file-image9,
.uploader #file-image10,
.uploader #file-image11,
.uploader #file-image12,
.uploader #file-image13,
.uploader #file-image14,
.uploader #file-image15 {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
}

.uploader #file-image.hidden,
.uploader #file-image2.hidden,
.uploader #file-image3.hidden,
.uploader #file-image4.hidden,
.uploader #file-image5.hidden,
.uploader #file-image6.hidden,
.uploader #file-image7.hidden,
.uploader #file-image8.hidden,
.uploader #file-image9.hidden,
.uploader #file-image10.hidden,
.uploader #file-image11.hidden,
.uploader #file-image12.hidden,
.uploader #file-image13.hidden,
.uploader #file-image14.hidden,
.uploader #file-image15.hidden {
    display: none;
}

.uploader #notimage,
.uploader #notimage2,
.uploader #notimage3,
.uploader #notimage4,
.uploader #notimage5,
.uploader #notimage6,
.uploader #notimage7,
.uploader #notimage8,
.uploader #notimage9,
.uploader #notimage10,
.uploader #notimage11,
.uploader #notimage12,
.uploader #notimage13,
.uploader #notimage14,
.uploader #notimage15 {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.uploader #notimage.hidden,
.uploader #notimage2.hidden,
.uploader #notimage3.hidden,
.uploader #notimage4.hidden,
.uploader #notimage5.hidden,
.uploader #notimage6.hidden,
.uploader #notimage7.hidden,
.uploader #notimage8.hidden,
.uploader #notimage9.hidden,
.uploader #notimage10.hidden,
.uploader #notimage11.hidden,
.uploader #notimage12.hidden,
.uploader #notimage13.hidden,
.uploader #notimage14.hidden,
.uploader #notimage15.hidden {
    display: none;
}

.uploader progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
}

.uploader input[type="file"] {
    display: none;
}

.uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
}

.uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #636477;
    border-color: #636477;
    cursor: pointer;
}

#cont-l,
#cont-observacion1,
#cont-observacion2 {
    display: none;
}

.cont-title-resume {
    background-color: #d6dce4;
    border: 1px solid #fff;
}

.txt-inf {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    text-align: left;
}

.title-resume {
    margin-top: 20px;
    margin-bottom: 15px;
}

.content-vim {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.border-resume {
    border-bottom: 1px solid #d6dce4;
}

.app-input {
    display: flex;
    align-items: center;
}

#cont-otra-transmision,
#cont-otra-transmisionM,
#cont-origen-elementM,
#cont-mtop-camionM,
#contentAplicacionesM,
#cont-otra-transmisionN2,
#cont-otra-transmisionM2 {
    display: none;
}

#cont-numero-tanques-camion,
#cont-antiempotramiento {
    display: none;
}

#content-chasis,
#nota1M1,
#content-requerimientos-m2,
#content-estructura-m,
#txtNota1M1,
#cont-eje2,
#cont-eje3,
#content-pesoBCombinadoN2,
#content-capacidadArrastreN2 {
    display: none;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgb(0 0 0);
    border-radius: 3px;
    transition: 0.2s;
    background-color: #e1e3e6;
}

.file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
    flex-shrink: 0;
    background-color: #68696a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.file-input:focus {
    outline: none;
}

select {
    border: 1px solid #dae0e5 !important;
    color: #2c3e50 !important;
}

.error {
    color: red;
    font-size: 11px;
    margin: 0;
    padding-left: 10px;
}

.datos-estructura1 {
    padding: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    display: flex;
    align-items: center;
    text-align: left;
}

.datos-estructura-title1 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    border: 1px solid;
    text-align: center;
}

.datos-estructura-title2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
}

.datos-estructura-title1 p,
.datos-estructura-title2 p {
    margin-bottom: 15px;
    margin-top: 15px;
}

.datos-estructura1 p,
.datos-estructura2 p {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
}

.datos-estructura2 {
    padding: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: left;
}

.datos-estructura3 {
    padding: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.datos-estructura3 select,
.datos-estructura2 select {
    padding: 8px;
}

.accordion-button {
    width: 100%;
    text-align: left;
    font-size: 0.5em;
    border: 1px solid #cecece;
    padding: 10px;
    background-color: #e9eff4;
}

.accordion-collapse {
    margin-bottom: 30px;
}

.submitForm {
    background: #67d5bf;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px;
    text-align: center;
    font-size: 14px;
}

.card-marcas {
    box-shadow: 0px 0 2px rgb(0 0 0 / 20%);
    margin: 10px;
    text-align: center;
    padding: 10px;
}

#tableSolicitudes1,
#tableSolicitudes2,
#tableSolicitudes3,
#tableSolicitudes4 {
    display: none;
}

#pdf-oec {
    font-size: 14px;
}

#file {
    font-size: 15px;
}

.grayscale {
    opacity: 0.5;
    cursor: auto;
    animation: none;
}

#table-elabora {
    width: 100%;
}

#table-elabora tr {
    border: none;
}

#table-elabora tr td {
    border: 1px solid #e4e4e4;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
}

#table-elabora tr p {
    margin: 0;
    font-size: 14px;
}

#table-elabora tr a {
    font-size: 14px;
}

.content-certificado {
    display: flex;
    justify-content: space-between;
    font-size: 1.3em;
    border: 1px solid #c7c7c7;
    padding: 15px;
}

.content-certificado p {
    margin: 0;
}

.content-1 {
    font-size: 12px;
    text-align: left;
    background-color: rgb(237, 245, 252);
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
    width: 70%;
}

.content-2 {
    font-size: 12px;
    text-align: right;
    background-color: rgb(203 203 203);
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
    width: 70%;
}

.content-ticket {
    width: 100%;
}
#content-electrico1,
#content-electrico2,
#content-bateriaM,
#content-bateriaM2,
#numberBateria,
#content-form-041,
#content-certificado-vue,
#content-carpeta-comun,
#cont-editar-carpeta,
#content-marchas-select,
#numeroMotor1,
#numeroMotor2,
#mensajeTuristico {
    display: none;
}

#content-motor-m1 {
    justify-content: center;
}

#btnEditar {
    background: #dab266 !important;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px;
    text-align: center;
    font-size: 12px;
}

#btnActualizar {
    background: #67d5bf !important;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px;
    text-align: center;
    font-size: 12px;
    display: none;
}

.updateInfo {
    background-color: #f4f4f4 !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 7px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.content-page {
    padding-top: 20px;
}

.content-page .text-sm {
    margin-top: 20px !important;
}

#btnCancelar {
    background: #ff0000 !important;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px;
    text-align: center;
    display: none;
}

#home .form-control,
#home select {
    font-size: 12px !important;
}

#autos-homologados td {
    font-size: 11px;
}

.ubicacion-pag {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

/* Designing for scroll-bar */

::-webkit-scrollbar {
    width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    background: gainsboro;
    border-radius: 5px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 5px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.block {
    background-color: #efefef !important;
}

#main-content-menu {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 40px 30px;
    box-sizing: border-box;
}

.link-menu-analista {
    background: white;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    color: #000;
}

.content-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#notificaciones {
    background-color: red;
    padding: 5px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: bold;
    display: none;
    color: #fff;
}

.styleNoti {
    background-color: red;
    padding: 5px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    margin-right: 5px;
}

#resto,
#content-form-m2 {
    display: none;
}

.mensajeNacional h5,
.mensajeImportado h5 {
    color: #8a8a8a;
}

.eliminar {
    width: 35px;
    background-color: red;
    border: 0;
    height: 30px;
    border-radius: 5px;
    margin: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.aprobacion,
.observacion,
#img-rectificacion,
.cont-observacion,
#content-pago-obs,
#content-requisitos-obs {
    display: none;
}

#primary_nav_wrap ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

#primary_nav_wrap ul a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
}

#primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0;
    z-index: 1100;
}

#primary_nav_wrap ul ul li {
    float: none;
    width: 200px;
}

#primary_nav_wrap ul li:hover > ul {
    display: block;
}

#submenu1 li {
    width: 220px;
    border-bottom: 1px dotted;
    margin-bottom: 5px;
}

#submenu1 li a {
    font-size: 11px;
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 2px;
}

#content-oec {
    justify-content: center;
}

.error_container {
    background-color: #f0c3c3;
}

.fl-select,
.fl-input {
    height: 45px !important;
}

.app-input .otrosinput {
    margin: 0 !important;
}

.alerta {
    color: #605f5f;
    font-size: 11px;
    margin: 0;
    padding-left: 10px;
}

.deleteApp {
    width: 20px;
    background-color: red;
    border: 0;
    height: 21px;
    border-radius: 5px;
    margin: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 0;
}

.contBtnDelete {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-right: 16px;
    margin-bottom: 5px;
}

.mensaje-oculto {
    display: none;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 30px;
    bottom: 30px;
    font-size: 17px;
    opacity: 0.8;
  border-radius: 5px;
}

@-webkit-keyframes fadeinout {
    0%, 100% { opacity: 0; }
    20%, 80% { opacity: 1; }
}

@keyframes fadeinout {
    0%, 100% { opacity: 0; }
    20%, 80% { opacity: 1; }
}