﻿/********************
*   Fonts - Icons   *
********************/
@font-face {font-family: 'SommetBoldItalic';src: url('webfonts/27485D_0_0.eot');src: url('webfonts/27485D_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/27485D_0_0.woff') format('woff'),url('webfonts/27485D_0_0.ttf') format('truetype');}
@font-face {font-family: 'SommetItalic';src: url('webfonts/27485D_5_0.eot');src: url('webfonts/27485D_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/27485D_5_0.woff') format('woff'),url('webfonts/27485D_5_0.ttf') format('truetype');}
@font-face {font-family: 'SommetBold';src: url('webfonts/27485D_6_0.eot');src: url('webfonts/27485D_6_0.eot?#iefix') format('embedded-opentype'),url('webfonts/27485D_6_0.woff') format('woff'),url('webfonts/27485D_6_0.ttf') format('truetype');} 
@font-face {font-family: 'Sommet';src: url('webfonts/27485D_8_0.eot');src: url('webfonts/27485D_8_0.eot?#iefix') format('embedded-opentype'),url('webfonts/27485D_8_0.woff') format('woff'),url('webfonts/27485D_8_0.ttf') format('truetype');}
@font-face {font-family: 'SommetLightItalic';src: url('webfonts/27485D_9_0.eot');src: url('webfonts/27485D_9_0.eot?#iefix') format('embedded-opentype'),url('webfonts/27485D_9_0.woff') format('woff'),url('webfonts/27485D_9_0.ttf') format('truetype');}
@font-face {font-family: 'SommetLight';src: url('webfonts/27485D_B_0.eot');src: url('webfonts/27485D_B_0.eot?#iefix') format('embedded-opentype'),url('webfonts/27485D_B_0.woff') format('woff'),url('webfonts/27485D_B_0.ttf') format('truetype');}
@font-face {
	font-family: 'icoalhambra2';
	src:url('fonts/icoalhambra2.eot?-xx6nmw');
	src:url('fonts/icoalhambra2.eot?#iefix-xx6nmw') format('embedded-opentype'),
		url('fonts/icoalhambra2.woff?-xx6nmw') format('woff'),
		url('fonts/icoalhambra2.ttf?-xx6nmw') format('truetype'),
		url('fonts/icoalhambra2.svg?-xx6nmw#icoalhambra2') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icoalhambra2';
	font-size: 1.4rem;
    margin-right: 0.4rem;
    display: inline-block;
    vertical-align: bottom;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
	content: "\e600";
}
.icon-account:before {
	content: "\e601";
}
.icon-alerts:before {
	content: "\e602";
}
.icon-park:before {
	content: "\e603";
}
.icon-profitability:before {
	content: "\e604";
}
.icon-report:before {
	content: "\e605";
}
.icon-tools:before {
	content: "\e606";
}
/* END: Fonts - Icons */

