/*!
 * Ec devco.less
 * less meta file
 *
 * specific stylesheets for IE are called in template.php
 */
/*#0065A2*/
/*10px 15px; */
/*15px*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
  background: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #577909;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #243204;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 8px;
}

.lead {
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}

small,
.small {
  font-size: 90%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #577909;
}

.text-primary:hover {
  color: #354a05;
}

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 8px;
  margin-bottom: 8px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

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

h2,
.h2 {
  font-size: 25px;
}

h3,
.h3 {
  font-size: 21px;
}

h4,
.h4 {
  font-size: 15px;
}

h5,
.h5 {
  font-size: 12px;
}

h6,
.h6 {
  font-size: 11px;
}

.page-header {
  padding-bottom: 7px;
  margin: 32px 0 16px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 8px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 16px;
}

dt,
dd {
  line-height: 1.4;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.4;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: 1.4;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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:active,
.btn.active {
  background-image: none;
}

.btn-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#a6d5ec));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #a6d5ec 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #a6d5ec 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #a6d5ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffa6d5ec', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #a6d5ec;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #a6d5ec;
  border-color: #9ed1eb;
}

.btn-primary {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#577909), to(#2e4005));
  background-image: -webkit-linear-gradient(top, #577909 0%, #2e4005 100%);
  background-image: -moz-linear-gradient(top, #577909 0%, #2e4005 100%);
  background-image: linear-gradient(to bottom, #577909 0%, #2e4005 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff577909', endColorstr='#ff2e4005', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #273704;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #2e4005;
  background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #2e4005;
  border-color: #273704;
}

.btn-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3a87ad), to(#2b637f));
  background-image: -webkit-linear-gradient(top, #3a87ad 0%, #2b637f 100%);
  background-image: -moz-linear-gradient(top, #3a87ad 0%, #2b637f 100%);
  background-image: linear-gradient(to bottom, #3a87ad 0%, #2b637f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a87ad', endColorstr='#ff2b637f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #285d78;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2b637f;
  background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
  background-color: #2b637f;
  border-color: #285d78;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#577909), to(#466107));
  background-image: -webkit-linear-gradient(top, #577909 0%, #466107 100%);
  background-image: -moz-linear-gradient(top, #577909 0%, #466107 100%);
  background-image: linear-gradient(to bottom, #577909 0%, #466107 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff577909', endColorstr='#ff466107', GradientType=0);
  background-color: #466107;
}

.navbar-default {
  background: #2c2c2c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-inverse {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#282828));
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: -moz-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}

.alert-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}

.alert-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}

.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}

.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#577909), to(#354a05));
  background-image: -webkit-linear-gradient(top, #577909 0%, #354a05 100%);
  background-image: -moz-linear-gradient(top, #577909 0%, #354a05 100%);
  background-image: linear-gradient(to bottom, #577909 0%, #354a05 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff577909', endColorstr='#ff354a05', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3a87ad), to(#2d6987));
  background-image: -webkit-linear-gradient(top, #3a87ad 0%, #2d6987 100%);
  background-image: -moz-linear-gradient(top, #3a87ad 0%, #2d6987 100%);
  background-image: linear-gradient(to bottom, #3a87ad 0%, #2d6987 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a87ad', endColorstr='#ff2d6987', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #e6e6e6;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#ececec));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  border-color: #cacaca;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0065a2), to(#005589));
  background-image: -webkit-linear-gradient(top, #0065a2 0%, #005589 100%);
  background-image: -moz-linear-gradient(top, #0065a2 0%, #005589 100%);
  background-image: linear-gradient(to bottom, #0065a2 0%, #005589 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0065a2', endColorstr='#ff005589', GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#468847), to(#3d773e));
  background-image: -webkit-linear-gradient(top, #468847 0%, #3d773e 100%);
  background-image: -moz-linear-gradient(top, #468847 0%, #3d773e 100%);
  background-image: linear-gradient(to bottom, #468847 0%, #3d773e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff468847', endColorstr='#ff3d773e', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.well {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ededed), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #ededed 0%, #fafafa 100%);
  background-image: -moz-linear-gradient(top, #ededed 0%, #fafafa 100%);
  background-image: linear-gradient(to bottom, #ededed 0%, #fafafa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#fffafafa', GradientType=0);
  border-color: #e1e1e1;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 984px;
}

.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.container:after {
  clear: both;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .container {
    width: 744px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: 0;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: 0;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .container {
    width: 964px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: 0;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: 0;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1164px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: 0;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: 0;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* --------------- Global ------------ */

.block-menu .glyphicon.menu-no-title {
  padding-right: 0;
}

/* --------------- Main Menu ------------ */

.region-featured {
  min-height: 50px;
}

#main-menu {
  font-size: 12px;
}

#main-menu .navbar {
  border-radius: 0;
}

#main-menu .affix {
  width: 100%;
  z-index: 1030;
  top: 0;
  border-bottom: 0;
}

#main-menu .navbar-toggle,
#main-menu .navbar-toggle:hover,
#main-menu .navbar-toggle:focus {
  background-color: #2c2c2c;
}

#main-menu #sidebar-button {
  float: left;
}

#main-menu .navbar-nav > li > a {
  text-transform: capitalize;
  border: none;
  background-color: #577909;
}

#main-menu .navbar-nav > li > a.active {
  background-color: #2c2c2c;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

#main-menu .navbar-nav > .open > a,
#main-menu .navbar-nav > .open > a:hover,
#main-menu .navbar-nav > .open > a:focus {
  border-radius: 6px 6px 0 0;
}

@media (max-width: 767px) {
  #main-menu #sidebar-button {
    margin-left: 0;
    /* */
  }
}

/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
  float: right;
  /* LTR */
  font-size: 0.9em;
  margin: 10px 10px 0;
}

#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ---------------- User menu ----------------- */

#block-system-user-menu a {
  text-transform: capitalize;
}

/* ---------------- action bar (expand/collapse/create)  ----------------- */

.action_bar {
  background-color: #eeeeee;
  border-radius: 4px;
}

/* --------------- System Tabs  --------------- */

ul.nav-tabs {
  margin-bottom: -1px;
}

.tabs {
  position: relative;
  z-index: 1;
}

.tabs .tabs-secondary {
  padding-left: 15px;
  background-color: #fff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.tabs .tabs-secondary li {
  margin-top: 5px;
}

.tabs .tabs-secondary li a {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 4px 4px 0 0;
  background-color: #eee;
}

.tabs .tabs-secondary li a:hover,
.tabs .tabs-secondary li a:focus {
  background-color: #e9f2fa;
}

.tabs .tabs-secondary li.active a {
  background-color: #ddd;
  border-color: #999;
}

/* --------------- Dropdown  --------------- */

.dropdown-menu li.leaf {
  list-style: none;
  padding: 0;
}

/* --------------- Responsive sidebar  --------------- */

