html,
body {
  height: auto;
  background-color: #f5f7fa;
}
#page-content {
  margin-top: 70px;
  margin-left: 90px;
  transition: margin-left 0.3s;
  min-height: calc(100vh - (60px + 25px));
}
#page-content .title {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background-color: #f9fbfd;
  border-bottom: 1px solid #cfdbe2;
  padding-left: 5px;
}
#page-content .view {
  padding-bottom: 40px/2;
  margin: 0 25px;
}
#page-content footer {
  text-align: center;
  width: 100%;
  height: 40px;
}
@media screen and (min-width: 64em) {
  .row.full {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row.full>.column:first-child,
  .row.full>.columns:first-child {
    padding-left: 0;
  }
  .row.full>.column:last-child,
  .row.full>.columns:last-child {
    padding-right: 0;
  }
}
.small-link-button {
  color: #fff;
  width: 1.5rem;
  display: inline-block;
  text-align: center;
}
.small-link-button:hover {
  color: #000;
}
.warning-bgcolor {
  background-color: #f08a24;
}
.alert-bgcolor {
  background-color: #f04124;
}
.no-padding {
  padding: 0;
}
.st-sort-descent:after {
  content: ' \25BC';
}
.st-sort-ascent:after {
  content: ' \25B2';
}
table.st-table {
  width: 100%;
}
table.st-table .titles th,
table.st-table td {
  cursor: pointer;
}
table.st-table i.fa-circle.status {
  font-size: 2rem;
}
table.st-table i.fa-circle.status.status_0 {
  color: #f00;
}
table.st-table i.fa-circle.status.status_1 {
  color: #008000;
}
table.st-table .action {
  text-align: right;
}
table.st-table .action .split {
  padding: 0 2.25rem 0 0;
}
table.st-table .action .split > i {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-style: normal;
}
table.st-table .action .f-dropdown li {
  text-align: left;
}
#side-menu .logo {
  max-height: 70px;
  max-width: 90px;
  transition: margin 0.3s;
}
#side-menu *,
#side-menu *:after,
#side-menu *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#side-menu .gn-menu-main,
#side-menu .gn-menu-main ul {
  margin: 0;
  padding: 0;
  color: #fff;
  list-style: none;
  text-transform: none;
  font-weight: 300;
  font-family: 'Lato', Arial, sans-serif;
  line-height: 70px;
  z-index: 999;
}
#side-menu ul.gn-menu-main {
  background: #4378be;
}
#side-menu .gn-menu-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  font-size: 13px;
}
#side-menu .gn-menu-main a {
  display: block;
  height: 100%;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#side-menu .gn-menu a {
  color: #414141;
}
#side-menu .gn-menu a:hover {
  color: #4378be !important;
}
#side-menu .no-touch .gn-menu-main a:hover,
#side-menu .no-touch .gn-menu li.gn-search-item:hover,
#side-menu .no-touch .gn-menu li.gn-search-item:hover a {
  background: #5f6f81;
  color: #fff;
}
#side-menu .gn-menu-main > li {
  display: block;
  float: left;
  height: 100%;
  text-align: center;
}
#side-menu .gn-menu li ul li ul {
  height: 0;
  overflow: hidden;
}
#side-menu .gn-menu li.gn-opened a {
  background-color: #f9fbfd;
  color: #414141;
}
#side-menu .gn-menu li.gn-opened ul {
  height: auto;
}
#side-menu .gn-menu li.gn-opened ul li a {
  background-color: #fff;
}
#side-menu li.gn-selected > a {
  background-color: #f9fbfd;
  color: #4378be !important;
}
#side-menu .gn-menu-main li.gn-trigger {
  position: relative;
  width: 90px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#side-menu .gn-menu-main > li:last-child {
  float: right;
  border-right: none;
}
#side-menu .gn-menu-main > li > a {
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
#side-menu .gn-menu-main > li.user-menu > a {
  padding: 0 30px;
}
#side-menu .gn-menu-main:after {
  display: table;
  clear: both;
  content: "";
}
#side-menu .gn-menu-wrapper {
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 90px;
  border-top: 1px solid #c6d0da;
  border-right: 1px solid #cfdbe2;
  background: #fff;
  -webkit-transform: translateX(-$top-bar-height);
  -moz-transform: translateX(-$top-bar-height);
  transform: translateX(-$top-bar-height);
  -webkit-transition: -webkit-transform 0.3s, width 0.3s;
  -moz-transition: -moz-transform 0.3s, width 0.3s;
  transition: transform 0.3s, width 0.3s;
}
#side-menu .gn-scroller {
  position: absolute;
  overflow-y: scroll;
  width: 320px;
  height: 100%;
}
#side-menu .gn-menu {
  text-align: left;
  font-size: 18px;
}
#side-menu .gn-menu > li span.category-title {
  display: none;
}
#side-menu .gn-submenu li {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
#side-menu .gn-submenu li a {
  color: #c1c9d1;
}
#side-menu input.gn-search {
  position: relative;
  z-index: 10;
  padding-left: 70px;
  outline: none;
  border: none;
  background: transparent;
  color: #5f6f81;
  font-weight: 300;
  font-family: 'Lato', Arial, sans-serif;
  cursor: pointer;
}
#side-menu .gn-search::-webkit-input-placeholder {
  color: #5f6f81;
}
#side-menu .gn-search:-moz-placeholder {
  color: #5f6f81;
}
#side-menu .gn-search::-moz-placeholder {
  color: #5f6f81;
}
#side-menu .gn-search:-ms-input-placeholder {
  color: #5f6f81;
}
#side-menu .gn-search:focus::-webkit-input-placeholder,
#side-menu .no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}
#side-menu input.gn-search:focus {
  cursor: text;
}
#side-menu .no-touch .gn-menu li.gn-search-item:hover input.gn-search {
  color: #fff;
}
#side-menu .no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
  color: #fff;
}
#side-menu .no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
  color: #fff;
}
#side-menu .no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
  color: #fff;
}
#side-menu .no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
  color: #fff;
}
#side-menu .gn-menu-main a.gn-icon-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
}
#side-menu .gn-icon::before {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 70px;
  font-size: 35px;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