/****************
*   CSS Base   *
****************/
html
{
    font-size:95%;
    height:100%;
}
html, body, header, nav, footer, div, span, p, br, ul, ol, li, a, h1, h2, h3, h4, h5, img, fieldset, table, tbody, th, tr, td, form
{
    margin: 0;
    padding: 0;
    border: none;
}
html, body {
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    text-shadow: -1px 1px 1px #FFFFFF;
    color: #5e594d;
    position: relative;
    background: #e5e4e3;
}
body, #Form1 {
    min-height: 97%;
    padding-bottom: 2rem;
}
ul, ol, li {
    list-style: none;
}
img {
    vertical-align: middle;
}
a {
    text-decoration: underline;
    color: #61baac;
    font-size: 1rem;
    -webkit-appearance: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
h1 {
    font-size: 1.4rem;
    font-weight: normal;
}
h2 {
    font-size: 1.2rem;
    font-weight: normal;
}
h3 {
    font-size: 1rem;
    font-weight: normal;
}
h4, h5 {
    font-weight: normal;
}
/* END: CSS Base */

/*******************
*   Main Base   *
*******************/
/* Links */
.noneLink>a {
    text-decoration: none;
    color: #5e594d;
    font-size: 0.9rem;
}
a.noLink {
    cursor: text;
}
a.noLink:hover {
    background: none !important;
}
a.link-footer {
    color: #FFFFFF;
}
/* Display */
.inline {
    display: inline-block;
}
.block {
    display: block;
}
.display-clear {
    display: initial;
}
/* Text */
.upLineHeight {
    line-height: 2.5rem;
}
.alignCenter {
    text-align: center;
    padding-top: 1.2rem;
}
/* Margin */
.top {
    margin-top: 1rem !important;
}
.top1 {
    margin-top: 0.5rem;
}
.top2 {
    margin-top: 1.5rem;
}
.bottom {
    margin-bottom: 1rem;
}
.bottom1 {
    margin-bottom: 0.5rem;
}
.bottom2 {
    margin-bottom: 1.5rem;
}
.gapLeft1 {
    margin-left: 0.5rem;
}
.gapLeft {
    margin-left: 3rem;
}
.spaceLeft {
    margin: 0 0 0 0.5rem;
}
.noMargin-bot {
    margin-bottom: 0 !important;
}
/* Padding */
.topGap {
    padding-top: 1rem !important;
}
.rightGap {
    padding-right: 0.75rem;
}
.MoreRightGap {
    padding-right: 1.5rem;
}
.middleGap {
    padding: 0 3rem;
}
.lessMiddleGap {
    padding: 0 0.75rem;
}
.leftGap {
    padding-left: 0.75rem;
}
.MoreLeftGap {
    padding-left: 1.5rem;
}
/* Float */
.alignRight  {
    float: right;
}
.alignLeft  {
    float: left;
}
.alignAnnul{
    clear: both;
}
/* Width*/
.percent01Width {
    width:1%;
}
.percent99Width {
    width:99%;
}
.autocompleteItemBuilding {
    font-style: normal;
}
.autocompleteItemFund {
    font-style: italic;
}
/* END: Main Base */

/***********
*   Table  *
***********/
table {
    text-shadow: none;
    width: 100%;
    border-spacing: 0;
    border-color: none;
}
tr {
    background: #f7f7f7;
    padding: 0;
    margin: 0;
}
th {
    color: #FFFFFF;
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    text-align: center;
    background: #807a70;
}
td {
    text-align: center;
    font-size: 0.8rem;
    padding: 0.5rem 0.7rem;
}
.brutTable td {
    text-align: initial;
    font-size: initial;
    padding: 0 0;
}
/* Simple Table (Dashboard) */
table.simpleTable th {
    padding: 0.5rem 0.7rem;
}
table.simpleTable td {
    padding: 0.5rem 0.7rem;
    border-bottom: thin solid #e5e4e3;
}
/* GridPager */
.GridPager>td {
    padding: 0 !important;
    border: none;
    background: #FFFFFF;
}
.GridPager>td>table {
    margin: 0;
    width: auto;
}
.GridPager td table tbody tr td {
    min-width: 50px;
    max-width: 50px;
}
.GridPager table td {
    border: none;
}
.GridPager a {
    color: #61baac;
    font-size: 1rem;
    text-decoration: underline;
}
.GridPager span {
    color: #5e594d;
    font-size: 1rem;
    text-decoration: none;
}
.GridPager a:hover {
    color: #5e594d;
    text-decoration: none;
}
/* Popup Table Dashboard */
.wrap-tableCheckbox {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    border-bottom: solid 1px #e5e4e3;
    border-top: solid 1px #e5e4e3;
}
.tablepopup {
    text-shadow: -1px 1px 1px #FFFFFF;
}
.tablepopup td {
    padding: 0.7rem 18rem 0.7rem 3rem;
    border-top: none;
    border-bottom: solid 1px #e5e4e3;
    text-align: left;
    background: #f7f7f7;
    font-size: 1rem;
    color: #5e594d;
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    text-align: left;
}
.tableSubLevelWrap {
    background: #B5ECE6 !important;
    border-bottom: 1px solid #86E3D9 !important;
    padding: 0 !important;
}
.tableSubLevelCell {
    background: #B5ECE6 !important;
    border-bottom: 1px solid #86E3D9 !important;
    padding: 0.5rem 0.7rem;
}
.wrapPopupTableTextbox {
    max-width: 350px;
    overflow: hidden;
    margin-top: 3rem;
    margin-bottom: 2.12rem;
    margin-left: 3rem;
    margin-right: 3rem;
}
/* Popup Table (Dashboard Popup Alerts) */
.popupAlert table {
    text-shadow: none;
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.popupAlert table td {
    padding: 8px;
    border-bottom: 1px solid #86E3D9;
    text-align: center;
    background: #B5ECE6;
    font-size: 0.8rem;
}
.popupAlert table th {
    padding: 8px;
    background: #61baac;
    color: #FFFFFF;
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    text-align: center;
}
/* Table Popup SearchForm */
.cblListSearchForm td { 
    background: #FFFFFF !important;
    border-bottom: solid 1px #f7f7f7;
    padding: 0.5rem 0.7rem !important;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}
/* Table as Text (Info Tenancy Schedule) */
table.tableAsText {
    text-shadow: -1px 1px 1px #FFFFFF;
    width: 100%;
    background: #FFFFFF;
}
table.tableAsText  th, table.tableAsText  tr, table.tableAsText td {
    background: #FFFFFF ;
    border: none;
    text-align: left;
    font-size: 1rem;
}
.valueTableAsText {
    color: #61baac;
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
}
.standard {
    width: 25%;
}
.short {
    width: 30%;
}
.figureLine {
    width: auto !important;
}
.figureLine td {
    width: 18% !important;
}
td.line-synthesis {
    padding-left: 1rem !important;
}
/* Complex Table (Tenancy Schedule) - If you change the width, change defaultCellWidth in alhambra.js */
.complexTable th, .complexTable td {
    height: 20px;
    width: 120px;
    padding: 0.5rem 0.7rem;
    border: solid 2px #FFFFFF;
}
.complexTable th a {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    padding-right: 20px;
    background:url('../Images/alhambra-arrows-01.png') right center no-repeat;
}
.sortasc a {
    background:url('../Images/alhambra-arrow-top.png') right center no-repeat !important;
}
.sortdesc a {
    background:url('../Images/alhambra-arrow-bottom.png') right center no-repeat !important;
}
.emptyCell {
    background: #f7f7f7;
    border: none !important;
}
.totalsCell {
    background: #b8efe8;
    color: #5e594d;
}
.valueCell {
    background: #69bcae;
    color: #FFFFFF;
}
.lineAlt {
    background: #f1f1f1;
}
.headCellButton, .cellButton, .footCellButton {
    border-right: none !important;
    border-left: none !important;
    background: #FFFFFF;
    width: 50px;
    text-align: left;
}
.leftCell {
    padding-left: 1rem !important;
}
/* Details Table (My Assets) */
.details table {
    padding: 1.5rem 0;
    background: #f7f7f7;
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
}
.details td {
    padding: 0.5rem 0 0.5rem 3rem;
    border: none;
    text-align: left;
    font-size: 1rem;
}
.resultRowDetailAttributeColor1, resultRowDetailAttributeColor2 {
    width: 200px;
}
.resultRowDetailAttributeColor1 {
    background: #f1f1f1;
}
.resultRowDetailValueColor1 {
    background: #f1f1f1;
    color: #61baac;
}
.resultRowDetailValueColor2 {
    color: #61baac;
}
/* Page Table (Building) */
.tableAsWrapper > tbody > tr > td {
    padding: 0;
    background: #FFFFFF;
}
.tableAsWrapper {
    text-shadow: -1px 1px 1px #FFFFFF;
    width: 100%;
    background: #FFFFFF;
}
.tableAsWrapper h3 {
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
}
.tableAsWrapper tr {
    background: #FFFFFF;
}
.tableAsWrapper th, .tableAsWrapper tr, .tableAsWrapper td {
    text-align: left;
    font-size: 0.9rem;
}
.cellLabelPageBuilding {
    border-bottom: none;
    padding: 0.2rem 0.2rem 0.2rem 3rem;
    width: 16.7%;
}
.cellValuePageBuilding {
    border-bottom: none;
    padding: 0.2rem 3rem 0.2rem 0.2rem;
    color: #61baac;
    width: 16.7%;
}
.orgChart th, .orgChart tr, .orgChart td {
    text-align: center;
}
.orgChartFund {
    background-color: #82DACC;
}
.orgChartBuilding {
    background-color: #FF9C8B;
}

/* Drag an element */
.dragged {
    border: 1px solid #61baac !important;
}

.cellLevel2 {
    background-color:#cde9e7 !important;
}
.cellLevel3 {
    background-color:#acdad6 !important;
}
.cellLevel4 {
    background-color:#8cccc6 !important;
}
.cellLevel2Alt {
    background-color:#bde2df !important;
}
.cellLevel3Alt {
    background-color:#9cd3ce !important;
}
.cellLevel4Alt {
    background-color:#7bc5be !important;
}

/* END: Table */

/***************
*   Checkbox   *
***************/
input, textarea, select {
   -webkit-appearance: none;
   -webkit-box-shadow: none;
   -webkit-border-radius: 0;
 }
label {
    display: inline !important;
    vertical-align: middle;
}
[type="checkbox"]:not(:checked),  
[type="checkbox"]:checked {  
  position: absolute;  
  left: -9999px;  
}
[type="checkbox"]:not(:checked) + label,  
[type="checkbox"]:checked + label {  
  position: relative; 
  padding-left: 25px; 
  cursor: pointer;
}   
[type="checkbox"]:not(:checked) + label:before,  
[type="checkbox"]:checked + label:before {  
  content: '';  
  position: absolute;  
  left:0; top: 2px;  
  width: 12px; height: 12px; 
  border: 1px solid #5e594d;  
  background: #fcfff4;  
}  
[type="checkbox"]:not(:checked) + label:after,  
[type="checkbox"]:checked + label:after {  
  content: url('../Images/checkbox.jpg');
  position: absolute;  
  top: 4px; left: 2px;  
  transition: all .2s; 
}  
[type="checkbox"]:not(:checked) + label:after {  
  opacity: 0; 
  transform: scale(0);
}  
[type="checkbox"]:checked + label:after {  
  opacity: 1;
  transform: scale(1);
} 
label:hover:before {
  border: 1px solid #61baac !important;
}
.login-table [type="checkbox"]:not(:checked) + label:after,  
.login-table [type="checkbox"]:checked + label:after {  
  top: -2px; left: 2px;  
}
@media (max-device-width:768px) {
    .login-table [type="checkbox"]:not(:checked) + label:after,  
    .login-table [type="checkbox"]:checked + label:after {  
      top: 1px; left: 2px;   
    }
}
.checkboxInTitle {
    position: absolute;
    top: 1.8rem;
    right: 3rem;
}
@media (max-device-width:768px) {
    .checkboxInTitle {
        position: static !important;
        margin: 0.7rem 0;
        display: list-item;
        list-style: none;
    }
}
.wrapCblList {
    margin: 0.5rem 0;
    background: #FFFFFF;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: solid 1px #e5e4e3;
    border-bottom: solid 1px #e5e4e3;
}
.large_CblList {
    width: 100%;
    height: 300px;
    position:relative !important;
}
/* END: Checkbox */

/********************
*  Checkbox Radio   *
********************/
input[type=radio] {  
    display: none;  
}
.radioTable td {
    text-align: left;
    font-size: 1rem;
}
.radioTable td:last-child {
    padding: 0 0.7rem 0.5rem 0.7rem;
}
.radio label {  
    cursor: pointer; 
}
.radio label:before {  
    content: "";  
    display: inline-block; 
    width: 12px;  
    height: 12px;  
    margin-right: 0.5rem;  
    margin-top: 0.5rem;
    border: 1px solid #5e594d;  
    background: #fcfff4; 
    cursor: pointer;
    border-radius: 8px;  
}
input[type=radio]:checked + label:before {  
    background-image: url('../Images/radio.png');
    background-repeat:no-repeat;
    background-position: center center;
    transition: all .2s;   
}   
/* END: Checkbox Radio */

/************
*   Input   *
************/
input[type="text"], input[type="email"], input[type="password"] {
  border: solid 1px #AFAAA5;
  overflow: hidden;
  position: relative;
  min-width: 188px;
  background: #FFFFFF;
  padding: 7px 0 7px 10px;
  font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
  font-weight: normal;
  color: #5e594d;
}
input[type="number"] {
  border: solid 1px #AFAAA5;
  overflow: hidden;
  position: relative;
  min-width: 100px;
  background: #FFFFFF;
  padding: 7px 0 7px 10px;
  font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
  font-weight: normal;
  color: #5e594d;
}
/*
.inputText {
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    color: #5e594d;
    min-width: 190px;
    padding: 3px 3px 3px 3px;
}
*/
.inputTextShort {
    min-width: 100px !important;
}
.inputIMG {
    min-width: 12px;
    max-width: 12px;
    padding: 0;
}
.gapInput {
    margin: 0.5rem 0;
}
.gapInputBot {
    margin: 0 0 0.5rem 0;
}
#MainContent_txtTextToSearch.watermarked {
    color: #BBB;
}
/* END: Input */

/********************
*   Button / Link   *
********************/
.button {
  font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  background: #61baac;
  padding: 6px 6px;
  min-width: 100px;
  text-decoration: none;
  /*margin-right: 0.5rem;*/
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  vertical-align: baseline;
}
.button:hover {
  background: #47999a;
  text-decoration: none;
}
.smallbutton {
  font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  background: #61baac;
  padding: 10px 20px;
  min-width: 30px;
  text-decoration: none;
  margin-right: 0.5rem;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  vertical-align: baseline;
}
.smallbutton:hover {
  background: #47999a;
  text-decoration: none;
}
.hideAndShowButton {
  height:500px;
  width:100%;
  font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  background: #d3cecb;
  padding: 0;
  text-decoration: none;
  margin-right: 0;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  vertical-align: baseline;
}
.hideAndShowButton:hover {
  background: #afaaa5;
  text-decoration: none;
}
.hideAndShowButtonMapGraph {
  height:15px;
  width:100%;
  font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  background: #d3cecb;
  padding: 0;
  text-decoration: none;
  margin-right: 0;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  vertical-align: baseline;
}
.hideAndShowButtonMapGraph:hover {
  background: #afaaa5;
  text-decoration: none;
}
#Login1_Button1 {
    margin: 8px 0 0 0;
}
.btnBottom {
    vertical-align: bottom !important;
} 
.ButtonAsLink {
  background:transparent;
  text-decoration: underline;
  border:none;
  color: #61baac;
  font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 1.2rem;
  padding: 0px;
  cursor:pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  vertical-align: bottom;
}
.ButtonAsLink:hover {
  text-decoration: none;
}
.imageBuilding .ButtonAsLink, .mapBuilding .ButtonAsLink, .gm-style-iw .ButtonAsLink {
    font-size: 0.9rem !important;
}
.popup .ButtonAsLink, .popupSearchForm .ButtonAsLink {
    float: right;
    padding-right: 3rem;
}
.LinkAsBtn {
  color: #ffffff;
  background: #61baac;
  padding: 6px 6px;
  min-width: 80px;
  max-width: 160px;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  margin: 0;
  margin-right: 0.5rem;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  vertical-align: bottom;
}
.LinkAsBtn:hover {
  background: #47999a;
  text-decoration: none;
}
.red {
    background: #EFBCA3;
}
.red:hover {
    background: #e84c3d;
}
.grey {
    background: #D3CECB !important;
}
.grey:hover {
    background: #AFAAA5 !important;
}
.aligninline {
    display: inline-block;
    vertical-align: bottom;
}
.linkSelect {
    font-size: 1.2rem;
}
.parametersContent .button {
    margin: 0 3rem 1.5rem 3rem;
}
.bottomLink {
    position: absolute;
    bottom: 1.5rem;
    left: 3rem;
}
.scrollButton {
    float: right;
    /* font-size: 1.3rem;*/
}
@media (max-device-width:768px) {
    .mobileBtn {
        display: list-item !important;
        list-style: none;
        float: none !important;
        margin-top: 1.2rem;
    }
    .mobileAlign {
        float: none !important;
    }
}
/* File Upload */
.upload {
	position:relative;
}
form .fakeupload {
    width: 430px;
}
.realupload {
    position:absolute;	
	-moz-opacity:0;
	filter:alpha(opacity:0);
	opacity:0;
	z-index:2;
    margin-top: 0px;
    height: 36px;
    width: 410px;
    cursor: pointer;
}
.search-fieldT {
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    color: #5e594d;	
	padding: 3px 3px 3px 3px;
}
/* Fake Tabs */
.tab {
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    font-size: 1rem;
    text-align: center;
    color: #5FCDCE;
    background: #FFFFFF;
    padding: 10px 20px;
    min-width: 80px;
    text-decoration: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #47999a;
    margin-top: 0.5rem;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    display: inline-block;
    margin-right: -3px;
}
.tab:hover {
    color: #47999a;
}
.tab-active {
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    border-top: solid 1px #47999a;
    border-left: solid 1px #47999a;
    border-right: solid 1px #47999a;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #FFFFFF;
    color: #47999a;
    cursor: default;
}
.tab-title {
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    font-size: 1rem;
    text-align: center;
    color: #5e594d;
    background: #FFFFFF;
    padding: 10px 10px 10px 0;
    text-decoration: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-top: 0.5rem;
    cursor: text;
    -webkit-appearance: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    display: inline-block;
    margin-right: -3px;
}
.sub-line-tab {
    display: inline-block;
    margin-left: 3rem;
}
/* END: Button / Link */

