body, html{ 
	position: relative;
	margin: 0px 0px;
	height: 100%;
	width: 100%; 
	text-align: center; 
	margin: 0px auto; 
	padding: 0;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	overflow: hidden;
	background: #FFF; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #FFF 0%, #CCC 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FFF), color-stop(100%,#CCC)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #FFF 0%,#CCC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #FFF 0%,#CCC 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #FFF 0%,#CCC 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #FFF 0%,#CCC 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#CCC',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
}

div#loadingDiv{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgb(20, 20, 20);
	background-color: rgba(20, 20, 20, 0.3);
	z-index: 99999;
	display: none;
}
div#mainDiv{
	position: relative;
	width: 100%;
	height: 100%;
}
div#leftDiv{
	position: relative;
	float: left;
	width: 300px;
	min-height: 100%;
	background-color: #FFF;
}
div#rightDiv{
	position: relative;
    margin-left: 300px;
    min-height: 100%;
    background-color: #F4F4F4;
}
div#topRightDiv{
	position: relative;
	width: 100%;
	height: 150px;
}
div#bottomRightDiv{
	position: relative;
	width: 100%;
	height: 300px;
	overflow-y: auto;
}
div#messageDiv{
	position: fixed;
	left: 1%;
	right: 1%;
	bottom: 1%;
	width: 98%;
	height: 50px;
	z-index: 10;
	background-color: #FFF;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 5px 5px 15px #888;
    cursor: pointer;
    display: table;
}
div#loginFormDiv{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 300px;
	height: 300px;
}
div.loginInputDiv{
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #FFF;
	border-left: 6px solid #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}
div.loginSubmitDiv{
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #000;
	border: 3px solid #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
div.buttonDivOver{
	background-color: #FFF;
	border: 3px solid #000;
}
div#logoutDiv{
	position: relative;
	margin: 0px auto;
	width: 120px;
	height: 0px;
	background-color: #49494A;
	overflow: hidden;
}
div#mainMenuDiv{
	position: relative;
	width: 98%;
	height: 350px;
	overflow-y: auto;
}
div.mainMenuSubDiv{
	position: relative;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #E0D7B1;
	font-size: 0.9em;
	color: #49494A;
	text-align: left;
	padding-top: 5px;
	display: inline-block;
}
div.selectedMenu{
	background-color: #FF1589;
}
div.selectedMenuBar{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 2%;
	height: 100%;
	background-color: #49494A;
}
div.mainMenuTabDiv{	
	background-color: #F4ECCE;
}
div#menuListDiv{
	position: relative;
	overflow-y: visible;
}
div#buttonsDiv{
	position: absolute;
	width: 100%;
	right: 0px;
	bottom: 20px;
}
div#createBtnDiv, #storeBtnDiv ,#editBtnDiv, #updateBtnDiv, #cancelBtnDiv, #deleteBtnDiv, #saveBtnDiv{
	position: relative;
	float: right;
	width: 150px;
	height: 30px;
	border: 2px solid #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    font-weight: bold;
    font-size: 0.8em; 
    line-height: 30px;
    cursor: pointer;
    margin-right: 20px;
    background-color: #FFF; 
}
div.configBtnDiv{
	position: relative;
	float: right;
	width: 150px;
	height: 30px;
	border: 2px solid #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    font-weight: bold;
    font-size: 0.8em; 
    line-height: 30px;
    cursor: pointer;
    background-color: #FFF; 
    text-align: center;
}
div#filesBtnDiv{
	position: relative;
	float: left;
	width: 250px;
	height: 30px;
	border: 2px solid #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    font-weight: bold;
    font-size: 0.8em; 
    line-height: 30px;
    cursor: pointer;
    text-align: center; 
}
div#uploadBtnDiv{
	position: relative;
	float: left;
	top: 5px;
	left: 5px;
}
div.selectBtnDiv{
	position: relative;
	float: right;
	margin-right: 20px;
}
div.searchDiv{
	position: relative;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
div#localizationDiv{
	position: absolute;
	left: 20px;
	top: 20px;
}
div#obligatoryDiv{
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 0.9em;
	color: #6D6D6D;
}
div.modulesListDiv{
	position: relative;
	margin-left: 20px;
	font-size: 1.2em;
	font-style: italic;
	color: #6D6D6D;
}
div.indexListDiv{
	position: relative;
	float: left;
	left: 2%;
	width: 96%;
	height: 30px;
	border-bottom: 1px solid #027A97;
	border-top: 1px solid #027A97;
	color: #707070;
	text-align: left;
	margin-top: 5px;
}
div.indexTitleDiv{
	position: relative;
	float: left;
	left: 2%;
	width: 96%;
	min-height: 30px;
	color: #707070;
	text-align: left;
	font-weight: bold;
}
div.inputDiv{
	border: 2px solid #CCC;
	background: #FFF;
	width: 250px;
	height: 30px;
}
div.configSmallInputDiv{
	position: relative;
	float: left;
	width: 40px;
}
div.textareaDiv{
	border: 2px solid #FF1589;
	background: #FFF;
	width: 500px;
	height: 120px;
}
div.displayDiv{
	border: 2px solid #EDCADD;
	background: #EDCADD;
	width: 250px;
	min-height: 30px;
	padding-left: 2px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	overflow-x: hidden; 
	overflow-y: visible;
	word-wrap: break-word;
}
div.displayRichTextEditorDiv{
	border: 2px solid #CCC;
	background: #CCC;
	width: 90%;
	min-height: 200px;
	padding-left: 2px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	overflow-x: hidden; 
	overflow-y: visible;
	word-wrap: break-word;
}
div.checkboxDiv{
	position: relative;
	margin: 0px auto;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url('/images/checkbox_up.jpg') 0px 0px no-repeat;
	cursor: pointer;
}
div.radioDiv{
	position: relative;
	float: left;
	margin: 0px auto;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url('/images/radiobutton_up.jpg') 0px 0px no-repeat;
	cursor: pointer;
}
div.radioLabelDiv{
	position: relative;
	float: left;
	padding-top: 2px;
	margin-right: 10px;
}
div.checkboxList{
	float: left;
}
div.checkboxNotifications{
	float: right;
	right: 25px;
}
div.smallCheckbox{
	position: relative;
	float: left;
	margin-left: 20px;
}
div#uploadDiv{
	position: relative;
	float: left;
	margin-left: 20px;
	background-color: #DBDBDB;
	width: 90%;
	display: inline-block;
	margin-bottom: 20px;
}
div#uploadListDiv{
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	display: inline-block;
}
div.uploadListLineDiv{
	position: relative;
	float: left;
	width: 90%;
	margin-bottom: 10px;
	display: inline-block;
}
div#sessionDiv{
	position: relative;
	height: 50px;
	margin-bottom: 62px;
}
div.configurationsListDiv{
	position: relative;
	border-bottom: 10px solid #027A97;
	margin: 20px;
	padding-bottom: 5px;
	text-align: left;
}
div.configurationsElementsDiv{
	position: relative;
	margin-top: 5px;
}
div.configurationsTextDiv{
	position: relative;
	float: left;
	padding-top: 8px;
	padding-right: 10px;
	color: #49494A;
}
div.clearDiv{
	clear: both;
}
div.seeMoreDiv{
	position: relative;
	float: left;
	left: 30px;
	top: 10px;
	cursor: pointer;
	color: #FF1589;
	font-size: 1em;
	font-weight: bold;
}
div.indexListLeftDiv{
	position: relative;
	float: left;
	width: 350px;
}
div.showListLeftDiv{
	position: relative;
	float: left;
	width: 200px;
}
div.indexNotificationsDateDiv{
	position: relative;
	float: left;
	width: 180px;
}
div.indexNotificationsMessageDiv{
	position: relative;
	float: left;
}
div.indexListRightDiv{
	position: relative;
	float: right;
	font-weight: bold;
	width: 90px;
	height: 30px;
	text-align: right; 
}
div.notificationsTypeDiv{
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
}
div.notificationsTypeDiv{
	position: relative;
	float: left;
	width: 320px;
	text-align: left;
	margin-left: 20px;
	border-bottom: 5px solid #027A97;
	border-top: 5px solid #027A97;
	padding-top: 5px;
}
div.notificationsChooseDiv{
	position: relative;
	float: left;
	width: 320px;
	text-align: left;
	margin-left: 20px;
	color: #027A97;
	font-weight: 700;
}
div.notificationsFormDiv{
	position: relative;
	float: left;
	width: 100%;
	padding-top: 20px;
}
div.cardsLeftDiv{
	position: relative;
	float: left;
	width: 300px;
	color: #FF1589;
	text-align: left;
	padding-left: 20px;
}
div.cardsRightDiv{
	position: relative;
	float: left;
}
div.cardsPointsDiv{
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	margin-left: 10px;
	margin-top: 40px;
}
div.cardsTotalPointsDiv{
	position: relative;
	float: left;
	text-align: center;
	padding: 10px;
	min-width: 100px;
	background-color: #EDCADD;
	color: #707070;
	font-size: 2em;
	font-weight: 700;
	margin-left: 10px;
	margin-top: 10px;
}
div.cardsListDiv{
	position: relative;
	float: left;
	width: 100%;
	min-height: 30px;
	border-bottom: 1px solid #FF1589;
	border-top: 1px solid #FF1589;
	color: #707070;
	text-align: left;
	padding-top: 5px;
	margin-left: 10px;
}
div.hiddenDiv{
	display: none;
}