#side-menu .gn-icon.gn-icon-menu {
  padding: 0;
  color: #fff;
}
#side-menu .gn-icon.gn-icon-menu i {
  line-height: 70px;
  font-size: 25px;
}
#side-menu .gn-menu-wrapper.gn-open-all,
#side-menu .gn-menu-wrapper.gn-open-part {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
#side-menu .gn-menu-wrapper.gn-open-all {
  width: 290px;
}
#side-menu .gn-menu-wrapper.gn-open-all .gn-submenu li {
  height: 70px;
}
#side-menu .gn-menu-wrapper.gn-open-all .gn-menu > li {
  color: #7a7a7a;
}
#side-menu .gn-menu-wrapper.gn-open-all .gn-menu > li span.category-title {
  display: inline-block;
  padding-left: 15px;
}
#side-menu .gn-menu-wrapper.gn-open-part:not(.gn-open-all) {
  overflow: visible;
}
#side-menu .gn-menu-wrapper.gn-open-part:not(.gn-open-all) .gn-scroller {
  overflow-y: hidden;
  width: 90px;
}
#side-menu .gn-menu-wrapper.gn-open-part:not(.gn-open-all) li.gn-opened ul.gn-submenu {
  border: 1px solid #cfdbe2;
}
#side-menu .gn-menu-wrapper.gn-open-part:not(.gn-open-all) .gn-menu > li > ul > li.gn-selected > a,
#side-menu .gn-menu-wrapper.gn-open-part:not(.gn-open-all) li.gn-opened > a {
  background-color: transparent;
}
#side-menu .gn-menu-wrapper.gn-open-part:not(.gn-open-all) .gn-menu > li > ul > li.gn-selected > a::before,
#side-menu .gn-menu-wrapper.gn-open-part:not(.gn-open-all) li.gn-opened > a::before {
  border: 1px solid #cfdbe2;
