body {
    font-family: "HelveticaNeue-Lt",sans-serif;
    font-size: 16px;
    font-weight: 300;
	color: #777777;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #003c71;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h4 {
	font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
    color: #003c71;
    font-weight: bold;
}


h4.blue {
	font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
    color: #003c71;
    font-weight: bold;
}

h4.red {
	font-size: 15px;
    color: #db291d;
}

.text13{
	font-size: 11px;
	padding: 0px !important;
	text-align: justify;
	line-height:20px;
}

.text12{
	font-size: 11px;
	padding: 0px !important;
	text-align: center;
	line-height:20px;
}
.text11{
	font-size: 11px;
	line-height:1px !important;
}

img { max-width: 93%; }

::-moz-selection { background: #003c71; color: #fff; text-shadow: none; }
::selection { background: #003c71; color: #fff; text-shadow: none; }


/***** Top menu *****/

.navbar {
	padding-top: 10px;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
	font-size: 16px;
	color: #fff;
}

.navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }

.navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }

.navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

.navbar-inverse ul.navbar-nav li .li-social a {
	margin: 0 5px;
	font-size: 28px;
	vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover, 
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #003c71; }

.navbar-brand {
	width: 162px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
}


/***** Top content *****/

.top-content { padding: 40px 0 170px 0; }

.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }
.top-content .description { margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

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

.f1 {
	padding: 20px; background: #fff;
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
	border-style: solid;
	border-color: #003c718c;
	border-width: 1px;

}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; font-weight: bold;color: #003c71;}

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 2px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 2px; background: #003c71; }

.f1-step { position: relative; float: left; width: 20%; padding: 0 5px; }

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #003c71; color: #003c71; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #003c71; font-size: 22px; line-height: 48px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #003c71; }
.f1-step.active p { color: #003c71; }


.f1-step.active_green p { color: #003c71; }
.f1-step.active_green .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #007a53; font-size: 22px; line-height: 48px;
	border: 1px solid #fff; color: #fff; 
}




.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #db291d; }
.f1 .input-selected { border-color: #003c71; }


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}


	.container {
    width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.top-content { padding: 40px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.f1 { padding-bottom: 20px; }
	.f1-buttons button { margin-bottom: 5px; }

/*	body {
    
    font-size: 13px;

	}
		input[type="text"], 
	input[type="password"], 
	textarea, 
	textarea.form-control {
	height: 34px;
	font-size: 12px;
	}




	h4.red {
	font-size: 14px;
    color: #db291d;
	}

	h4.blue {
	font-size: 14px;
    color: #003c71;
	}

*/
	.form-control{
		font-size:18px;
		height: 44px;
		color:#003c71;
		text-transform: uppercase !important;

	}

	#signArea{
	width:275px !important;
	margin: 10px auto !important;
	}
	.sign-pad{
		width: 	270px !important;
		height: 100px;
	}
}
/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo@2x.png) !important; 
    	background-repeat: no-repeat !important; background-size: 162px 36px !important;
    }
	
}


input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 5px;
  margin: 5px 1px 3px 0px;
text-transform: uppercase;

}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 3px rgba(0, 60, 113, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(0, 60, 113, 1);
}

.text_green{
	color: #007a53;
	font-weight: bold;
}

.text_green_simple{
	color: #007a53;
	
}

.text_blue{
	color: #003c71;
	font-weight: bold;

}
.pad20{	

padding: 15px;
}

.has-error {
    color:#a94442;
    font-size: 11px !important;
}

.top-content{
	padding: 0 0 50px 0;
}

.gray{
	color: #777777 !important;
}



/*#btnSaveSign {
	color: #fff;
	background: #f99a0b;
	padding: 5px;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	margin-top: 10px;
}*/
#signArea{
	width:304px;
	margin: 10px auto;
}
.sign-container {
	width: 60%;
	margin: auto;
}
.sign-preview {
	width: 150px;
	height: 80px;
	border: solid 1px #CFCFCF;
	margin: 0px 0px 30px 5px;
	padding-bottom: 20px;
}
.tag-ingo {
	font-family: "HelveticaNeue-Lt",sans-serif;
	font-size: 17px;
	text-align: center;
}

#ButtonsignArea{
	text-align: center;
}
.clear_right{
	text-align: right;
	color: red;
	cursor: pointer;
}

.save_right{
	
	color: green;
	cursor: pointer;
}
.sign-pad{
	width: 	300px;
	height: 100px;
}

.planilla{
	padding: 10px; 
	-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	margin-bottom: 10px;

}


.wrapper{
  width:70%;
}
@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#013c72;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #003c71;
}

/*.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}*/

.modal-dialog {
  height: 100%;
  width: 94%;
  display: flex;
  align-items: center;
}

.modal-content {
  margin: 0 auto;
}

.select2-container {
    width: 100% !important;
}

.progress {

	height: 25px !important;
	margin-bottom: 50px;
}
.progress-bar{
	font-size: 16px !important;
}

.text_footer {
    font-size: small !important;
    line-height: 1.2 !important;
}