/*==================================================
* button icon, circle
* ===============================================*/
/* circle IMAGE */
.circle-item {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 7px;
}
.circle-item:after,.circle-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #555;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
} 
.circle-item:after {
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	border: 2px solid rgba(255,255,255,0.5);
}  
/*default size*/
.circle-item img, 
.circle-item [class^="micon-"], 
.circle-item [class^="icon-"]{
	display: block;
	width:30px;
	height:30px;
	font-size:15px;
	line-height:30px!important;
	text-align:center!important;
	margin:0;
	padding:0;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.btn.circle-item{
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	margin:0;
}
/*small size*/
.circle-item.small img, 
.circle-item.small [class^="micon-"]{
	width:6px;
	height:6px;
	font-size:10px;
	line-height:6px!important;
}
/*medium size*/
.circle-item.medium img, 
.circle-item.medium [class^="micon-"]{
	width:50px;
	height:50px;
	font-size:30px;
	line-height:50px!important;
}
/*large size*/
.circle-item.large img, 
.circle-item.large [class^="micon-"]{
	width:70px;
	height:70px;
	font-size:50px;
	line-height:70px!important;
}
/***************/

.error{
    color: red;
    font-size: 11px;
    margin-left: 5px;
	font-weight:normal;
}

.question {
	position: absolute;
	display: inline;
	text-align: center;
	width: 174px;
	height: 78px;
	font-size: 13px;
	line-height: 1.5em;
	background: url('../images/bubble.png') left top no-repeat;
	padding: 10px 0 0 0;
	text-shadow: 0px 1px 0px #fff;
	margin-left: -7em;
	margin-top: -6em;
	opacity: 0;
}

.yes, .cancel {
	margin-top: .5em;
	margin-right: .5em;
	cursor: pointer;
	display: inline-block;
	width: 63px;
	height: 21px;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
	background: url('../images/button.png') left top no-repeat;
}

.marco {
  margin-top: -19px;
  margin-bottom: 15px;
  border:solid 1px #dddddd;
}
.servtextarea{
    /*width: 490px;*/
	width: 94%;
    height: 55px;
	resize: none;
}
.RItextarea{
    width: 98.5%;
    height: 18px;
	resize: none;
}
.tablesolicitud{
    max-width: 100%;
	width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.tablesolicitud th,
.tablesolicitud td {
  padding: 10px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;  
  border-right:dotted 1px #ddd;
  width:50%!important;
}

.tabprueba {
    border: none;
    background: none;
    color:#005580;
    text-decoration: none;
}
.tabprueba:hover {
  color:#036;
  text-decoration: none;
}
input:-webkit-input-placeholder {
    color:    #999999;
}
input:-moz-placeholder {
    color:    #999999;    
}
dt,dd{
    margin: 0;
    padding: 0;
    display: inline;
}
#limpiar:hover{
    cursor: pointer;
}
#feciniciolimpiar:hover{
    cursor: pointer;
}
#fecfinlimpiar:hover{
    cursor: pointer;
}
.tableficha{
  border: 1px solid #dddddd;
  border-collapse: separate;
}
.foto{
    height: 200px;
    border: 1px solid #dddddd;
}

.solicitudLink,
.head-solicitud {
	cursor: pointer;	
}

