:root {
--bg1-label: #FEDABC; /* Pestaña normal */
--bg1-labelhover: #FFF2E7; /* Pestaña ratón encima */
--bg1-selected: #FFF2E7; /* Pestaña seleccionada */
--bg2-label: #D8E7F4; /* Pestaña normal */
--bg2-labelhover: #ECF4FA; /* Pestaña ratón encima */
--bg2-selected: #ECF4FA; /* Pestaña seleccionada */
--bgcell-std:#ffffe0; /* Fondo de celda editable */
--bdcell-std:#5b2f0b; /* Borde de celda editable */		
--rdcell-std:3px; /* Radio celda estándar */
--bggray-std:#dddddd; /* Fondo de celda gray */
--bgshad-std:inset 1px 1px 2px #ffffff; /* Sombra de celda */
--clpimage: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAFfKj/FAAAAB3RJTUUH5QgaCjoTKQnG2gAAAAlwSFlzAAALEgAACxIB0t1+/AAAAARnQU1BAACxjwv8YQUAAABIUExURf///8yZM5mZZpmZM8yZZv//AMyZzJnMzMzMzJmZzP/MAP//M///////zJnMmf/M/8z////MzMyZmczMmcz/zJlmM//MM5lmZkX6NuwAAAABdFJOUwBA5thmAAAAmUlEQVR42j1NCRLEIAiLR9V2saCt7f9/uqCzm1EICQcwgBsKLgBRByodMBUXEVAsZGKtt7rpU5KrUO3W0VrNyawJWzPGaymM53mGBzwZlDgiHTMiN/Ht1BIRvsKyzhKVzDXOFkT3VsPws1RrHwtpNbhCP+Qp+IuVz78ElxtR0VvEZ1wjLE1Y+n9kSzmVvaR8fMI6412IYUatvph6CAnlFafSAAAAAElFTkSuQmCC);
--okimage: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAgVBMVEVf4l+AgYCAgIAAAAB5j3l3o3dukG5uwG5qu2pXn1djzGNFqUVj22NUzlQ8uzwqqCpd2V0prikSqxLd8t3P6s+75bun46fr9+ts0WxHx0f///9a31pU21RS1lJN1U1K0kpDzkM50Tk9yT01xTUuwC4mviYcthwBwgEAwQAQrxAAtAAvXEE8AAAAJHRSTlP7AQEAI0VFjY2NvLzg4ODg6+v4+/r6+/z8/f///////v////6PadxHAAAAnklEQVR42mXP6xKCIBAF4C0o81LeRRe8EErB+z9goDXN6M/zzc7uHjgTGsYP9ZzGe3Sj5ATkmutl9jD0IrsQoLn5A88ohEZ/YZQD5wHEP5Bt2QgeQWq0tQ5ky5AJnkBhbNvMSvUM0U0AGGMZVu+udHniG9SItc9SeCjcjgrRmexXSP2V0ufBQ7Ke1V1Vq3GFaHtseS3TBsHh9WO5ff0PzpYZzXB+lMoAAAAASUVORK5CYII=);		
}


#preloader {
  background-image:url('/img/loading.gif');
  height: 0px;display: inline;margin: 0;padding: 0;width: 0px;
}


.bgclpimage { display:inline-table;vertical-align:middle;height:16px;width:16px;background-image:var(--clpimage) }
.vschkbox { position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
            padding-left: 25px;margin-bottom: 4px; margin-top:3px; padding-top:2px; vertical-align:top; text-align:justify; }
