/* LINKS */
.table-main-link {
	text-decoration:underline; 
    color: #0099CC;
}

.general-link {
	text-decoration:underline; 
    color: #0099CC;
}

.link-blue {
	text-decoration:underline; 
    color: #0099CC;
}

.link-blue:hover {
	text-decoration:underline; 
    color: #0099CC;
}


/* COMMONS*/
.badge-blue {
	background-color: #3598dc;
	background-image: none;
}

.badge-black {
	background-color: #0d0c0c;
	background-image: none;
}

.badge-white {
	background-color: #ffffff;
	background-image: none;
	color: #000000;
}


.label-blue {
	background-color: #159ad9;
}

.label-yellow {
	background-color: #F7CA18;
}

.label-purple {
	background-color: #8E44AD;
}

.label-red-soft {
	background-color: #D05454;
}

.label-black {
	background-color: #000000;
}

/* ###### fix  #### */
.table-link-noDecoration:hover {
	text-decoration: none;
}

.table-link-noDecoration:link {
	text-decoration: none;
}

.toast-top-right {
    top: 60px;
    right: 77px;
}

.note.note-info {
    background-color: #f5f8fd;
    border-color: #8bb4e7;
    color: #010407;
}

.note {
    margin: 0 0 20px;
    padding: 0px 30px 0px 15px;
    border-left: 5px solid #eee;
    border-radius: 0 4px 4px 0; 
}

fieldset {
  background: #ffffff;
  border: 1px solid #1f84f1;
  border-radius: 5px;
  margin: 20px 0 20px 0;
  padding: 25px;
  position: relative;
}
fieldset .form-group {
  margin-left: 0;
  margin-right: 0;
}
fieldset legend {
  background: inherit;
  font-family: "Lato", sans-serif;
  color: #007AFF;
  font-size: 15px;
  left: 10px;
  padding: 0 10px;
  position: absolute;
  top: -12px;
  font-weight: 400;
  width: auto !important;
  border: none !important;
}

/* feedback biometria */
.finger-medida {
    width: 64px;
    height: 64px;
}

.finger-area {
    padding: 5px 0px 5px 0px;
    border: 2px groove black;
    margin-top: 10px;
}

/* datepicker range */
.daterangepicker_input .input-mini {
	width: 180px !important;
} 

.daterangepicker .ranges {
	width: 178px;
}

/* ---------------------------------------------------------------------- */
/*  Form Wizard
 /* ---------------------------------------------------------------------- */

 .swMain > ul {
  display: table;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 10px 0;
  position: relative;
  width: 100%;
  background: #f7f7f8;
  border-radius: 5px;
}

.swMain > ul li {
  display: table-cell;
  text-align: center;
  width: 1%;
}

.swMain > ul li > a:before {
  border-top: 4px solid #c8c7cc;
  content: "";
  display: block;
  font-size: 0;
  height: 1px;
  overflow: hidden;
  position: relative;
  top: 21px;
  width: 100%;
  z-index: 1;
}

.swMain > ul li:first-child > a:before {
  left: 50%;
  max-width: 51%;
}

.swMain > ul li:last-child > a:before {
  max-width: 50%;
  width: 50%;
}

.swMain > ul li > a.selected:before, .swMain li > a.done:before {
  border-color: #007AFF;
}

.swMain > ul .stepNumber {
  background-color: #ffffff;
  border: 5px solid #c8c7cc;
  border-radius: 100% 100% 100% 100%;
  color: #546474;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 2;
}

.swMain > ul li > a.selected .stepNumber {
  border-color: #007AFF;
}

.swMain ul li > a.done .stepNumber, .swMain > ul li:last-child > a.selected .stepNumber {
  border-color: #007AFF;
  background-color: #007AFF;
  color: #fff;
  text-indent: -9999px;
}

.swMain ul li > a.done .stepNumber:before, .swMain > ul li:last-child > a.selected .stepNumber:before {
  content: "\f00c";
  display: inline;
  float: right;
  font-family: FontAwesome;
  font-weight: 300;
  height: auto;
  text-shadow: none;
  margin-right: 7px;
  text-indent: 0;
}

.swMain ul li > a.done.wait .stepNumber {
  background-color: #F6F6F6 !important;
  color: #CCCCCC !important;
  text-indent: -0px !important;
}

.swMain ul li > a.done.wait .stepNumber:before {
  content: "" !important;
}

.swMain > ul li .stepDesc {
  color: #8e8e93;
  display: block;
  font-size: 14px;
  margin-top: 4px;
  max-width: 100%;
  table-layout: fixed;
  text-align: center;
  word-wrap: break-word;
  z-index: 104;
}

.swMain > ul li > a.selected .stepDesc, .swMain li > a.done .stepDesc {
  color: #2B3D53;
}

.swMain > ul li > a:hover {
  text-decoration: none;
}

.swMain > ul li > a.disabled {
  cursor: default;
}

.swMain .progress {
  margin-bottom: 30px;
}

.swMain .stepContainer {
  height: auto !important;
}

.swMain .loader {
  display: none;
}

.swMain [class^="button"], .swMain [class*=" button"] {
  display: none;
}

.swMain .close {
  display: none;
}