.wrapper {
    box-shadow: 0px 15px 40px 2px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    position: relative;
    background-color: #f6f6f3;
    border-radius: 15px;
    width: 350px;
    margin: 0 auto;
    padding: 0px;
}
.wrapper-body{

    display: flex;
    flex-direction: column;
    position: relative;
    padding: 10px;
}

.detalle-label
 {
    text-align: center;
    color: #000000;
 }

.detalle-titulo
{
    font-size: 20px;
}

.detalle-p
{
    text-align: center;
    font-family: fantasy;
    font-size: 42px;
    color: #1c1b5a;
}


/*SLIDER para el div*/
.ui-widget-content {
    border: 1px solid #bdc3c7;
    background: #e1e1e1;
    color: #222222;
    margin-top: 4px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width:  3.2em;
    height: 1.2em;
   /*cursor: default;*/
    margin: 0 -5px auto !important;
    text-align: center; 
    line-height: 30px;
    color: #FFFFFF;
    font-size: 15px;
}

.ui-slider-handle:focus {
   outline:0px;
}

.ui-slider .ui-slider-handle .glyphicon {
    color: #FFFFFF;
    margin: 0 3px; 
    font-size: 11px;
    opacity: 0.5;
}

.ui-corner-all {
    border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -4px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #f9f9f9;
    background: #5cb85c;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
    cursor: -webkit-grab;
}

.ui-slider a,
.ui-slider a:focus {
    cursor: pointer;
    outline: none;
}

#Solicitud
{
    /* margin: 20px auto; */
    border: none;
    /* display: inline-block; */
    box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.3);
    background: linear-gradient(to left, rgb(240, 125, 0), rgb(239, 121, 0));
    padding: 11px 50px;
    border-radius: 25px;
    color: #ffffff;
    
    font-size: 18px;
}


.breadcrumb {
   /* display: flex; 
    margin: auto;*/
   box-shadow: 0px 15px 40px 2px rgba(0, 0, 0, 0.2);
    background-color: #f6f6f3;
    border-radius: 15px;
   /* margin-bottom: 20px; 
    list-style: none; 
    background-color: #ffffff; 
    border-radius: 4px;
    padding: 0px;*/
}

.extras {
    background: #f6f6f3;
    border-radius: 4px;
    padding: 0 10px;
    height: auto;
    width: 100%;
    z-index: 9000;
    box-shadow: 0 3px 5px rgba(0,0,0,0.3);
    border-top: 1px solid #dedede;
}
.table-responsive{
    overflow-x: visible;
}


.selcls { 
    padding: 9px; 
    border: solid 1px #517B97; 
    outline: 0; 
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#FFFFFF)); 
    background: -moz-linear-gradient(top, #FFFFFF, #CAD9E3 1px, #FFFFFF 25px); 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
} 

/*-----------------------------------------------------------------------------------------------*/


body {background-color: rgba(251,252,252,1);}

body,td,th {color: rgba(0,0,0,1);}

.highlight { background-color: yellow; }

.check{opacity:0.5;color:#996;}

.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}

.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
}

.centrado{
    color: white;
    font-size: x-small;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.portadaBUS 
{
    /* background: url('https://coonorte.com.co/Coonorte_old/vista/img/busss.jpg'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
   
}

.opacity{
    background-color:rgb(255,0,0);
    opacity:0.6; /* Opacidad 60% */
    width:200px;
    height:70px;
 }

.todo-transparente {
    background-color: rgb(255, 255, 255); /* o background-color:#000000; */
    opacity: 0.5;
    color:#FFFFFF;
}
 
/* Extra small devices (phones, 600px and down) Motorola, PC, Samsung */
@media only screen and (max-width: 600px) {
/* Solo el fondo del contenedor tendrá una opacidad del 50%.
* Su contenido será opaco 100%. */
.fondo-transparente-cont-opaco {
	background-color: rgba(255, 255, 255, 0.7);
	color:#FFFFFF;
	width: 90%;
}	
}

/* Small devices (portrait tablets and large phones, 600px and up) PC */
@media only screen and (min-width: 600px) {
/* Solo el fondo del contenedor tendrá una opacidad del 50%.
* Su contenido será opaco 100%. */
.fondo-transparente-cont-opaco {
	background-color: rgba(255, 255, 255, 0.7);
	color:#FFFFFF;
	width: 70%;
}
	
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
/* Solo el fondo del contenedor tendrá una opacidad del 50%.
* Su contenido será opaco 100%. */
.fondo-transparente-cont-opaco {
	background-color: rgba(255, 255, 255, 0.7);
	color:#FFFFFF;
	width: 70%;
}
}
	
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
/* Solo el fondo del contenedor tendrá una opacidad del 50%.
* Su contenido será opaco 100%. */
.fondo-transparente-cont-opaco {
	background-color: rgba(255, 255, 255, 0.7);
	color:#FFFFFF;
	width: 70%;
}	
	
}