#responsive-sidebar > div {
  position: absolute;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  margin-top: -20px;
  background-color: #fff;
  border-bottom: 0;
  border-right: 0;
  width: 85%;
  border-radius: 0 0 0 0;
}

/*!
 * Ec devco
 */
/* $Id: style.css,v 1.53 2011/01/04 06:23:29 dries Exp $ */

.off-screen {
  left: -9999px;
  position: absolute;
  top: -9999px;
  margin: 0;
  padding: 0;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #f5f5f5;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid black;
}

.container {
  position: relative;
}

/* ---------- Overall Specifications ---------- */

body {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: #fff;
  overflow-x: hidden;
}

body,
body.overlay,
li,
label {
  color: #333333;
}

del {
  text-decoration: line-through;
}

img {
  outline: 0;
}

code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.77em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}

code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}

pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}

pre code,
pre samp,
pre var {
  padding: 0;
}

.description code {
  font-size: 1em;
}

kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  border-radius: 5px;
}

pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}

p {
  font-size: 100%;
}

/* ------------------ Reset Styles ------------------ */

caption {
  text-align: left;
  /* LTR */
  font-weight: normal;
}

a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}

#toolbar {
  z-index: 1200;
}

/* ------------------ Heading Styles ------------------ */

h1 {
  color: #638a09;
}

h2 {
  color: #638a09;
}

h3 {
  color: #638a09;
}

h4 {
  color: #2c2c2c;
}

h5 {
  color: #2c2c2c;
}

h6 {
  color: #2c2c2c;
}

#page-title {
  margin-top: 10px;
  padding-left: 0;
}

/* ------------------ Links Styles ------------------ */

a {
  color: #577909;
}

a:hover {
  color: #243204;
}

a:focus {
  color: #243204;
}

a:active {
  color: #243204;
}

a:visited {
  color: #577909;
}

/* ------------------ Icons Styles ------------------ */

i[class^="multisite-icon-"] {
  color: #333333;
  padding-right: 4px;
}

span.glyphicon {
  padding-right: 3px;
}

/* ------------------ List Styles ------------------ */

.contextual-links-wrapper {
  font-size: small !important;
}

.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}

.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em;
  /* LTR */
}

a.context-block-region {
  display: none !important;
}

ul .secondary {
  border-color: #d9d9d9;
}

ul .secondary li {
  border-color: #d9d9d9;
}

ul.inline li.first {
  padding-left: 0;
}

ul.inline li.last {
  padding-right: 0;
}

ul.menu li {
  margin: 0;
}

ul.tips {
  padding: 0 0 0 1.25em;
  /* LTR */
}

.panel .panel-body .list-group {
  margin: -15px -15px -15px;
}

.panel .panel-body .list-group li {
  margin: 0;
  padding: 0;
}

.panel .panel-body .list-group li.leaf {
  list-style: none;
}

.panel .panel-body .list-group a {
  padding: 0 0 5px;
  /*10px 15px*/
  display: block;
}

.panel .panel-body .list-group a.list-group-item {
  padding: 0 0 5px;
  /*10px 15px; */
  border-radius: 0;
  border-bottom: 1px #dddddd solid;
  border-top: none;
  border-left: none;
  border-right: none;
}

.panel .panel-body .list-group a.list-group-item.active {
  background-image: url(../images/arrows-right.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  border-color: #dddddd !important;
}

.panel .panel-body .list-group a.list-group-item:last-child {
  border-bottom: 1px #dddddd solid;
}

.panel .panel-body .list-group .views-row-last > .list-group-item,
.panel .panel-body .list-group .last > .list-group-item {
  border-radius: 0 0 4px 4px;
  margin-bottom: -2px;
}

.panel .panel-body > p {
  margin-bottom: 15px;
  /*25px */
}

/* ------------------- Help ------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */

#content-title {
  display: none;
}

.layout-content .content {
  margin-top: 10px;
  clear: both;
}

.link-wrapper {
  text-align: right;
}

.link-wrapper.right {
  float: right;
  padding-top: 15px;
  width: 50%;
}

/* ----------------- Editor ------------------ */

.cke_toolbar {
  float: none !important;
}

body.cke_editable {
  background-image: none !important;
  background-color: #fff !important;
  padding: 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* ----------------- Cards & fieldset------------------ */

.card {
  background-color: #fff;
  padding: 10px 10px 20px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 4px 6px 6px -6px #333333;
  box-shadow: 4px 6px 6px -6px #333333;
  margin-bottom: 20px;
}

.card fieldset,
.card .fieldset {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

/* -------------- Form Elements   ------------- */

.region-sidebar-left input,
.region-sidebar-left textarea,
.region-sidebar-left .uneditable-input,
.region-sidebar-right input,
.region-sidebar-right textarea,
.region-sidebar-right .uneditable-input {
  width: auto;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0;
}

.container-inline div,
.container-inline label {
  display: inline-block;
}

#edit-actions .btn {
  margin-right: 5px;
}

/* Disabled form elements */

input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}

.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}

.form-disabled label {
  color: #717171;
}

/* Labels */

.form-item label {
  display: block;
  text-transform: capitalize;
}

.form-item label.option {
  display: inline-block;
}

.no_label .field-label,
.no_label label {
  display: none;
}

.no_label .field {
  padding-bottom: 0;
}

.form-item .description {
  color: #777;
  font-size: 0.8em;
}

.label {
  text-transform: capitalize;
}

.label.label-small {
  display: inline-block;
}

.field-label {
  text-transform: capitalize;
}

.start-date-wrapper .form-type-date-popup {
  width: 100%;
}

.start-date-wrapper .form-type-date-popup label {
  float: left;
}

html.js input.form-autocomplete {
  background: #ffffff url(../images/throbber.gif) 100% 6px no-repeat;
}

html.js input.throbbing {
  background-position: 100% -26px;
}

input[type="file"] {
  display: inline-block;
}

/* -------------- Buttons -------------- */

.btn.btn-default {
  color: #333333 !important;
}

.btn.btn-default a {
  color: #333333 !important;
}

.btn.btn-default a:hover,
.btn.btn-default a:focus {
  text-decoration: none;
}

.btn.btn-primary {
  color: #ffffff !important;
}

.btn.btn-primary a {
  color: #ffffff !important;
}

.btn.btn-primary a:hover,
.btn.btn-primary a:focus {
  text-decoration: none;
}

.btn.btn-success {
  color: #ffffff !important;
}

.btn.btn-success a {
  color: #ffffff !important;
}

.btn.btn-success a:hover,
.btn.btn-success a:focus {
  text-decoration: none;
}

.btn.btn-info {
  color: #ffffff !important;
}

.btn.btn-info a {
  color: #ffffff !important;
}

.btn.btn-info a:hover,
.btn.btn-info a:focus {
  text-decoration: none;
}

.btn.btn-warning {
  color: #ffffff !important;
}

.btn.btn-warning a {
  color: #ffffff !important;
}

.btn.btn-warning a:hover,
.btn.btn-warning a:focus {
  text-decoration: none;
}

