@charset "UTF-8";
/*
/ Culori
*/
/*
/ Dimensiuni
*/
/*
/ Breakpoints
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

.form-text:focus,
.form-tel:focus,
.form-email:focus,
.form-url:focus,
.form-search:focus,
.form-number:focus,
.form-color:focus,
.form-file:focus,
.form-textarea:focus,
.form-date:focus,
.form-time:focus {
  box-shadow: none;
  border-color: none;
}

.button:focus,
.form-text:focus,
.form-tel:focus,
.form-email:focus,
.form-url:focus,
.form-search:focus,
.form-number:focus,
.form-color:focus,
.form-file:focus,
.form-textarea:focus,
.form-date:focus,
.form-time:focus {
  box-shadow: none;
  border-color: transparent;
}

input.form-autocomplete,
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-number,
input.form-color,
input.form-file,
input.form-date,
input.form-time,
textarea.form-textarea,
select {
  box-shadow: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 3px;
}

label {
  font-weight: 600;
}

.form-item.form-disabled select,
.form-item.form-disabled input {
  background-color: #ededed;
  background-image: none;
  color: #BEBCAA;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0;
  padding: 0;
}

h1, h2 {
  font-size: 31px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h1 {
  margin: 5px 0 25px;
  text-align: center;
  line-height: 36px;
}

/*
/ Culori
*/
/*
/ Dimensiuni
*/
/*
/ Breakpoints
*/
.form-type-checkbox input.form-checkbox {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border: 1px solid #DCDBD1;
  background: #fff;
  box-sizing: border-box;
  border-radius: 3px;
}
.form-type-checkbox input.form-checkbox:checked {
  background: #fff url(../images/profiles.svg) 0 -1304px no-repeat;
  background-position: 3px -1947px;
}
.form-type-checkbox label {
  font-size: 11px;
  line-height: 15px;
  color: #00739B;
  position: relative;
  top: -8px;
}
.form-type-checkbox.disabled input.form-checkbox {
  background: #F1F1EA;
}
.form-type-checkbox.disabled label {
  color: #BEBCAA;
}

html, body {
  height: 100%;
}

#layout {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -220px;
}
#layout #layout_footer {
  height: 220px;
}

#footer {
  clear: both;
  position: relative;
  height: 220px;
}

.dialog-off-canvas-main-canvas {
  height: 97.8%;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #F1F1EA;
  color: #6D6E71;
}

.ajax-progress-fullscreen {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background-color: transparent;
  background-image: url("../images/loading.gif");
  width: 50px;
  height: 50px;
}

.front .node__content {
  max-width: 885px;
  margin: 0 auto;
}

.user-logged-in .btn.big.signupbtn {
  display: none;
}

.layout-container {
  margin: 0;
}
.layout-container .inner-layout-container {
  margin: 0 auto;
  padding: 40px 0;
}
.layout-container a, .layout-container a:link, .layout-container a:hover, .layout-container a:active, .layout-container a:visited {
  color: #F6921E;
}
.layout-container a:hover {
  color: #f79e37;
  text-decoration: underline;
}
.layout-container a.button {
  color: #fff;
  text-decoration: none;
}
.layout-container a.button.button--danger {
  -webkit-box-shadow: 0 0 0 #A2610A;
  -moz-box-shadow: 0 0 0 #A2610A;
  box-shadow: 0 0 0 #A2610A;
}
.layout-container a.btn {
  -webkit-box-shadow: 0px 3px 0px #A2610A;
  -moz-box-shadow: 0px 3px 0px #A2610A;
  box-shadow: 0px 3px 0px #A2610A;
  display: inline-block;
  padding: 3px;
  background: #F6921E;
  color: #fff;
  text-decoration: none;
  margin: 5px;
}
.layout-container a.btn.big {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  font-size: 18px;
  width: 245px;
  padding: 10px;
}
.layout-container a.btn.small {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font-size: 12px;
  padding: 0px 7px;
}
.layout-container a.btn:hover {
  -webkit-box-shadow: 0 3px 0 #ba6f0b;
  -moz-box-shadow: 0 3px 0 #ba6f0b;
  box-shadow: 0 3px 0 #ba6f0b;
  text-decoration: none;
  background: #f79e37;
}

#branding {
  background-color: #fff;
  padding: 0 0 0 0;
}
#branding .layout-container {
  max-width: 885px;
  padding: 60px 0 3px;
  margin: 0 auto;
}

.featurebtn {
  clear: both;
}

.path-frontpage .node h2 {
  font-size: 30px;
  line-height: 30px;
}
.path-frontpage .inner-layout-container {
  width: 100%;
}
.path-frontpage .node__content {
  max-width: 740px;
  margin: 0 auto;
}
.path-frontpage .region-content {
  margin: 0;
  padding: 0;
}
.path-frontpage .node {
  text-align: center;
}
.path-frontpage .node-1 {
  padding: 25px 0 25px;
  font-size: 16px;
}
.path-frontpage .node-1 .turningimg {
  margin-top: 16px;
}
.path-frontpage .node-1 .turningbtn {
  margin: 24px 0 0;
}
.path-frontpage .node-1 h1 {
  margin-top: 46px;
  margin-bottom: 10px;
}
.path-frontpage .node-2 {
  padding: 34px 0 82px;
}
.path-frontpage .node-2 .easyshtxt {
  margin-top: 12px;
  margin-bottom: 42px;
}
.path-frontpage .node-2, .path-frontpage .node-3, .path-frontpage .node-4, .path-frontpage .node-137 {
  background: #fff;
}
.path-frontpage .node-2 .node__content, .path-frontpage .node-3 .node__content, .path-frontpage .node-4 .node__content, .path-frontpage .node-137 .node__content {
  max-width: 840px;
}
.path-frontpage .node-2 .easyshbtxt, .path-frontpage .node-2 .featuretxt, .path-frontpage .node-3 .easyshbtxt, .path-frontpage .node-3 .featuretxt, .path-frontpage .node-4 .easyshbtxt, .path-frontpage .node-4 .featuretxt, .path-frontpage .node-137 .easyshbtxt, .path-frontpage .node-137 .featuretxt {
  width: 80%;
  margin: 0 auto;
  line-height: 16px;
}
.path-frontpage .node-2 .floatDiv.three, .path-frontpage .node-3 .floatDiv.three, .path-frontpage .node-4 .floatDiv.three, .path-frontpage .node-137 .floatDiv.three {
  width: 30%;
}
.path-frontpage .node-2 .floatDiv.middle, .path-frontpage .node-3 .floatDiv.middle, .path-frontpage .node-4 .floatDiv.middle, .path-frontpage .node-137 .floatDiv.middle {
  width: 40%;
}
.path-frontpage .node-3 {
  border-top: solid 5px #F1F1EA;
}
.path-frontpage .node-3 .easyshimg {
  margin-bottom: 25px;
}
.path-frontpage .node-3 h2 {
  width: 230px;
  background: #fff;
  text-align: center;
  margin: -13px auto 100px;
}
.path-frontpage .node-3 .floatDiv {
  margin-bottom: 27px;
}
.path-frontpage .node-3 .btn {
  margin-bottom: 80px;
}
.path-frontpage .node-3 .middle {
  background: url(../images/easyshRightArrow.png) no-repeat left 20px;
}
.path-frontpage .node-3 .middle .easyshimg {
  background: url(../images/easyshRightArrow.png) no-repeat right 20px;
}
.path-frontpage .node-4 {
  padding: 25px 0 0;
  background: #F1F1EA;
}
.path-frontpage .node-4 h2 {
  margin-top: 5px;
  margin-bottom: 48px;
}
.path-frontpage .node-4 h2 {
  margin-bottom: 45px;
}
.path-frontpage .node-4 .floatDiv {
  margin-bottom: 20px;
}
.path-frontpage .node-4 .btn {
  margin-bottom: 45px;
  margin-top: 90px;
}
.path-frontpage .node-137 {
  padding: 25px 0;
}
.path-frontpage .node-137 h2 {
  margin: 5px 0 20px;
}
.path-frontpage .node-137 .floatDiv {
  margin: 25px 0 0;
}
.path-frontpage .node-137 .floatDiv h3 {
  color: #00739B;
  font-weight: 400;
}
.path-frontpage .node-137 .btn {
  margin-bottom: 5px;
  margin-top: 35px;
}

.region-footer ul.menu {
  font-size: 18px;
}

.floatDiv {
  float: left;
}
.floatDiv h3 {
  padding: 3px 30px 10px;
}
.floatDiv.three {
  width: 33%;
}
.floatDiv.two {
  width: 50%;
}
.floatDiv.middle {
  width: 34%;
}

#logo {
  float: left;
}

.region-header ul.menu {
  float: right;
  position: relative;
  bottom: -11px;
  margin-right: 90px;
}
.region-header ul.menu a {
  color: #AEDEE4;
  display: inline-block;
  padding: 0 7px 12px;
}
.region-header ul.menu a:hover {
  text-decoration: none;
  color: #00739B;
}
.region-header ul.menu a:focus {
  text-decoration: none;
}
.region-header ul.menu a.active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #00739B;
  background: #F1F1EA;
}
.region-header ul.menu li {
  display: inline-block;
  list-style: none;
  margin-left: 5px;
  padding: 0 0 0 0;
}
.region-header ul.menu li:last-of-type {
  position: absolute;
  top: 0;
  right: -90px;
}
.region-header ul.menu li:last-of-type a {
  display: inline-block;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #DCDBD1;
  color: #fff;
  padding: 0 15px 3px 15px;
}
.region-header ul.menu li:last-of-type a:hover {
  text-decoration: none;
  background: #C6C5BE;
}

#footer {
  background: #DCDBD1;
  text-align: center;
  padding: 10px;
}
#footer ul.menu {
  display: inline-block;
  margin: 20px 0 85px;
}
#footer ul.menu li {
  display: inline-block;
  list-style: none;
  margin-left: 25px;
}
#footer ul.menu li a {
  color: #6D6E71;
}

