.*{
	margin: 0;
	padding: 0;
}

.slider-all textarea,.slider-all input[type="text"]{border: 1px solid gray;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}

.slider-all{
  width: 1115px;
  margin: 30px auto;
  overflow: hidden;
}
.back-slider, .next-slider{
  width: 50px;
  float: left;
  height: 400px;

}

.next-slider span{
   transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-webkit-transform:rotate(180deg); /* Safari and Chrome */
cursor: pointer;
}

.back-slider span, .next-slider span{
    margin-top: 200px;
    display: block;
    cursor: pointer;
}

#slider-content{
	width: 1012px;
	margin: 15px auto;
   margin-bottom: 0;
   float: left;
}
#slider-data {
   width: 970px;
   margin: 0 auto;
   margin-bottom: 30px;
   overflow: hidden;
}

#slider-data p{
  width: 50px;
  float: left;
  margin-top: 10px;
}

.slider {
	width: 1024px;
	height: 395px;
	overflow: hidden;
	margin: 0 auto;
}

.slider ul {
	width: 15000px;
	list-style: none !important;
}



.new-slide{
	float: left;
	width: 1024px;
}

.slider-body{
   width: 950px;
   height: 380px;
   border: 1px gray solid;
   margin-right: 30px;
   overflow: hidden;
   display: block;
   margin: 0 auto;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}

.column-slider-2{
	float: left;
	width: 45%;
	margin-top: 25px;
      margin-left: 27px;
}

.column-slider-1{
  width: 72%;
  margin: 25px auto;
}

.column-slider-1 input,.column-slider-1 select{
  width: 300px;
}
.column-slider-1 label{
  width: 200px !important;
  text-align: right !important;
}
.column-slider-2 input,.column-slider-2 select{
  width: 230px;
}

.slider label{
width: 155px;
display: inline-block;
text-align: right;
margin-bottom: 20px;
vertical-align: top;
}

.editor{
	width: 800px;
}


#contenedor{
   margin:0 auto;
   text-align:center;
   width:360px;
}

.progress-bar {
   background-color: #1a1a1a;
   height: 25px;
   padding: 5px;
   width: 350px;
   margin: 50px 0;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   -moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
   -webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
   box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}

.progress-bar span {
   display: inline-block;
   height: 25px;
   width: 200px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
   -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
   box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
   -webkit-transition: width .4s ease-in-out;
   -moz-transition: width .4s ease-in-out;
   -ms-transition: width .4s ease-in-out;
   -o-transition: width .4s ease-in-out;
   transition: width .4s ease-in-out;
}

.blue span {
   background-color: #34c2e3;
}

.orange span {
   background-color: #fecf23;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215));
   background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
   background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
   background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
   background-image: -o-linear-gradient(top, #fecf23, #fd9215);
   background-image: linear-gradient(top, #fecf23, #fd9215);
}

.green span {
   background-color: #a5df41;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
   background-image: -webkit-linear-gradient(top, #a5df41, #4ca916);
   background-image: -moz-linear-gradient(top, #a5df41, #4ca916);
   background-image: -ms-linear-gradient(top, #a5df41, #4ca916);
   background-image: -o-linear-gradient(top, #a5df41, #4ca916);
   background-image: linear-gradient(top, #a5df41, #4ca916);
}

.stripes span {
   -webkit-background-size: 30px 30px;
   -moz-background-size: 30px 30px;
   background-size: 30px 30px;
   background-image: -webkit-gradient(linear, left top, right bottom,
   color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
   color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
   color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
   to(transparent));
   background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
   transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
   transparent 75%, transparent);
   background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
   transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
   transparent 75%, transparent);
   background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
   transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
   transparent 75%, transparent);
   background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
   transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
   transparent 75%, transparent);
   background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
   transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
   transparent 75%, transparent);
   -webkit-animation: animate-stripes 3s linear infinite;
   -moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
   0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
   0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

#slider-data progress{
   width: 600px;
   height: 20px;
   float: left;
   margin-top: 10px;
   margin-right: 20px;
}

#producto-title{
   color: white;
   padding: 10px 190px;
   margin-bottom: 10px;
   background: #3fa3c9;
}

.sin-borde{
   border: none;
}
.jqte_editor ul{
   width: auto;
}
.jqte_editor ul li{
   list-style: disc;
}

.jqte_editor ol li{
   list-style: decimal;
}

.custom-input-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.custom-input-file .input-file {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}
form{
   position: relative;
}

.confirmacion{
  display: none;
   border-radius: 5px;
   padding: 8px 16px;
   vertical-align: top;
   background-color: rgb(22, 175, 22);
   color: white;
   font-weight: bold;
   font-size: 13px;
   border: none;
   cursor: pointer;
   margin-left: 50px;
   margin-right: 20px;
}


.ui-button-text{
  height: 19px !important;
}
/*Tamaño de los resultados combobox autocompletado Contratante*/
.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    /* Scroll horizontal */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 300px;
  }

  .content-travesia{
    width: 65%;
    height: 90%;
    margin: auto auto;
    margin-top: 30px;
  }

  .content-travesia #title-modalidad{
    border: 0;
    font-size: 23px;
    width: 100%;
    border-bottom: 2px solid gray;
    margin-bottom: 20px;
  }

  .content-travesia thead{
    font-size: 17px;
    text-align: center;
  }

  .content-travesia tbody{
    text-align: center;
    font-size: 16px;
  }

  .content-travesia tr{
    height: 30px;
    vertical-align: middle;
  }



  #enviar-producto{
    border: none;
    background-color: green;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    float: right;
    margin-right: 45px;
  }

    #crear-producto{
    border: none;
    background-color: green;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    float: right;
    margin-right: 5px;
    cursor:pointer;
  }

  .input-table{
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
  }

input[type="radio"]{
  width: 20px!important;
}

input[type="checkbox"] {
  width: 20px!important;
}

.advertencia-content{
  margin: 0 auto;
  width: 885px;
}
.advertencia-content ul li {
  list-style: disc;
  margin-left: 15px;
}
.aviso-guardar ul li{
  list-style: disc;
  margin-left: 15px;
}
.advertencia-title{
  background: #f2dede;
  color: #b94a48;
  padding: 3px 10px;
  font-size: 16px;
  text-align: center;
}

.exclusiones, .previo-aviso{
  padding-left: 30px;
  padding-bottom: 20px;
  display: inline-block;
  width: 405px;
  vertical-align: top;
}

.advertencia-subtitle{
  text-decoration: underline;
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0;
}

.aviso-guardar{
  font-size: 11px;
}

/*Estilos dialog*/
.alert .ui-widget-header {
    background:url(images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% 50% repeat-x;
    border:none;
}

.ui-widget-overlay {
opacity: 0.5 !important;

}

.title-column-1{
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  text-decoration: underline;
}

.title-column-2{
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  text-decoration: underline;
}