.btn.btn-danger {
  color: #ffffff !important;
}

.btn.btn-danger a {
  color: #ffffff !important;
}

.btn.btn-danger a:hover,
.btn.btn-danger a:focus {
  text-decoration: none;
}

.ui-state-default.btn,
.ui-widget-content .ui-state-default.btn,
.ui-widget-header .ui-state-default.btn {
  background-image: none;
}

.ui-state-default.btn.btn-default,
.ui-widget-content .ui-state-default.btn.btn-default,
.ui-widget-header .ui-state-default.btn.btn-default {
  background-color: #d9edf7;
}

/* -------------- Rating -------------- */

.region-content .rate-widget ul {
  margin: 0;
  padding: 0;
}

/* ------------------ Block Styles ------------------ */

.block .list-group {
  margin-bottom: 0;
}

/* ---------------- User menu  ----------------- */

#block-system-user-menu {
  margin-bottom: 5px;
  display: inline-block;
}

/* ------------ Default Block Menu ----------------- */

li.block-menu ul li a {
  padding-left: 15px;
}

li.block-menu ul li li a {
  padding-left: 20px;
}

li.block-menu ul li ul li ul li a {
  padding-left: 25px;
}

li.block-menu ul li ul li ul li ul li a {
  padding-left: 30px;
}

/* ---------------- Node details  ----------------- */

.node .content blockquote > .field {
  clear: left;
  float: left;
  margin-bottom: 5px;
}

.node .content blockquote {
  margin: 5px 0;
  padding: 0;
}

.meta {
  clear: both;
}

.layout-content .workbench {
  margin-top: 5px;
}

.layout-content .well .content {
  margin-top: 0;
}

/* ---------------- Print/pdf  ----------------- */

div#block-print-print-links {
  float: right;
}

div#block-print-print-links span {
  display: inline-block;
}

/* ---------------- Progress bar  ----------------- */

.progress {
  overflow: visible;
  margin-bottom: 40px;
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
  border: 0;
}

.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}

.fancybox-close {
  position: fixed !important;
  top: 15px !important;
  right: 15px !important;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0;
  /* Same as usual h1#page-title margin. */
}

.shortcut-wrapper h1#page-title {
  float: left;
  /* LTR */
  margin: 0;
}

div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}

.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* -------------- Tables -------------- */

tr.even,
tr.odd {
  background-color: #fff;
  border-bottom: none;
  padding: 0;
}

.table-striped > tbody > tr:nth-child(odd) > td.active,
.table-striped > tbody > tr:nth-child(odd) > th.active {
  background-color: #fcfcfc;
}

.table-striped > tbody > tr:nth-child(odd) > td.active:hover,
.table-striped > tbody > tr:nth-child(odd) > th.active:hover {
  background-color: #e9f2fa;
}

.table-striped > tbody > tr:nth-child(odd):hover > td.active,
.table-striped > tbody > tr:nth-child(odd):hover > th.active {
  background-color: #e9f2fa;
}

.table tbody > tr > th.active,
.table tbody > tr > td.active {
  background-color: transparent;
}

.table tbody > tr > th.active:hover,
.table tbody > tr > td.active:hover {
  background-color: #e9f2fa;
}

.table tbody > tr:hover > th.active,
.table tbody > tr:hover > td.active {
  background-color: #e9f2fa;
}

/* ---------- Create content button ----------- */

#block-multisite-create-button-create-content-button {
  text-align: center;
  margin-bottom: 10px;
}

#block-multisite-create-button-create-content-button div.btn-group,
#block-multisite-create-button-create-content-button a.btn {
  width: 100%;
}

#block-multisite-create-button-create-content-button .dropdown-menu {
  text-align: left;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}

.overlay #page {
  padding: 0 2em;
}

.overlay #skip-link,
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}

.overlay-processed .field-type-image {
  display: block;
  float: none;
}

.overlay #messages {
  width: auto;
}

/* ---------------- Images  ----------------- */

.field-type-image img {
  max-width: 100%;
  height: auto;
}

/* ---------------- Region content top  ----------------- */
/* ---------------- Region tools  ----------------- */

.region-tools {
  float: right;
  display: block;
  text-align: right;
  margin-top: 5px;
}

.region-tools > ul {
  margin-bottom: 0;
}

/* ---------------- Region content bottom ----------------- */

.region-content_bottom {
  display: block;
  text-align: right;
  clear: both;
}

.region-content_bottom > ul {
  margin-bottom: 0;
}

.region-content_bottom > ul li {
  list-style: none;
}

/* Layout  */

#layout {
  min-width: 200px;
  margin: 0 auto;
  border: 1px solid #cccccc;
  border-top: 0;
  background: #ffffff;
  position: relative;
}

.container-fixed {
  max-width: 984px;
}

/* ---------- Region Footer ----------- */

#layout-footer {
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
  border-top: 1px solid #cccccc;
  background: #ececec;
}

.panel {
  margin-bottom: 10px;
  padding: 0;
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-body {
  padding: 10px 0 0;
  /*10px 0 */
}

.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.panel-heading {
  padding: 0 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  background: url("../images/separator.jpg") bottom center repeat-x;
  border-bottom: 0 solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  font-size: 12px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 0 0;
  border-top: 0 solid #dddddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #0065a2;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #468847;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #468847;
  border-color: #468847;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #468847;
}

.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #468847;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-related {
  background-color: #ffffff;
}

/* ------------------ Skip link ------------------ */

#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}

#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}

/* ------------------ Banner ------------------ */

#layout-header {
  height: 145px;
  width: 100%;
  background: #fff url("../images/title/title.gif") 0 0 repeat-x;
  position: relative;
  z-index: 10;
  min-height: 145px;
  line-height: 1.4;
  /* ------------------ title and sub-title ------------------ */
  /* ------------------ banner picture ------------------ */
}

#layout-header #main-title {
  color: #0065a2;
  text-transform: uppercase;
  font-size: 24px !important;
  position: absolute;
  z-index: 10;
  left: 245px;
  top: 65px;
  text-decoration: none;
}

#layout-header #sub-title {
  color: #fff;
  font-size: 17px !important;
  position: absolute;
  z-index: 10;
  left: 245px;
  top: 100px;
  text-decoration: none;
}

#layout-header #banner-flag {
  position: absolute;
  left: 40px;
  top: 15px;
  z-index: 8;
  color: #000;
  width: 172px;
  height: 119px;
}

#layout-header #banner-image-right {
  position: absolute;
  right: 15px;
  top: 38px;
  z-index: 7;
  height: 107px;
  width: 210px;
}

/* ------------------ service links ------------------ */

#services,
#block-menu-menu-service-tools .menu {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 2px;
  right: 0;
  z-index: 18;
  padding: 1px 5px 1px 0;
  text-align: right;
}

#services li,
#block-menu-menu-service-tools .menu li {
  display: inline;
  padding: 3px 0;
}

#services li.first a,
#block-menu-menu-service-tools .menu li.first a {
  border: 0;
  background-image: none;
}

