/*-----------------------------------------------------------------------------------------------------------------------
                                                              <--------------                  -------------->
                                                              <--------------01-05-2016-------------->
                                                              <--------------                   -------------->
----------------------------------------------------------------------------------------------------------------------- */
.section-index .btn-superUser {
  /* outline: solid 1px red; */
  position: absolute;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #000000;
  margin: -110px 5px;
  background-color: #E74C3C;
}
.section-index .btn-superUser a {
  padding: 5.5px;
  color: #F2EEEE;
  text-shadow: 2px 2px 2px #000000;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.icon-check-circle, .icon-exclamation-triangle, .icon-exclamation-circle {
    font-size: 1.8em;
    font-weight: bolder;
}
.icon-check-circle {
    /* color: #4AB529; */
    color: #00cd00;
}
.icon-exclamation-triangle {
    color: #FFFF00;
    text-shadow: 0 0 5px #000000;
}
.icon-exclamation-circle {
    color: #EB1111;
}
/* -----------------------------------------------------------------------------------------------------------------------
                                                              <--------------                  -------------->
                                                              <--------------GENERALES-------------->
                                                              <--------------                   -------------->
----------------------------------------------------------------------------------------------------------------------- */
* {
    box-sizing: border-box;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.ocultar-label {
  /* display: none !important; */
}
body {
    -ms-align-items: center;
    -ms-display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-align-items: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    background: #ECE9E6;
    background: -o-linear-gradient(right, #ECE9E6, #FFFFFF);
    background: -webkit-linear-gradient(right, #ECE9E6, #FFFFFF);
    background: linear-gradient(to left, #ECE9E6, #FFFFFF);
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    justify-content: center;
    margin: 0;
  /*  flex-direction:  -ms-column;
   flex-direction:  -webkit-column; */
  /* Chrome 10-25, Safari 5.1-6 */
  /* Chrome 10-25, Safari 5.1-6 */
  /* fallback for old browsers */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* display: -ms-flexbox;
    display: flex;
    direction: -webkit-flex-column;
    flex-direction: -ms-column;
    flex-direction: column; */
}

section {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    min-height: 60vh;
    width: 100%;
}

.head-index {
    background: none !important;
    border: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  /*  width: 100%;
 height: 100%;
 overflow: hidden;
 position: absolute; */
}
.cancelado-btn {
    background-color: #f44336 !important;
    color: #ffffff;
    font-weight: bold;
}
.head-index .background {
  /*  background-attachment: fixed;
 background-image: url("../img/loginbackground-bc.png");
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 bottom: -2.5%;
 -webkit-filter: blur(5px);
         filter: blur(5px);
 height: 100%;
 left: -2.5%;
 outline: solid red;
 position: relative;
 right: -2.5%;
 top: -2.5%;
 width: 100%; */
}

header {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    background-color: #34495e;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 100px;
    padding: 10px;
    width: 100%;
}

nav a.activo {
  /*color: #e74c3c !important;*/
  /*Alizarin - Material Design Color*/
    border: solid 2px #8870FF;
    border-radius: 5px;
    color: #8870FF;
}

header nav {
    text-align: center;
    width: 100%;
}

header nav ul {
  /* outline: solid blue; */
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

header nav ul li {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    font-weight: bold;
    height: 30px;
    list-style: none;
    padding: 5px;
    text-transform: uppercase;
    width: 15%;
}

header nav ul li a {
    line-height: 1.5em;
    transition: all .3s;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

header nav ul li:hover a {
    border-bottom: solid 3px #8870FF;
    color: #848484;
}

.hdr-user {
    width: 15%;
  /* position: relative; */
}

.hdr-user p, .hdr-user p span, .hdr-user .span-panelad a {
    color: #FFFFFF;
}

.hdr-user p {
  /* position: absolute; */
  /* margin-bottom: 20px; */
}

.hdr-user p span {
    font-weight: bold;
}
.hdr-user .div-panelhead {
  /* outline: solid red; */
  /* margin-top: 30px; */
}
.hdr-user .span-panelad a {
    text-decoration: none;
}

.body-index {
  position: relative;
  /* background-attachment: fixed;
  background-image: url("../img/loginbackground-bcb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  /*   background: #abbaab; /* fallback for old browsers *
    background: -webkit-linear-gradient(right, #abbaab, #ffffff);
    background: -o-linear-gradient(right, #abbaab, #ffffff);
    background: linear-gradient(to left, #abbaab, #ffffff); */
  /* Chrome 10-25, Safari 5.1-6 */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.section-vpoliza h1, .section-empresoporte h1 {
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}

.section-vpoliza .msg-vpoliza {
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}

.datefin {
    display: none;
}

.datefin-mostrar {
    display: initial;
}

fieldset {
    border: none;
}

select {
    padding: 2px;
    width: 100%;
}

.bodyroot {
  background-color: red;
}
section video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: -100;
}
/* -- Radio Button Fix -- */
input[type="checkbox"] { 
  -webkit-appearance: checkbox; 
  width: 100px;
}
label input[type="radio"] { 
  /* width: 5px; */
  /* margin: 20px; */
  /* outline: solid green; */
  /* margin: -200px 0 0 20px; */
 /*  -webkit-appearance: radio; 
  appearance: radio; */
  /* -webkit-appearance: radio;
    -webkit-border-radius: 0;
    border-radius: 0; */
}
.label-enviocorreo {
  /* outline: solid red; */
  /* width: 180px !important; */
}
.label-addticket .divRadioSoporte .radio-inputticket {
    display: inline-block;
    /* outline: solid blue; */
    /* padding: 10px; */
    margin: 15px 0 0 25px;
  /* width: 5px; */
}
.label-addticket .divRadioSoporte {
  /* outline: solid yellow; */
  /* width: 50px !important; */
}
.label-addticket .divRadioSoporte .radio-inputticket span input[type="radio"] {
    /* outline: solid black; */
    height: 15px;
    cursor: pointer;
    width: 15px;
    margin-left: 15px;
    -webkit-appearance: radio; 
  appearance: radio;

}
.btn-ticketpoliza {
    /* margin-left: 300px !important; */
}
.price-input {
     width: 80px;
}
/* input[type="submit"], input[type="button"] { 
  -webkit-appearance: button; 
}
select { 
  -webkit-appearance:textfield; 
} */

/* -----------------------------------------------------------------------------------------------------------------------
                                                              <--------------                  -------------->
                                                              <--------------FORM BUSQUEDA-------------->
                                                              <--------------                   -------------->
----------------------------------------------------------------------------------------------------------------------- */
.formbusqueda-tks {
  /* outline: solid red; */
    -ms-flex-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
.forms-busqueda {
  /* outline: solid blue; */
    margin-top: 15px;
}

.forms-busqueda input[type="text"] {
    border: solid 1px #848484;
    padding: 2.5px;
    transition: all ease .3s;
    transition: box-shadow 0.3s, border 0.3s;
    width: 100px !important;
}
.forms-busqueda select {
    width: 150px !important;
}

.forms-busqueda input[type="text"]:focus {
    border-bottom: solid 1px #848484;
    border: none;
}

.forms-busqueda input[type="submit"] {
    background-color: #e67e22;
    border-radius: 2.5px;
    border: none;
    padding: 2.5px;
  /*  color: $blanco;
 text-shadow: 1px 1px 2px $negro; */
  /* box-shadow: 2px 2px 2px $negro; */
}

/* .forms-busqueda input[type="submit"]:hover {
  cursor: pointer;
}
.forms-busqueda input[type="submit"]:active {
      transform: translateY(2px);
} */
.form-reg fieldset .form-reg-legend {
    margin-top: 50px;
    text-align: center;
}

.forms-busqueda .bcConocimiento .bc{
    width: 500px !important;

}
/* -----------------------------------------------------------------------------------------------------------------------
                                                              <--------------                       -------------->
                                                              <--------------FORM LOGIN - FORM REG-------------->
                                                              <--------------                       -------------->
----------------------------------------------------------------------------------------------------------------------- */
.section-index {
    -ms-flex-align: start;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.section-index .formlogin-h1 {
     width: 100%;
    color: #FFFFFF;
    font-size: 2em;
    text-align: center;
    text-shadow: 2.5px 2.5px 1px #000000;
    text-transform: uppercase;
}

.form-in {
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  /* margin-top: -200px; */
}

.form-in, .form-reg {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}

.form-reg {
  /* margin-top: -200px; */
}

.form-in fieldset {
 /*  background-color: rgba(220, 198, 224, 0.3);
  border-radius: 5px; */
}

.form-in fieldset, .form-reg fieldset {
    border: none;
    width: 300px;
}

.form-in fieldset span {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    text-shadow: 1.5px 1.5px 0.5px #000000;
}

.form-in fieldset label, .form-in fieldset input, .form-reg fieldset input {
    color: #1a1a1a;
    margin: 5px;
}

.form-in fieldset label, .form-reg fieldset label {
    display: block;
  /* text-shadow: 1px 1px 1px #000000, 2px 2px 1px #FFFFFF; */
}

.form-in fieldset label {
    font-size: 1.2em;
}

.form-in fieldset input, .form-reg fieldset input {
    -moz-transition: all .32s ease-in-out;
    -ms-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    -webkit-transition: all .32s ease-in-out;
    border-radius: 2px;
    height: 40px;
    padding: 2.5px 5px;
    transition: all .32s ease-in-out;
    width: 400px;
  /* display: inline-block; */
}

.form-in fieldset input.pass, .form-in fieldset input.mail {
    background: transparent;
    border: 2px solid #9016D1;
    color: #000000;
    font-weight: bolder;
    padding-left: 35px;
  /* text-shadow: 1px 1px 1px $negro, 2px 2px 1px $blanco; */
}

.form-in fieldset input[type="email"] {
    background-image: url("../img/inpt/114-user.png");
    background-repeat: no-repeat;
}

.form-in fieldset input[type="password"] {
    background-image: url("../img/inpt/144-lock.png");
    background-repeat: no-repeat;
}

.form-in fieldset input:focus, .form-reg fieldset input:focus {
    border-bottom: solid 1px #2ecc71;
    border: none;
}

.form-in fieldset input[type="submit"], .form-reg fieldset input[type="submit"] {
    height: 50px;
}

.form-in fieldset input[type="submit"]:hover, .form-reg fieldset input[type="submit"]:hover {
    cursor: pointer;
}

/* section-index {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    padding: 10px;
}
.section-index .span-version {
    font-size: 0.8em;
    font-style: italic;
    margin-top: 160px;
    font-weight: bold;
    margin-right: 20px;
    text-shadow: 1px 1px 1.5px #ffffff;
} */
/* fieldset {
	text-align:center;
	width:450px;
	margin:0 auto;
	padding: 10px;
    
	} */
/* -----------------------------------------------------------------------------------------------------------------------
                                                              <--------------                          -------------->
                                                              <--------------FORM CAMBIO PASSWORD-------------->
                                                              <--------------                          -------------->
----------------------------------------------------------------------------------------------------------------------- */
.section-cambiocontra {
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 93.5vh;
    justify-content: center;
}

.section-cambiocontra div {
    margin-top: 100px;
}

.section-cambiocontra div p {
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
    text-shadow: 2.5px 2px 2px #000000;
    width: 500px;
}

.form-cambiocontra {
  /* margin-top: -200px; */
}

.form-cambiocontra fieldset {
    height: 350px;
}

/* -----------------------------------------------------------------------------------------------------------------------
                                                              <--------------                  -------------->
                                                              <--------------BOTONES-------------->
                                                              <--------------                  -------------->
----------------------------------------------------------------------------------------------------------------------- */
.div-selecempre {
    margin: 0 auto;
    text-align: center;
}

.div-selecempre h2 {
    margin-top: 25px;
}

.div-selecempre div {
  /* display: block; */
  /* margin: 10px 5px; */
  /* outline: solid red; */
  /* padding: 6px 30px; */
    background: #E74C3C;
    border-radius: 5px;
    color: #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    margin: 35px 20px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    text-shadow: 1.2px 1.2px #000000, -1.2px -1.2px #838383;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    width: 100px;
}

.div-selecempre div:hover, .form-ticket .btn-nuevoticket:hover {
    background-color: #E74C3C;
    cursor: pointer;
}

/* -----------------------------------------------------------------------------------------------------------------------
                                                              <--------------                        -------------->
                                                              <--------------FORM POLIZA-------------->
                                                              <--------------                        -------------->
----------------------------------------------------------------------------------------------------------------------- */
.contact_form {
    -ms-flex-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-justify-content: center;
    border-top: solid 1px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  /* outline: solid red; */
  /* max-width: 100%; */
}

.contact_form fieldset {
  /* -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; */
  /* height: 250px; */
    border: none;
    padding: 10px;
    width: 100%;
}

.contact_form label {
    font-weight: bold;
}

.contact_form output, .contact_form span {
    font-weight: normal;
}

.contact_form label, .contact_form output {
  /* float: left; */
  /* margin-left: 80px; */
  /* width: 130px; */
    display: inline-block;
    margin: 30px;
    padding: 5px;
    vertical-align: top;
}

.select-form {
    display: inline-block;
    height: 30px;
    min-width: 200px;
}

.contact_form input[type="text"]:focus, .contact_form input[type="email"]:focus {
    border-bottom: solid 2.5px #f39c12;
    border: none;
}

.contact_form input {
  /*    height: 20px;*/
  /*  padding-right: 30px; */
  /* margin: 50px; */
    border-radius: 2px;
    border: 1px solid #AAAAAA;
    box-shadow: 5px 5px 3px #CCCCCC, 0 10px 15px #EEEEEE inset;
    margin: 10px 20px;
    padding: 5px 8px;
    width: 350px;
}

.contact_form input[type="submit"] {
    border-bottom: 3.5px solid #828282;
    border-radius: 5px;
    box-shadow: 6px 6px 6px #999;
    cursor: pointer;
    display: block;
    height: 50px;
    margin: 50px auto;
    text-align: center;
    width: 200px;
  /*   background-color: #2c3e50; */
}

.contact_form input[type="submit"]:active {
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    border-bottom: 1px solid #0045A6;
    box-shadow: 2px 2px 2px #777;
    transform: translateY(5px);
}

/* .contact_form input:focus {
    background: #fff;
    border: 1px solid #555;
    box-shadow: 0 0 3px #aaa;
  padding-right: 70px;
}

.contact_form input:focus:invalid {
    background: #fff url(img/red_asterisk.png) no-repeat 98% center;
}

.contact_form input:required:valid {
    background: #fff url(img/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.contact_form input:focus:invalid {
    background: #fff url(img/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535;
}
 */
/* -----------------------------------------------------------------------------------------------------------------------
                                                              <--------------                             -------------->
                                                              <--------------LISTADO POLIZA-------------->
                                                              <--------------                             -------------->
----------------------------------------------------------------------------------------------------------------------- */
.caja-guardar {
    border: solid 1px #848484;
    padding: 2.5px;
    transition: all ease .3s;
    transition: box-shadow 0.3s, border 0.3s;
    width: 250px;
}

.caja-guardar:focus {
    border-bottom: solid 1px #848484;
    border: none;
}

/* -----------------------------------------------------------------------------------------------------------------------
                                                              <--------------                          -------------->
                                                              <--------------VISTA TICKETS-------------->
                                                              <--------------                          -------------->
----------------------------------------------------------------------------------------------------------------------- */
.form-ticket fieldset {
  /* padding: 5px; */
    width: 100%;
}

.form-ticket .container-addticket {
    border-bottom: solid 1px #3897D9;
    margin-bottom: 20px;
    padding: 10px;
}

.form-ticket .container-addticket .container-idpoliza {
  /* display: inline; */
}

.form-ticket .container-addticket .container-idpoliza label {
    font-weight: bold;
}

/* .form-ticket .container-addticket .label-addticket span, .form-ticket .container-idpoliza span {
    font-weight: normal;
} */

.form-ticket .container-addticket .label-addticket {
  /* height: 30px; */
  /* width: 160px; */
  /* outline: solid red; */
    display: inline-block;
    font-weight: bolder;
    margin: 5px 50px;
    padding: 5px;
    vertical-align: top;
    width: 25%;
}

.form-ticket .container-addticket .label-addticket input {
    height: 50%;
    padding: 5px;
    width: 100%;
  /* margin-left: 30px; */
}
/* .form-ticket .container-addticket .label-addticket textarea {
    height: 100%;
    padding: 5px;
    width: 100%;
} */

/* .form-ticket .container-addticket .inp-solucion {
  position: relative;
  top: -40px;
} */
.form-ticket .container-addticket textarea {
    /* max-height: 50%; */
    /* min-height: 50%; */
    height: 125px;
    resize: none;
    width: 100%;
    vertical-align: bottom;
}

.form-ticket .btn-nuevoticket {
    display: block;
}

#container-add, #container-addT {
  display: none;
}

#container-add:target, #container-addT:target {
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    display: block;
    transition: all .5s ease-in-out;
}

#container-close:target ~ #container-closeadd, #container-closeT:target ~ #container-closeaddT {
    display: none;
}

.form-ticket .container-addticket input[type="submit"]:hover {
    cursor: pointer;
}

/* .submit-generar{
background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
    height:35px;
    margin-top: 25px;



} */
input.submit {
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #4fc3f7;
    border-radius: 3px;
    border: solid 1px #9016D1;
    font-weight: bold;
    height: 35px;
    margin-top: 25px;
    margin: bottom25px;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
  /* -moz-box-shadow: 5px 5px 3px #9fd574 inset; */
  /* -o-box-shadow: 5px 5px 3px #9fd574 inset; */
  /* -webkit-box-shadow: 5px 5px 3px #9fd574 inset; */
  /*  -ms-box-shadow: 5px 5px 3px #9fd574 inset; */
}

input.submit:hover {
    cursor: pointer;
    opacity: .85;
}

/* input.submit:active {
  border: 1px solid #20911e;
  box-shadow: 0 0 10px 5px #356b0b inset;
  -webkit-box-shadow: 0 0 10px 5px #356b0b inset;
  -moz-box-shadow: 0 0 10px 5px #356b0b inset;
  -ms-box-shadow: 0 0 10px 5px #356b0b inset;
  -o-box-shadow: 0 0 10px 5px #356b0b inset;
} */
/* .botonpol {

display: block;
margin-left: 10%;

     background-color: #68b12f;
        background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
        background: -webkit-linear-gradient(top, #68b12f, #50911e);
        background: -moz-linear-gradient(top, #68b12f, #50911e);
        background: -ms-linear-gradient(top, #68b12f, #50911e);
        background: -o-linear-gradient(top, #68b12f, #50911e);
        background: linear-gradient(top, #68b12f, #50911e);
        border: 1px solid #509111;
        border-bottom: 1px solid #5b992b;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
     box-shadow:  box-shadow: 5px 5px 3px #9fd574;
    -webkit-box-shadow: 5px 5px 3px #9fd574 inset;
    -moz-box-shadow: 5px 5px 3px #9fd574 inset;
    -ms-box-shadow: 5px 5px 3px #9fd574 inset;
    -o-box-shadow: 5px 5px 3px #9fd574 inset;
        color: white;
        font-weight: bold;
        padding: 6px 20px;
        text-align: center;
        text-shadow: 0 -1px 0 #396715;
        height: 50px;
    

} */
/* .boton-pdf  {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow:  box-shadow: 5px 5px 3px #9fd574;
    -webkit-box-shadow: 5px 5px 3px #9fd574 inset;
    -moz-box-shadow: 5px 5px 3px #9fd574 inset;
    -ms-box-shadow: 5px 5px 3px #9fd574 inset;
    -o-box-shadow: 5px 5px 3px #9fd574 inset;
     font-weight: bold;
    padding: 5px 0 0 0;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
    height: 30px;
    width: 150px;
    margin: 5px;
} */
/* .boton-editar{
    text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    text-align:center;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    display:inline-block;
    color: #FFF;
    background: #7F8C8D;
    padding: 6px 30px;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
} */
/* -----------------------------------------------------------------------------------------------------------------------
                                                              <--------------                       -------------->
                                                              <-------------PANEL ADMIN-------------->
                                                              <--------------                       -------------->
----------------------------------------------------------------------------------------------------------------------- */

/* EDICION EMPRESA */
.input-editar-red {
    border-radius: 5px;
    color: red;
    font-weight: bold;
    text-align: center;
  /* background-color: red; */
  /*  border: solid 2px #000000; */
  /* background-color: rgba(238, 22, 22, 0.5); */
  /* line-height: 1em; */
}

/* .botonpol:hover, .boton-pdf:hover {

    cursor: pointer;
} */
/* .columna1{
        
        width: 100px;
    
    } */
.tablaSistema {
    border-spacing: 0;
    margin-top: 40px;
    padding: 2.5px;
    text-align: center;
    width: 100%;
  /* margin: 10px 20px; */
}
.tablaSistema thead {
  /* position: fixed; */
}
.tablaSistema colgroup col.columna-ticket13, .columnaColor1 {
    background-color: #EDD834;
}
.tablaSistema colgroup col.columna-ticket14, .columnaColor2 {
    background-color: #FCB941 !important;
}
.tablaSistema .tablaCaption {
    font-weight: bold;
}
.tablaSistema thead tr th {
    background-color: #34495e;
    color: #ffffff;
    /* height: 50px; */
    padding: 2px;
    text-transform: uppercase;
}
.tablaSistema tbody tr {
    height: 50px;
    padding: 2px;
}
.tablaSistema colgroup col {
    width: 8%;
}
.tablaSistema colgroup .primera-col, .tablaSistema colgroup .ultima-col {
    width: 2%;
}
/* .tablaSistema colgroup col.columna-ticket2, .tablaSistema colgroup col.columna-ticket3, .tablaSistema colgroup col.columna-ticket5 {
  background-color: blue;
  width: 1500px;
} */
.tablaSistema tbody tr td {
    border-bottom: 1px solid #000000;
    border-left: 1px dotted #373737;
    font-size: 0.9em;
  /* outline: solid yellow; */
}

.tablaSistema tbody tr:nth-child(odd) {
  /*background-color: rgba(60, 60, 60, 0.3);*/
    background-color: rgba(79, 193, 233, 0.3);
  /*Aqua - Material Design Color*/
}

.tablaSistema tbody tr:nth-child(even) {
  /*background-color: rgba(215, 215, 215, 0.5);*/
    background-color: rgba(129, 207, 224, 0.3);
  /*Teal - Material Design Color*/
}
.tablaSistema tbody tr:hover {
    background-color: #1abc9c !important;
  /* -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95); */
}

.asfalto {
    background-color: #34495e;
}

.tablaSistema tbody tr td .btn-eliminar, .tablaSistema tbody tr td .btn-cancelar {
    color: #000000;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
  /* background: #7F8C8D; */
  /* margin: 10px 5px; */
  /* padding: 3px; */
  /* padding: 6px 30px; */
  /* white-space: nowrap; */
  /* width: 25px; */
}

.tablaSistema tbody tr td .btn-eliminar a, .tablaSistema tbody tr td .btn-cancelar a {
    color: #000000;
    text-decoration: none;
}

.tablaSistema tbody tr td .btn-eliminar .iconbasura, .tablaSistema tbody tr td .btn-cancelar .iconall {
    font-size: 1.5em;
}

.tablaSistema tbody tr td .btn-eliminar:hover .iconbasura, .tablaSistema tbody tr td .btn-cancelar:hover .iconall {
    color: #E61818;
    cursor: pointer;
}

.datefin-mostrar {
    display: initial;
}

.spanref {
  /* width: 250px; */
    display: block;
    font-size: 11px;
}

/* .datoss{
     border: 1px solid #000000;

     box-shadow: 5px 5px 3px #C3C3C3;

      font-size: 18px;

      font-family: Arial, Verdana;

      padding-left: 7px;

      padding-right: 7px;

      padding-top: 10px;

      padding-bottom: 10px;

      border-radius: 4px;

      -moz-border-radius: 4px;
     -webkit-border-radius: 4px;

      -o-border-radius: 4px;

      background: #FFFFFF;

      background: linear-gradient(left, #FFFFFF, #F7F9FA);

      background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);

      background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);

      background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);

      color: #2E3133;
} */
/* .datoss:hover{
    cursor: pointer;

    border: 1px solid #000000;
    background-color: rgba(69, 156, 57, 0.2);

    background: linear-gradient(left,69, 156, 57, 0.2, 69, 156, 57, 0.2);

      background: -moz-linear-gradient(left, 969, 156, 57, 0.2,69, 156, 57, 0.2);

      background: -webkit-linear-gradient(left, 69, 156, 57, 0.2 ,69, 156, 57, 0.2);

      background: -o-linear-gradient(left, 69, 156, 57, 0.2, 69, 156, 57, 0.2);

      font-style: italic;

      color: #8B8B8B;
} */
/* .datoss option
   {
   border: 1px solid #DBE1EB;

      border-radius: 4px;

      -moz-border-radius: 4px;

      -webkit-border-radius: 4px;

      -o-border-radius: 4px;

      }
 */


/* -----------------------------------------------------------------------------------------------------------------------
                                                              <--------------                  -------------->
                                                              <--------------ICONOS-------------->
                                                              <--------------                   -------------->
----------------------------------------------------------------------------------------------------------------------- */
.iceditar {
    font-size: 1em;
}

.iceditar a {
    text-decoration: none;
}

.iconnewticket {
    font-size: 1.5em;
}

/* -----------------------------------------------------------------------------------------------------------------------
                                                              <--------------                  -------------->
                                                              <--------------BOTONES-------------->
                                                              <--------------                   -------------->
----------------------------------------------------------------------------------------------------------------------- */
.btn {
    border-radius: 5px;
    box-shadow: 2px 2px 2px #000000;
    color: #FFFFFF;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    margin: 10px auto;
    text-shadow: 2px 2px 2px #000000, 5px 2px 2px #282828;
    transition: all 0.2s ease-in-out;
  /*  text-shadow: 2px 2px rgba(75, 75, 75, 1.0); */
}

.btn a {
    color: #ffffff;
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 2px #000000, 5px 2px 2px #282828;
}

.btn span {
    vertical-align: middle;
}

.btn:hover {
    background: #9C9C9C;
    cursor: pointer;
}

.btn:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.btn-settingspa {
    background-color: #e67e22;
    margin-left: 10px !important;
}

.btn-settingspa a {
    text-shadow: 2px 2px 2px #000000, 4px 4px 3px #000000, 5px 3px 3px #282828;
}

/* 
display: block;
  // outline: solid yellow;
  text-align: center;
.btn-settings a span {
  vertical-align: middle;
  // width: 40px;
  display: block;
  outline: solid blue;
} */
.btn-guardar {
    width: 100px;
}

.boton-pdf, .btn-gticket, .boton-editar, .btn-settingspa {
    width: 40px;
}

.btn-nuevoticket {
    background-color: #E74C3C;
    margin-right: 20px;
    width: 50px;
}

.btn-closeticket {
    background-color: #22313F;
}

/*  {
    padding: 6px 30px;
    white-space: nowrap;
    background: #7F8C8D;
  
    color: #FFF;
    display: inline-block;
   
  
    text-align: center;
    text-decoration: none;
    
    width: 100px;
}
.btn-gticket {
    border-radius: 5px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    margin: 10px 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
} */
.boton-pdf a, .boton-editar a {
  /* outline: solid red; */
}

.azul {
    background: #3498DB;
    border: 1px solid #2980B9;
}

.rojo {
    background: #E74C3C;
    border: 1px solid #C0392B;
}

.btn-guardar, .btn-gticket {
    background-color: #87766C;
    border: 1px solid #C0392B;
    white-space: normal;
}

.verde {
    background-color: #2bc06a;
    border: 1px solid #C0392B;
}

/* 
.alertify-notifier .ajs-message.ajs-success {
  color: #000000 !important;
  text-shadow: 1.2px 1.2px #000000, -1.2px -1.2px #838383 !important;
} */

/* -----------------------------------------------------------------------------------------------------------------------
                                          <--------------                  -------------->
                                                <--------------ESTILOS CATALOGO-------------->
                                          <--------------                   -------------->
----------------------------------------------------------------------------------------------------------------------- */
.section-catalogo {
  width: 100%;
}
.section-catalogo .container-catalogo {
  outline: solid red;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* height: 200px; */
  /* min-height: 100vh; */
}

.container-catalogo .container-categoria {
  text-align: center;
  border: solid 1px blue;
  border-radius: 5px;
  flex: 0 1 auto;
  width: 15%;
  margin: 10px;
  padding: 5px;
  /* outline: solid blue; */
  /* display: flex; */

}
.container-catalogo .container-categoria figure a img {
  width: 50%;
}
.container-catalogo .container-categoria figure figcaption {
  font-weight: bold;
}

/* -----------------------------------------------------------------------------------------------------------------------
                                          <--------------                  -------------->
                                                <--------------ESTILOS VISTA CATEGORIA-------------->
                                          <--------------                   -------------->
----------------------------------------------------------------------------------------------------------------------- */
.section-vistaCategoria {

}
.section-vistaCategoria .tablaSistema tbody tr td img {
  width: 50%;
}

/* -----------------------------------------------------------------------------------------------------------------------
                                          <--------------                  -------------->
                                                <--------------ESTILOS VISTA COTIZACIÓN-------------->
                                          <--------------                   -------------->
----------------------------------------------------------------------------------------------------------------------- */
.section-cotizacion form fieldset .containerCotizacion {
  display: flex;
  justify-content: space-around;
  /* flex-wrap: wrap; */
}
.section-cotizacion form fieldset .containerDis-Uno {

}
.section-cotizacion form fieldset .containerCotizacion div  {
  /* outline: solid blue; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  /* margin: 10px; */
  /* flex: 0 1 auto; */
  /* width: 100%; */
}
.section-cotizacion form fieldset .containerCotizacion div h2 {
  width: 100%;
  text-align: center;
  /* margin-bottom: 100px; */
}
.section-cotizacion form fieldset .containerCotizacion div label {
  margin: 10px;
  /* outline: solid red; */
  width: 50%;
  /* text-align: center; */
  /* padding: 20px; */
}
.section-cotizacion form fieldset .containerCotizacion div label input {
  width: 300px;
  padding: 5px;
  /* height: 20px; */
}
.section-cotizacion form fieldset .modificarInput {
  /* margin-left: 43%; */
  /* width: 100%; */
  outline: solid red;
}
.section-cotizacion form fieldset .btn-Cotizacion  {
  width: 200px;
  height: 50px;
  margin-top: 10px;
  margin-left: 42%;
  cursor: pointer;
}

/* -----------------------------------------------------------------------------------------------------------------------
                                          <--------------                  -------------->
                                                <--------------ESTILOS VISTA B. CONOCIMIENTOS-------------->
                                          <--------------                   -------------->
----------------------------------------------------------------------------------------------------------------------- */

.section_bConocimiento {
  /* outline: solid red; */
}

.container_bConocimeinto {
  /* outline: solid blue; */
  /* min-height: 100vh; */
}

.container_infoConocimiento {
  /* outline: solid green; */
  /* margin-bottom: 20px; */
  /* padding: 2px; */
}
/* .container_infoConocimiento > h1 {
  font-weight: bolder;
  text-transform: uppercase;
  background-color: red;
}
*/
.container_infoConOculto {
  /* background-color: #F3F3F3; */
  /* display: none; */
} 

.container_bConocimeinto{
background-color: rgba(0, 64, 110, 0.8);
padding: 25px 25px;
}

.container_infoConOculto{
background-color: #C6C5C5;
  border: 2px solid;
  /* border-radius: 25px 25px; */
}

.causa{
background-color: rgba(0, 64, 110, 0.8);
color: white;
}