/***************
*   Dropdown   *
***************/
select {
    min-width: 200px;
    width: 110%;
    text-indent: 0.01px;/*In Firefox*/
    text-overflow: '';/*In Firefox*/
    border: 0 !important;  /*Removes border*/
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;
    -o-appearance:none;
    appearance:none; 
}
select::-ms-expand{
   display:none;
}
.dropdown {
    min-width: 100px;
    max-width: 200px;
    overflow: hidden;
    box-sizing: border-box;
}
.dropdownPortfolio {
    min-width: 100px;
    max-width: 290px;
    overflow: hidden;
    box-sizing: border-box;
}
#IE9 .dropdown select {
    background-image: none !important;
}
#IE9 .dropdownPortfolio select {
    background-image: none !important;
}
.dropdown select {
    color:#FFFFFF;
    padding: 9px 40px 8px 10px;
    cursor:pointer;
    background-image:url('../Images/arrow-white.png');
    background-position: right 28px center;
    background-repeat:no-repeat;
}
.dropdownPortfolio select {
    color: #FFFFFF;
    padding: 9px 40px 8px 10px;
    cursor: pointer;
    background-image: url('../Images/arrow-white.png');
    background-position: right 28px center;
    background-repeat: no-repeat;
}
.inlineDDL {
    display: inline-block;
    vertical-align: -50%;
}
.pageSize {
    min-width: 100px;
    margin-left: 2px;
    background-color: #AFAAA5;
}
.tableAsText select.dropdown {
    margin: 0;
}
/* END: Dropdown */