#services a,
#block-menu-menu-service-tools .menu a,
#services a:visited,
#block-menu-menu-service-tools .menu a:visited {
  color: #396ea2;
  text-decoration: none;
  margin: 0;
  padding: 0 0 3px 5px;
  border: 0;
  font-weight: normal;
  display: inline-block;
}

#services a:focus,
#block-menu-menu-service-tools .menu a:focus,
#services a:hover,
#block-menu-menu-service-tools .menu a:hover,
#services a:active,
#block-menu-menu-service-tools .menu a:active {
  color: #396ea2;
  text-decoration: underline;
  border: 0;
}

#services a.first,
#block-menu-menu-service-tools .menu a.first {
  border: 0;
  background-image: none;
}

@media (max-width: 767px) {
  #layout-header {
    height: 82px;
    min-height: 82px;
  }

  #layout-header #banner-flag {
    width: 90px;
    height: 62px;
    left: 10px;
    top: 10px;
  }

  #layout-header #main-title {
    font-size: 26px !important;
    left: 115px;
    top: 28px;
    text-transform: none;
  }

  #services,
  #block-menu-menu-service-tools .menu {
    display: none;
  }
}

/* ------------------ Region header right ------------------ */

.region-header-right {
  float: right;
}

/* ------------------ Breadcrumb ------------------ */

#path {
  font-size: 90%;
  background-color: #074a8b;
  min-height: 18px;
  color: #fff;
  padding: 0 0 1px;
  overflow: hidden;
  line-height: 1.6;
}

#path ul {
  position: relative;
  z-index: 7;
  padding-left: 0;
  margin-left: 0;
}

#path ul li {
  white-space: nowrap;
  display: inline;
  padding: 0 0 0 12px;
  float: left;
  background: url("../images/breadcrumb.gif") transparent left center no-repeat;
  color: #fff;
}

#path ul li.first {
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}

#path a,
#path a:visited {
  color: #fff;
  text-decoration: none;
  border: 0;
}

#path a:hover,
#path a:focus,
#path a:active {
  text-decoration: underline;
  color: #fff;
  border: 0;
}

/* ------------------ Language selector ------------------ */

.language-selector {
  background-color: #fff;
  font-size: 100%;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 10;
  padding: 1px;
}

.language-selector a {
  padding: 1px 2px;
  margin: 0;
}

.language-selector li {
  display: inline;
  float: left;
  margin: 0 1px;
}

.language-selector li.selected {
  text-align: center;
  display: inline-block;
  padding: 0 2px;
  background-color: #074a8b;
  color: #fff;
  text-decoration: none;
  margin: 0;
}

.language-selector li.non-official a {
  background-color: #def;
}

.language-selector-close,
.language-selector-open {
  font-size: 90%;
  position: absolute;
  top: 1px;
  right: 15px;
  z-index: 1040;
  overflow: hidden;
  width: 130px;
  background-color: #fff;
  border: 1px solid #9ab;
  padding: 0;
}

.language-selector-close li {
  padding: 1px;
  position: absolute;
  left: -999px;
  top: -999px;
}

.language-selector-open li,
.language-selector-close li.selected {
  padding: 1px;
  position: relative;
  left: 0;
  top: 0;
  width: 128px;
}

.language-selector-close a,
.language-selector-open a,
.language-selector-close a:visited,
.language-selector-open a:visited {
  display: block;
  padding: 0 3px;
  border: 0;
  text-decoration: none;
  color: #396ea2;
}

.language-selector-close a:hover,
.language-selector-close a:focus,
.language-selector-close a:active,
.language-selector-open a:hover,
.language-selector-open a:focus,
.language-selector-open a:active {
  background-color: #def;
  color: #036;
}

.language-selector-open li.lang-separate {
  border-top: 1px solid #9ab;
  margin: 2px 0 0 0;
}

.language-selector-open img,
.language-selector-close img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
}

.language-selector-alone a:hover {
  background-color: transparent;
  color: #396ea2;
}

.language-selector-alone {
  height: 25px;
}

/* ------------------ Hack when js is enabled ------------------ */

.js #services,
.js #block-menu-menu-service-tools .menu {
  padding-right: 155px;
}

.js .language-selector {
  display: none;
}

@media (max-width: 767px) {
  .language-selector-close,
  .language-selector-open {
    padding: 3px;
    font-size: 14px;
    top: 5px;
    right: 5px;
    line-height: 18px;
    width: 138px;
  }
}

/* Hack for EC Resp css */

#layout-header #banner-image-right {
  top: 33px;
}

div#toolbar div.toolbar-shortcuts ul li a {
  background-color: transparent !important;
}

.list-group-item,
.panel .list-group-item {
  background-color: transparent;
  border: none;
  display: inline;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  border-radius: 0;
}

a.list-group-item {
  color: #577909;
}

a.list-group-item:hover {
  background: none;
  text-decoration: underline;
}

a.case-studies.panel-title {
  text-decoration: underline !important;
  cursor: pointer;
}

/* Version 1.7 */
/* Remove panel styles for sidebar sliders */

#block-views-5497cc1873297861d0d9be08c3d2d820.panel,
#block-views-3fbb8a74335baa4d20f1e635414e9c9d.panel {
  background: none;
  padding: 0;
}

/* Adjusting "Link" field from e-Library c-type*/

#node_e_library_full_group_link_title legend {
  font-size: 12px;
  font-weight: bold;
  float: left;
  width: 16.6667%;
  border: 0;
  margin-top: 10px;
}

#node_e_library_full_group_link_title .fieldset-wrapper {
  float: left;
  margin-top: 10px;
  width: 83.3333%;
}

/* Collapsible tabs */

.webform-back-survey {
  display: none;
}

/* MEDIA CONTENT */

div.node-media-content.node-full {
  margin-top: 10px;
}

body.node-type-media-content h1#page-title {
  color: #7aa80b;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
}

body.node-type-media-content div.media-content div.media-content-left div.field-slideshow-slide img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

body.node-type-media-content div.media-content div.media-content-right {
  float: right;
}

body.node-type-media-content div.node-media-content div.media-content-right div.field {
  margin-top: 10px;
}

body.node-type-media-content div.media-content div.media-content-right div.field-label {
  width: auto !important;
  margin-right: 10px;
}

body.node-type-media-content div.media-content div.media-content-right div.field-name-field-media-tags,
body.node-type-media-content div.row-title {
  display: none;
}

body.node-type-media-content div.media-content-bottom {
  padding: 0;
}

body.node-type-media-content div.media-content-bottom .item-list {
  padding-top: 0;
}

body.node-type-media-content div.media-content-bottom div.video-list-wrapper {
  margin: 10px 0;
  overflow: auto;
}

body.node-type-media-content ul.field-slideshow-pager {
  margin-bottom: 0;
}