.vschkbox input { position: absolute; opacity: 0; }
.vschkmark { position: absolute; top: 0; left: 0; height: 18px; width: 18px; background-color:--bgcell-std;border-radius:3px;border:solid 1px #5b2f0b; margin:2px; }
.vschklabel { line-height:18px; }
.vschkbox:hover input:not([disabled]) ~ .vschkmark { background-color: #e3e3c7; cursor:pointer; }
.vschkbox:hover input:not([disabled]) ~ .vschklabel { color: #663300;background-color:#e3e3c7; cursor:pointer; }
.vschkbox input:checked ~ .vschkmark { background-color: var(--bgcell-std);}
.vschkbox input:disabled ~ .vschkmark { background-color: #ccc !important; border-color: #888 !important; }
.vschkbox input:disabled ~ .vschklabel { color: #888 !important; }
.vschkmark:after { content: ""; position: absolute; display: none; }
.vschkbox input:checked ~ .vschkmark:after { display: block; }
.vschkbox .vschkmark:after { border: solid #5b2f0b; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
                            left: 6px; top: 2px; width: 3px; height: 9px; }
.vschkbox input:disabled ~ .vschkmark:after { border-color:#888; }							

.vschkval { display:inline-block;width:160px;padding:5px;background-color:#ffffff !important;;border:solid 1px #999900;color:#0000cc;font-weight:bold;border-radius:4px;}
.vschkval span.vschklabel { margin-left:20px; }

.vsswitch-bt { display: inline-block; }
.vsswitch-bt .vsswitch_msg0 { font-size:1.3em; vertical-align:bottom; margin:0.2em 0.5em; font-weight:bold; color:#770000; }
.vsswitch-bt .vsswitch_msg1 { font-size:1.3em; vertical-align:bottom; margin:0.2em 0.5em; font-weight:bold; color:#aaa; }
.vsswitch-bt .vsswitch-bt_checkbox { display: none; }
.vsswitch-bt .vsswitch-bt_label {
    background-color: #fe5e41;
    width: 3em;
    height: 1.5em;
    border-radius: 1.5em;
    display: inline-block;
	vertical-align:middle;
    position: relative;
	cursor:pointer;
}
.vsswitch-bt .vsswitch-bt_label:before {
    transition: .2s;
    display: block;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    background-color: #fdffff;
    content: '';
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 1px #000;
}
.vsswitch-bt .vsswitch-bt_checkbox:checked + .vsswitch_msg0 + .vsswitch-bt_label { background-color: #00a878; }
.vsswitch-bt .vsswitch-bt_checkbox:checked + .vsswitch_msg0 { color:#aaa; }
.vsswitch-bt .vsswitch-bt_checkbox:checked + .vsswitch_msg0 + .vsswitch-bt_label + .vsswitch_msg1 { color:#005522; }
.vsswitch-bt .vsswitch-bt_checkbox:checked + .vsswitch_msg0 + .vsswitch-bt_label:before { transform: translateX(1.5em); }

.search-inductor {
    white-space:nowrap;
    padding-left:18px;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAB3RJTUUH4QgbDAYQ5FO3XgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAARnQU1BAACxjwv8YQUAAAHDSURBVHjaY2CgJoiOjg4sKi1aN2XKlDvTp0+/V1ZWtjUmJiaBKM3x8fHVK9eu/vLo0aP/L168AOOnT5/+37hp06/k5OQJeDUHBgZ6zJk/9/PxE8f/I/AJOF6xauXvqKioNJwGZGdnL1qzbt3/dRvWw/H6DRv+r98IwSB+SUnJLpwGVFRUHJ01d87/OfPm/Z+7YD4YzwPTC6B4/v+Ghoa7FhYWnFgNKAcaMH/Rwv/zFy1C4MWL/i8A48Vg3NzcfNfY2JgLqwGlpaWLV65e/X/pyhVAvPL/MmS8atX/5UC56upq3F4IiYjwW7FixaftO3f+37x12/8Nm7f837Bly/9NW7f+37ZjJzAMNv5OSEjIwRsTOTk5bVt27vxx9Pjx/0eOHvt/5BgQHz36f8fu3b9jEhOvp6bm9BNMC6kZGfFdXV17Zi9Y8Gj+woVPu3t6DmVkZeUpqWrWaGmZvZozZ+F+SUlJEWLSFSMQMyELdHRM2s7Ly3c4PDz8koSEhDgxhqADHmlp6cNA+j/QkGtAQ1QpNeQdMS4BeYUFiNmAmB1KCwINOQuk/4aFhZ0lxlZuIFYDYg8gzgLiXiDeJikp/ZWfn78LAARDD1LXynJrAAAAAElFTkSuQmCC');
    background-position:0% 50%;
    background-repeat:no-repeat;
}
.inductorstrong {
  font-weight:bold;
  color:#009933;
}
.headtable {
    width:100%;
	padding-left:10px;padding-right:10px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom,from(#efefef),to(#ffffff));
    background: -moz-linear-gradient(top,#efefef,#ffffff);
    background: linear-gradient(top,#efefef,#ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#efefef, endColorstr=#ffffff); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#efefef, endColorstr=#ffffff)"; 
}
.headpage {
	font-family: 'Stint Ultra Condensed','Arial Narrow', Arial, sans-serif;
	font-size: 24px; color:#5F87D1;
}
.headinput {
    font-weight:bold;
    font-size:1.1em !important;
    height:22px !important;
    color:#555555;
    }
.globaltl { width:70%;padding:7px; color:#ffffff;
    font-family:Proza Libre,Arial,Helvetica;font-size:18px;font-weight:bold;
    background: #7d6eff;
    background: -webkit-gradient(linear, left top, left bottom,from(#301aff),to(#8c80ff));
    background: -moz-linear-gradient(top,#301aff,#8c80ff);
    background: linear-gradient(top,#301aff,#8c80ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#301aff, endColorstr=#8c80ff); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#301aff, endColorstr=#8c80ff)"; 
    }
.globaltr { vertical-align:middle;text-align:center;padding:7px;color:#ffffff;font-family:Arial,Helvetica;font-weight:bold;font-size:14px;
    background: #797A7D;
    background: -webkit-gradient(linear, left top, left bottom,from(#797A7D),to(#AAACB0));
    background: -moz-linear-gradient(top,#797A7D,#AAACB0);
    background: linear-gradient(top,#797A7D,#AAACB0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#797A7D, endColorstr=#AAACB0); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#797A7D, endColorstr=#AAACB0)"; 
   }
.covertext { font-family:Roboto,Trebuchet MS; text-align:justify; }
.sessinfo { border:solid 1px #ffffff;color:#5B2F0B;padding:2px;font-family:Roboto,Open Sans,Verdana,Arial;font-size:12px;text-align:center;align:center; font-weight:bold;
    -webkit-box-shadow: 0 2px 3px rgba(120,120,120,.8);-moz-box-shadow: 0 2px 3px rgba(120,120,120,.8);box-shadow: 0 2px 3px rgba(120,120,120,.8);
    background: #BFCBED;
    background: -webkit-gradient(linear, left top, left bottom,from(#BFCBED),to(#DAE9F4));
    background: moz-linear-gradient(top,#BFCBED,#DAE9F4);
    background: -linear-gradient(top,#BFCBED,#DAE9F4));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFCBED, endColorstr=#DAE9F4); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFCBED, endColorstr=#DAE9F4)"; 
}
.sessinfoed { border:solid 1px #ffffff;color:#5B2F0B;padding:2px;font-family:Open Sans,Verdana,Arial;font-size:12px;text-align:center;align:center;
    -webkit-box-shadow: 0 2px 3px rgba(120,120,120,.8);-moz-box-shadow: 0 2px 3px rgba(120,120,120,.8);box-shadow: 0 2px 3px rgba(120,120,120,.8);
    background: #E9DEB9;
    background: -webkit-gradient(linear, left top, left bottom,from(#E9DEB9),to(#F4EEDA));
    background: -moz-linear-gradient(top,#E9DEB9,#F4EEDA);
    background: linear-gradient(top,#E9DEB9,#F4EEDA));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E9DEB9, endColorstr=#F4EEDA); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E9DEB9, endColorstr=#F4EEDA)"; 
}
.fsetlogin { margin-top:5px;border:solid 2px #ffffff;padding:3px;
    -webkit-box-shadow: 0 2px 3px rgba(120,120,120,.8);-moz-box-shadow: 0 2px 3px rgba(120,120,120,.8);box-shadow: 0 2px 3px rgba(120,120,120,.8);
    background-color:#F5F5F5;
    background-image:url('/img/childset1.png');
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(225,225,225)), to( rgb(245,245,245)));
    background-image: -moz-linear-gradient(top, rgb(225,225,225), rgb(245,245,245));
    background-image: linear-gradient(top, rgb(225,225,225), rgb(245,245,245));
    }

#disablescreen { cursor:wait;z-index:9999;position:absolute;top:0;left:0;height:100%;width:100%;background-color:#555555;opacity:0.4;filter:alpha(opacity=0.4); }
.footercanvas{ position:absolute;height:66px; }
.footertab{ width:802px;position:fixed;bottom:0px; margin-bottom:10px; margin-left:-6px;border-top:solid 1px #d7d7d7; background:#ececec; }
* html .footertab{ position:absolute;top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px'); }	
.inductor, .spanlabel { padding-top:6px;font-family:Trebuchet MS;font-size:12px;vertical-align:baseline;padding-left:3px;padding-right:3px !important;}   
.inductor { text-align:right; }    
kbd[class~="inductor"] { padding-top:1px;vertical-align:top;}
.inductorinto { line-height:2em;font-family:Trebuchet MS;font-size:12px;text-align:right;padding-left:3px;padding-right:3px !important;}
.headfld { 	font-family:Trebuchet MS;font-size:12px;text-align:left	;vertical-align:top;padding-left:3px;padding-right:3px;}
.inductor2 { font-family:Trebuchet MS;font-size:12px;text-align:left;width:120px;vertical-align:top;background-color:#CCDDFF;border-bottom:solid 1px;padding-left:3px;padding-right:3px;}
.headform { margin-top:10px;margin-bottom:5px;padding-left:2%;padding-right:2%;height:32px;line-height:32px;font-family:Trebuchet MS;font-size:16px;font-weight:bold;text-align:left;vertical-align:top;color:#FFFFFF;
	border-radius: 5px;
    background: #AE8D5A;
    background: -webkit-gradient(linear, left top, left bottom, from(#705934), to(#AE8D5A));
    background: -moz-linear-gradient(top, #705934, #AE8D5A);
    background: linear-gradient(top, #705934, #AE8D5A);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#705934, endColorstr=#AE8D5A); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#705934, endColorstr=#AE8D5A)"; 
    }
.headform img { float:left;margin-left:15px;margin-right:10px; }
.headformgray { padding-left:10px;margin-top:10px;margin-bottom:5px;height:32px;line-height:32px;font-family:Trebuchet MS;font-size:16px;font-weight:bold;text-align:left;vertical-align:top;color:#eeeeee;
	border-radius: 5px;    
    background: rgb(141, 141, 141);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(141,141,141)), to(rgb(192,192,192)));
    background: -moz-linear-gradient(top, rgb(141,141,141), rgb(192,192,192));
    background: linear-gradient(top, rgb(141,141,141), rgb(192,192,192));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8D8D8D, endColorstr=#C0C0C0); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8D8D8D, endColorstr=#C0C0C0)"; 
}
.headformgray img { float:left;margin-left:15px;margin-right:10px;opacity:0.4;filter:alpha(opacity=40); }
.find { border:solid 1px #7F9DB9;font-family:Trebuchet MS;font-size:12px;text-align:left;line-height:21px;height:21px;background-color:#FFFFFF; }
.findset { font-family:Trebuchet MS;font-size:12px;line-height:19px;height:21px;border:solid 1px #AAAAAA;padding:1px;
    box-shadow: 1px 2px 2px 1px #888888;
    background: rgb(237, 208, 157);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(232,198,138)), to(#FDEADB));
    background: -moz-linear-gradient(top, rgb(232,198,138), #FDEADB);
    background: linear-gradient(top, rgb(232,198,138), #FDEADB);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E8C68A, endColorstr=#FDEADB); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E8C68A, endColorstr=#FDEADB)"; 
         }
.data { font-family:Roboto,Open Sans,Trebuchet MS;font-size:12px;text-align:left; }
.dataset { display:inline-block;font-family:Roboto,Trebuchet MS;font-size:12px;line-height:18px;height:18px;border:solid 1px #AAAAAA;padding-left:10px;padding-top:1px;padding-bottom:1px;padding-right:10px;background-color:#FFFFCC; border-radius:3px;box-shadow: inset 1px 1px 2px #ddd8dc;}
.datasetgray { display:inline-block;font-family:Roboto,Trebuchet MS;font-size:12px;line-height:18px;height:18px;border:solid 1px #AAAAAA;padding-left:10px;padding-top:0px;padding-bottom:1px;padding-right:10px;background-color:#EFEFEF; border-radius:3px;box-shadow: inset 1px 1px 2px #d8d8d8; }

/*
.datainput { font-family:Roboto,Open Sans,Trebuchet MS;font-size:12px;text-align:left;background-color:#FFFFE0;padding-top:0px;padding-left:2px;margin-top:2px;margin-bottom:2px;padding-bottom:0px;line-height:20px;height:20px;border:solid 1px #5B2F0B; border-radius:3px;box-shadow: inset 1px 1px 2px #ddd8dc; }
.datainputmonospace { font-family:'courier new', monospace;font-size:12px;text-align:left;background-color:#FFFFE0;padding-top:0px;padding-left:2px;margin-top:2px;margin-bottom:2px;padding-bottom:0px;line-height:20px;height:20px;border:solid 1px #5B2F0B; }
.datainputgray { font-family:Roboto,Open Sans,Trebuchet MS;font-size:12px;text-align:left;background-color:#DDDDDD;color:#000000;padding-top:0px;padding-left:2px;margin-top:2px;margin-bottom:2px;padding-bottom:0px;line-height:20px;height:20px;text-overflow:ellipsis;border:solid 1px #888888;cursor:default; border-radius:3px;box-shadow: inset 1px 1px 2px #ffffff; }
.datainputnone { font-family:Roboto,Open Sans,Trebuchet MS;font-size:12px;text-align:left;background-color:#eeeeee;color:#000000;padding-top:0px;padding-left:2px;margin-top:2px;margin-bottom:2px;padding-bottom:0px;line-height:20px;height:20px;text-overflow:ellipsis;border:solid 1px #888888;cursor:default; }
.datainputgrayhilite { font-family:Roboto,Trebuchet MS;font-size:12px;text-align:left;background-color:#bbffbb;color:#000000;padding-top:0px;padding-left:2px;margin-top:2px;margin-bottom:2px;padding-bottom:0px;line-height:20px;height:20px;text-overflow:ellipsis;border:solid 1px #888888;cursor:default; }
.datainputarea { font-family:Roboto,Trebuchet MS;font-size:12px;text-align:left;background-color:#FFFFE0;padding-top:0px;padding-left:2px;margin-top:2px;margin-bottom:2px;padding-bottom:0px;border:solid 1px #5B2F0B; border-radius:3px;box-shadow: inset 1px 1px 2px #ddd8dc; }
.datainputgrayarea { font-family:Roboto,Trebuchet MS;font-size:12px;text-align:left;background-color:#DDDDDD;color:#000000;padding-top:0px;padding-left:2px;margin-top:2px;margin-bottom:2px;padding-bottom:0px;border:solid 1px #5B2F0B; border-radius:3px;box-shadow: inset 1px 1px 2px #ddd8dc; }
.datainputfile { display:inline-block;font-family:Roboto,Trebuchet MS;font-size:12px;line-height:18px;height:18px;border:solid 1px #AAAAAA;padding-left:2px;padding-top:1px;padding-bottom:1px;padding-right:2px;background-color:#FFFFCC; border-radius:3px;box-shadow: inset 1px 1px 2px #ddd8dc;}
.datainputgrayfile { display:inline-block;font-family:Roboto,Trebuchet MS;font-size:12px;line-height:18px;height:18px;border:solid 1px #AAAAAA;padding-left:2px;padding-top:1px;padding-bottom:1px;padding-right:2px;background-color:#EFEFEF; border-radius:3px;box-shadow: inset 1px 1px 2px #d8d8d8; }
*/


.datainput, .datainputmonospace, .datainputgray, .datainputnone, .datainputgrayhilite, .datainputarea, .datainputgrayarea, .datainputfile, .datainputgrayfile, .fullenabled, .fullenabled0, .fullenabled1 {
border-radius: var(--rdcell-std); box-shadow: inset 1px 1px 2px #ddd8dc;border: solid 1px var(--bdcell-std); background-color: var(--bgcell-std); 
font-family: Roboto,Open Sans,Trebuchet MS;font-size: 12px;text-align: left;line-height: 20px;height: 20px;
padding: 0 0 0 2px; margin:2px 0 2px 0; vertical-align:top; display:inline-block; }
.datainputmonospace { font-family: 'courier new',monospace }
/* .datainputgray,.datainputnone ,.datainputgrayhilite, .datainputgrayarea { color: #000; text-overflow: ellipsis; border: solid 1px #888;cursor: default;background-color: #ddd } */
.datainputnone { background-color: #eee }
.datainputgray  { color:#555;text-overflow: ellipsis; border: solid 1px #888;cursor: default;background-color: #ddd; }
.datainputarea { color:#000; }
.datainputarea,.datainputgrayarea { height:auto; }

.graybk { background-color:var(--bggray-std) !important; border-radius:var(--rdcell-std);box-shadow:var(--bgshad-std); }
.datainputgrayhilite { font-family:Roboto,Trebuchet MS;color:#1a2e1a;text-overflow: ellipsis; border: solid 1px #999;cursor: default;background-color: #d1e3d1 !important; }
.datainputgrayhilitearea,.datainputgrayhiliteareagray  { font-family:Roboto,Trebuchet MS;color:#1a2e1a;text-overflow: ellipsis; border: solid 1px #999;cursor: default;background-color: #d1e3d1 !important; }	
.datainputgrayblue { font-family:Roboto,Trebuchet MS;color:#052336;text-overflow: ellipsis; border: solid 1px #999;cursor: default;background-color: #d5dfe6 !important; border-radius:3px; }
.datainputgraybluearea,.datainputgrayblueareagray  { font-family:Roboto,Trebuchet MS;color:#052336;text-overflow: ellipsis; border: solid 1px #999;cursor: default;background-color: #d5dfe6 !important; border-radius:3px; }
	
.dataline { font-family:Roboto,Trebuchet MS;font-size:12px;color:#000000;background:transparent;padding-top:0px;padding-left:2px;margin:0px;padding-bottom:0px;line-height:18px;height:18px;text-overflow:ellipsis;border:transparent;cursor:default; }
.datalineborder { font-family:Roboto,Trebuchet MS;font-size:12px;color:#000000;background:transparent;padding-top:0px;padding-left:2px;margin:0px;padding-bottom:0px;line-height:18px;height:18px;text-overflow:ellipsis;border:solid 1px;cursor:default; }
.datalinebold { font-family:Roboto,Trebuchet MS;font-weight:bold;font-size:12px;color:#000000;background-color:#dddddd;padding-top:0px;padding-left:2px;margin:0px;padding-bottom:0px;line-height:18px;height:18px;text-overflow:ellipsis;border:transparent;cursor:default; }
.datalinehand { font-family:Roboto,Trebuchet MS;font-size:12px;color:#000000;background:transparent;padding-top:0px;padding-left:2px;margin:0px;padding-bottom:0px;line-height:18px;height:18px;text-overflow:ellipsis;border:transparent;cursor:pointer;cursor:hand; }
.dataselecthand { font-family:Roboto,Trebuchet MS;border:solid 1px;background-color:#ffffff;font-size:12px;color:#000000;font-weight:bold;padding-top:0px;margin:1px;padding-bottom:0px;cursor:pointer;cursor:hand;border-radius:3px; }
.datar { font-family:Roboto,Trebuchet MS;font-size:12px;text-align:right; }
.datasum { font-family:Roboto,Trebuchet MS;font-color:#000055;font-size:12px;font-weight:bold;text-align:right;background-color:#CAD2E8;border:solid 1px #888888; }
.databorder { font-family:Roboto,Trebuchet MS;font-size:12px;text-align:left;border-bottom:solid 1px #888888; }
.datagray { font-family:Roboto,Trebuchet MS;font-size:12px;text-align:left;background-color:#CCCCCC; }
.label { font-family:Roboto,Trebuchet MS;font-size:14px;text-align:justify; }

.infoblock {
width:98%;
border:solid 1px #888888;
border-radius:8px;
padding:5px;
background-color:#efefef;
display:block;
}
.infoblock:first-child {
text-align:justify;font-size:0.95em;color:#0000aa;
}
.infoblock:before {
content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAQAAAAEABcxq3DAAABZVBMVEX///85RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM+Sag/SqhET61FUKxFUa1GUq1HUq5OWK9OWrdTX7dYZLpYZbpaZrpbZ7pdab5gbMBgbcFgbcNjb8Nqdsh3hNJ4gcZ4hNN5h+N8idl8itaDkduFjsuFkNGFk92GkdGIlNeKmOCKmeGLmuGMl9eMmuKPneSPne6Qnd2RnuaUo+6Wn9aWpemXpe6Ypu6Zp+6ZqOycqu6gr/GisfWks/SmtfWqufitvfuuvvuuvvyvv/ywtt20xP+0xf+1xf+2xv+3x/+6wui6yv+7xO67yv+8y/+/zf/AxujAx+jAzv/Bz//HzOjH1P/I1P/I1f/K1v/K1//M2P/N2f/O2f7Q2f7Q2//R3P/S3f/T2/nT3v/U3v/a4//b4PTd5f/e5v/j6f/j6v/n6/nn7f/o7v/r8P/v9P/w9P/x9f9wJoE/AAAAD3RSTlMAECAwQFBgcICPn7/P3++kfFgMAAAAAWJLR0QAiAUdSAAAAOFJREFUGBkFwctKw0AYgNFv8k86bXqhmkCLq+JKEV0Jbl35xvokgisXKkKrQa2202SunqMAdFmICtkFQEExmjQXJ759bHddRJDJ6u6sfro3t+e/NmRR49MbI4XflKu4TFsnZn4tulCz4RXRTddO66XXJj58mHqUg1/8FEgfrLtknIP1/Ug0wVniCyb9xYOzUaevuouDDc0+dT59Z0lJVyk+y1bEp+27lZw7qtzG+jjF9asNCgbD+bjph0V+azuHApQpC33UfG72GRQAqNkitrsIKACoqnJ/8AAKADVNsU8A/AM6knBskMMoXgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxMC0wMi0xMVQxMTo1MzoyOS0wNjowMNl10jEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMDYtMDUtMjhUMjM6NDk6MzAtMDU6MDAEYzHyAAAAAElFTkSuQmCC');
float:left;margin-top:-2px;margin-right:5px;
}

         
.warnblock {
width:98%;
border:solid 1px #91846d;
border-radius:8px;
padding:5px;
background-color:#efefcf;
margin:4px;
display:block;
}
.warnblock:first-child {
text-align:justify;font-size:1.1em;color:#aa0000;font-weight:bold;
}
.warnblock:before {
content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAi1JREFUeNpi/P//PwMlgBFEMDExgTEa4AHiOii7CYi/IEv++/cPjJlZWFgYGBkZsRnuXVOTGGBnayh16PCFt0D+DRSbgXrAloIMwILFZWXFJ35+t+7753drvsvKiE0EiWFTy4zF6SAQ2dudGWys+UuWheE9i6CYAuuWrac+AcXPoSvEpltdT1fRJipYXb+68xVDdedrhsggdX1dHTkbkByGAaBYQMIgflBLQ5jNn2+3mL99+8YAwn9/3GNurvW1AclB1cD1oLvA0tVZx9zOnEf57+9PDF++fAHjv7+/MNhZ8Cq7OKiag9Tg8gIHExNjYEudl9Xvb48Yfv75wXD+/HmGHTt2MDx5c4/hwdNTDHm5albA0A8EqcVmgGd8tJmJoux30bffHzO8/Hqf4eLFiwwvXrxg+Mv6g+E/208GeaXvosHBMiYgtfDoZGZmBtFCPNxsfcf2R4ewst/k/vv/D1hSVAyi7vWr7XBb3r79+9XL78Kar1//FgG572ABEp6Vrm7Aw3Odm4XpCwM78w8wFhGvA2MYH4SlxH5zpyWJGID0wAJRUUqSwyMtnl2bleEDAwfzLziGBw6SGAhnJvJrS0myeoD0glxQUpEvbMDL+YmFlfk3AytQAQx/e1cBxshiIMzH/YelPE8Q5IoSUCaYAQxZHSD9HUh/BWJQpvkGpL8D6d9ADMquzEDF7ECaC0hzA2luEA3E1xihMQGKFk4gZoPlUDzgP9Tgb0D8AyDAAKWG95il7IXoAAAAAElFTkSuQmCC');
float:left;margin-top:-2px;margin-right:5px;
}

.stdblock {
width:98%;
border:solid 1px #91846d;
border-radius:8px;
padding:5px;
background-color:#efefcf;
margin:4px;
display:block;
}
.stdblock:first-child {
text-align:justify;font-size:1em;
}
.stdblock:before {
float:left;margin-top:-2px;margin-right:5px;
}


.checkedblock {
width:100%;
box-sizing: border-box;
border:solid 1px #476b4d;
border-radius:4px;
padding:5px;
background-color:#cfefd4;
margin:4px;
display:block;
}
.checkedblock span {
text-align:justify;font-size:0.95em;color:#008800;font-weight:bold;font-family:Calibri,Trebuchet MS,Arial;font-size:1.2em;
}
.checkedblock span:before {
content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGrSURBVDjLvZPZLkNhFIV75zjvYm7VGFNCqoZUJ+roKUUpjRuqp61Wq0NKDMelGGqOxBSUIBKXWtWGZxAvobr8lWjChRgSF//dv9be+9trCwAI/vIE/26gXmviW5bqnb8yUK028qZjPfoPWEj4Ku5HBspgAz941IXZeze8N1bottSo8BTZviVWrEh546EO03EXpuJOdG63otJbjBKHkEp/Ml6yNYYzpuezWL4s5VMtT8acCMQcb5XL3eJE8VgBlR7BeMGW9Z4yT9y1CeyucuhdTGDxfftaBO7G4L+zg91UocxVmCiy51NpiP3n2treUPujL8xhOjYOzZYsQWANyRYlU4Y9Br6oHd5bDh0bCpSOixJiWx71YY09J5pM/WEbzFcDmHvwwBu2wnikg+lEj4mwBe5bC5h1OUqcwpdC60dxegRmR06TyjCF9G9z+qM2uCJmuMJmaNZaUrCSIi6X+jJIBBYtW5Cge7cd7sgoHDfDaAvKQGAlRZYc6ltJlMxX03UzlaRlBdQrzSCwksLRbOpHUSb7pcsnxCCwngvM2Rm/ugUCi84fycr4l2t8Bb6iqTxSCgNIAAAAAElFTkSuQmCC');
margin-top:4px;margin-right:5px;
}

.checkedblock span span {
text-align:justify;color:#008800;font-weight:bold;font-family:Calibri,Trebuchet MS,Arial;font-size:1em;
}

.checkedblock span span:before {
content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGrSURBVDjLvZPZLkNhFIV75zjvYm7VGFNCqoZUJ+roKUUpjRuqp61Wq0NKDMelGGqOxBSUIBKXWtWGZxAvobr8lWjChRgSF//dv9be+9trCwAI/vIE/26gXmviW5bqnb8yUK028qZjPfoPWEj4Ku5HBspgAz941IXZeze8N1bottSo8BTZviVWrEh546EO03EXpuJOdG63otJbjBKHkEp/Ml6yNYYzpuezWL4s5VMtT8acCMQcb5XL3eJE8VgBlR7BeMGW9Z4yT9y1CeyucuhdTGDxfftaBO7G4L+zg91UocxVmCiy51NpiP3n2treUPujL8xhOjYOzZYsQWANyRYlU4Y9Br6oHd5bDh0bCpSOixJiWx71YY09J5pM/WEbzFcDmHvwwBu2wnikg+lEj4mwBe5bC5h1OUqcwpdC60dxegRmR06TyjCF9G9z+qM2uCJmuMJmaNZaUrCSIi6X+jJIBBYtW5Cge7cd7sgoHDfDaAvKQGAlRZYc6ltJlMxX03UzlaRlBdQrzSCwksLRbOpHUSb7pcsnxCCwngvM2Rm/ugUCi84fycr4l2t8Bb6iqTxSCgNIAAAAAElFTkSuQmCC');
margin-top:4px;margin-right:5px; 
}

.unsuccessblock {
width:100%;
box-sizing: border-box;
border:solid 1px #6b5847;
border-radius:4px;
padding:5px;
background-color:#efd8cf;
margin:4px;
display:block;
}
.unsuccessblock span {
text-align:justify;color:#008800;font-weight:bold;font-family:Calibri,Trebuchet MS,Arial;font-size:1.2em;
}
.unsuccessblock span:before {
content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGrSURBVDjLvZPZLkNhFIV75zjvYm7VGFNCqoZUJ+roKUUpjRuqp61Wq0NKDMelGGqOxBSUIBKXWtWGZxAvobr8lWjChRgSF//dv9be+9trCwAI/vIE/26gXmviW5bqnb8yUK028qZjPfoPWEj4Ku5HBspgAz941IXZeze8N1bottSo8BTZviVWrEh546EO03EXpuJOdG63otJbjBKHkEp/Ml6yNYYzpuezWL4s5VMtT8acCMQcb5XL3eJE8VgBlR7BeMGW9Z4yT9y1CeyucuhdTGDxfftaBO7G4L+zg91UocxVmCiy51NpiP3n2treUPujL8xhOjYOzZYsQWANyRYlU4Y9Br6oHd5bDh0bCpSOixJiWx71YY09J5pM/WEbzFcDmHvwwBu2wnikg+lEj4mwBe5bC5h1OUqcwpdC60dxegRmR06TyjCF9G9z+qM2uCJmuMJmaNZaUrCSIi6X+jJIBBYtW5Cge7cd7sgoHDfDaAvKQGAlRZYc6ltJlMxX03UzlaRlBdQrzSCwksLRbOpHUSb7pcsnxCCwngvM2Rm/ugUCi84fycr4l2t8Bb6iqTxSCgNIAAAAAElFTkSuQmCC');
margin-top:4px;margin-right:5px;
}
.unsuccessblock span span {
text-align:justify;color:#d11f00;font-weight:bold;font-family:Calibri,Trebuchet MS,Arial;font-size:1em;
}

.unsuccessblock span span:before {
content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAB3RJTUUH5QofEyUTurrz6QAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAARnQU1BAACxjwv8YQUAAAL3SURBVHjaZVNLSJRRGD2jpSUu3Lhro0XoRhEzUyRXI0QmozbmZIz5mBE1TXxh4nNG041uokDMzEdFD5+lZmVhvo2oTbQIFDV1dJyX5ovKr+/+OqK0OPyX+3/fufec71yUlZXBDn1FBXKLiqBQKFxTAE0V0FgNNKQ5O8dHREUdyysthV6vx8Ge/UW5Toe0jAzk+vpmNAI/OoG/rwB6zXgD/GkDvpcFBianZ2VJtYcIxIZWo3HhE3ufcsNzRrtMRl387WH0MwYYw4z7wLNkrfaIbo9EunZ6ZiZ42f5EnJiZSf1aLb3gdbeDg0TQx5jMz6eJpCQa53Wdg0PjjexsSQ4KiouR5O+vesg/Xmo0ZDGbyWIy0UhlJbULEsa35mba3NqitZUVGg8NpTHeywkJuXCrvBwIVypRAYw28WZHTAwZFxfJurq6S1JSQl/r62l9fZ02trfJMjdHoz4+NMm1rTJZX7haDZxxcjp3F1htYs2C5G1BAa0sLe2T2KxW+rWxQeaFBZpQq2mIaya4lj0xBnt4nEIEoK1jl4WEVkdHahGGCZLlZbJws42JTPPzNKJS0XthJNeM7xq6qWQBuMTzZoLfgqCFmQXBcG0trRiNZLZYyGqzkclgoMm8vEMEfJPNaOAivIHAO4DVLmGwpoaMfLqJm5dYs12Omfc+8yQ+7kngbBhOu7mdxFm5HCXAoGjuZI0GNtHI2hdnZ2kgIYHGdDoys/u2tTVJylhQkGRiPdB9ngeAvMJCRHt7X24QU4iNpfmZGfo5PU3vUlOpQ4yW8am6WiJZnpqisYAAych4Pz+5iAAqOEjXNRrcBFofiVsoFNQVFkZtIgOst4fDJII0xCMekctplNccn3uJqalS726UORARkZEuORxTQSJS2ME6RYh6d98CfWAIE7nlgTIu7uh+lPcfE5Oo1GqZ0t09qQb48phdZgk7TLLD33We1OS1EyeuxiUm/v+Y7BBXSuEXCU9P12DgSgJQlQjcDgKi4OV1PJ3zL2oO9vwDh6DtefLRBrgAAAAASUVORK5CYII=');
margin-top:4px;margin-right:5px; 
}

.tabpoint { display:inline-table;border-radius:50%; width:19px;height:17px;padding-top:2px;background-color:#002266;color:#fff;text-align:center;font-weight:bold; }

.title { margin-top:8px;margin-bottom:3px;display:inline-td;width:100%;font-family:Trebuchet MS;font-size:14px;text-align:center;
         font-weight:bold;border-bottom:solid 1px;
    background: rgb(215,215,215);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(192,192,192)), to(rgb(235,235,235)));
    background: -moz-linear-gradient(top, rgb(192,192,192), rgb(235,235,235));
    background: linear-gradient(top, rgb(192,192,192), rgb(235,235,235));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0C0C0, endColorstr=#EBEBEB); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0C0C0, endColorstr=#EBEBEB)";      
}
.title2 { margin-top:16px !important;margin-bottom:9px;display:inline-td;width:100%;font-family:Trebuchet MS;font-size:12px;text-align:left;
    font-weight:bold;border-bottom:solid 1px #AAAAAA;
    background: rgb(215,215,215);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(192,192,192)), to(rgb(235,235,235)));
    background: -moz-linear-gradient(top, rgb(192,192,192), rgb(235,235,235));
    background: linear-gradient(top, rgb(192,192,192), rgb(235,235,235));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0C0C0, endColorstr=#EBEBEB); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0C0C0, endColorstr=#EBEBEB)"; 
    }
    
.title2admin { margin-top:16px !important;margin-bottom:9px;display:inline-td;width:100%;font-family:Trebuchet MS;font-size:12px;text-align:left;
    font-weight:bold;border-bottom:solid 1px #AAAAAA;
    background: #D1E6F3;
    background: -webkit-gradient(linear, left top, left bottom, from(#9FCBE7), to(#D1E6F3));
    background: -moz-linear-gradient(top, #9FCBE7, #D1E6F3);
    background: linear-gradient(top, #9FCBE7, #D1E6F3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9FCBE7, endColorstr=#D1E6F3); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9FCBE7, endColorstr=#D1E6F3)"; 
    }

.nomargintop { margin-top:3px !important; }

.titlesel { margin-top:8px;margin-bottom:3px;display:inline-td;width:100%;font-family:Trebuchet MS;font-size:14px;text-align:center;
    font-weight:bold;border-bottom:solid 1px;
    background: rgb(201,237,215);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(167,223,191)), to(rgb(220,242,229)));
    background: -moz-linear-gradient(top, rgb(167,223,191), rgb(220,242,229));
    background: linear-gradient(top, rgb(167,223,191), rgb(220,242,229));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A7DFBF, endColorstr=#DCF2E5); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#A7DFBF, endColorstr=#DCF2E5)"; 
    }   
.title2sel { margin-top:24px;margin-bottom:3px;display:inline-td;width:100%;font-family:Trebuchet MS;font-size:12px;text-align:left;
    font-weight:bold;border-bottom:solid 1px #AAAAAA;
    background: rgb(220,242,229);
    background: linear-gradient(0deg, rgba(220,242,229,1) 0%, rgba(167,223,191,1) 100%);    
    }
.subtitle { margin-top:6px;margin-bottom:3px;display:inline-td;width:100%;font-family:Trebuchet MS;font-size:12px;text-align:left;background-color:#EEEEEE;font-weight:bold;border-bottom:solid 1px #AAAAAA; }

.titlehint { text-align:left;display:inline-block;width:100%;font-weight:bold;font-family:Trebuchet MS;font-size:14px;background-color:#eeeeaa;
    box-sizing: border-box;    
    background: rgb(248,248,214);
    background: linear-gradient(0deg, rgba(248,248,214,1) 0%, rgba(227,227,109,1) 100%);
    }
.titlehintgreen { text-align:left;display:inline-block;width:100%;font-weight:bold;font-family:Trebuchet MS;font-size:14px;background-color:#eeeeaa;
    box-sizing: border-box;
    background: rgb(226,255,198);
    background: linear-gradient(0deg, #e2ffc6 0%, #8cc16a 100%);    
    }
.titlehintblue { text-align:left;display:inline-block;width:100%;font-weight:bold;font-family:Trebuchet MS;font-size:14px;background-color:#a5c2d9;
    background: rgb(198,234,255);
    background: linear-gradient(0deg, rgba(198,234,255,1) 0%, rgba(106,154,193,1) 100%);
    }

.dashedred { text-align:left;display:inline-block;width:100%;font-weight:bold;font-family:Trebuchet MS;font-size:14px;background-color:#ecc6c6;
border:dashed 3px #993333;border-radius:5px;padding:4px;text-align:center;
background: #ecc6c6; /* Old browsers */
background: -moz-linear-gradient(top, #df9f9f 0%, #ffe6e6 100%);
background: -webkit-linear-gradient(top, #df9f9f 0%,#ffe6e6 100%);
background: linear-gradient(to bottom, #df9f9f 0%,#ffe6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6666', endColorstr='#ffe6e6',GradientType=0 );
    }

.dashedgreen { text-align:left;display:inline-block;width:100%;font-weight:bold;font-family:Trebuchet MS;font-size:14px;background-color:#b3e6b3;
border:dashed 3px #267326;border-radius:5px;padding:4px;text-align:center;
background: #b3e6b3; /* Old browsers */
background: -moz-linear-gradient(top, #9fdf9f 0%, #d9f2d9 100%);
background: -webkit-linear-gradient(top, #9fdf9f 0%,#d9f2d9 100%);
background: linear-gradient(to bottom, #9fdf9f 0%,#d9f2d9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fdf9f', endColorstr='#d9f2d9',GradientType=0 );
    }

.dashedgray { text-align:left;display:inline-block;width:100%;font-weight:bold;font-family:Trebuchet MS;font-size:14px;background-color:#d2d2e0;
border:dashed 3px #494969;border-radius:5px;padding:4px;text-align:center;
background: #d2d2e0; /* Old browsers */
background: -moz-linear-gradient(top, #c3c3d5 0%, #efeff5 100%);
background: -webkit-linear-gradient(top, #c3c3d5 0%,#efeff5 100%);
background: linear-gradient(to bottom, #c3c3d5 0%,#efeff5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3d5', endColorstr='#efeff5',GradientType=0 );
animation: bmove 4s infinite linear;
    }
@keyframes bmove {  0% { background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px; } 100% { background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px; }
}
    
.titleadmin {
	padding:6px;margin-top:15px;margin-bottom:3px;border-bottom:dashed 2px #0F6CA7;border-top:dashed 2px #0F6CA7;font-weight:bold;color:#0F6CA7;
    background: #D1E6F3;
    background: -webkit-gradient(linear, left top, left bottom, from(#9FCBE7), to(#D1E6F3));
    background: -moz-linear-gradient(top, #9FCBE7, #D1E6F3);
    background: linear-gradient(top, #9FCBE7, #D1E6F3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9FCBE7, endColorstr=#D1E6F3); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9FCBE7, endColorstr=#D1E6F3)"; 
    }    
.titleblock { border:solid 1px #C3D1D7;padding:2px;font-family:Trebuchet MS,Open Sans,Verdana,Arial;font-weight:bold;font-size:14px;text-align:center;align:center;display:inline-block;width:100%;
    -webkit-box-shadow: 0 2px 3px rgba(120,120,120,.8);-moz-box-shadow: 0 2px 3px rgba(120,120,120,.8);box-shadow: 0 2px 3px rgba(120,120,120,.8);
    background: #FFF2E7;
    background: -webkit-gradient(linear, left top, left bottom,from(#FFF2E7),to(#FAD6B3));
    background: -moz-linear-gradient(top,#FFF2E7,#FAD6B3);
    background: linear-gradient(top,#FFF2E7,#FAD6B3));
    margin-top: 5px; margin-bottom:5px;
    color: #000000;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF2E7, endColorstr=#FAD6B3); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF2E7, endColorstr=#FAD6B3)"; 
}
.fieldadmin { font-family:Roboto,Open Sans,Trebuchet MS;font-size:12px;text-align:left;padding-top:0px;padding-left:2px;margin-top:2px;margin-bottom:2px;padding-bottom:0px;line-height:20px;height:20px;border-radius:3px;box-shadow: inset 1px 1px 2px #ddd8dc;
	background-color:#C5D9FF;border:solid 1 px;border-color:#2c549e;border-style:dotted;}
.childset1 {
	box-sizing:border-box;
	width:100%;
	margin:8px 0 6px 0;
	padding:1px 5px 1px 3px;
	min-height:18px;
    border-color: #999999;
    border-style: solid;
    border-width: 2px 0;
    background: rgb(221,221,234);
    background: linear-gradient(0deg, rgba(221,221,234,1) 0%, rgba(187,187,200,1) 100%);
    text-align:center;
    font-variant:small-caps;
    font-weight:bold;
    color:#444455;
	font-size:1.2em;
   }
.childset1g {
    background: linear-gradient(0deg, rgba(129,227,139,1) 0%, rgba(245,245,245,1) 100%);	
    }    
.childsilent { width:100%;border-collapse:collapse; }
table.childsilent tr td { border:0px;padding: 0px 0px 1px 0px;margin:0px; }
.childsilent2 { width:100%;border-collapse:collapse;border:solid 1px #dfdfff;background-color:#f5f5ff; }
table.childsilent2 tr td { border:0px;padding: 0px 0px 1px 0px;margin:0px; }

.childbarodd { overflow:hidden;text-overflow:ellipsis;width:100%;border-collapse:collapse;background-color:#E0E1E2  }
table.childbarodd tr td { border:0px;padding: 0px 0px 7px 0px;margin:0px; }
.childbareven { overflow:hidden;text-overflow:ellipsis;width:100%;border-collapse:collapse;background-color:#FFFFFF  }
table.childbareven tr td { border:0px;padding: 0px 0px 7px 0px;margin:0px; }

.childsetsub { background-color:#c0c0c0; }

.childcard { overflow:hidden;text-overflow:ellipsis;width:100%;border-collapse:collapse;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(228,228,228,1) 50%);
margin-bottom:30px; border-radius: 4px;padding:5px;
box-shadow: 0 2px 2px rgba(0,0,0,0.5), inset 1px 1px 2px rgba(255,255,255,0.6);
}
table.childcard tr td { border:0px;padding: 0px 0px 7px 0px;margin:0px; }


@media print {
thead {display:table-header-group; margin-bottom:2px;}
.hidprint {display:none; }
.hidscreen {display:block; }
.shapedoc { width:100%; }
.shapedocdf { width:100%;background-image:url('/img/draft.png');background-repeat:no-repeat;background-position:center; }
.bodydoc { text-align:justify !important;width:100%;font-size:12px;font-family:Arial,Helvetica;padding-left:1.75cm;padding-right:1.25cm;padding-bottom:1.25cm; }
.intodoc { text-align:justify !important;width:100%;font-size:12px;font-family:Arial,Helvetica; }
.tabledoc { border-collapse:collapse;border:solid 1px #aaaaaa;text-align:justify;width:100%;font-size:12px;font-family:Arial,Helvetica; }
.saltopagina { page-break-after: always; }
.trpgbreak { page-break-after: always;height:22cm; }
kbd { display:none; }	
}
@media screen {
thead {display:table-header-group; margin-bottom:2px;}
.hidscreen { display:none; }
.shapedoc { width:100%; }
.shapedocdf { width:100%; }
.bodydoc { background-color:#ffffff !important;text-align:justify !important;width:100%;font-size:12px;font-family:Arial,Helvetica;padding-left:20px;padding-right:15px;padding-bottom:15px; }
.intodoc { background-color:#ffffff !important;text-align:justify !important;width:100%;font-size:12px;font-family:Arial,Helvetica; }
.tabledoc { background-color:#ffffff;border-collapse:collapse;border:solid 1px #aaaaaa;text-align:justify;width:100%;font-size:12px;font-family:Arial,Helvetica; }
.saltopagina { height:5px;line-height:5px;margin-bottom:5px;border-bottom:solid 1px #cccccc; }
.trpgbreak { page-break-after: always;height:22cm; }
.noscreen { display:none; }
kbd { display: inline; display: inline-block;}
}
    
.childset1bk { width:100%;margin-top:5px;border:solid 1px #AAAAAA;
    background: rgb(235,235,235);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(225,225,225)), to( rgb(245,245,245)));
    background: -moz-linear-gradient(top, rgb(225,225,225), rgb(245,245,245));
    background: linear-gradient(top, rgb(225,225,225), rgb(245,245,245));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E1E1E1, endColorstr=#F5F5F5); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E1E1E1, endColorstr=#F5F5F5)"; 
    }
.childset2 { width:100%;margin:2px;background-color:#e0e0e0; }
.childset1add { width:100%;margin-top:5px;border:solid 1px #AAAAAA;background-color:#E5EEFF; }
.childset2add { width:100%;margin:2px;background-color:#EEF5FF; }
.childset1del { width:100%;margin-top:5px;border:solid 1px #AAAAAA;background-color:#FFEEEE; }
.childset2del { width:100%;margin:2px;background-color:#FFF9F9; }

.childset3 { width:100%;margin:2px;background-color:#d8d8e9; }
.childset3add { width:100%;margin-top:5px;border:solid 1px #AAAAAA;background-color:#E5EEFF; }
.childset3del { width:100%;margin:2px;background-color:#FFF9F9; }

.childsetadm { width:100%;margin:2px;background-color:#CEE3F6; }
.childsetadmadd { width:100%;margin:2px;background-color:#CEE3F6; }
.childsetadmdel { width:100%;margin:2px;background-color:#CEE3F6; }
    
    
.parentset { background-color:#FFFFFF; border-radius:5px;margin-bottom:3px; }
.parentsetadd { background-color:#FFFFFF; }
.parentsetdel { background-color:#FFFFFF; }
.header {font-family:Trebuchet MS;font-size:16px;font-weight:bold;background-color:#15587B;color:#FFFFFF;padding-left:5px; }
.timeinfo { font-family:Open Sans,Trebuchet MS;font-size:12px;font-weight:bold;text-align:center;border-radius: 12px;padding:0px;
            box-shadow: 0 2px 2px rgba(0,0,0,0.5), inset 1px 1px 2px rgba(255,255,255,0.6);
		  }
.timeinfog { background: #D8F2CE; color: #008800; border-radius:12px; padding:3px; border:solid 1px #008800;}
.timeinfor { background: #F5DED5; color: #aa0000; border-radius:12px; padding:3px; border:solid 1px #aa0000;}
.timeinfoe { background: #DDDDDD; color: #333333; border-radius:12px; padding:3px; border:solid 1px #333333;}
.updinfo { width:900px;border:solid 1px;font-family:Trebuchet MS;font-size:12px;font-weight:bold;text-align:center; }
.updinfog { background-color:#88CC88; color: #008800; }
.updinfor { background-color:#FF9999; color: #aa0000; }
.clear { overflow: hidden;width: 100%;float:center; }
.winicon img { display:inline;cursor:pointer;cursor:hand; }
.winicongray img { display:inline;opacity:0.4;filter:alpha(opacity=40); }
.winicongray { opacity:0.4;filter:alpha(opacity=40); }


a
{
	color:#07419e;
	padding:0 1px;
	text-decoration:none;
	outline:none;
}
a:hover {
	color: #555555 !important;
	background-color:rgba(255, 255, 128,.5)
}
a.anohover:hover {
    color: inherit;
	background-color:inherit;
}
a:visited {
	color: #63518c;
}

a.button {
    background: transparent url('/img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: bold 11px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('/img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}


.buttonscanvas {
    text-align:center;
    padding-top:3px;padding-bottom:3px;margin-bottom:5px;border-bottom:dashed 1px #bbbbbb;
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#f5f5f5));
    background: -moz-linear-gradient(top, #e5e5e5, #f5f5f5);
    background: linear-gradient(top, #e5e5e5, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5e5e5, endColorstr=#f5f5f5); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5e5e5, endColorstr=#f5f5f5)"; 
}
.buttons a, .buttons button {
    display:inline-block;
    margin:0 7px 0 0;
    background: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#c5c5c5));
    background: -moz-linear-gradient(top, #f4f4f4, #c5c5c5);
    background: linear-gradient(top, #f4f4f4, #c5c5c5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#c5c5c5); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#c5c5c5)"; 
    
    border:2px solid #aeaeae;
    border-top:2px solid #fff;
    border-left:2px solid #fff;    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:0px 5px 0px 4px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:0px 5px 0px 4px; /* IE6 */
}
.buttons button[type]{
    padding:0px 5px 0px 4px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:0px 5px 0px 4px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px 0 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:2px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:2px solid #6299c5;
    color:#fff;
}
button.bdgreen, .buttons a.bdgreen{
    color:#529214;
}
.buttons a.bdgreen:hover, button.bdgreen:hover{
    border:2px solid #C6D880;
    color:#529214;
}
.buttons a.bdgreen:active{
    border:2px solid #529214;
    color:#fff;
}
button.bdyellow, .buttons a.bdyellow{
    color:#947C32;
}
.buttons a.bdyellow:hover, button.bdyellow:hover{
    border:2px solid #FFDF49;
    color:#947C32;
}
.buttons a.bdyellow:active{
    border:2px solid #947C32;
    color:#fff;
}
.buttons a.bdred, button.bdred{
    color:#d12f19;
}
.buttons a.bdred:hover, button.bdred:hover{
    border:2px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.bdred:active{
    border:2px solid #d12f19;
    color:#fff;
}
.barstatus {
border-top: 1px solid #bcbcbc;
border-bottom: 1px solid #bcbcbc;
background-color: #F8F8F8;
height: 13px; font-size:10px;
margin-bottom:5px;
}

.butstrech {

}
.push{
    background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#f4f4f4)) !important;
    background: -moz-linear-gradient(top, #c5c5c5, #f4f4f4) !important;
    background: linear-gradient(top, #c5c5c5, #f4f4f4) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c5c5c5, endColorstr=#f4f4f4) !important; 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c5c5c5, endColorstr=#f4f4f4) !important"; 
    border:2px solid #aeaeae !important;
    border-right:2px solid #fff !important;
    border-bottom:2px solid #fff !important;
}

.buttons button.tiny {
    padding:0px;margin:0px;line-height:100%;width:20px;
}
.buttons div.tiny {
    padding:0px;margin:0px;line-height:100%;width:20px;display:inline-block;
}
.buttons button.tiny img {
    width:16px;height:16px;
}
.buttons div.tiny img {
    width:16px;height:16px;opacity:.3;filter: alpha(opacity=30);margin-left:5px;
}

.buttons button.tiny div {
    padding:0px;margin:0px;border:0px;
}

.buttons button.pushred {
    background: -webkit-gradient(linear, left top, left bottom, from(#f0b8b8), to(#f4eded));
    background: -moz-linear-gradient(top, #f0b8b8, #f4eded);
    background: linear-gradient(top, #f0b8b8, #f4eded);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0b8b8, endColorstr=#f4eded); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0b8b8, endColorstr=#f4eded)"; 
    border:2px solid #aeaeae;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
}


.onoff
{
  margin:0 auto;
  padding:0;	
  font-size:12px;
  text-align:center;	
  vertical-align:middle;
}
.onoff div
{
  height:16px;
  width:16px;
  min-height:16px;
  overflow:hidden;
  padding:0;	
  margin:0 auto;
}
.onoffoff
{
  background:lightgray;
  border:solid 1px lightgray;
  color:gray;
}

.onoffon
{
  background:#EABAB4;
  border-top:1px solid gray;
  border-right:1px solid white;
  border-bottom:1px solid white;
  border-left:1px solid gray;			
  color:black;
}

.admininfo {
	padding:6px;margin-bottom:5px;
    background: #D1E6F3;
    background: -webkit-gradient(linear, left top, left bottom, from(#9FCBE7), to(#D1E6F3));
    background: -moz-linear-gradient(top, #9FCBE7, #D1E6F3);
    background: linear-gradient(top, #9FCBE7, #D1E6F3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9FCBE7, endColorstr=#D1E6F3); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9FCBE7, endColorstr=#D1E6F3)"; 
}

.collapse { display:none; }

.expOpen{ list-style-image: url(/img/ico_exptei16.png); }
.expClose{ list-style-image: url(/img/ico_exptei16close.png); }


kbd
    {
    display:inline-block;
    margin:1px 7px 1px 0;
    background: #e5e5e5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#c5c5c5));
    background: -moz-linear-gradient(top, #f4f4f4, #c5c5c5);
    background: linear-gradient(top, #f4f4f4, #c5c5c5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#c5c5c5); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f4f4f4, endColorstr=#c5c5c5)"; 
    
    border:2px solid #aeaeae;
    border-top:2px solid #fff;
    border-left:2px solid #fff;
    font-family: Open Sans, Tahoma, Arial, Verdana, sans-serif;
    font-size:11px;
    font-weight:bold;
    line-height:130%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:0px 5px 0px 4px; /* Links */
    }
.kbdtiny    { line-height:16px;margin-top:5px;margin-bottom:5px;font-size:.9em !important;padding:0px 3px 0px 3px !important; }
      
#tt {position:absolute; display:block;z-index:999 !important;}
#ttcont {
    min-width:1em;
    padding:.3em .6em .4em .6em;
    margin:.3em .10em .4em .10em;
    font: 12px "Trebuchet MS",'andale mono', 'lucida console', 'courier new', monospace;
    text-align: justify;
    text-decoration: none;
    cursor:pointer;
    cursor:hand;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: #FDFBC7;    
    color:#1C5EC2;
    border:1px solid #ccc;
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    -webkit-box-shadow: 0 2px 3px rgba(120,120,120,.8);
       -moz-box-shadow: 0 2px 3px rgba(120,120,120,.8);
            box-shadow: 0 2px 3px rgba(120,120,120,.8);
}

.tttr { -webkit-border-radius: .7em .7em .7em .0em;-moz-border-radius: .7em .7em .7em .0em;border-radius: .7em .7em .7em .0em; }
.tttl { -webkit-border-radius: .7em .7em .0em .7em;-moz-border-radius: .7em .7em .0em .7em;border-radius: .7em .7em .0em .7em; }
.ttbl { -webkit-border-radius: .7em .0em .7em .7em;-moz-border-radius: .7em .0em .7em .7em;border-radius: .7em .0em .7em .7em; }
.ttbr { -webkit-border-radius: .0em .7em .7em .7em;-moz-border-radius: .0em .7em .7em .7em;border-radius: .0em .7em .7em .7em; }



#ttp {position:absolute; display:block;z-index:997 !important; }
#ttpcont {
    min-width:1em;
    padding: .3em .6em .4em .6em;
    margin: .3em .10em .4em .10em;
    font: 12px "Trebuchet MS",'andale mono', 'lucida console', 'courier new', monospace;
    text-align: justify;
    text-decoration: none;
    cursor:pointer;
    cursor:hand;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: #FDFBC7;    
    color:#1C5EC2;
    border:1px solid #ccc;	
    border-right:1px solid #aaa;
    border-bottom:1px solid #aaa;
    -webkit-box-shadow: 0 2px 3px rgba(120,120,120,.8);
       -moz-box-shadow: 0 2px 3px rgba(120,120,120,.8);
            box-shadow: 0 2px 3px rgba(120,120,120,.8);
}

.ttpbl { -webkit-border-radius: .7em .7em .7em .0em;-moz-border-radius: .7em .7em .7em .0em;border-radius: .7em .7em .7em .0em; }
.ttpbr { -webkit-border-radius: .7em .7em .0em .7em;-moz-border-radius: .7em .7em .0em .7em;border-radius: .7em .7em .0em .7em; }
.ttptr { -webkit-border-radius: .7em .0em .7em .7em;-moz-border-radius: .7em .0em .7em .7em;border-radius: .7em .0em .7em .7em; }
.ttptl { -webkit-border-radius: .0em .7em .7em .7em;-moz-border-radius: .0em .7em .7em .7em;border-radius: .0em .7em .7em .7em; }

a.astrong,#ttp a { font-weight:bold;background-color:#ffffaa; }
a.astrong:before,#ttp a:before {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAYAAAAyhueAAAAAB3RJTUUH5gEXDRMsp4iqiwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAARnQU1BAACxjwv8YQUAAAK3SURBVHja7ZPbThNRFIaJF76AL0CMV76BCaamgiRGBQQULEJIaCuGlkI5aTReCCZ6S2wg1Bg5tUAUqC2lnGJtEUwIUdBgohwKLS0IbW07nU7DzO+egU6hUe68cyVf1t571v7n3zNrp6X9j38SLMumcRwnwI8BiJkn4l2Wf9ffgNvcApahMlOfJ/bzWQx+IVGQGHPc/pz2b2Z7JnXYGVTB1VOBWNDXkyqa2McjxuGHSbizYfdS87JBw/iH7oKyauExN+PPtUnE0HcbbR1dBtubkTF7lI6lA+yp3cXx9ZXuCvwaVoEZb0LIUoONoYfwfjBOeqeNowSbiNNg880M2KK7ntOiaIZMCWl5Na5W1mHu00Jg0/HKv9arQNhcA2asEVFrPaGBzGsRMVUhMrwPZTrAUgVfvwKrRm1AFL2mrEGB5gHK7z/BisuNqPM5aGstGFsDqJF6QZQebSA0CjC2JrLWiJBJjRA5SeStGkHyiVY7S5Lnz7lTeyDaApfHi/hsO2IjWkEwlSiBf9nWQCXnm9Lhp/Mlth16eB2d8H9z6pNO5Rrkq+6hrOkxt0ycxmbbiNM6wR3v8ogoWQtZNHC91iIW8Cq5OC3di0UusXE6m/yoE6LohcJSZMrkyFVo8H5+AcGJZ6DNKkTHGgRhypqEP75/UImtuaE4ODZdaC/ugMN9Kskvg7RYjhyFGvb5L8TJIzC9haCMt0D3l4Lq47ktECPznY4MBH98rkhtpyN9KikoQ5ZMgTzi1Or8iA2DmmzMQtRQDKaviOSboAw3hEwbirCukyLs+qo8tvnPXy+BpKAU5/JkmJqeYcLb7mrfuy6stUoQ6SXC/TLQRDxOcuDFZbhNT7FHh5THXtMJxzTG7U7MLyyCpulioZhjz3jt3ZaV1ovYaMvFensuyTlY1V1BcMluJTUn/3ajfgN9rNwzGL1MrQAAAABJRU5ErkJggg==');
background-size: 14px 12px;
display: inline-block;
margin:0 3px 0 0;padding:0;
width: 14px; 
height: 12px;
content:"";
/* content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAYAAAAyhueAAAAAB3RJTUUH5gEXDRMsp4iqiwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAARnQU1BAACxjwv8YQUAAAK3SURBVHja7ZPbThNRFIaJF76AL0CMV76BCaamgiRGBQQULEJIaCuGlkI5aTReCCZ6S2wg1Bg5tUAUqC2lnGJtEUwIUdBgohwKLS0IbW07nU7DzO+egU6hUe68cyVf1t571v7n3zNrp6X9j38SLMumcRwnwI8BiJkn4l2Wf9ffgNvcApahMlOfJ/bzWQx+IVGQGHPc/pz2b2Z7JnXYGVTB1VOBWNDXkyqa2McjxuGHSbizYfdS87JBw/iH7oKyauExN+PPtUnE0HcbbR1dBtubkTF7lI6lA+yp3cXx9ZXuCvwaVoEZb0LIUoONoYfwfjBOeqeNowSbiNNg880M2KK7ntOiaIZMCWl5Na5W1mHu00Jg0/HKv9arQNhcA2asEVFrPaGBzGsRMVUhMrwPZTrAUgVfvwKrRm1AFL2mrEGB5gHK7z/BisuNqPM5aGstGFsDqJF6QZQebSA0CjC2JrLWiJBJjRA5SeStGkHyiVY7S5Lnz7lTeyDaApfHi/hsO2IjWkEwlSiBf9nWQCXnm9Lhp/Mlth16eB2d8H9z6pNO5Rrkq+6hrOkxt0ycxmbbiNM6wR3v8ogoWQtZNHC91iIW8Cq5OC3di0UusXE6m/yoE6LohcJSZMrkyFVo8H5+AcGJZ6DNKkTHGgRhypqEP75/UImtuaE4ODZdaC/ugMN9Kskvg7RYjhyFGvb5L8TJIzC9haCMt0D3l4Lq47ktECPznY4MBH98rkhtpyN9KikoQ5ZMgTzi1Or8iA2DmmzMQtRQDKaviOSboAw3hEwbirCukyLs+qo8tvnPXy+BpKAU5/JkmJqeYcLb7mrfuy6stUoQ6SXC/TLQRDxOcuDFZbhNT7FHh5THXtMJxzTG7U7MLyyCpulioZhjz3jt3ZaV1ovYaMvFensuyTlY1V1BcMluJTUn/3ajfgN9rNwzGL1MrQAAAABJRU5ErkJggg=='); */
}
a.astrong:hover,#ttp a:hover { color:#663300;background-color: #ffff77;cursor: pointer; }

.passchksecure { background: url(/img/pwd_bkgd.gif) -120px 0px;border: 1px solid #5B2F0B;background-color:var(--bgcell-std);width: 120px; border-radius:3px;box-shadow: inset 1px 1px 2px #ddd8dc; }


table.oddeven { margin:5px 0 5px 0;font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; }
table.oddeven td, table.oddeven th { border: 1px solid #ddd; padding: 3px; vertical-align:top; }
table.oddeven tr:nth-child(odd){background-color: #ffffff;}
table.oddeven tr:nth-child(even){background-color: #f2f2f2;}
table.oddeven tr:hover {background-color: #ddd; cursor:default; }
table.oddeven th { padding-top: 4px; padding-bottom: 4px; text-align: left; background-color: #a0a0a0; color: white; }


div.autosuggest
{
margin: -2px 0 2px 0;
}

div.autosuggest ul
{
	list-style: none;
	margin: 0px 0 1px 0;
	padding: 0;
	overflow: hidden;
	background-color: #ffffe0;
	border:solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 3px rgba(120,120,120,.8);-moz-box-shadow: 0 2px 3px rgba(120,120,120,.8);box-shadow: 0 2px 3px rgba(120,120,120,.8);
    background: #FBDEC6;
    background: -webkit-gradient(linear, left top, left bottom,from(#FBDEC6),to(#FFFFE0));
    background: -moz-linear-gradient(top,#FBDEC6,#FFFFE0);
    background: linear-gradient(top,#FBDEC6,#FFFFE0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBDEC6, endColorstr=#FFFFE0); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBDEC6, endColorstr=#FFFFE0)"; 
}

div.autosuggest ul li
{
	color: #555555;
	padding: 0;
	margin: 0;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #555555;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #ffffe0;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #0A246A;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 1px 3px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #ffffff;
	background-color: #0A246A;
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}

.ck-button label {
    padding: 6px 8px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.ck-button {
  width:100%;
  display:inline;
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;
}

.ck-button label:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.ck-button label:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}


.ck-buttongray label {
    padding: 6px 8px;
    background: #999999;
    color: #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #535353;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.ck-buttongray {
  width:100%;
  display:inline;
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;
}



.extlink { padding:3px;border:solid 1px #aaaa88;background-color:#FAF5C0;display:inline-table;border-radius:5px;box-shadow: inset 1px 1px 2px #ddd8dc; }
.extlink1 { padding:3px;border:solid 1px #aaaa88;background-color:#BEFCC5;display:inline-table;border-radius:5px;box-shadow: inset 1px 1px 2px #ddd8dc; }
/* .hintpoint  {display:inline-block;margin:0 2px 0 0;padding-left:3px;padding-right:3px;font-size:10px;font-weight:bold;background-color:#FFFFC0;border-radius:8px;border:solid 2px #F8AC6F;cursor:help; } */
.hintpoint { color: transparent; padding:1px 16px 16px 1px;background-size:15px 15px;background-repeat:no-repeat;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAB3RJTUUH4ggbFx843AGIgwAAAAlwSFlzAAAewQAAHsEBw2lUUwAAAARnQU1BAACxjwv8YQUAAAJiSURBVHjadVRLSxtRFL7jSqlUCAi2iCSg8bHoVinduTWIv8CC6NK4Ni6qG7vvol2kKym6KNRnItXGKCNiwZpJMpVoQ+1DDYSa+kJDqqfnnJk7mUnihUtuznznu+c7jyuEXIoiRPUDRf51jYz73NPrmy3LSaBNZ7JZeMIqFlySVFnHh8/9Xe53ayaBDs3hBG86MyF+I0y5r421YfLtmDdyAG2rKagPJUDM7po7BuID/i7FoQO/EQaxAYcaKYdIWqNpaMNbxaIGjRjF3H4G0qeXcJi7grXDLPR+2gOxoEEHYgjbMBk0yGpqFUsO3UKh063PPuqQvcoDrTvchds7Puf/3cLgRgovijOWfBwySbcXQ6ZckJTPR6fs+B0jEaE4R7FzkmPb1+w5YwhLPuRrVMc/4ePEhpMG0VwMjs6v2Wl06xv/F++/wKvdH2w7ubhmGxcgbFTUNTLhE1aJ+UOCpQ2r+/BG+8lnMR+DPszN2U2BiRYPMkwk8eTrQQ7BZZVG3O2cbIOAkj6wnoIbzA2tneMc2jVw2/CSrIxI7iaKDgll0tVff7gFXNgW3kpEpdLsEoewQrQu8gWWU5lEN6RR28tk2wGP0ekJ2mOZvzCl/2apZSQy2Vgws/wRLr8d5MFdh2Qze8fw2kx8cwmRo/zckP3+TtmQljTsnfHtNMjVvaJDTciZF27I/uHO4hQbIxKgtpdkNGtPscO1zBlEcDwoIo+NhEfkpTlvzOEY2mCAbqGQWxH8SA6u1TdJ/mYMbbBkaEufEZRpf0bs1TGfEbUox+lb+WHzv+hxT0fV4sMWVcl238P2H/E8sx7oYrxiAAAAAElFTkSuQmCC'); }
.qrpoint { cursor:pointer!important; padding:1px 16px 16px 1px;background-size:15px 15px;background-repeat:no-repeat;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAB3RJTUUH5QQBESYxSIWrbQAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAARnQU1BAACxjwv8YQUAAAAtUExURfz8/P////7+/lRrdkRaZExha+vt7+rt7lRuekxkb112gfX29111gVVrdlx1gRlicPYAAABvSURBVHjaRU8LFsMwCIKUOtff/Y87NOmbxqcElQQgMDhgd0XwycyDycP59lWSRmJlFS4vjC+MOfl8eV6eu1zfkvZa2ZZnlA3PZ/cq5IPFnwVVfOtu0Wy8+7Xg1LduY8d6n/792Eo3Zvun9VfAv+QPkksDQ97lxKYAAAAASUVORK5CYII='); }
.hint  { cursor:help; }
.hint:hover { background-color: #ffffa0; }
.required  {display:inline-block;margin:0 2px 0 0;padding:3px;line-height:1;background-color:#e50000;border-radius:6px; vertical-align:top; margin-top:.7em; }
/*.notrequired  {display:inline-block;margin:0 2px 0 0;padding:3px;line-height:1;border-radius:6px } */
.notrequired  {display:inline-block; }
.ulhint { margin-left:5px;}
.ulhint ul li { line-height:30px; }
.ulhint ul li ul { list-style-type:circle; }
.ulhint ul li ul li { line-height:0px; }
.cgreen   {display:inline-block;margin:0 2px 0 0;padding:6px;line-height:1;background-color:#63CE4E;border-radius:12px }
.cyellow  {display:inline-block;margin:0 2px 0 0;padding:6px;line-height:1;background-color:#FFE401;border-radius:12px }
.cred     {display:inline-block;margin:0 2px 0 0;padding:6px;line-height:1;background-color:#FF2621;border-radius:12px }
.cblue    {display:inline-block;margin:0 2px 0 0;padding:6px;line-height:1;background-color:#2150FF;border-radius:12px }
.cpink    {display:inline-block;margin:0 2px 0 0;padding:6px;line-height:1;background-color:#FF80FF;border-radius:12px }
.clightred  {display:inline-block;margin:0 2px 0 0;padding:6px;line-height:1;background-color:#FECCCC;border-radius:12px }
.clightgreen  {display:inline-block;margin:0 2px 0 0;padding:6px;line-height:1;background-color:#D9FFD9;border-radius:12px }
.clightyellow  {display:inline-block;margin:0 2px 0 0;padding:6px;line-height:1;background-color:#FDFFDD;border-radius:12px }

input.spin {
position:absolute;
margin:0;
padding: 3px 6px 3px 0;
text-align: right;
border: medium none;
width: 20px;
font-weight: normal;
font-size: 11px;
border:solid 1px #888888;
border-radius:3px;
box-shadow: inset 1px 1px 2px #ddd8dc;
}
a.spinup {
text-decoration: none;
color: #000;
display: block;
height:10px;
width: 15px;
margin-left:29px;
background: #ccc url(/img/spin-up.gif);
}
a.spinupgray {
background: #ccc url(/img/spin-up-gray.gif);
}
a.spinup:hover {
background: #ccc url(/img/spin-up-hover.gif);
color: #444;
}
a.spindn {
text-decoration: none;
color: #000;
margin-top: 1px;
display: block;
height:10px;
width: 15px;
margin-left:29px;
background: #ccc url(/img/spin-dn.gif);
}
a.spindngray {
background: #ccc url(/img/spin-up-gray.gif);
}
a.spindn:hover {
background: #ccc url(/img/spin-dn-hover.gif);
color: #444;
}

div.grid {
  width: 100%;
  overflow:auto;
  resize:both;
  padding: 2px;
  border: 2px solid #ffffff;
  background-color: #efefef;
}
div.grid table {
	font-family: verdana,arial,sans-serif;
	font-size:9px;
	font-weight:normal;
	line-height:11px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}
div.grid table th {
	padding: 3px;
	background: #d5e3e4;
	background: -moz-linear-gradient(top,  #d5e3e4 0%, #ccdee0 40%, #b3c8cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5e3e4), color-stop(40%,#ccdee0), color-stop(100%,#b3c8cc));
	background: -webkit-linear-gradient(top,  #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
	background: -linear-gradient(top,  #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
	background: -ms-linear-gradient(top,  #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
	background: linear-gradient(to bottom,  #d5e3e4 0%,#ccdee0 40%,#b3c8cc 100%);
	border: 1px solid #999999;
}
div.grid table td {
	padding: 3px;
	border: 1px solid #999999;
	vertical-align:top;
}

div.grid table tr.odd {
    background: #ffffff;	
}

div.grid table tr.even {
    background: #eeeeee;	
}


.chkboxsign input[type="checkbox"] {
    display: none;
}
.chkboxsign input[type="checkbox"]+label {
    height:20px; 
    padding-left: 12px;
    cursor:pointer;cursor:hand;
    background: url('/img/doc_sealed16.png') no-repeat;
    font-size:18px;vertical-align:middle;
}
.chkboxsign input[type="checkbox"]:checked + label {
    background: url('/img/doc_content16.png')  no-repeat;    
}

#infonubehint:before {content: url("/img/infonube.png"); width:0; height:0; visibility:hidden; position:absolute; }
#infonubehint { pointer-events: none; z-index:9999; opacity:0;visibility:hidden;position:relative;overflow:visible;margin-top:-10px;height:0px;width:100%;text-align:right;-webkit-animation: vwHint 5s ease-out; -moz-animation: vwHint 5s ease-out; -o-animation: vwHint 5s ease-out; animation: vwHint 5s ease-out; } 
@-webkit-keyframes vwHint { 0% { visibility:hidden; opacity: 0; }  14% { visibility: visible; opacity: 0; }  20% { opacity: 1; }  94% { opacity: 1; }	99 { visibility: visible; opacity: 0; } 100% { opacity: 0; visibility:hidden; } }
@-moz-keyframes vwHint    { 0% { visibility:hidden; opacity: 0; }  14% { visibility: visible; opacity: 0; }  20% { opacity: 1; }  94% { opacity: 1; }	99 { visibility: visible; opacity: 0; } 100% { opacity: 0; visibility:hidden; } }
@-o-keyframes vwHint      { 0% { visibility:hidden; opacity: 0; }  14% { visibility: visible; opacity: 0; }  20% { opacity: 1; }  94% { opacity: 1; }	99 { visibility: visible; opacity: 0; } 100% { opacity: 0; visibility:hidden; } }
@keyframes vwHint         { 0% { visibility:hidden; opacity: 0; }  14% { visibility: visible; opacity: 0; }  20% { opacity: 1; }  94% { opacity: 1; }	99 { visibility: visible; opacity: 0; } 100% { opacity: 0; visibility:hidden; } }

#infonubehint > div { animation: shake 1s cubic-bezier(.36,.07,.19,.97) both; transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px; animation-iteration-count:4; }
@keyframes shake { 10%, 90% { transform: translate3d(-1px, 1px, 0); } 20%, 80% { transform: translate3d(1px, -1px, 0); } 30%, 50%, 70% { transform: translate3d(-2px, 2px, 0); } 40%, 60% { transform: translate3d(2px, -2px, 0); } }

.box__progress_box {
   width:250px;
   font-family: sans-serif;
   font-size:14px;
   background-color:rgba(255,255,255,.8);
   border-radius:9px;
   padding:5px;
}

.box__progress_title {
   width:100%;
   text-align:center;
   color:#663300;
}

.box__progress_outer {
	width:100%;
	border: 1px solid #000;
	border-radius: 5px;						
	text-align:center;
	height:18px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 50%, rgba(237,237,237,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 50%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 50%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	}
.box__progress {
	width:0%;
	height:18px; line-height: 18px; 
	background: #7db9e8;
	background: -moz-linear-gradient(top, #7db9e8 0%, #1e5799 50%, #2989d8 100%);
	background: -webkit-linear-gradient(top, #7db9e8 0%,#1e5799 50%,#2989d8 100%);
	background: linear-gradient(to bottom, #7db9e8 0%,#1e5799 50%,#2989d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#2989d8',GradientType=0 );
	border-radius: 5px;
	}
.box__progress_pct {
	margin-top:-18px;margin-bottom:-2px;
	height:18px; line-height:18px;
	color:#EAB92D;
	font-weight:bold;					
	}
	
.box__progress_alt {
   width:100%;
   text-align:center;
   height:18px;
   color:#663300;
}

.box__wait { -webkit-animation: showwait 1s; -moz-animation: showwait 1s; -o-animation: showwait 1s; animation: showwait 1s; display:none; }
@keyframes showwait { 0% { display:none; }  100% { display:block; }   }
@-webkit-keyframes showwait { 0% { display:none; }  100% { display:block; }   }
@-moz-keyframes showwait { 0% { display:none; }  100% { display:block; }   }
@-o-keyframes showwait { 0% { display:none; }  100% { display:block; }   }


.iedctnr {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	color: #0f3c4b;
	display:inline-block;
	margin-top:-2px;
	--width:80px;
}
.iedctnr nav {
	margin-bottom: 2px;
}
.iedctnr nav a {
	border-bottom: 1px solid #c8dadf;
	display: inline-block;
	padding: 1px 2px;
	margin: 0 1px;
}
.iedctnr nav a.is-selected {
	font-weight: 700;
	color: #39bfd3;
	border-bottom-color: currentColor;
}
.iedctnr nav a:not( .is-selected ):hover,
.iedctnr nav a:not( .is-selected ):focus {
	border-bottom-color: #0f3c4b;
}
.ied {
	background: none;
	position: relative;
	height:100%;
	line-height:100%;
}
.ied.has-advanced-upload {
    margin-top:2px;
	outline: 2px dashed #92b0b3;
	outline-offset: -3px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.ied.is-dragover {
	outline-offset: -20px;
	outline-color: #ffffe0;
	background-color: #fff;
}

.ied__input {
white-space:nowrap;
display:inline-block;
}

.ied__dragndrop,
.ied__icon {
	display: none;
}
.ied.has-advanced-upload .ied__dragndrop {
	display: inline;
}
.ied.has-advanced-upload .ied__icon {
	width: 100%;
	height: 16px;
	display: block;
	margin-bottom: 0px;
}

.info ~ div {
min-width:300px;
position: fixed;
background: rgba(29,106,154,0.90);color: #fff;
visibility: hidden;opacity: 0;
transition: opacity .4s, visibility .4s;
border-radius:4px;border:solid 1px #000;
white-space: normal;font-weight:bold;
line-height: 16px;
z-index:99999;
margin-top:2px;
margin-left:-4px;
}

.info:hover ~ div {
z-index:9999; visibility: visible;
opacity: 1;
}

.ied__file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.ied__file + label {
	max-width: var(--width);
	width: var(--width) !important;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	margin-top:4px;
	height:1em;line-height:1em;
	text-align:left;
	position:relative;
}

.ied__file + label > span {
  position:absolute;
  white-space: nowrap;
  transform: translateX(0);
  transition: var(--mqtime,1.5s);
  min-width: var(--width) !important;
 
  }
.ied__file + label:hover > span {
  transform: translateX(calc(var(--width) - 100%));
}					

.ied__file + label:hover strong,
.ied__file:focus + label strong,
.ied__file.has-focus + label strong {
	color: #39bfd3;
}
.ied__file:focus + label,
.ied__file.has-focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 1px;
}

.nw-container { height: 25px; margin: 0; padding-left:50%; margin-left:-53px;min-width:112px;}
.nw-cord{ margin-top:-100px; padding-top:100px; width:15px; transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform-origin:50% 50%; -o-transform-origin:50% 50%; -ms-transform-origin:50% 50%; -webkit-transform-origin:50% 50%; -moz-transform-origin:50% 50%; float:left; }
.nw-ball{ width:15px; height:15px; float:left; border-radius:50%; background:#888; background: -webkit-radial-gradient(10px 4px, circle cover, #fff,#000); background: -moz-radial-gradient(10px 4px, circle cover, #fff,#000); background: radial-gradient(circle at 10px 4px, #fff, #000); }
.nw-shadows{ clear:left; padding-top:5px; margin-left:-2px; }
.nw-shadows div{ float:left; margin-left: 2px; width:13px; height:3px; border-radius:50%; background: rgba(156, 156, 156, 0.3); box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.3); -o-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.3); -ms-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.3); -webkit-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.3); -moz-box-shadow: 0px 0px 3px rgba(156, 156, 156, 0.3); }
.nw-leftMove{ animation: leftnw-ball 0.5s ease-in-out 0s infinite alternate; -o-animation: leftnw-ball 0.5s ease-in-out 0s infinite alternate; -ms-animation: leftnw-ball 0.5s ease-in-out 0s infinite alternate; -webkit-animation: leftnw-ball 0.5s ease-in-out 0s infinite alternate; -moz-animation: leftnw-ball 0.5s ease-in-out 0s infinite alternate; }
.nw-rightMove{ animation: rightnw-ball 0.5s ease-in-out 0s infinite alternate; -o-animation: rightnw-ball 0.5s ease-in-out 0s infinite alternate; -ms-animation: rightnw-ball 0.5s ease-in-out 0s infinite alternate; -webkit-animation: rightnw-ball 0.5s ease-in-out 0s infinite alternate; -moz-animation: rightnw-ball 0.5s ease-in-out 0s infinite alternate; }
.nw-leftShadow{ animation: nw-leftShadowN 0.5s ease-in-out 0s infinite alternate; -o-animation: nw-leftShadowN 0.5s ease-in-out 0s infinite alternate; -ms-animation: nw-leftShadowN 0.5s ease-in-out 0s infinite alternate; -webkit-animation: nw-leftShadowN 0.5s ease-in-out 0s infinite alternate; -moz-animation: nw-leftShadowN 0.5s ease-in-out 0s infinite alternate; }
.nw-rightShadow{ animation: nw-rightShadowN 0.5s ease-in-out 0s infinite alternate; -o-animation: nw-rightShadowN 0.5s ease-in-out 0s infinite alternate; -ms-animation: nw-rightShadowN 0.5s ease-in-out 0s infinite alternate; -webkit-animation: nw-rightShadowN 0.5s ease-in-out 0s infinite alternate; -moz-animation: nw-rightShadowN 0.5s ease-in-out 0s infinite alternate; }
@keyframes leftnw-ball { 0% { transform: rotate(0deg) translateY(0px); } 50% { transform: rotate(0deg) translateY(0px); } 100% { transform: rotate(50deg) translateY(-20px); } }
@-o-keyframes leftnw-ball { 0% { -o-transform: rotate(0deg) translateY(0px); } 50% { -o-transform: rotate(0deg) translateY(0px); } 100% { -o-transform: rotate(50deg) translateY(-20px); } }
@-ms-keyframes leftnw-ball { 0% { -ms-transform: rotate(0deg) translateY(0px); } 50% { -ms-transform: rotate(0deg) translateY(0px); } 100% { -ms-transform: rotate(50deg) translateY(-20px); } }
@-webkit-keyframes leftnw-ball { 0% { -webkit-transform: rotate(0deg) translateY(0px); } 50% { -webkit-transform: rotate(0deg) translateY(0px); } 100% { -webkit-transform: rotate(50deg) translateY(-20px); } }
@-moz-keyframes leftnw-ball{ 0% { -moz-transform: rotate(0deg) translateY(0px); } 50% { -moz-transform: rotate(0deg) translateY(0px); } 100% { -moz-transform: rotate(50deg) translateY(-20px); } }
@keyframes rightnw-ball{ 0% { transform: rotate(-50deg) translateY(-20px); } 50% { transform: rotate(0deg) translateY(0px); } 100% { transform: rotate(0deg) translateY(0px); } }
@-o-keyframes rightnw-ball { 0% { -o-transform: rotate(-50deg) translateY(-20px); } 50% { -o-transform: rotate(0deg) translateY(0px); } 100% { -o-transform: rotate(0deg) translateY(0px); } }
@-ms-keyframes rightnw-ball { 0% { -ms-transform: rotate(-50deg) translateY(-20px); } 50% { -ms-transform: rotate(0deg) translateY(0px); } 100% { -ms-transform: rotate(0deg) translateY(0px); } }
@-webkit-keyframes rightnw-ball { 0% { -webkit-transform: rotate(-50deg) translateY(-20px); } 50% { -webkit-transform: rotate(0deg) translateY(0px); } 100% { -webkit-transform: rotate(0deg) translateY(0px); } }
@-moz-keyframes rightnw-ball { 0% { -moz-transform: rotate(-50deg) translateY(-20px); } 50% { -moz-transform: rotate(0deg) translateY(0px); } 100% { -moz-transform: rotate(0deg) translateY(0px); } }
@keyframes nw-leftShadowN { 0% { transform: translateX(0px); } 50% { transform: translateX(0px); } 100% { transform: translateX(-25px); } }
@-o-keyframes nw-leftShadowN { 0% { -o-transform: translateX(0px); } 50% { -o-transform: translateX(0px); } 100% { -o-transform: translateX(-25px); } }
@-ms-keyframes nw-leftShadowN { 0% { -ms-transform: translateX(0px); } 50% { -ms-transform: translateX(0px); }  100% { -ms-transform: translateX(-25px); } }
@-webkit-keyframes nw-leftShadowN { 0% { -webkit-transform: translateX(0px); } 50% { -webkit-transform: translateX(0px); } 100% { -webkit-transform: translateX(-25px); } }
@-moz-keyframes nw-leftShadowN { 0% { -moz-transform: translateX(0px); } 50% { -moz-transform: translateX(0px); } 100% { -moz-transform: translateX(-25px); } }
@keyframes nw-rightShadowN { 0% { transform: translateX(25px); } 50% { transform: translateY(0px); } 100% { transform: translateY(0px); } }
@-o-keyframes nw-rightShadowN { 0% { transform: translateX(25px); } 50% { -o-transform: translateY(0px); } 100% { -o-transform: translateY(0px); } }
@-ms-keyframes nw-rightShadowN { 0% { transform: translateX(25px); } 50% { -ms-transform: translateY(0px); } 100% { -ms-transform: translateY(0px); } }
@-webkit-keyframes nw-rightShadowN { 0% { transform: translateX(25px); } 50% { -webkit-transform: translateY(0px); } 100% { -webkit-transform: translateY(0px); } }
@-moz-keyframes nw-rightShadowN { 0% { transform: translateX(25px); } 50% { -moz-transform: translateY(0px); } 100% { -moz-transform: translateY(0px); } }


/*
* VSMODAL
*/

@media screen {
.vsmodal{font-family:"Open Sans",sans-serif;display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10011;overflow:scroll;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;
-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out; }
.vsmodal *{-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}
.vsmodal.underlay{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,0.5);}
.vsmodal .vsmodal-flex{position:absolute;right:0;left:0;bottom:0;top:0;}
.vsmodal .vsmodal-flex.vsmodal-flex-activated{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.vsmodal .vsmodal-sub{ width:90%;height:90%;max-width:95%;max-height:95%;min-width:450px;min-height:300px;display:block;justify-content: center;position:relative;left:initial;opacity:1;background-color:#f0f1f2;z-index:21;border-radius:5px;box-shadow: 0 3px 7px rgba(0,0,0,.5);}
.vsmodal .vsmodal-sub::-webkit-scrollbar{display:none}
.vsmodal .vsmodal-sub.belowIE10{top:50%;margin:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
}

@media printer {
.vsmodal{font-family:"Open Sans",sans-serif; }
}

#vsmodal {opacity:0;visibility:hidden;} #vsmodal:target {opacity: 1;visibility:visible;}
#vdmodal {opacity:0;visibility:hidden;} #vdmodal:target {opacity: 1;visibility:visible;}
.modalclose {background: #606061;color: #FFFFFF !important;line-height: 25px;position: absolute;right: -12px;text-align: center;top: -10px;width: 24px;text-decoration: none;font-weight: bold;-webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px;-moz-box-shadow: 1px 1px 3px #000;-webkit-box-shadow: 1px 1px 3px #000;box-shadow: 1px 1px 3px #000;}
.modalclose:hover {background: #00d9ff;}
.vsmodal br { margin:4px 0; display:block; }
.vsmodal h2 { font-size:1.4em; line-height:1em;text-transform:none; font-family:"Trebuchet MS",Helvetica,sans-serif;margin:0; transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out; }
.vsmodal h3 { font-size:1.2em;width:100%;text-transform:none;float:left;box-sizing:border-box;-moz-box-sizing:border-box;color:#666655;border-bottom:solid 1px #666655;margin-top:8px;margin-bottom:8px; }
.vsmodal .modal-title{ height:12%;border-bottom: 1px solid #e7e7e7; border-radius: 5px 5px 0 0;padding: 0 15px 0 15px;width:100%; vertical-align:middle; }
.vsmodal .modal-body { height:80%;position:absolute;overflow-x:hidden;overflow-y:scroll; border-bottom: 1px solid #e7e7e7;width:100%; padding:15px; vertical-align:middle;background:#CEE3F6;-webkit-box-shadow: inset 0px 0px 10px 5px rgba(245,245,245,1);-moz-box-shadow: inset 0px 0px 10px 5px rgba(245,245,245,1);box-shadow: inset 0px 0px 10px 5px rgba(245,245,245,1); }
.vsmodal .modal-content-left { width:68%;font-size:.9em;text-align:justify;vertical-align:top; transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out; }
.vsmodal .modal-content-left a { background-color:#ddddee;border-radius:5px; padding-left:4px;padding-right:4px; }
.vsmodal .modal-content-left a:hover { background-color:#ffffbb; }
.vsmodal .modal-content-left a::before { background-image: url('/img/handright.png');background-size:1.6em .9em;display:inline-block;width:1.6em;height:.9em;margin-right:2px; content:""; }
.vsmodal .modal-content-left ul { list-style-position: outside; list-style-type: circle; margin-left:12px; margin-top:5px; }
.vsmodal .modal-content-left ul li { margin-bottom:5px; }
.vsmodal .modal-content-left ol { counter-reset: item }
.vsmodal .modal-content-left ol li { display: block }
.vsmodal .modal-content-left ol li::before { content: counters(item, ".") " "; counter-increment: item }
.vsmodal .modal-content-left img { max-width:95%; }
.vsmodal .modal-content-left br { margin:0; margin-bottom:5px; display:block; }
.vsmodal .modal-content-left td br { margin:0; }
.vsmodal .vstable {font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;font-size:11px;text-align:left;border-collapse:collapse;margin:3px;width:98%; }
.vsmodal .vstable th { font-size:11px;font-weight:normal;background:#BAD0E4;border:2px solid #fff;color:#039;padding-top:2px;padding-bottom:2px;padding-left:8px;padding-right:8px; }
.vsmodal .vstable td{border:2px solid #fff;color:#669;background:#e8edff;padding-top:2px;padding-bottom:2px;padding-left:8px;padding-right:8px; }
.vsmodal .vstable tr:hover td { background:#d0dafd; color:#339;}
.vsmodal .modal-content-right { width:32%;padding-top:15px;vertical-align:top;background-size:contain;background-image:url(/img/cloud.png);background-position:top center;background-repeat:no-repeat;}
.vsmodal .modal-footer{ height:8%;font-size:.85em; padding: 0 15px 0 15px;border: none;border-radius: 0 0 5px 5px; width:100%; vertical-align:middle; }
.vsmarker { background-color:#ffcccc; } .vsmarker::before { content: url(/img/marker.png); top:18px; }
.vsmarky { background-color:#ffffaa;font-weight:bold; } .vsmarky::before { content: &#8594; }
.vsinfo::before { content: url(/img/info16.png); }
.vshide { display:none; } .vsshow { display:inline-block; }
.vsmodal q { font-style:italic; quotes: "\201C" "\201D" "\2018" "\2019"; } .vsmodal q:before {  content: open-quote; } .vsmodal q:after { content: close-quote; }
.vscloudtabs { align:center; vertical-align:top; }
.vscloudtabs br { margin:0px; }
.vscloudtabs .tabs input[type=radio] { position: absolute;top: -9999px;left: -9999px; }
.vscloudtabs .tabs { min-width:200px; width: 80%;float: none;list-style: none;position: relative;padding: 0;margin: 10px auto; }
.vscloudtabs .tabs li{ float: left; height:38px; text-align:center;line-height:1em;width:50%;display:table; }
.vscloudtabs .tabs li li{ float:initial;text-align:left;display:initial;width:100%; }
.vscloudtabs .tabs li li a { padding:2px 8px 2px 8px;display:table;width:100%;border-radius:10px; border:solid 2px #C0746A; }
.vscloudtabs .tabs label { display: block;padding: 5px 10px;border-radius: 8px 8px 0 0;color: #C0746A;font-size: .9em;font-weight: normal;
        font-family: Trebuchet MS,Helvetica;background: rgba(255,255,255,0.2);cursor: pointer;position: relative;top: 3px;
        -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
        }
.vscloudtabs .tabs label:hover { background: rgba(255,255,255,0.5); top: 0; }
[id^=tab]:checked + label { background: rgba(192,116,106,0.8); color: white;top: 0; }
[id^=tab]:checked ~ [id^=tab-content], [id^=tab]:checked ~ [id^=tab-content] > div { display: block; }
.vscloudtabs .tab-content{ z-index: 2;display: none;text-align: left; overflow: hidden;
	        width: 100%;
	        font-size: .9em;
	        line-height: 140%;
	        padding-top: 10px;
	        background: rgba(192,116,106,0.8);
	        padding: 15px;
	        color: white;
	        position: absolute;
	        top: 38px;
	        left: 0;
	        box-sizing: border-box;
	        border-radius: 0 0 10px 10px;	        
	      }
.vscloudtabs .tab-content > div{
	        display: none;
	        -webkit-animation-duration: 1s;
	        -o-animation-duration: 1s;
	        -moz-animation-duration: 1s;
	        animation-duration: 1s;
}

.head1 {
  font-family: Seria,sans-serif;font-size:24px;text-align:center;padding-left:12px;padding-right:12px;color:#ffffff;
  background: rgb(0, 4, 164);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0,0,64)), to(rgb(9,15,255)));
  background: -moz-linear-gradient(top, rgb(0,0,64), rgb(9,15,255));
  background: -o-linear-gradient(top, rgb(0,0,64), rgb(9,15,255));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000040, endColorstr=#090FFF); 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000040, endColorstr=#090FFF)";
 -moz-border-radius: 10px;
  border-radius: 10px;
 }

.cols { width: 100%; }
.coll,.colc,.colr { width:100%; flex: 50%; margin-bottom:25px; text-align:center; }

@media (min-width: 850px) {
  .cols { content: ""; display: table; clear: both;	} 
  .coll { width: 32%;float:left; }
  .colc { width: 32%;float:left; margin-left:2%; }
  .colr { width: 32%;float:left; margin-left:2%; }
 }

.transition05 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.numberCircle {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  padding: 3px;
  background: #ffffcc;
  border: 2px solid #003300;
  color: #003300;
  text-align: center;
  font: 18px Arial, sans-serif;
  float:left;margin-right:10px;
}

.txtcollapse {
   font-size:1.5em;
   font-family:Proza Libre;
   }
   
.targetExpand{
  transform: rotate(0deg);
  transition: transform 1s linear;
}
.targetCollapse{
  transform: rotate(180deg);
  transition: transform 1s linear;
}

.docreq {
  display:table;
  text-align:center;
  background-color:#ffcc66;
  width:100%;
  line-height:18px;
  border-radius:5px;
  margin-bottom:20px;
  }
.docreq div {
  padding:3px 10px;	
}
.docreq div table {
  opacity:.8;	
}

.inreview {
background-color:#fcde6f !important;	
}

/****************************************************
* SINGULARPDF responsive
*****************************************************/
.singbody {
margin:2px;background: #f8f8f8 url('/img/bg.jpg') repeat top left;	
}
.singcontainer {
margin:0px;
display:table-cell;
width:100vw;
height:88vh;
text-align:center;
vertical-align:middle;
font-family:Trebuchet MS,Arial;
}

.singpanel {
  margin: 0 auto;	
  border:solid 1px #888;
  background: #bcd6ff;
  background: -moz-linear-gradient(top, #bcd6ff 0%, #93c2ff 51%, #a3b8c9 100%, #7db9e8 100%);
  background: -webkit-linear-gradient(top, #bcd6ff 0%,#93c2ff 51%,#a3b8c9 100%,#7db9e8 100%);
  background: linear-gradient(to bottom, #bcd6ff 0%,#93c2ff 51%,#a3b8c9 100%,#7db9e8 100%);
  -webkit-box-shadow: 5px 5px 3px 0px rgba(153,153,153,1);
  -moz-box-shadow: 5px 5px 3px 0px rgba(153,153,153,1);
  box-shadow: 5px 5px 3px 0px rgba(153,153,153,1);
  min-width:290px;max-width:570px;text-align:center;border-radius:8px;
}

@media screen and (min-width: 351px) {
  .singpanel { font-size: 14px;padding:12px; }
}
@media screen and (min-width:201px) and (max-width: 350px) {
  .singpanel { font-size: 4vw;padding:6px; }
}
@media screen and (max-width: 200px) {
  .singpanel { font-size: 8px;padding:6px; }
}


.singpanel .panelinfo {
width:100%;padding:5px;font-weight:bold;font-size:1.1em;background-color:rgba(255,255,255,0.3);border-radius:8px;
}
.singpanel .panelinfotop {
padding-top:3px;padding-bottom:3px;background-color:#3f65a3;color:#fff;text-align:center;border-radius:5px;
}

.singpanel .panelinfodescriptor {
font-size:.9em;vertical-align:top;padding-left:2px;padding-right:2px;text-align:right;font-weight:normal;
}

.singpanel .panelinfodata {
font-size:.9em;vertical-align:top;padding-left:2px;padding-right:2px;text-align:left;background-color:#fff;border-radius:3px;
}

.singpanel .panelselectpages {
cursor:pointer;
font-family:Trebuchet MS,Arial; font-size:.8em;font-weight:bold;
border:solid 1px #5B2F0B; border-radius:3px;
box-shadow: inset 1px 1px 2px #ddd8dc;	
padding:0px;
margin:2px 0px 2px 0px;
}

.singpanel .panelinfoend {
border-radius:8px;
background-color:rgba(255,255,255,0.5);
}
.singpanel .panelinfoend td {
text-align:center;
font-size:.9em;
}

.singpanel .panelhr {
border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.singpanel a:link, .singpanel a:visited {
    background-color: #639eff;
    color: white;
    padding: 1px 5px;
	margin: 1px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius:3px;
}

.singpanel a:hover, .singpanel a:active {
    background-color: #2051a3;
}

.edclock {
font-weight:normal;
}
.edlifetime {
font-weight:normal;font-size:.8em;color:#99461a;cursor:default;
}
.edlifetimeexpiring {
font-weight:bold;font-size:1.4em;color:#aa0000;
}


.bulkfile { display:table; height:100%; vertical-align:middle; border: 6px dashed #ff9955; width: 98%; min-height: 150px; margin: 0 0 20px 0; padding: 5px; text-align:center;font-size:16px;font-weight:bold;color:#888; border-radius:15px;
            background: linear-gradient(rgba(255,255,255,.80), rgba(255,255,255,.60)), url("/img/cloudstore.png"); background-repeat: no-repeat; background-position: center; background-attachment: fixed; }
.bulkfhover { border: 6px dashed #0c0; color: #0c0 !important; }
.bulkfile span { display:table-cell;vertical-align:middle; }
.bulkfilegray  { width: 98%; margin: 0 0 20px 0; padding: 5px; text-align:center;font-size:16px;color:#880000; background-color:#cccccc;border-radius:5px;}
.bulkprogress { width: 100%; }
.bulkprogress:after { content: '%'; }
.bulkfail { background: #c00; padding: 2px; color: #fff; }
.bulkhidden { display: none !important;}
.bulkconfirm { cursor:pointer; width:100%; font-size:14px; margin-bottom:6px; font-weight:bold; } .bulkconfirm:hover { color:#005408; }
.bulkdiscard { cursor:pointer; width:100%; font-size:12px; font-style:italic; } .bulkdiscard:hover { color:#911a04; }
.bulkfiletitle { margin-bottom:12px; margin-top:6px; text-align:center; }
.bulkfiletitle span { display: inline-block; font-weight:normal; color:#885522; background-color:#ffcc88; padding:1px 10px; border-radius:6px;border:solid 1px #ff9955; }
table.bulkftable {  border: 1px solid #1C6EA4; background-color: #EEEEEE; width: 100%; text-align: left; border-collapse: collapse; margin: 0 auto; }
table.bulkftable td, table.bulkftable th { border: 1px solid #AAAAAA; padding: 3px 2px; vertical-align:top; }
table.bulkftable tbody td { font-size: 13px;font-weight: normal; }
table.bulkftable tbody tr:nth-child(even) { background: #D0E4F5; }
table.bulkftable thead { background: #1C6EA4; background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%); background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%); background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%); border-bottom: 2px solid #444444; }
table.bulkftable thead th { font-size: 14px; font-weight: bold; color: #FFFFFF; border-left: 2px solid #D0E4F5; }
table.bulkftable thead th:first-child { border-left: none; }
div.fcheck { cursor:pointer; user-select: none; margin:5px 0 0 5px; opacity:1; display:inline-table;-moz-box-sizing:border-box;box-sizing:border-box;width:23px;height:16px; background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAQCAYAAAD9L+QYAAAAB3RJTUUH5QMJEx8NHX56wQAAAAlwSFlzAAA2XwAANl8BwcvkVwAAAARnQU1BAACxjwv8YQUAAAJoSURBVHjaY2hoaGAgBVc3VbM4L3QqkNsmc1R8l+hxNDkGoBwDUI4BKMdAksFlrWU8Clvk9/Pu5/7Ps5/rn89c71gkOQbFLfIMQDkGoByD91xv0gw3X2HWCTIYhHXWaS2pb6iHy1msMAMbDMLa67QYQHJEGxw3OdYcqPE3yGDh3YLPi9qLhJDk4AYL7RZkAMqBxcFEVXMVU11jHU6DgfKsUjskLkFczfUvYLZ/MJIcA1AOajgXA1AOro/BZpl1Dd8+ns/mK0w7cRluv9iuAhYcGhvU1iIHh8NiO7irgXIMyHIMoruFb0I1/krpT9FGNzi/M1+cfy/vR5AaoCO+ZvVkKSDJMQDlwAYD5RiyejJR9DJYLrfogLkKGNv7ahtrGZEVmK007YPJ2yyzakSTg7saKIfhY4a0/lRVULKCGgBKXjEwSZAreffxfAPJiewWeljeWsaFJAd2LchgoBwDUA7TcFAYARP9MZjrhPYIPCttK+UFSequ1VkIi0S/Ob4RfrP9GIByYI16a3XgkQiUwxpXYMJrnmcyzHAQtgZ6P3FigiHQR39AfKDlx8taSxlEdgkxAOUYgHLgjAIyHJQbgUGJ2/Di9mI+UGTBLdjH/QMUDLCcGD493AWUrcEu3QcJBlhODJ8ehjMJwxnAIFiE7HoYVt2kvKWktURccI8APPJgGCiHkvRwGh4zJcaaBxihKIbv4/6V2p+iGT8pDuhKVINBPgAmXby5Gs6oa6hjkNsqexTZcKPVhlNgcvJbZVEMB8oRLDJQOEkTEw349/E+A7rqrcompW1FHUWCCLkkBqAc2MVAOQagHEHDAej/FjdP49i/AAAAAElFTkSuQmCC') no-repeat; }
div.fcheck.double { background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAQCAYAAAD9L+QYAAAAB3RJTUUH5QMJEx4ah7bORwAAAAlwSFlzAAA2XwAANl8BwcvkVwAAAARnQU1BAACxjwv8YQUAAAIQSURBVHjaY2hoaGAgBVc3VbM4L3QqkNsmc1R8l+hxLHL5ULkTJBlc1lrGo7BFfj/vfu7/PPu5/vnM9Y5FllNEkvOe6x1HkuHmK8w6QZpBWGed1pL6hnq4nAWSnPY6raUgOaINjpscaw7U+BukWXi34POi9iIhbHJCSHJgyarmKqa6xjqcBgPlWaV2SFyCuIzrX8Bs/2Bi5BhsllnX8O3j+Wy+wrQTl+H2i+0qYF7W2KC2Fjk4HPDIMYjuFr4JlfyV0p+ijW5wfme+OP9e3o8gNUBHfM3qyVLALZepiKyXwXK5RQfMZmBs76ttrGVEVmC20rQPJm+zzKqRWDmw4Wn9qaqgpANVBEpeMTBJkCt59/F8A8mJ7BZ6WN5axoUsx4eQe4QsBzccFEbARH8M5gKhPQLPSttKeUGSumt1FsIiym+Ob4TfbL8kmJweqlwktrgCE17zPJNhhoOwNdCLiRMTDIE++gPiAy0/XtZaKiiyS+gdNjn0oEQxvLi9mA8UIXAL9nH/AAUDLLeFTw93AWbrVuxyYS64UhmcAQyCRciuh2HVTcpbSlpLxAX3CHzGJoec9HAaHjMlxpoHGKEoBuzj/pXan6IZPynOApscMOlq4cvVcEZdQx2D3FbZo8gGGK02nAKTk98qewRNbiqhIgOFkzQx0YB/H+8zoKveqmxS2lbUUSSIkEtCltsOlBMiZDgA8ZxQvD78bjMAAAAASUVORK5CYII=') no-repeat; }
div.fcheck.gray { filter: grayscale(100%);opacity:.7 }
div.fcheck.red { filter: hue-rotate(240deg);opacity:1; }
div.fcheck.yellow { filter: hue-rotate(300deg);opacity:1; } 
div.fcheck.blue {  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAJ0lEQVQ4jWNgGAWDA+gzMDD8h2J9csT/o2EYIFqcYgMo9sIoGGgAAB/7JhGTghQgAAAAAElFTkSuQmCC') no-repeat; opacity:.5; }
div.fcheck.blink { animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } }
 
div.blockaudit { border:solid 2px #0b00a1;padding:4px;background-color:#efefef; border-radius:5px; }
div.blockaudit p { font-weight:bold;background-color:#ccddee;text-align:left;color:#0000aa; }
div.blockaudit p:before {
    content: "";
    display: block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAQAAAAEABcxq3DAAABZVBMVEX///85RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM5RKM+Sag/SqhET61FUKxFUa1GUq1HUq5OWK9OWrdTX7dYZLpYZbpaZrpbZ7pdab5gbMBgbcFgbcNjb8Nqdsh3hNJ4gcZ4hNN5h+N8idl8itaDkduFjsuFkNGFk92GkdGIlNeKmOCKmeGLmuGMl9eMmuKPneSPne6Qnd2RnuaUo+6Wn9aWpemXpe6Ypu6Zp+6ZqOycqu6gr/GisfWks/SmtfWqufitvfuuvvuuvvyvv/ywtt20xP+0xf+1xf+2xv+3x/+6wui6yv+7xO67yv+8y/+/zf/AxujAx+jAzv/Bz//HzOjH1P/I1P/I1f/K1v/K1//M2P/N2f/O2f7Q2f7Q2//R3P/S3f/T2/nT3v/U3v/a4//b4PTd5f/e5v/j6f/j6v/n6/nn7f/o7v/r8P/v9P/w9P/x9f9wJoE/AAAAD3RSTlMAECAwQFBgcICPn7/P3++kfFgMAAAAAWJLR0QAiAUdSAAAAOFJREFUGBkFwctKw0AYgNFv8k86bXqhmkCLq+JKEV0Jbl35xvokgisXKkKrQa2202SunqMAdFmICtkFQEExmjQXJ759bHddRJDJ6u6sfro3t+e/NmRR49MbI4XflKu4TFsnZn4tulCz4RXRTddO66XXJj58mHqUg1/8FEgfrLtknIP1/Ug0wVniCyb9xYOzUaevuouDDc0+dT59Z0lJVyk+y1bEp+27lZw7qtzG+jjF9asNCgbD+bjph0V+azuHApQpC33UfG72GRQAqNkitrsIKACoqnJ/8AAKADVNsU8A/AM6knBskMMoXgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxMC0wMi0xMVQxMTo1MzoyOS0wNjowMNl10jEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMDYtMDUtMjhUMjM6NDk6MzAtMDU6MDAEYzHyAAAAAElFTkSuQmCC') no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 6px 0 0;
}	
div.blockaudit div { margin-top:10px;text-align:center; }

a.deconone:hover { background:none !important; }

.draggable { cursor: move; user-select: none; width:100%; }
.dragging { background: #fff;border-top: 1px solid #ccc;z-index: 999;}

.fullenabled0, .fullenabled { } .fullenabled0area, .fullenabledarea { }
.fullenabled1 { background-color:#C5D9FF !important;border-style:dashed;border-width:1px;border-color:#7790bf;
}
.fullenabled1area { background-color:#C5D9FF !important;border-style:dashed;border-width:1px;border-color:#7790bf;
}

.divflash { animation: blink1 1s linear; }
.divflash2 { animation: blink2 2.5s linear; }
@keyframes blink1 {
  1%, 50% {opacity: 0;}
  25%, 75% {opacity: 1;}
}
@keyframes blink2 {
  1%,20%,40%,60%,80% {opacity: 0;}
  10%,30%,50%,70%,90% {opacity: 1;}
}


.butdown {
  appearance: button;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #f5f5f5, #c2c2c2);
  border-radius: .3rem;
  border: 0 solid #e5e7eb;
  color: #482307;
  cursor: pointer;
  display: inline;
  vertical-align:middle;
  font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 100%;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
  outline: 2px solid transparent;
  padding: .15rem .5rem;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  box-shadow: -6px 8px 10px rgba(81,41,10,0.1),0px 2px 2px rgba(81,41,10,0.2);	
}
.butdown:hover { border:0 solid #e5e7eb;color:#0000aa;   background-image: linear-gradient(to bottom, #f0f0f0, #b2b2b2); }
.butdown:active {
  box-shadow: -1px 2px 5px rgba(81,41,10,0.15),0px 1px 1px rgba(81,41,10,0.1);
  background-image: linear-gradient(to bottom,  #c2c2c2, #d2d2d2);
}


/****************************************************
* VSTABS pcss3t
*****************************************************/
/**/
/* main styles */
/**/
.pcss3t {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
}
.pcss3t > input {
	position: absolute;
	display: none !important;
}
.pcss3t > label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.2s;
	-o-transition: all 0.2s;	
	-ms-transition: all 0.2s;	
	-moz-transition: all 0.2s;	
	-webkit-transition: all 0.2s;
}
.pcss3t > label i {
	display: block;
	float: left;
	margin: 0 4px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 14px;
}
.pcss3t > input:checked + label {
	cursor: default;
}
.pcss3t > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
	overflow:visible;
}
.pcss3t > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 10px 12px 10px 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
	overflow:visible;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-1:checked ~ ul .tab-content-1,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-10:checked ~ ul .tab-content-10,
.pcss3t > .tab-content-11:checked ~ ul .tab-content-11,
.pcss3t > .tab-content-12:checked ~ ul .tab-content-12,
.pcss3t > .tab-content-13:checked ~ ul .tab-content-13,
.pcss3t > .tab-content-14:checked ~ ul .tab-content-14,
.pcss3t > .tab-content-15:checked ~ ul .tab-content-15,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
	height: auto !important;
}
.pcss3t-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
	min-height:300px !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-1:checked ~ ul .tab-content-1,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t-height-auto > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t-height-auto > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t-height-auto > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t-height-auto > .tab-content-10:checked ~ ul .tab-content-10,
.pcss3t-height-auto > .tab-content-11:checked ~ ul .tab-content-11,
.pcss3t-height-auto > .tab-content-12:checked ~ ul .tab-content-12,
.pcss3t-height-auto > .tab-content-13:checked ~ ul .tab-content-13,
.pcss3t-height-auto > .tab-content-14:checked ~ ul .tab-content-14,
.pcss3t-height-auto > .tab-content-15:checked ~ ul .tab-content-15,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
	display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
	margin-top: 20px;
}
.pcss3t .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.pcss3t .grid-row:first-child {
	margin-top: 0;
}
.pcss3t .grid-col {
	display: block;
	float: left;
	margin-left: 2%;
}
.pcss3t .grid-col:first-child {
	margin-left: 0;
}
.pcss3t .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: center;
}
.pcss3t .grid-col-1 {
	width: 15%;
}
.pcss3t .grid-col-2 {
	width: 32%;
}
.pcss3t .grid-col-3 {
	width: 49%;
}
.pcss3t .grid-col-4 {
	width: 66%;
}
.pcss3t .grid-col-5 {
	width: 83%;
}
.pcss3t .grid-col-offset-1 {
	margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child  {
	margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
	margin-left: 36%;	
}
.pcss3t .grid-col-offset-2:first-child {
	margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
	margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
	margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
	margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
	margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
	margin-left: 85%;
}


/**/
/* typography */
/**/
.pcss3t .typography {
	color: #666;
}
.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	font-family: Gabriela, Georgia, serif;
	text-align: left;
	color: #333;
}
.pcss3t .typography h1 {
	font-size: 40px;
	line-height: 60px;
	text-shadow: 3px 3px rgba(0,0,0,0.1);
}
.pcss3t .typography h2 {
	font-size: 32px;
	line-height: 48px;
	text-shadow: 2px 2px rgba(0,0,0,0.1);
}
.pcss3t .typography h3 {
	font-size: 26px;
	line-height: 38px;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
}
.pcss3t .typography h4 {
	font-size: 20px;
	line-height: 30px;
}
.pcss3t .typography h5 {
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}
.pcss3t .typography h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.pcss3t .typography p {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 20px;
	text-align: left;
}
.pcss3t .typography ul,
.pcss3t .typography ol {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
.pcss3t .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.pcss3t .typography li ul,
.pcss3t .typography li ol {
	margin-top: 5px;
}
.pcss3t .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 4px;
	background: #404040;
}
.pcss3t .typography ol {
	counter-reset: list1;
}
.pcss3t .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
}
.pcss3t .typography a {
	text-decoration: underline;
	color: #1889e6;
}
.pcss3t .typography a:hover {
	text-decoration: none;
}
.pcss3t .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}
.pcss3t .typography .pic img {
	display: block;
}
.pcss3t .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
	text-decoration: underline;
	color: #1889e6;
	cursor: pointer;
}
.pcss3t .typography .link:hover {
	text-decoration: none;
}
.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
	margin-top: 0;
}
.pcss3t .typography .text-center {
	text-align: center;
}
.pcss3t .typography .text-right {
	text-align: right;
}


/**/
/* steps */
/**/
.pcss3t-steps > label {
	cursor: default;
}


/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
	top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
	left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
	top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
	left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
	text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
	text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
	float: right;
}



/*----------------------------------------------------------------------------*/
/*                                  VSTAB ICONS                               */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
	text-align: center;
}
.pcss3t-icons-top > label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-right > label i {
	float: right;
	margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
	text-align: center;
}
.pcss3t-icons-bottom > label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-only > label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}



/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
	
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	.pcss3t > label {
		display: block;
	}
	.pcss3t > .right {
		float: none;
	}
}

/*----------------------------------------------------------------------------*/
/*                                  VSTAB THEMES                              */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t > label {	
	padding: 0 20px;
	background: #e5e5e5;
	font-size: 12px;
	font-family: Tahoma,Trebuchet MS,Arial,Helvetica,sans-serif;
	line-height: 32px;
	min-height: 32px;
	z-index: 3;	
}
.pcss3t > label > span {	
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    line-height:14px;
    height:32px;
	white-space: nowrap;
}
.pcss3t > label:hover {
	background: #f2f2f2;
}
.pcss3t > input:checked + label {
	background: #fff;
}
.pcss3t > ul {
	background: #fff;
	text-align: left;
}
.pcss3t-steps > label:hover {
	background: #e5e5e5;	
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1-unchedked, .pcss3t-theme-1 > label {
	margin: 0 5px 6px 0;    /* Margen entre tabs y vertical con el canvas */
	padding:0 5px 0 5px;  /* Padding interno tabs */
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px rgba(0,0,0,0.2);
	color: #808080;
	opacity: 0.8;
	border: solid #B9D3E9 1px;	
}
.pcss3t-theme-1 > label:hover {
	background: #fff;
	opacity: 1;
}
.pcss3t-theme-1-chedked, .pcss3t-theme-1 > input:checked + label {
	z-index: 2;
	padding-bottom: 7px;
	margin-bottom: 0px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: none;	
	color: #2b82d9;
	opacity: 1;
	border: solid #B9D3E9 1px;
	border-bottom:0px;	
}
.pcss3t-theme-1 > ul {
	z-index: 1;
	margin-top: -1px;
	border-radius: 5px;
	/* background: #ECF4FA; */
	box-shadow: 0 3px rgba(0,0,0,0.2);
}
.pcss3t-theme-1 > ul >li {
	border: solid #B9D3E9 1px;
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
	border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-1 > label {
		margin-right: 0;
	}
	.pcss3t-theme-1 > input:checked + label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}
	.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
		border-top-left-radius: 5px;
	}
}

.bg1 > label {
	background: var(--bg1-label); color:#330000;  /**** tab no seleccionado ****/
}
.bg1sel .bg1 > label:hover {
	background: var(--bg1-hover); color:#330000;  /**** tab mouseover ****/
}
.bg1 > input:checked + label {
	background: var(--bg1-selected); color:#330000;  /**** tab seleccionado ****/
}
.bg1 > ul {
	background: var(--bg1-selected); color:#330000;  /**** tab seleccionado ****/	
	text-align: left;    /**** alineación de canvas ****/	
}


.bg2 > label {  /**** tab no seleccionado ****/
	background: var(--bg2-label);
}
.bg2sel .bg2 > label:hover { /**** tab mouseover ****/
	background: var(--bg2-hover);
}

.bg2 > input:checked + label  { /**** tab seleccionado ****/
	background: var(--bg2-selected);
}

.bg2 > ul  { /**** Area seleccionada ****/
	background: var(--bg2-selected);
	text-align: left;    /**** alineación de canvas ****/
}

/*----------------------------------------------------------------------------*/
/*                              VSTAB CUSTOMIZATION                           */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t > ul,
.pcss3t > ul > li {
	height: 370px;
}