/***************
*   Label      *
***************/
.redLegend {
    color: #E2433B;
    padding-right: 20px;
}
.orangeLegend {
    color: #FF812C;
    padding-right: 20px;
}
/* END: Label */

/************
*   Login   *
************/
.wrapper-form {
    position: fixed;
    top: 50%;
    left: 4.24rem;
    margin-top: -205px;
    padding: 1.5rem 0;
    background: #f8f8f8;
    z-index: 170;
    -moz-box-shadow: 0px 2px 8px 2px #656565;
    -webkit-box-shadow: 0px 2px 8px 2px #656565;
    -o-box-shadow: 0px 2px 8px 2px #656565;
    box-shadow: 0px 2px 8px 2px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=8);
}
.wrapper-form h2, .wrapper-form legend {
    line-height: 2.5rem;
}
#logo-login {
    margin-bottom: 1.5rem;
    padding: 0 2.12rem;
}
#loginForm {
    padding: 1.5rem 2.12rem;
    border-top: solid 1px #e5e4e3;
}
p#register {
    padding: 1.5rem 2.12rem 0 2.12rem;
    border-top: solid 1px #e5e4e3;
}
#loginForm h2 {
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
}
legend h3 {
    text-transform: uppercase;
}
.login-table {
    margin-bottom: 1.5rem;
}
.login-table .cell-space {
    padding-right: 1.6rem;
}
.login-table th, .login-table tr, .login-table td{
    padding: 0.7rem 0;
    background: none;
    border: none;
    text-align: left;
}
.CellLogin {
    font-size: 1rem;
}
.blockError {
    text-align: left;
    background: #FFFFFF;
}
.field-validation-error, .validation-summary-errors {
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    color: #e84c3d;
}
.textError {
    padding: 1.5rem 3rem;
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    border-bottom: solid 1px #e5e4e3;
}
.ErrorControl {
    border: solid 1px #e84c3d;
}
.bg-login, .bg-login-mobile {
    height: 100%;  
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0; 
    margin:0;
    padding:0;
    background: url(../Images/alhambra-home-paris.jpg) no-repeat center fixed;
}
/* END: Login */

