<style>
.modal-dialog .modal-custom {
  width: 1500px;
}

.over {
  position: fixed;
  top: 0;
  left: 0;

  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;

background-color:rgba(0, 0, 0, 0.4);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 110;
}
.back_inicio{
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;

  background: url(../imagenes/bkg2.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -2;
}



	.over {
		position: fixed;
		top: 0;
		left: 0;

		min-width: 100%;
		min-height: 100%;

		background-color: rgba(0, 0, 0, 0.4);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index: 110;
	}

	.loader {
		border: 16px solid rgba(0, 0, 0, 0.1);
		border-top: 16px solid rgba(255, 255, 255, 0.2);
		border-radius: 50%;
		width: 120px;
		height: 120px;
		animation: spin 2s linear infinite;
	}

	@keyframes spin {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}

	#pop_loader {
		z-index: 1061;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		max-height: 50%;
	}

.login-form-input {
  border: 1px solid #8daac5;
  border-radius: 4px;
  opacity: .6;
  background: #000;
  color: #fbfbfb;
}

.gf-form-input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #d8d9da;
  background-color: #09090b;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #262628;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: inset 1px 0 4px 0 hsla(0, 0%, 58.8%, .1);
  box-shadow: inset 1px 0 4px 0 hsla(0, 0%, 58.8%, .1);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.container {
  height: 200px;
  position: relative;
  border: 3px solid green;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#pop {
   z-index:1061;
   text-align:center;
   background:#fff;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   height: 15%;
   border: 2px solid #000;
   border-radius: 20px;
}

#pop_2 {
   z-index:1061;
   text-align:center;
   background:#fff;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   height: 15%;
   border: 2px solid #000;
   border-radius: 20px;
}
#pop_3 {
   z-index:1061;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   max-height: 50%;
   overflow-y: scroll;
   border-left: 2px solid #ccc;
}
#pop_cancelar {
   z-index:1061;
   text-align:center;
   background:none;
   position: absolute;
   top: 70px;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   height: 15%;
   border: none;
}

#pop_seguimiento {
   z-index:1061;
   text-align:center;
   background:#fff;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   height: 25%;
   border: 2px solid #000;
   border-radius: 20px;
}

ul.dropdown-menu {
  background: #999;
}
ul.dropdown-menu a{
  padding: 5px 5px 5px 3px;
  display: block;
  background: #999;
  color: #eaeaea;
  border-bottom: 1px solid #fff;
}
ul.dropdown-menu a:hover{
  text-decoration: none;
  color: #fff;
}
ul.dropdown-menu a:last-child{
  padding: 5px 5px 0px 3px;
  border-bottom: none;
}
.dropdown-toggle  {
  color:#e5e5e5;
}
.dropdown-toggle:hover {
  color:#fff;
}
.last-item{
  border-bottom: none;
}
p.letras {
}
@media (max-width: @screen-xs) {
    p.letras{font-size: 6px;}
}

@media (max-width: @screen-sm) {
    p.letras{font-size: 12px;}
}
@media (max-width: @screen-md) {
    p.letras{font-size: 14px;}
}

  .funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

</style>