table#mainTable{
	position: relative;
	left: 20px;
	text-align: left;
	border-collapse:separate;
	border-spacing: 0px 5px;
}
table.profilesTable{
	width: 90%;
}
td.profilesModuleTd{
	height: 50px;
	vertical-align: bottom;
	color: #FF1589;
	font-size: 1em;
	font-weight: bold;
}
td.profilesFuncTd{
	color: #6D6D6D;
	border-bottom: 1px solid #027A97;
}
td.profilesOptionTd{
	border-bottom: 1px solid #027A97;
	width: 70px;
	text-align: center;
}
table.proceduresTable{
	width: 90%;
}
tr.cardsHiddenTr, .cardsHiddenMessageTr{
	display: none;
}

img.loginInputImg{
	position: relative;
	top: 15px;
	right: 3px;
}
img#sessionArrowImg{
	position: relative;
	top: 2px;
	left: 2px;
	cursor: pointer;
}
img.mainMenuArrowImg{
	position: relative;
	left: 10px;
}
img.mainMenuTabImg{
	position: relative;
	left: 20px;
}
img.menuModuleImg{
	position: relative;
	left: 30px;
	top: 5px;
	height: 13px;
	width: 14px;
}
img.menuOpenImg, .menuCloseImg{
	position: relative;
	left: 40px;
	cursor: pointer;
}
img.menuFavotiteImg{
	position: relative;
	left: 70px;
	cursor: pointer;
}
img.noOpen{
	left: 50px;
}
img.menuOptionImg{
	position: relative;
	left: 70px;
	width: 15px;
	height: 15px;
}
img.favoritesOptionImg{
	position: relative;
	left: 40px;	
	width: 15px;
	height: 15px;
}
img#localizationImg{
	position: relative;
	top: 2px;
}
img#indexShowImg{
	position: relative;
}
img#indexEditImg{
	position: relative;
	margin-right: 12px;
}
img#indexDeleteImg{
	position: relative;
	margin-right: 20px;
	cursor: pointer;
}
img.uploadListImg{
	position: relative;
	float: left;
	max-width: 255px;
}
img.previewImg{
	position: relative;
	float: left;
	max-width: 255px;
	display: none;
}
img.removeElementImg{
	position: relative;
	top: 2px;
	left: 5px;
	cursor: pointer;
}
img.addElementImg{
	position: relative;
	top: 5px;
	left: 5px;
	cursor: pointer;
}
img.leftLogoImg{	
	width: 150px; 	
	margin-top: 48px;
	margin-bottom: 48px;
}
img.orderbyImg{
	position: relative;
	top: 5px;
}
img#notificaitonsEMAIL{
	cursor: pointer;
	margin-left: 15px;
}
img#notificationsSMS{
	cursor: pointer;
}