body.node-type-media-content ul.field-slideshow-pager li.first,
body.node-type-media-content ul.field-slideshow-pager li.last,
body.node-type-media-content ul.field-slideshow-pager li {
  margin: 0 0 10px 0;
  text-align: center;
  float: none;
}

body.node-type-media-content ul.field-slideshow-pager li img {
  width: 100% !important;
}

body.node-type-media-content ul.field-slideshow-pager div.pager-thumbnail {
  text-align: center;
  padding: 12px 12px 12px 12px !important;
  border: 1px solid transparent;
  min-height: 200px;
}

body.node-type-media-content ul.field-slideshow-pager div.pager-thumbnail.activeSlide {
  background-color: #f8fff0;
  border: 1px solid #be7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px 12px 12px 12px !important;
}

body.node-type-media-content div.media-content div.media-content-left div.download-block {
  margin-top: 10px;
  height: 30px;
  width: 100%;
  text-align: right;
}

body.node-type-media-content div.media-content div.media-content-left div.download-block span.file-size {
  font-size: 12px;
  color: #777;
  margin-right: 5px;
}

body.node-type-media-content div.media-content div.media-content-left div.download-block a {
  background-color: #f5f3ef;
  padding: 10px;
}

body.node-type-media-content div.media-content div.media-content-bottom div.download-block {
  margin-top: 5px;
  text-align: center;
}

body.node-type-media-content div.media-content div.media-content-bottom div.download-block span.file-size {
  font-size: 11px;
  color: #777;
  margin-right: 5px;
}

body.node-type-media-content div.media-content div.media-content-left .field-type-video .thumbnail {
  max-width: 100%;
}

body.node-type-media-content div.media-content .field-type-video a.thumbnail {
  margin-bottom: 0;
}

body.node-type-media-content div.media-content div.media-content-left .field-type-video .thumbnail img {
  width: 100%;
  height: auto;
}

body.node-type-media-content div.node-terms,
body.node-type-e-library div.elibrary-terms {
  font-size: 12px;
  color: #666;
  font-style: normal;
  background: url(../images/tag_acbd01.png) 0 0 no-repeat;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

body.node-type-media-content div.field-name-field-media-creation-date,
body.node-type-e-library div.field.field-name-field-date {
  margin-bottom: 20px;
}

body.node-type-media-content div.field-name-field-media-creation-date span,
body.node-type-e-library div.field.field-name-field-date span {
  font-size: 14px;
  color: #777;
}

body.node-type-e-library div.documents-wrapper.item-list ul.file-list {
  margin-bottom: 25px !important;
}

body.node-type-e-library div.documents-wrapper.item-list ul.file-list li {
  padding: 13px 0 13px 0;
  border-bottom: 1px solid #ccc;
  line-height: 2em;
}

body.node-type-e-library div.documents-wrapper.item-list ul.file-list li .file-size {
  color: #777;
  margin: 0 10px 0 10px;
}

body.node-type-e-library div.documents-wrapper.item-list ul.file-list li .file-download a {
  background-color: #f5f3ef;
  padding: 10px;
  margin: 10px 0 10px 0 !important;
}

body.node-type-e-library div.documents-wrapper.item-list ul.links-list li {
  margin-bottom: 10px;
}

body.node-type-e-library div.node-full div.field-name-field-elibrary-cover {
  float: left;
  margin-right: 20px;
}

body.node-type-e-library div.field-name-field-elibrary-cover img {
  border: 1px solid #ccc;
}

/* ---------------- Block calendar  ----------------- */

.block .view-display-id-all_news_events_calendar_block table,
.block .view-display-id-all_news_events_calendar_block th,
.block .view-display-id-all_news_events_calendar_block td {
  border-color: #e5e5e5;
}

.block .view-display-id-all_news_events_calendar_block th {
  font-weight: normal;
  background: #e2f1ff;
}

.block .view-display-id-all_news_events_calendar_block .fc-button.fc-button-prev,
.block .view-display-id-all_news_events_calendar_block .fc-button.fc-button-next {
  margin-top: 0;
  padding: 0 3px;
  height: 24px;
  width: 24px;
  position: inherit;
}

.block .view-display-id-all_news_events_calendar_block .fc-header-title h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 0;
}

.block .view-display-id-all_news_events_calendar_block .fc-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.block .view-display-id-all_news_events_calendar_block .fc-view-month span.fc-event-time,
.block .view-display-id-all_news_events_calendar_block .fc-view-month span.fc-event-title {
  display: none;
}

.block .view-display-id-all_news_events_calendar_block .fc-view-month .fc-day-number {
  cursor: default;
  font-size: 12px;
}

.block .view-display-id-all_news_events_calendar_block .fc-view-month .fc-event {
  cursor: default;
  height: 2px;
  border: none;
}

.block .view-display-id-all_news_events_calendar_block .fc-button-month:hover,
.block .view-display-id-all_news_events_calendar_block .fc-button-month:active,
.block .view-display-id-all_news_events_calendar_block .fc-button-month:focus {
  color: #333;
}

.block .view-display-id-all_news_events_calendar_block .fc-button-month {
  margin-left: 5px;
  position: inherit;
}

.block .view-display-id-all_news_events_calendar_block .fc-button-month.ui-state-active {
  display: none;
}

#sidebar-left .block .view-display-id-all_news_events_calendar_block,
#sidebar-right .block .view-display-id-all_news_events_calendar_block,
#responsive-sidebar .block .view-display-id-all_news_events_calendar_block {
  max-width: 240px;
  margin: 0 auto;
}

/**
 * CSS Injector
 */
/* Example URL imagen from Sweaver */
/* https://ec.europa.eu/europeaid/sites/devco/themes/ec_devco_new/images/ */
/* Remove panel styles for sidebar sliders */

#block-views-5497cc1873297861d0d9be08c3d2d820.panel,
#block-views-3fbb8a74335baa4d20f1e635414e9c9d.panel {
  background: none;
  padding: 0;
}

/* Control slider - Carroussel */

.slider-default .flexslider .flex-control-nav {
  z-index: 100;
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 1024px) {
  #node_e_library_full_group_link_title legend {
    width: 25%;
  }

  #node_e_library_full_group_link_title .fieldset-wrapper {
    width: 75%;
  }
}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
  #node_e_library_full_group_link_title legend {
    width: 25%;
  }

  #node_e_library_full_group_link_title .fieldset-wrapper {
    width: 75%;
  }
}

/* Landscape phones and down */

@media (max-width: 599px) {
  #node_e_library_full_group_link_title legend {
    width: 33.3333%;
  }

  #node_e_library_full_group_link_title .fieldset-wrapper {
    width: 66.666%;
  }
}

#layout-body a,
#layout-footer .box-footer ul.list-unstyled.list-bullet li a {
  text-decoration: none;
}

#layout-footer .content a,
#layout-footer .menu li.leaf a {
  text-decoration: none !important;
}

/** Extra workbench **/

.views-field.views-field-nid a {
  border: 2px solid;
  border-radius: 28px;
  display: block;
  font-weight: bold;
  height: 20px;
  line-height: 12px;
  padding: 2px;
  text-align: center;
  text-decoration: none !important;
  width: 20px;
}