/*************
*   Search   *
*************/
.search {
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
	border:solid 2px #61baac;
    height: 34px;
    overflow: hidden;
    position: relative;
    z-index: 1000;
    width: 160px;
}
.searchPpp {
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
	border:solid 2px #61baac;
    height: 34px;
    overflow: hidden;
    position: relative;
    width: 160px;
}
.search input, .searchPpp input{
	background: #FFFFFF;
	border: none;
    height: 22px;
    width: 138px;
    margin: auto 0;
    padding: 6px 13px 6px 10px;
    float: left;
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    text-shadow: -1px 1px 1px #FFFFFF;
    color: #c0c0c0;
}
.search button, .searchPpp button{
    -webkit-appearance: none; 
    display: none;
    visibility: hidden;
}
nav .search, nav .searchPpp {
    margin: 1.8rem 1.3rem;
}
/* Results SubMenu Search */
.ui-autocomplete {
    position: absolute;
    border: none !important;
    cursor: default;
    -moz-box-shadow: 0px 8px 8px 0px #656565;
    -webkit-box-shadow: 0px 8px 8px 0px #656565;
    -o-box-shadow: 0px 8px 8px 0px #656565;
    box-shadow: 0px 8px 8px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=8);
}
.ui-menu {
    list-style: none;
    padding: 2.12rem 2.12rem !important;
    margin: 0;
    display: block;
    outline: none;
}
.ui-widget {
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif !important;
    font-weight: normal !important;
    text-shadow: -1px 1px 1px #FFFFFF !important;
    color: #5e594d !important;
}
.ui-widget-content {
    border: none !important;
    background: #FFFFFF !important;
    color: #5e594d !important;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 0.2rem !important;
    cursor: pointer;
    min-height: 0;
    /* support: IE7; */
    /* support: IE10, see #8844; */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-widget-content a {
    color: #5e594d !important;
    padding: 0.2rem !important;
    text-decoration: none !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none !important;
    background: #b5ede5 !important;
    color: #5e594d !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}
/* TMP 
ul.ui-autocomplete
{
    position: absolute;
    left: 0 !important;
    top: 0!important;
}
*/
/* END: Search */

/****************
*   InfoWindow  *
****************/
.map-info {
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    color: #5e594d;
    background: #f7f7f7;
    padding: 10px;
    cursor: pointer;
}
.wrap-image {
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin-bottom: 10px;
}
.wrap-image img {
    max-height: 100%;
    width: auto;
    box-sizing: border-box;
    margin: -1;
}
.map-info h3 {
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    color: #61baac;
}
/* END: InfoWindow */

/**************
*   Calendar  *
**************/
.custom-calendar .ajax__calendar_container {
    background-color: #FFFFFF;
    border:solid 1px #807a70;
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
}
.custom-calendar .ajax__calendar_container TD {
  padding: 0px;
  margin: 0px;
  font-size: 11px;
}
.custom-calendar .ajax__calendar_title {
    color: #5e594d;
    height:20px;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
}
.custom-calendar .ajax__calendar_hover .ajax__calendar_title {
    color: #61baac;
}
.custom-calendar .ajax__calendar_footer {
    border-top: 1px solid #e8e5e5 !important;
}
.custom-calendar .ajax__calendar_today {
    background-color: #FFFFFF;
    height:20px;
    text-shadow: none;
}
.custom-calendar .ajax__calendar_hover .ajax__calendar_today {
    color: #61baac;
}
.custom-calendar .ajax__calendar_days table thead tr td {
    color: #5e594d;
    text-shadow: none;
}
.custom-calendar .ajax__calendar_body {
    background-color: #FFFFFF;
}
.custom-calendar .ajax__calendar_day {
    color: #807a70;
    text-shadow: none;
    background-color: #f7f7f7;
    border: 1px solid #ffffff;
    text-shadow: none;
    height: 17px;
    width: 18px;
    text-align: right;
    padding: 0 2px;
    cursor: pointer;
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
}
.custom-calendar .ajax__calendar_month, .custom-calendar .ajax__calendar_year {
    border: 1px solid #ffffff;
}
.custom-calendar .ajax__calendar_hover .ajax__calendar_day, .custom-calendar .ajax__calendar_hover .ajax__calendar_month, .custom-calendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: #DFFDF5;
    border-color: #8EF0E5;
    color: #00BA90;
}
.custom-calendar .ajax__calendar_active .ajax__calendar_day, .custom-calendar .ajax__calendar_active .ajax__calendar_month, .custom-calendar .ajax__calendar_active .ajax__calendar_year {
    background-color: #DFFDF5;
    border-color: #7CCFBD;
    color: #00BA90;
}
.custom-calendar .ajax__calendar_other .ajax__calendar_day {
    background-color: #FFFFFF;
    color: #c0c0c0;
    text-shadow: none;
}
/* END: Calendar */

/***********
*   Filter *
***********/
.filterPanel {
    background: #f7f7f7;
    width: 24%;
    margin-right: 1px;
    margin-left: -1px;
    margin-bottom: 1px;
    float: left;
}
.filterSelect {
    padding: 1.5rem 0 0 3rem;
}
.filterContent {
    padding: 1.5rem 0;
}
.filterContent h3 {
    padding: 1.5rem 3rem 0 3rem;
}
.filter {
    margin-top: 1rem;
}
.filter h3 {
    text-decoration: underline;
    color: #61baac;
    cursor: pointer;
    padding: 0.2rem 3rem;
    text-align: left;
    font-size: 1.1rem;
}
.filter h3:hover {
    text-decoration: none;
}
.selectedFilterWoAfter {
    padding: 0.2rem 3rem;
    margin-bottom: 1px;
    text-align: left;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: text;
    position: relative;
    text-shadow: none;
}
.selectedFilter {
    background: #f1f1f1;
    padding: 0.2rem 3rem;
    margin-bottom: 1px;
    text-align: left;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    text-shadow: none;
}
.selectedFilter:hover {
    background: #e8e5e5;
}
.selectedFilter:after{
    content: " X ";
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    color: #61baac;
    position: absolute;
    top: 0.2rem;
    right: 1rem;
}
.action-filter {
    padding-bottom: 1.5rem;
    border-bottom: solid 1px #e5e4e3;
}
.foot-filter {
    padding: 0.5rem 3rem;
}
.select {
    margin-bottom: 0.8rem;
}
.childsFilter {
    position: absolute;
    left: 24%;
    background: #f1f1f1;
    width: 310px;
    height: auto;
    margin-top: -60px;
    cursor: pointer;
    z-index: 999;
    display: block;
    padding-bottom: 2.12rem;
    -moz-box-shadow: 2px 2px 2px 0px #656565;
    -webkit-box-shadow: 2px 2px 2px 0px #656565;
    -o-box-shadow: 2px 2px 2px 0px #656565;
    box-shadow: 2px 2px 2px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=2);
}
.childsFilter li {
    background: #f1f1f1;
    padding: 0.2rem 2.12rem;
    text-align: left;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.closeLinkBtn {
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
}
.closeChildsFilter {
    padding-left: 210px;
}
.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #f1f1f1;
    position: absolute;
    top: 36px;
    left: -12px;
    z-index: 1000;
}
#MainContent_lbSelectedParameters.titleAsH3 {
    padding: 0 3rem;
    display: list-item;
}
/* END: Filter */