textarea{
	border: none;
	outline: none;
	background: none;
	width: 100%;
	height: 100%;
	resize: none;	
	word-wrap: break-word;
	padding-right: 5px;
}

input, select{
	border: none;
	outline: none;
	background: none;
	width: 98%;
	height: 100%;
	padding-left: 2px;
	padding-right: 2px;
}
input[readonly="readonly"], input[readonly]{
	background-color: #CCC;
}
input[type=radio], input[type=checkbox]{
    display: none; 
}
input[type=checkbox] + div{
    background: url('/images/checkbox_up.jpg') 0px 0px no-repeat;
}
input[type=checkbox]:checked + div{
   	background: url('/images/checkbox_down.jpg') 0px 0px no-repeat;
}
input[type=checkbox]:disabled + div{ 
   	background: url('/images/checkbox_up_disabled.png') 0px 0px no-repeat;
}
input[type=checkbox]:checked:disabled + div{ 
   	background: url('/images/checkbox_down_disabled.png') 0px 0px no-repeat;
}
input[type=radio] + div{
    background: url('/images/radiobutton_up.jpg') 0px 0px no-repeat;
}
input[type=radio]:checked + div{
   	background: url('/images/radiobutton_down.jpg') 0px 0px no-repeat;
}
input[type=file]{
	position: absolute;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
input.loginInput{
	position: relative;
	top: 5px;
	width: 80%;
	height: 30px;
}
input.submitBtn{
	color: #FFF;
	font-weight: bold;
}
input.buttonSubmitOver{
	color: #000;
}
input#searchSubmit{
	display: none;
}