/* collapse the border with margins */
  margin-bottom: -1px;
  margin-top: -1px;
  background-color: #f9fbfd;
}
#side-menu .gn-menu-wrapper.gn-open-part:not(.gn-open-all) .gn-menu > li {
  width: 90px;
}
#side-menu .gn-menu-wrapper.gn-open-part:not(.gn-open-all) li a span {
  display: none;
}
#side-menu .gn-menu-wrapper.gn-open-part:not(.gn-open-all) li ul li.gn-opened ul {
  margin-top: -71px;
  height: auto;
  position: fixed;
  left: 89px;
}
#side-menu .gn-menu-wrapper.gn-open-part:not(.gn-open-all) li ul li.gn-opened ul li {
  height: auto;
  width: 172.5px;
}
#side-menu .gn-menu-wrapper.gn-open-part:not(.gn-open-all) .subitem a::before {
  width: 0;
}
@media screen and (max-width: 422px) {
  #side-menu .gn-menu-wrapper.gn-open-all {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    width: 100%;
  }
  #side-menu .gn-menu-wrapper.gn-open-all .gn-scroller {
    width: 130%;
  }
}
#side-menu #user-dropdown {
  overflow: hidden;
}
#side-menu #user-dropdown a {
  height: 0;
  line-height: 75px;
  padding-right: 30px;
  color: #414141;
  background-color: #fff;
  border: 1px solid #cfdbe2;
  transition: height 0.2s;
}
#side-menu #user-dropdown.gn-opened a {
  display: block;
  height: 75px;
}
#side-menu .subitem a {
  padding-left: 30px;
  font-size: 14px;
}
#side-menu .gn-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #000;
}
#side-menu .gn-footer .full-text {
  display: none;
}
#side-menu .gn-open-all .gn-footer .full-text {
  display: inline;
}
.menu-opened #page-content {
  margin-left: 290px;
}
.menu-opened #side-menu img.logo {
  margin: 0 120px;
}
.fa-blank:before {
  content: "\00a0";
}
.home-page #side-menu {
  display: none;
}
.noborder {
  border: none !important;
}
.title h2 {
  color: #1863be !important;
  line-height: 60px;
}
@media screen and (max-width: 64em) {
  .title h2 {
    font-size: 2em;
  }
}
.sort-handle {
  cursor: move;
}
input.ng-dirty.ng-invalid {
  border: solid 1px #f00;
}
.editor.ql-container {
  padding: 0;
  min-height: 150px;
}
.ql-editor {
  min-height: 150px !important;
}
.button {
  background-color: #1863be;
}
.button:hover {
  background-color: #2d80e4;
}
.form-panel {
  background-color: #fff;
  color: #666;
  border: solid 2px #cfdbe2;
  border-top-width: 4px;
  padding: 15px 15px 5px 15px;
  margin: 20px 0;
}
.form-panel h4.header {
  font-size: 19px;
  color: #1863be;
  margin-bottom: 40px;
}
.form-panel input[type="text"],
.form-panel input[type="number"],
.form-panel input[type="email"],
.form-panel textarea {
  border: 1px solid #cfdbe2;
  border-radius: 15px;
}
.form-panel input[type="text"].no-bdradius,
.form-panel input[type="number"].no-bdradius,
.form-panel input[type="email"].no-bdradius,
.form-panel textarea.no-bdradius {
  border-radius: 0;
}
.form-panel input[type="text"].no-bdradius-right,
.form-panel input[type="number"].no-bdradius-right,
.form-panel input[type="email"].no-bdradius-right,
.form-panel textarea.no-bdradius-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-panel input[type="text"].no-bdradius-left,
.form-panel input[type="number"].no-bdradius-left,
.form-panel input[type="email"].no-bdradius-left,
.form-panel textarea.no-bdradius-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-panel input[type="checkbox"].inline {
  margin: 0.6rem 0 0 0;
}
a.addline {
  padding: 5px 1px 10px;
}
.reveal-modal .close-reveal-modal {
  font-weight: 200;
}
.bottom-buttons .button {
  padding: 10px 40px;
  margin-left: 30px;
}
.bottom-buttons .button.secondary {
  background-color: #c1c0bf;
  color: #fff;
}
.bottom-buttons .button.secondary:hover {
  background-color: #9b9a98;
}
.bottom-buttons .button[disabled] {
  background-color: #1863be;
}
.quill-text-input {
  border: solid 1px #ccc;
  padding: 1rem;
  margin-bottom: 1rem;
}
#loading-bar-spinner .spinner-icon {
  border-top-color: #000;
  border-left-color: #000;
}
#loading-bar .bar {
  background: #000;
  height: 5px;
}
label .sub-label {
  font-size: 0.8rem;
}
.mt3 label {
  margin-top: 3rem !important;
}
.required label {
  color: #f00;
}
.required input {
  border-color: #f00;
}
.inline-form > span {
  display: inline-block;
  margin-right: 1em !important;
}
.table-scroll {
  max-height: 65vh;
  overflow-y: auto;
}
tr.alert-type-31 {
  background-color: #fefbd0 !important;
}
tr.alert-type-31:hover {
  background-color: #fffde8 !important;
}
tr.alert-type-32 {
  background-color: #f4828c !important;
}
tr.alert-type-32:hover {
  background-color: #f6959d !important;
}
tr.alert-type-33 {
  background-color: #fdcfb7 !important;
}
tr.alert-type-33:hover {
  background-color: #fee0d0 !important;
}
.homepage {
  background-color: #fff;
  min-height: calc(100vh - 30px);
  margin: 15px;
  border: solid 2px #1863be;
  border-radius: 15px;
}
.homepage .logo {
  margin-top: 30px;
  margin-left: 30px;
  max-width: 240px;
}
.homepage .title {
  text-align: center;
  margin-bottom: 140px;
}
.homepage .logout a i,
.homepage .alerts a i {
  color: #1863be;
  font-size: 50px;
}
.homepage .logout {
  position: absolute;
  top: 30px;
  right: 30px;
}
.homepage .alerts {
  position: absolute;
  top: 30px;
  right: 100px;
}
.homepage > .content {
  padding-bottom: 60px;
}
.homepage footer {
  text-align: center;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.homepage .icons {
  text-align: center;
}
.homepage .wrapper-dropdown-3 {
/* Size and position */
  position: relative;
  width: 350px;
  margin: 10px 40px 10px 40px;
  padding: 15px;
  display: inline-block;
/* Styles */
  background: #fff;
  border-radius: 7px;
  border: 2px solid #1863be;
  box-shadow: 0 1px 1px rgba(50,50,50,0.1);
  cursor: pointer;
  outline: none;
/* Font settings */
  font-weight: bold;
  color: #1863be;
  text-align: center;
}
.homepage .wrapper-dropdown-3 a {
  color: #1863be;
  display: block;
}
.homepage .wrapper-dropdown-3 a .icon {
  margin-bottom: 15px;
}
.homepage .wrapper-dropdown-3 i {
  font-size: 200px;
}
.homepage .wrapper-dropdown-3 .dropdown {
/* Size & position */
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  margin: 0;
  width: 90%;
  margin-left: 5%;
/* Styles */
  padding: 0;
  background: #fff;
  border-radius: inherit;
  border: 2px solid #1863be;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  font-weight: normal;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  list-style: none;
/* Hiding */
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}
.homepage .wrapper-dropdown-3 .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: calc(50% - 3.5px);
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: #fff transparent;
}
.homepage .wrapper-dropdown-3 .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: calc(50% - 5.5px);
  border-width: 0 9px 9px 9px;
  border-style: solid;
  border-color: #1863be transparent;
}
.homepage .wrapper-dropdown-3 .dropdown li a {
  display: block;
  margin: 0 15px;
  padding: 10px 0;
  text-decoration: none;
  color: #1863be;
  border-bottom: 1px solid #1863be;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.homepage .wrapper-dropdown-3 .dropdown li i {
  float: right;
  color: inherit;
}
.homepage .wrapper-dropdown-3 .dropdown li:first-of-type a {
  border-radius: 7px 7px 0 0;
}
.homepage .wrapper-dropdown-3 .dropdown li:last-of-type a {
  border: none;
  border-radius: 0 0 7px 7px;
}
.homepage .wrapper-dropdown-3 .dropdown li:hover {
  background: #1863be;
  border-radius: 4px;
}
.homepage .wrapper-dropdown-3 .dropdown li:hover a {
  color: #fff;
}
.homepage .wrapper-dropdown-3.active {
  background-color: #1863be;
}
.homepage .wrapper-dropdown-3.active a {
  color: #fff;
}
.homepage .wrapper-dropdown-3.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.homepage .no-opacity .wrapper-dropdown-3 .dropdown,
.homepage .no-pointerevents .wrapper-dropdown-3 .dropdown {
  display: none;
  opacity: 1; /* If opacity support but no pointer-events support */
  pointer-events: auto; /* If pointer-events support but no pointer-events support */
}
.homepage .no-opacity .wrapper-dropdown-3.active .dropdown,
.homepage .no-pointerevents .wrapper-dropdown-3.active .dropdown {
  display: block;
}
.login {
  background-color: #fff;
  min-height: calc(100vh - 30px);
  margin: 15px;
  border: solid 2px #1863be;
  border-radius: 15px;
}
.login .logo {
  margin: 10% auto;
}
.login form {
  border: solid 2px #1863be;
  border-radius: 15px;
  padding: 50px 45px 20px 45px;
}
.login form input {
  border: solid 1px #1863be;
  border-radius: 15px;
  padding-left: 15px;
}
.login form input::-webkit-input-placeholder {
  color: #000;
}
.login form input::-moz-placeholder {
  color: #000;
}
.login form input:-ms-input-placeholder {
  color: #000;
}
.login form button {
  margin-top: 15px;
  border-radius: 15px;
}
.login .content {
  padding-bottom: 60px;
}
.login footer {
  text-align: center;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.edl .edl_header {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 64em) {
  .edl .edl_header {
    font-size: 0.75em;
  }
}
.edl .edl_header i {
  font-size: 40px;
}
.edl .edl_header .block {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.edl .edl_header .block-centered-content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.5em;
}
.edl .edl_header .block-centered-content div.content {
  display: inline-block;
  vertical-align: middle;
}
.edl .top_header_block {
  background-color: #fff;
  border: solid 1px #cfdbe2;
  border-top-width: 2px;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.edl .top_header_block.active {
  background-color: #1863be !important;
  color: #fff;
  border-color: #7e9eb1;
}
.edl .top_header_block.finished {
  background-color: #bdd7f7;
}
.edl .edl_type_button {
  background-color: #fff;
  color: #666;
  border: solid 1px #cfdbe2;
  border-top-width: 2px;
}
.edl .edl_type_button i.fa {
  font-size: 50px;
}
.edl .icons {
  text-align: center;
}
.edl .wrapper-dropdown-3 {
/* Size and position */
  position: relative;
  width: 350px;
  margin: 10px 40px 10px 40px;
  padding: 15px;
  display: inline-block;
/* Styles */
  background: #fff;
  border-radius: 7px;
  border: 2px solid #1863be;
  box-shadow: 0 1px 1px rgba(50,50,50,0.1);
  cursor: pointer;
  outline: none;
/* Font settings */
  font-weight: bold;
  color: #1863be;
  text-align: center;
}
.edl .wrapper-dropdown-3 a {
  color: #1863be;
  display: block;
}
.edl .wrapper-dropdown-3 a .icon {
  margin-bottom: 15px;
}
.edl .wrapper-dropdown-3 i {
  font-size: 200px;
}
.edl .wrapper-dropdown-3 .dropdown {
/* Size & position */
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  margin: 0;
  width: 90%;
  margin-left: 5%;
/* Styles */
  padding: 0;
  background: #fff;
  border-radius: inherit;
  border: 2px solid #1863be;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  font-weight: normal;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  list-style: none;
/* Hiding */
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}
.edl .wrapper-dropdown-3 .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: calc(50% - 3.5px);
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: #fff transparent;
}
.edl .wrapper-dropdown-3 .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: calc(50% - 5.5px);
  border-width: 0 9px 9px 9px;
  border-style: solid;
  border-color: #1863be transparent;
}
.edl .wrapper-dropdown-3 .dropdown li a {
  display: block;
  margin: 0 15px;
  padding: 10px 0;
  text-decoration: none;
  color: #1863be;
  border-bottom: 1px solid #1863be;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.edl .wrapper-dropdown-3 .dropdown li i {
  float: right;
  color: inherit;
}
.edl .wrapper-dropdown-3 .dropdown li:first-of-type a {
  border-radius: 7px 7px 0 0;
}
.edl .wrapper-dropdown-3 .dropdown li:last-of-type a {
  border: none;
  border-radius: 0 0 7px 7px;
}
.edl .wrapper-dropdown-3 .dropdown li:hover {
  background: #1863be;
  border-radius: 4px;
}
.edl .wrapper-dropdown-3 .dropdown li:hover a {
  color: #fff;
}
.edl .wrapper-dropdown-3.active {
  background-color: #1863be;
}
.edl .wrapper-dropdown-3.active a {
  color: #fff;
}
.edl .wrapper-dropdown-3.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.edl .no-opacity .wrapper-dropdown-3 .dropdown,
.edl .no-pointerevents .wrapper-dropdown-3 .dropdown {
  display: none;
  opacity: 1; /* If opacity support but no pointer-events support */
  pointer-events: auto; /* If pointer-events support but no pointer-events support */
}
.edl .no-opacity .wrapper-dropdown-3.active .dropdown,
.edl .no-pointerevents .wrapper-dropdown-3.active .dropdown {
  display: block;
}
.edl .edl-choice {
  padding-bottom: 10%;
}
.edl .wrapper-dropdown-3 {
  width: 250px;
}
.edl .wrapper-dropdown-3 i {
  font-size: 100px;
}
.edl .category-title {
  text-align: left;
}
.edl .recap_sortable_categories {
  cursor: move;
}
.contrat .info-header {
  margin-bottom: 45px !important;
  text-align: center;
}
.contrat .pdf_viewer {
  width: 100%;
  height: 75vh;
}
.contrat .email-modal {
  top: 0;
  max-height: 100%;
  overflow-y: scroll;
}
.contrat .email-modal .quill-wrapper {
  border: 1px solid #a9a9a9;
}
.contrat .ui-sortable input[type="text"],
.contrat .ui-sortable input[type="number"],
.contrat .ui-sortable textarea {
  border-radius: 0;
}
.contrat .ui-sortable span.prefix {
  border-radius: 15px 0 0 15px;
}
.contrat .ui-sortable a.button.postfix {
  border-radius: 0 15px 15px 0;
}
.contrat .ui-sortable .nota-postfix {
  border-radius: 0 15px 15px 0;
  background-color: #a9a9a9;
}
.rh-contrat {
  padding-top: 3%;
}
.rh-contrat label {
  margin: 20px auto 5px;
}
.rh-contrat div.first-form > label {
  margin-top: 0 !important;
}
.rh-contrat .contact-urgence-form {
  border: solid 1px #1863be;
  margin: 3% auto;
  padding: 10px;
}
.rh-contrat .contact-urgence-form h5 {
  text-align: center;
  color: #1863be;
}
.rh-contrat .disponibilites {
  margin-top: 5%;
}
.rh-contrat .disponibilite h5 {
  text-align: center;
}
.rh-contrat .disponibilite .day-selection {
  text-align: center;
}
.rh-contrat .disponibilite .day-selection label {
  display: inline-block;
  margin: 5px 10px;
}
.rh-contrat .disponibilite .horaires label {
  text-align: center;
}
.rh-contrat .disponibilite .horaires label input {
  margin-top: 5px;
  text-align: right;
}
@media only screen and (min-width: 1800px) {
  .rh-contrat .xlarge-3 {
    width: 25%;
  }
}
#embaucheValidation label.checked {
  color: #aaa;
  text-decoration: line-through;
}
#embaucheValidation .buttons-row {
  margin-top: 3%;
}
.rh-contrat-pdf .pdf_viewer {
  width: 100%;
  height: 75vh;
}
.rh-employe.rh-employe,
.rh-employe-list.rh-employe {
  padding-top: 5%;
}
.rh-employe.rh-employe label,
.rh-employe-list.rh-employe label {
  margin: 20px auto 5px;
}
.rh-employe.rh-employe div.first-form > label,
.rh-employe-list.rh-employe div.first-form > label {
  margin-top: 0 !important;
}
.rh-employe.rh-employe .urgence-form,
.rh-employe-list.rh-employe .urgence-form {
  border: solid 1px #1863be;
  margin: 3% auto;
  padding: 10px;
}
.rh-employe.rh-employe .urgence-form h5,
.rh-employe-list.rh-employe .urgence-form h5 {
  text-align: center;
  color: #1863be;
}
.rh-employe.rh-employe-list .missing-infos-list,
.rh-employe-list.rh-employe-list .missing-infos-list {
  position: absolute;
  right: 0;
  width: 50%;
  background: #ffffe0;
  padding: 15px 15px 0;
  transform: translateY(-50px);
  z-index: 99;
}
.rh-employe.rh-employe-list .missing-infos-list h6,
.rh-employe-list.rh-employe-list .missing-infos-list h6 {
  font-weight: bold;
  text-align: center;
}
.rh-employe.rh-employe-list .missing-infos-list ul,
.rh-employe-list.rh-employe-list .missing-infos-list ul {
  list-style: none;
  margin-left: 0;
}
.rh-employe.rh-employe-list .missing-infos-list li,
.rh-employe-list.rh-employe-list .missing-infos-list li {
  text-align: center;
}