/************
*   Header  *
************/
#bg-header {
    background: #5e594d;
    display: block;
    position: fixed;
    width: 100%;
    min-width: 900px;
    height: 91px;
    top: 0;
    left: 0;
    z-index: 970;
}
header
{
    display: block;
    position: fixed;
    width: 100%;
    min-width: 900px;
    height: 91px;
    text-shadow:  none;
    top: 0;
    left: 0;
    z-index: 999;
    -moz-box-shadow: 0px 8px 8px 0px #c0c0c0;
    -webkit-box-shadow: 0px 8px 8px 0px #c0c0c0;
    -o-box-shadow: 0px 8px 8px 0px #c0c0c0;
    box-shadow: 0px 8px 8px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=8);
}
.logo
{
    margin: 0.9rem 3rem;
    display: inline-block;
}
nav {
    position: absolute;
    right: 3rem;
    display: inline-block;
    list-style: none;
    z-index: 996;
}
ul {
    padding : 0;
    margin : 0;
}
li.top-item {
    float : left;
    position: relative !important;
}
.menu-active {
    position: relative;
    background: #FFFFFF;
    border-top: solid #61baac 0.4rem;
}
.menu-active a.nav-link {
    color: #61baac;
    padding: 1.92rem 1.3rem 2.3rem 1.3rem;
}
.menu-active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    z-index: 997;
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #FFFFFF;
}
.menu-active:hover:after {
    content: "";
    visibility: hidden; 
}
.menu-active:hover {
    position: initial;
}
a.nav-link {
    color: #fff;
    padding: 2.3rem 1.3rem;
    display: block;
    text-decoration: none;
}
li.top-item:hover {
    background: #efefef;
    border-top: solid #61baac 0.4rem;
}
li.top-item:hover a.nav-link {
    color: #61baac;
    padding: 1.92rem 1.3rem 2.3rem 1.3rem;
}
ul.submenu { 
    position: absolute;
    display: block;
    z-index: 998;
    left: -999rem;
    background: #efefef;
    color:#5e594d;
    line-height: 2.5rem;
    -moz-box-shadow: 0px 8px 8px 0px #656565;
    -webkit-box-shadow: 0px 8px 8px 0px #656565;
    -o-box-shadow: 0px 8px 8px 0px #656565;
    box-shadow: 0px 8px 8px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=8);
}
li.top-item:hover ul.submenu {
    min-width: 580px;
    overflow: hidden;  
    left: 50%;
    margin-left: -290px;
    min-height: 0;
}
li.top-item:hover ul.simple {
    min-width: 290px;
    text-align: center;
    margin-left: -145px;
}
li.sub-item {
    float: left;
    margin: 20px 15px 30px 30px;
    display: block;
    width: 244px;
}
li.mirror-right {
    margin: 20px 30px 30px 15px;
}
ul.simple li.sub-item {
    float: none;
    text-align: left;
    position: relative;
    display: inline-block;
}
li.ss-sub-item {
    border-bottom: solid 1px #e5e4e3;
    clear: both;
    padding-top: 0.38rem;
}
li.third-item{
    border-bottom: none;
}
li.third-sub-item{
    font-family: 'SommetLight', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    line-height: 1.76;
}
a.sub-nav-link {
    color: #5e594d;
    padding: 0 0.5rem;
    display: block;
    text-decoration: none;
}
a.sub-nav-link:hover {
    background: #b5ede5;
}
.thirdLvl {
    font-size: 0.85em;
}
nav ul {
    float: left;
}
ul.third-menu {
    width: 100%;
    border-bottom: solid 1px #e5e4e3;
}
#blockLog {
    display: inline-block;
}
#login-nav {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 0.6rem;
    text-align: right;
}
.username {
    color: #FFFFFF;
    text-transform: uppercase;
}
#localeSelector {
    text-align: right;
}
#localeSelectorLogin {
    text-align: right;
    margin-right: 2rem;
}
.langActive {
    color: #FFFFFF;
    text-decoration: none;
}
.langActiveLogin {
    color: #5e594d;
    text-decoration: none;
}
.langInactive {
    color: #61baac;
}
/* END: Header */

/***************
*   Content   *
**************/
.wrapper {
    background: #e5e4e3;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 5.5rem 0 0 0;
    font-size: 90%;
}
.tableAsBG, .tableAsBG>tbody>tr>td {
    background: #e5e4e3;
    padding: 0 !important;
}
.border {
    position: relative;
    width: 100%;
    height: 5px;
    background: #e5e4e3;
    display: inline-block;
}
.main-head {
    padding: 1.5rem 3rem;
    margin-bottom: 1px;
    background: #FFFFFF;
    z-index: 730;
}
.main-headWithButton {
    padding: 2rem 3rem;
    background: #FFFFFF;
    z-index: 730;
    border-bottom: solid 1px #e5e4e3;
}
.title {
    text-transform: uppercase;
    display:inline-block;
}
.uppercase {
    text-transform: uppercase;
}
.right-mainHead {
    float: right;
    text-align: right;
}
.lessInfo {
    color: #c0c0c0;
}
.block {
    display: block;
}
.italic {
    font-family: 'SommetItalic', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
}
.bold {
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
}
.overTitle {
    display: block;
    margin-top: 0.8rem;
}
.wrap-content {
    z-index: 700;
}
.fontGreen {
    color: #61baac;
}
/* END: Content */

