/**********Fieldset***************/
fieldset.scheduler-border {
    border: 0.1999em solid #d0e0e0 !important;
    border-radius:5px;
    padding: 0 1.4em 0.5em 1.4em !important;
    margin: 0 0 0.5em 0 !important;
	color: #111111 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #fff;
            box-shadow:  0px 0px 0px 0px #fff;
	font-size:14px !important;
}

legend.scheduler-border {
    
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    color: #304ffe!important;
    padding:0 1px;
    border-bottom:none;
    font-size:12px !important;
}

fieldset.scheduler-semaforo {
  border-radius:5px;
  border: 3px solid #304ffe !important;
  padding: 0 1.4em 0.5em 1.4em !important;
color: #304ffe !important;
  
font-size:14px !important;
}

legend.scheduler-semaforo {
  
  font-weight: bold !important;
  text-align: left !important;
  width:auto;
  color: #304ffe!important;
  padding:0 1px;
  border-bottom:none;
  font-size:11px !important;
}
/**Boton imagen */
#boton-imagen {
    padding: 5px !important; 
    border-radius: 5px !important;
    cursor: pointer !important;
  }
  

  
  #texto-imagen {
    margin-left: 10px !important;
    font-family: sans-serif !important;
    color: #777 !important;
  }
/*****************/

/******Select 2***/
  .select2 {
    width:'resolve' !important;
    
    }

    

/*****************Modal********************/

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  width: 100% !important;
 
}


/* irrelevant styling */
/*body { text-align: center; }
body p { 
  max-width: 400px; 
  margin: 20px auto; 
}*/
#tallModal .modal-body p { margin-bottom: 900px }

/*******/



.boton i,
.boton span {
  margin-left: 5px;
}

