/*#login_form {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;

	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	margin: 0 0;
	padding: 0px;
}
#login_form  form {
	max-width: 330px;
}

#login_form  input[type="text"] {
  margin-bottom: 10px;
}
#login_form input[type="password"] {
  margin-bottom: 10px;
}
*/
.navbar-nav > li.marked {
	border-bottom-color: rgb(51,153,255);
	border-bottom-width: thin;
	border-bottom-style: solid;
	background-color: transparent;
}

.znavbar-nav > li.marked > a {
  padding-top: 15px;
  padding-bottom: 14px;
}

#main-container {
	padding: 0px 15px;
	border: 0px solid black;
}

#fill-the-gap {
	height: 45px;
}

.smaller { font-size: 75%; }
.bolder { font-weight: bolder; }
.light-red { color: #aa7777; }
.obligatory { color: #DD4B39; }

.gray-darker  { color: #222222; }
.gray-dark    { color: #333333; }
.gray         { color: #555555; }
.gray-light   { color: #777777; }
.gray-lighter { color: #eeeeee; }
.white        { color: #ffffff;}

.gray-darker-bg  { background-color: #222222; }
.gray-dark-bg    { background-color: #333333; }
.gray-bg         { background-color: #555555; }
.gray-light-bg   { background-color: #777777; }
.gray-lighter-bg { background-color: #eeeeee; }
.white-bg { background-color: #ffffff; }

.brand-primary { color: #337ab7; }
.brand-success { color: #5cb85c; }
.brand-info    { color: #5bc0de; }
.brand-warning { color: #f0ad4e; }
.brand-danger  { color: #d9534f; }

.brand-primary-bg { background-color: #337ab7; }
.brand-success-bg { background-color: #5cb85c; }
.brand-info-bg    { background-color: #5bc0de; }
.brand-warning-bg { background-color: #f0ad4e; }
.brand-danger-bg  { background-color: #d9534f; }

.text-my-danger {
	color: #d9534f !important;
}
.text-my-warning {
	color: #f0ad4e !important;
}
.text-my-info {
	color: #5cb85c !important;
}

.text-disabled {color: lightgrey; }
.white-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  color: #777;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.white-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.white-well-lg {
  padding: 24px;
  border-radius: 6px;
}
.white-well-sm {
  padding: 9px;
  border-radius: 3px;
}

.mailing-area .mailing-status span { width: 24px; }
.mailing-area .mailing-notification span,
.mailing-area .mailing-edition span { width: 24px; cursor: pointer; }

.mail-users .well {
  height: auto;
  min-height: 100px;
  max-height: 150px;
  overflow: auto;
  padding: 6px;
  padding-right: 32px;
}

.mail-users .well .toolboar {
	position: absolute;
	right: 32px;
	top: 8px;
	width: 1.2em;
	z-index: 1;
}

.mail-users .well .mail-user {
  font-size: 1.0em;
  margin: 5px 5px 0px 0px;
  position: relative;
  float: left;
}

.mail-users .well .mail-user .mail-user-name { margin-right: 10px ; }
.mail-users .well .mail-user .mail-user-acknowledge { margin-right: 5px ; }
.mail-users .well .mail-user .mail-user-acknowledge,
.mail-users .well .mail-user .mail-user-delete { cursor: pointer; }

.mail-users .well .toolboar .btn-link span { font-size: 1.2em; }

.mail-users .label-success { font-weight: normal; background-color: #80c080; }
.mail-users .label-primary { font-weight: normal; background-color: #81BEF7; }
.mail-users .label-default { font-weight: normal; }

.mailing-area .form-control-static .btn-link { padding: 0; }
.mailing-area .empty-message { font-style: italic; color: #777; text-align: center; }
.mailing-area .typeahead-wrapper { display: block; }
.mailing-area .typeahead-wrapper:hover a { color: white; }

.mailing-area .typeahead-name { float: left; }
.mailing-area .typeahead-cnt { float: right; margin-right: 5px; color: #777; font-size: .8em; }
.mailing-area .typeahead-secondary { font-size: .8em; color: #999; }

.datepicker.dropdown-menu {
  z-index: 3000 !important;
}

.fixed-table-container thead th {
	background-color: #428bca;
	color: white;
}


.datetime-container span {}

.date-container {}

.textual-month {
	margin-left: 5px;
	font-weight: bolder;
}
.hour-minutes {
	margin-left: 5px;
}
.full-date {
	text-align: right;
	color: #555;
	margin-right: 5px;
}
.full-year {
	white-space: nowrap;
	margin-left: 5px;
}

.label-expired {
	background-color: #948A54;
}
.label-draft, .label-closed {
  background-color: #999;
}
.label-approval {
  background-color: #428bca;
}
.label-release, .label-ended {
  background-color: #5cb85c;
}
.label-review {
  background-color: #5bc0de;
}
.label-redaction, .label-pending {
  background-color: #f0ad4e;
}
.label-dismissed, .label-cancelled, .label-rejected {
  background-color: #d9534f;
}

.alert-sm {
  padding: 6px 12px;
  margin-bottom: 0;
}

.swal2-styled.swal2-confirm {
	background-color: #337ab7 !important;
	border-color: #2e6da4 !important;
	color: white !important;
}
/*
body {
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

hr {
  margin-top: 17px;
  margin-bottom: 17px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
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;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
}
ul,
ol {
  margin-bottom: 8.5px;
}
dl {
  margin-bottom: 17px;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
address {
  margin-bottom: 17px;
}
pre {
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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 {
  padding-left: 10px;
  padding-right: 10px;
}
caption {
  padding-top: 4px;
  padding-bottom: 4px;
}
.table {
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 2px;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    margin-bottom: 12.75px;
  }
}
legend {
  margin-bottom: 17px;
  font-size: 18px;
}
output {
  font-size: 12px;
}
.form-control {
  height: 31px;
  font-size: 12px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 31px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 28px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 42px;
  }
}
.radio label,
.checkbox label {
  min-height: 17px;
}
.form-control-static {
  min-height: 29px;
}
.input-sm {
  height: 28px;
  font-size: 11px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
.form-group-sm .form-control {
  height: 28px;
  font-size: 11px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 28px;
  font-size: 11px;
}
.input-lg {
  height: 42px;
  font-size: 15px;
  line-height: 1.33;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
.form-group-lg .form-control {
  height: 42px;
  font-size: 15px;
  line-height: 1.33;
}
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 32px;
  font-size: 15px;
  line-height: 1.33;
}
.has-feedback .form-control {
  padding-right: 38.75px;
}
.form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-feedback label ~ .form-control-feedback {
  top: 22px;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    font-size: 11px;
  }
}
.btn {
  font-size: 12px;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 15px;
  line-height: 1.33;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 11px;
}
.btn-xs,
.btn-group-xs > .btn {
  font-size: 11px;
}
.dropdown-menu {
	font-size: 12px;
}
.dropdown-menu .divider {
  margin: 7.5px 0;
}
.dropdown-header {
  font-size: 11px;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-right-radius: 4px;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  font-size: 15px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
.input-group-addon {
  font-size: 12px;
}
.input-group-addon.input-sm {
  font-size: 11px;
}
.input-group-addon.input-lg {
  font-size: 15px;
}
.nav > li > a {
  padding: 5px 10px;
}
.nav .nav-divider {
  margin: 7.5px 0;
}
.navbar {
  min-height: 30px;
  margin-bottom: 17px;
}
.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-brand {
  padding: 6.5px 10px;
  font-size: 15px;
  line-height: 17px;
  height: 30px;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  margin-right: 10px;
  margin-top: -2px;
  margin-bottom: -2px;
}
.navbar-nav {
  margin: 3.25px -10px;
}
.navbar-nav > li > a {
  line-height: 17px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 17px;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
	margin: 0;
  }
 .navbar-nav > li > a {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}
.navbar-btn {
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}
.navbar-btn.btn-sm {
  margin-top: 1px;
  margin-bottom: 1px;
}
.navbar-btn.btn-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-text {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    margin-right: -10px;
  }
}
.breadcrumb {
  margin-bottom: 17px;
}
.pagination {
  margin: 17px 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 15px;
  line-height: 1.33;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 11px;
}
.pager {
  margin: 17px 0;
}
.badge {
  font-size: 11px;
}
.jumbotron p {
  font-size: 18px;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-left: 10px;
  padding-right: 10px;
}
.thumbnail {
  margin-bottom: 17px;
}
.alert {
  margin-bottom: 17px;
}
.progress {
  height: 17px;
  margin-bottom: 17px;
}
.progress-bar {
  font-size: 11px;
  line-height: 17px;
}
.panel {
  margin-bottom: 17px;
}
.panel-body {
  padding: 5px;
}
.panel-heading {
  padding: 5px 10px;
}
.panel-title {
  font-size: 14px;
}
.panel-footer {
  padding: 5px 10px;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 5px;
  padding-right: 5px;
}
.panel-group {
  margin-bottom: 17px;
}
.close {
  font-size: 18px;
}
.tooltip {
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.popover {
  font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.popover-title {
  font-size: 12px;
}
*/

#fill-the-gap {
	height: 70px;
}

