a:2:{i:0;a:4:{s:4:"root";s:61:"/home/rwd/rwd.in.ua/ct/backend/web/css/less/style_custom.less";s:8:"compiled";s:111952:"/* --------------------------------------------------
.fontface(@path-fonts, @family, @filename-base, @style, @weight){
  font-family: @family;
  src:  url('@{path-fonts}/@{filename-base}.eot'),
        url('@{path-fonts}/@{filename-base}.eot?#iefix') format('embedded-opentype'),
        url('@{path-fonts}/@{filename-base}.woff') format('woff'),
        url('@{path-fonts}/@{filename-base}.ttf') format('truetype');
  font-weight: @weight;
  font-style: @style;
}
@font-face {
  .fontface(@path-fonts, @family, @filename-base, @style, @weight);
}
*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
  color: #514b4b;
  line-height: 1.63;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin: 18px 0 15px 0;
}
h1,
.h1 {
  font-size: 2.36em;
}
h2,
.h2 {
  font-size: 1.93em;
}
h3,
.h3 {
  font-size: 1.645em;
}
h4,
.h4 {
  font-size: 1.215em;
}
h5,
.h5 {
  font-size: 0.93em;
}
h6,
.h6 {
  font-size: 0.852em;
}
p {
  margin: 5px 0;
}
a:not(.btn) {
  text-decoration: underline;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  margin-bottom: 5px;
  padding: 6px 12px;
  font-size: 1.3em;
  line-height: 1.42857143;
  border-radius: 5px;
}
.btn-default {
  color: #ffffff;
  background-color: #067c3f;
  border: 1px solid #044b26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-default:focus {
  color: #ffffff;
  background-color: #044b26;
  border-color: #000000;
  outline-color: #044b26;
  text-decoration: none;
}
.btn-default:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover {
  color: #e6e6e6;
  background-color: #08ad58;
  border-color: #068644;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary {
  color: #ffffff;
  background-color: #067c3f;
  border: 1px solid #044b26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #044b26;
  border-color: #000000;
  outline-color: #044b26;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #e6e6e6;
  background-color: #08ad58;
  border-color: #068644;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-secondary {
  color: #888787;
  background-color: #ffffff;
  border: 1px solid #888787;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-secondary:focus {
  color: #888787;
  background-color: #e6e6e6;
  border-color: #484747;
  outline-color: #e6e6e6;
  text-decoration: none;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #a6a6a6;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-success {
  color: #067c3f;
  background-color: #ffffff;
  border: 1px solid #044b26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-success:focus {
  color: #067c3f;
  background-color: #e6e6e6;
  border-color: #000000;
  outline-color: #e6e6e6;
  text-decoration: none;
}
.btn-success:hover,
.btn-success:active,
.btn-success:active:focus,
.btn-success:active:hover {
  color: #044b26;
  background-color: #ffffff;
  border-color: #068644;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-danger {
  color: #d9534f;
  background-color: #ffffff;
  border: 1px solid #888787;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-danger:focus {
  color: #d9534f;
  background-color: #e6e6e6;
  border-color: #484747;
  outline-color: #e6e6e6;
  text-decoration: none;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:active:focus,
.btn-danger:active:hover {
  color: #c9302c;
  background-color: #ffffff;
  border-color: #a6a6a6;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-danger-inverse {
  color: #ffffff;
  background-color: #d9534f;
  border: 1px solid #888787;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-danger-inverse:focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #484747;
  outline-color: #c9302c;
  text-decoration: none;
}
.btn-danger-inverse:hover,
.btn-danger-inverse:active,
.btn-danger-inverse:active:focus,
.btn-danger-inverse:active:hover {
  color: #e6e6e6;
  background-color: #e27c79;
  border-color: #a6a6a6;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-warning {
  color: #f0ad4e;
  background-color: #000000;
  border: 1px solid #888787;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-warning:focus {
  color: #f0ad4e;
  background-color: #000000;
  border-color: #484747;
  outline-color: #000000;
  text-decoration: none;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:active:focus,
.btn-warning:active:hover {
  color: #ec971f;
  background-color: #1a1a1a;
  border-color: #a6a6a6;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-info {
  color: #5bc0de;
  background-color: #000000;
  border: 1px solid #888787;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-info:focus {
  color: #5bc0de;
  background-color: #000000;
  border-color: #484747;
  outline-color: #000000;
  text-decoration: none;
}
.btn-info:hover,
.btn-info:active,
.btn-info:active:focus,
.btn-info:active:hover {
  color: #31b0d5;
  background-color: #1a1a1a;
  border-color: #a6a6a6;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-navigation-primary {
  color: #ffffff;
  background-color: #067c3f;
  border: 1px solid #044b26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-navigation-primary:focus {
  color: #ffffff;
  background-color: #044b26;
  border-color: #000000;
  outline-color: #044b26;
  text-decoration: none;
}
.btn-navigation-primary:hover,
.btn-navigation-primary:active,
.btn-navigation-primary:active:focus,
.btn-navigation-primary:active:hover {
  color: #e6e6e6;
  background-color: #08ad58;
  border-color: #068644;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-navigation-primary-inverse {
  color: #067c3f;
  background-color: #ffffff;
  border: 1px solid #044b26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-navigation-primary-inverse:focus {
  color: #067c3f;
  background-color: #e6e6e6;
  border-color: #000000;
  outline-color: #e6e6e6;
  text-decoration: none;
}
.btn-navigation-primary-inverse:hover,
.btn-navigation-primary-inverse:active,
.btn-navigation-primary-inverse:active:focus,
.btn-navigation-primary-inverse:active:hover {
  color: #044b26;
  background-color: #ffffff;
  border-color: #068644;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-navigation-secondary {
  color: #888787;
  background-color: #888787;
  border: 1px solid #6e6e6e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-navigation-secondary:focus {
  color: #888787;
  background-color: #6e6e6e;
  border-color: #2e2e2e;
  outline-color: #6e6e6e;
  text-decoration: none;
}
.btn-navigation-secondary:hover,
.btn-navigation-secondary:active,
.btn-navigation-secondary:active:focus,
.btn-navigation-secondary:active:hover {
  color: #6e6e6e;
  background-color: #a1a1a1;
  border-color: #8d8c8c;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-amministration-primary {
  color: #ffffff;
  background-color: #067c3f;
  border: 1px solid #044b26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-amministration-primary:focus {
  color: #ffffff;
  background-color: #044b26;
  border-color: #000000;
  outline-color: #044b26;
  text-decoration: none;
}
.btn-amministration-primary:hover,
.btn-amministration-primary:active,
.btn-amministration-primary:active:focus,
.btn-amministration-primary:active:hover {
  color: #e6e6e6;
  background-color: #08ad58;
  border-color: #068644;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-amministration-secondary {
  color: #888787;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-amministration-secondary:focus {
  color: #888787;
  background-color: #e6e6e6;
  border-color: #a6a6a6;
  outline-color: #e6e6e6;
  text-decoration: none;
}
.btn-amministration-secondary:hover,
.btn-amministration-secondary:active,
.btn-amministration-secondary:active:focus,
.btn-amministration-secondary:active:hover {
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-action-primary {
  color: #ffffff;
  background-color: #888787;
  border: 1px solid #6e6e6e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-action-primary:focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #2e2e2e;
  outline-color: #6e6e6e;
  text-decoration: none;
}
.btn-action-primary:hover,
.btn-action-primary:active,
.btn-action-primary:active:focus,
.btn-action-primary:active:hover {
  color: #e6e6e6;
  background-color: #a1a1a1;
  border-color: #8d8c8c;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-action-secondary {
  color: #888787;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.btn-action-secondary:focus {
  color: #888787;
  background-color: #e6e6e6;
  border-color: #a6a6a6;
  outline-color: #e6e6e6;
  text-decoration: none;
}
.btn-action-secondary:hover,
.btn-action-secondary:active,
.btn-action-secondary:active:focus,
.btn-action-secondary:active:hover {
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-tools-primary {
  color: #4f4f4f;
  background-color: #ffffff;
  border: 1px solid #4f4f4f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  font-size: 1em;
  text-transform: uppercase;
  padding: 7px 8px;
  font-size: 1.3em;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  height: 32px;
}
.btn-tools-primary:focus {
  color: #4f4f4f;
  background-color: #e6e6e6;
  border-color: #0f0f0f;
  outline-color: #e6e6e6;
  text-decoration: none;
}
.btn-tools-primary:hover,
.btn-tools-primary:active,
.btn-tools-primary:active:focus,
.btn-tools-primary:active:hover {
  color: #363636;
  background-color: #ffffff;
  border-color: #6e6e6e;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-tools-primary:hover {
  color: #067c3f;
  border-color: #067c3f;
}
.btn-tool-secondary,
.btn-tools-secondary {
  color: #514b4b;
  background-color: transparent;
  border: 1px solid #514b4b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  padding: 5px 8px;
  font-size: 1em;
  text-transform: uppercase;
  padding: 2px 8px;
  font-size: 1.3em;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  background-color: #067c3f;
  color: #ffffff;
}
.btn-tool-secondary:focus,
.btn-tools-secondary:focus {
  color: #514b4b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0f0e0e;
  outline-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
.btn-tool-secondary:hover,
.btn-tools-secondary:hover,
.btn-tool-secondary:active,
.btn-tools-secondary:active,
.btn-tool-secondary:active:focus,
.btn-tools-secondary:active:focus,
.btn-tool-secondary:active:hover,
.btn-tools-secondary:active:hover {
  color: #373232;
  background-color: rgba(26, 26, 26, 0);
  border-color: #716868;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-info-action {
  color: #067c3f;
  background-color: #ffffff;
  border: 1px solid #067c3f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
  padding: 5px 8px;
  font-size: 20.15px;
}
.btn-info-action:focus {
  color: #067c3f;
  background-color: #e6e6e6;
  border-color: #000201;
  outline-color: #e6e6e6;
  text-decoration: none;
}
.btn-info-action:hover,
.btn-info-action:active,
.btn-info-action:active:focus,
.btn-info-action:active:hover {
  color: #044b26;
  background-color: #ffffff;
  border-color: #09b65d;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-info-action.bk-btnImport {
  padding: 0 8px;
}
.more {
  color: #067c3f;
  background-color: #ffffff;
  border: 1px solid #067c3f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
  padding: 5px 8px;
  font-size: 20.15px;
  font-size: 1.3em;
}
.more:focus {
  color: #067c3f;
  background-color: #e6e6e6;
  border-color: #000201;
  outline-color: #e6e6e6;
  text-decoration: none;
}
.more:hover,
.more:active,
.more:active:focus,
.more:active:hover {
  color: #044b26;
  background-color: #ffffff;
  border-color: #09b65d;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.more.bk-btnImport {
  padding: 0 8px;
}
@media (min-width: 420px) {
  .btn + .btn {
    margin-left: 5px;
  }
}
.btn-delete-relation {
  font-size: 1.3em;
  color: #d9534f;
  margin: 0 5px;
}
.btn-cancel-search {
  font-size: 1.3em;
  color: #d9534f;
}
.btn-linkedin {
  color: #0177B5;
}
.btn-facebook {
  color: #4867AA;
}
.btn-google {
  color: #EA4335;
}
.btn-twitter {
  color: #32CCFE;
}
.btn-youtube {
  color: #be1b1e;
}
.badge {
  position: absolute;
  top: 3px;
  right: 0;
  left: auto;
  z-index: 10;
  background-color: #cd3a28;
  color: #ffffff;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  padding: 6px 9px;
}
.badge-left {
  position: absolute;
  top: 5px;
  left: 5px;
  right: auto;
  z-index: 10;
  background-color: #cd3a28;
  color: #ffffff;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  padding: 6px 9px;
}
.nav-tabs .badge {
  padding: 2px 5px;
}
.plugin-list .badge {
  top: -7px;
  right: -6px;
}
@media (min-width: 420px) {
  .btn-right {
    float: right !important;
  }
  .btn-left {
    float: left !important;
  }
}
.alert {
  border-radius: 0 !important;
}
div[class*="-form "],
div[class*="-create"] {
  float: left;
  width: 100%;
  padding: 0;
}
.form-group {
  margin-top: 5px;
  margin-bottom: 10px;
}
.form-group .row {
  margin: 0;
}
.form-group .row > div {
  padding: 0;
}
@media (min-width: 767px) {
  .form-group.half-width {
    width: 50%;
    margin: 5px auto 15px auto;
  }
}
form .form-group:first-child {
  padding-left: 0;
}
form .form-group:last-child {
  padding-right: 0;
}
form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: lighter;
  height: 23px;
}
form .form-control,
form .select2-selection__rendered {
  font-weight: bold;
  letter-spacing: 0.06em;
}
form .form-control:not(textarea) {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
form .form-control:focus {
  border-color: #067c3f;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .fg-line:not([class*=has-]):after {
  background: #067c3f;
}
form .bk-btnFormContainer {
  margin: 15px 0;
}
@media (min-width: 420px) {
  form .bk-btnFormContainer {
    float: right;
  }
}
@media (max-width: 419px) {
  form .bk-btnFormContainer .btn {
    width: 100%;
  }
}
@media (min-width: 420px) {
  form .bk-btnFormContainer .btn[type=submit] {
    margin-left: 5px;
    float: right;
  }
}
form .input-group.date .input-group-addon {
  padding: 0;
  padding-right: 10px;
}
.bk-btnFormContainer .btn {
  float: right;
}
.default-form .form-group button {
  float: right;
  margin: 15px 5px;
}
.alert-warning,
.alert-success {
  color: #000 !important;
}
.has-success .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #2b552c;
  border-left: 1px solid #2b552c;
  border-top: 1px solid #2b552c;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #2b552c;
}
.has-success .select2-container--krajee .select2-selection,
.has-success.select2-container--krajee .select2-dropdown {
  border-right: 1px solid #2b552c;
  border-left: 1px solid #2b552c;
  border-top: 1px solid #2b552c;
}
.has-error .form-control {
  -webkit-box-shadow: none;
  -box-shadow: none;
}
.help-block-error {
  background-color: #903a38;
  color: #fff !important;
  padding: 0 5px;
  margin: 0 !important;
}
.has-error .form-control {
  border-right: 1px solid #903a38;
  border-left: 1px solid #903a38;
  border-top: 1px solid #903a38;
}
.has-error .select2-container--krajee.select2-container .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-right: 1px solid #903a38;
  border-left: 1px solid #903a38;
  border-top: 1px solid #903a38;
}
.has-error .help-block,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #fff;
  background-color: #903a38;
  padding: 0 10px;
}
.has-error .control-label,
.text-error,
.errore-alert {
  color: #903a38;
}
.tooltip-error-field span,
.required label:after {
  content: '*';
  padding-left: 5px;
  font-size: 1.1em;
  color: #9d0202;
}
.note_asterisk {
  color: #000;
}
.note_asterisk span.red {
  color: #9d0202;
  font-size: 14px;
}
label.no-asterisk:after {
  content: "";
}
.thumbnail {
  background: transparent;
}
.fileinput {
  width: 100%;
  margin: 0;
  position: relative;
  min-height: 125px;
  background: transparent;
}
.fileinput .thumbnail {
  border-radius: 0;
  border: 0;
  padding: 0;
}
.fileinput .fileinput-new,
.fileinput .fileinput-exists {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
.fileinput .fileinput-exists.btn-action-secondary {
  border: 1px solid #888787;
}
.fileinput .upload-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.fileinput .container-btn {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  max-width: 135px;
}
.fileinput .container-btn .btn-file {
  height: 26px;
  border: 0;
}
.fileinput .container-btn .fileinput-exists {
  width: 50%;
  position: relative;
  float: left;
  height: inherit;
}
.fileinput .container-btn .fileinput-new {
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.fileinput .btn-upload {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.input-group-btn .glyphicon {
  font-size: 16px;
}
.input-group-btn .ajaxform {
  font-size: 13px;
}
.has-success .input-group-addon,
.has-error .input-group-addon {
  background-color: transparent;
}
.file-preview-frame {
  margin: 3px;
}
.file-preview-image {
  width: 100%;
  height: auto !important;
}
.file-footer-buttons .text-danger {
  color: #fff;
}
.file-zoom-content {
  height: auto;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-position: bottom 9px right 4px  !Important;
  background-repeat: no-repeat !important;
  background-image: url(/img/select.png) !important;
}
.select2-container--krajee .select2-selection__clear {
  color: #645a55;
  opacity: 1;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border: none;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  background-position: right calc(93%);
  background-repeat: no-repeat;
  background-image: url(/img/select.png);
  width: 100%;
  height: 16px;
  margin-top: -10px;
  margin-left: -8px;
}
.select2-container--krajee .select2-selection {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  padding-top: 6px;
  box-shadow: none;
  background: transparent;
}
.select2-container--krajee .select2-selection:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: none;
  border-color: transparent;
}
.select2-container--krajee .select2-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  border-radius: 3px;
  top: -34px;
  margin: 0;
  border: 0;
}
ul.kv-tree > li.kv-parent > div.kv-tree-list > div.kv-node-detail > .kv-node-label {
  text-transform: uppercase;
}
ul.kv-tree > li.kv-parent > ul > li.kv-parent > div.kv-tree-list > div.kv-node-detail > .kv-node-label {
  font-weight: bold;
}
ul.kv-tree > li.kv-parent > ul > li {
  font-weight: 200;
}
.form-group .redactor-box {
  margin: 0;
}
.icon-inline {
  display: inline-block;
  padding-left: 10px;
  vertical-align: super;
}
.panel-group .panel-heading {
  background-color: #888787;
  border: solid #888787 1px;
  color: #ffffff;
  cursor: pointer;
}
.panel-group span.am {
  float: right;
}
.panel-group button {
  margin-bottom: 5px;
}
.nav-tabs .dropdown-menu li a {
  position: relative;
}
.nav-tabs .caret {
  border-top: 8px dashed !important;
  border-right: 5px solid transparent !important;
  border-left: 5px solid transparent !important;
}
.nav-tabs li.dropdown + li:last-child {
  display: none;
}
.nav-tabs > li > a {
  text-decoration: none;
  position: relative;
  padding: 15px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  border-radius: 0;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #7a7a7a;
  border-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0;
  color: #067c3f;
  border-bottom: 2px solid #067c3f;
}
.tab-content {
  width: 100%;
  float: left;
  padding: 15px 0;
  background: #fff;
}
.tab-content .tab-pane .icon-view,
.tab-content .tab-pane .grid-view,
.tab-content .tab-pane .list-view {
  /*padding: 0;*/
}
.tab-content + .btnViewContainer {
  margin: 0 15px 0 0;
}
.pagination {
  display: table;
  margin: 15px auto;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.lg-pagination {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  margin: 0;
}
.pagination > li {
  margin: 0 2px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  cursor: default;
  color: #ffffff;
  background-color: #067c3f;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.pagination > .active > a:focus,
.pagination > .active > a:focus:focus,
.pagination > .active > a:hover:focus,
.pagination > .active > span:focus,
.pagination > .active > span:focus:focus,
.pagination > .active > span:hover:focus {
  color: #ffffff;
  background-color: #044b26;
  border-color: #bfbfbf;
  outline-color: #044b26;
  text-decoration: none;
}
.pagination > .active > a:hover,
.pagination > .active > a:focus:hover,
.pagination > .active > a:hover:hover,
.pagination > .active > span:hover,
.pagination > .active > span:focus:hover,
.pagination > .active > span:hover:hover,
.pagination > .active > a:active,
.pagination > .active > a:focus:active,
.pagination > .active > a:hover:active,
.pagination > .active > span:active,
.pagination > .active > span:focus:active,
.pagination > .active > span:hover:active,
.pagination > .active > a:active:focus,
.pagination > .active > a:focus:active:focus,
.pagination > .active > a:hover:active:focus,
.pagination > .active > span:active:focus,
.pagination > .active > span:focus:active:focus,
.pagination > .active > span:hover:active:focus,
.pagination > .active > a:active:hover,
.pagination > .active > a:focus:active:hover,
.pagination > .active > a:hover:active:hover,
.pagination > .active > span:active:hover,
.pagination > .active > span:focus:active:hover,
.pagination > .active > span:hover:active:hover {
  color: #e6e6e6;
  background-color: #08ad58;
  border-color: #ffffff;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pagination > li > a,
.pagination > li > span {
  color: #888787;
  background-color: #d4d4d4;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  font-size: 1em;
  text-transform: uppercase;
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  z-index: 1;
  position: relative;
  cursor: pointer;
  background-clip: padding-box;
  float: left;
  text-decoration: none;
  margin-left: -1px;
}
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #888787;
  background-color: #bbbaba;
  border-color: #bfbfbf;
  outline-color: #bbbaba;
  text-decoration: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:active,
.pagination > li > span:active,
.pagination > li > a:active:focus,
.pagination > li > span:active:focus,
.pagination > li > a:active:hover,
.pagination > li > span:active:hover {
  color: #6e6e6e;
  background-color: #eeeded;
  border-color: #ffffff;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pagination > li > a > .am,
.pagination > li > span > .am {
  font-size: 22px;
  line-height: 39px;
}
.pagination-details {
  margin-top: 10px;
}
.avatar {
  border-radius: 50%;
  width: 100%;
  background-color: #fff;
}
#comments_anchor {
  margin-top: 20px;
}
.answer .media-left {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  margin-right: 15px;
  padding-right: 0;
}
.contenitore-cut-img {
  height: initial;
  overflow: hidden;
}
.post-image-left {
  padding: 0;
  margin: 5px 15px 0 0;
  border: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .post-image-left img {
    max-height: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .post-image-left {
    padding: 5px 0;
    margin-bottom: 10px;
  }
}
.post-image-left p {
  float: left;
  padding-left: 5px;
  margin: 10px 0 0 0;
}
.post-horizonatal .post-image-left {
  max-height: 200px;
  overflow: hidden;
}
.post-details .post-image-left {
  border: 0;
  margin: 5px 15px 15px 0;
}
.post-details .post-image-left img {
  width: 100%;
  border: 1px solid #d4d4d4;
}
.container-round-img-sm {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  border: 2px solid #ededed;
}
.container-round-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  margin: 0 auto;
  border: 3px solid #ffffff;
  z-index: 2;
}
.container-round-img img {
  width: auto;
  height: 100%;
}
.container-round-img img.full-width {
  width: 100%;
  height: auto;
  top: 50%;
}
.container-round-img img.full-height {
  width: auto;
  height: 100%;
  left: 50%;
}
.input-group .label-checkbox {
  position: absolute;
  top: -30px;
  right: -35px;
}
@media (max-width: 380px) {
  .input-group .label-checkbox {
    right: -45px;
  }
}
.kv-strength-container .input-group .label-checkbox:after {
  content: initial;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  opacity: 0.8;
}
.container-header .navbar {
  margin-bottom: 0;
  height: 38px;
  min-height: 38px !important;
}
.container-header .navbar-collapse {
  padding: 0;
  margin-right: 20px;
}
.container-header .navbar-nav li a {
  text-decoration: none;
}
.container-header .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.container-header .navbar-nav .avatar-xs {
  background: #fff;
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .container-header .navbar-nav .avatar-xs {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.container-header .navbar-nav .avatar-xs ~ p {
  float: right;
}
@media (max-width: 767px) {
  .container-header .navbar-nav .avatar-xs ~ p {
    padding-right: 10px;
  }
}
.container-header .navbar-nav > li {
  background-color: #04592e;
  color: #ffffff;
  float: right;
  font-weight: 600;
  letter-spacing: 1px;
}
.container-header .navbar-nav > li > a {
  padding: 0 5px;
  color: #ffffff !important;
  bottom: 3px;
  text-transform: uppercase;
}
.container-header .navbar-nav > li > a:hover {
  text-decoration: underline;
  color: #ffffff !important;
  opacity: 0.8;
}
.container-header .navbar-nav > li > a span.am {
  position: relative;
  top: 5px;
  color: #ffffff;
}
.container-header .navbar-nav > li > a span.am-account {
  margin-right: 5px;
}
.container-header .navbar-nav > li.open {
  background-color: rgba(0, 0, 0, 0.08);
}
.container-header .navbar-nav > li.open a,
.container-header .navbar-nav > li.open a:focus,
.container-header .navbar-nav > li.open a:hover {
  background-color: transparent;
}
.container-header .navbar-nav > li.open .dropdown-menu > li > a {
  color: #067c3f;
  padding: 0 15px 0 25px;
}
@media (max-width: 767px) {
  .container-header .navbar-nav > li.open .dropdown-menu > li > a {
    line-height: 30px;
  }
}
.container-header .navbar-nav > li.open .dropdown-menu > li > a .dropdown-header,
.container-header .navbar-nav > li.open .dropdown-menu .dropdown-header {
  padding: 0 15px;
}
.container-header .navbar-nav > li.open .dropdown-menu > li > a .dropdown-header .avatar-xs,
.container-header .navbar-nav > li.open .dropdown-menu .dropdown-header .avatar-xs {
  height: 30px;
  width: 30px;
  padding-right: 5px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .container-header .navbar-nav > li {
    border-right: 1px solid #fff;
    padding: 5px 10px;
  }
  .container-header .navbar-nav > li:last-child {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .container-header .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .container-header .user-menu.dropdown .dropdown-menu {
    right: 55px;
    left: auto;
  }
  .container-header .user-menu.dropdown > a p {
    padding: 5px 12px 0 12px;
  }
  .container-header .user-menu.dropdown .dropdown-menu {
    margin-top: 3px;
    padding: 10px 0;
  }
  .container-header .user-menu.dropdown .dropdown-menu > li > a {
    color: #067c3f;
    padding: 0 15px 0 25px;
  }
  .container-header .user-menu.dropdown li.dropdown-header {
    padding: 0 15px;
  }
  .container-header .user-menu.dropdown li.dropdown-header span {
    padding-right: 10px;
  }
  .container-header .user-menu.dropdown li.divider {
    border-bottom: 1px solid #d4d4d4;
  }
}
.container-header .navbar-nav:not(.hidden-lg) .user-menu.dropdown {
  padding: 8px 10px 0 10px;
}
.container-header .navbar-nav.hidden-lg.hidden-md.hidden-sm.nav > li {
  position: static;
}
.container-header .navbar-nav.hidden-lg.hidden-md.hidden-sm.nav .dropdown-menu {
  background-color: #fff;
  padding: 10px 0;
  position: absolute;
}
.container-header .navbar-nav.hidden-lg.hidden-md.hidden-sm.nav .hamburger > a span.am {
  padding: 10px 12px;
}
.container-header .navbar-nav.hidden-lg.hidden-md.hidden-sm.nav .hamburger .dropdown-menu {
  right: 15px;
  left: auto;
}
.container-header .navbar-nav.hidden-lg.hidden-md.hidden-sm.nav .hamburger .dropdown-menu li.dropdown-header span {
  padding-right: 10px;
}
.container-header .navbar-nav.hidden-lg.hidden-md.hidden-sm.nav .hamburger .dropdown-menu li.divider {
  border-bottom: 1px solid #d4d4d4;
  clear: both;
}
.container-header .navbar-nav.hidden-lg.hidden-md.hidden-sm.nav .hamburger .dropdown-menu li.divider.avatar-xs {
  margin: 9px 15px;
}
.container-logo {
  border-bottom: 3px solid #04592e;
  background-color: #ffffff;
  padding: 5px 0;
}
.container-logo a:first-child {
  float: left;
  margin: 0 5px;
}
.container-logo a + a:last-child {
  float: right;
  margin: 0 5px;
}
.container-logo.logo-background-right {
  background-image: url(/img/logo-right.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 118px;
}
.container-logo .title-text {
  font-size: 2.36em;
  margin: 18px 0 9px 0;
  font-weight: 500;
  line-height: 1.1;
  float: left;
}
.container-logo .logo-text {
  font-size: 1.93em;
  line-height: 1.1;
  float: left !Important;
  margin: 17px 0 0 19px;
  color: #067c3f;
  float: left;
}
.container-logo .logo-text:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 351px) {
  .container-logo .logo-text {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .container-logo.logo-background-right {
    background-image: none;
  }
}
.container-bordo-logo {
  background-color: #067c3f;
  text-align: center;
}
.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.breadcrumb > .active {
  color: #514b4b;
}
.breadcrumb a {
  color: #067c3f;
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #067c3f;
}
.dashboard .breadcrumb {
  background: #fff;
  padding: 10px;
  border-radius: 0;
  margin-top: 9px;
}
.container-tools {
  float: left;
  width: 100%;
}
.container-tools > .btn {
  margin-left: 10px;
}
.container-change-view,
.container-tools {
  background-color: #a7dac0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.container-change-view #change-view-dropdown-download .caret,
.container-tools #change-view-dropdown-download .caret {
  display: none;
}
.container-change-view #change-view-dropdown-download .btn-tools-primary,
.container-tools #change-view-dropdown-download .btn-tools-primary {
  padding-top: 3px;
}
.container-change-view + div[class$="-index"],
.container-tools + div[class$="-index"] {
  float: left;
  width: 100%;
}
.container-change-view + div[class$="-index"] [data-toggle-element^="form"],
.container-tools + div[class$="-index"] [data-toggle-element^="form"] {
  padding: 15px 0;
  border: 2px solid #a7dac0;
  background-color: #ffffff;
  margin-top: -15px;
  margin-bottom: 15px;
}
.container-change-view + div[class$="-index"] [data-toggle-element^="form"] h2,
.container-tools + div[class$="-index"] [data-toggle-element^="form"] h2 {
  text-transform: uppercase;
  color: #067c3f;
}
.container-change-view .btn-group div.btn-tools-primary,
.container-tools .btn-group div.btn-tools-primary {
  padding-bottom: 0;
  padding-top: 6px;
  height: 32px;
}
.container-change-view .btn-group div.btn-tools-primary span:first-child,
.container-tools .btn-group div.btn-tools-primary span:first-child {
  font-size: 1.3em;
  float: left;
  line-height: 0.9;
}
.container-change-view .btn-group div.btn-tools-primary p,
.container-tools .btn-group div.btn-tools-primary p {
  font-size: calc(0.8em);
  float: right;
  margin: 0 0 0 6px;
  padding-bottom: 4px;
}
.container-change-view .dropdown-menu-change-view li a,
.container-tools .dropdown-menu-change-view li a,
.container-change-view .dropdown-menu-change-view li a:hover,
.container-tools .dropdown-menu-change-view li a:hover {
  text-decoration: none;
}
.container-change-view .dropdown-menu-change-view li p,
.container-tools .dropdown-menu-change-view li p {
  display: inline;
}
.btn-tools-container .show-hide-element.active {
  background-color: #067c3f;
  color: #ffffff;
  box-shadow: none;
}
.bk-menuPlugin {
  list-style: none;
  padding: 0;
}
.bk-menuPlugin li.col-lg-1 {
  font-size: 0.80em;
  text-transform: uppercase;
  padding: 0 5px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .bk-menuPlugin li.col-lg-1 {
    width: 12.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .bk-menuPlugin li.col-lg-1 {
    width: 12.5%;
  }
}
@media (min-width: 500px) and (max-width: 764px) {
  .bk-menuPlugin li.col-lg-1 {
    width: 33.33%;
  }
}
.bk-menuPlugin li.col-lg-1 a {
  text-decoration: none;
  position: relative;
  color: #fff;
  clear: both;
  display: block;
  height: 120px;
  padding: 0;
  width: 100%;
}
.bk-menuPlugin li.col-lg-1 a:hover,
.bk-menuPlugin li.col-lg-1 a:focus {
  text-decoration: none;
}
.bk-menuPlugin li.col-lg-1 a .svg-container {
  width: 100%;
  height: 80%;
}
.bk-menuPlugin li.col-lg-1 a .svg-container svg {
  width: 100%;
}
.bk-menuPlugin li.col-lg-1 a span.bk-menuPlugin {
  width: 100%;
  display: block;
  padding: 10px;
  clear: both;
  height: 120px;
  border: none;
  background-color: #77a3f5;
}
.bk-menuPlugin li.col-lg-1 a span.dash,
.bk-menuPlugin li.col-lg-1 a span.am {
  font-size: 3.2em;
}
.bk-menuPlugin li.col-lg-1 a .icon-dashboard-name {
  background: #fff;
  color: #000;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 5px 5px;
  width: 100%;
  min-height: 34px;
  font-weight: 700;
  font-size: 1.05em;
  line-height: 13px;
  text-transform: uppercase;
  display: block;
  font-family: 'Roboto', sans-serif;
}
.bk-menuPlugin li.col-lg-1 a:hover {
  opacity: 0.8;
}
.bk-menuPlugin .bk-backgroundIcon {
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
  clear: both;
  height: 120px;
  border: none;
  text-transform: uppercase;
  color: #fff !important;
  padding-top: 15px;
}
.bk-menuPlugin .bk-backgroundIcon.color-disabled {
  border: none;
  background: #ffffff;
  color: #d9534f;
  cursor: not-allowed !important;
}
.dashboard-content .plugin {
  margin: 0;
}
.dashboard-content .container > div:not(#dashboard-edit-toolbar):not(#bk-pluginGrafici) p {
  background: #ffffff;
  padding: 10px;
  border-radius: 0;
  margin-top: 0;
}
.dashboard-content nav {
  padding-top: 50px;
  background-color: transparent;
}
.breadcrumb-tools {
  text-align: right;
}
.breadcrumb-tools a {
  display: inline-block;
}
.breadcrumb-tools button {
  display: inline-block;
  border: 0 none;
}
.navbar-default {
  background-color: #04592e;
  border: none;
}
.svg-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* BEGIN WORKFLOW TRANSITION */
.workflow-transition-widget {
  width: 100%;
  float: left;
  background-color: #a7dac0;
  padding: 5px;
}
.workflow-transition-widget button {
  margin: 5px 0;
}
.workflow-transition-widget .message {
  margin-left: 10px;
}
.workflow-transition-widget .message h4,
.workflow-transition-widget .message h3 {
  margin: 0;
}
.workflow-transition-widget hr {
  margin-top: 0;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px dashed #abaaaa;
  clear: both;
}
.workflow-transition-widget .logo-text {
  margin: 17px 0 0 19px;
  color: #75a84b;
}
.new-message {
  z-index: 999999;
  position: relative;
  font-family: Amos-Font;
  font-weight: bold;
  color: red;
}
/* END WORKFLOW TRANSITION */
.plugin-list,
.bk-menuPlugin {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
}
.plugin-list .item-widget,
.bk-menuPlugin .item-widget {
  font-size: 0.80em;
  text-transform: uppercase;
  padding: 0 5px;
  margin-bottom: 15px;
  text-align: center;
  float: left;
  width: 100%;
}
.plugin-list .item-widget a,
.bk-menuPlugin .item-widget a {
  position: relative;
  color: #fff;
  clear: both;
  display: block;
  height: 120px;
  padding: 0;
  width: 100%;
  text-decoration: none !important;
}
.plugin-list .item-widget a:hover,
.bk-menuPlugin .item-widget a:hover,
.plugin-list .item-widget a:focus,
.bk-menuPlugin .item-widget a:focus {
  text-decoration: none !important;
}
.plugin-list .item-widget a .svg-container,
.bk-menuPlugin .item-widget a .svg-container {
  width: 100%;
  height: 80%;
}
.plugin-list .item-widget a .svg-container svg,
.bk-menuPlugin .item-widget a .svg-container svg {
  width: 100%;
}
.plugin-list .item-widget a:hover,
.bk-menuPlugin .item-widget a:hover {
  opacity: 0.8;
}
.plugin-list .item-widget span.plugin-list,
.bk-menuPlugin .item-widget span.plugin-list {
  width: 100%;
  display: block;
  padding: 10px;
  clear: both;
  height: 120px;
  border: none;
  background-color: #77a3f5;
}
.plugin-list .item-widget span.dash,
.bk-menuPlugin .item-widget span.dash,
.plugin-list .item-widget span.am,
.bk-menuPlugin .item-widget span.am {
  font-size: 3.2em;
}
.plugin-list .item-widget .icon-dashboard-name,
.bk-menuPlugin .item-widget .icon-dashboard-name {
  background: #fff;
  color: #000;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 5px 5px;
  width: 100%;
  min-height: 34px;
  font-weight: 700;
  font-size: 1.05em;
  line-height: 13px;
  text-transform: uppercase;
  display: block;
  font-family: 'Roboto', sans-serif;
}
.plugin-list .item-widget .badge span,
.bk-menuPlugin .item-widget .badge span {
  font-size: 1.15em;
}
.plugin-list .bk-backgroundIcon,
.bk-menuPlugin .bk-backgroundIcon {
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
  clear: both;
  height: 120px;
  border: none;
  text-transform: uppercase;
  color: #fff !important;
  padding-top: 15px;
}
.plugin-list .bk-backgroundIcon.color-disabled,
.bk-menuPlugin .bk-backgroundIcon.color-disabled {
  border: none;
  background: #ffffff;
  color: #d9534f;
  cursor: not-allowed !important;
}
.plugin-list table .bk-backgroundIcon,
.bk-menuPlugin table .bk-backgroundIco {
  height: 50px;
}
.actions-dashboard-container .col-custom {
  width: 50%;
}
@media (min-width: 500px) and (max-width: 764px) {
  .actions-dashboard-container .col-custom {
    width: 33.33%;
  }
}
@media (min-width: 500px) and (max-width: 764px) {
  .actions-dashboard-container .col-custom {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .actions-dashboard-container .col-custom {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .actions-dashboard-container .col-custom {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .actions-dashboard-container .col-custom {
    width: 12.5%;
  }
}
.widgets-graphic-sortable {
  list-style: none;
  padding: 0;
}
.graphics-dashboard-container {
  margin: 25px 5px;
  float: left;
  width: 100%;
}
.graphics-dashboard-container .grid-item,
.graphics-dashboard-container .grid-sizer {
  width: 33% !important;
  border-bottom: none;
}
@media (max-width: 992px) {
  .graphics-dashboard-container .grid-item,
  .graphics-dashboard-container .grid-sizer {
    width: 48.5% !important;
  }
}
@media (max-width: 768px) {
  .graphics-dashboard-container .grid-item,
  .graphics-dashboard-container .grid-sizer {
    width: 100% !important;
  }
}
.graphics-dashboard-container ul.widgets-graphic-sortable {
  float: left;
  width: 100%;
}
.graphics-dashboard-container ul.widgets-graphic-sortable li {
  margin-bottom: 25px;
  padding-right: 5px;
  padding-left: 5px;
}
.graphics-dashboard-container .box-widget section {
  background: #fff;
  position: relative;
  min-height: 100px;
  padding-bottom: 10px;
}
.graphics-dashboard-container .box-widget section .list-items {
  border-bottom: 1px dashed #888787;
  margin-bottom: 10px;
  padding: 10px;
}
.graphics-dashboard-container .box-widget section .read-item a {
  color: #067c3f;
  font-weight: bold;
}
.graphics-dashboard-container .box-widget section .read-item a:hover {
  text-decoration: none;
}
.graphics-dashboard-container .box-widget section .read-all {
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0 15px;
}
.graphics-dashboard-container .box-widget .box-widget-title {
  font-size: 1.15em;
  text-transform: uppercase;
  margin: 9px auto;
  float: left;
  text-align: left;
  font-weight: bold;
}
.graphics-dashboard-container .box-widget .box-widget-subtitle {
  margin: 0;
  font-size: 1.3em;
  color: #000;
}
.graphics-dashboard-container .box-widget .box-widget-text {
  margin-top: 10px;
  line-height: 1.35em;
}
.graphics-dashboard-container .box-widget .box-widget-toolbar {
  text-align: right;
  background-color: #b1e5e0;
  color: #000000;
  padding: 5px;
  padding-left: 15px;
}
.graphics-dashboard-container .box-widget .box-widget-toolbar .manage {
  margin-top: 7px;
}
.graphics-dashboard-container .box-widget .box-widget-toolbar .dropdown-menu li,
.graphics-dashboard-container .box-widget .box-widget-toolbar .dropdown-menu li a {
  color: #514b4b;
  margin: 0;
  text-decoration: none;
}
.graphics-dashboard-container .box-widget .widget-listbox-option {
  margin: 0 0 8px 0;
}
.graphics-dashboard-container .box-widget .widget-listbox-option:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.graphics-dashboard-container .box-widget .widget-listbox-option .btn {
  padding: 3px 10px;
  font-size: 0.9em;
}
.graphics-dashboard-container .box-widget .widget-listbox-option article {
  padding: 5px 0;
}
.graphics-dashboard-container .box-widget .widget-listbox-option article .container-icon {
  text-align: center;
  font-size: 2.35em;
  float: left;
  width: 50px;
  height: 50px;
  color: #009788;
}
.graphics-dashboard-container .box-widget .widget-listbox-option article .container-icon .dash {
  font-size: 50px;
}
.graphics-dashboard-container .box-widget .widget-listbox-option article .container-img {
  min-width: 50px;
  float: left;
  width: 33%;
  max-height: 100px;
  overflow: hidden;
}
.graphics-dashboard-container .box-widget .widget-listbox-option article .container-img img {
  width: 100%;
}
.graphics-dashboard-container .box-widget .widget-listbox-option article .container-img + .container-text {
  float: right;
  width: 68%;
}
.graphics-dashboard-container .box-widget .widget-listbox-option article .container-icon + .container-text {
  float: right;
  width: 85%;
}
.graphics-dashboard-container .box-widget .user-id-icon {
  background-color: #888787 !important;
}
.graphics-dashboard-container .box-widget .container-text {
  margin-bottom: 10px;
}
.graphics-dashboard-container .box-widget .container-text h2 {
  line-height: 1.25;
  vertical-align: middle;
  display: table-cell;
}
.graphics-dashboard-container .box-widget .container-text p {
  line-height: 1.35;
}
@media (min-width: 992px) {
  .graphics-dashboard-container .box-widget {
    height: 100%;
  }
  .graphics-dashboard-container .box-widget section {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .graphics-dashboard-container {
    width: 100%;
  }
}
div[class*="-view "]:not(.container-change-view) {
  padding: 0;
}
div[class*="-view "]:not(.container-change-view) table {
  margin-top: 15px;
}
div[class*="-view "]:not(.container-change-view) table th {
  width: 13%;
}
.fc-row table,
.fc-body table {
  margin-top: 0 !important;
}
.fc-month-view .fc-row th {
  width: auto !important;
}
.fc-agendaWeek-view {
  overflow-y: scroll;
}
.fc-scroller {
  clear: both;
}
th.fc-axis {
  padding: 2px !important;
}
.kv-expand-icon {
  font-size: 25px;
}
table tr td {
  vertical-align: middle !important;
}
.grid-view table th {
  color: #04592E;
  font-size: 13px;
}
.grid-view table th a:after {
  content: '\f312';
  font-family: Amos-font;
  margin-left: 5px;
}
.grid-view table th a.asc::after {
  content: '\f2fc';
  font-family: Amos-font;
  margin-left: 5px;
}
.grid-view table th a.desc::after {
  content: '\f2f9';
  font-family: Amos-font;
  margin-left: 5px;
}
.grid-view table td {
  padding: 10px;
}
.grid-view table .container-action {
  font-size: 1.2em;
}
.grid-view table .container-action .modal-content {
  font-size: small;
}
.grid-view table .container-action a {
  text-decoration: none;
}
td:last-child .bk-elementActions {
  white-space: nowrap !important;
}
td:last-child .bk-elementActions .modal-body {
  white-space: normal !important;
}
/*RESPONSIVE TABLE - layout*/
.table_switch td:last-child .bk-elementActions {
  white-space: nowrap !important;
}
.table_switch td:last-child .bk-elementActions .modal-body {
  white-space: normal !important;
}
@media (max-width: 767px) {
  .table_switch {
    /*----hide header if not filter or input_element(select/deselect all) class----*/
    /*---- end ----*/
    /*Label the data
     * General Rule: add content by title of TD before it
     * If is image no label
     * If is heder-checkbox (select/deselect all) fix label
    * */
  }
  .table_switch td,
  .table_switch th {
    white-space: normal !important;
  }
  .table_switch table,
  .table_switch thead,
  .table_switch tbody,
  .table_switch th,
  .table_switch td,
  .table_switch tr {
    display: block;
    float: left;
    width: 100%;
  }
  .table_switch thead tr:not(.filters) {
    display: none;
  }
  .table_switch tr.filters th:not(.input_element) {
    display: none;
    border-bottom: 0;
  }
  .table_switch tr {
    border: 1px solid #ccc;
  }
  .table_switch tr.filters td[title=''] {
    display: none;
  }
  .table_switch input[type=checkbox] {
    float: right;
  }
  .table_switch th.input_element {
    position: relative;
    border-width: 0;
  }
  .table_switch th.input_element input[type=checkbox] {
    margin-left: 30%;
  }
  .table_switch th.input_element input[type=checkbox]:before {
    content: "Seleziona tutto";
    font-weight: bold;
    position: absolute;
    left: 5px;
  }
  .table_switch td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30% !important;
    min-height: 40px;
  }
  .table_switch td:before {
    /* like a table header */
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    content: attr(title);
    font-weight: bold;
  }
  .table_switch td:checked:before {
    content: "Deseleziona tutto";
    font-weight: bold;
  }
  .table_switch td [title="Immagine"]:before,
  .table_switch td [title="immagine"]:before,
  .table_switch td [title="Foto"]:before,
  .table_switch td [title="foto"]:before,
  .table_switch td [title="Logo"]:before,
  .table_switch td [title="logo"]:before,
  .table_switch td [title="Avatar"]:before,
  .table_switch td [title="avatar"]:before {
    display: none;
  }
  .table_switch td td[title="Immagine"],
  .table_switch td [title="immagine"],
  .table_switch td [title="Foto"],
  .table_switch td [title="foto"],
  .table_switch td [title="Logo"],
  .table_switch td [title="logo"],
  .table_switch td [title="Avatar"],
  .table_switch td [title="avatar"],
  .table_switch td [title=''] {
    padding-left: 10px !important;
  }
}
@media (max-width: 500px) {
  .table_switch td:not(:last-child) {
    padding-left: 48% !important;
    white-space: normal !important;
  }
}
/*RESPONSIVE INFO - layout*/
.container-general-info .title {
  text-align: center;
  margin-bottom: 15px;
}
.container-general-info .more-info {
  width: 100%;
  float: left;
  text-align: center;
  margin: 15px auto;
  text-decoration: underline;
}
.table-info {
  width: 100%;
}
.table-info tr {
  border-bottom: 1px solid #067c3f;
}
.table-info th {
  width: 50%;
  text-align: right;
  padding-right: 25px;
}
.table-info td {
  width: 50%;
  text-align: left;
  padding-left: 25px;
  border-bottom: 1px solid #067c3f;
}
.plugin-list table td.icona > p {
  padding: 5px;
  color: #fff;
  font-size: 2em;
  width: 50px;
  text-align: center;
}
.modal-content {
  float: left;
  padding: 0 15px;
  text-align: left;
  width: 100%;
}
.modal-content .modal-header {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3em;
}
.bootstrap-dialog .modal-content {
  padding: 0;
}
.bootstrap-dialog.type-warning .modal-header {
  background-color: #2b552c;
}
.bootstrap-dialog-footer-buttons .btn-default {
  margin-bottom: 0;
  color: #888787;
  background-color: #ffffff;
  border: 1px solid #888787;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.bootstrap-dialog-footer-buttons .btn-default:focus {
  color: #888787;
  background-color: #e6e6e6;
  border-color: #484747;
  outline-color: #e6e6e6;
  text-decoration: none;
}
.bootstrap-dialog-footer-buttons .btn-default:hover,
.bootstrap-dialog-footer-buttons .btn-default:active,
.bootstrap-dialog-footer-buttons .btn-default:active:focus,
.bootstrap-dialog-footer-buttons .btn-default:active:hover {
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #a6a6a6;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-dialog-footer-buttons .btn.btn-warning {
  margin-bottom: 0;
  color: #ffffff;
  background-color: #067c3f;
  border: 1px solid #044b26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1em;
  text-transform: uppercase;
}
.bootstrap-dialog-footer-buttons .btn.btn-warning:focus {
  color: #ffffff;
  background-color: #044b26;
  border-color: #000000;
  outline-color: #044b26;
  text-decoration: none;
}
.bootstrap-dialog-footer-buttons .btn.btn-warning:hover,
.bootstrap-dialog-footer-buttons .btn.btn-warning:active,
.bootstrap-dialog-footer-buttons .btn.btn-warning:active:focus,
.bootstrap-dialog-footer-buttons .btn.btn-warning:active:hover {
  color: #e6e6e6;
  background-color: #08ad58;
  border-color: #068644;
  text-decoration: none;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.modal-btn-confirm-relative {
  position: relative !important;
  margin: 15px 15px 0 0 !important;
}
.modal-btn-cancel-relative {
  position: relative !important;
  margin: 15px 0 0 0 !important;
}
.modal-slideshow .modal-content,
.modal-slideshow .modal-body {
  padding: 0;
}
.slideshow {
  min-height: 200px;
  padding: 10px 75px 31px 75px;
}
.slideshow .carousel-control span {
  color: #acacac;
}
.slideshow .carousel-control.right {
  background-image: none;
}
.slideshow .carousel-control.right:hover {
  background-image: none;
}
.slideshow .carousel-control.left {
  background-image: none;
}
.slideshow .carousel-control.left:hover {
  background-image: none;
}
.slideshow .carousel-indicators {
  bottom: 0;
}
.slideshow .carousel-indicators li {
  border: 1px solid #d0d0d0;
}
.slideshow .carousel-indicators .active {
  background-color: #d0d0d0;
}
@media screen and (min-width: 768px) {
  .slideshow .carousel-indicators {
    bottom: 0;
  }
}
/*TODO - SISTEMARE LESS */
/* WIZARD CSS
.arrow-steps{
  .step {
    width: 32%;
    font-size: 18px;
    text-align: center;
    color: @secondary-color;
    cursor: default;
    margin: 0 3px;
    padding: 7px;
    float: left;
    position: relative;
    background-color: #E3E3E3;
    background-color: @utility-color;
    transition: background-color 0.2s ease;

    &:before{
      right: auto;
      left: 0;
      border-left: 17px solid #fff;
      z-index: 0;
    }

    &:after,
    &:before{
      content: " ";
      position: absolute;
      top: 0;
      right: -17px;
      width: 0;
      height: 0;
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent;
      border-left: 17px solid @utility-color;
      z-index: 2;
      transition: border-color 0.2s ease;
    }

    &:first-child{
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;

      &:before {
        border: none;
      }
    }

    span {
      position: relative;

      &:before {
        opacity: 0;
        content: "✔";
        top: -2px;
        left: -20px;
        color: #029939;
      }
    }

    &.done{
      color: #000;

      span{
        &:before {
          opacity: 1;
          -webkit-transition: opacity 0.3s ease 0.5s;
          -moz-transition: opacity 0.3s ease 0.5s;
          -ms-transition: opacity 0.3s ease 0.5s;
          transition: opacity 0.3s ease 0.5s;
        }
      }
    }

    &.current {
      color: #000;
      background-color: @secondary-color;

      &:after {
        border-left: 17px solid @secondary-color;
      }

      p {
        background-color: #000;
        color: #fff;
      }
    }
  }
}

.file-drop-zone-title {
  color: #666;
  font-size: 20px;
  padding: 85px 10px;
  background-color: #E3E3E3;
}

.control-label {
  font-weight: bold;
}

.pad {
  padding: 15px;
  float: none;
}

.wizzard-label {
  display: inline;
  padding: 5px 11px;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2em;
  position: relative;
  top: -1px;
  background-color: #fff;

}*/
.community-title-work {
  margin-bottom: 15px;
}
.community-title-work p {
  color: #514b4b;
  margin: 0;
}
.created-by .community-type {
  color: #067c3f;
  margin: 0;
}
.created-by .community-info {
  margin: 0;
}
.progress-menu-container {
  padding: 30px 0 0 0;
}
.progress-container .part {
  font-size: 2.20em;
  margin-top: 45px;
  color: #009788;
}
.flexer,
.progress-indicator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.no-flexer,
.progress-indicator.stacked {
  display: block;
}
.no-flexer-element {
  -ms-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.flexer-element,
.progress-indicator > li {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
/*.progress-indicator {
    margin: @margin-default 0 @margin-default 0;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
    margin-bottom: 1em;


    //== BEGIN LI
    > li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
        //color: #bbbbbb;
        display: block;
        font-size: 12px;

        &:hover {
            color: #6e6e6e;
        }*/
/*&.completed {
             color: @primary-color;

             .bubble-indicator {
                 background-color: @primary-color;
                 color: @primary-color;
                 border-color: @primary-color;

                 &:before,
                 &:after{
                     background-color: @primary-color;
                     border-color: @primary-color;
                 }
             }
         }

         //DANGER
         &.danger {
             .bubble-indicator {
                 background-color: @danger-color;
                 color: @danger-color;
                 border-color: darken(@danger-color, 10%);

                 &:before,
                 &:after{
                     background-color: @danger-color;
                     border-color: darken(@danger-color, 10%);
                 }
             }
         }

         //WARNING
         &.warning {
             .bubble-indicator {
                 background-color: @warning-color;
                 color: @warning-color;
                 border-color: darken(@warning-color, 10%);

                 &:before,
                 &:after {
                     background-color: @warning-color;
                     border-color: darken(@warning-color, 10%);
                 }
             }
         }

         //INFO
         &.info {
             .bubble-indicator {
                 background-color: #000;
                 color: #000;
                 border-color: #000;

                 &:before,
                 &:after {
                     background-color: #000;
                     border-color: #000;
                 }
             }
         }*/
/*.key-indicator{
             position: absolute;
             top: 2px;
             left: 15px;
             right: 15px;
             font-size: 23px;
             color: #fff;
             font-weight: bold;
         }*/
/*.bubble-indicator {
             border-radius: 1000px;
             width: 40px;
             height: 40px;
             background-color: #bbbbbb;
             display: block;
             margin: 0 auto 0.5em auto;
             border-bottom: 1px solid #888888;

             &:before {
                 left: 0;
             }

             &:after {
                 right: 0;
             }
             &:before, &:after{
                 display: block;
                 position: absolute;
                 top: 18px;
                 width: 100%;
                 height: 5px;
                 content: '';
                 background-color: #bbbbbb;
             }
         }

         /*a {
             &:hover {
                 .bubble-indicator {
                     background-color: #999;
                     color: #999;
                     border-color: #999;

                     &:before,
                     &:after{
                         background-color: #999;
                         border-color: #999;
                     }
                 }
             }
         }
     }*/
/*.stacked{
        > li{
            text-indent: -10px;
            text-align: center;
            display: block;

            .bubble-indicator{
                &:before, &:after {
                    left: 50%;
                    margin-left: -1.5px;
                    width: 3px;
                    height: 100%;
                }
            }

            a {
                border: none;
            }
        }

        .stacked-text {
            position: relative;
            z-index: 10;
            top: 0;
            margin-left: 60% !important;
            width: 45% !important;
            display: inline-block;
            text-align: left;
            line-height: 1.2em;
        }
    }
    //== END STACKED

}*/
.progress-container-lg {
  display: block;
}
.progress-container-sm {
  display: none;
  width: 100%;
  background: #067c3f;
  font-size: 18px;
  color: #fff;
  padding: 10px;
}
.progress-container-sm p {
  float: left;
  margin: 3px 10px;
  display: table-cell;
  width: 91%;
}
.progress-container-sm a,
.progress-container-sm a:hover {
  font-size: 18px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.progress-indicator {
  margin: 15px 0 15px 0;
  padding: 0;
  font-size: 80%;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.progress-indicator > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  display: block;
  font-size: 12px;
}
.progress-indicator > li:hover {
  color: #6e6e6e;
}
.progress-indicator > li:hover.warning .bubble-indicator {
  background-color: #fff;
  color: #f0ad4e;
  border-color: #f0ad4e;
}
.progress-indicator > li:hover.warning .bubble-indicator:after,
.progress-indicator > li:hover.warning .bubble-indicator:before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.progress-indicator > li:hover.completed .bubble-indicator {
  background-color: #067c3f;
  color: #fff;
  border-color: #067c3f;
}
.progress-indicator > li:hover.completed .bubble-indicator:after,
.progress-indicator > li:hover.completed .bubble-indicator:before {
  background-color: #067c3f;
  border-color: #067c3f;
}
.progress-indicator > li:hover.danger .bubble-indicator {
  background-color: transparent;
  color: #d9534f;
  border: 5px solid #c9302c;
}
.progress-indicator > li:hover.danger .bubble-indicator:after,
.progress-indicator > li:hover.danger .bubble-indicator:before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.progress-indicator > li:hover .bubble-indicator {
  opacity: 0.8;
}
.progress-indicator > li.completed {
  color: #067c3f;
}
.progress-indicator > li.completed .bubble-indicator {
  background-color: #067c3f;
  color: #067c3f;
  border-color: #067c3f;
}
.progress-indicator > li.completed .bubble-indicator:before,
.progress-indicator > li.completed .bubble-indicator:after {
  background-color: #067c3f;
  border-color: #067c3f;
}
.progress-indicator > li.danger .bubble-indicator {
  background-color: transparent;
  color: #d9534f;
  border: 5px solid #c9302c;
}
.progress-indicator > li.danger .bubble-indicator:before,
.progress-indicator > li.danger .bubble-indicator:after {
  background-color: #d9534f;
  border-color: #c9302c;
}
.progress-indicator > li.danger .key-indicator {
  color: #d9534f;
}
.progress-indicator > li.warning .bubble-indicator {
  background-color: transparent;
  color: #f0ad4e;
  border: 5px solid #ec971f;
  border-radius: 0 !important;
}
.progress-indicator > li.warning .bubble-indicator:before,
.progress-indicator > li.warning .bubble-indicator:after {
  background-color: #f0ad4e;
  border-color: #ec971f;
}
.progress-indicator > li.warning .key-indicator {
  color: #f0ad4e !important;
}
.progress-indicator > li.info .bubble-indicator {
  background-color: #000;
  color: #000;
  border-color: #000;
}
.progress-indicator > li.info .bubble-indicator:before,
.progress-indicator > li.info .bubble-indicator:after {
  background-color: #000;
  border-color: #000;
}
.progress-indicator > li .key-indicator {
  position: absolute;
  top: 2px;
  left: 15px;
  right: 15px;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
}
.progress-indicator > li .bubble-indicator {
  border-radius: 1000px;
  width: 40px;
  height: 40px;
  background-color: #bbbbbb;
  display: block;
  margin: 0 auto 0.5em auto;
  border-bottom: 1px solid #888888;
}
.progress-indicator > li .bubble-indicator:before {
  left: 0;
}
.progress-indicator > li .bubble-indicator:after {
  right: 0;
}
.progress-indicator > li .bubble-indicator:before,
.progress-indicator > li .bubble-indicator:after {
  display: block;
  position: absolute;
  top: 18px;
  width: 34%;
  height: 5px;
  content: '';
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .progress-indicator > li .bubble-indicator:before,
  .progress-indicator > li .bubble-indicator:after {
    width: 22%;
  }
}
.progress-indicator > li a:hover .bubble-indicator {
  background-color: #999;
  color: #999;
  border-color: #999;
}
.progress-indicator > li a:hover .bubble-indicator:before,
.progress-indicator > li a:hover .bubble-indicator:after {
  background-color: #999;
  border-color: #999;
}
.progress-indicator .stacked > li {
  text-indent: -10px;
  text-align: center;
  display: block;
}
.progress-indicator .stacked > li .bubble-indicator:before,
.progress-indicator .stacked > li .bubble-indicator:after {
  left: 50%;
  margin-left: -1.5px;
  width: 3px;
  height: 100%;
}
.progress-indicator .stacked > li a {
  border: none;
}
.progress-indicator .stacked .stacked-text {
  position: relative;
  z-index: 10;
  top: 0;
  margin-left: 60% !important;
  width: 45% !important;
  display: inline-block;
  text-align: left;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .community-title-work {
    text-align: center;
    margin-top: 15px;
  }
  .community-title-work p {
    color: #514b4b;
  }
  .created-by {
    text-align: center;
    margin-top: 30px;
  }
  .created-by .community-type {
    color: #067c3f;
  }
}
@media (max-width: 500px) {
  .progress-container-lg {
    display: none;
  }
  .progress-container-sm {
    display: table;
    margin-bottom: 15px;
  }
}
@media handheld, screen and (max-width: 400px) {
  .progress-indicator {
    font-size: 60%;
  }
}
.steps {
  color: #888787;
}
.steps .step-wrap {
  border-bottom: 3px solid #d4d4d4;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.steps .step-wrap .title {
  text-align: center;
  margin-bottom: 15px;
}
.steps .step-wrap P {
  text-align: center;
}
.steps .step-wrap .form-group {
  margin-top: 40px;
}
.steps .step-wrap .form-group .btn-primary {
  background-color: #888787;
}
.steps .step-wrap a {
  color: #888787;
}
.steps .step-wrap .step-number {
  font-size: 52px;
  color: #888787;
  border: 5px solid #888787;
  border-radius: 50%;
  font-weight: bold;
  float: left;
  width: 95px;
  height: 95px;
  margin-right: 10px;
}
@media (max-width: 560px) {
  .steps .step-wrap .step-number {
    float: none;
    margin: 0 auto;
  }
}
.steps .step-wrap.active {
  color: #000000;
}
.steps .step-wrap.active .form-group .btn-primary {
  background-color: #067c3f;
}
.steps .step-wrap.active a {
  color: #067c3f;
}
.steps .step-wrap.active .step-number {
  color: #067c3f;
  border-color: #067c3f;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background-color: #888787;
  background-image: url(/img/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  float: left;
  padding-bottom: 86px;
}
a {
  color: #067c3f;
}
a:hover {
  color: #067c3f;
  text-decoration: underline;
}
a:focus {
  outline-color: #044b26;
}
.page-content {
  background-color: #fff;
  padding: 20px;
  float: left;
  width: 100%;
}
.page-header {
  margin: 30px 0 0 0;
  color: #514b4b;
  border-bottom: 1px solid #514b4b;
}
.page-header h1,
.page-header .title {
  color: #514b4b;
  margin: 0;
  font-weight: 200;
  font-size: 2.36em;
  line-height: 1.1;
}
.row.bk-btnContainer {
  margin-right: 0;
  margin-left: 0;
}
.bk-btnContainer {
  padding: 10px 0;
}
.bk-btnContainer {
  border-bottom: 1px dashed #dce6e6;
  margin-bottom: 15px;
}
.container_listview {
  border: 2px dashed #e1e1e1;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 20px 0;
}
.table .bk-elementActions {
  text-align: right;
}
.table .bk-elementActions a:hover {
  text-decoration: none;
}
.table .bk-elementActions a:focus {
  text-decoration: none;
  outline: none;
  outline-offset: 0;
}
.action-header {
  padding: 15px 30px;
  line-height: 100%;
  position: relative;
  z-index: 1;
  min-height: 65px;
  background-color: #d4d4d4;
  border-bottom: 2px solid #d4d4d4;
}
.action-header .actions {
  list-style-type: none;
  float: right;
  width: auto;
}
.action-header .actions > li {
  display: inline-block;
  vertical-align: baseline;
}
.action-header .actions > li > a {
  display: inline-block;
  padding-top: 5px;
}
@media (max-width: 440px) {
  .action-header .actions {
    padding-left: 0;
  }
}
#bk-formDefaultPrivacy {
  margin: 0 auto;
  text-align: center;
}
.privacy {
  margin-top: 15px;
}
.informativa {
  text-align: justify;
}
.tags-title {
  border-bottom: 2px solid #067c3f;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.tag-form {
  padding-top: 15px;
}
.tree-tags {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 2px dashed #d4d4d4;
}
.tag {
  padding: 0px 5px;
  margin: 2px;
  text-align: center;
  border-radius: 5px;
  font-size: 1.15em;
  font-weight: normal;
  float: left;
  background: #d4d4d4;
  color: #000000;
}
.taglist {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.taglist li {
  float: left;
}
.taglist .tag-item {
  display: inline-block;
  line-height: 26px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  width: auto;
  padding: 1px 15px 5px 15px;
  background-color: #efefef;
}
@media (min-width: 768px) and (max-width: 991px) {
  .taglist .tag-item {
    width: 95%;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .taglist .tag-item {
    width: 48%;
  }
}
@media (max-width: 499px) {
  .taglist .tag-item {
    width: 95%;
  }
}
.taglist .tag-item > div {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
}
.taglist .tag-item > div > .am-label {
  margin-right: 5px;
}
.taglist .tag-item > div p {
  font-size: 0.95em;
  margin: 0;
  line-height: 10px;
}
.taglist .tag-item > div .tag-label:only-child {
  display: inline;
  margin-top: 11px;
}
.listview-container.grid-item {
  border: 1px solid #d4d4d4;
}
.grid-item {
  margin-bottom: 15px;
}
.grid .grid-item,
.grid .grid-sizer {
  width: 31.9% !important;
}
@media (max-width: 992px) {
  .grid .grid-item,
  .grid .grid-sizer {
    width: 48.5% !important;
  }
}
@media (max-width: 768px) {
  .grid .grid-item,
  .grid .grid-sizer {
    width: 100% !important;
  }
}
.container-messages .alert {
  margin-top: 20px;
}
.btnViewContainer {
  margin: 15px 0 0 0;
}
@media (min-width: 420px) {
  .icon-view,
  .grid-view,
  .list-view {
    float: left;
    width: 100%;
  }
}
.allegati h3 {
  float: left;
}
.allegati .btn-download-tutti {
  margin: 18px 0 9px 0;
  text-decoration: underline;
  text-transform: uppercase;
  color: #067c3f;
}
.allegati .icon-view,
.allegati .grid-view,
.allegati .list-view {
  /* padding: 0;*/
}
.allegati table tbody td:first-child {
  min-width: 215px;
}
.manage li.no-action {
  margin: 0 5px;
  width: 150px;
}
.sidebar {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .sidebar {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding: 0;
  }
}
.sidebar .h4 {
  margin-top: 15px;
}
.gantt_container {
  z-index: 999;
  background-color: #fff;
}
.details_card {
  background: #e2e2e2;
  float: left;
  width: 100%;
}
.profile .default-form {
  background-color: #e2e2e2;
}
.left-column {
  padding: 20px;
}
.left-column .img-profile {
  margin: auto;
}
.left-column .img-profile .col-xs-12 {
  width: 100%;
}
@media (max-width: 767px) {
  .left-column .img-profile {
    background-color: #067c3f;
  }
}
@media (max-width: 767px) {
  .left-column .img-profile {
    text-align: center;
    padding-top: 20px;
  }
}
.left-column .img-profile img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .left-column .img-profile img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .left-column .img-profile img {
    display: inline-block;
    height: auto;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
  }
}
.left-column .fileinput .container-btn .fileinput-new {
  max-width: 100%;
}
.left-column .under-img {
  position: relative;
  text-align: center;
  vertical-align: center;
  background-color: #067c3f;
  padding: 15px 5px;
  min-height: 70px;
}
.left-column .under-img .btn {
  top: -10px;
  right: 0;
  left: 0;
  position: absolute;
  font-size: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 170px;
}
.left-column .under-img h2 {
  color: #ffffff;
  margin-top: 15px;
  font-size: 1.5em;
}
.left-column .container-info-icons {
  max-width: 100%;
}
@media (max-width: 767px) {
  .left-column .container-info-icons {
    text-align: center;
  }
}
.left-column .container-info-icons p.title {
  font-size: 1.25em;
  color: #000;
}
.left-column .container-info-icons p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left-column .container-info-icons p .am {
  margin-right: 5px;
}
.left-column .container-info-icons {
  margin-top: 18px;
}
.left-column .container-info-icons label {
  cursor: pointer;
}
@media (min-width: 768px) {
  .left-column + .right-column {
    border-left: 1px solid #d4d4d4;
  }
}
.right-column {
  background: #fff;
  min-height: 550px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .right-column {
    min-height: 0;
  }
}
.right-column .btn-associa {
  margin: 0 15px 5px 15px;
}
.section-data {
  float: left;
  width: 100%;
  padding: 5px 0;
}
.section-data > .row {
  margin-top: 5px;
  padding-left: 25px;
}
.section-data h1 {
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 100;
  font-size: 1.55em;
  clear: both;
}
.section-data h1 span {
  margin-right: 5px;
}
.section-data dl {
  float: left;
}
.section-data dl,
.section-data p {
  padding-left: 40px;
  width: 100%;
  clear: both;
}
@media (min-width: 768px) {
  .section-data dt {
    float: left;
    width: 30%;
    margin-bottom: 5px;
  }
}
.section-data dt dd {
  margin-bottom: 20px;
  width: 65%;
}
.section-data.edit dl {
  padding: 0;
}
.details_card .img-profile .has-error .col-xs-6 {
  width: 100% !important;
}
@media (max-width: 767px) {
  .left-column,
  .right-column {
    padding: 0;
  }
  .details_card .img-profile .has-error .fileinput-preview.fileinput-exists.thumbnail,
  .details_card .img-profile .has-error span.tooltip-error-field > span {
    color: #ffffff;
  }
}
.box-background {
  background-color: #a7dac0;
  padding: 5px 0;
  color: #067c3f;
}
.box-background label {
  margin-bottom: 0;
}
.boxed-data {
  background-color: #fff;
  color: #514b4b;
  padding: 0 5px;
  line-height: 25px !important;
}
.event-view .media {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .event-view .media .media-body > div,
  .event-view .media .media-body > div > div {
    padding: 0;
  }
  .event-view .media img {
    margin: auto;
  }
}
.event-view .container-sidebar .box {
  padding: 15px 0;
}
.event-view .container-sidebar .box > div {
  margin-bottom: 15px;
}
.event-view .container-sidebar .box > div:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .event-view .sidebar {
    margin-top: 30px;
  }
}
.box-background {
  background-color: #a7dac0;
  padding: 5px 0;
  color: #067c3f;
}
.box-background label {
  margin-bottom: 0;
}
.boxed-data {
  background-color: #fff;
  color: #514b4b;
  padding: 0 5px;
  line-height: 25px !important;
}
.event-view .media {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .event-view .media .media-body > div,
  .event-view .media .media-body > div > div {
    padding: 0;
  }
  .event-view .media img {
    margin: auto;
  }
}
.event-view .container-sidebar .box {
  padding: 15px 0;
}
.event-view .container-sidebar .box > div {
  margin-bottom: 15px;
}
.event-view .container-sidebar .box > div:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .event-view .sidebar {
    margin-top: 30px;
  }
}
.centered-details section {
  margin: 25px 0px;
}
.centered-details section h2 {
  border-bottom: 1px solid #067c3f;
  padding-bottom: 8px;
}
.centered-details section h3 {
  color: #067c3f;
  border-bottom: 2px solid #d4d4d4;
  margin-bottom: 20px;
}
.centered-details section dl {
  width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 0;
}
.centered-details section dt {
  font-weight: normal;
  float: left;
  width: 40%;
  margin-bottom: 5px;
  text-align: right;
}
.centered-details section dd {
  font-weight: bold;
  float: left;
  text-align: left;
  margin-left: 20px;
}
.list-horizontal-element {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  border: solid #d4d4d4 0.3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-horizontal-element .list-element-left {
  padding: 0;
  background-color: #067c3f;
  position: relative;
  width: 125px;
  min-height: 145px;
}
@media (max-width: 767px) {
  .list-horizontal-element .list-element-left {
    width: 100%;
  }
}
.list-horizontal-element .list-element-left img {
  position: absolute;
  top: 8%;
  left: 25%;
  width: auto;
  z-index: 100;
}
@media (max-width: 767px) {
  .list-horizontal-element .list-element-left img {
    position: relative;
    margin: 10px auto;
    top: 0;
    left: auto;
    transform: none;
  }
}
.list-horizontal-element .foot-bar {
  margin: 0;
  padding-left: 30px;
  background-color: #e2e2e2;
}
@media (max-width: 767px) {
  .list-horizontal-element .foot-bar {
    padding: 15px;
    padding-bottom: 5px;
  }
}
.list-horizontal-element .foot-bar .foot-bar-right {
  text-align: right;
}
@media (max-width: 767px) {
  .list-horizontal-element .foot-bar .foot-bar-left,
  .list-horizontal-element .foot-bar .foot-bar-right {
    padding: 0;
  }
}
.list-horizontal-element .foot-bar .btn {
  padding: 0 5px;
}
.list-horizontal-element .foot-bar .btn .btn-info-action {
  padding: 0;
}
.list-horizontal-element .list-element-body {
  margin: 0;
  margin-bottom: 15px;
  padding-left: 45px;
  padding-bottom: 5px;
}
.list-horizontal-element .list-element-body h3 {
  margin-bottom: 15px;
}
.list-horizontal-element .list-element-body p {
  margin: 0;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .list-horizontal-element .list-element-body {
    margin: 15px;
    padding-left: 15px;
  }
}
.list-horizontal-element .list-element-body img {
  float: left;
  max-width: 150px;
  left: -25px;
  top: 15px;
}
@media (max-width: 767px) {
  .list-horizontal-element .list-element-body img {
    top: -110px;
    left: 50%;
    margin-left: -65px;
    position: absolute;
  }
}
.list-horizontal-element .list-element-right {
  width: 88%;
}
@media (max-width: 767px) {
  .list-horizontal-element .list-element-right {
    width: 100%;
  }
}
.list-horizontal-element .list-element-right .container-btn {
  float: right;
}
.list-horizontal-element .list-element-right button {
  margin: 15px;
}
@media (max-width: 767px) {
  .list-horizontal-element {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ellipsis-text {
  max-width: 100%;
  font-family: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-text:before {
  font-family: 'Amos-Font';
}
.icon-view .manage {
  margin: 5px 0;
  position: absolute;
  right: 0;
  z-index: 3;
}
.icon-view .manage .manage-menu {
  color: #ffffff;
}
.icon-view .under-img {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: -52px;
  z-index: 3;
}
.icon-view .under-img .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .icon-view .under-img {
    left: 20%;
    right: 20%;
  }
}
.card-container {
  margin: 0;
  border: solid #d4d4d4 0.3px;
  background: #fff;
  margin-bottom: 15px;
  height: 305px;
}
.card-container .chechbox-widget input {
  position: relative;
  z-index: 999;
}
.card-container .icon-header {
  height: 116px;
  background-color: #067c3f;
  position: relative;
}
.card-container .icon-header .contenitore-round-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  margin: 0 auto;
  border: 3px solid #ffffff;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -74px;
  z-index: 2;
}
.card-container .icon-header .contenitore-round-img img {
  width: auto;
  height: 100%;
}
.card-container .icon-header .contenitore-round-img img.full-width {
  width: 100%;
  height: auto;
  top: 50%;
}
.card-container .icon-header .contenitore-round-img img.full-height {
  width: auto;
  height: 100%;
  left: 50%;
}
.card-container .icon-body {
  padding: 40px 10px 30px 10px;
  text-align: center;
  max-width: 100%;
}
.card-container .icon-body .container-title {
  position: relative;
  height: 60px;
  width: 100%;
}
.card-container .icon-body h3 {
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
.card-container .icon-body p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.card-container .icon-body p,
.card-container .icon-body label {
  margin: 0;
  line-height: 1.4em;
  color: #514b4b;
}
.card-container .icon-footer .foot-bar {
  margin: 0 0 25px 0;
  background-color: #e2e2e2;
  float: left;
  padding: 10px;
  width: 100%;
}
.card-container .icon-footer .foot-bar .container-action {
  padding: 0;
}
.card-container .icon-footer .foot-bar .container-action a {
  padding: 0;
}
.card-container .icon-footer .foot-bar .container-action a span {
  font-size: 18px;
}
.card-container .icon-footer .foot-bar p {
  display: inline-block;
  padding: 15px 10px;
  margin: 0;
}
.card-container .icon-footer .foot-bar p span {
  padding: 0 5px;
}
@media (min-width: 767px) {
  .card-container .icon-footer .foot-bar .container-action {
    padding-left: 0;
    text-align: right;
  }
}
.card-container .foot-button {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.card-container .foot-button .btn {
  margin-bottom: 0;
}
.card-widget {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border: solid #d4d4d4 1px;
  height: 100%;
}
.card-widget .col-custom {
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.card-widget .col-custom .bk-backgroundIcon {
  height: 125px;
}
.card-widget .col-custom + p {
  clear: both;
  padding: 5px;
  border-top: 1px solid #d4d4d4;
}
.card-widget .col-custom li span.dash,
.card-widget .col-custom li span.am {
  font-size: 4.2em;
}
.card-widget .chechbox-widget {
  position: absolute;
  left: 25px;
  top: 10px;
  z-index: 999;
}
.card-widget .chechbox-widget input {
  width: 15px;
  height: 15px;
}
.full-width {
  width: 100%;
  height: auto;
  top: 50%;
}
.full-height {
  width: auto;
  height: 100%;
  left: 50%;
}
.square-img {
  width: inherit;
  height: auto;
}
.grid .post-image {
  padding: 0;
  height: 150px;
  overflow: hidden;
  margin: 5px 0;
}
.grid .post-image img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.grid .post-image img.full-height {
  height: auto;
}
.post-details {
  padding: 0 !important;
}
.post-header {
  overflow: visible;
  margin-bottom: 15px;
}
.post-header .creatore,
.post-header .creator {
  font-size: 1.215em;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin: 18px 0 9px 0;
  color: #000;
  float: left;
  max-width: 50%;
}
@media (min-width: 1200px) {
  .post-header .creatore,
  .post-header .creator {
    max-width: 62%;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .post-header .creatore,
  .post-header .creator {
    max-width: 50%;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .post-header .creatore,
  .post-header .creator {
    max-width: 58%;
  }
}
@media (max-width: 768px) {
  .post-header .creatore,
  .post-header .creator {
    max-width: 49%;
  }
}
.post-header .post-header-left {
  padding: 0;
  color: #000000;
}
.post-header .post-header-left > a {
  display: initial;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  margin-top: 15px;
  margin-right: 15px;
}
.post-header .post-header-left p {
  margin-top: 5px;
  color: #999999;
}
.post-header .media-body {
  padding-left: 15px;
}
.icon-tools {
  max-width: 51%;
  float: right;
}
.icon-tools a {
  color: #514b4b;
  text-decoration: none;
}
.icon-tools a .am-2 {
  padding: 10px 0 0 10px;
}
.icon-tools a:hover {
  opacity: 0.8;
}
.icon-tools + p {
  clear: both;
}
@media (min-width: 1200px) {
  .icon-tools {
    max-width: 38%;
  }
}
@media (max-width: 1199px) and (min-width: 993px) {
  .icon-tools {
    max-width: 50%;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .icon-tools {
    max-width: 42%;
  }
}
@media (max-width: 768px) {
  .icon-tools {
    max-width: 51%;
  }
}
.post-content .badge.new-badge {
  top: -16px;
}
.post-content .post-title {
  color: #000000;
  float: left;
  padding: 0;
}
.post-content .post-title h2 {
  font-size: 1.645em;
  line-height: 1.25em;
  margin: 15px 0 10px 0;
}
.post-content .post-title a {
  padding-top: 15px;
  color: #000000;
}
@media (max-width: 480px) {
  .post-content .post-title {
    width: 78%;
    padding: 0;
  }
}
.post-content .social {
  float: right;
  text-align: right;
}
.post-content .post-image {
  border: 1px solid #d4d4d4;
  width: 100%;
}
.post-content .post-image-left + .post-text {
  padding: 0;
}
.post-content .post-image-left + .post-text ul {
  list-style-position: inside;
}
.post-content .post-text {
  padding: 0;
}
.post-content .post-text .subtitle {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 1.3em;
  font-weight: 400;
}
.post-content .post-text .subtitle,
.post-content .post-text a {
  color: #000000;
}
.post-content .post-text p {
  margin: 0;
}
.post-content .post-text .subtitle + p {
  margin: 15px 0;
}
.post-footer {
  margin: 15px 0 30px 0;
}
.post-info {
  background-color: #e2e2e2;
  padding: 5px;
}
.post-info .item {
  margin: 2px 0;
}
.post-info .item:last-child {
  margin: 0;
}
.post-info .item label {
  margin: 0;
}
.post-info > span {
  margin-left: 10px;
}
.post-info > span > label {
  margin: 2px 0;
}
.post-info > span > label:last-child {
  margin: 0;
}
.post-info p {
  margin: 0;
}
.shared {
  float: left;
  font-size: 14px;
}
.shared table {
  margin: 10px 0;
}
.shared table td {
  margin: 0;
  border: 1px solid #d4d4d4;
  /*a:hover{
        span {
          opacity: @hover-opacity;
        }*/
}
.shared table td a:hover {
  background-color: #b1e5e0;
}
.shared table td a,
.shared table td a:visited,
.shared table td a:focus {
  text-decoration: none !important;
  color: #514b4b;
  display: block;
  padding: 5px 10px;
  width: 100%;
  background-color: #FFFFFF;
}
.shared table td span {
  padding-right: 5px;
}
.people {
  text-align: right;
  margin-bottom: 5px;
  float: right;
}
.people a {
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 5px;
  padding: 1px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .post-footer .shared,
  .post-footer .people {
    width: 100%;
  }
  .shared {
    margin-top: 15px;
    font-size: 16px;
  }
  .shared table {
    margin: 15px auto;
  }
  .people {
    text-align: center;
  }
}
.listview-container:not(.grid-item) {
  width: 100%;
}
.listview-container {
  float: left;
  border-bottom: 1px solid #514b4b;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.post-horizonatal {
  float: left;
  width: 100%;
}
@media (max-width: 419px) {
  .post-horizonatal {
    padding: 15px 0;
  }
}
.post-horizonatal:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
@media (min-width: 768px) {
  .post-horizonatal .post-details {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .post-horizonatal .post-details {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .post-horizonatal .post-wrap > div:first-child {
    padding-left: 0;
  }
}
.post-horizonatal .post-wrap > div:first-child img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  /*text-align: center;
        margin: @margin-default auto;
        max-width: 100%;*/
}
@media (max-width: 767px) {
  .post-horizonatal .post-wrap > div:first-child img {
    max-height: 260px;
  }
}
.post-horizonatal textarea {
  width: 90%;
  margin: 15px 5%;
}
.sidebar-actions ul {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
}
.sidebar-actions ul li {
  width: 16.6%;
  list-style: none;
  text-align: center;
  font-size: 18px;
}
.sidebar-actions .btn {
  margin: 0 !important;
}
.list-primary-btn {
  padding: 10px 0 5px 0;
  text-align: center;
}
.container-sidebar .box {
  background-color: #e2e2e2;
  padding: 15px;
  border-bottom: 3px solid #fff;
}
.container-sidebar .box .avatar {
  float: left;
  margin-right: 10px;
}
.container-sidebar .box p {
  margin-top: 0;
  line-height: normal;
}
.container-sidebar .box .answer_details .answer_name {
  font-size: 1.215em;
  color: #000000;
  margin: 0;
}
.container-sidebar .box .title-sidebar-list {
  color: #067c3f;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}
.container-sidebar,
.comment_content {
  background-color: #e2e2e2;
}
.container-sidebar .btn,
.comment_content .btn {
  margin: 10px 0;
}
.container-sidebar h4,
.comment_content h4 {
  margin: 0 0 0 0;
  color: #000000;
  float: left;
  padding-right: 15px;
  width: 100%;
}
.container-sidebar .data,
.comment_content .data {
  margin-top: 10px;
  color: #999999;
}
.container-sidebar .img-left,
.comment_content .img-left {
  margin: 0;
}
.container-sidebar .img-left .avatar,
.comment_content .img-left .avatar {
  position: absolute;
  top: 5px;
  right: 0;
}
.container-sidebar .commento .img-left .avatar,
.comment_content .commento .img-left .avatar {
  margin: auto;
}
.container-sidebar .risposta .img-left .avatar,
.comment_content .risposta .img-left .avatar {
  margin-left: auto;
}
.container-sidebar .comment-body,
.comment_content .comment-body {
  padding-left: 15px;
  padding-right: 15px;
}
.container-sidebar .comment-body textarea,
.comment_content .comment-body textarea {
  width: 100%;
  margin: 0;
}
.container-sidebar .collapse,
.comment_content .collapse {
  width: 100%;
  height: 130px;
  border-bottom: 1px solid #d4d4d4;
}
.container-sidebar .contributo-container .btn,
.comment_content .contributo-container .btn,
.container-sidebar .contribute-container .btn,
.comment_content .contribute-container .btn {
  margin: 0 5%;
}
.container-sidebar .footer,
.comment_content .footer {
  border: 1px solid #d4d4d4;
  height: 60px;
}
.container-sidebar .footer .buttons,
.comment_content .footer .buttons {
  font-size: 20px;
  padding: 15px;
  float: left;
}
.container-sidebar .footer .btn,
.comment_content .footer .btn {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .container-sidebar .answer-body h4,
  .comment_content .answer-body h4,
  .container-sidebar .comment-body h4,
  .comment_content .comment-body h4 {
    float: none;
    margin: 0;
  }
  .container-sidebar .answer-body .data,
  .comment_content .answer-body .data,
  .container-sidebar .comment-body .data,
  .comment_content .comment-body .data {
    margin: 0;
  }
}
.container-sidebar .footer_sidebar,
.comment_content .footer_sidebar {
  background-color: #e2e2e2;
  padding: 0 10px;
}
.contributo-container textarea,
.contribute-container textarea {
  width: 100%;
  height: 120px;
  margin: 15px 0;
}
@media (max-width: 480px) {
  .comment-body.media-body {
    width: 100%;
    display: block;
  }
  .risposta .img-left {
    width: 30%;
  }
  .answer-body {
    width: 60%;
  }
}
.post-details .post {
  border-bottom: none;
  padding-bottom: 0;
  margin: 15px;
  /*    .post-image-left{
      margin: @margin-min @margin-default 0 0;

      @media(max-width: 767px){
        padding: @padding-min 0;
        margin-bottom: @margin-medium;

        img{
          @media(max-width: 767px) {
            max-height: 260px;
            margin: 0 auto;
          }
        }
      }

      p {
        float:left;
        margin: @margin-medium 0 0 0;
      }
    }*/
}
@media (min-width: 768px) {
  .post-details .post .post-info {
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .post-details .post .post-text {
    margin-bottom: 15px;
  }
}
@media (min-width: 420px) {
  .post-details .post .post-image {
    margin: 5px 5px 0 15px;
    float: right;
  }
}
@media (max-width: 419px) {
  .post-details .post .post-image img {
    margin: 0 auto;
  }
}
.first-document {
  margin: 15px 0 15px 0;
  padding: 0 15px;
  background-color: #a7dac0;
}
@media (max-width: 767px) {
  .first-document {
    padding: 5px 15px;
    margin-bottom: 10px;
  }
}
.first-document .btn {
  margin: 0;
}
.first-document .btn .btn-tool-secondary {
  padding: 5px 0;
}
.first-document p {
  float: left;
  margin: 8px 0 0 0;
}
.comment_content .answer {
  margin-top: 0;
  margin-bottom: 15px;
}
.comment_content .answer-action {
  color: #000000;
}
.comment_content .comment-body p,
.comment_content .answer-body p {
  margin: 5px 0;
  line-height: 1.3;
}
.comment_content .footer {
  border: 0;
}
.comment_content .footer .btn {
  margin: 0;
}
.comment_content .commento {
  margin: 15px 0;
}
.comment_content textarea {
  width: 100%;
  margin: 0 0 15px 0;
}
.media .media-left .number-partecipanti {
  font-size: 1.5em;
  background: #a7dac0;
  padding: 5px 10px;
  margin: 0;
  min-width: 40px;
  text-align: center;
}
.bordered-box-details {
  float: left;
  border: 1px solid grey;
  margin-left: 8px;
}
.bordered-box-details span:first-child {
  background-color: #b8fcd9;
  border-right: 1px solid grey;
  padding: 3px 5px;
}
.bordered-box-details span:last-child {
  padding: 5px;
}
.sidebar .title {
  font-size: 1.215em;
  margin: 18px 0 9px 0;
}
@media (max-width: 767px) {
  .progetti-view .shared,
  .progetti-view .people {
    width: 100%;
  }
}
.bk-logo .col-md-4.col-sm-6.col-xs-10.col-md-push-4.col-sm-push-3.col-xs-push-1.nop {
  background-color: #fff;
  margin: 10px auto;
}
.bk-logo img {
  margin: 15px auto;
  padding: 10px;
  background: #fff;
}
.bk-loginContainer {
  background: #fff;
  padding: 20px 35px;
}
.bk-loginContainer .default-form .form-group button {
  float: left;
  margin: 0;
}
@media (max-width: 500px) {
  .bk-loginContainer {
    padding: 30px;
  }
}
.bk-loginContainer .bk-hrLogin {
  border: 0;
  border-top: 4px solid #d4d4d4;
  margin: 0;
  padding: 0;
}
.bk-loginContainer h2,
.bk-loginContainer h4 {
  text-align: center;
}
.bk-loginContainer p {
  margin-top: 15px;
  margin-bottom: 20px;
}
.bk-loginContainer .bk-askPassword {
  padding: 10px 0;
}
.login-logo-text {
  margin: 25px auto;
}
.login-logo-text a {
  margin: 0 auto;
  text-align: center;
  width: auto;
  display: inline-flex;
  background-color: #fff;
  padding: 5px 20px;
}
.col-md-4.col-sm-6.col-xs-10.col-md-push-4.col-sm-push-3.col-xs-push-1 + footer {
  position: absolute;
}
footer {
  padding: 0px 0;
  /*position: absolute;*/
  position: relative;
  margin-top: 10px;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
footer .richiesta-assistenza {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  margin-bottom: 10px;
  float: right;
  padding: 0px 15px 0px 10px;
}
footer .richiesta-assistenza .am-email {
  border-radius: 50%;
  padding: 8px 10px;
  background: #e2eae9;
  font-size: 1.45em;
  margin-right: 5px;
  float: left;
}
footer .richiesta-assistenza .am-email + p {
  float: right;
  margin: 7px 0;
}
footer .richiesta-assistenza a {
  color: #888787;
}
footer .richiesta-assistenza img {
  margin: 5px 5px 5px 0;
}
footer .footer {
  background-color: rgba(0, 0, 0, 0.5);
  height: 30px;
}
footer .footer-pagination {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  text-align: left;
}
footer .footer-pagination .dashboard-pagination {
  display: table;
  margin: 0 auto;
}
footer .footer-pagination .dashboard-pagination li {
  background-color: #baf3e2;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
footer .footer-pagination .dashboard-pagination li:hover {
  opacity: 0.8;
}
footer .footer-pagination .dashboard-pagination li.add {
  background-color: transparent;
}
footer .footer-pagination .dashboard-pagination li.add a {
  color: #fff;
  font-size: 20px;
}
footer .footer-pagination .dashboard-pagination li.active {
  background-color: #1a946f;
}
footer img {
  margin-right: 25px;
  margin-bottom: 10px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-l-30 {
  margin-left: 30px;
}
.nom {
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.nom-l {
  margin-left: 0 !important;
}
.nom-r {
  margin-right: 0 !important;
}
.nom-t {
  margin-top: 0 !important;
}
.nom-b {
  margin-bottom: 0 !important;
}
.nop {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.nopl {
  padding-left: 0;
}
.nopr {
  padding-right: 0;
}
.p-t-5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.ellipsis {
  max-width: 100%;
  font-family: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bordered-box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.no-border-radius {
  border-radius: 0 !important;
}
.underline {
  text-decoration: underline;
}
.modified {
  background-color: #067c3f;
  color: #ffffff;
  box-shadow: none;
}
.rotate-right-90 {
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .form-input-note {
    margin: -25px 0 30px 0;
  }
}
@media (min-width: 767px) {
  label.btn .am,
  label .btn-icon.am {
    margin-right: 5px;
  }
}
.m-15-0 {
  margin: 15px 0;
}
.font08 {
  font-size: 0.8em;
}
.font13 {
  font-size: 1.3em;
}
.success {
  color: #067c3f;
}
.success .modal-content {
  color: #514b4b;
}
.input-group-addon {
  background-color: transparent;
  border: 0;
}
.color-admin {
  background: #ffffff none repeat scroll 0 0 !important;
}
.color-primary {
  background: #009788 none repeat scroll 0 0 !important;
}
.color-lightPrimary {
  background: #74bfba none repeat scroll 0 0 !important;
}
.color-darkPrimary {
  background: #0a6b73 none repeat scroll 0 0 !important;
}
.color-third {
  background: #0a6b73 none repeat scroll 0 0 !important;
}
.color-grey {
  background: #bbbbbb none repeat scroll 0 0 !important;
}
.color-darkGrey {
  background: #888787 none repeat scroll 0 0 !important;
}
.color-secondary {
  background: #338d45 none repeat scroll 0 0 !important;
}
.color-text-admin {
  color: #ffffff !important;
}
.color-text-base {
  color: #009788 !important;
}
.color-text-lightBase {
  color: #74bfba !important;
}
.color-text-darkBase {
  color: #0a6b73 !important;
}
.color-text-mediumBase {
  color: #0a6b73 !important;
}
.color-text-greyColor {
  color: #bbbbbb !important;
}
.color-text-darkGrey {
  color: #888787 !important;
}
.color-text-secondColor {
  color: #338d45 !important;
}
.color-border-admin {
  color: #ffffff !important;
  border: 1px solid #ffffff;
}
.color-border-base {
  color: #009788 !important;
  border: 1px solid #009788;
}
.color-border-lightBase {
  color: #74bfba !important;
  border: 1px solid #74bfba;
}
.color-border-darkBase {
  color: #0a6b73 !important;
  border: 1px solid #0a6b73;
}
.color-border-mediumBase {
  color: #0a6b73 !important;
  border: 1px solid #0a6b73;
}
.color-border-greyColor {
  color: #bbbbbb !important;
  border: 1px solid #bbbbbb;
}
.color-border-darkGrey {
  color: #888787 !important;
  border: 1px solid #888787;
}
.color-border-secondColor {
  color: #338d45 !important;
  border: 1px solid #338d45;
}
.alert-danger {
  color: #000;
}
.input-group-addon {
  background-color: transparent;
  border: 0;
}
.gridview-image {
  max-width: 50px;
}
.img-round {
  border-radius: 50%;
  border: 3px solid #ffffff;
  position: relative;
  max-height: 130px;
  width: auto;
  background-color: #d4d4d4;
}
.grow-pict {
  overflow: visible;
}
.grow-pict img {
  -webkit-transition: all 1s ease;
  /* Safari and Chrome */
  -moz-transition: all 1s ease;
  /* Firefox */
  -o-transition: all 1s ease;
  /* IE 9 */
  -ms-transition: all 1s ease;
  /* Opera */
  transition: all 1s ease;
}
.grow-pict:hover img {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  -moz-transform: scale(1.25);
  /* Firefox */
  -ms-transform: scale(1.25);
  /* IE 9 */
  -o-transform: scale(1.25);
  /* Opera */
  transform: scale(1.25);
}
.element-to-toggle {
  display: none;
  clear: both;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
  -webkit-box-shadow: 0 5px 13px 0px #DDDDDD;
  -moz-box-shadow: 0 5px 13px 0px #DDDDDD;
  box-shadow: 0 5px 13px 0px #DDDDDD;
}
.element-to-toggle.toggleIn {
  /*opacity:1;*/
  display: inherit;
  height: auto;
}
hr {
  margin: 5px 0 5px 0;
  border: 0;
  border-top: 2px solid #eee;
  float: left;
  width: 100%;
}
.manage {
  float: right;
  margin-top: 15px;
}
.manage .manage-menu {
  width: 55px;
  float: right;
  padding: 0 10px;
  color: #000;
  font-size: 1.65em;
}
.manage .manage-menu:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.flexbox-wrap,
.plugin-list #dataViewListContainer > div {
  display: flex;
  flex-wrap: wrap;
}
.flexbox-wrap .flex-column-item,
.plugin-list #dataViewListContainer > div .flex-column-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.favorite {
  color: #fbcf27;
}
.rounded-number {
  counter-reset: item;
  list-style: none;
  list-style-position: outside;
}
.rounded-number li {
  counter-increment: item;
  margin-bottom: 11px;
  padding-left: 2em;
  text-indent: -2.8em;
}
.rounded-number li:before {
  margin-right: 10px;
  content: counter(item);
  background: #fff;
  font-weight: bold;
  border-radius: 100%;
  border: 2px solid #067c3f;
  padding: 1px 6px 1px 6px;
  color: #067c3f;
  text-align: center;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a.badge,
.navbar-nav > li > a,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.dropdown-menu a,
.title-text {
  text-decoration: none !important;
}
.tooltip-error-field span,
.required > div > div > label:after {
  content: '*';
  padding-left: 5px;
  font-size: 1.1em;
}
";s:5:"files";a:34:{s:61:"/home/rwd/rwd.in.ua/ct/backend/web/css/less/style_custom.less";i:1503844416;s:81:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/core.less";i:1503847233;s:86:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/variables.less";i:1503847235;s:87:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/typography.less";i:1503847234;s:84:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/buttons.less";i:1503847233;s:81:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/form.less";i:1503847233;s:86:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/accordion.less";i:1503847233;s:81:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/tabs.less";i:1503847234;s:86:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/paginator.less";i:1503847234;s:83:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/images.less";i:1503847234;s:97:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/widget-PasswordInput.less";i:1503847235;s:83:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/header.less";i:1503847233;s:81:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/logo.less";i:1503847234;s:87:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/breadcrumb.less";i:1503847233;s:91:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/search_toolbar.less";i:1503847234;s:86:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/dashboard.less";i:1503847233;s:83:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/widget.less";i:1503847235;s:89:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/widget_icona.less";i:1503847235;s:91:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/widget_grafici.less";i:1503847235;s:82:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/table.less";i:1503847234;s:82:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/modal.less";i:1503847234;s:86:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/slideshow.less";i:1503847234;s:83:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/wizard.less";i:1503847235;s:92:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/progress-wizard.less";i:1503847234;s:82:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/steps.less";i:1503847234;s:81:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/page.less";i:1503847234;s:88:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/layout_view.less";i:1503847234;s:94:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/layout_horizontal.less";i:1503847234;s:92:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/layout_vertical.less";i:1503847234;s:89:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/layout_posts.less";i:1503847234;s:82:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/login.less";i:1503847234;s:83:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/footer.less";i:1503847233;s:86:"/home/rwd/rwd.in.ua/ct/vendor/lispa/amos-core/views/assets/web/css/less/utilities.less";i:1503847235;s:58:"/home/rwd/rwd.in.ua/ct/backend/web/css/less/variables.less";i:1503844416;}s:7:"updated";i:1503908413;}i:1;N;}