#search-form #edit-basic {
  width: 100%;
}

#search-form #edit-basic .form-item-keys {
  width: 70%;
}

#search-form #edit-basic .form-item .form-control {
  width: 100%;
  display: block;
  height: 20px;
  margin: 0 !important;
  padding: 0 0 0 5px !important;
  color: #666666;
  font-size: 11px;
  font-style: normal;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #ffffff;
  border: 1px solid #999999 !important;
  border-radius: 0 !important;
}

#search-form .input-group #edit-submit {
  margin: 0 0 0 -1px !important;
  padding: 0;
  width: 21px;
  height: 20px;
  min-height: 20px;
  border-radius: 0 !important;
  background: #ddd;
  border: 1px solid #666;
}

#search-form .form-item.form-type-checkbox {
  position: relative;
  top: -5px;
}

#search-form .form-item.form-type-checkbox label {
  margin: 0;
  padding: 0;
  height: 20px !important;
  line-height: 1.4em !important;
}

/* Collapsible tabs */

html.js fieldset.collapsed {
  height: 100%;
}

html.js fieldset.collapsible .fieldset-legend {
  background: none;
  padding-left: 0;
}

html.js fieldset.collapsible .fieldset-legend:before {
  content: "-";
  color: #577909;
  font-size: 12px;
  font-weight: bold;
}

html.js fieldset.collapsed .fieldset-legend:before {
  content: "+";
  color: #577909;
  font-size: 12px;
  font-weight: bold;
}

.collapse-text-text {
  padding: 0 15px;
}

.collapse-text-fieldset legend {
  border: 0;
  margin: 0;
  padding: 0 0 10px;
}

.collapse-text-fieldset .fieldset-legend {
  font-size: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.collapse-text-fieldset .fieldset-title {
  font-weight: bold;
}

.collapse-text-fieldset .fieldset-title,
#layout-body .node a.fieldset-title {
  text-decoration: none !important;
}

.collapse-text-fieldset .fieldset-wrapper {
  margin-top: -10px;
}

.collapse-text-fieldset .collapse-text-text {
  padding-bottom: 0;
  border-bottom: 0;
}

.collapse-text-fieldset {
  margin-top: -10px;
}

.registration-highlight a {
  background: #859b41 url("../images/button.gif") left bottom repeat-x;
  border: 0 none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  color: #ffffff !important;
  display: inline-block;
  float: right;
  font-size: 8px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-top: 5px;
  min-height: 20px;
  padding: 3px 3px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  white-space: normal;
}

video.media-element.file-default {
  width: 100%;
}

/* Collapsible tabs */

.webform-back-survey {
  display: none;
}

/* Capitalize in form-label */

.form-item label {
  text-transform: none;
}

/* Temporary padding for image over Commissioner block (due the change of the DG name - longer) */

.list-contact .list-contact-image {
  padding-right: 0;
}

.list-contact .list-contact-info {
  width: 100%;
}

/* Alter labels in all Moderation status fields - Workbench */

.form-item-workbench-moderation-state-new:before {
  content: "\A Before saving your content, be sure to switch the moderation status according the following options:\A \A  1. 'Draft', preliminary stage of your content. If you save your content as 'Draft', it will not be validated. \A 2. 'Send to approval', your content will be part of the queue for validation and will be published or sent to 'Draft' if further changes are required. \A \A If your content needs to be published urgently, please change the moderation status to 'send to approval', save it and send us an Email to 'DEVCO-WEBMASTER (EUROPEAID-Webmaster@ec.europa.eu)' indicating the urgency of publication.\A \A";
  color: #ff0000;
  white-space: pre-wrap;
  display: block;
  height: 100%;
  width: 100%;
}

/* Format for years (better identification) for view embedded in nodeID:63178 */

.view-annual-review h3 {
  font-size: 18px;
  padding-top: 10px;
}

.view-annual-work-programmes h3 {
  font-size: 18px;
  padding-top: 10px;
}

/* Display labels in-line for thematic and Region theme */

.views-field-field-image {
  display: inline-block;
}

.views-field-name {
  display: inline-block;
}

/* Highlight of header  for class "required-fields" over HTML element 'DIV' in forms */

.required-fields h2 span {
  font-weight: bold;
  color: #577909;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 30px;
}

/* Policy GROUP over Delegation Projects and Case Studies | THIS SHOULD BE REMOVED ONCE THE NEW FEATURE IS IMPLEMENTED AND BOTH GROUPS ARE REMOVED FROM EACH CTYPE */

.policy-hidden {
  display: none !important;
}

/* Remove Title from MAP for Central African Republic */

#node-63190 h2 {
  display: none;
}

/* Form Select from AWP and AAP */

#edit-field-regions-terms-target-id {
  height: 7em;
  width: 18em;
  font-size: 11px;
}

#edit-field-countries-terms-target-id {
  height: 7em;
  width: 18em;
  font-size: 11px;
}

#edit-field-sectors-carrousel-target-id {
  height: 7em;
  font-size: 11px;
}

#edit-field-date-value-value-year {
  font-size: 11px;
}

#edit-items-per-page {
  font-size: 11px;
}

/* CSS for Strategic Evaluation page */

.view-strategic-evaluation-reports h3 {
  font-weight: bold;
  color: #777777;
  padding-top: 5px;
  font-size: 13px;
  line-height: 1.5;
}

.view-grouping-header {
  font-weight: bold;
  color: #777777;
  text-transform: none;
  padding-top: 10px;
  font-size: 20px;
}

.file-icon {
  float: left;
  padding-right: 5px;
}

#edit-field-regions-terms-target-id {
  height: 3em !important;
}

#edit-field-countries-terms-target-id {
  height: 3em !important;
}

#edit-field-sectors-carrousel-target-id {
  height: 3em !important;
}

.item-list {
  padding-top: 20px;
}

/* Temporary solution for invisible button to select images from back office */

a#edit-field-picture-quote-und-0-select {
  background: #859b41 url("../images/button.gif") left bottom repeat-x;
  border: 0 none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  color: #ffffff !important;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-top: 5px;
  min-height: 20px;
  padding: 5px 5px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  white-space: normal;
}

/* Case Studies */

.view-case-studies-node-detail .testimony-box {
  overflow: auto !important;
}

.view-case-studies-node-detail .testimony-box .testimony-body img {
  max-height: none !important;
  height: auto !important;
}

/* NODE TABS (Sector) */

div .view-display-id-block_sector_policy h2 a,
div .view-display-id-block_sector_funding h2 a {
  display: none;
}

/* Facebook button for Commissionaire */

.list-contact-actions .list-contact-actions-face {
  background: url("../images/sweaver_image_43334.jpg") no-repeat scroll right bottom rgba(0, 0, 0, 0) !important;
  padding-left: 3px !important;
  text-align: left;
  width: 80px;
  height: 22px;
  margin-bottom: 5px;
}