.boton {
  border-radius: 15px;
  display: inline-block;
  border: 1px solid transparent;
  text-transform: capitalize;
  font-size: 15px;
  outline: none;
  padding: 10px 19px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.boton-primary {
  color: #fff;
  background-color: #304ffe;
  border-color: #304ffe;
}

.boton-primary:hover {
  background-color: #2137b1;
  border-color: #2137b1;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.boton-success {
  color: #fff;
  background-color: #00c853;
  border-color: #00c853;
}



.boton-success:hover {
  background-color: #008c3a;
  border-color: #008c3a;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.boton-warning {
  color: #fff;
  background-color: #ffab00;
  border-color: #ffab00;
}

.boton-warning:hover {
  background-color: #b27700;
  border-color: #b27700;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.boton-danger {
  color: #fff;
  background-color: #d32f2f;
  border-color: #d32f2f;
}

.boton-danger:hover {
  background-color: #932020;
  border-color: #932020;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.boton-secondary {
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
}

.boton-secondary:hover {
  background-color: #263238;
  border-color: #263238;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.boton-info {
  color: #fff;
  background-color: #0091ea;
  border-color: #0091ea;
}

.boton-info:hover {
  background-color: #0065a3;
  border-color: #0065a3;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

/**BackGround**/
.boton-primary {
  background-color: #5086c1 !important;
  border-color: #5086c1 !important;
}

.boton-primary:hover {
  background-color: #5086c1 !important;
  border-color: #5086c1 !important;
}

.card-primary:not(.card-outline)>.card-header {
  background-color: #5086c1 !important;
}

.bg-primario {
  background-color: #5086c1 !important;
}
.bg-primario, .bg-primario>a {
  color: #fff!important;
}

.bg-secundario {
  background-color: #37474f !important;
}
.bg-secundario, .bg-secundario>a {
  color: #fff!important;
}

.bg-informacion {
  background-color: #0091ea !important;
}
.bg-informacion, .bg-informacion>a {
  color: #fff!important;
}

.bg-cyan {
  background-color:#448aff !important;
}
.bg-cyan, .bg-cyan>a {
  color: #fff!important;
}

.bg-peligro {
  background-color: #ef5350 !important;
}
.bg-peligro, .bg-peligro>a {
  color: #fff!important;
}

/*end backGround*/


/*Card background*/

.card-primary:not(.card-outline)>.card-header, .card-primary:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-primary:not(.card-outline)>.card-header {
  background-color: #304ffe;
}

.card-primary-light:not(.card-outline)>.card-header, .card-primary-light:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-primary-light:not(.card-outline)>.card-header {
  background-color: #304ffe;
  opacity: .70;
  filter: alpha(opacity=70);
}

.card-secondary:not(.card-outline)>.card-header, .card-secondary:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-secondary:not(.card-outline)>.card-header {
  background-color: #37474f;
}

.card-secondary-light:not(.card-outline)>.card-header, .card-secondary-light:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-secondary-light:not(.card-outline)>.card-header {
  background-color: #37474f;
  opacity: .70;
  filter: alpha(opacity=70);
}

.card-success:not(.card-outline)>.card-header, .card-success:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-success:not(.card-outline)>.card-header {
  background-color: #00c853;
}

.card-success-light:not(.card-outline)>.card-header, .card-success-light:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-success-light:not(.card-outline)>.card-header {
  background-color: #00c853;
  opacity: .80;
  filter: alpha(opacity=80);
}

.card-warning:not(.card-outline)>.card-header, .card-warning:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-warning:not(.card-outline)>.card-header {
  background-color: #ffab00;
}

.card-warning-light:not(.card-outline)>.card-header, .card-warning-light:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-warning-light:not(.card-outline)>.card-header {
  background-color: #ffab00;
  opacity: .70;
  filter: alpha(opacity=70);
}



.card-purple:not(.card-outline)>.card-header, .card-purple:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-purple:not(.card-outline)>.card-header {
  background-color: #d500f9;
}

.card-purple-light:not(.card-outline)>.card-header, .card-purple-light:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-purple-light:not(.card-outline)>.card-header {
  background-color: #d500f9;
  opacity: .70;
  filter: alpha(opacity=70);
}


.card-orange:not(.card-outline)>.card-header, .card-orange:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-orange:not(.card-outline)>.card-header {
  background-color: #ff5722;
}

.card-orange-light:not(.card-outline)>.card-header, .card-orange-light:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-orange-light:not(.card-outline)>.card-header {
  background-color: #ff5722;
  opacity: .70;
  filter: alpha(opacity=70);
}


.card-red:not(.card-outline)>.card-header, .card-red:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-red:not(.card-outline)>.card-header {
  background-color: #f44336;
}

.card-red-light:not(.card-outline)>.card-header, .card-red-light:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-red-light:not(.card-outline)>.card-header {
  background-color: #f44336;
  opacity: .70;
  filter: alpha(opacity=70);
}


.card-info:not(.card-outline)>.card-header, .card-info:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-info:not(.card-outline)>.card-header {
  background-color: #2196f3;
}

.card-info-light:not(.card-outline)>.card-header, .card-info-light:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-info-light:not(.card-outline)>.card-header {
  background-color: #2196f3;
  opacity: .70;
  filter: alpha(opacity=70);
}


.card-gray:not(.card-outline)>.card-header, .card-gray:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-gray:not(.card-outline)>.card-header {
  background-color: #607d8b;
}

.card-gray-light:not(.card-outline)>.card-header, .card-gray-light:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-gray-light:not(.card-outline)>.card-header {
  background-color: #607d8b;
  opacity: .70;
  filter: alpha(opacity=70);
}


.card-lila:not(.card-outline)>.card-header, .card-lila:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-lila:not(.card-outline)>.card-header {
  background-color: #474f97;
}

.card-lila-light:not(.card-outline)>.card-header, .card-lila-light:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-lila-light:not(.card-outline)>.card-header {
  background-color: #474f97;
  opacity: .70;
  filter: alpha(opacity=70);
}
/*End card background*/

/***/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #2196f3;
  border-color: #2196f3;
  padding: 1px 10px;
  color: #fff !important;
}


[class^="boton-"].disabled {
  opacity: .65;
  filter: alpha(opacity=65);
}



.boton-block {
  display: block;
  width: 100%;
}

.boton.disabled, .boton:disabled {
  opacity: 0.65;
}
.boton.disabled, .boton:disabled {
  cursor: not-allowed;
}





button, select {
  text-transform: none;
}
button, input {
  overflow: visible;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 1px;
}
*, *::before, *::after {
  box-sizing: border-box;
}

.boton:not(:disabled):not(.disabled) {
  cursor: pointer;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button:active {
  
  border-color: #ffffff;
  letter-spacing: 1px ;
}

.boton-xlg {
  padding: 14px 20px;
  font-size: 21px;
  line-height: 40px;
}

.boton-lg {
  padding: 12px 18px;
  font-size: 18px;
  line-height: 32px;
}

.boton-md {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 23px;
}

.boton-sm {
  padding: 8px 14px;
  line-height: 16px;
  font-size: 15px;
}


.boton-mini {
  padding: 5px 10px;
  line-height: 14px;
  font-size: 10px;
}


/**Card *****/

/*.card {
  font-size: 11px !important; 
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgb(231, 231, 231);
  border-radius: 20px;
  
}

.card:hover {
  font-size: 11px !important; 
  background-color: #007bff;
  border-bottom: 1px solid #007bff;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.card-pricing {
  font-size: 11px !important; 
  border-radius: 3px;
  border: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.card-pricing__header {
  
  border-bottom: 1px solid #857979;
  padding: 5px 5px;
}

.card-pricing__price {
  font-size: 11px !important; 
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0;
}*/

#cardOCV {
  font-size: 12px !important; 
  font-family: "inherit";
  font-weight: bold;
  width: auto;
  height: 550px;
  overflow: auto;
  left: 35px;
}

.botonimagen{
  border-radius: 250px;
  display: inline-block;
  border: 1px solid transparent;
  text-transform: capitalize;
  font-size: 15px;
  outline: none;
  padding: 10px 19px;
  cursor: pointer;
  transition: all 0.4s ease;
}


.circulo-red{
  width: 60px;
  height: 60px;
  font-size: 8px !important;
  border-radius: 250px;
  display: inline-block;
  border: 1px solid red;
  background-color: red;
  color: white;
   
}

.circulo-yellow{
  width: 60px;
  height: 60px;
  font-size: 8px !important;
  border-radius: 250px;
  display: inline-block;
  border: 1px solid yellow;
  background-color: yellow;
  color: white;
   
}

.circulo-green{
  width: 60px;
  height: 60px;
  font-size: 8px !important;
  border-radius: 250px;
  display: inline-block;
  border: 1px solid green;
  background-color: green;
  color: white;
   
}

.izquierda{
  float:left;
}
.derecha{
  float:right;
}
.centro{
  position: fixed; 
            top: 50%; 
            left: 50%; 
            margin-top: -100px; 
            margin-left: -100px;
}
.imagen{
  border-radius: 50%;
  padding: 1px;
  border: 1px solid transparent;
  background: linear-gradient(60deg, #EFA51A 10%, #ce00 100%);
}


.tarjeta {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.tarjeta {
  box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
  margin-bottom: 1rem;
}

.tarjeta-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  cursor: pointer;
}

/*.tarjeta-body:hover {
  font-size: 11px !important; 
  background-color: #1a252e;
  border-bottom: 1px solid #1a252e;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}*/



.tarjeta-primary:not(.tarjeta-outline)>.tarjeta-header, .tarjeta-primary:not(.tarjeta-outline)>.tarjeta-header a {
  color: #fff;
}
.tarjeta-primary:not(.tarjeta-outline)>.tarjeta-header {
  background-color: #1d93ca;
}
.tarjeta-header:first-child {
  border-radius: calc(.25rem - 0) calc(.25rem - 0) 0 0;
}
.tarjeta-header {
  background-color: gray;
  border-bottom: 1px solid rgba(0,0,0,.125);
  padding: .75rem 1.25rem;
  position: relative;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.tarjeta-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 0 solid rgba(0,0,0,.125);
}
.tarjeta-title {
  float: left;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.tarjeta-title {
  margin-bottom: 1px;
}
.tarjeta-header>.tarjeta-tools {
  float: right;
  margin-right: -.625rem;
}
.h3, h3 {
  font-size: 18px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h3 {
  display: block;
  font-size: 18px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}


.circulo-producto{
  width: 20px;
  height: 20px;
  font-size: 8px !important;
  border-radius: 250px;
  display: inline-block;
  border: 1px solid rgb(66, 83, 156);
  background-color: rgb(66, 83, 156);
  color: white;
}

.circulo-transportista{
  width: 20px;
  height: 20px;
  font-size: 8px !important;
  border-radius: 250px;
  display: inline-block;
  border: 1px solid rgb(150, 94, 21);
  background-color: rgb(150, 94, 21);
  color: white; 
}

.circulo-ruta{
  width: 20px;
  height: 20px;
  font-size: 8px !important;
  border-radius: 250px;
  display: inline-block;
  border: 1px solid rgb(119, 59, 24);
  background-color: rgb(119, 59, 24);
  color: white;
}

.circulo-entregado{
  width: 20px;
  height: 20px;
  font-size: 8px !important;
  border-radius: 250px;
  display: inline-block;
  border: 1px solid rgb(11, 22, 68);
  background-color: rgb(11, 22, 68);
  color: white;
}

.circulo-pagado{
  width: 20px;
  height: 20px;
  font-size: 8px !important;
  border-radius: 250px;
  display: inline-block;
  border: 1px solid #00c0ef;
  background-color: #00c0ef;
  color: white;
}



/*****Card ****/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0,0,0,.125);
  border-radius: .25rem;
  font-family: sans-serif ,"Roboto";
}

.card {
  box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
  margin-bottom: 1rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}




.card-header:first-child {
  border-radius: calc(.25rem - 0) calc(.25rem - 0) 0 0;
}
.card-header {
  background-color: white;
  border-bottom: 1px solid rgba(0,0,0,.125);
  padding: .75rem 1.25rem;
  position: relative;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 0 solid rgba(0,0,0,.125);
}
.card-title {
  float: left;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.card-title {
  margin-bottom: 1px;
}
.card-header>.card-tools {
  float: right;
  margin-right: -.625rem;
}
.btn-tool {
  color: #97a0b3;
  padding: 5px;
  font-size: 12px;
  background: transparent;
}

.btn-tool:hover {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.btn-tool-white {
  color: #fff;
  padding: 5px;
  font-size: 12px;
  background: transparent;
}

.btn-tool-white:hover {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.card-header>.card-tools .input-group, .card-header>.card-tools .nav, .card-header>.card-tools .pagination {
  margin-bottom: -.3rem;
  margin-top: -.3rem;
}
.ml-auto, .mx-auto {
  margin-left: auto!important;
}
.nav {
 
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}



.nav-pills .nav-link {
  color: #6c757d;
}
.nav-pills .nav-link {
  border-radius: .25rem;
}
.nav-link {
  
  padding: .5rem 1rem;
}

/**************Tooltip**************************/
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}