/*
/ TABS
*/
nav.is-horizontal {
  text-align: center;
  background: #F1F1EA;
  margin-bottom: 30px;
}
nav.is-horizontal ul.tabs.primary {
  display: inline-block;
}
nav.is-horizontal ul.tabs.primary li.tabs__tab, nav.is-horizontal ul.tabs.primary li.tabs__tab.active {
  margin: 0 15px;
}
nav.is-horizontal ul.tabs.primary li.tabs__tab,
nav.is-horizontal ul.tabs.primary li.tabs__tab:last-child,
nav.is-horizontal ul.tabs.primary li.tabs__tab:first-child {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border: 0 none;
  background: #DCDBD1;
  top: 5px;
}
nav.is-horizontal ul.tabs.primary li.tabs__tab a,
nav.is-horizontal ul.tabs.primary li.tabs__tab:last-child a,
nav.is-horizontal ul.tabs.primary li.tabs__tab:first-child a {
  color: #6D6E71;
}
nav.is-horizontal ul.tabs.primary li.tabs__tab.is-active {
  background: #fff;
  text-decoration: underline;
}

.is-collapse-enabled li.tabs__tab {
  display: none;
}
.is-collapse-enabled li.tabs__tab.is-active {
  display: block;
}
.is-collapse-enabled .tabs.is-open li.tabs__tab {
  display: block;
}

.is-collapse-enabled .tabs:before, .is-horizontal .tabs:before {
  background-color: inherit;
}

/*
/ ABOUT Page
*/
.node-7 {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  padding-top: 75px;
}
.node-7 .floatDiv {
  margin: 75px 0 70px;
  background: url(../images/arrow-bottom.png) no-repeat bottom center;
  padding-bottom: 20px;
}
.node-7 .bigtxt {
  font-size: 25px;
  line-height: 30px;
}
.node-7 .aboutimg {
  margin-bottom: 15px;
}

.bigtxt {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

/*
/   Contact page
*/
.path-contact h1 {
  margin-top: 10px;
  margin-bottom: 7px;
}
.path-contact .layout-container.pageContainer {
  background: url(../images/contact-bg.png) center top no-repeat;
}
.path-contact .inner-layout-container {
  width: 360px;
  text-align: center;
}
.path-contact .form-item {
  width: 250px;
  margin: 10px auto;
}
.path-contact .form-item-name {
  margin-top: 70px;
}

/*
/ FAQ
*/
.path-faq .inner-layout-container {
  width: 100%;
  padding-bottom: 0;
}
.path-faq h1 {
  background: url(../images/faq_bg.png) center bottom no-repeat;
  margin-bottom: 0;
  padding-bottom: 130px;
  display: block;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.view-faq .view-footer {
  text-align: center;
  background: #fff;
  padding: 75px 0;
}
.view-faq .view-content .views-row {
  padding: 15px;
}
.view-faq .view-content .views-row .views-field {
  max-width: 885px;
  margin: 0 auto 7px;
}
.view-faq .view-content .views-row:nth-child(even) {
  background-color: #fff;
}
.view-faq .view-content .views-field-title {
  font-weight: 600;
}
.view-faq .view-content p {
  margin: 0;
  padding: 0;
}
.view-faq .attachment {
  padding: 35px 15px 25px;
  background: #fff;
}
.view-faq .attachment .view-content .views-field {
  margin: 0 auto 0;
}
.view-faq .attachment .view-content .views-row {
  padding: 0;
}

/*
/ FORMS
*/
.form-text,
.form-textarea {
  border-radius: 5px;
  font-size: 1em;
  line-height: normal;
}

input.form-autocomplete,
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-number,
input.form-color,
input.form-file,
input.form-date,
input.form-time,
textarea.form-textarea {
  border: 1px solid #D1D3D4;
  border-top-color: #D1D3D4;
  background: #fff;
  background: #fff;
  color: #595959;
  border-radius: 5px;
  padding: 10px;
}

.form-text:focus,
.form-tel:focus,
.form-email:focus,
.form-url:focus,
.form-search:focus,
.form-number:focus,
.form-color:focus,
.form-file:focus,
.form-textarea:focus,
.form-date:focus,
.form-time:focus,
select:focus {
  border-color: #c4c6c7;
  outline: 0;
  background-color: #fff;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05), 0 0 8px #c4c6c7;
}

.button--primary, .button {
  -webkit-box-shadow: 0 3px 0 #A2610A;
  -moz-box-shadow: 0 3px 0 #A2610A;
  box-shadow: 0 3px 0 #A2610A;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-image: none;
  background-color: #F6921E;
  border: 0 none;
  background: #F6921E;
  color: #fff;
  text-decoration: none;
  margin: 5px;
  font-size: 18px;
  width: 245px;
  padding: 10px;
}
.button--primary:focus, .button--primary:hover, .button:focus, .button:hover {
  -webkit-box-shadow: 0 3px 0 #ba6f0b;
  -moz-box-shadow: 0 3px 0 #ba6f0b;
  box-shadow: 0 3px 0 #ba6f0b;
  color: #fff;
  background-image: none;
  background-color: #f79e37;
  border: 0 none;
  text-decoration: none;
}
.button--primary.is-disabled:hover, .button--primary.is-disabled:focus, .button.is-disabled:hover, .button.is-disabled:focus {
  background-color: #ededed;
  -webkit-box-shadow: 0 0 0 #ba6f0b;
  -moz-box-shadow: 0 0 0 #ba6f0b;
  box-shadow: 0 0 0 #ba6f0b;
  color: #6D6E71;
}
.button--primary.button--danger, .button.button--danger, .layout-container a.button.button--danger {
  -webkit-box-shadow: 0 0px 0px #C6C5BE;
  -moz-box-shadow: 0 0px 0px #C6C5BE;
  box-shadow: 0 0px 0px #C6C5BE;
  background-color: #F1F1EA;
  text-decoration: none;
  text-shadow: none;
  color: #f79e37;
  display: inline-block;
}
.button--primary.button--danger:focus, .button--primary.button--danger:active, .button--primary.button--danger:hover, .button.button--danger:focus, .layout-container a.button.button--danger:focus, .button.button--danger:active, .layout-container a.button.button--danger:active, .button.button--danger:hover, .layout-container a.button.button--danger:hover {
  padding: 10px;
  color: #F6921E;
  background-color: #DCDBD1;
}
.button--primary.cancel_user_btn, .button.cancel_user_btn {
  width: auto;
  display: block;
  margin: 40px auto 10px;
}

.path-user .tabs, .path-wss .tabs {
  position: relative;
}
.path-user .tittabs, .path-wss .tittabs {
  background: #F1F1EA;
}
.path-user .layout-container, .path-wss .layout-container {
  background: #fff;
}
.path-user .layout-container .inner-layout-container, .path-wss .layout-container .inner-layout-container {
  margin: 0 0 0 0;
  width: 100%;
  padding: 5px 0 0;
  background: #F1F1EA;
}
.path-user #content, .path-wss #content {
  background: #fff;
  padding-top: 25px;
}
.path-user #content .inner-content, .path-wss #content .inner-content {
  width: 500px;
  text-align: center;
  margin: 0 auto;
}
.path-user #layout_footer, .path-user #layout, .path-wss #layout_footer, .path-wss #layout {
  background: #fff;
}
.path-user .form-item, .path-wss .form-item {
  width: 250px;
  margin: 10px auto;
}
.path-user h1, .path-wss h1 {
  display: none;
}
.path-user.path__wss_deleted_confirmation h1, .path-wss.path__wss_deleted_confirmation h1 {
  display: block;
  margin-top: 50px;
}
.path-user.path__wss_deleted_confirmation #layout,
.path-user.path__wss_deleted_confirmation #content,
.path-user.path__wss_deleted_confirmation #layout_footer, .path-wss.path__wss_deleted_confirmation #layout,
.path-wss.path__wss_deleted_confirmation #content,
.path-wss.path__wss_deleted_confirmation #layout_footer {
  background: #F1F1EA;
}

.path__wss_login.path-wss h1 {
  display: block;
}