.list-contact-actions .list-contact-actions-f2 {
  margin-bottom: 5px;
  margin-right: 5px;
}

/* Panel separation in News and Events */

#block-views-d711476e4499ba3c8f09814160246ee1 {
  padding-top: 40px;
}

/* Temporary CSS for Lorenzo Natali Prize Content */
/* This should be implemented as generic and embedded in CKeditor  as customized format */

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text {
  padding-left: 100px;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table {
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr {
  border-collapse: collapse;
  border: none;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr td {
  border-collapse: collapse;
  border: none;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr td.col_left {
  width: 50%;
  margin: 0;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr td.col_left p {
  text-align: justify;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr td.col_left p img.media-element {
  width: 154px;
  /*float: left;*/
  margin: 0 10px 10px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr td.col_right {
  width: 50%;
  margin: 0;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr td.col_right p {
  text-align: justify;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr td.col_right div.more-link-highlight {
  float: right;
  margin-bottom: 5px;
  display: block;
  height: auto;
  overflow: auto;
  position: relative;
  clear: both;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr td.col_right div.more-link-highlight a,
.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr td.col_right div.more-link-highlight a:visited,
.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr td.col_right div.more-link-highlight a:active {
  color: #ffffff !important;
  text-decoration: none !important;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr td.col_right h3.heading2 {
  border-bottom: 4px solid #ccc;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr td.col_right div.flag img.media-element {
  margin: 0 10px 0 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr th {
  border-collapse: collapse;
  border: none;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr th h3.title2 {
  border: none;
  color: #acbd01;
  margin: 0;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body div.collapse-text-text table tr th h4.title3 {
  border: none;
  border-bottom: 5px solid #acbd01;
  font-style: italic;
}

.node-type-lorenzo-natali-prize-basic-page #layout-body .node .field-body fieldset legend {
  margin: 0;
}

.node-type-lorenzo-natali-prize-basic-page .panel-heading {
  display: none;
}

/* Remove capitalized text-transformation */

.field-label {
  text-transform: none;
}

/* Remove title from menu #block-menu-menu-lorenzonp .panel-heading {display:none; } */
/* Padding left-right on slider TO BE FIXED IN NEXT DELIVERIES */

.flex-caption p {
  padding-left: 10px;
  padding-right: 10px;
}

/* Facetapi compact filter (filter by document type) */

.block-facetapi-compact-filter .panel-body .item-list ul li a.facetapi-active {
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: #a02622 !important;
}

.block-facetapi-compact-filter .panel-body .item-list ul li a.facetapi-active,
.block-facetapi-compact-filter .panel-body .item-list ul li a.facetapi-active:hover {
  clear: left;
  float: left;
  margin-right: 5px;
  padding: 2px 2px 3px !important;
  text-decoration: none !important;
  border-radius: 0;
  background-image: none !important;
}

/* MENU BLOCKS (changes since multisite 2.0 because the new class 'dropdown-menu' is added to each ) */

li.expanded ul.dropdown-menu {
  position: inherit;
  float: inherit;
  font-size: 12px;
  z-index: inherit;
}

li.expanded ul.dropdown-menu > li > a {
  white-space: normal;
}

li.expanded b.caret {
  display: none;
}

#layout-body .region-sidebar-left .block-menu .menu.list-group li.expanded ul li {
  padding: 0 7px 0 10px;
  background: none;
}

/* COUNTRIES OF THE REGION (collapsible) */

.block-quicktabs .ui-state-default a {
  padding-left: 20px !important;
}

/* News list with image */

div.list-default li.views-row {
  overflow: auto;
}

/* Bullet points aligned with the text in views over body area */

.panel.block-views .panel-body ul li {
  padding: 10px 0;
}

.panel.block-block .panel-body ul li {
  padding: 10px 0;
}

.panel.block-quicktabs .panel-body .view ul li {
  padding: 10px 0;
}

.node-type-webform .node-webform #webform-client-form-107335 .form-item,
.node-type-webform .node-webform #webform-client-form-107409 .form-item {
  width: 45%;
}

.node-type-webform .node-webform #webform-client-form-107335 .webform-component--first-name,
.node-type-webform .node-webform #webform-client-form-107335 .webform-component--last-name,
.node-type-webform .node-webform #webform-client-form-107335 .webform-component--name-of-organisation,
.node-type-webform .node-webform #webform-client-form-107335 .webform-component--function,
.node-type-webform .node-webform #webform-client-form-107335 .webform-component--nationality,
.node-type-webform .node-webform #webform-client-form-107335 .webform-component--id-number,
.node-type-webform .node-webform #webform-client-form-107409 .webform-component--nom,
.node-type-webform .node-webform #webform-client-form-107409 .webform-component--prenom,
.node-type-webform .node-webform #webform-client-form-107409 .webform-component--organisation-representee,
.node-type-webform .node-webform #webform-client-form-107409 .webform-component--qualite,
.node-type-webform .node-webform #webform-client-form-107409 .webform-component--nationalite,
.node-type-webform .node-webform #webform-client-form-107335 .webform-component--e-mail-address,
.node-type-webform .node-webform #webform-client-form-107409 .webform-component--adresse-demail,
.node-type-webform .node-webform #webform-client-form-107409 .webform-component--ndeg-id {
  float: left;
}

.node-type-webform .node-webform #webform-client-form-107335 .webform-component--first-name,
.node-type-webform .node-webform #webform-client-form-107335 .webform-component--function,
.node-type-webform .node-webform #webform-client-form-107335 .webform-component--nationality,
.node-type-webform .node-webform #webform-client-form-107409 .webform-component--nom,
.node-type-webform .node-webform #webform-client-form-107409 .webform-component--qualite,
.node-type-webform .node-webform #webform-client-form-107409 .webform-component--nationalite {
  margin-right: 35px;
}

.node-type-webform .node-webform .webform-datepicker .form-item {
  width: 20% !important;
  float: left;
  margin-right: 20px;
}

.node-type-webform .node-webform .webform-component--date-of-birth,
.node-type-webform .node-webform .webform-component--date-de-naissance {
  width: 100% !important;
  clear: both;
  margin-top: 20px;
  margin-bottom: 40px;
}

.node-type-webform .node-webform .form-number {
  border: 1px solid #cccccc;
  height: 30px;
}

.node-type-webform .node-webform #webform-client-form-107335 .webform-component--e-mail-address input,
.node-type-webform .node-webform #webform-client-form-107409 .webform-component--adresse-demail input {
  height: 35px;
  border: 1px solid #ccc;
  width: 100%;
}

.front .region-content .block-quicktabs .quicktabs-wrapper > .item-list {
  padding-top: 0;
}

.front .region-content .block-system {
  margin-bottom: 0;
}

p.abstract_blue {
  background-color: #e0f2fd !important;
  padding: 5px !important;
}

p.abstract_blue strong {
  font-weight: normal !important;
}

p.abstract_yellow {
  background-color: #ffffe0 !important;
  padding: 5px !important;
}

p.abstract_green {
  background-color: #d4efe1 !important;
  padding: 5px !important;
}

p.abstract_orange {
  background-color: rgba(245, 226, 184, 0.43) !important;
  padding: 5px !important;
}

p.abstract_purple {
  background-color: #e0cedb !important;
  padding: 5px !important;
}

p.abstract_red {
  background-color: #f8e5e5 !important;
  padding: 5px !important;
}

p.abstract_blue strong,
p.abstract_yellow strong,
p.abstract_green strong,
p.abstract_orange strong,
p.abstract_purple strong,
p.abstract_red strong {
  font-weight: normal !important;
}

/* ------------------ PUBLIC CONSULTATION DISPLAY ------------------ */

body.node-type-public-consultation-content .field .field-label {
  color: #777777;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 20px;
}

body.node-type-public-consultation-content .node-full .field-name-body ul,
body.node-type-public-consultation-content .node-full .field-field_how_to_submit_your_contrib ul,
body.node-type-public-consultation-content .node-full .field-name-field-contacts-consultation ul {
  margin-left: 10px !important;
}

body.node-type-public-consultation-content .node-full .field-name-body ul li,
body.node-type-public-consultation-content .node-full .field-field_how_to_submit_your_contrib ul li,
body.node-type-public-consultation-content .node-full .field-name-field-contacts-consultation ul li {
  list-style: none outside none;
  background: url("../images/list_arrow_green_image.png") left 4px no-repeat !important;
  padding-left: 15px;
}

/* Date for News and Events */

.devco-start-date {
  background-color: #ffffff;
  border: 1px solid #577909;
  display: block;
  float: left;
  height: 60px;
  padding-top: 20px;
  position: relative;
  width: 55px;
}

.devco-start-date-month {
  background-color: #577909;
  color: #fff;
  text-align: center;
  border: 1px solid #577909;
  clear: both;
  display: block;
  left: 0;
  right: 0;
  padding: 1px 0;
  position: absolute;
  top: 0;
}

.devco-start-date-day-number {
  clear: both;
  color: #577909;
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  text-align: center;
}

.devco-start-date-day-name {
  bottom: 0;
  clear: both;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

/* DEVCO Gallery Slider */
/* Bold  */

.bold-font-slider {
  font-weight: bold;
}

.leaflet-infopanel h2 {
  font-size: 20px;
  margin: 10px 0 20px 0 !important;
}

.slider-default.view-delegation-projects-images .flexslider {
  height: auto;
}

.panel.block-views .panel-body .view-delegation-projects-images .flexslider_views_slideshow_slide {
  padding: 0;
}

.quote-box img {
  width: 33%;
}

.view-case-studies-node-revision-detail .testimony-box .title-testimony-value,
.view-case-studies-node-detail .testimony-box .title-testimony-value {
  display: inline-block;
}

#layout-body.reduced {
  left: 85%;
}

@media (max-width: 768px) {
  #sub-title {
    display: none;
  }
}

#responsive-sidebar {
  margin-top: 80px;
}

#responsive-sidebar > div {
  position: relative;
  z-index: auto;
}

#block-quicktabs-countries-of-the-region {
  display: none;
}

/* basic page gallery */

.node-page.node-full .field-body .field-name-field-images {
  float: none;
  width: 100%;
}

.view-display-id-block_node_overview .field-field_gallery_picture_upload {
  margin-bottom: 20px;
}

.view-display-id-block_node_overview .field-slideshow-wrapper {
  position: relative;
}

.view-display-id-block_node_overview .field-slideshow-pager {
  position: absolute;
  bottom: 20px;
  z-index: 100;
  left: 20px;
}

.view-display-id-block_node_overview .field-slideshow-pager a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 2px 0 0;
  padding: 3px 0 0;
  font-weight: bold;
  background-color: #000;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  background-color: rgba(250, 250, 250, 0.5);
  background-image: url('../images/slider_menu_bg.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.view-display-id-block_node_overview .field-slideshow-pager a.activeSlide {
  background-color: rgba(0, 0, 0, 1);
  pointer-events: none;
  color: #fff !important;
}

#layout-body #field-slideshow-1-pager a {
  color: #000 !important;
  text-decoration: none !important;
}

#layout-body #field-slideshow-1-pager a:hover,
#layout-body #field-slideshow-1-pager a:focus {
  color: #fff !important;
}

#layout-body #field-slideshow-1-pager a.activeSlide {
  text-decoration: none !important;
  color: #fff !important;
}

/* basic page gallery - END */

.label-bold {
  font-weight: bold;
  padding-bottom: 10px;
}

.view-id-trust_fund_projects.view-display-id-block_2 .views-field-body {
  margin-bottom: 20px;
}

.view-id-trust_fund_projects .key-documents a {
  display: inline-block;
  padding: 5px 0;
}

.node-type-trust-fund-projects .sidebar-right #block-views-trust-fund-projects-block-4 {
  margin-top: 65px;
}