a#passRecoveryLink{
	color: #49494A;
	text-decoration: underline;
}
a#passRecoveryLink:hover{
	text-decoration: none;
}
a#logoutLink{
	position: relative;
	color: #FFF;
	font-size: 0.7em;
	text-decoration: none;
}
a#logoutLink:hover{
	text-decoration: underline;
}
a.menuOptionLink{
	position: relative;
	left: 35px;
	top: 4px;
	text-decoration: none;
	font-weight: 400;
	color: #49494A;
}
a.menuOptionLink:hover{
	text-decoration: underline;
}
a.menuSelectedOptionLink{
	position: relative;
	left: 35px;
	top: 4px;
	text-decoration: none;
	font-weight: 400;
	color: #FFF;
}
a.menuSelectedOptionLink:hover{
	text-decoration: underline;
}
a.FavoritesOptionLink{
	position: relative;
	left: 40px;
	bottom: 2px;
	text-decoration: none;
	font-weight: normal;
	color: #49494A;
}
a.FavoritesOptionLink:hover{
	text-decoration: underline;
}
a.noOpen{
	left: 50px;
}
a.indexNameLink{
	position: relative;
	top: 5px;
	color: #707070;
	text-decoration: none;
}
a#validateNif{
	color: #FF1589;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
a#validateNif:hover{
	text-decoration: none;
}
a.orderbyLink{
	text-decoration: none;
	cursor: pointer;
	color: #707070;
}
a.orderbyLink:hover{
	text-decoration: underline;
}
a.newContactLink{
	text-decoration: underline;
	color: #FF1589;
}
a.newContactLink:hover{
	text-decoration: none;
}

span.successMessageSpan{
	color: #025000;
}
span.errorMessageSpan{
	color: #9C0F0F;
}
span#footerSpan{
	position: relative;
	color: #49494A;
	font-size: 0.7em;
	font-weight: bold;
}
span#sessionNameSpan{
	display: inline-block;
	color: #49494A;
	font-size: 0.8em;
	cursor: pointer;
}
span.mainMenuTabSpan{
	position: relative;
	left: 20px;
	bottom: 2px;
}
span.menuModuleSpan{
	position: relative;
	left: 50px;
	bottom: 2px;
}
span#mainLocalizationSpan{
	position: relative;
	left: 10px;
	color: #6D6D6D;
	font-size: 1.2em;
	font-weight: bold;
}
span#secLocalizationSpan{
	position: relative;
	left: 10px;
	color: #FF1589;
	font-size: 1.2em;
	font-weight: bold;
}
span.inputSpan{
	position: relative;
	font-weight: bold;
	font-size: 0.8em;
}
span.profilesHeaderSpan{
	font-size: 1em;
	font-weight: normal;
	color: #027A97;
}
span.uploadListLocSpan{
	font-weight: bold;
	margin-left: 5px;
}
span.configurationsTitle{
	font-size: 1em;
	font-weight: bold;
	color: #2F91A8;
}
span.uploadListRemoveSpan{
	color: #FF1589;
	cursor: pointer;
	margin-left: 5px;
}
span.obligatorySpan{
	font-size: 1.2em;
	color: #FF1589;
	font-weight: bold;
}
span.infoSpan{
	font-size: 0.7em;
	color: #FF1589;
	font-weight: bold;
}
span.indexNameSpan, .indexIndexSpan, .indexDateSpan, .indexMessageSpan{
	position: relative;
	top: 5px;
}
span.cardsLeftTitle{
	color: #FF1589;
	font-weight: 700;
	font-size: 1.2em;
}
span.cardsLeftSubTitle{
	color: #FF1589;
	font-weight: 700;
	font-size: 0.8em;
}

label.inputLabel{
	position: relative;
	top: 5px;
	float: left;
	font-weight: bold;
	font-size: 0.8em;
	font-style: normal;
	color: #000;
}
label.radioLabel{
	position: relative;
	top: 5px;
	float: left;
	font-size: 0.8em;
	font-style: normal;
	color: #000;
}
label.checkboxListLabel{
	position: relative;
	top: 5px;
	margin-left: 10px;
	font-size: 0.8em;
	font-style: normal;
	color: #000;
}

form.noDisplay{
	display: none;
}

iframe#uploadIframe{
	display: none;
}

.underline{
	text-decoration: underline;
}
.visible{
	visibility: visible;
}
.hidden{	
	visibility: hidden;
}
.noHeight{
	height: 0px;
}
.left{
	position: relative;
	float: left;
	left: 20px;
}