
.text_class{
  fill-opacity: 0.5;
  transform-origin: 5px 5px 5px;
  color: black;
  fill: black !important;
}


.c3-region.regionC1 {
  fill: yellow;
}
.c3-region.regionYC2 {
  fill: green;
}

.c3-region.regionC3 {
  fill: red;
}
.c3-region.regionC4 {
  fill: yellow;
}



/*Lightbox Modal Window*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  /*border: 4px solid white;*/
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}



.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/*Lightbox Modal Window*/

.slider {
  width: 50%;
  margin: -9px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  max-width: 100%;

 }

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
      
.slick-active {
  opacity: .1;
}

.slick-current {
  opacity: 1;
}


.col-width-25{
  width: auto; 
  float: left;
  margin-right: 1%;
  margin-left: 1%;
}

.tittleTexheader{
  padding-top:12px;


}
.toolbarIcons{
  /*padding-top:12px;*/
}
.c3-legend-item {
  visibility: inherit !important;
}

.forumlistCost{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e4edf6;
    border-left-color: orange;
    border-top: 1px solid orange;
    border-bottom: 1px solid orange;
}

#div_info_offers {
      background-color: black;
      color: white;
      border-style: solid;
      border-color: orange;
      height: auto;
      font-size: 16px;
      padding-bottom: 5px;
      padding-top: 5px;
}

.topFooter {
    /*background-color: #DADADA;
    padding-top: 5px;
    padding-bottom: 5px;*/
    color: #29476B;
    font-weight: 300;
}
.img-data{
  font-weight: bold;
  font-size: 138%;
  font-family: "Lato";
  padding-bottom: 1%;
}

/* line 72, sass/mixins-extenders.scss */
.nav > li > a{
  /*standar color: #428bca !important;*/
  color: #fff !important;/*428bca FFFFFF*/
}
.tabsMain > span {
    color: #777 !important;
}
.pagination > .disabled > a {
  color: #777 !important;
}
.pagination > li > a, .pagination > li > span{
      color: #428bca !important;
}
#loginForm b{
white-space: pre-line;
}
.chosen-single > span{
    color: #999 !important;
}
.estimation{
	background-color: #f5e2c4;
}
.estimacionporc{
	color:#89701e;
}
.DivtableSep{
    width: 100%;
    background-color: #E4E9EB;
    font: 11px/1.231 'Syncopate',arial,helvetica,clean,sans-serif;
    color: rgba(0,0,0,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    height: 50px;
}
/*Horizontal IPAD*/
/*@media screen and (min-width: 766px) and (max-width: 1025px) and (max-height: 770px){
/* line 72, sass/mixins-extenders.scss */
/*	#checkid{
		margin-left: 5px;
		
	}
	.innerContent h2:after{
		content: " | Portable";
	}
	#loginForm b#blogin{
		font-size: medium;
	}
	#labelnombre{
		margin-left: 26px;
	}
	#loginForm b{
		white-space: normal;
	}

}


/*Vertical IPAD*/
/*@media screen and (min-height: 766px) and (max-height: 1025px) and (max-width: 770px){
	#checkid{
		margin-left: 5px;
		
	}

	.innerContent h2{
		font-size: small;
	}
	.innerContent h2:after{
		font-size: small;
		content: " | Portable";

	}
/*	#loginForm b{
		white-space: normal;
	}
/*#loginForm b#blogin{
font-size: medium;
}

#labelnombre{
	margin-left: 26px;
}*/
}