.bs-cont-ccc {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* Echo out a label for the cc */
.bs-cont-ccc:after {
  content: "Datos Sico";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #555;
}

.bs-cont-cc {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* Echo out a label for the cc */
.bs-cont-cc:after {
  content: "Condiciones Comerciales";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #555;
}

.bs-cont-red-datos:after { content: "Datos Generales"!important; color:#888!important; }
.bs-cont-red-det:after { content: "Materiales"!important; color:#888!important; }

.input-cantidad{
    width: 50px;
    text-align: center;
  
}
.input-precio{
    width:70px;
    text-align: center;
}

.input-subTotal{
    width:70px;
    text-align: center;
}

.input-total{
    width:70px;
    text-align: center;
}
.text-total{
    font-size: 13px;
    text-align:right!important;
	vertical-align:middle!important;    
}

.txt-alerta{
    font-size: 11px;
    float: right;
    padding: 200px 20px 0 0;
    color: red;
}
.txt-desc{
    width:98%;
    resize:none;	
}

.mrg-r20,
.mrg-r20 td {
	padding-right:30px!important;
}
.exportarhoja {
    position:relative;
    width:45%;
    padding:1em;
    margin:2px auto 2px;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(255, 255, 255, 0.1) inset;
        -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
}
.exportarhoja:before,
.exportarhoja:after {
    content:"";
    position:absolute; 
    z-index:-2;
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
}

.exportarhoja:after{                 
    right:10px; 
    left:auto;
}
.round {
    -moz-border-radius:4px; 
            border-radius:4px;
}

.round:before,
.round:after { 
    max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);   
        -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);    
        -moz-transform:rotate(-3deg);   
            -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}

.round:after {
    -webkit-transform:rotate(3deg);   
        -moz-transform:rotate(3deg);  
            -o-transform:rotate(3deg);
            transform:rotate(3deg);


}

.bs-cont-personal {
  margin: 15px 0;
  padding: 39px 19px 14px;
  padding-top: 19px;

  background-color: #fff;
  border: 1px solid #ddd;
}

.bs-cont-personal2 {
  padding: 39px 19px 14px;
  padding-top: 19px;

  background-color: #fff;
  border: 1px solid #ddd;
}
.validarcombo{
    border-color: #75B9F0;
    box-shadow: 1px 1px 8px #75B9F0;
}
.quitarvalidarcombo{
    border-color: #CCCCCC;
    box-shadow: inset 0px 0.4px 0.4px #CCCCCC;
}
.fotopersona{
    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 10px #888;
    margin: 10px 0px 20px 160px;
    padding: 4px;
}
.fotopersonadetalle{
    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 10px #888;
    margin: 5px;
    padding: 4px;
    width: 160px;
    height: 180px;
}

div .tabular {
    display: table;
    margin: 0 auto;
    padding: 5px;
}
div .tabular2{
    display: table;
}
div .tabular-row {
    display: table-row;
}
div .tabular-cell {
    display: table-cell; 
    padding: 2px 5px;
}
div .tabular-cell2 {
    display: table-cell; 
    padding: 2px 5px 2px 60px;
}
div .tabular-cell3 {
    display: table-cell; 
    padding: 2px 5px 2px 60px;
}
.validarcombo{
    border-color: #75B9F0;
    box-shadow: 1px 1px 8px #75B9F0;
}
.quitarvalidarcombo{
    border-color: #CCCCCC;
    box-shadow: inset 0px 0.4px 0.4px #CCCCCC;
/*    color: #555555*/
}

.bg-solicitud-1 {
	background-color: hsla(197,71%,96%,1);
}

.bg-solicitud-2 {
	background-color: hsla(120,61%,96%,1);
}

.bg-solicitud-3 {
	background-color: hsla(0,59%,97%,1);
}

.requerido {
	border: solid 1px #b94a48!important;
}

.costos {
  width: 100%;
  margin-bottom: 18px;  
}

.costos th,
.costos td {  
  line-height: 13px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  padding-left: 5px;
  padding-right: 5px;  
}

.costos th {
  font-weight: bold;
  text-align: center;
}

.costos thead th {
  background: #ebecec;
}

.costos tbody td input {
	margin:0; padding:0; border:none; width:100%;
	font-size:10px!important;
}

.costos thead td input {
	margin:0; padding:0; border:none; width:100%;
	font-size:10px!important;
}

.cuadro th,
.cuadro td {  
  line-height: 13px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  padding-left: 5px;
  padding-right: 5px;  
}

.cuadro tbody td input {
	margin:0; padding:0; border:none; width:100%;
	font-size:13px!important;
}

.pad5 {
	padding:5px!important;
}

.input12 td input[type="text"],
.input12 td select,
.input12 td textarea {
	margin:0; padding:0; border:none; width:100%;
	resize: none; height: 20px; vertical-align:middle;
	font-size:12px!important;
}

.tab1 {	
	float:right!important;
	width:95%!important;
}
.tab2{	
	float:right!important;
	width:90%!important;
}
.tab3 {	
	float:right!important;
	width:85%!important;
}
.tab4{	
	float:right!important;
	width:80%!important;
}

.txt-center {
	text-align: center!important;
	vertical-align: middle!important;
}

.bg-red {
	background-color: #FF0000!important;
	color: #000!important;
}

.bg-green {
	background-color: #00B050!important;
	color: #000!important;
}

.bg-yellow {
	background-color: #E6BE08!important;
	color: #000!important;
}

.requerido {
	border: solid 1px #b94a48!important;
}

div.cnt_upload_a {
	position:relative;
	height: 22px;
	width: 186px;	
}
div.upload_a {
	position: absolute;
	left: 102px;
	top: 0px;
	width: 84px;
	height: 22px;
	overflow:hidden;	
	background: transparent url(../images/examinar.png) center center no-repeat;
	clip:rect(0px, 84px, 22px, 0px );	
}
div.upload_a input {
	position: absolute;
	right: 0px;
	top: 0px;
	margin:0;
	padding:0;
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
input.upload_value_a {
	position:absolute;
	left: 0px;
	top: 0px;
	margin:0;
	padding:0;
	margin-top:2px;
	padding-top: 2px;
	font-size:11px;
	height: 16px;
	width: 100px;
	color:#666;
	border:1px solid #ebecec;
}

div.cnt_upload_b {
	position:relative;
	height: 22px;
	width: 160px;	
}
div.upload_b {
	position: absolute;
	top: 0px;
	width: 84px;
	height: 22px;
	overflow:hidden;	
	background: transparent url(../images/examinar.png) center center no-repeat;
	clip:rect(0px, 84px, 22px, 0px );	
}
div.upload_b input {
	position: absolute;
	right: 0px;
	top: 0px;
	margin:0;
	padding:0;
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
}
.upload_value_b {
	position:absolute;
	left:84px;
	margin:0;
	padding:0;
	padding-left:5px;
	margin-top:2px;
	padding-top: 2px;
	font-size:11px;
	height: 16px;
	width: 100px;
	color:#666;
}

.header-solicitud-general {	
	margin-bottom:10px;
	padding:2px 10px;	
	border-bottom:dotted 1px gray;
	background-color:#F2F2F2;
}
.header-servicio {	
	margin-bottom:10px;
	padding:2px 10px;	
}
.header-servicio h2 {
	font-size:21px;
}
.header-servicio h2 a {
	color:#444;
	cursor:pointer;
}
.header-servicio small {
	color:#888;
}
/*NUEVO*/
.header-bg-1 {
	background-color:#FFF8DC;
	border:solid 2px #FFDEAD;
}
/*APROBADO*/
.header-bg-2 { 
	background-color:#F0FFF0;
	border:solid 2px #8FBC8F;
}
/*CANCELADO*/
.header-bg-3 {
	background-color:#FFE4E1;
	border:solid 2px #FFB6C1;
}
/*ATENDIDO*/
.header-bg-4 {
	background-color:#FBFBEF;
	border:solid 2px #F2F5A9;
}
/*DOCUMENTANDO*/
.header-bg-24 {
	background-color:#F0F8FF;
	border:solid 2px #B0C4DE;
}
/*CERRADO*/
.header-bg-5 {
	background-color:#F2F2F2;
	border:solid 2px #BDBDBD;
}
/*COMERCIAL*/
.header-bg-6,
.header-bg-13 {
	background-color:#F0F8FF;
	border:solid 2px #B0C4DE;
}
/*SOPORTE*/
.header-bg-7,
.header-bg-8 {
	background-color:#FFF8DC;
	border:solid 2px #FFDEAD;
}
/*REDES*/
.header-bg-9,
.header-bg-10,
.header-bg-11 {	
	background-color:#FFF8DC;
	border:solid 2px #FFDEAD;
}
/*DESARROLLO*/
.header-bg-12 {
	background-color:#FFF8DC;
	border:solid 2px #FFDEAD;
}

.header-bg-25 {
	background-color:#FFF8DC;
	border:solid 2px #FFDEAD;
}

.nothing {
	font-size:10.5px;
	color:#b94a48;
}

.wizard-steps{list-style:none;display:table;width:100%;padding:0;margin:0;position:relative;border-bottom: 1px solid #cbcbcb;margin-bottom:15px;padding-bottom:5px;}
.wizard-steps li{display:table-cell;text-align:center;width:1%}
.wizard-steps li.inactive a{text-decoration:none;pointer-events: none;cursor: default;}
.wizard-steps li .step{border:5px solid #ced1d6;color:#546474;font-size:12px;border-radius:100%;background-color:#FFF;position:relative;z-index:2;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;font-weight:bold;}
.wizard-steps li:before{display:block;content:"";width:100%;height:1px;font-size:0;overflow:hidden;border-top:5px solid #ced1d6;position:relative;top:23px;z-index:1}
.wizard-steps li:last-child:before{max-width:50%;width:50%}
.wizard-steps li:first-child:before{max-width:51%;left:50%}
.wizard-steps li.active:before,.wizard-steps li.complete:before,.wizard-steps li.active .step,.wizard-steps li.complete .step{border-color:#5293c4}
.wizard-steps li.complete .step{cursor:pointer;}
.wizard-steps li.complete a, .wizard-steps li.active a {text-decoration:none;}
.wizard-steps li.complete .step:before{display:block;position:absolute;top:0;left:0;bottom:0;right:0;line-height:30px;text-align:center;border-radius:100%;background-color:#FFF;z-index:3;font-size:15px;color:#87ba21}
.wizard-steps li.complete:hover .step{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);border-color:#80afd4}
.wizard-steps li.complete:hover:before{border-color:#80afd4}
.wizard-steps li.active .step{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);border-color:#80afd4;color:#67A417;}
.wizard-steps li.active:before{border-color:#80afd4}
.wizard-steps li.active .title {font-weight:bold;font-style:italic;font-size:16px;}
.wizard-steps li .title{display:block;margin-top:4px;max-width:100%;color:#949ea7;font-size:14px;line-height:20px;z-index:104;text-align:center;}
.wizard-steps li.complete .title,.wizard-steps li.active .title{color:#2b3d53}
.step-content .step-pane{display:none;min-height:200px;padding:4px 8px 12px}
.step-content .active{display:block}
.wizard-actions{text-align:right}
@media only screen and (max-width:767px){.wizard-steps li .step{width:30px;height:30px;line-height:24px;border-width:3px}
.wizard-steps li:before,.wizard-steps li:after{border-width:3px}
.wizard-steps li.complete .step:before{line-height:24px;font-size:13px}
.wizard-steps li:before{top:16px}
.step-content .step-pane{padding:4px 4px 6px}
}

.loading {
	background: url('../images/loading.gif') 0 0 no-repeat;
	width: 65px!important;
	height: 65px!important;
}

.loading1 {
	background: url('../images/loading.gif') center center no-repeat;
}


.paddTop75 {
	padding-top: 70px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

.input-loader,
.input-loader:focus { background:url(../images/input-loader.gif) no-repeat 99%; }

.subtitulo1 {
	margin:0;
	margin-top:20px;
	margin-bottom:18px;padding-bottom:5px;
	border-bottom:dotted 1px #ccc;
	font-size:15px;
}

.cnt-mini-upload  input
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}		
.btn-mini-upload
{
    position: relative;
    cursor: pointer!important;
    text-align: center;
    overflow: visible;
    overflow: hidden;
}

/*cronograma*/
.crono-add-item
{
	background:url(../images/add1.png) 0 2px no-repeat;
	padding-left:10px;
	margin-left:5px;
}
.crono-del-item
{
	background:url(../images/del1.png) 0 2px no-repeat;
	padding-left:10px;
	margin-left:5px;
}

.label-yellow,
.badge-yellow {
  background-color: #F5E855;
  color:#444;
}

.label-azul,
.badge-azul {
  background-color: #478AFA;
  color:#FFF;
}

.label-morado,
.badge-morado {
  background-color: #A30BFF;
  color:#FFF;
}

.label-anaranjado,
.badge-anaranjado {
  background-color: #FF6600;
  color:#FFF;
}

.mini {    
    margin-bottom: 1px!important;
}

.progress .mini {
    position: relative;
    height: 15px;
    margin-top: 1px;
    font-size: 10px!important;
    line-height: 15px;
}

.link-evaluacion {
	background-color: #DA6262;
}
.link-evaluacion > a {
	color: #fff!important;
	text-shadow: none!important;
	font-weight: bold;
	font-size: 11px;
}
.link-evaluacion-active,
.link-evaluacion-active > a,
.link-evaluacion-active > a:hover,
.link-evaluacion-active > a:focus {
	/*background-color: #63855A;*/
  color: #555555!important;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.wrapp-required > table tr td label {
	color: #DA6262;
}

.elm-required {
	border-color: #DA6262;
}