.path-wss #content {
  padding-top: 0;
}
.path-wss #content .inner-content {
  width: 100%;
}
.path-wss #content .block-system-main-block,
.path-wss #content .messages {
  max-width: 700px;
  margin: 0 auto;
}
.path-wss #content .messages {
  margin-bottom: 20px;
}
.path-wss #content .profileItem .messages {
  width: auto;
  margin: 5px 0 -20px;
  position: relative;
  z-index: 1;
}
.path-wss #content .profileItem .profileItemEmails .right .lrInner .messages {
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0 0 0 8px;
  display: none;
}
.path-wss #content .profileItem #updateRecipientList .messages {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.path-wss #content .profileItemSettings .messages {
  padding: 0;
  margin-bottom: -20px;
}
.path-wss #content .wssdashboardnewprofilefrm .messages {
  margin-bottom: 0;
}
.path-wss .profileItemC {
  display: none;
  padding-top: 25px;
}
.path-wss .profileItemC h3 {
  color: #fff;
  margin: 0 0 15px 0;
  font-weight: 600;
}
.path-wss .profileItemC .premium_add_top_desc {
  color: #00739B;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0 20px;
}
.path-wss .profileItemC h4 {
  color: #2492b6;
  padding: 2px 0 8px;
  font-size: 16px;
  font-weight: 600;
}
.path-wss .profileItemC .profileItemCType {
  display: flex;
  margin-bottom: 15px;
  background-color: #d4f2f4;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  /*
  &.active, &:hover {
    background-color: #2492b6;
    color: #fff;

    h4, a {
      color: #fff;
    }
  }*/
}
.path-wss .profileItemC .profileItemCType:after {
  content: "";
  display: table;
  clear: both;
}
.path-wss .profileItemC .CLeft:before {
  content: "";
  display: block;
  width: 63px;
  height: 63px;
  margin: 28px;
}
.path-wss .profileItemC .profileItemCGoogle .CLeft:before, .path-wss .profileItemC .profileItemCMatomo .CLeft:before {
  background: #fff url(../images/profiles.svg) 0 -1304px no-repeat;
}
.path-wss .profileItemC .profileItemCMatomo .CLeft:before {
  background-position-x: -64px;
}
.path-wss .profileItemC .profileItemCFacebook .CLeft:before {
  background: #fff url("../images/profiles.svg") 0 -1364px no-repeat;
}
.path-wss .profileItemC .profileItemCLinkedin .CLeft:before {
  background: #fff url("../images/profiles.svg") 0 -1563px no-repeat;
}
.path-wss .profileItemC .profileItemCTwitter .CLeft:before {
  background: #fff url("../images/profiles.svg") 0 -1501px no-repeat;
}
.path-wss .profileItemC .profileItemCLinkedin {
  margin-bottom: 0;
}
.path-wss .profileItemC .CLeft {
  background: #fff;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.path-wss .profileItemC .CRight {
  margin-left: 6px;
  padding: 6px 10px;
  background: #fff;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.path-wss .profileItemC .actions {
  position: relative;
  bottom: -25px;
}
.path-wss .profileItemC.expanded {
  display: block;
}
.path-wss .form-item-activate {
  clear: both;
  width: 100%;
}
.path-wss .form-item-activate:after {
  content: "";
  display: table;
  clear: both;
}
.path-wss .form-item-activate select {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}
.path-wss .profileItem {
  text-align: left;
  position: relative;
  background: #F1F1EA;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 15px;
  min-height: 43px;
  /*&.is_premium .bullet {
    background-position-x: -76px;
  }*/
  /*
  &.even {
    background: $gri;
    a.editFrmBtn {
      &:hover {
        background: adjust-lightness($gri, -5);
      }
    }

    &.resetBorder {
      a.editFrmBtn {
        background: adjust-lightness($gri, -5);
      }
    }

  }
  */
}
.path-wss .profileItem.has_update {
  margin-right: 100px;
}
.path-wss .profileItem.has_update .itemTitle {
  font-size: 15px;
  max-width: 140px;
  overflow: hidden;
  display: inline-block;
}
.path-wss .profileItem.has_update.bullet2 .itemTitle {
  max-width: 180px;
}
.path-wss .profileItem a.editFrmBtn {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  display: block;
  color: #00739B;
  padding: 10px 10px 10px 100px;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
}
.path-wss .profileItem a.editFrmBtn:hover {
  background-color: adjust-lightness(#F1F1EA, -5);
}
.path-wss .profileItem a.editFrmBtn:before {
  content: " ";
  position: absolute;
  width: 33px;
  height: 33px;
  left: 61px;
  top: 4px;
  background: url("../images/profiles.svg") -16px -115px no-repeat;
}
.path-wss .profileItem.profileType-wss_tracker a.editFrmBtn::before {
  background-position-x: -80px;
}
.path-wss .profileItem.profileType-facebook a.editFrmBtn {
  background-position-y: -36px;
}
.path-wss .profileItem.profileType-linkedin a.editFrmBtn {
  background-position-y: -1837px;
}
.path-wss .profileItem.profileType-twitter a.editFrmBtn {
  background-position-y: -1788px;
}
.path-wss .profileItem .itemTitle {
  font-size: 15px;
  max-width: 423px;
  overflow: hidden;
  display: inline-block;
}
.path-wss .profileItem .itemStatus {
  position: absolute;
  right: 45px;
  top: 12px;
  font-weight: 600;
  color: #00739B;
}
.path-wss .profileItem .itemStatus .itemStatusLabel {
  font-weight: 400;
  color: #00739B;
}
.path-wss .profileItem .itemLabel {
  position: absolute;
  right: 60px;
  top: 11px;
}
.path-wss .profileItem .itemNoticeStatus {
  color: #00739B;
}
.path-wss .profileItem .bullet {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: -10px;
  left: 10px;
  background: transparent url(../images/profiles.svg) -6px -280px no-repeat;
  z-index: 1;
  text-align: center;
  display: inline-block;
  width: 52px;
}
.path-wss .profileItem.bullet2 .bullet {
  background-position: -6px -442px;
}
.path-wss .profileItem.bullet2 .itemStatus {
  color: #ED1C24;
}
.path-wss .profileItem.bullet2 .itemTitle {
  max-width: 280px;
}
.path-wss .profileItem .arrow {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url(../images/profiles.svg) 0 -588px no-repeat;
}
.path-wss .profileItem .arrow.premium_icon {
  background-position: 0px -1883px;
  right: 40px;
}
.path-wss .profileItem .ajax-progress.ajax-progress-throbber {
  text-align: center;
  display: block;
  position: absolute;
  top: 10px;
  right: 30px;
}
.path-wss .profileItemW {
  text-align: left;
  position: relative;
  background: #aedde3;
  margin-bottom: 15px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.path-wss .profileItemW.empty_item .profileItemC {
  padding: 25px 25px 30px;
}
.path-wss .profileItemW.empty_item .profileItemC form {
  margin: 0 -25px -30px;
}
.path-wss .profileItemW.resetBorder {
  margin-bottom: 30px;
}
.path-wss .profileItemW.resetBorder a.newFrmBtn .arrow {
  background-position-x: -44px;
}
.path-wss .profileItemW.resetBorder a.newFrmBtn::before {
  background-image: none;
}
.path-wss .profileItemW a.newFrmBtn {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  display: block;
  color: #6D6E71;
  background-color: #aedde3;
  padding: 10px 10px 10px 100px;
  cursor: pointer;
}
.path-wss .profileItemW a.newFrmBtn:before {
  content: " ";
  position: absolute;
  width: 33px;
  height: 33px;
  left: 60px;
  top: 3px;
  background: url("../images/profiles.svg") -16px -115px no-repeat;
}
.path-wss .profileItemW a.newFrmBtn:hover {
  background-color: adjust-lightness(#aedde3, -5);
}
.path-wss .profileItemW a.newFrmBtn .arrow {
  float: right;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/profiles.svg) 0 -526px no-repeat;
  position: relative;
  top: -2px;
}
.path-wss .profileItemW a.newFrmBtn .bullet {
  position: absolute;
  top: -10px;
  left: 10px;
  background: transparent url(../images/profiles.svg) -6px -199px no-repeat;
  z-index: 1;
  width: 55px;
  height: 56px;
  display: inline-block;
}
.path-wss .profileItemW a.newFrmBtn:hover {
  text-decoration: none;
}
.path-wss .profileItemW.fb a.newFrmBtn {
  background-position-y: -39px;
}
.path-wss .profileItemW#addWebProfile.resetBorder a.newFrmBtn {
  background-color: adjust-lightness(#aedde3, -5);
  background-image: none;
}
.path-wss .profileItemW#addWebProfile.resetBorder a.newFrmBtn .bullet {
  background-position-y: -1032px;
  background-position-x: -2px;
  height: 65px;
  width: 60px;
  left: 20px;
}
.path-wss .profileItemW#addWebProfilePremium {
  background-color: #fbb855;
  background: -webkit-linear-gradient(top, #fbb855, #f6931f);
  background: -moz-linear-gradient(top, #fbb855, #f6931f);
  background: -o-linear-gradient(top, #fbb855, #f6931f);
  background: linear-gradient(top, #fbb855, #f6931f);
}
.path-wss .profileItemW#addWebProfilePremium a.newFrmBtn {
  background-position-y: -151px !important;
  color: #fff;
  background-color: transparent;
  font-weight: bold;
}
.path-wss .profileItemW#addWebProfilePremium a.newFrmBtn .arrow {
  background-position-y: -653px;
}
.path-wss .profileItemW#addWebProfilePremium.resetBorder a.newFrmBtn {
  background-image: none;
}
.path-wss .profileItemW#addWebProfilePremium.resetBorder a.newFrmBtn .bullet {
  background-position-y: -1226px;
  background-position-x: -2px;
  height: 65px;
  width: 60px;
  left: 20px;
}
.path-wss .profileItemW.empty_item a.newFrmBtn {
  background-position-y: -75px;
}
.path-wss .profileItemW.empty_item a.newFrmBtn .arrow {
  background-position-y: -526px;
}
.path-wss .profileItemW.empty_item a.newFrmBtn .arrow.premium_icon {
  background-position: 0px -1920px;
  margin-right: 7px;
}
.path-wss .profileItemW.empty_item a.newFrmBtn .bullet {
  position: absolute;
  top: -10px;
  left: 10px;
  background: transparent url(../images/profiles.svg) -6px -199px no-repeat;
  z-index: 1;
  width: 55px;
  height: 56px;
  display: inline-block;
}
.path-wss .profileItemW.empty_item.resetBorder a.newFrmBtn {
  background-color: adjust-lightness(#aedde3, -5);
  background-image: none;
}
.path-wss .profileItemW.empty_item.resetBorder a.newFrmBtn .bullet {
  background-position-y: -1226px;
  background-position-x: -2px;
  height: 65px;
  width: 60px;
  left: 35px;
}
.path-wss .profileItemW.empty_item.resetBorder.googleNewForm a.newFrmBtn .bullet {
  background-position-y: -1027px !important;
}
.path-wss .profileItemW.empty_item.resetBorder.facebookNewForm a.newFrmBtn .bullet {
  background-position-y: -1127px !important;
}
.path-wss .has_premium a.newFrmBtn::before,
.path-wss .has_premium a.editFrmBtn::before {
  left: 72px;
}

.path-wss .resetBorder .profileItem_drop_target {
  padding-bottom: 0;
}
.path-wss .resetBorder .arrow {
  background-position-x: -44px;
}
.path-wss .resetBorder a.editFrmBtn {
  background-color: adjust-lightness(#F1F1EA, -5);
  -webkit-border-radius: 0 0;
  -moz-border-radius: 0 0;
  -ms-border-radius: 0 0;
  border-radius: 0 0;
}
.path-wss .resetBorder .profileItem {
  -webkit-border-radius: 0 0;
  -moz-border-radius: 0 0;
  -ms-border-radius: 0 0;
  border-radius: 0 0;
}

.path-wss .has_multiple.resetBorder a.editFrmBtn {
  background-color: #F1F1EA;
}

.profileItem_wrapper {
  min-width: 300px;
  padding: 4px 0;
}

.profileItem_wrapper .reauthenticate {
  text-align: left;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #8bc53f;
  float: right;
  padding-right: 7px;
}
.profileItem_wrapper .reauthenticate button {
  background: #8bc53f;
  border: 0 none;
  display: block;
  background: transparent url(../images/proiecteArrowRight.png) no-repeat right center;
  color: #fff;
  padding: 14px 30px 14px 10px;
  font-size: 12px;
  cursor: pointer;
}
.profileItem_wrapper .reauthenticate button:focus {
  outline: none;
}
.profileItem_wrapper .reauthenticate.is-disabled {
  background-color: #F1F1EA;
}
.profileItem_wrapper .reauthenticate.is-disabled button {
  color: #b0b0a7;
  cursor: auto;
}

.profileItemFrm {
  display: none;
  margin: 0 0 15px;
  background: #F1F1EA;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  -ms-border-radius: 5px 5px;
  border-radius: 5px 5px;
  padding: 0 15px;
  text-align: left;
}
.profileItemFrm .messages {
  padding-left: 22px;
  font-size: 11px;
  background-position: 2px center;
  line-height: 14px;
  text-align: center;
}
.profileItemFrm .cTitle {
  color: #00739B;
  font-size: 12px;
  font-weight: 600;
  padding-top: 10px;
}
.profileItemFrm .profileItemSettings {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 3px 52px;
  text-align: right;
}
.profileItemFrm .profileItemSettings a.settingsSlider {
  display: block;
  text-align: right;
  width: 100%;
  clear: both;
  margin: 0 -50px 0 -50px;
  padding: 0 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-image: url("../images/profiles.svg");
  background-repeat: no-repeat;
  background-position: 647px -1439px;
}
.profileItemFrm .profileItemSettings a.settingsSlider.active {
  background-position: 647px -1470px;
}
.profileItemFrm .profileItemSettings .settingsSlider {
  width: 12px;
  cursor: pointer;
}
.profileItemFrm .profileItemSettings .settingsSlider:hover {
  background-color: #FFF3E5;
}
.profileItemFrm .profileItemSettings .piDelete {
  text-align: center;
  clear: both;
}
.profileItemFrm .profileItemSettings .piDelete a.btn {
  width: 100%;
  padding: 3px;
  margin: 0 0 3px 0;
}
.profileItemFrm .profileItemSettings .profileItemSettingsContent {
  text-align: left;
  font-size: 10px;
  display: none;
  margin-bottom: 10px;
}
.profileItemFrm .profileItemSettings .profileItemSettingsContent .messages {
  margin-bottom: -20px;
}
.profileItemFrm .profileItemSettings .profileItemSettingsContent .left .lrInner {
  padding-left: 0;
}
.profileItemFrm .profileItemSettings .profileItemSettingsContent .right .lrInner {
  padding-right: 0;
}
.profileItemFrm .left {
  width: 50%;
  float: left;
}
.profileItemFrm .left .lrInner {
  padding: 15px 35px 0 45px;
}
.profileItemFrm .right {
  width: 50%;
  float: right;
}
.profileItemFrm .right .lrInner {
  padding: 15px 45px 0 35px;
}
.profileItemFrm .profileItemEmails {
  position: relative;
  margin-bottom: 10px;
}
.profileItemFrm .profileItemEmails:after {
  content: "";
  display: table;
  clear: both;
}
.profileItemFrm .profileItemEmails .left {
  float: right;
}
.profileItemFrm .profileItemEmails .right {
  float: left;
}
.profileItemFrm .profileItemEmails .devider {
  position: absolute;
  left: 50%;
  top: 5px;
  bottom: 5px;
  border-left: 2px solid #fff;
}
.profileItemFrm .profileItemEmails.has_message .devider {
  top: 100px;
}
.profileItemFrm .profileItemEmails.has_message .messages {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}

.odd .profileItemFrm {
  background: #F1F1EA;
}

.wssdashboardnewprofilefrm {
  position: relative;
  text-align: left;
  /*
  .msgArea {
      @include border-bottom-left-radius(5px);
      @include border-bottom-right-radius(5px);

      padding-bottom: 30px;
      text-align: center;
      font-size: 16px;
      font-weight: 600;

      background: #AEDEE4;
      color: #fff;

      .updateformtxt {
          border: 10px solid #fff;
          padding: 3px;
      }

      &.msgError {
          .updateformtxt {
              background: #ED1C24;
          }
      }

      &.msgSuccess {
          .updateformtxt {
              background: #8BC53F;
          }
      }
  }
  */
}
.wssdashboardnewprofilefrm label, .wssdashboardnewprofilefrm .labelFrm {
  color: #fff;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
}
.wssdashboardnewprofilefrm label:after, .wssdashboardnewprofilefrm .labelFrm:after {
  background-image: none;
}
.wssdashboardnewprofilefrm ol {
  margin: 0 0 16px 16px;
  padding: 0;
  font-size: 14px;
}
.wssdashboardnewprofilefrm ol .desc {
  color: #00739B;
  font-size: 11px;
  font-weight: normal;
}
.wssdashboardnewprofilefrm .form-item-accounts {
  width: 100%;
}
.wssdashboardnewprofilefrm .form-item-accounts .accounts_desc {
  margin-bottom: 10px;
}
.wssdashboardnewprofilefrm .form-item-accounts .form-item.form-type-select {
  width: auto;
  display: inline-block;
  margin: 5px 0;
}
.wssdashboardnewprofilefrm .form-item-accounts .form-item.form-type-select select {
  padding: 6px 20px 6px 10px;
  border-radius: 5px;
  margin-right: 5px;
  min-width: 180px;
  max-width: 370px;
  border: solid 1px #ccc;
}
.wssdashboardnewprofilefrm .processNewForm {
  background: #AEDEE4;
  padding: 9px 9px 9px 38px;
  position: relative;
  border-bottom: solid 2px #fff;
}
.wssdashboardnewprofilefrm .processNewForm.firstElement {
  padding-top: 15px;
  padding-bottom: 30px;
  margin-bottom: 2px;
}
.wssdashboardnewprofilefrm .processNewForm.firstElement .frmIcon {
  background-image: url(../images/step1.png);
  top: 25px;
}
.wssdashboardnewprofilefrm .processNewForm.descElement {
  padding: 25px 9px 20px 38px;
  margin-bottom: 2px;
  font-weight: 600;
}
.wssdashboardnewprofilefrm .processNewForm.descElement input.form-text {
  width: 90%;
  font-size: 11px;
  font-weight: 400;
  margin: 10px 0 10px -20px;
  background: #F1F2F2;
}
.wssdashboardnewprofilefrm .processNewForm.descElement.inputField input.form-text {
  width: 100%;
  margin: 0;
  background: #fff;
}
.wssdashboardnewprofilefrm .processNewForm.descElement .frmIcon {
  background-image: url(../images/step2.png);
}
.wssdashboardnewprofilefrm .processNewForm.lastElement {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 0 none;
  margin-bottom: -20px;
}
.wssdashboardnewprofilefrm .processNewForm.lastElement .frmIcon {
  background-image: url(../images/step3.png);
}
.wssdashboardnewprofilefrm .form-item {
  margin: 0 0 0;
}
.wssdashboardnewprofilefrm .edit-actions {
  position: relative;
  top: 25px;
  left: 30px;
}
.wssdashboardnewprofilefrm .google_email {
  color: #00739B;
}
.wssdashboardnewprofilefrm .ajax-progress {
  position: relative;
  top: -20px;
  left: 25px;
}
.wssdashboardnewprofilefrm .frmIcon {
  position: absolute;
  display: block;
  width: 58px;
  height: 58px;
  background-position: center center;
  background-repeat: no-repeat;
  left: -30px;
  top: 15px;
  z-index: 1;
}
.wssdashboardnewprofilefrm .form-item-google-view-id select {
  margin-bottom: 10px;
}

#recipintsList #updateRecipientList {
  border-bottom: solid 2px #DCDBD1;
  margin-bottom: 10px;
}
#recipintsList #updateRecipientList ul, #recipintsList #updateRecipientList li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#recipintsList #updateRecipientList li .odd, #recipintsList #updateRecipientList li .even {
  padding: 5px;
  display: block;
}
#recipintsList #updateRecipientList li .odd {
  background: #DCDBD1;
}
#recipintsList #updateRecipientList .emailAddrDelete {
  float: right;
}
#recipintsList #updateRecipientList .emailAddr {
  overflow: hidden;
  width: calc(100% - 62px);
  display: block;
}
#recipintsList #updateRecipientList .messages {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
#recipintsList .msgEmailFld {
  text-align: center;
}
#recipintsList .msgEmailFld.msgEmailFldHidden {
  display: none;
}
#recipintsList .emailFld {
  border: solid 1px #DCDBD1;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #fff;
  position: relative;
}
#recipintsList .emailFld:after {
  content: "";
  display: table;
  clear: both;
}
#recipintsList .emailFld.emailFldHidden {
  display: none;
}
#recipintsList .emailFld .ajax-progress.ajax-progress-throbber {
  right: -25px;
}
#recipintsList .emailFld .form-item {
  margin: 0;
  width: 100%;
}
#recipintsList .emailFld input {
  border: solid 1px #fff;
  background: #fff;
  -webkit-box-shadow: 0 0 0 #ba6f0b;
  -moz-box-shadow: 0 0 0 #ba6f0b;
  box-shadow: 0 0 0 #ba6f0b;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  width: calc(100% - 65px);
  float: left;
}
#recipintsList .emailFld input ::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#recipintsList .emailFld .button.form-submit {
  font-size: 12px;
  color: #6D6E71;
  border: solid 1px #C6C5BE;
  background-color: #F6921E;
  width: 55px;
  padding: 5px 0;
}
#recipintsList .emailFld .button.form-submit:focus, #recipintsList .emailFld .button.form-submit:hover {
  background-color: #f79e37;
}