/*.buttonTab_selected_content, .buttonTab_content, .buttonTab_disabled, */
.inputDark, .inputClear, .button, .button_default, .button_default_ansewer, 
.chosen-container-single .chosen-search input[type="text"], .loginContainer .contentSection .rightContentSection #loginStatus, table.listBlock td .options {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 76, sass/mixins-extenders.scss *//*
.buttonTab_content, .buttonTab_selected_content, .buttonTab_disabled {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
*/
/* line 82, sass/mixins-extenders.scss */
table.listBlock td h2, table.listBlock td h3, .lateralOptions li ul li h3 {
  font: 400 13px "Maven Pro", Arial, Helvetica, sans-serif;
}

/* line 90, sass/mixins-extenders.scss */
/*
.inputDark, .inputClear, .chosen-container, div {
  font: 400 12px "Maven Pro", Arial, Helvetica, sans-serif;
}
*/

.form-control{
font: 400 12px "Maven Pro", Arial, Helvetica, sans-serif;
}

/* line 94, sass/mixins-extenders.scss */
/*, .buttonTab_selected_content, .buttonTab_content, .buttonTab_disabled*/
.button, .button_default, .button_default_ansewer {
  font: 700 12px "Maven Pro", Arial, Helvetica, sans-serif;
}

/* line 100, sass/mixins-extenders.scss */
ul, h1, h2, h3, h4, h5, h6, p, div, table {
  margin: 0;
}

/* line 104, sass/mixins-extenders.scss */
ul, h1, h2, h3, h4, h5, h6, p, div, table {
  padding: 0;
}

/* line 121, sass/mixins-extenders.scss */
.internalContainer .headerSection .topBar ul.menu li, .internalContainer .contentSection, .tabContainerDV, .footerSection, .fSection, .pannelsWrapper, .pannelsWrapper .miniPannel, table.listBlock th, table.listBlock td, .lateralOptions li ul li {
  position: relative;
}

/* line 125, sass/mixins-extenders.scss */
.loginContainer .contentSection, .loginContainer .contentSection .leftContentSection, .internalContainer .headerSection .topBar .internalTopLogo, .internalContainer .headerSection .topBar ul.menu li.level1 ul, .internalContainer .headerSection .tabsNavigation, .pannelsWrapper .miniPannel .icon, table.listBlock td .subInfo, .lateralOptions, .lateralOptions li ul li .icon {
  position: absolute;
}

/* line 129, sass/mixins-extenders.scss */
.internalContainer .headerSection .topBar ul.menu li.level1 ul, table.listBlock td .options, .slideContainer {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

/* line 1, sass/controls.scss */
/*, .buttonTab_selected_content, .buttonTab_content, .buttonTab_disabled*/
.inputDark, .inputClear, .button, .button_default, .button_default_ansewer {
  display: -moz-inline-stack;
  display: inline-block;
/*  *display: inline;*/
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  text-decoration: none;
  outline: none;

}

.button-close {
    margin-left: 275px;
    margin-right: 302px;
    padding: 10px 30px 10px 30px;
    font-family: 'Lato', sans-serif;
    border-radius: 4px; 
    font-size: 18px;
    color: #dddddd;
    border: 1px #131F2E;
    color: #131F2E;
    font-weight: bold;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/* line 12, sass/controls.scss */
.button/*, .buttonTab_content, .buttonTab_disabled */{
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, #b8b8b7));
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #b8b8b7 100%);
  background: -moz-linear-gradient(top, #e9e9e9 0%, #b8b8b7 100%);
  background: -o-linear-gradient(top, #e9e9e9 0%, #b8b8b7 100%);
  background: linear-gradient(top, #e9e9e9 0%, #b8b8b7 100%);
  color: #4F4F4F !important;
  border-width: 1px;
  border-color: #AFAFAF #9A9A9A #828282 #9A9A9A;
}

/* line 19, sass/controls.scss */
.button_default, .button_default_ansewer/*, .buttonTab_selected_content */{
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2d9f0), color-stop(100%, #78a1bc));
  background: -webkit-linear-gradient(top, #b2d9f0 0%, #78a1bc 100%);
  background: -moz-linear-gradient(top, #b2d9f0 0%, #78a1bc 100%);
  background: -o-linear-gradient(top, #b2d9f0 0%, #78a1bc 100%);
  background: linear-gradient(top, #b2d9f0 0%, #78a1bc 100%);
  color: #1C4257 !important;
  border-width: 1px;
  border-color: #7EA1B7 #5D7C8F #4C6B7E #5D7C8F;
}

/* line 31, sass/controls.scss */
.inputDark, .inputClear, .chosen-container-single .chosen-search input[type="text"] {
  padding: 5px 6px;
  margin: 0;
  text-align: left;
  color: #444444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: border .4s, background .3s;
}

/* line 40, sass/controls.scss */
.inputDark {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 52, sass/controls.scss */
.inputClear {
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #e6e6e6;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 72, sass/controls.scss */
.listOptionsSection .inputClear {
  padding: 5px 6px 4px 20px;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  height: 12px;
  position: relative;
}
/* line 77, sass/controls.scss */
.listOptionsSection:before {
  font-family: 'WiSE';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e014";
  position: relative;
  left: 22px;
  top: 3px;
  z-index: 33;
  font-size: 10px;
  color: #c4c4c4;
}

/* line 85, sass/controls.scss */
input[type='text']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='email']:focus, textarea:focus, input[type='date']:focus {
  border-color: rgba(236, 138, 111, 0.9);
  transition: border .4s, background .5s;
  background-color: #FFF;
  box-shadow: inset 0px 1px 11px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 1px 11px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 1px 11px rgba(0, 0, 0, 0.05);
}

/* line 91, sass/controls.scss */
input[type="text"].error, input[type="password"].error,  input[type="tel"].error, input[type="email"].error  {
  border-color: rgba(204, 0, 0, 0.5);
  transition: border .4s, background .5s;
  box-shadow: inset 0px 1px 11px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 1px 11px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 1px 11px rgba(0, 0, 0, 0.05);
}






/* line 97, sass/controls.scss */
.button, .button_default, .button_default_ansewer/*, .buttonTab_selected_content, .buttonTab_content, .buttonTab_disabled */{
  height: 22px;
  line-height: 22px;
  padding: 0px 17px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  border-style: solid;
}

/* line 116, sass/controls.scss *//*
.buttonTab_content, .buttonTab_selected_content, .buttonTab_disabled {
  border-bottom: none;
  height: 20px;
  line-height: 20px;
  margin-top: 4px;
  padding: 0px 20px;
  font-size: 11px;
}
*/
/* line 124, sass/controls.scss */
.buttonTab_disabled {
  opacity: .5;
  cursor: default;
  display: none !important;
}

/* line 132, sass/controls.scss */
label {
  width: 200px;
  display: inline-block;
  text-align: right;
  /*margin-right: 20px;*/
  vertical-align: text-bottom;
}

/* line 143, sass/controls.scss */
label.required:after {
  content: "\00a0 (REQUIRED)";
  position: relative;
  float: right;
  top: 15px;
  right: 47px;
  margin-right: -45px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 8px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
}

#statusBarForm{
  border-radius: 6px;
}
/* line 158, sass/controls.scss */
label.error {
  /* remove the next line when you have trouble in IE6 with labels in list */
  color: #1c1c1c;
  height: 30px;
  width: auto;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-bottom: -14px;
  opacity: 0.6;
  display: inline-block;
}

/* line 176, sass/controls.scss */
label.error:before {
  font-family: 'WiSE';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  vertical-align: text-top;
  margin-right: 5px;
  margin-left: 5px;
}

/* line 186, sass/controls.scss */
.internalContainer input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid lightgrey;
  border-radius: 26px;
  box-shadow: inset 0 0 0 0px lightgrey;
  cursor: pointer;
  height: 24px;
  position: relative;
  transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
  width: 40px;
  vertical-align: middle;
  vertical-align: auto;
}
/* line 206, sass/controls.scss */
.internalContainer input[type="checkbox"]:after {
  background-color: white;
  border: 1px solid lightgrey;
  border-radius: 24px;
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  height: 22px;
  left: -1px;
  position: absolute;
  right: 15px;
  top: -1px;
  transition: border .25s .15s, left .25s .1s, right .15s .175s;
}
/* line 224, sass/controls.scss */
.internalContainer input[type="checkbox"]:checked {
  border-color: rgba(236, 138, 111, 0.9);
  box-shadow: inset 0 0 0 13px rgba(236, 138, 111, 0.9);
  padding-left: 18px;
  transition: border .25s, box-shadow .25s, padding .25s .15s;
}
/* line 232, sass/controls.scss */
.internalContainer input[type="checkbox"]:checked:after {
  border-color: rgba(236, 138, 111, 0.9);
  left: 15px;
  right: -1px;
  transition: border .25s, left .15s .25s, right .25s .175s;
}

/* line 9, sass/chosen.scss */
.chosen-container .chosen-drop, .chosen-container-single .chosen-single, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices, .chosen-container-multi .chosen-choices li.search-choice, .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e6e6e6;
}

/* line 13, sass/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  border: 1px solid #ccc;
}

/* @group Base */
/* line 18, sass/chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /*min-width: 200px;*/
  zoom: 1;
  display: inline;
  -webkit-user-select: auto;/*none*//*bloquear texto sistema*/
  -moz-user-select: auto;/*none*//*bloquear texto sistema*/
  user-select: auto;/*none*//*bloquear texto sistema*/
  width: 100% !important;
  height: 30px !important
}
/* line 28, sass/chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff 50%, #f7f7f7 100%);
  background: -moz-linear-gradient(top, #ffffff 50%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 50%, #f7f7f7 100%);
  background: linear-gradient(top, #ffffff 50%, #f7f7f7 100%);
}
/* line 43, sass/chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
/* line 47, sass/chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
/* line 55, sass/chosen.scss */
.chosen-container-single a b:after {
  color: #c4c4c4;
  font-family: 'WiSE';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e0c5";
  font-size: 8px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}

/* line 62, sass/chosen.scss */
.chosen-with-drop a b:after {
  font-family: 'WiSE';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e0c2";
  font-size: 8px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  color: #444444;
}

/* line 73, sass/chosen.scss */
.search-choice-close:after {
  font-family: 'WiSE';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e093";
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  margin-left: 7px;
  color: #dddddd;
}
/* line 78, sass/chosen.scss */
.search-choice-close:after:hover {
  color: #444444;
}

/* line 84, sass/chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border-radius: 5px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  background-clip: padding-box;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.05);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
/* line 106, sass/chosen.scss */
.chosen-container-single .chosen-default {
  color: #999 !important;
}
/* line 109, sass/chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 116, sass/chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
/* line 119, sass/chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
/* line 128, sass/chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 132, sass/chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 135, sass/chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
/* line 142, sass/chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 150, sass/chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
/* line 156, sass/chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
}
/* line 173, sass/chosen.scss */
.chosen-container-single .chosen-search input[type="text"]:focus {
  border-color: rgba(236, 138, 111, 0.9);
  transition: border .4s, background .5s;
  background-color: #FFF;
  box-shadow: inset 0px 1px 11px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 1px 11px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 1px 11px rgba(0, 0, 0, 0.05);
}
/* line 180, sass/chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
/* line 185, sass/chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 193, sass/chosen.scss */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
/* line 201, sass/chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
/* line 208, sass/chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
/* line 212, sass/chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* line 217, sass/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
/* line 222, sass/chosen.scss */
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
/* line 226, sass/chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
/* line 231, sass/chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
/* line 234, sass/chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 244, sass/chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
/* line 258, sass/chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
/* line 261, sass/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 265, sass/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
/* line 279, sass/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
/* line 283, sass/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
/* line 296, sass/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
/* line 305, sass/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
/* line 310, sass/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
/* line 317, sass/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
/* line 319, sass/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* line 324, sass/chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
/* line 328, sass/chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 338, sass/chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid rgba(236, 138, 111, 0.9);
  transition: border .4s;
}
/* line 344, sass/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  background: linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  box-shadow: 0 1px 2px #fff inset;
}
/* line 354, sass/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
/* line 357, sass/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
/* line 362, sass/chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 365, sass/chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
/* line 373, sass/chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
/* line 376, sass/chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}
/* line 379, sass/chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 386, sass/chosen.scss */
.chosen-rtl {
  text-align: right;
}
/* line 388, sass/chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
/* line 392, sass/chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
/* line 397, sass/chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
/* line 400, sass/chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
/* line 404, sass/chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
/* line 408, sass/chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}
/* line 410, sass/chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
/* line 413, sass/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
/* line 416, sass/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
/* line 423, sass/chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
/* line 426, sass/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
/* line 430, sass/chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
/* line 434, sass/chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
/* line 437, sass/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* line 444, sass/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
/* line 448, sass/chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
/*@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  /* line 465, sass/chosen.scss */
 /* .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* line 73, sass/globalStyle.scss */
li {
  list-style: none;
}

/* line 81, sass/globalStyle.scss */
html, body {
  height: 100%;
  overflow: hidden;
}

/* line 86, sass/globalStyle.scss */
body {
 /* overflow: auto;*/
}

/* line 92, sass/globalStyle.scss */
textarea {
  resize: none;
}

/* line 94, sass/globalStyle.scss */
p, h1, h2, h3, h4, h5, h6, td, div {
  -webkit-user-select: auto;/*none*//*bloquear texto sistema*/
  -khtml-user-select: auto;/*none*//*bloquear texto sistema*/
  -moz-user-select: auto;/*none*//*bloquear texto sistema*/
  -o-user-select: auto;/*none*//*bloquear texto sistema*/
  user-select: auto;/*none*//*bloquear texto sistema*/
}

/* line 108, sass/globalStyle.scss */
.loginContainer {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: #f2f2f2;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#767b87), to(#767b87));
  background: -webkit-linear-gradient(top, #767b87, #767b87);
  background: -moz-linear-gradient(top, #767b87, #767b87);
  background: -ms-linear-gradient(top, #767b87, #767b87);
  background: -o-linear-gradient(top, #767b87, #767b87);
  color: rgba(255, 255, 255, 0.9);
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);*/
  position: fixed;
}
/* line 119, sass/globalStyle.scss */
.loginContainer .contentSection {
 /* background: #1f3a57;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#12283e), to(#2d4c70));
  background: -webkit-linear-gradient(top, #12283e, #2d4c70);
  background: -moz-linear-gradient(top, #12283e, #2d4c70);
  background: -ms-linear-gradient(top, #12283e, #2d4c70);
  background: -o-linear-gradient(top, #12283e, #2d4c70);*/
  /*min-height: 500px;*/
  height: 90%;
  z-index: 1;
  text-align: right;
  left: 0;
  right: 0;
  top: 5%;
  bottom: 5%;
}


/*Vertical IPAD*/
/*@media screen and (min-height: 766px) and (max-height: 1025px) and (max-width: 770px){
	.loginContainer .contentSection {
		background: #1f3a57;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#12283e), to(#2d4c70));
		background: -webkit-linear-gradient(top, #12283e, #2d4c70);
		background: -moz-linear-gradient(top, #12283e, #2d4c70);
		background: -ms-linear-gradient(top, #12283e, #2d4c70);
		background: -o-linear-gradient(top, #12283e, #2d4c70);
		min-height: 500px;
		height: 84%;
		z-index: 1;
		text-align: right;
		left: 0;
		right: 0;
		top: 8%;
		bottom: 8%;
	}	
}

/*Horizontal IPAD*/
/*@media screen and (min-width: 766px) and (max-width: 1025px) and (max-height: 770px){
	.loginContainer .contentSection {
		background: #1f3a57;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#12283e), to(#2d4c70));
		background: -webkit-linear-gradient(top, #12283e, #2d4c70);
		background: -moz-linear-gradient(top, #12283e, #2d4c70);
		background: -ms-linear-gradient(top, #12283e, #2d4c70);
		background: -o-linear-gradient(top, #12283e, #2d4c70);
		/* min-height: 10%px;*/
	/*	height: 100%;
		z-index: 1;
		text-align: right;
		left: 0;
		right: 0;
		top: 0%;
		/*  bottom: 5%;*/
/*		}
}

/* line 129, sass/globalStyle.scss */
.loginContainer .contentSection .leftContentSection {

  position: relative !important;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  /*right: 10%;
  top: 30%;*/

}
/* line 135, sass/globalStyle.scss */
/*.loginContainer .contentSection .leftContentSection .loginLogo {
  position: relative;
  width: 400px;
  height: 200px;
  /*display: inline-block;*/
 /* background: transparent url("../images/customWise/Be_wise.png") no-repeat;
  background-size: 400px 200px;
  /*left: 50%;
  top: 50%;*/
  /*left: 25%;
  top: 40%;*/
/*  margin-top: -64px;*/
  /*opacity: 0.8;*/
}

/*Vertical IPAD*/
/*@media screen and (min-height: 766px) and (max-height: 1025px) and (max-width: 770px){
	.loginContainer .contentSection .leftContentSection .loginLogo {
		position: absolute;
		width: 350px;
		height: 200px;
		display: inline-block;
		background: transparent url("../images/customWise/Be_wise.png") no-repeat;
		background-size: 350px 200px;
		/*left: 50%;
		top: 50%;*/
/*		left: 0%;
		top: 37%;
		margin-top: -64px;
		/*opacity: 0.8;*/
  
/*		}
}

/*Horizontal IPAD*/
/*@media screen and (min-width: 766px) and (max-width: 1025px) and (max-height: 770px){
.loginContainer .contentSection .leftContentSection .loginLogo {

 position: absolute;
  width: 350px;
  height: 200px;
  display: inline-block;
  background: transparent url("../images/customWise/Be_wise.png") no-repeat;
  background-size: 350px 200px;
  /*left: 50%;
  top: 50%;*/
 /* left: 0%;
  top: 37%;
  margin-top: -64px;
  /*opacity: 0.8;*/
/*  }
}*/

/*@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 135, sass/globalStyle.scss */
/*  .loginContainer .contentSection .leftContentSection .loginLogo {
    background: transparent url("../images/customWise/newTopLogo@2x.png") no-repeat;
    background-size: 352px 128px;
  }
}
/* line 151, sass/globalStyle.scss */
.loginContainer .contentSection .rightContentSection {
  display: table;
  width: 49%;
  height: 79%;
  text-align: left;
  position: relative;
  margin-left: 50%;
  margin-top: 4%;
}
/* line 160, sass/globalStyle.scss */
.loginContainer .contentSection .rightContentSection .innerContent {
  position: relative;
  padding-left: 5%;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  vertical-align: middle;
  display: table-cell;
}
/* line 168, sass/globalStyle.scss */
.loginContainer .contentSection .rightContentSection .innerContent .lnkText, .loginContainer .contentSection .rightContentSection .innerContent a {
  text-decoration: none;
  color: rgba(236, 138, 111, 0.9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
/* line 175, sass/globalStyle.scss */
.loginContainer .contentSection .rightContentSection #loginStatus {
  background-color: rgba(236, 138, 111, 0.9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  z-index: 0;
  visibility: hidden;
  margin-left: 8px;
}

/* line 197, sass/globalStyle.scss */
.internalContainer {
  width: 100%;
  /*min-width: 1000px;*/
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5e5e5), color-stop(70%, #ffffff));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 70%);
  background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 70%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 70%);
  background: linear-gradient(top, #e5e5e5 0%, #ffffff 70%);
  z-index: 0;
  position: fixed;

}



/*Horizontal IPAD*/
/*@media screen and (min-width: 766px) and (max-width: 1025px) and (max-height: 770px){
	.internalContainer {
		min-width: 0px;
		min-height: 0px;
	}
}
@media screen and (min-height: 766px) and (max-height: 1025px) and (max-width: 770px){
	.internalContainer {
		min-width: 0px;
		min-height: 0px;
  }
}

/* line 207, sass/globalStyle.scss */
.internalContainer .headerSection {
  position: fixed;
  width: 100%;
  display: block;
  z-index: 4;
}
/* line 212, sass/globalStyle.scss */
/*
.internalContainer .headerSection .topBar {
  height: 70px;
  position: relative;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #12283e), color-stop(100%, #2d4c70));
  background: -webkit-linear-gradient(top, #12283e 10%, #2d4c70 100%);
  background: -moz-linear-gradient(top, #12283e 10%, #2d4c70 100%);
  background: -o-linear-gradient(top, #12283e 10%, #2d4c70 100%);
  background: linear-gradient(top, #12283e 10%, #2d4c70 100%);

}
*/
/* line 218, sass/globalStyle.scss */

/*@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* line 218, sass/globalStyle.scss */
 /* .internalContainer .headerSection .topBar .internalTopLogo {
    background: transparent url("../images/customWise/newTopLogo@2x.png") no-repeat;
    background-size: contain;
  }
}
/* line 236, sass/globalStyle.scss */
.internalContainer .headerSection .topBar ul.menu {
  margin: 0;
  padding: 0;
  text-align: right;
  margin-right: 5%;
  margin-top: 35px;
  position: absolute;
  right: 0;
}
/* line 240, sass/globalStyle.scss */
.internalContainer .headerSection .topBar ul.menu li {
  font: 400 14px "Verdana", Arial, Helvetica, sans-serif;
}
/* line 246, sass/globalStyle.scss */
.internalContainer .headerSection .topBar ul.menu li.level1 {
  display: inline-block;
  padding: 12px 11px 12px 11px;
  text-align: center;
  overflow: hidden;
}
/* line 253, sass/globalStyle.scss */
.internalContainer .headerSection .topBar ul.menu li.level1:hover {
  overflow: visible;
}
/* line 257, sass/globalStyle.scss */
.internalContainer .headerSection .topBar ul.menu li.level1 span.level1 {
  z-index: 2;
  position: relative;
  color: #FFF;
  width: 100%;
  padding: 11px 10px 11px 10px;
}
/* line 267, sass/globalStyle.scss */
.internalContainer .headerSection .topBar ul.menu li.level1 ul {
  z-index: 4;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 5px 0 5px 0;
  background-color: rgba(255, 255, 255, 0.98);
  vertical-align: text-top;
  text-align: left;
  opacity: 0;
  border: 1px solid #c4c4c6;
  border-top: none;
  box-shadow: inset 0px 2px 1px white, 0px 0px 12px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0px 2px 1px white, 0px 0px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 2px 1px white, 0px 0px 12px rgba(0, 0, 0, 0.4);
}
/* line 292, sass/globalStyle.scss */
.internalContainer .headerSection .topBar ul.menu li.level1:hover ul {
  opacity: 1;
}
/* line 297, sass/globalStyle.scss */
.internalContainer .headerSection .topBar ul.menu li.level1:hover span.level1 {
  z-index: 6;
  position: relative;
  color: #454545;
  color: rgba(211,113,238,0.9);
}


/* line 310, sass/globalStyle.scss */
.internalContainer .headerSection .topBar ul.menu li.level2 {
  background-color: transparent;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  padding: 6px 22px;
}
/* line 315, sass/globalStyle.scss */
.internalContainer .headerSection .topBar ul.menu li.level2:hover {
  background-color: rgba(50,156,217,0.86);
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}


/*@media screen and (min-width: 766px) and (max-width: 1025px) and (max-height: 770px){
	.internalContainer .headerSection .topBar ul.menu li.level2 {
		background-color: transparent;
		-webkit-transition: all 0.05s ease-in-out;
		-moz-transition: all 0.05s ease-in-out;
		-o-transition: all 0.05s ease-in-out;
		transition: all 0.05s ease-in-out;
		padding: 6px 10px;
		width: auto;
		font-size: smaller;
	}


	/* line 315, sass/globalStyle.scss */
	.internalContainer .headerSection .topBar ul.menu li.level2:hover {
		background-color: rgba(50, 155, 216, 0.86);
		color: #FFF;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
		width: auto;
	}
}

/* line 327, sass/globalStyle.scss */
.internalContainer .headerSection .topBar .extraMenu {
  display: inline-block;
  right: 0px;
  position: absolute;
  margin-top: 38px;
  margin-right: 2%;
  margin-left: 1%;
  background: transparent url("../images/menuIcons/ESP/gnome_application_exit-2.png") no-repeat;
  width: 32px;
  height: 32px;
  cursor: pointer;

}
/* line 333, sass/globalStyle.scss */
.internalContainer .headerSection .topNavigation {
  font: 400 15px "Verdana", Arial, Helvetica, sans-serif;
  height: 80px; /*75 a 80*/
  line-height: 48px;
  background-color: rgba(220, 220, 220, 0.9);
  /*padding-left: 40px;*/
  border-bottom: 1px solid #CCC;
  z-index: -1;

}

/* line 340, sass/globalStyle.scss */
.internalContainer .headerSection .tabsNavigation {
  /*height: 25px;
  bottom: 0px;
  /*min-width: 1060px;
  width: 100%;*/
  /*z-index: 1;
  margin-left: 3%;
*/

height: 25px;
/* bottom: 0px; */
/*min-width: 1060px;
width: 100%;*/
/* z-index: 1; */
/* margin-left: 3%; */
background-color: white;
margin: 0 3% 0px 3%;
/* min-width: 960px; */
width: 94%;


}


/*Vertical IPAD*/
/*@media screen and (min-height: 766px) and (max-height: 1025px) and (max-width: 770px){
	.internalContainer .headerSection .tabsNavigation {

		height: 25px;
		bottom: 0px;
		width: 94%;
		min-width: 0px;
	}
}

/*Horizontal IPAD*/
/*@media screen and (min-width: 766px) and (max-width: 1025px) and (max-height: 770px){
	.internalContainer .headerSection .tabsNavigation {
		height: 25px;
		bottom: 0px;
		width: 94%;
		min-width: 0px;
	}
}

/* line 344, sass/globalStyle.scss */
.internalContainer .headerSection .tabsNavigation ul.tabList {
  text-align: right;
  padding-right: 4%;
  z-index: -1;

}

/*Vertical IPAD*/
/*@media screen and (min-height: 766px) and (max-height: 1025px) and (max-width: 770px){
	.internalContainer .headerSection .tabsNavigation ul.tabList {
		padding-right: 0%;
	}
}
/*Horizontal IPAD*/
/*@media screen and (min-width: 766px) and (max-width: 1025px) and (max-height: 770px){
	.internalContainer .headerSection .tabsNavigation ul.tabList {
		padding-right: 0%;
	}
}

/* line 346, sass/globalStyle.scss */
.internalContainer .headerSection .tabsNavigation ul.tabList li {
  display: inline-block;
  margin-left: -1px;
}
/* line 356, sass/globalStyle.scss */
.internalContainer .contentSection {
  min-height: 100%;
  height: 100%;
  z-index: 1;
  padding-top: 139px;
}
/* line 364, sass/globalStyle.scss */
.internalContainer .contentSection #theContent {
  overflow: hidden;
  background-color: transparent;
  padding: 20px;
  margin: 0 3% 25px 3%;
 /* min-width: 960px;*/
}

/* line 375, sass/globalStyle.scss */
.tabContainerDV {
  border-bottom: 1px solid rgba(208, 208, 208, 0.2);
  padding-bottom: 20px;
  position: fixed;
  width: 94%;
  /*max-height: 60%;*/
  /*Estaba comentarisado height anteriormente*/
  height: calc(80% - 139px);
  left: 3%;
  visibility: hidden; display: none; 
  /*margin-top: -327px;*/
  overflow: auto;
}

/* line 382, sass/globalStyle.scss */
/*.contentBackground {
  position: fixed;
  width: 94%;
  min-width: 1000px;
  background-color: white;
  top: 139px;
  left: 3%;
  right: 3%;
  bottom: 0px;
  z-index: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}*/

.contentBackground {
  position: fixed;
  width: 94%;
  /*height: 74%;*/
  height: calc(92% - 139px);
 /* min-width: 1000px;*/
 /* background:transparent url("../images/customWise/mgm.png") no-repeat;*/
  background:  center transparent url("../images/customWise/FondomundoPEP2.png") no-repeat;
  top: 165px;
  left: 3%;
  right: 3%;
  bottom: 0px;
  z-index: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 391, sass/globalStyle.scss */
.footerSection {
  height: 35px;
  width: 100%;
  margin-top: -25px;
  line-height: 25px;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.9);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  margin: -35px auto 0;
  display: block;
  /*z-index: 10;*/
  top:100%;
}

/*Nuevo footerSeccion*/
/*.fSection {

  height: 25px;
  width: 100%;
  margin-top: -25px;
  line-height: 25px;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.9);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  margin: -25px auto 0;
  display: block;
  position: fixed;
  z-index: 0;

}*/
.fSection{

  height: 25px;
  width: 100%;
  margin-top: -25px;
  line-height: 25px;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.9);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  margin: -25px auto 0;
  position: fixed;
  z-index: 0;
  bottom: 0px;

}


/**Vertical IPAD**/
/*@media screen and (min-height: 766px) and (max-height: 1025px) and (max-width: 770px){
	.fSection {
	height: 30px;
	top:69%;
	}

}
/*Horizontal IPAD*/
/*@media screen and (min-width: 766px) and (max-width: 1025px) and (max-height: 770px){
	.fSection {
	top:57%;
	}
}


/*Nuevo footerSeccion*

/* line 404, sass/globalStyle.scss */
.bigPannel {
  display: inline-block;
  width: 34%;
  vertical-align: top;
}
/* line 410, sass/globalStyle.scss */
.bigPannel span {
  font-weight: 700;
}
/* line 414, sass/globalStyle.scss */
.bigPannel hr {
  border-color: rgba(208, 208, 208, 0.2);
}

/* line 419, sass/globalStyle.scss */
.pannelsWrapper {
  border-left: 1px solid rgba(208, 208, 208, 0.2);
  width: 65%;
  text-align: right;
  display: inline-block;
  margin-bottom: 20px;
}
/* line 427, sass/globalStyle.scss */
.miniPannel {
  text-align: left;
  /*vertical-align: text-top;
  margin-left: 2%;*/
  /*width: 46%;*/
  width: 260px;
  height: 100px;
  /*display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  padding-top: 10px;*/
   margin: 0 auto;
 /* min-width: 250px;
  min-height: 80px;*/
}

/*Vertical IPAD*/
/*@media screen and (min-height: 766px) and (max-height: 1025px) and (max-width: 770px){
	.pannelsWrapper {
		border-left: 1px solid rgba(208, 208, 208, 0.2);
		width: 60%;
		text-align: left;
		display: inline-block;
		margin-bottom: 20px;
		margin-left: 5.2%;
	}
}
*/
/*Horizontal IPAD*/
/*@media screen and (min-width: 766px) and (max-width: 1025px) and (max-height: 770px){
	.pannelsWrapper {
		border-left: 1px solid rgba(208, 208, 208, 0.2);
		width: 62%;
		text-align: right;
		display: inline-block;
		margin-bottom: 20px;
	}

/* line 427, sass/globalStyle.scss */
/*	.pannelsWrapper .miniPannel {
		text-align: left;
		vertical-align: text-top;
		margin-left: 2%;
		width: 20%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 20px;
		padding-top: 10px;
		min-width: 200px;
		min-height: 80px;
		}
}*/



.icon-separated{
  float: left;
}
.miniPannel .icon{
  width: 30px;
  height: 30px;
  font-size: 25px;
  left: 12px;
  top: 12px;
  float: left;
  margin-right: 23px;
}
/* line 436, sass/globalStyle.scss */
.pannelsWrapper .miniPannel .icon {
  width: 30px;
  height: 30px;
  font-size: 30px;
  left: 12px;
  top: 12px;
}
/* line 441, sass/globalStyle.scss */
.pannelsWrapper .miniPannel h2 {
  margin-left: 61px;
  text-align: left;
  font-size: 16px;
}
/* line 446, sass/globalStyle.scss */
.pannelsWrapper .miniPannel ul {
  margin-left: 61px;
}
/* line 451, sass/globalStyle.scss */
.pannelsWrapper hr {
  border-color: rgba(208, 208, 208, 0.2);
}

/* line 465, sass/globalStyle.scss */
table.listBlock {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
/* line 468, sass/globalStyle.scss */
.listBlock {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
table.listBlock th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  text-align: left;
  padding: 5px 10px;
}
/* line 479, sass/globalStyle.scss */
table.listBlock td h1 {
  font-size: 14px;
  font-weight: 400;
}
/* line 482, sass/globalStyle.scss */

/* line 486, sass/globalStyle.scss */
table.listBlock td h3 {
  color: rgba(0, 0, 0, 0.4);
}
/* line 490, sass/globalStyle.scss */
table.listBlock td .subInfo {
  right: 0;
  top: 50%;
  margin-top: -6px;
}
/* line 495, sass/globalStyle.scss */
table.listBlock td .advanced {
  background-color: #F0F0F0;
  display: inline-block;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 0;
  width: 70px;
  margin-top: 4px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.07);
}
/* line 499, sass/globalStyle.scss */
table.listBlock td .advanced .bar {
  background-color: rgba(236, 138, 111, 0.9);
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  display: inline-block;
  width: 60%;
  height: 2px;
  margin: 1px;
  opacity: .9;
}

table.listBlock td .advanced .bar0 {
  background-color: rgba(236, 138, 111, 0.9);
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  display: inline-block;
  width: 0%;
  height: 5px;
  margin: 1px;
  opacity: .9;
}

/* line 508, sass/globalStyle.scss */
table.listBlock tr.header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.listBlock>.header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
/* line 512, sass/globalStyle.scss */
table.listBlock tr.header td {
  padding: 5px 10px;
  padding-top: 25px;
  padding-bottom: 10px;
}
/* line 518, sass/globalStyle.scss */
table.listBlock tr.header td h1 {
  font-size: 20px;
  font-weight: 400;
}
/* line 521, sass/globalStyle.scss */
table.listBlock tr.header td h2 {
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  padding: 0;
}
/* line 530, sass/globalStyle.scss */
table.listBlock tr.subtotal td {
  /*border-top: 1px solid rgba(0, 0, 0, 0.04);*/
  text-align: right;
  font-size: 25px;
  font-weight: 400;
  padding: 5px 10px 5px 10px;
  color: rgba(0, 0, 0, 0.4);
  opacity: .3;
  letter-spacing: -2px;
}
/*chg*/
table.listBlock tr:hover {
  background-color: #d0e5fd;
}

/* line 540, sass/globalStyle.scss */
/*
table.listBlock td.counter{
  max-width: 50px;
  text-align: center;
  font-size: 25px;
  height: 50px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  opacity: .5;
  letter-spacing: -2px;
}
*/
td.counter{
  max-width: 50px; text-align: center; font-size: 25px; height: 50px; font-weight: 700; color: $fontcolor_regular_dark; opacity: .5; letter-spacing: -2px;
}
div.counter{
    max-width: 50px;
  text-align: center;
  font-size: 25px;
  height: 50px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  opacity: .5;
  letter-spacing: -2px;
}
/* line 544, sass/globalStyle.scss */
table.listBlock td.numeric {
  /*text-align: right;*/
  text-align: left;
  font-size: 13px;
}
/* line 546, sass/globalStyle.scss */
table.listBlock td.numeric .icon {
  display: inline-block;
  font-size: 16px;
}
/* line 551, sass/globalStyle.scss */
table.listBlock td {
  position: relative;
  padding: 5px 0;
}
/* line 553, sass/globalStyle.scss */
table.listBlock td .options {
  display: none;
  height: 40px;
  position: absolute;
  background-color: white;
  z-index: 7;
  padding: 20px;
  border: 1px solid #e6e6e6;
}
/* line 565, sass/globalStyle.scss */
table.listBlock tr.advancedPreview {
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 568, sass/globalStyle.scss */
table.listBlock tr.advancedPreview td {
  height: 0;
}
/* line 572, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview {
  display: none;
  background-color: #FFF;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  padding: 0px 20px 90px 20px;
  position: relative;
  		/*	//@include border-radius(4px 4px 0 0);
  			display: none; //height: 350px;
  			//background-color: #F7F7F7;
  			background-color: #FFF;
  			@include boxShadow(inset 0px 0px 4px rgba(0,0,0,0.2));
  			margin-bottom: 0px;
  			padding: 0px 20px 50px 20px;  position: relative;
  
  			h1{
  				font-size: 14px; font-weight: 400; margin: 0; padding: 0;
  			}
  
  			h2{
  				margin: 0; padding: 0; background-color: transparent; font-size: 14px; font-weight: 700; margin-bottom: 10px;
  			}
  
  
  			.header{
  
  				position: relative; top: 0; left: 0; right: 0; height: 60px; line-height: 30px;
  				border-bottom: 1px solid rgba(0,0,0,0.1); text-align: right; padding-right: 20px; margin-bottom: 20px;
  
  
  
  				span{
  					width: 15px; height: 15px; font-size: 14px; padding: 4px; //margin-right: 5px;
  					border: 1px solid rgba(0,0,0,0.1); @include border-radius(4px); color: #CCC;
  				}
  			}
  
  			li{
  				display: inline-block; vertical-align: text-top; text-align: center; width: 60px; height: 30px; text-overflow: ellipsis; padding-bottom: 40px;
  			}
  
  			.footer{
  
  				position: absolute; bottom: 0; left: 0; right: 0; height: 50px; background-color: rgba(0,0,0,0.05); line-height: 50px; padding: 0 20px;
  				border-top: 1px solid rgba(0,0,0,0.1);
  				//@include border-radius(4px 4px 0 0);
  			}
  
  			.date{
  				border: 1px solid rgba(0,0,0,0.1);
  
  				&:hover{
  					border-color: $fontcolor_highlight_clear;
  				}
  			}
  
  			.icon{
  				font-size: 24px; vertical-align: bottom; line-height: 50px;
  			}
  
  			.sideOptions{
  				//@include test;
  				position: relative;float:right; clear: both; right:20px; top:60px; bottom: 50px; width: 150px; padding:20px 10px 10px 10px;
  				border-left: 1px solid rgba(0,0,0,0.1);
  
  				li{
  					//@include test;
  					display: block; width: 100%; height: 40px; padding-top: 0; padding-bottom: 0;
  					vertical-align: middle; line-height: 40px; text-align: left;
  
  					.icon{
  						line-height: 40px; position: absolute; width: 30px; height: 40px; left: 10px; border: none;
  					}
  
  					span{
  						display: inline-block;
  						//@include test(green);
  						margin-left: 40px;
  					}
  				}
  			}
  			*/
}
/* line 580, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 30px;
  line-height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
  padding-right: 20px;
}
/* line 586, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview h1 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
/* line 590, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview h2 {
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 594, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .icon {
  font-size: 20px;
  vertical-align: bottom;
}
/* line 598, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .content {
  padding: 0;
  margin: 0;
}
/* line 600, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .content table {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 604, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .content td {
  vertical-align: top;
}
/* line 609, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .content td:first-child li {
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  width: 60px;
  height: 30px;
  text-overflow: ellipsis;
  padding-bottom: 40px;
}
/* line 613, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .content td:first-child .icon {
  line-height: 50px;
}
/* line 617, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .content td:first-child .date {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 620, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .content td:first-child .date:hover {
  border-color: rgba(236, 138, 111, 0.9);
}
/* line 626, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .content td:last-child {
  width: 30%;
  max-width: 30%;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  /*padding-left: 20px;*/
}
/* line 629, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .content td:last-child li {
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  line-height: 40px;
  text-align: left;
}
/* line 634, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .content td:last-child .icon {
  line-height: 40px;
  position: absolute;
  width: 30px;
  height: 40px;
  left: 20px;
  border: none;
}
/* line 638, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .content td:last-child span {
  display: inline-block;
  margin-left: 40px;
  margin-top: 5%;
}
/* line 645, sass/globalStyle.scss */
table.listBlock tr.advancedPreview div.advancedPreview .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 50px;
  padding: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
}
/* line 728, sass/globalStyle.scss */
table.listBlock tr.advancedPreview .pointer {
  font-size: 20px;
  position: absolute;
  left: 80%;
  margin-top: -12px;
  display: none;
  color: #F7F7F7;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  color: #FFF;
  z-index: 1;
}
/* line 739, sass/globalStyle.scss */
table.listBlock tr.advancedPreviewClosed {
  display: none;
}
/* line 752, sass/globalStyle.scss */
table.listBlock .date {
  width: 60px;
  position: relative;
  height: 50px;
  opacity: .3;
}
/* line 757, sass/globalStyle.scss */
table.listBlock .date .year {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  text-align: center;
  height: 12px;
  font-size: 10px;
}
/* line 760, sass/globalStyle.scss */
table.listBlock .date .month {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  height: 12px;
  font-size: 10px;
}
/* line 763, sass/globalStyle.scss */
table.listBlock .date .day {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  bottom: 12px;
  text-align: center;
  height: 12px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-left: -2px;
}
/* line 768, sass/globalStyle.scss */
table.listBlock ul {
  padding: 2px 0px 15px 0;
}
/* line 770, sass/globalStyle.scss */
table.listBlock ul li {
  font-size: 11px;
  padding: 1px;
}
/* line 775, sass/globalStyle.scss */
table.listBlock .counterPill {
  background-color: #DDD;
  color: #FFF;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  padding: 0 8px 0px 8px;
  font-size: 9px;
  font-weight: 700;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  line-height: 10px;
}

/* line 786, sass/globalStyle.scss */
.listOptionsSection {
  position: fixed;
  top: 138px;
  left: 3%;
  right: 3%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: -1px;
  margin-right: 0px;
  background-color: #FFF;
  background-color: #F7F7F7;
  z-index: 6;
  padding: 15px 5px;
}
/* line 792, sass/globalStyle.scss */
.listOptionsSection .listOptionsSection .inputClear {
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
}

/* line 800, sass/globalStyle.scss */
.lateralOptions {
  top: 20px;
  /*right: 20px;*/
  width: 100%;
  overflow: scroll;
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  padding: 10px 15px;
}
/* line 806, sass/globalStyle.scss */
.lateralOptions a {
  font-size: 20px;
  cursor: default;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
/* line 813, sass/globalStyle.scss */
.lateralOptions li ul {
  margin-top: 5px;
  margin-bottom: 10px;
}
/* line 815, sass/globalStyle.scss */
.lateralOptions li ul li {
  color: rgba(0, 0, 0, 0.4);
  padding: 5px 5px 5px 26px;
}
/* line 819, sass/globalStyle.scss */
.lateralOptions li ul li .icon {
  font-size: 10px;
  left: 5px;
  top: 50%;
  margin-top: -5px;
  visibility: hidden;
}
/* line 825, sass/globalStyle.scss */
.lateralOptions li ul li h3 {
  display: inline;
}
/* line 831, sass/globalStyle.scss */
.lateralOptions li ul li.selected {
  color: rgba(236, 138, 111, 0.9);
}
/* line 834, sass/globalStyle.scss */
.lateralOptions li ul li.selected .icon {
  visibility: visible;
}
/* line 841, sass/globalStyle.scss */
.lateralOptions li a:before {
  font-family: 'WiSE';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e0db";
  font-size: 14px;
  margin-right: 5px;
  margin-left: 2px;
}
/* line 849, sass/globalStyle.scss */
.lateralOptions .open a:before {
  content: "\e0dc";
}

/* line 855, sass/globalStyle.scss */
table.form {
  width: 100%;
}
/* line 859, sass/globalStyle.scss */
table.form td {
  position: relative;
}
/* line 863, sass/globalStyle.scss */
table.form h2 {
  text-align: left;
  position: relative;
  padding: 10px;
  padding-left: 20px;
  margin-right: 20%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: -2px;
}
/* line 868, sass/globalStyle.scss */
table.form h2:before {
  font-size: 9px;
  position: absolute;
  font-family: 'WiSE';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e0c5";
  left: 5px;
  top: 50%;
  margin-top: -2px;
}
/* line 875, sass/globalStyle.scss */
table.form h3 {
  width: 190px;
  text-align: right;
  margin-left: 10px;
  padding: 3px 20px 3px 0;
  margin-top: 25px;
  font-size: 11px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  color: rgba(230, 101, 66, 0.9);
  text-transform: uppercase;
}
/* line 881, sass/globalStyle.scss */
table.form div.section {
  position: relative;
  width: 100%;
  vertical-align: middle;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
}
/* line 889, sass/globalStyle.scss */
table.form div.section p {
  padding: 10px 0px;
  position: relative;
}
/* line 894, sass/globalStyle.scss */
table.form td.info {
  width: 39%;
  min-width: 39%;
  vertical-align: middle;
}
/* line 898, sass/globalStyle.scss */
table.form td.info p {
  padding: 0 20px;
  text-align: justify;
}
/* line 909, sass/globalStyle.scss */
table.form td.submit p:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding: 10px 0;
  margin-top: -3px;
}
/* line 913, sass/globalStyle.scss */
table.form td.submit .note {
  margin-top: 10px;
}
/* line 918, sass/globalStyle.scss */
table.form .note {
  font-family: "Verdana";
  font-style: italic;
  color: rgba(64, 64, 64, 0.4);
  font-size: 10px;
  margin: 0;
}
/* line 926, sass/globalStyle.scss */
table.form .pre {
  position: absolute;
  left: 210px;
  top: 50%;
  margin-top: -8px;
}
/* line 930, sass/globalStyle.scss */
table.form .initHidden {
  display: none;
}

		/*
table.formBlock{
	width: 100%;
	td{
		position: relative;
	}



	.fieldsBlock{
		@extend %positionRelative;
		width: 60%; min-width: 60%; padding-bottom: 20px;

		h2{
			margin-bottom: 20px; padding-left: 20px; //@include test;
		}
		h3{
			margin-bottom: 10px; padding-left: 20px; //@include test;
			width: 178px; text-align: right;
			font-size: 11px; font-weight: 400;
			//text-decoration: underline;
			text-transform: uppercase;
			color: $fontcolor_highlight_clear;
			margin: 20px 0;
		}

		p{
			@extend %positionRelative;
			padding: 7px 0px;

			a{
				//@include test;
				outline: none;
			}
		}

		span.note{
			vertical-align: middle; margin-left: 10px;
			color: lighten($font_color_regular,40%);
		}

		div.p{
			@extend %positionRelative;
		}

		.iconHolder{
			@extend %rounded4;
			@extend %positionRelative;
			border: 1px solid rgba(0,0,0,0.1);
			padding: 5px; text-align: center; min-width: 50px; display: inline-block; min-height: 30px; vertical-align: middle; padding-top: 10px;
			margin: 12px 0;

			.icon{
				//vertical-align: text-bottom; position: text-top;
				//@include test;
			}
		}
	}

	.infoBlock{
		position: relative;
		p{
			padding:10px 40px;

			color: $fontcolor_regular_dark;
			text-align: justify;


		}

		p:before{
			border-left: 1px solid rgba(0,0,0,0.04);
			position: absolute; top:10%; bottom: 10%; left: 0; width: 1px;
			content: "";
		}

		/*p:after{
			position: absolute; top:50%; margin-top: -9px; left:10px; opacity: 0.3;
			@include icon("\e01d");
			font-size: 15px;
			vertical-align:text-top;
			margin-right: 5px; margin-left: 5px;
		}*
	}

	td.infoBlock:hover p{
		color:$fontcolor_highlight_clear;
	}

	.submitBlock{
		border-top: 1px solid rgba(#D0D0D0,0.2);
		padding: 10px 20px 0 20px;


		.note{
			font-family: "Verdana";
			font-style: italic;
			color: $fontcolor_regular_dark;
			font-size: 10px;
			margin: 0; padding: 0;
		}
	}
}
*/
/* line 1040, sass/globalStyle.scss */

.iconHolder{
	cursor: pointer;
}
.iconHolder:hover{
	text-decoration: underline;

	
}
.subOption {
  color: #a0b9dd;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

/* line 1053, sass/globalStyle.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 8px;
}

/* line 1065, sass/globalStyle.scss */
a {
  outline: none;
}

/* line 1069, sass/globalStyle.scss */
.ovelayed {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

/* line 1078, sass/globalStyle.scss */
.slideContainer {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  position: absolute;
  z-index: 5;
  top: 93px;
  width: 50%;
  left: 25%;
  min-height: 300px;
  background-color: white;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  display: none;
}

tr.footerstatus{
  /*position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;*/
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 40px;
  padding: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

td.footerstatus{
  /*position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;*/
  background-color: rgba(0, 0, 0, 0.05);
  /*line-height: 40px;
  padding: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);*/
  font-weight: 700;
}
.tdInfo h1{
  font-size: 17px !important;
  font-weight: bold !important;
}