.modal-lg {
  width: 97%;
}

.hidden{
	visibility: hidden;
}

table, td, tr{
	font-size: 10px;
}

label{
	margin-top: 6px;
	margin-bottom: -5px;
}

.text-libre{
	text-transform: inherit;
}

.sin-paddin{
	padding-left: 0px;
	padding-right: 0px;
}

.sin-margin{
	margin: 0px;
}

/* RADIO BUTTON STYLE */
input[type=radio]{
  /* Hide original inputs */
  visibility: hidden;
  position: absolute;
}

input[type=radio] + label:before{
  height:20px;
  width:20px;
  margin-right: 5px;
  content: " ";
  display:inline-block;
  vertical-align: baseline;
  border:1px solid #777;
  border-radius: 50%;
  cursor: pointer;
}
input[type=radio]:checked + label:before{
  background: #2480c2;
}

.radio-danger {
    background: rgb(246, 206, 206) none repeat scroll 0% 0%;
    border-radius: 20%;
    padding: 2px 5px;
}
/* RADIO BUTTON STYLE */

/* CUSTOM RADIO AND CHECKBOX STYLES */
input[type=radio] + label:before{
  border-radius:50%;
  margin-left: 10px;
}

.modal-header{
	color: #fff;
	text-shadow: 1px 1px 1px #A4A4A4;
}

.modal-lg {
    width: 97%;
}


.import-button{
	margin-top: -15px;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}


/*/////// FORM INPUTS STYLES //////////*/

.form-warning {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #DD7308;
  background-color: #FCF3EA;
  background-image: none;
  border: 1px solid #DD7308;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-info {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #31708f;
  background-color: #d9edf7;
  background-image: none;
  border: 1px solid #31708f;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-danger {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #a94442;
  background-color: #f2dede;
  background-image: none;
  border: 1px solid #a94442;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-success {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  margin-bottom: 3px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #3c763d;
  background-color: #dff0d8;
  background-image: none;
  border: 1px solid #3c763d;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.text-light{
	color: #C7D1DB;
}


/*/////// FORM INPUTS STYLES //////////*/