.hiddenNewItem {
  display: none;
}

.wssdashboardnewprofilefrm .ajax-progress.ajax-progress-throbber {
  top: 35px;
}
.wssdashboardnewprofilefrm.wssdashboardrelinkprofileform {
  margin: 10px 0 30px;
}

.settingsOption {
  position: relative;
  margin-top: -2px;
}

.settingsOptionItem {
  font-weight: 600;
  top: -5px;
  position: relative;
  padding-right: 35px;
}
.settingsOptionItem.toggleActivateLabel, .settingsOptionItem.settingsOptionAdr {
  cursor: pointer;
}
.settingsOptionItem.editInPlace-active {
  padding-right: 0;
}

.settingsOptionTxt, .settingsOptionLnk {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #F6921E;
  position: absolute;
  right: 5px;
  top: 14px;
  z-index: 1;
  cursor: pointer;
}

.path-wss .profileItem .settingsOptionLnk {
  z-index: 1;
}
.path-wss .profileItem .settingsOptionLnk .ajax-progress.ajax-progress-throbber {
  top: -1px;
  right: -25px;
}

.settingsOptionItem.editInPlace-active {
  top: 0px;
}
.settingsOptionItem.editInPlace-active form {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: solid 1px #DCDBD1;
  padding: 3px 0 3px 8px !important;
  margin: 0;
  display: block !important;
}
.settingsOptionItem.editInPlace-active input.inplace_field {
  border: none 0;
  font-weight: 300;
  margin-right: 4px;
  width: 140px;
}
.settingsOptionItem.editInPlace-active .inplace_field:focus {
  border-color: #c4c6c7;
  outline: 0;
  background-color: #fff;
  box-shadow: #fff;
}
.settingsOptionItem.editInPlace-active .inplace_save, .settingsOptionItem.editInPlace-active .inplace_cancel {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  border: solid 1px #C6C5BE;
  background-color: #F6921E;
}
.settingsOptionItem.editInPlace-active .inplace_cancel {
  background-color: #fff;
  border: 0 none #fff;
  color: #00739B;
  padding-right: 0;
  padding-left: 0;
}

