.bold {
  font-weight: bold; }

.transparent {
  opacity: 0; }

.status {
  color: #1c84c6; }

.pointer {
  cursor: pointer; }

.ui-notification {
  opacity: .9; }
  .ui-notification .message {
    background-color: transparent;
    border: 0px solid #e7eaec;
    text-align: left;
    display: block;
    padding: 10px 20px;
    position: relative;
    border-radius: 4px; }

.linkable {
  color: #337AB7;
  cursor: pointer; }

.actions-buttons-md {
  min-width: 80px; }

.daterangepicker {
  background-color: #EEE;
  border-color: #3071a9;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2); }

.daterangepicker td.in-range {
  background-color: #3889cb !important;
  border-color: #3071a9;
  color: #fff; }

ul.dropdown-menu li div {
  font-size: 1em;
  /*line-height: 1.7em;*/
  padding: .3em 1em; }

ul.dropdown-menu li div:hover {
  background-color: #ffa94c;
  color: #fff;
  cursor: pointer; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #1C84C6;
  color: #FFF; }

.ui-match {
  background: #ffd900;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #000; }

.custom-marker.selected {
  background: rgba(255, 165, 0, 0.9);
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px;
  border: #e18f00 solid 1px;
  border-radius: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.custom-marker.selected:after {
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: rgba(225, 143, 0, 0.9) transparent;
  bottom: -6px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0;
  z-index: 1; }

.custom-marker.selected:before {
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: rgba(225, 143, 0, 0.9) transparent;
  bottom: -7px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0;
  z-index: 0; }

.custom-marker.other {
  background: rgba(243, 243, 244, 0.9);
  color: #2F4050;
  /*font-size: 1em;*/
  padding: 10px;
  border: #dcdcdd solid 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.custom-marker.other:after {
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: rgba(220, 220, 221, 0.9) transparent;
  bottom: -6px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0;
  z-index: 1; }

.custom-marker.other:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: rgba(220, 220, 221, 0.9) transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -6px;
  bottom: -7px;
  left: 50%; }

.modal-backdrop.in {
  /*opacity: 0.6;*/ }

.modal .modal-content {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; }
  .modal .modal-content .modal-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .modal .modal-content .modal-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #fff; }
.modal .modal-dialog .modal-content .type-new.modal-header {
  background-color: #2F4050;
  border-bottom: 2px solid #b2b9bc; }
.modal .modal-dialog .modal-content .type-edit.modal-header {
  background-color: #2F4050;
  border-bottom: 2px solid #b2b9bc; }
.modal .modal-dialog .modal-content .type-delete.modal-header {
  background-color: #2F4050;
  border-bottom: 2px solid #b2b9bc; }
.modal .modal-dialog .modal-content .modal-body {
  background-color: #F3F3F4; }
.modal .modal-dialog .modal-content .modal-footer {
  background-color: #D1DADE;
  border-top: 1px solid #c5cccf; }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20); }

.dragular {
  background-color: #942A57;
  margin: 0 auto;
  padding: 30px;
  max-width: 760px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* dragula-specific example page styles */
  /*
   * note that styling gu-mirror directly is a bad practice because it's too generic.
   * you're better off giving the draggable elements a unique class and styling that directly!
   */ }
  .dragular *, .dragular *:before, .dragular *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit; }
  .dragular input, .dragular button {
    font-family: Georgia, Helvetica;
    font-size: 17px;
    color: #ecf0f1; }
  .dragular h1 {
    margin-top: 20px;
    text-align: center; }
  .dragular h3 {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px;
    text-align: center; }
  .dragular a, .dragular a:hover {
    color: #ecf0f1; }
  .dragular pre {
    white-space: pre-wrap; }
  .dragular pre code {
    color: #fff;
    font-size: 14px;
    line-height: 1.3; }
  .dragular label {
    display: block;
    margin-bottom: 15px; }
  .dragular sub {
    display: block;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 11px;
    font-style: italic; }
  .dragular ul {
    margin: 0;
    padding: 0; }
  .dragular .parent {
    background-color: rgba(255, 255, 255, 0.2);
    margin: 50px 0;
    padding: 20px; }
  .dragular input {
    border: none;
    outline: none;
    background-color: #ecf0f1;
    padding: 10px;
    color: #942A57;
    border: 0;
    margin: 5px 0;
    display: block;
    width: 100%; }
  .dragular button {
    background-color: #ecf0f1;
    color: #942A57;
    border: 0;
    padding: 18px 12px;
    margin-left: 6px;
    cursor: pointer;
    outline: none; }
  .dragular button:hover {
    background-color: #e74c3c;
    color: #ecf0f1; }
  .dragular .gh-fork {
    position: fixed;
    top: 0;
    right: 0;
    border: 0; }
  .dragular .wrapper {
    display: table; }
  .dragular .container {
    display: table-cell;
    background-color: rgba(255, 255, 255, 0.2);
    width: 50%; }
  .dragular .container:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.2); }
  .dragular .container div,
  .dragular .gu-mirror {
    margin: 10px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: opacity 0.4s ease-in-out;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab; }
  .dragular .gu-unselectable {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing; }
  .dragular .container .ex-moved {
    background-color: #e74c3c; }
  .dragular .handle {
    padding: 0 5px;
    margin-right: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: move; }
  .dragular .clickedClass {
    background-color: orange !important; }

.navbar-default #side-menu > .divider {
  background-color: #D1DADE;
  height: 2px;
  opacity: 0.3;
  width: 100%; }

.page-discounts .label-elegant {
  background-color: #1ab394;
  color: #fff; }

.page-staff-dosimeters label, .page-staff label, .page-labels label, .page-latecomers label {
  padding-left: 5px;
  padding-right: 5px;
}

.red {
    color: red;
}

.warning {
    color: orange;
}

.metismenu .dropdown-menu > li > a {
    color: #337ab7;
    padding-top: 10px;
    text-decoration: none;
}

.metismenu .dropdown-menu li a:hover {
    background-color: #ffa94c;
    color: #fff;
    cursor: pointer;
}

.active-chip {
    height: 25px;
    width: 25px;
}

.ip-obfuscated {
    color: transparent;
    text-shadow: 0px 0px 10px #333330;
}

#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.password-recovery, .password-reset {
    color: #fff;
}

.header-search {
  width: 100%;
}

.assign-dosimeters {
    padding-top: 10px;
}

.btn-sm {
    padding: 6px 15px;
    min-width: 180px;
}

.update-from-ape {
    padding-top: 20px;
}

@media (max-width: 1060px)  {
    .btn-list {
        margin-bottom: 15px;
    }

    .btn-disuniformity {
        margin-top: 20px;
    }

    .update-from-ape {
        padding-top: 0px;
    }
}

.tbl-delivery-notes {
    table-layout: fixed;
}

@media (max-width: 500px)  {
    .btn-export {
        margin-top: 15px;
    }
}
