body{
  background-color: #FFF !important;

  font-size: 15px;
  line-height: 20px;
}

.footer_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left !important;
  color: white;
  text-align: center;
}

.footer_absolute {
  position: block;
  width: 100%;
  text-align: left !important;
  color: white;
  text-align: center;
}


footer img{
  padding: 5px 15px 5px 15%;
}

#footer_bar{
  width: 100%;
  background-color: #0b63ce;
  text-align: right;
  padding: 5px 15% 5px 15px;
}

.no-btn{
  display: inline-block;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid  #6c757d;
  padding: 0.150rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #6c757d;
  width: 100%;
  display: inline-block;
  margin: 5px 0px;
}

.cursor-pointer{
  cursor: pointer;
}

.remove_paddings{
  padding: 0 !important;
}

.box_left{
  display: inline-block;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid  #6c757d;
  padding-left: 2px;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius:  0.25rem 0 0 0.25rem;
  color: #6c757d;
  width: 74%;
}

.box_right{
  display: inline-block;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid  #6c757d;

  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0 0.25rem 0.25rem 0;
  color: #6c757d;
}

.item-no-view{
  background: #f9bbbb;
}

.item-view{
  color:#000000;
  background: #dbfcdb;
}

.margin-top-section{
  margin-top: 55px;
}

.margin-top-standar{
  margin-top: 18px;
}

.margin-top-5{
  margin-top: 5px;
}


.margin-bottom-section{
  margin-bottom: 45px;
}

.border-down-green{
    border-bottom: 2px solid #0b63ce
}

.padding-top-15{
  padding-top:15px;
}


.padding-bottom-15{
  padding-bottom:15px;
}

.text-bold{
  font-weight: bold;
}

.btn-icon{
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0px 2px;
  width: 28px; 
  height: 28px; 
  cursor: pointer;
}

.margin-botton-30{
  margin-bottom: 60px;
}


.border-black{
  border: 1px solid rgba(1,1,1);
  border-radius: 0rem;
}

.font-underline{
  text-decoration: underline !important;
}

.cursor{
  cursor: pointer;
}


.floating-card{
  width: 100%;
  margin-top: 20px;
  display: flex;
  color: inherit !important;
  text-decoration: none !important;
  overflow: hidden;
}

.floating-card-block{
  width: 100%;
  margin-top: 20px;
  display: block;
  color: inherit !important; 
  text-decoration: none !important; 
}




.font-texto{
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.font-texto-peque{
  font-size: 15px;
  line-height: 20px;
}

.font-capcion{
  caption-side: top;
  font-size: 12px;
  line-height: 16px;
}

.padding-0{
  padding:0px !important;
}


.font-black{
  color:#000;
}

.font-white{
  color:#fff;
}

.font-gris_1{
  color:#969696 !important;
}


.font-gris_2{
  color:#d5d5d5;
}

.font-gris_3{
  color:#eee;
}

.gray-line{
  height: 2px;
  width: 100%;
  background-color: #969696;
}
.background-green{
  background-color:#0b63ce;
}

.float-right{
  float: right;
}

.font-green{
  color:#0b63ce;
}

.background-red{
  background-color:#ec2639;
}

.font-red{
  color:#ec2639;
}

.font_title{
  text-align: center;
  padding-bottom: 1.4rem !important;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
}

.font_texto{
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.font_texto_peque{
  text-align: left;
  font-size: 15px;
  line-height: 20px;
}

.font_capcion{
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}

.font_usuario{
  text-align: left;
  font-size: 35px;
  line-height: 42px;
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
}

.font_indicador{
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.text-right{
  text-align: right !important;
}

.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}

.deleted_card{
  background-color: #969696;
  color: #212529 !important
}

div.overlay{
  position: relative;
}

div.overlay-content{
  position: absolute;
  top: 0;
  left :0;
  width: 100%;
  height: 100%;
  background: #ff0000;
  pointer-events:none; /* To be able to click through */
}

/**
modal
*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fff;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #000;
  width: 300px; /* Could be more or less, depending on screen size */
  border-radius: 0px !important;
}

.modal-content-big {
  background-color: #fff;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #000;
  width: 600px; /* Could be more or less, depending on screen size */
  border-radius: 0px !important;
}


/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/** End Modal **/

#alert{
  border: 1px solid rgba(1,1,1);
  border-radius: 0rem;
  z-index: 500;
}


.btn {
  min-width: 200px;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: left;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 20px;
  border-radius: 0rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-white {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: left;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #FFF;
  border: 1px solid #000;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid #000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-white:hover{
  background-color: #d5d5d5;
  font-style: none !important;
}

.btn-primary {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.btn-primary:hover {
  color: #111;
  background-color: #aaa;
  border-color: #111;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ccc;
  background-color: #111;
  border-color: #111;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0
}

.form-edit-user {
  display: block;
  width: 100% !important;
  height: 52px;
  padding: 0.375rem 0.75rem;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #eeeeee;
  background-clip: padding-box;
  border-radius: 0em;
  border:0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #eeeeee;
  outline: 0;
  border-radius:0px;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

/** FORM CONTROL **/

.form-control {
  display: block;
  width: 100% !important;
  height: 35px;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #eeeeee;
  background-clip: padding-box;
  border-radius: 0em;
  border:0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.display-none{
  display: none;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #eeeeee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}


.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}


.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}


.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#importer_exploration{
  min-width: 200px;
  border: 1px solid #000;
  padding: 0.375rem 0.2rem 0.375rem 0.75rem;
  display: inline-block;
}

#importer_exploration img{
  width:15px;
  margin-top:5px;
  float: right;

}

#importer_exploration .title{
  margin-left: 0px;
}

#importer_exploration .sub_1{
  margin-top: 4px;
  margin-left: 25px;
}

#edit_img{
  width:15px;
  margin-left:15px;
}




.radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