.has_multiple .settingsOptionItem.editInPlace-active input.inplace_field {
  width: 150px;
}

.removeProfileFrm {
  text-align: center;
  padding-bottom: 40px;
}
.removeProfileFrm .msg {
  margin: 80px 50px 60px;
  font-weight: 400;
  line-height: 21px;
  font-size: 16px;
}
.removeProfileFrm .button {
  font-size: 20px;
}

.emailReportItem {
  margin-bottom: 4px;
}
.emailReportItem.status0 form {
  display: none;
}
.emailReportItem .emailReportItemH {
  background: #DCDBD1;
  padding: 3px 7px;
  font-size: 12px;
  margin-bottom: 3px;
}
.emailReportItem .emailReportItemH a {
  float: right;
}
.emailReportItem .emailReportItemH .emailReportStatus {
  color: #fff;
}
.emailReportItem .emailReportItemH .emailReportStatus1 {
  color: #00739B;
}

.wssdashboardweeklyreportform,
.wssdashboardmonthlyreportform {
  padding-bottom: 15px;
}
.wssdashboardweeklyreportform:after,
.wssdashboardmonthlyreportform:after {
  content: "";
  display: table;
  clear: both;
}
.wssdashboardweeklyreportform select,
.wssdashboardmonthlyreportform select {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border-color: #DCDBD1;
  width: 100%;
}
.wssdashboardweeklyreportform select:focus,
.wssdashboardmonthlyreportform select:focus {
  border: solid 1px #DCDBD1;
}
.wssdashboardweeklyreportform .form-item-day,
.wssdashboardmonthlyreportform .form-item-day {
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 5px 0 0;
}
.wssdashboardweeklyreportform .form-item-minute, .wssdashboardweeklyreportform .form-item-hour, .wssdashboardweeklyreportform .form-item-part,
.wssdashboardmonthlyreportform .form-item-minute,
.wssdashboardmonthlyreportform .form-item-hour,
.wssdashboardmonthlyreportform .form-item-part {
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding: 0 5px 0 0;
  margin: 0;
}
.wssdashboardweeklyreportform .form-item-minute,
.wssdashboardmonthlyreportform .form-item-minute {
  padding-right: 0;
}
.wssdashboardweeklyreportform .hourSeparator,
.wssdashboardmonthlyreportform .hourSeparator {
  float: left;
  margin-right: 5px;
  margin-top: 22px;
}
.wssdashboardweeklyreportform .form-no-label,
.wssdashboardmonthlyreportform .form-no-label {
  margin-top: 22px;
}

/*
/ Culori
*/
/*
/ Dimensiuni
*/
/*
/ Breakpoints
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff "../imagesajax-loader.gif" center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-image: url(../images/carousel.png);
  background-repeat: no-repeat;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -45px;
}

.slick-next {
  right: -45px;
  background-position-x: -32px;
}

/* Dots */
.slick-slider {
  margin-bottom: 5px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.5;
}

.profileItemHistory {
  padding: 0 45px 10px 45px;
  margin-top: 10px;
}
.profileItemHistory .cTitle {
  text-align: left;
  margin-bottom: 10px;
}

.innerProfileItemHistory div.slickItem {
  width: 150px;
}
.innerProfileItemHistory ul, .innerProfileItemHistory li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  line-height: 12px;
}

.contact-form label {
  display: none;
}

ul.tips, div.description, .form-item .description {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

.path-wss.path__wss_login #layout, .path-wss.path__wss_login #layout_footer, .path-wss.path__wss_login #content,
.path-wss.path__wss_password #layout,
.path-wss.path__wss_password #layout_footer,
.path-wss.path__wss_password #content,
.path-wss.path__wss_register #layout,
.path-wss.path__wss_register #layout_footer,
.path-wss.path__wss_register #content,
.user-logged-in.path-user #layout,
.user-logged-in.path-user #layout_footer,
.user-logged-in.path-user #content {
  background: #F1F1EA;
}
.path-wss.path__wss_login .block-page-title-block,
.path-wss.path__wss_password .block-page-title-block,
.path-wss.path__wss_register .block-page-title-block,
.user-logged-in.path-user .block-page-title-block {
  text-align: center;
}
.path-wss.path__wss_login .block-page-title-block h1,
.path-wss.path__wss_password .block-page-title-block h1,
.path-wss.path__wss_register .block-page-title-block h1,
.user-logged-in.path-user .block-page-title-block h1 {
  display: block;
  margin: 0;
  padding: 60px 25px 60px 0;
}
.path-wss.path__wss_login #content,
.path-wss.path__wss_password #content,
.path-wss.path__wss_register #content,
.user-logged-in.path-user #content {
  padding-top: 0;
}

.path-wss.path__wss_register .form-item {
  width: 300px;
}

.password-confirm, .password-field, .password-strength, .password-confirm-match {
  width: 100%;
  text-align: left;
}

.password-strength__meter {
  height: 4px;
  margin-top: 4px;
}

.password-strength__title,
.password-strength__text,
.password-confirm-message {
  font-size: 10px;
  text-align: left;
}

.password-confirm-match {
  text-align: left;
  font-size: 10px;
}
.password-confirm-match .error {
  font-weight: 700;
  color: #ff0000;
}
.password-confirm-match .ok {
  font-weight: 700;
  color: #77b259;
}

.password-suggestions {
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-color: #fff;
  padding: 5px 8px;
  border-width: 2px 0 0 0;
  margin-top: 30px;
  font-size: 11px;
  line-height: 16px;
}
.password-suggestions ul {
  padding-left: 0;
  margin-left: 20px;
}
.password-suggestions .description {
  display: none !important;
}

#edit-pass--description {
  text-align: left;
  display: none;
}

#user-login-form label, #user-pass label, #user-register-form label {
  display: none;
}
#user-login-form .form-item, #user-pass .form-item, #user-register-form .form-item {
  position: relative;
}
#user-login-form .form-item#edit-login, #user-pass .form-item#edit-login, #user-register-form .form-item#edit-login {
  margin-top: 30px;
}
#user-login-form .form-item input, #user-pass .form-item input, #user-register-form .form-item input {
  width: 100%;
}
#user-login-form .form-item:before, #user-pass .form-item:before, #user-register-form .form-item:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 40px;
  left: -50px;
  background-repeat: no-repeat;
  background-image: url(../images/icons.svg);
}
#user-login-form .form-item.form-item-name:before, #user-login-form .form-item.form-item-mail:before, #user-pass .form-item.form-item-name:before, #user-pass .form-item.form-item-mail:before, #user-register-form .form-item.form-item-name:before, #user-register-form .form-item.form-item-mail:before {
  background-position: 0 -1px;
}
#user-login-form .form-item.form-type-password:before, #user-pass .form-item.form-type-password:before, #user-register-form .form-item.form-type-password:before {
  background-position: 0 -69px;
}
#user-login-form .form-item.form-type-item:before, #user-login-form .form-item.form-type-password-confirm:before, #user-pass .form-item.form-type-item:before, #user-pass .form-item.form-type-password-confirm:before, #user-register-form .form-item.form-type-item:before, #user-register-form .form-item.form-type-password-confirm:before {
  background-image: none;
}
#user-login-form .form-item.form-no-label:before, #user-pass .form-item.form-no-label:before, #user-register-form .form-item.form-no-label:before {
  margin-top: 20px;
  margin-bottom: 20px;
}
#user-login-form a, #user-pass a, #user-register-form a {
  color: #00739B;
  text-decoration: underline;
}
#user-login-form .fieldDesc, #user-pass .fieldDesc, #user-register-form .fieldDesc {
  width: 290px;
  margin: 5px auto 10px;
  text-align: center;
}
#user-login-form .fieldDesc p, #user-pass .fieldDesc p, #user-register-form .fieldDesc p {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 10px;
  line-height: 14px;
  padding-top: 0;
  margin-top: 0;
}

#user-form label {
  display: none;
}
#user-form .form-item input {
  width: 100%;
}
#user-form .form-submit {
  display: block;
  margin: 0 auto;
}
#user-form .form-submit#edit-submit {
  margin-top: 0;
  margin-bottom: 60px;
}

.path-user h1.page-title {
  display: block;
}

.section_separator {
  border-bottom: solid 1px #DCDBD1;
}
.section_separator.account_details span {
  background-position: 7px -1px;
}
.section_separator.change_password span {
  background-position: 7px -69px;
}
.section_separator.delete_account span {
  background-position: 7px -130px;
}
.section_separator span {
  display: block;
  width: 60px;
  height: 50px;
  margin: 0 auto -10px;
  background-image: url(../images/icons.svg);
  background-repeat: no-repeat;
  background-color: #fff;
}

.node h2 {
  font-size: 24px;
  margin-top: 40px;
}

#homeVideo {
  height: 417px;
  margin-bottom: 40px;
  /*
  .vjs-sublime-skin .vjs-play-control:before,
  .vjs-sublime-skin.vjs-playing .vjs-play-control:before,
  .vjs-sublime-skin.vjs-playing .vjs-play-control:after,
  .vjs-sublime-skin .vjs-fullscreen-control {
      background-color: $light-gri;
  }
  */
}
#homeVideo .vjs-sublime-skin .vjs-big-play-button {
  background: #F1F1EA url(../images/play.svg) center center no-repeat;
  height: 417px;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  border: 0 none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 #A2610A;
  -moz-box-shadow: 0 0 0 #A2610A;
  box-shadow: 0 0 0 #A2610A;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
