/*********************************************************************************/
/* GESCONLINE main CSS                                                           */
/*********************************************************************************/

/*********************************************************************************/
/* IMPORT                                                                        */
/*********************************************************************************/
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
/*********************************************************************************/
/* GENERALE                                                                      */
/*********************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	/*line-height: 17px;*/
	outline: none;
}

::selection { background: #ccc; color: #fff; text-shadow: none; } /* Safari */
::-moz-selection { background: #ccc; color: #fff; text-shadow: none; } /* Firefox */
:-moz-placeholder { color: #bbb; }
::-webkit-input-placeholder { color: #bbb; }
:-ms-input-placeholder { color: #bbb; }

a,a:hover,a:link,a:active,a:focus { outline: none; color: #0078b4; text-decoration: none;}
h1,h2,h3,h4,h5 { font-weight: normal; line-height: normal; }


/*********************************************************************************/
/* VARIE                                                                         */
/*********************************************************************************/
.blubox {
	font-family: Verdana;
	font-size: 14px;
	padding: 10px;
	background-color: #0078b4;
	color: White;
}


#Loading
{ 
  /*display: none;*/
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: white;
  border: 2px solid #c02626;
  /*text-align: center;
  padding-top: 100px;*/
}


.gifAnimata{
	margin: 0 auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
}