/*****************************
*   Dashboard - Main Block   *
*****************************/
.wrapper-column {
    position: relative;
    overflow: hidden;
    background: #e5e4e3;
}
.column-left {
    width: 60%;
    height: 100%;
    float: left;
    margin-left: -1px;
    margin-right: 1px;
}
.column-right {
    width: 40%;
    height: 100%;
    float: right;
}
.floatingContent {
    overflow: visible;
}
.main-cell {
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 1px;
    background: #FFFFFF;
}
.main-cell-content {
    padding: 1.5rem 3rem;
}
#content-alert {
    padding: 0;
}
.title-head {
    margin-bottom: 1rem;
}
#head-alert {
    margin-bottom: 1rem;
    padding: 1.5rem 3rem 0 3rem;
}
#list-alert {
    padding-bottom: 1.5rem;
}
.grid-value {
    padding: 0.7rem 3rem;
}
.grid-value .icon-alerts {
    float: left;
    margin-right: 0.7rem;
    color: #61baac;
}
.dark {
    background: #f7f7f7;
}
.main-cell-flux {
    padding: 1rem 3rem;
    position: relative;
    z-index: 630;
    background: #f7f7f7;
    text-shadow: none;
}
.flux {
    display: block;
}
#title-flux-news {
    margin-right: 1.3rem;
    float: left;
    line-height: 1.2rem;
}
#link-news {
    position: absolute;
    top: 1rem;
    right: 3rem;
    background: #f7f7f7;
    padding-left: 10px;
}
/* END: HP - Main Block */

/**********
*   News  *
**********/
#newsContainer{
    position: relative;
    width: 100%;
    text-align: left;
    background: #FFFFFF;
}
.lineFlux1 {
    background: #f1f1f1;
    padding: 1.5rem 3rem;
}
.lineFlux2 {
    background: #f7f7f7;
    padding: 1.5rem 3rem;
}
#title-rss {
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
}
.date-rss {
    padding-left: 1rem;
    color: #c0c0c0;
}
.text-rss {
    display: block;
    margin-top: 0.2rem;
}
/* END: News */

/**********************
*   Report Main Page  *
**********************/
/* Popup Waiting */
.load-overlay { 
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #5e594d;
    filter: alpha(opacity=50);
    opacity: 0.7;
} 
.loader {
	position: fixed;
	z-index: 3;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
    list-style: none;
}

@-webkit-keyframes 'loadbars' {
	0%{
		height: 10px;
		margin-top: 25px;
	}
	50%{
		height:50px;
		margin-top: 0px;
	}
	100%{
		height: 10px;
		margin-top: 25px;
	}
}
.loader li {
	background-color: #61BAAC;
	width: 3px;
	height: 3px;
	float: right;
	margin-right: 3px;
}
.loader li:first-child{
    -webkit-animation: loadbars 0.6s cubic-bezier(0.645,0.045,0.355,1) infinite 0s;
}
.loader li:nth-child(2) {
    -webkit-animation: loadbars 0.6s ease-in-out infinite -0.2s;
}
.loader li:nth-child(3) {
    -webkit-animation: loadbars 0.6s ease-in-out infinite -0.4s;
}
.indicatorWait {
    position: fixed;
	z-index: 3;
	margin: 0 auto;
	left: 49%;
	bottom: 40%;
    color: #61BAAC;
    text-shadow: none;
}
/* Search Form Report Main Page */
#searchFormLevel1 {
    margin-top: 1.5rem;
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #e5e4e3;
    border-top: solid 1px #e5e4e3;
    background: #f7f7f7;
}
#blockDDLsearchForm {
    float: left;
    padding: 1rem 3rem 1.5rem 3rem;
}
/*.blockLeftSearchForm {
    float: left;
    padding-left: 3rem;
}*/
.blockRightSearchForm {
    float: right;
    padding-right: 3rem;
}
.popupSearchForm .blockRightSearchForm {
    padding-right: 1.5rem;
}
 .inlinePanel {
    display: inline;
}
#searchFormLevel2, #searchFormLevel3  {
    background: #f7f7f7;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
}
#searchFormLevel2  {
    border-bottom: solid 1px #e5e4e3;
}
.tableSearchForm1 {
    display: inline-block;
    vertical-align: top;
}
.tableSearchForm2 {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}
.wrapCblListSearchForm {
    width: 250px;
    height: 110px;
    margin: 0.5rem 0;
    background: #FFFFFF;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: solid 1px #e5e4e3;
    border-bottom: solid 1px #e5e4e3;
}
@media (max-device-width:768px) {
    .wrapCblListSearchForm {
    height: 170px;
    }
}
.titleAsH3 {
    text-transform: uppercase;
    font-size: 1rem;
}
.subtitleAsH3 {
    font-size: 1rem;
}
.footSearchForm {
    background: #f7f7f7;
    width: 100%;
    float: left;
    border-bottom: solid 1px #e5e4e3;
    text-align: center;
}
.footSearchForm .button {
    margin: 0.5rem 3rem 2.12rem 3rem;
}
/* Filter Reports Main Page */
.parametersContent {
    padding: 1.5rem 0;
}
.titleParameters {
    padding: 0 3rem;
    text-align: left;
    font-size: 1rem;
    display: list-item;
    margin-top: 0.5rem;
    color: #7D7A77;
    font-family: 'SommetLight', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
}
#MainContent_lbImportDateParameter {
    padding: 0.2rem 0 0.2rem 3rem;
}
#MainContent_upBuildingsParameters>.selectedParameters {
    background: #f1f1f1;
    padding: 0.2rem 3rem;
    margin-bottom: 1px;
    text-align: left;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    text-shadow: none;
    color: #5e594d;
}
#MainContent_upBuildingsParameters>.selectedParameters:hover {
    background: #e8e5e5;
}
#MainContent_upBuildingsParameters>.selectedParameters:after{
    content: " X ";
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    color: #61baac;
    position: absolute;
    top: 0.2rem;
    right: 1rem;
}
.selectedParameters {
    padding: 0 3rem;
    text-align: left;
    font-size: 0.9rem;
    text-decoration: none;
    position: relative;
    text-shadow: none;
}
#MainContent_lbImportDateParameterValue, #MainContent_lbPortfolioParameterValue {
    display: list-item;
}
/* Content Report Main Page */
.container-synthesis {
    position: relative;
    overflow: hidden;
    width: 76%;
}
.wrap-headSynthesis, .wrap-select-header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    margin-bottom: 1px;
}
.cell-synthesis {
    float:left;
    width: 29%;
    position: relative;
    text-align: left;
    background: #FFFFFF;
    border-right: solid 1px #e5e4e3;
}
@media (max-device-width:768px) {
    .mobileHide {
        display: none !important;
    }
}
.wrap-figure-column {
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    min-height: 300px;
}
.cell-map {
    float: right;
    width: 70%;
    position: relative;
    text-align: left;
    background: #FFFFFF;
    margin-right: -1px;
}
@media (max-device-width:768px) {
    .mobileSize {
        float: left !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
}
.cell-map #MainContent_upMap {
    padding: 1.5rem 3rem;
}
.cell-table {
    clear: both;
    position: relative;
    background: #FFFFFF;
    width: 100%;
    height: auto;
    text-align: left;
}
.wrap-tenancyTableWithBTN {
    padding: 4.5rem 3rem 1.5rem 3rem;
}
.wrapComplexTable {
    width: 100%;
    /*overflow-x: auto;
    overflow-y: auto;*/
}
.linkAtTopTable {
    position: absolute;
    font-size: 1.2rem;
    top: 1.5rem;
    left: 3rem;
}
.cell-charts {
    float:left;
    width: 50%;
    position: relative;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
}
.fakeSize {
    width: 49% !important;
}
.chartContent {
    padding: 1.5rem 3rem;
}
.netCellLeft {
    margin-right: -1px;
    border-left: solid 1px #e5e4e3;
}
.cell-table, .line-cell-synthesis {
    clear: both;
    position: relative;
    background: #FFFFFF;
    width: 100%;
    height: auto;
    text-align: left;
}
.wrap-tenancyTable, .wrap-tenancy-line-synthesis, .cell-select-header {
    padding: 1.5rem 3rem;
}
.onlyOneTable {
    width: 50%;
}
.halfColumn {
    width: 50%;
    height: auto;
}
.netRightColumn {
    margin-left: -1px;
    margin-right: 1px;
}
.updateLine td {
    background: #B5ECE6;
}
.updateLine td.cellButton {
    background: #FFFFFF;
}
.purchaseAttributeCell, .ArbitrageAttributeCell {
    width: 25%;
}
.invisible {
    clear: both;
    visibility: hidden;
}
.asterisk:after {
    content: " * ";
    font-family: 'SommetLight', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    color: #61baac;
}
.resultRow:after{
    content: " + ";
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    color: #61baac;
    position: absolute;
    top: 0.2rem;
    right: 1.5rem;
}
/* END: Report Main Page */