#homeVideo .vjs-sublime-skin .vjs-big-play-button:hover {
  background-image: url(../images/play-on.svg);
  cursor: pointer;
}
#homeVideo .vjs-sublime-skin .vjs-big-play-button:before {
  content: "";
  border-color: transparent;
  border-width: 0;
}
#homeVideo .vjs-sublime-skin .vjs-big-play-button:focus {
  outline: none;
}
#homeVideo .vjs-sublime-skin .vjs-play-control:before,
#homeVideo .vjs-sublime-skin .vjs-play-control:before {
  border-color: transparent transparent transparent #F6921E;
}
#homeVideo .vjs-sublime-skin .vjs-fullscreen-control {
  border-color: #F6921E;
}
#homeVideo .vjs-sublime-skin.vjs-playing .vjs-play-control:before,
#homeVideo .vjs-sublime-skin.vjs-playing .vjs-play-control:after,
#homeVideo .vjs-sublime-skin .vjs-progress-control .vjs-play-progress {
  background-color: #F6921E;
}
#homeVideo .vjs-sublime-skin .vjs-progress-control .vjs-progress-holder:after {
  background-color: rgba(220, 219, 209, 0.4);
}

.video-js, .vjs-poster, .vjs-no-js {
  background-color: #F1F1EA !important;
}

.vjs-volume-bar {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcCAMAAAAtIK2eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRDdGNEYwOTcxRDcxMUU1QTdFNURGOUZBODU1QjIyQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRDdGNEYwQTcxRDcxMUU1QTdFNURGOUZBODU1QjIyQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJEN0Y0RjA3NzFENzExRTVBN0U1REY5RkE4NTVCMjJBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJEN0Y0RjA4NzFENzExRTVBN0U1REY5RkE4NTVCMjJBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xRC1rAAAAAZQTFRF3NvR////oOjTPQAAAAJ0Uk5T/wDltzBKAAAAJElEQVR42mJgJAIwwMCIVYwsPzIVY1MwshQTUjCqeJArBggwAHKVAnEfU8oNAAAAAElFTkSuQmCC) !important;
}

.vjs-sublime-skin .vjs-volume-level {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcCAMAAAAtIK2eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNUE3Q0Y5QTcxRDYxMUU1QTM1REZFMDEzNUYwQzU0MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNUE3Q0Y5QjcxRDYxMUU1QTM1REZFMDEzNUYwQzU0MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM1QTdDRjk4NzFENjExRTVBMzVERkUwMTM1RjBDNTQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM1QTdDRjk5NzFENjExRTVBMzVERkUwMTM1RjBDNTQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CvBU6QAAAAZQTFRF9pIe////fRIxBQAAAAJ0Uk5T/wDltzBKAAAAJElEQVR42mJgJAIwwMCIVYwsPzIVY1MwshQTUjCqeJArBggwAHKVAnEfU8oNAAAAAElFTkSuQmCC) !important;
}

.loadingRepo {
  height: 30px;
  border-bottom: solid 1px #F6921E;
  width: 150px;
  background: url(../images/working_dots.gif) left top no-repeat;
  margin-top: -8px;
}

.loadingMessage {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  display: inline-block;
  padding: 10px;
  background: #fff;
  white-space: nowrap;
  height: 20px;
  color: #00739B;
  position: relative;
  margin-top: 20px;
}
.loadingMessage::before {
  content: "Arrow";
  text-indent: -5000px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -20px;
  left: 35px;
  background: url("../images/new_gen_profile_arrow.png") 0 8px no-repeat;
}
.loadingMessage.generated {
  background: #AEDEE4;
  margin-top: 10px;
}
.loadingMessage.generated::before {
  background-position: -30px 8px;
}

.profile_empty_message {
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 3px;
  display: block;
}

.path-batch .layout-container.pageContainer {
  max-width: 720px;
  margin: 0 auto;
}

.progress__bar {
  border: 0 none;
  background: #F6921E;
  background-image: none;
  background-size: 40px 40px;
  margin-top: 1px;
  margin-left: 1px;
  /* LTR */
  padding: 0 1px;
  height: 10px;
  border-radius: 1px;
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

.progress__track {
  border-color: #D1D3D4;
  border-radius: 2px;
  background-color: adjust-lightness(#D1D3D4, 80);
  background-image: none;
  box-shadow: none;
  height: 12px;
}

.progress__description,
.progress__percentage {
  font-size: 1.5em;
}

.messages {
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
}

.region-header ul.menu .menu-item--active-trail,
.path-wss .region-header ul.menu li:nth-child(5),
.path-frontpage .region-header ul.menu li:first-child {
  background-color: #F1F1EA;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.region-header ul.menu .menu-item--active-trail a,
.path-wss .region-header ul.menu li:nth-child(5) a,
.path-frontpage .region-header ul.menu li:first-child a {
  color: #00739B;
}

.path-node.page-node-type-page #content {
  max-width: 885px;
  margin: 0 auto;
}

.user-logged-in .contact-form .form-item-name {
  display: none;
}

.user-logged-in.path-contact .form-item-mail {
  margin-top: 70px;
}

.system_layout #content {
  text-align: center;
}

.exception .layout-container .inner-layout-container {
  padding-top: 80px;
}
.exception #content {
  padding-bottom: 200px;
}
.exception.exception_404 #content {
  background: url("../images/page_not_found.png") bottom center no-repeat;
}
.exception.exception_403 #content {
  background: url("../images/access_denied.png") bottom center no-repeat;
}

.profileItem .wssdashboardnewprofilefrm {
  display: none;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #ceddcc;
  margin-bottom: 40px;
}
.profileItem .wssdashboardnewprofilefrm label,
.profileItem .wssdashboardnewprofilefrm .labelFrm {
  color: #58595b;
}
.profileItem .wssdashboardnewprofilefrm .processNewForm {
  background-color: transparent;
}
.profileItem .wssdashboardnewprofilefrm .form-item-accounts .form-item.form-type-select select {
  max-width: 270px;
}

.ajax-progress:before {
  position: fixed;
  background: transparent;
  width: 100%;
  height: 100%;
  content: "";
  color: #ff0000;
  left: 0;
  top: 0;
}

.dashboardWrapper {
  margin-top: -10px;
}
.dashboardWrapper.has_premium .profileItemW a.newFrmBtn {
  background-position-x: 56px;
  padding-left: 111px;
}
.dashboardWrapper.has_premium .profileItemW a.newFrmBtn .bullet {
  left: 22px;
}
.dashboardWrapper .dashboardControlsWrapper {
  padding: 10px 0;
}
.dashboardWrapper .maxProfileReached {
  padding-bottom: 10px;
}

#free_profile_counter {
  display: inline;
}
#free_profile_counter div {
  display: inline;
}

.generatingNewRapo {
  text-align: left;
}

.page-subtitle {
  margin-top: -55px;
  font-size: 13px;
  margin-bottom: 50px;
}

.danger {
  text-transform: uppercase;
  color: #F6921E;
  display: block;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 800;
  margin-top: 15px;
}

.star_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/profiles.svg) 0px -1883px no-repeat;
  position: relative;
  top: 3px;
  right: 3px;
}
.star_icon.small {
  width: 16px;
  height: 16px;
  background-position: -34px -1886px;
}

/*
/ Culori
*/
/*
/ Dimensiuni
*/
/*
/ Breakpoints
*/
.messages {
  -webkit-box-shadow: 0 0 0 #A2610A;
  -moz-box-shadow: 0 0 0 #A2610A;
  box-shadow: 0 0 0 #A2610A;
  border: 0 none;
  background: transparent;
  box-shadow: 0 0;
}
.messages .message_header {
  height: 20px;
  position: relative;
}
.messages .message_header:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 100%;
  animation: pulse 1.5s;
  margin-top: -5px;
}
.messages .message_icon {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  position: relative;
  top: -15px;
  background-size: cover !important;
}
.messages .message_content {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background: #fff;
  padding: 7px 10px;
  text-align: center;
}
.messages.messages--error .message_header {
  background: #fcf4f2;
}
.messages.messages--error .message_header:after {
  background: #e62600;
}
.messages.messages--error .message_icon {
  background: url("../images/error.svg") center top no-repeat;
}
.messages.messages--status .message_header {
  background: #f3faef;
}
.messages.messages--status .message_header:after {
  background: #77b259;
}
.messages.messages--status .message_icon {
  background: url("../images/ok.svg") center top no-repeat;
}
.messages.messages--warning .message_header {
  background: #fdf9ed;
}
.messages.messages--warning .message_header:after {
  background: #e09600;
}
.messages.messages--warning .message_icon {
  background: url("../images/warning.svg") center top no-repeat;
}

.path__wss_login #content .messages,
.path__wss_password #content .messages {
  max-width: 251px;
  padding-right: 36px;
}

.path__wss_register #content .messages {
  max-width: 305px;
  padding-right: 36px;
}

@keyframes pulse {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*
/ Culori
*/
/*
/ Dimensiuni
*/
/*
/ Breakpoints
*/
.sort_handler {
  background: url(../images/profiles.svg) -26px 0px;
  width: 15px;
  height: 26px;
  float: left;
  z-index: 99;
  position: relative;
  top: 9px;
  left: 5px;
  cursor: move;
}

.profileItem_drop_target {
  padding: 2px 0;
}
.profileItem_drop_target .profileItem_wrapper:last-child .profileItem {
  margin-bottom: 0;
}

.profileItem_drop_target_wrapper.has_multiple .profileItem_drop_target {
  background-color: #DCDBD1;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -ms-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  clear: both;
  padding: 10px;
}
.profileItem_drop_target_wrapper.resetBorder .profileItem_drop_target {
  -webkit-border-radius: 0 0;
  -moz-border-radius: 0 0;
  -ms-border-radius: 0 0;
  border-radius: 0 0;
}
.profileItem_drop_target_wrapper .grouped_label,
.profileItem_drop_target_wrapper .grouped_counter {
  float: left;
  display: inline-block;
  font-size: 11px;
  padding-top: 5px;
}
.profileItem_drop_target_wrapper .grouped_label {
  float: left;
  background: #DCDBD1 url("../images/profiles.svg") -10px -970px no-repeat;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-left: 115px;
  margin-right: 5px;
  padding: 5px 10px 0 40px;
}
.profileItem_drop_target_wrapper .grouped_counter {
  color: #C6C5BE;
}

.profileItem_drop_target.active {
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -ms-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  margin: 5px 0 15px;
  min-height: 30px;
  padding: 5px;
  background: #DCDBD1;
}
.profileItem_drop_target.active .profileItem.arrow {
  display: none !important;
  border: solid 1px;
}

.empty_placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 0;
  min-height: 10px;
}

.item-sort-placeholder {
  height: 60px;
}

#listWebProfile.has_premium .profileItem .bullet {
  left: 22px;
}
#listWebProfile.has_premium .profileItem a.editFrmBtn {
  background-position-x: 56px;
  padding-left: 110px;
}