.view-display-id-block_news_press_homepage .view-id-news_press.view-display-id-attachment_1 .view-content,
.view-display-id-block_news_press_homepage .view-footer {
  display: none;
}

.view-id-trust_fund_projects.programme-list .item-list > h3 {
  font-size: 1.1em;
  text-transform: uppercase;
  border-bottom: 2px solid #577909;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.view-id-trust_fund_projects.programme-list .views-field-field-related-projects .item-list {
  padding-top: 0;
  margin: 5px 0 0;
}

.view-id-trust_fund_projects.programme-list .views-field-field-related-projects .item-list li {
  list-style: disc outside !important;
  padding: 0 0 5px 15px !important;
  background: transparent url("../images/list_arrow_green_image.png") left 5px no-repeat !important;
}

#layout-body .node .field-body ul li,
#layout-body .bean-devco .field-name-field-eid-cont ul li {
  padding-top: 0;
}

.view-id-news_press.view-display-id-block_news_press_homepage .view-footer {
  display: block !important;
}

.view-id-news_press.view-display-id-block_news_press_homepage .view-footer a:before {
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url("../images/list_arrow_green_image.png") left 5px no-repeat !important;
  content: '';
  margin-right: 10px;
}

.view-id-news_press.view-display-id-block_news_press_homepage .view-footer a {
  display: inline-block;
  float: right;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 4px 12px 7px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff !important;
  text-transform: uppercase;
  white-space: normal;
  text-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: #859b41 url("../images/button.gif") left bottom repeat-x;
}

/* Hide red start next to each option in checkbox field on node/add/region*/
.form-checkboxes .form-item.checkbox label span.form-required {
  display: none;
}

.sidebar-right .panel.devco-nobackgr {
  padding: 0;
  background: transparent none;
  margin-bottom: 20px;
}

.sidebar-right .panel.devco-nobackgr .panel-body {
  padding: 0;
}
.leaflet-map .leaflet-infopanel .field .field-item {
  margin-bottom: 0.5em;
}