/***************
*   My assets  *
***************/
#my-asset-content {
    margin-left: 24%;
}
.my-asset-block #MainContent_upMap {
    background: #FFFFFF;
    padding: 1.5rem 0;
}
.my-asset-block #MainContent_upMap .map-canvas {
    margin: 0 3rem;
    width: 92%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.buildings-list {
    width: 100%;
    background: #FFFFFF;
    z-index: 994;
}
#title-BuildingsList {
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    padding: 0 3rem;
}
ul#MainContent_BuildingsList {
    background: #FFFFFF;
    padding: 1.5rem 0;
}
.resultRow {
    padding: 0.7rem 3rem;
    cursor: pointer;
    text-shadow: none;
    position: relative;
}
.resultRow:after{
    content: " + ";
    font-family: 'Sommet', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    color: #61baac;
    position: absolute;
    top: 0.2rem;
    right: 1.5rem;
}
.resultRow:hover {
    cursor: pointer;
    background: #f7f7f7;
}
.resultRowSelected {
    cursor: pointer;
    background: #f7f7f7;
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    position: relative;
}
.resultRowSelected:after{
    content: none;
}
.resultRowDetail {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    margin-top: -1.5rem;
    display: block;
}  
.liste {
    width: 40%;
    float: left;
    border-top: solid 1px #e5e4e3;
    margin-top: 1.5rem;
}
.details {
    width: 60%;
    float: left;
    background: #f7f7f7;
    border-top: solid 1px #e5e4e3;
}
/* END: My assets */

/************************
*   Building and Fund   *
************************/
.lineAsTR {
    width: 100%;
    border-bottom: solid 1px #e5e4e3;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #ffffff;
}
.lineAsTR tr td {
    text-align:left;
    background: #ffffff;
    font-size: 0.9rem;
}
.lineAsTR h3 {
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
}
.halfSize {
    width: 50%;
    float: left;
}
.percent49Size {
    width: 49%;
    float: left;
}
.imageBuilding {
    width: 25.05%;
    padding: 0 1.5rem 0 3rem;
}
#wrap-imageBuilding {
    height: 160px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#wrap-imageBuilding > img {
  max-height: 100%;
  width: auto;
  box-sizing: border-box;
  margin: -1;
}
}
.mapBuilding {
    width: 25.05%;
    padding: 0 3rem 0 0;
    border-right: solid 1px #e5e4e3;
}
.mapBuilding > #map-canvas {
    width: 100%;
    height: 160px;
}
.cellLabelPageBuilding > h3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.cellHeaderPageBuilding {
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.cellTitlePageBuilding > h3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
}
.blockAsCell {
    width: 49%;
    float: left;
    border-bottom: solid 1px #e5e4e3;
    text-shadow: none;
}
.blockAsCellRight {
    width: 49%;
    float: left;
    border-bottom: solid 1px #e5e4e3;
    text-shadow: none;
}
.supprDoubleBord {
    border-bottom: 0 !important;
}
.netRightTotal {
    border-right: solid 1px #e5e4e3;
    margin-left: -1px;
}
.netRight {
    border-right: solid 1px #e5e4e3;
}
.blockAsCell > h3 {
    padding-bottom: 1rem;
    padding: 1.5rem 0.2rem 0.2rem 3rem;
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
}
.blockAsCellRight > h3 {
    padding-bottom: 1rem;
    padding: 1.5rem 0.2rem 0.2rem 3rem;
    font-family: 'SommetBold', Calibri, Arial, Helvetica, Sans-serif;
}
.spaceHeight {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.spaceWidth {
    padding-left: 3rem;
    padding-right: 3rem;
}
.moreInfo {
    background: #f7f7f7;
}
/* END: Building */

/*************
*   Footer   *
*************/
footer {
    clear: both;
    position: absolute;
    display: block;
    height: 70px;
    background: #5e594d;
    bottom: 0;
    color: #fff;
    text-shadow: none;
    width:100%;
}
footer > p {
    padding: 1.5rem 3rem;
}
.foot-link {
    color: #fff;
    text-decoration: none;
}
.foot-link:hover {
    color: #61baac;
}
/* END: Footer */

/************
*   Print   *
************/
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