.dashboardWrapper.has_groups .profileItem_drop_target_wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.dashboardWrapper.has_groups .profileItem_drop_target_wrapper.has_multiple {
  margin-left: 0;
  margin-right: 0;
}
.dashboardWrapper.has_groups .profileItemW {
  margin-left: 10px;
  margin-right: 10px;
}

.profileItem_wrapper.is_child {
  width: 530px;
}
.profileItem_wrapper.is_child .profileItem .itemStatus {
  right: 30px;
}
.profileItem_wrapper.is_child .profileItem .arrow {
  background-image: none;
  background-color: #F1F1EA;
  top: -18px;
  right: 0;
}
.profileItem_wrapper:first-child.is_child .arrow {
  display: none;
}

.dashboardWrapper {
  position: relative;
}

.sortable-chosen.sortable-ghost {
  opacity: 0;
}

.sortable-chosen.sortable-drag .arrow {
  display: none;
}

/*
/ Culori
*/
/*
/ Dimensiuni
*/
/*
/ Breakpoints
*/
.group_tabs {
  border-bottom: solid 1px #DCDBD1;
  text-align: left;
  margin-bottom: 5px;
}
.group_tabs ul, .group_tabs li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.group_tabs ul {
  margin-bottom: -6px;
  margin-left: 10px;
}
.group_tabs li {
  display: inline-block;
  background: #DCDBD1;
  border: solid 2px #DCDBD1;
  border-bottom: 0 none;
  color: white;
  margin-right: 3px;
  padding-bottom: 5px;
  -webkit-border-radius: 22px 22px 0 0;
  -moz-border-radius: 22px 22px 0 0;
  -ms-border-radius: 22px 22px 0 0;
  border-radius: 22px 22px 0 0;
}
.group_tabs li a {
  display: table-cell;
  background: #F1F1EA;
  border: solid 2px #F1F1EA;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  vertical-align: middle;
  color: #6D6E71;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}
.group_tabs li a:active, .group_tabs li a:visited, .group_tabs li a:link {
  color: #6D6E71;
}
.group_tabs li a:hover {
  text-decoration: none;
  color: #6D6E71;
}
.group_tabs li.group_tab_item a {
  border-color: #DCDBD1;
  border-width: 1px;
}
.group_tabs li.group_tab_item a:hover {
  border-color: #F1F1EA;
}
.group_tabs li.group_tab_item.active a {
  border-color: #F1F1EA;
}
.group_tabs li.group_tab_group {
  margin-right: 20px;
}
.group_tabs li.group_tab_group a {
  background: #DCDBD1;
  position: relative;
  width: 60px;
  border-color: #DCDBD1;
}
.group_tabs li.group_tab_group a span {
  display: block;
  border: solid 2px #DCDBD1;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -4px;
  left: -4px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  background: #F1F1EA;
}
.group_tabs li.group_tab_group a span:nth-child(1) {
  left: auto;
  right: -4px;
  z-index: 1;
}
.group_tabs li.group_tab_group.active a, .group_tabs li.group_tab_group:hover a {
  background: transparent;
  border-color: #F1F1EA;
}
.group_tabs li.group_tab_group.active a span, .group_tabs li.group_tab_group:hover a span {
  background: #fff;
  border-color: #F1F1EA;
  top: -2px;
  left: -2px;
}
.group_tabs li.group_tab_group.active a span:nth-child(1), .group_tabs li.group_tab_group:hover a span:nth-child(1) {
  right: -2px;
  left: auto;
}
.group_tabs li.active, .group_tabs li:hover {
  background: #F1F1EA;
}
.group_tabs li.active a, .group_tabs li:hover a {
  background: #fff;
}
.group_tabs#group_settings_tabs {
  border-bottom: 0 none;
  border-top: solid 1px #DCDBD1;
  margin-bottom: -12px;
  margin-top: 10px;
}
.group_tabs#group_settings_tabs ul {
  margin-bottom: 0;
  margin-top: -1px;
}
.group_tabs#group_settings_tabs li {
  background: #F1F1EA;
  background: #F1F1EA;
  border-bottom: 0 none;
  margin-right: 3px;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-border-radius: 0 0 22px 22px;
  -moz-border-radius: 0 0 22px 22px;
  -ms-border-radius: 0 0 22px 22px;
  border-radius: 0 0 22px 22px;
  border: solid 1px #F1F1EA;
  border-top: solid 1px #DCDBD1;
  border-bottom: solid 1px #F1F1EA;
}
.group_tabs#group_settings_tabs li a {
  background: #DCDBD1;
}
.group_tabs#group_settings_tabs li.active, .group_tabs#group_settings_tabs li:hover {
  border-color: #DCDBD1;
  border-top: 1px solid #fff;
  background: #fff;
}
.group_tabs#group_settings_tabs li.active a, .group_tabs#group_settings_tabs li:hover a {
  background: #F1F1EA;
  border-color: #fff;
}
.group_tabs#group_settings_tabs li:first-child a {
  background-color: transparent;
  text-indent: -20000px;
  width: 60px;
  position: relative;
}
.group_tabs#group_settings_tabs li:first-child span {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -2px;
  right: -1px;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  border-radius: 50% 50%;
  background-color: #DCDBD1;
  border: solid 1px #F1F1EA;
}
.group_tabs#group_settings_tabs li:first-child span:first-child {
  left: -1px;
  right: auto;
}
.group_tabs#group_settings_tabs li:first-child.active span, .group_tabs#group_settings_tabs li:first-child:hover span {
  background-color: #F1F1EA;
  border-color: #fff;
}
.group_tabs#group_settings_tabs li:first-child.active span:first-child, .group_tabs#group_settings_tabs li:first-child:hover span:first-child {
  border-color: #fff;
}

body.maintenance-page {
  background: #F1F1EA url("../images/access_denied.png") center bottom no-repeat;
}
body.maintenance-page h1.page-title {
  position: relative;
  text-indent: -3000px;
  background: url(../logo.svg) center center no-repeat;
  width: 100%;
  height: 100px;
  margin: 0;
}
body.maintenance-page main {
  text-align: center;
  width: 100%;
}
body.maintenance-page .dialog-off-canvas-main-canvas {
  position: relative;
}
body.maintenance-page .layout-container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/*
/ Culori
*/
/*
/ Dimensiuni
*/
/*
/ Breakpoints
*/
#manual_infograph_generate .form-type-date {
  width: 49%;
  float: left;
  margin-bottom: 0;
  margin-top: 0;
}
#manual_infograph_generate .form-type-date:first-child {
  margin-right: 2%;
}
#manual_infograph_generate .form-type-date input {
  padding: 5px;
  font-size: 12px;
}
#manual_infograph_generate .form-type-date input::-webkit-calendar-picker-indicator {
  padding: 0;
  margin: 0;
}
#manual_infograph_generate .button {
  font-size: 14px;
  padding: 5px;
  text-shadow: none;
}
#manual_infograph_generate .messages {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin: 5px 0;
}
#manual_infograph_generate .form-required:after {
  color: #F6921E;
}

#customReportGenerator {
  background: #fff;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  padding: 11px 0;
  transition: background-color 0.5s linear;
  border: solid 2px #fff;
}
#customReportGenerator .messages {
  margin: 20px 35px !important;
}
#customReportGenerator.opened {
  background-color: transparent;
}
#customReportGenerator .cTitle {
  color: #F6921E;
  padding: 0 0 0 35px;
}
#customReportGenerator .accordeonContent {
  padding: 10px 35px;
}
#customReportGenerator .accordeonContent .custom_report_content_wrapper {
  display: flex;
}
#customReportGenerator .accordeonContent .custom_report_content_wrapper.custom_report_content_wrapper2 {
  padding-top: 40px;
}
#customReportGenerator .accordeonContent .custom_report_content_wrapper.custom_report_content_wrapper2 .custom_report_left,
#customReportGenerator .accordeonContent .custom_report_content_wrapper.custom_report_content_wrapper2 .custom_report_right {
  border-left: 0 none;
  border-right: 0 none;
}
#customReportGenerator .custom_report_left,
#customReportGenerator .custom_report_right {
  width: 50%;
}
#customReportGenerator .custom_report_left {
  border-right: solid 1px #fff;
  padding-right: 30px;
}
#customReportGenerator .custom_report_right {
  border-left: solid 1px #fff;
  padding-left: 30px;
}
#customReportGenerator .flexWrapper {
  display: flex;
  column-gap: 2px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
#customReportGenerator .flexWrapper:last-child {
  margin-bottom: 5px;
}
#customReportGenerator .versusSpan {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #BEBCAA;
  padding: 2px;
}
#customReportGenerator .versusSpan.comparativeYear {
  width: 17%;
  padding: 0;
}
#customReportGenerator .form-item {
  width: auto;
  margin: 0;
}
#customReportGenerator .form-item select,
#customReportGenerator .form-item input.form-date {
  width: 100%;
}
#customReportGenerator .form-item select,
#customReportGenerator .form-item input {
  font-size: 0.8rem;
}
#customReportGenerator .form-item.flexWrapElement {
  width: 100%;
}
#customReportGenerator .form-item.form-item-month-year, #customReportGenerator .form-item.form-item-quarter-year, #customReportGenerator .form-item.form-item-comparative-month-year-start, #customReportGenerator .form-item.form-item-comparative-month-year-end, #customReportGenerator .form-item.form-item-comparative-quarter-year-start, #customReportGenerator .form-item.form-item-comparative-quarter-year-end {
  width: 70px;
}
#customReportGenerator .form-item.form-item-month-month, #customReportGenerator .form-item.form-item-quarter-quarter, #customReportGenerator .form-item.form-item-complete-year-year, #customReportGenerator .form-item.form-item-custom-interval-start-date, #customReportGenerator .form-item.form-item-custom-interval-end-date, #customReportGenerator .form-item.form-item-comparative-month-month-start, #customReportGenerator .form-item.form-item-comparative-month-month-end, #customReportGenerator .form-item.form-item-comparative-quarter-quarter-start, #customReportGenerator .form-item.form-item-comparative-quarter-quarter-end {
  flex-grow: 1;
}
#customReportGenerator .form-item.form-item-comparative-year-year-start, #customReportGenerator .form-item.form-item-comparative-year-year-end {
  width: 40%;
}
#customReportGenerator .form-item .versusSpan {
  width: 15px;
  text-align: center;
}
#customReportGenerator .form-item input.form-date,
#customReportGenerator .form-item select {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 3px;
}
#customReportGenerator .form-item input.form-date {
  padding: 4px;
}
#customReportGenerator input.form-submit {
  font-size: 14px;
  font-weight: 400;
}
#customReportGenerator .messages {
  padding: 0;
}

.ui-dialog .ui-dialog-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.ui-dialog .ui-widget-content.ui-dialog-content {
  font-size: 16px;
}

.ui-dialog {
  min-width: 300px;
}

.tracking_code_wrapper pre {
  background: #B5E0E4;
  border: 1px solid #B1B1B1;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 16px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin: 15px 10px;
  padding: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #27739A;
}
.tracking_code_wrapper p {
  margin: 20px 90px;
  line-height: 24px;
}
.tracking_code_wrapper button {
  margin-left: 90px;
}

.accordeon {
  position: relative;
}
.accordeon .accordeonActioner {
  position: absolute;
  top: 11px;
  text-align: right;
  width: 100%;
  cursor: pointer;
  color: #BEBCAA;
}
.accordeon .accordeonActioner:hover {
  text-decoration: none;
}
.accordeon .accordeonActioner::after {
  content: " ";
  width: 16px;
  height: 16px;
  background-image: url("../images/profiles.svg");
  background-repeat: no-repeat;
  background-position: 0 -1439px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 4px;
  margin-right: 10px;
}
.accordeon.opened .accordeonActioner::after {
  background-position: 0 -1472px;
}
.accordeon .accordeonContent {
  display: none;
}

.path-wss .profileItem.is_premium .itemStatus {
  right: 70px;
}

.flexWrapper {
  display: flex;
  column-gap: 10px;
}
@media (max-width: 670px) {
  .flexWrapper {
    display: block;
  }
  .flexWrapper .flex_cell:last-child {
    margin-top: 5px;
  }
}

/*# sourceMappingURL=custom.css.map */
/*
/ Culori
*/
/*
/ Dimensiuni
*/
/*
/ Breakpoints
*/
@media (max-width: 555px) {
  .path-frontpage .node-4 .featurebtn {
    margin-bottom: 20px;
  }
  .path-frontpage .node-4 .btn {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .path-frontpage .node-4 h3 {
    font-size: 16px;
  }
  .path-frontpage .node-4 .floatDiv {
    min-height: 205px;
  }

  .view-faq .view-content .views-row, .view-faq .attachment {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 500px) {
  .path-frontpage .node-2 .floatDiv.three, .path-frontpage .node-2 .floatDiv.middle, .path-frontpage .node-3 .floatDiv.three, .path-frontpage .node-3 .floatDiv.middle, .path-frontpage .node-4 .floatDiv.three, .path-frontpage .node-4 .floatDiv.middle, .path-frontpage .node-137 .floatDiv.three, .path-frontpage .node-137 .floatDiv.middle {
    width: 100%;
  }

  #homeVideo .vjs-sublime-skin .vjs-big-play-button {
    background-size: 300px 112px;
  }

  .path-contact .inner-layout-container {
    width: 100%;
  }
  .path-contact form {
    padding: 0 15px;
  }

  .path-wss.path__wss_login #content .inner-content .region.region-content,
.path-wss.path__wss_password #content .inner-content .region.region-content,
.path-wss.path__wss_register #content .inner-content .region.region-content {
    margin-left: 40px;
  }

  .path-wss.path__wss_login .tittabs h1,
.path-wss.path__wss_password .tittabs h1,
.path-wss.path__wss_register .tittabs h1,
.user-logged-in.path-user .tittabs h1 {
    margin-left: 60px;
    padding: 40px 25px 0px 0;
  }

  #user-login-form .fieldDesc, #user-pass .fieldDesc, #user-register-form .fieldDesc {
    width: 100%;
  }
  #user-login-form .fieldDesc p, #user-pass .fieldDesc p, #user-register-form .fieldDesc p {
    padding-left: 0;
  }

  .path-wss.path__wss_register .form-item {
    width: 100%;
  }
}
@media (min-width: 501px) and (max-width: 630px) {
  .featureimg img {
    width: 100%;
  }

  .path-frontpage .node-137 .floatDiv.three,
.path-frontpage .node-137 .floatDiv.middle {
    width: 33.33%;
  }
}
@media (max-width: 680px) {
  .form-actions input,
.form-wrapper input[type=submit] {
    max-width: 245px;
  }
}
.hamburger {
  display: none;
}

@media (max-width: 680px) {
  #branding .layout-container {
    padding-top: 5px;
  }

  #block-mainnavigation {
    display: none;
    margin-top: 40px;
  }

  .region-header ul.menu {
    float: none;
    clear: both;
    bottom: 0;
    margin-right: 0;
    display: none;
  }
  .region-header ul.menu li, .region-header ul.menu li:last-of-type {
    display: block;
    float: none;
    position: inherit;
    right: 0;
    text-align: center;
  }

  .region-header ul.menu .menu-item--active-trail,
.path-wss .region-header ul.menu li:nth-child(5),
.path-frontpage .region-header ul.menu li:first-child {
    background-color: transparent;
  }

  .hamburger {
    width: 30px;
    height: 30px;
    background: url("../images/hamburger.svg") center center no-repeat;
    display: block;
    float: right;
    background-size: cover;
    margin-right: 10px;
    margin-top: 3px;
  }
  .hamburger.on {
    background-image: url("../images/hamburger-on.svg");
  }

  #footer ul.menu {
    margin: 0px 0 15px;
  }
  #footer ul.menu li {
    display: block;
    margin: 0;
    text-align: center;
    margin: 5px;
  }
}
@media (max-width: 740px) {
  .path-wss #content .block-system-main-block {
    width: 95%;
  }
}
@media (max-width: 740px) {
  .path-wss .profileItem a.editFrmBtn:before {
    top: 13px;
  }

  .path-wss .profileItem .itemStatus {
    position: inherit;
    display: block;
  }

  .path-wss .profileItem.has_update .itemTitle {
    width: auto;
  }

  .path-wss .profileItem .bullet {
    top: 0;
  }

  .profileItemFrm .right .lrInner {
    padding: 15px 15px 0 5px;
  }

  .profileItemFrm .left .lrInner {
    padding: 15px 5px 0 15px;
  }

  .profileItemFrm .profileItemSettings {
    padding: 3px 15px;
  }

  .settingsOptionItem.editInPlace-active input.inplace_field {
    width: 100%;
  }

  .profileItemFrm .profileItemSettings a.settingsSlider {
    background-image: none;
  }
  .profileItemFrm .profileItemSettings a.settingsSlider:hover {
    background-color: transparent;
  }
}
@media (min-width: 501px) and (max-width: 625px) {
  .wssdashboardweeklyreportform .form-item-day,
.wssdashboardmonthlyreportform .form-item-day {
    width: 100%;
    padding-right: 0;
  }
  .wssdashboardweeklyreportform .form-item-minute, .wssdashboardweeklyreportform .form-item-hour,
.wssdashboardmonthlyreportform .form-item-minute,
.wssdashboardmonthlyreportform .form-item-hour {
    width: 50%;
    margin-top: 7px;
  }
  .wssdashboardweeklyreportform .form-item-minute,
.wssdashboardmonthlyreportform .form-item-minute {
    float: right;
  }
}
@media (max-width: 500px) {
  .profileItemFrm .profileItemEmails .devider {
    display: none;
  }

  .path-wss .profileItem .itemLabel {
    display: none;
  }

  .profileItemFrm .right,
.profileItemFrm .left {
    float: none;
    width: 100%;
  }

  .profileItemFrm .left .lrInner,
.profileItemFrm .right .lrInner {
    padding: 10px 0 0;
  }

  #wssdashboardnewprofilefrm .frmIcon {
    left: -25px;
  }

  .profileItemFrm .profileItemSettings a.settingsSlider {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .profileItem.has_update .profileItemFrm .profileItemEmails .devider {
    display: none;
  }

  .path-wss .profileItem.has_update .itemLabel {
    display: none;
  }

  .profileItem.has_update .profileItemFrm .right,
.profileItem.has_update .profileItemFrm .left {
    float: none;
    width: 100%;
  }

  .profileItem.has_update .profileItemFrm .left .lrInner,
.profileItem.has_update .profileItemFrm .right .lrInner {
    padding: 10px 0 0;
  }
}
@media (max-width: 350px) {
  .profileItem.has_update .profileItemFrm .emailReportStatus {
    display: none;
  }
}
@media (max-width: 1024px) {
  .innerProfileItemHistory div.slickItem li {
    margin-bottom: 7px;
  }
}
@media (max-width: 740px) {
  .innerProfileItemHistory div.slickItem {
    width: 190px;
  }
}
@media (max-width: 660px) {
  .innerProfileItemHistory div.slickItem {
    width: 165px;
  }
}
@media (max-width: 610px) {
  .innerProfileItemHistory div.slickItem {
    width: 150px;
  }
}
@media (max-width: 570px) {
  .innerProfileItemHistory div.slickItem {
    width: 205px;
  }
}
@media (max-width: 470px) {
  .innerProfileItemHistory div.slickItem {
    width: 160px;
  }
}
@media (max-width: 430px) {
  .innerProfileItemHistory div.slickItem {
    width: 360px;
  }

  h1, h2 {
    font-size: 25px;
  }
}
@media (max-width: 920px) {
  #branding .layout-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 680px) {
  #branding .layout-container {
    padding-right: 0;
  }
}
@media (max-width: 680px) {
  .wssdashboardnewprofilefrm .edit-actions {
    width: 90%;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .wssdashboardnewprofilefrm .edit-actions .button {
    width: 45%;
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .wssdashboardnewprofilefrm .edit-actions {
    width: 90%;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .wssdashboardnewprofilefrm .edit-actions .button, .wssdashboardnewprofilefrm .edit-actions #edit-cancel {
    width: 45%;
    display: inline-block;
  }

  .wssdashboardnewprofilefrm .form-item-accounts .form-item.form-type-select select {
    max-width: 100%;
  }

  .wssdashboardnewprofilefrm .form-item-accounts .form-item.form-type-select {
    width: 95%;
  }

  .profileItem_wrapper.opened .profileItem.has_update {
    margin-right: 0;
  }
  .profileItem_wrapper.opened .reauthenticate {
    display: none;
  }
}

/*# sourceMappingURL=breakpoints.css.map */
