@charset "UTF-8";
.dis_block, .menu__toggle_bar {
  display: block;
}
.dis_none {
  display: none;
}

.height_5 {
  min-height: 5vh;
}
.height_10 {
  min-height: 10vh;
}
.height_15 {
  min-height: 15vh;
}
.height_20 {
  min-height: 20vh;
}
.height_25 {
  min-height: 25vh;
}
.height_30 {
  min-height: 30vh;
}
.height_35 {
  min-height: 35vh;
}
.height_40 {
  min-height: 40vh;
}
.height_45 {
  min-height: 45vh;
}
.height_50 {
  min-height: 50vh;
}
.height_55 {
  min-height: 55vh;
}
.height_60 {
  min-height: 60vh;
}
.height_65 {
  min-height: 65vh;
}
.height_70 {
  min-height: 70vh;
}
.height_75 {
  min-height: 75vh;
}
.height_80 {
  min-height: 80vh;
}
.height_85 {
  min-height: 85vh;
}
.height_90 {
  min-height: 90vh;
}
.height_95 {
  min-height: 95vh;
}
.height_100 {
  min-height: 100vh;
}

.no-margin {
  margin: 0;
}

.frame {
  /*padding: $menu__height 0;*/
  padding: 3rem 0 0;
}

.pos_absolute, .menu__toggle_bar {
  position: absolute;
}
.pos_fixed, .overlay {
  position: fixed;
}
.pos_relative, .header, .menu__toggle_icon {
  position: relative;
}

@media screen and (min-width: 0) {
  .mobile-textSize-1 {
    font-size: 2.8rem;
  }
  .mobile-textSize-2 {
    font-size: 2.6rem;
  }
  .mobile-textSize-3 {
    font-size: 2.4rem;
  }
  .mobile-textSize-4 {
    font-size: 2.2rem;
  }
  .mobile-textSize-5 {
    font-size: 2rem;
  }
  .mobile-textSize-6 {
    font-size: 1.8rem;
  }
  .mobile-textSize-7 {
    font-size: 1.6rem;
  }
  .mobile-textSize-8 {
    font-size: 1.4rem;
  }
  .mobile-textSize-9 {
    font-size: 1.2rem;
  }
  .mobile-textSize-10 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .tablet-textSize-1 {
    font-size: 4.6rem;
  }
  .tablet-textSize-2 {
    font-size: 4.2rem;
  }
  .tablet-textSize-3 {
    font-size: 3.8rem;
  }
  .tablet-textSize-4 {
    font-size: 3.4rem;
  }
  .tablet-textSize-5 {
    font-size: 3rem;
  }
  .tablet-textSize-6 {
    font-size: 2.6rem;
  }
  .tablet-textSize-7 {
    font-size: 2.2rem;
  }
  .tablet-textSize-8 {
    font-size: 1.8rem;
  }
  .tablet-textSize-9 {
    font-size: 1.4rem;
  }
  .tablet-textSize-10 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .web-textSize-1 {
    font-size: 4.4rem;
  }
  .web-textSize-2 {
    font-size: 3.8rem;
  }
  .web-textSize-3 {
    font-size: 3.2rem;
  }
  .web-textSize-4 {
    font-size: 2.6rem;
  }
  .web-textSize-5 {
    font-size: 2rem;
  }
  .web-textSize-6 {
    font-size: 1.4rem;
  }
  .web-textSize-7 {
    font-size: 0.8rem;
  }
  .web-textSize-8 {
    font-size: 0.2rem;
  }
  .web-textSize-9 {
    font-size: -0.4rem;
  }
  .web-textSize-10 {
    font-size: -1rem;
  }
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway-Regular.ttf);
}
/*[class^="icono-"], [class*=" icono-"] {
    !*line-height: 1;*!
}

[class^="icono-"]:before, [class*=" icono-"]:before {
    !*line-height: 1;*!
    margin-right: .4em;
    position: relative;
    vertical-align: middle;
}*/
a, a:hover {
  color: inherit;
  text-decoration: none;
}

body, html {
  font-size: 16px !important;
}

li, ul {
  list-style: none;
}

/**
  EDgrid es una librer├¡a CSS para construir layouts con Responsive Web Design
  Importe este archivo en su proyecto para empezar a usarlo
**/
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

[class^="icono-"]:before, [class*=" icono-"]:before {
  margin-right: .4em;
  position: relative;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  /*text-decoration : underline*/
}

body {
  font-family: sans-serif;
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

li, ul {
  list-style: none;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.grid__item {
  margin: 0;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.grid__item {
  width: 100%;
}
.grid__item.grid {
  padding-left: 0;
  padding-right: 0;
}

/*
| Mixin para crear cuadriculas
|
| $selector: nombre del selector CSS de cada item de la cuadricula
|
| $gutter: separaci├│n entre cada item de la cuadricula (opcional)
|
*/
@media all and (min-width: 0) {
  .mobile-5,
  .grid__item.mobile-5 {
    width: 5%;
  }

  .mobile-10,
  .grid__item.mobile-10 {
    width: 10%;
  }

  .mobile-15,
  .grid__item.mobile-15 {
    width: 15%;
  }

  .mobile-20,
  .grid__item.mobile-20 {
    width: 20%;
  }

  .mobile-25,
  .grid__item.mobile-25 {
    width: 25%;
  }

  .mobile-30,
  .grid__item.mobile-30 {
    width: 30%;
  }

  .mobile-35,
  .grid__item.mobile-35 {
    width: 35%;
  }

  .mobile-40,
  .grid__item.mobile-40 {
    width: 40%;
  }

  .mobile-45,
  .grid__item.mobile-45 {
    width: 45%;
  }

  .mobile-50,
  .grid__item.mobile-50 {
    width: 50%;
  }

  .mobile-55,
  .grid__item.mobile-55 {
    width: 55%;
  }

  .mobile-60,
  .grid__item.mobile-60 {
    width: 60%;
  }

  .mobile-65,
  .grid__item.mobile-65 {
    width: 65%;
  }

  .mobile-70, .menu__toggle_bar,
  .grid__item.mobile-70,
  .grid__item.menu__toggle_bar {
    width: 70%;
  }

  .mobile-75,
  .grid__item.mobile-75 {
    width: 75%;
  }

  .mobile-80,
  .grid__item.mobile-80 {
    width: 80%;
  }

  .mobile-85,
  .grid__item.mobile-85 {
    width: 85%;
  }

  .mobile-90,
  .grid__item.mobile-90 {
    width: 90%;
  }

  .mobile-95,
  .grid__item.mobile-95 {
    width: 95%;
  }

  .mobile-100, .overlay, .header__title,
  .grid__item.mobile-100,
  .grid__item.overlay,
  .grid__item.header__title {
    width: 100%;
  }

  .mobile-1-3,
  .grid__item.mobile-1-3 {
    width: 33.33333%;
  }

  .mobile-2-3,
  .grid__item.mobile-2-3 {
    width: 66.66667%;
  }

  .mobile-3-3,
  .grid__item.mobile-3-3 {
    width: 100%;
  }

  .mobile-1-6,
  .grid__item.mobile-1-6 {
    width: 16.66667%;
  }

  .mobile-2-6,
  .grid__item.mobile-2-6 {
    width: 33.33333%;
  }

  .mobile-3-6,
  .grid__item.mobile-3-6 {
    width: 50%;
  }

  .mobile-4-6,
  .grid__item.mobile-4-6 {
    width: 66.66667%;
  }

  .mobile-5-6,
  .grid__item.mobile-5-6 {
    width: 83.33333%;
  }

  .mobile-6-6,
  .grid__item.mobile-6-6 {
    width: 100%;
  }
}
@media all and (min-width: 640px) {
  .tablet-5,
  .grid__item.tablet-5 {
    width: 5%;
  }

  .tablet-10,
  .grid__item.tablet-10 {
    width: 10%;
  }

  .tablet-15,
  .grid__item.tablet-15 {
    width: 15%;
  }

  .tablet-20,
  .grid__item.tablet-20 {
    width: 20%;
  }

  .tablet-25,
  .grid__item.tablet-25 {
    width: 25%;
  }

  .tablet-30,
  .grid__item.tablet-30 {
    width: 30%;
  }

  .tablet-35,
  .grid__item.tablet-35 {
    width: 35%;
  }

  .tablet-40,
  .grid__item.tablet-40 {
    width: 40%;
  }

  .tablet-45,
  .grid__item.tablet-45 {
    width: 45%;
  }

  .tablet-50,
  .grid__item.tablet-50 {
    width: 50%;
  }

  .tablet-55,
  .grid__item.tablet-55 {
    width: 55%;
  }

  .tablet-60,
  .grid__item.tablet-60 {
    width: 60%;
  }

  .tablet-65,
  .grid__item.tablet-65 {
    width: 65%;
  }

  .tablet-70,
  .grid__item.tablet-70 {
    width: 70%;
  }

  .tablet-75,
  .grid__item.tablet-75 {
    width: 75%;
  }

  .tablet-80,
  .grid__item.tablet-80 {
    width: 80%;
  }

  .tablet-85,
  .grid__item.tablet-85 {
    width: 85%;
  }

  .tablet-90,
  .grid__item.tablet-90 {
    width: 90%;
  }

  .tablet-95,
  .grid__item.tablet-95 {
    width: 95%;
  }

  .tablet-100,
  .grid__item.tablet-100 {
    width: 100%;
  }

  .tablet-1-3,
  .grid__item.tablet-1-3 {
    width: 33.33333%;
  }

  .tablet-2-3,
  .grid__item.tablet-2-3 {
    width: 66.66667%;
  }

  .tablet-3-3,
  .grid__item.tablet-3-3 {
    width: 100%;
  }

  .tablet-1-6,
  .grid__item.tablet-1-6 {
    width: 16.66667%;
  }

  .tablet-2-6,
  .grid__item.tablet-2-6 {
    width: 33.33333%;
  }

  .tablet-3-6,
  .grid__item.tablet-3-6 {
    width: 50%;
  }

  .tablet-4-6,
  .grid__item.tablet-4-6 {
    width: 66.66667%;
  }

  .tablet-5-6,
  .grid__item.tablet-5-6 {
    width: 83.33333%;
  }

  .tablet-6-6,
  .grid__item.tablet-6-6 {
    width: 100%;
  }
}
@media all and (min-width: 1025px) {
  .web-5,
  .grid__item.web-5 {
    width: 5%;
  }

  .web-10,
  .grid__item.web-10 {
    width: 10%;
  }

  .web-15,
  .grid__item.web-15 {
    width: 15%;
  }

  .web-20,
  .grid__item.web-20 {
    width: 20%;
  }

  .web-25,
  .grid__item.web-25 {
    width: 25%;
  }

  .web-30,
  .grid__item.web-30 {
    width: 30%;
  }

  .web-35,
  .grid__item.web-35 {
    width: 35%;
  }

  .web-40,
  .grid__item.web-40 {
    width: 40%;
  }

  .web-45,
  .grid__item.web-45 {
    width: 45%;
  }

  .web-50,
  .grid__item.web-50 {
    width: 50%;
  }

  .web-55,
  .grid__item.web-55 {
    width: 55%;
  }

  .web-60,
  .grid__item.web-60 {
    width: 60%;
  }

  .web-65,
  .grid__item.web-65 {
    width: 65%;
  }

  .web-70,
  .grid__item.web-70 {
    width: 70%;
  }

  .web-75,
  .grid__item.web-75 {
    width: 75%;
  }

  .web-80,
  .grid__item.web-80 {
    width: 80%;
  }

  .web-85,
  .grid__item.web-85 {
    width: 85%;
  }

  .web-90,
  .grid__item.web-90 {
    width: 90%;
  }

  .web-95,
  .grid__item.web-95 {
    width: 95%;
  }

  .web-100,
  .grid__item.web-100 {
    width: 100%;
  }

  .web-1-3,
  .grid__item.web-1-3 {
    width: 33.33333%;
  }

  .web-2-3,
  .grid__item.web-2-3 {
    width: 66.66667%;
  }

  .web-3-3,
  .grid__item.web-3-3 {
    width: 100%;
  }

  .web-1-6,
  .grid__item.web-1-6 {
    width: 16.66667%;
  }

  .web-2-6,
  .grid__item.web-2-6 {
    width: 33.33333%;
  }

  .web-3-6,
  .grid__item.web-3-6 {
    width: 50%;
  }

  .web-4-6,
  .grid__item.web-4-6 {
    width: 66.66667%;
  }

  .web-5-6,
  .grid__item.web-5-6 {
    width: 83.33333%;
  }

  .web-6-6,
  .grid__item.web-6-6 {
    width: 100%;
  }
}
@media all and (min-width: 1440px) {
  .hd-5,
  .grid__item.hd-5 {
    width: 5%;
  }

  .hd-10,
  .grid__item.hd-10 {
    width: 10%;
  }

  .hd-15,
  .grid__item.hd-15 {
    width: 15%;
  }

  .hd-20,
  .grid__item.hd-20 {
    width: 20%;
  }

  .hd-25,
  .grid__item.hd-25 {
    width: 25%;
  }

  .hd-30,
  .grid__item.hd-30 {
    width: 30%;
  }

  .hd-35,
  .grid__item.hd-35 {
    width: 35%;
  }

  .hd-40,
  .grid__item.hd-40 {
    width: 40%;
  }

  .hd-45,
  .grid__item.hd-45 {
    width: 45%;
  }

  .hd-50,
  .grid__item.hd-50 {
    width: 50%;
  }

  .hd-55,
  .grid__item.hd-55 {
    width: 55%;
  }

  .hd-60,
  .grid__item.hd-60 {
    width: 60%;
  }

  .hd-65,
  .grid__item.hd-65 {
    width: 65%;
  }

  .hd-70,
  .grid__item.hd-70 {
    width: 70%;
  }

  .hd-75,
  .grid__item.hd-75 {
    width: 75%;
  }

  .hd-80,
  .grid__item.hd-80 {
    width: 80%;
  }

  .hd-85,
  .grid__item.hd-85 {
    width: 85%;
  }

  .hd-90,
  .grid__item.hd-90 {
    width: 90%;
  }

  .hd-95,
  .grid__item.hd-95 {
    width: 95%;
  }

  .hd-100,
  .grid__item.hd-100 {
    width: 100%;
  }

  .hd-1-3,
  .grid__item.hd-1-3 {
    width: 33.33333%;
  }

  .hd-2-3,
  .grid__item.hd-2-3 {
    width: 66.66667%;
  }

  .hd-3-3,
  .grid__item.hd-3-3 {
    width: 100%;
  }

  .hd-1-6,
  .grid__item.hd-1-6 {
    width: 16.66667%;
  }

  .hd-2-6,
  .grid__item.hd-2-6 {
    width: 33.33333%;
  }

  .hd-3-6,
  .grid__item.hd-3-6 {
    width: 50%;
  }

  .hd-4-6,
  .grid__item.hd-4-6 {
    width: 66.66667%;
  }

  .hd-5-6,
  .grid__item.hd-5-6 {
    width: 83.33333%;
  }

  .hd-6-6,
  .grid__item.hd-6-6 {
    width: 100%;
  }
}
.to-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.to-left {
  float: left;
  width: auto;
  margin-right: 1em;
}

.to-right {
  float: right;
  width: auto;
  margin-left: 1em;
}

.full {
  max-width: 100%;
}

.circle {
  border-radius: 50%;
}

.clearfix:before, .clearfix:after {
  content: "";
  width: 100%;
  display: table;
  clear: both;
}

.no-padding.grid > .grid__item {
  padding-left: 0em;
  padding-right: 0em;
}

.no-padding.grid__item {
  padding-left: 0em;
  padding-right: 0em;
}

.padding {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.padding-2 {
  padding-left: 1.875em;
  padding-right: 1.875em;
}

.padding-3 {
  padding-left: 2.8125em;
  padding-right: 2.8125em;
}

body.sticky-footer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.sticky-footer > footer {
  margin-top: auto;
}

.main-justify {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-distribute {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.main-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cross-start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.cross-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.cross-end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}

.flex-reverse {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.flex-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.flex-column-reverse {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.abcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: -1px) {
  .from-mobile {
    display: none;
  }
}

@media screen and (min-width: 0) {
  .to-mobile {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .from-tablet {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .to-tablet {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .from-web {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .to-web {
    display: none;
  }
}

@media screen and (max-width: 1439px) {
  .from-hd {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .to-hd {
    display: none;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #287b7d;
  color: #FFF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  /*background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  color: #666 !important;
  cursor: default;*/
  display: none;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

table.dataTable {
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: content-box;
  clear: both;
  margin: 0 auto;
  width: 100%;
}
table.dataTable thead th {
  background: #666666;
  color: #FFF;
  font-weight: bold;
  padding: .5rem;
  text-align: left;
}
table.dataTable thead th:active {
  outline: none;
}
table.dataTable thead th.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead td:active {
  outline: none;
}
table.dataTable thead td.dt-head-left {
  text-align: left;
}
table.dataTable thead td.dt-head-center {
  text-align: center;
}
table.dataTable thead td.dt-head-right {
  text-align: right;
}
table.dataTable thead td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../js/datatable_lib/DataTables-1.10.13/images/sort_both.png);
}
table.dataTable thead .sorting_asc {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../js/datatable_lib/DataTables-1.10.13/images/sort_asc.png);
}
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../js/datatable_lib/DataTables-1.10.13/images/sort_desc.png);
}
table.dataTable thead .sorting_asc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../js/datatable_lib/DataTables-1.10.13/images/sort_asc_disabled.png);
}
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../js/datatable_lib/DataTables-1.10.13/images/sort_desc_disabled.png);
}
table.dataTable tfoot th {
  font-weight: bold;
  padding: 10px 18px 6px;
  border-top: 1px solid #111;
}
table.dataTable tfoot th.dt-head-left {
  text-align: left;
}
table.dataTable tfoot th.dt-head-center {
  text-align: center;
}
table.dataTable tfoot th.dt-head-right {
  text-align: right;
}
table.dataTable tfoot th.dt-head-justify {
  text-align: justify;
}
table.dataTable tfoot th.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tfoot td {
  padding: 10px 18px 6px;
  border-top: 1px solid #111;
}
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody tr:nth-child(odd) {
  background: #fff;
}
table.dataTable tbody tr:nth-child(even) {
  background: #eee;
}
table.dataTable tbody tr:hover {
  background: lightblue;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th {
  padding: 8px 10px;
}
table.dataTable tbody th.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable tbody > tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody > tr > .selected {
  background-color: #b0bed9;
}
table.dataTable.order-column tbody tr > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr > .sorting_2 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.order-column tbody tr.selected > .sorting_2 {
  background-color: #acbad5;
}
table.dataTable.order-column tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.order-column tbody > tr.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.order-column tbody > tr.selected > .sorting_2 {
  background-color: #acbad5;
}
table.dataTable.order-column tbody > tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.order-column tbody > tr > .selected {
  background-color: #acbad5;
}
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #a6b4cd;
}
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #acbad5;
}
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.order-column.hover tbody > tr:hover > .selected {
  background-color: #a2aec7;
}
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #a2aec7;
}
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th {
  white-space: nowrap;
}
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th {
  padding: 4px;
}
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th {
  padding: 4px;
}
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th {
  box-sizing: content-box;
}
table.dataTable th.dt-left {
  text-align: left;
}
table.dataTable th.dt-center {
  text-align: center;
}
table.dataTable th.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap {
  white-space: nowrap;
}
table.dataTable th.focus {
  outline: 3px solid #3366ff;
  outline-offset: -1px;
}
table.dataTable td {
  box-sizing: content-box;
}
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable td.dt-center {
  text-align: center;
}
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable td.focus {
  outline: 3px solid #3366ff;
  outline-offset: -1px;
}
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}
table.dataTable td.select-checkbox {
  position: relative;
}
table.dataTable td.select-checkbox:before {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid  black;
  border-radius: 3px;
}
table.dataTable td.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
table.dataTable.row-border tbody th {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.row-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.display tbody th {
  border-top: 1px solid #ddd;
}
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.display tbody tr:first-child th {
  border-top: none;
}
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.display tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr > .sorting_2 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.selected > .sorting_2 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #acbad4;
}
table.dataTable.display tbody > tr.selected:hover {
  background-color: #aab7d1;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.display tbody > tr.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.selected > .sorting_2 {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody > tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody > tr.even > .selected {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr > .selected {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #aab7d1;
}
table.dataTable.display tbody > tr:hover > .selected {
  background-color: #a2aec7;
}
table.dataTable.cell-border tbody th {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody tr th:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.stripe tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.stripe tbody > tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.stripe tbody > tr.odd > .selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody > tr.selected:hover {
  background-color: #aab7d1;
}
table.dataTable.hover tbody > tr > .selected:hover {
  background-color: #aab7d1;
}
table.dataTable.hover tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid  white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  line-height: 14px;
  content: ' +';
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid  white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  line-height: 14px;
  content: ' +';
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-column > tbody > tr > td.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid  white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  line-height: 14px;
  content: ' +';
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid  white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: Courier New, Courier, monospace;
  line-height: 14px;
  content: ' +';
  background-color: #31b131;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
table.dataTable tr.selected td.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
}
table.DTFC_Cloned thead {
  background-color: white;
}
table.DTFC_Cloned tfoot {
  background-color: white;
}
table.fixedHeader-floating {
  position: fixed !important;
  background-color: white;
}
table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}
table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
}
table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #888;
  outline-offset: -2px;
  z-index: 2001;
}
table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
  color: #333;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  /*text-align: right;
  max-width: rem(500px);
  min-width: rem(250px);
  input {
      margin: .5em 0;
      //@include input;
  }*/
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
  color: #333;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
  color: #333;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #000 !important;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #287b7d;
  color: #FFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #22686a;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table {
  border-bottom: none;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    margin-top: 0.5em;
  }

  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    margin-top: 0.5em;
  }

  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
  div.dataTables_wrapper span.select-info {
    margin-left: 0;
    display: block;
  }
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
div.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  box-sizing: border-box;
  border: 1px solid #316ad1;
  background: linear-gradient(to bottom, #abcffb 0, #4989de 100%);
}
div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #4989de;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}
div.dt-autofill-select.top {
  height: 3px;
  margin-top: -1px;
}
div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}
div.dt-autofill-select.left {
  width: 3px;
  margin-left: -1px;
}
div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}
div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 11;
  box-sizing: border-box;
  padding: 1.5em 2em;
}
div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
div.dt-autofill-list ul li {
  display: table-row;
}
div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6;
}
div.dt-autofill-list ul li:last-child div.dt-autofill-question {
  border-bottom: none;
}
div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none;
}
div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0;
}
div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
div.dt-autofill-list div.dt-autofill-button button {
  color: white;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  border: 1px solid #2e6da4;
  background-color: #337ab7;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}
div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}
div.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, white 0, #e9e9e9 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='white', endcolorstr='#e9e9e9');
  user-select: none;
  text-decoration: none;
  outline: none;
}
div.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #ffffff 0, #f9f9f9 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#ffffff', endcolorstr='#f9f9f9');
}
div.dt-button:hover {
  text-decoration: none;
}
div.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  background-image: linear-gradient(to bottom, #f9f9f9 0, #e0e0e0 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f9f9f9', endcolorstr='#e0e0e0');
}
div.dt-button:active:not(.disabled) {
  background-color: #e2e2e2;
  background-image: linear-gradient(to bottom, #f3f3f3 0, #e2e2e2 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f3f3f3', endcolorstr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}
div.dt-button:active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  background-image: linear-gradient(to bottom, #eaeaea 0, #cccccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#eaeaea', endcolorstr='#cccccc');
}
div.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  background-image: linear-gradient(to bottom, #f3f3f3 0, #e2e2e2 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f3f3f3', endcolorstr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}
div.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  background-image: linear-gradient(to bottom, #eaeaea 0, #cccccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#eaeaea', endcolorstr='#cccccc');
}
div.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  background-image: linear-gradient(to bottom, #bddef4 0, #79ace9 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#bddef4', endcolorstr='#79ace9');
}
div.dt-buttons {
  position: relative;
  float: left;
}
div.dt-buttons.buttons-right {
  float: right;
}
div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  background-color: white;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 2002;
  column-gap: 8px;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > * {
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  column-count: 4;
}
div.dt-button-collection button.dt-button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection button.dt-button:active:not(.disabled) {
  background-color: #dadada;
  background-image: linear-gradient(to bottom, #f0f0f0 0, #dadada 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f0f0f0', endcolorstr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection button.dt-button.active:not(.disabled) {
  background-color: #dadada;
  background-image: linear-gradient(to bottom, #f0f0f0 0, #dadada 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f0f0f0', endcolorstr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection div.dt-button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection div.dt-button:active:not(.disabled) {
  background-color: #dadada;
  background-image: linear-gradient(to bottom, #f0f0f0 0, #dadada 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f0f0f0', endcolorstr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection div.dt-button.active:not(.disabled) {
  background-color: #dadada;
  background-image: linear-gradient(to bottom, #f0f0f0 0, #dadada 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f0f0f0', endcolorstr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection a.dt-button:active:not(.disabled) {
  background-color: #dadada;
  background-image: linear-gradient(to bottom, #f0f0f0 0, #dadada 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f0f0f0', endcolorstr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  background-image: linear-gradient(to bottom, #f0f0f0 0, #dadada 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f0f0f0', endcolorstr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2001;
}
div.DTCR_pointer {
  width: 1px;
  background-color: #0259c4;
  z-index: 201;
}
div.DTFC_Blocker {
  background-color: white;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid  black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
div.DTS {
  display: block !important;
}
div.DTS tbody th {
  white-space: nowrap;
}
div.DTS tbody td {
  white-space: nowrap;
}
div.DTS div.DTS_Loading {
  z-index: 1;
}
div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
}
div.DTS div.dataTables_scrollBody table {
  z-index: 2;
}
div.DTS div.dataTables_paginate {
  display: none;
}
div.DTS div.dataTables_length {
  display: none;
}
div.DTFC_LeftWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer {
  border-bottom: none;
}
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}
div.dataTables_wrapper span.select-info {
  margin-left: 0.5em;
}
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
button.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, white 0, #e9e9e9 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='white', endcolorstr='#e9e9e9');
  user-select: none;
  text-decoration: none;
  outline: none;
}
button.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #ffffff 0, #f9f9f9 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#ffffff', endcolorstr='#f9f9f9');
}
button.dt-button:hover {
  text-decoration: none;
}
button.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  background-image: linear-gradient(to bottom, #f9f9f9 0, #e0e0e0 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f9f9f9', endcolorstr='#e0e0e0');
}
button.dt-button:active:not(.disabled) {
  background-color: #e2e2e2;
  background-image: linear-gradient(to bottom, #f3f3f3 0, #e2e2e2 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f3f3f3', endcolorstr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}
button.dt-button:active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  background-image: linear-gradient(to bottom, #eaeaea 0, #cccccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#eaeaea', endcolorstr='#cccccc');
}
button.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  background-image: linear-gradient(to bottom, #f3f3f3 0, #e2e2e2 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f3f3f3', endcolorstr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}
button.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  background-image: linear-gradient(to bottom, #eaeaea 0, #cccccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#eaeaea', endcolorstr='#cccccc');
}
button.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  background-image: linear-gradient(to bottom, #bddef4 0, #79ace9 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#bddef4', endcolorstr='#79ace9');
}

a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, white 0, #e9e9e9 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='white', endcolorstr='#e9e9e9');
  user-select: none;
  text-decoration: none;
  outline: none;
}
a.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #ffffff 0, #f9f9f9 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#ffffff', endcolorstr='#f9f9f9');
}
a.dt-button:hover {
  text-decoration: none;
}
a.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  background-image: linear-gradient(to bottom, #f9f9f9 0, #e0e0e0 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f9f9f9', endcolorstr='#e0e0e0');
}
a.dt-button:active:not(.disabled) {
  background-color: #e2e2e2;
  background-image: linear-gradient(to bottom, #f3f3f3 0, #e2e2e2 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f3f3f3', endcolorstr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}
a.dt-button:active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  background-image: linear-gradient(to bottom, #eaeaea 0, #cccccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#eaeaea', endcolorstr='#cccccc');
}
a.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  background-image: linear-gradient(to bottom, #f3f3f3 0, #e2e2e2 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#f3f3f3', endcolorstr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  background-image: linear-gradient(to bottom, #eaeaea 0, #cccccc 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#eaeaea', endcolorstr='#cccccc');
}
a.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  background-image: linear-gradient(to bottom, #bddef4 0, #79ace9 100%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#bddef4', endcolorstr='#79ace9');
}

.dt-button embed {
  outline: none;
}

tr.dt-rowReorder-moving {
  outline: 2px solid #555;
  outline-offset: -2px;
}

body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

.header {
  background: #287b7d;
  color: #FFF;
  height: 3rem;
  display: flex;
  flex-wrap: nowrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  width: auto;
}
@media screen and (min-width: 0) {
  .header__title {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .header__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.menu {
  width: auto;
  position: relative;
  z-index: 999;
  overflow-x: hidden;
}
.menu:hover .menu__text > * {
  opacity: 1;
  visibility: visible;
}
.menu__icon:before, .menu__text:before, .menu__submenu__icon:before {
  margin-right: 0;
}
.menu__icon {
  height: 32px;
  padding: .5rem 1rem;
}
.menu__submenu {
  display: none;
}
.menu__submenu--open .menu__submenu__item {
  opacity: 1;
  visibility: visible;
}
.menu__submenu__icon {
  display: inline-block;
  max-height: 16px;
  line-height: 16px;
  transition: all 0.4s ease-in-out;
}
.menu__submenu__icon--open {
  transform: rotate(90deg);
}
.menu__submenu__item {
  display: flex;
  flex-wrap: wrap;
  padding: .5rem 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.menu__submenu__item:hover {
  text-decoration: none;
}
.menu__toggle_bar {
  background: #FFF;
  height: 4px;
  left: 50%;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.menu__toggle_bar:nth-child(1) {
  top: 1rem;
  transform: translate(-50%, -50%);
}
.menu__toggle_bar:nth-child(2), .menu__toggle_bar:nth-child(3) {
  top: 1.5rem;
  transform: translate(-50%, -50%);
}
.menu__toggle_bar:nth-child(4) {
  top: 2rem;
  transform: translate(-50%, -50%);
}
.menu__toggle_icon {
  cursor: pointer;
  height: 3rem;
  transition: all 0.4s ease-in-out;
  width: 3rem;
}
@media screen and (min-width: 1025px) {
  .menu__toggle_icon {
    display: none;
  }
}
.menu__toggle_icon--close .menu__toggle_bar:nth-child(1), .menu__toggle_icon--close .menu__toggle_bar:nth-child(4) {
  top: 1.5rem;
  transform: translate(-50%, -50%);
  width: 0;
}
.menu__toggle_icon--close .menu__toggle_bar:nth-child(2) {
  transform: translate(-50%, -2px) rotate(45deg);
}
.menu__toggle_icon--close .menu__toggle_bar:nth-child(3) {
  transform: translate(-50%, -2px) rotate(-45deg);
}
.menu__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: .5rem 1rem .5rem 0;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .menu__text > * {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
}
.menu__item {
  display: flex;
  flex-wrap: nowrap;
  cursor: pointer;
  width: 100%;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
.menu__item:hover {
  text-decoration: none;
}

.overlay {
  left: 0;
  height: calc(100% - 3rem);
  top: 3rem;
  transition: 0.4s;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .overlay--show {
    background: rgba(0, 0, 0, 0.3);
    z-index: 998;
  }
}

.profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}
.profile__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  background: #2f9092;
  padding: .5rem 1rem .5rem 0;
  width: 100%;
}
.profile__item:hover {
  background: #287b7d;
  text-decoration: none;
}
.profile__menu {
  position: absolute;
  right: 0;
  top: 3rem;
  transform: translateY(-100%);
  transition: 0.4s ease-in-out;
  width: 100%;
  z-index: -1;
}
.profile__menu--show {
  box-shadow: -4px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(0);
}
.profile__name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  box-shadow: -10px 0 0 #287b7d;
  cursor: pointer;
  line-height: 16px;
  width: 100%;
  z-index: 10000;
}
.profile__name > * {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.profile .icono-flecha {
  line-height: 16px;
  max-width: 16px;
  margin-left: .4rem;
  margin-right: 1rem;
}
.profile .icono-flecha:before {
  margin-right: 0;
  transform: rotate(90deg);
}

.form input[type=submit], .button {
  background: #287b7d;
  border: none;
  border-radius: .2rem;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: .5rem;
  vertical-align: middle;
}

.form {
  color: #000;
  margin: 0;
  width: 100%;
}
.form h2, .form h3 {
  text-transform: capitalize;
}
.form h3 {
  font-size: 1rem;
}
.form input[type=color], .form input[type=date], .form input[type=datetime], .form input[type=datetime-local], .form input[type=email], .form input[type=month], .form input[type=number], .form input[type=password], .form input[type=search], .form input[type=tel], .form input[type=text], .form input[type=time], .form input[type=url], .form input[type=week] {
  border: 1px solid #ccc;
  border-radius: .2rem;
  box-shadow: inset 0 1px 3px #ccc;
  color: #000;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: calc(.5em - 1px) 0.5rem;
  transition: 0.4s ease-in-out;
  width: 100%;
  max-height: 32px;
}
.form input[type=color]:focus, .form input[type=date]:focus, .form input[type=datetime]:focus, .form input[type=datetime-local]:focus, .form input[type=email]:focus, .form input[type=month]:focus, .form input[type=number]:focus, .form input[type=password]:focus, .form input[type=search]:focus, .form input[type=tel]:focus, .form input[type=text]:focus, .form input[type=time]:focus, .form input[type=url]:focus, .form input[type=week]:focus {
  border-color: #287b7d;
  outline: 0;
}
.form input[type=color]:focus:invalid, .form input[type=date]:focus:invalid, .form input[type=datetime]:focus:invalid, .form input[type=datetime-local]:focus:invalid, .form input[type=email]:focus:invalid, .form input[type=month]:focus:invalid, .form input[type=number]:focus:invalid, .form input[type=password]:focus:invalid, .form input[type=search]:focus:invalid, .form input[type=tel]:focus:invalid, .form input[type=text]:focus:invalid, .form input[type=time]:focus:invalid, .form input[type=url]:focus:invalid, .form input[type=week]:focus:invalid {
  border-color: #e9322d;
  color: #b94a48;
}
.form input[type=color][disabled], .form input[type=date][disabled], .form input[type=datetime][disabled], .form input[type=datetime-local][disabled], .form input[type=email][disabled], .form input[type=month][disabled], .form input[type=number][disabled], .form input[type=password][disabled], .form input[type=search][disabled], .form input[type=tel][disabled], .form input[type=text][disabled], .form input[type=time][disabled], .form input[type=url][disabled], .form input[type=week][disabled] {
  background-color: #eee;
  /*color: #cad2d3;*/
  cursor: default;
}
.form input[type=file], .form input[type=radio], .form input[type=checkbox] {
  box-shadow: none;
  margin-right: .4em;
}
.form input[type=file]:focus, .form input[type=radio]:focus, .form input[type=checkbox]:focus {
  outline: 1px auto #000;
}
.form input[type=file]:focus:invalid, .form input[type=radio]:focus:invalid, .form input[type=checkbox]:focus:invalid {
  outline-color: #e9322d;
}
.form input[type=radio] {
  margin-right: .2em;
}
.form input[type=checkbox] {
  margin-top: -0.2em;
}
.form input[type=submit]:hover, .form input[type=submit]:active {
  background: #34a1a4;
}
.form input[readonly], .form input[disabled], .form select[readonly], .form select[disabled], .form textarea[readonly], .form textarea[disabled], .form button[disabled] {
  background-color: #eee;
  border-color: #ccc;
  color: #000;
  font-size: 1rem;
}
.form input[readonly]:focus, .form input[disabled]:focus, .form select[readonly]:focus, .form select[disabled]:focus, .form textarea[readonly]:focus, .form textarea[disabled]:focus {
  border: 1px solid #ccc;
}
.form select, .form textarea {
  border: 1px solid #ccc;
  border-radius: .2rem;
  box-shadow: inset 0 1px 3px #ccc;
  color: #000;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: calc(.5em - 1px) 0.5rem;
  transition: 0.4s ease-in-out;
  width: 100%;
}
.form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.form input[type=file] {
  display: none;
}
.form label, .form .label {
  display: block;
  font-size: 16px;
  line-height: 16px;
  padding: .25rem 0;
}
.form .label--bold {
  font-weight: bold;
}
.form .file {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form .file.button {
  padding: .7rem;
}
.form legend {
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  font-weight: bold;
  padding: 1rem 0;
  width: 100%;
}
.form select {
  background-color: #fff;
  border: 1px solid #ccc;
  /*height: 2.25em;*/
}
.form select[multiple] {
  height: auto;
}
.form textarea {
  max-width: 100%;
  min-height: 100px;
  max-height: 150px;
  resize: vertical;
}
.form__error {
  background: #f44336;
  font-size: .75rem;
  float: right;
  color: white;
  font-style: italic;
  font-weight: bold;
  border-radius: 1rem;
  padding: 0 .5rem;
}

.form__info {
  background: #2196f3;
  font-size: .75rem;
  float: right;
  color: white;
  font-style: italic;
  font-weight: bold;
  border-radius: 1rem;
  padding: 0 .5rem;
}

.form__success {
  background: #4caf50;
  font-size: .75rem;
  float: right;
  color: white;
  font-style: italic;
  font-weight: bold;
  border-radius: 1rem;
  padding: 0 .5rem;
}

.button:hover, .button:active {
  background: #34a1a4;
  color: #FFF;
  text-decoration: none;
}
.button.auto {
  display: inline-block;
  width: auto;
}

.form__group {
  display: flex;
  flex-wrap: nowrap;
}
.form__group > *:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.form__group > *:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form__group--center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.form__group--distribute {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.form__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #287b7d;
  border-radius: .2rem;
  color: #000;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: calc(.5em - 1px) 1rem !important;
  transition: 0.4s ease-in-out;
  width: auto;
  -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
.form__checkbox:first-of-type {
  border-top-right-radius: .2rem !important;
  border-bottom-right-radius: .2rem !important;
}
.form__checkbox_icon {
  display: inline-block;
  height: 16px;
}
.form__checkbox_icon:before {
  vertical-align: bottom;
}
.form__checkbox--selected {
  background: #287b7d;
  color: #FFF;
}
.form__file {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #aaa;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: .2em;
  color: #000;
  cursor: pointer;
  width: 200px;
}
.form__file_icon:before {
  margin-right: 0;
}
.form__file_text {
  margin-left: .4rem;
}
.form__file_search {
  background-color: #FFF !important;
  cursor: default;
}
.form__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #aaa;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: .2rem;
  color: #000;
  padding: 0 .5rem;
  transition: 0.4s ease-in-out;
}
.form__icon:before {
  margin-right: 0;
}
.form__icon--hover {
  background: #287b7d;
  border-top: 1px solid #287b7d;
  border-bottom: 1px solid #287b7d;
  color: #FFF;
}
.form__radio {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top: 1px solid #287b7d;
  border-left: 1px solid #287b7d;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #287b7d;
  color: #000;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: calc(.5em - 1px) 1rem !important;
  transition: 0.4s ease-in-out;
  width: 100%;
}
.form__radio:first-of-type {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.form__radio:last-of-type {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
  border-right: 1px solid #287b7d;
}
.form__radio_icon {
  display: inline-block;
  height: 16px;
}
.form__radio_icon:before {
  vertical-align: bottom;
}
.form__radio--selected {
  background: #287b7d;
  color: #FFF;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection {
  box-shadow: inset 0 1px 3px #ddd;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  max-height: 2.4375rem;
  padding: .3em .6em;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 2px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  max-height: 2.4375rem;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  border-radius: .2em;
  font-size: 1rem !important;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: .2em;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 10001;
}

.select2-results {
  display: block;
}

.select2-results__option {
  color: #000;
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  border-radius: .2em;
  box-sizing: border-box;
  color: #000;
  font-size: 1rem;
  padding: 4px;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  /*height: 26px;*/
  background: #E1E1E1;
  height: 95%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  /*background: #004168;*/
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  /*border-color: transparent transparent #888 transparent;*/
  /*border-color: transparent transparent #fff transparent;*/
  border-color: #888 transparent transparent transparent;
  /*border-width: 0 4px 5px 4px;*/
  transform: rotate(180deg);
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open .select2-container--below .select2-selection--single, .select2-container--default.select2-container--open .select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #000;
  border-radius: .2em;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  border-radius: .2em;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #000;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #000;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #000;
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #000;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove :hover {
  color: #555;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  border-radius: .2em;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #000;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #000;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.accordion {
  width: 100%;
}
.accordion .icono-flecha {
  line-height: 16px;
  max-width: 16px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.accordion .icono-flecha:before {
  margin-right: 0;
  transform: rotate(90deg);
  transition: .4s ease-in-out;
}
.accordion__panel {
  display: none;
}
.accordion__title {
  background: #1c5556;
  border-bottom: .2rem solid #FFF;
  color: #FFF;
  cursor: pointer;
  padding: .5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.accordion__title--open .icono-flecha:before {
  margin-right: 0;
  transform: rotate(-90deg);
}

.header, .main, .side-menu {
  position: fixed;
}

.header {
  background: #287b7d;
  height: 3rem;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
@media screen and (min-width: 1025px) {
  .header__title {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .header .menu {
    display: none;
  }
}

.form .grid__item {
  margin-top: 1rem;
}

.grid__item {
  margin-bottom: 16px;
}
.grid__item--noMargin {
  margin-bottom: 0;
}

.icono-cargando {
  animation: rotate 1s linear infinite;
}

.main {
  background: lightgray;
  height: calc(100% - 3rem);
  left: 0;
  overflow: hidden;
  top: 3rem;
  transition: 0.4s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .main {
    left: 3rem;
    width: calc(100% - 3rem);
  }
}
.main__content {
  height: 100%;
}
.main__frame {
  padding: 1rem;
}
.main p {
  margin: 1rem 0;
}

.profile {
  background: #287b7d;
  width: 12.5rem;
}

.side-menu {
  height: calc(100% - 3rem);
  left: 0;
  overflow: hidden;
  top: 3rem;
  transform: translateX(-100%);
  transition: 0.4s ease-in-out;
  z-index: 9999;
}
@media screen and (min-width: 1025px) {
  .side-menu {
    transform: translateX(0);
    width: 3rem;
  }
}
.side-menu:hover {
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.5);
  width: 18.75rem;
}
.side-menu--show {
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.5);
  transform: translateX(0);
}
.side-menu .menu {
  background: #2f9092;
  color: #FFF;
  height: 100%;
  position: relative;
  width: 18.75rem;
}
.side-menu .menu__block {
  width: 15.75rem;
}
.side-menu .menu__icon, .side-menu .menu__text {
  line-height: 16px;
}
.side-menu .menu__item {
  color: #FFF;
  width: 18.75rem;
}
.side-menu .menu__item:hover .menu__icon, .side-menu .menu__item:hover .menu__text {
  background: #287b7d;
}
.side-menu .menu__submenu__item:hover {
  background: #287b7d;
}

.tabla_funciones {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tabla_funciones label {
  max-width: 100%;
  padding: 0;
  width: 400px;
}

table.dataTable > tbody > tr.child {
  background: rgba(47, 144, 146, 0.3);
  border-bottom: 5px solid #2f9092;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child {
  padding-left: 40px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before {
  background-color: #2f9092;
  border: none;
  box-shadow: none;
  content: "\64";
  font-family: "ControlPanel", sans-serif;
  height: auto;
  padding: 4px;
  transform: translateY(-50%) rotate(90deg);
  width: 14px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
  border: none;
  box-shadow: none;
  content: "\64";
  font-family: "ControlPanel", sans-serif;
  height: auto;
  padding: 4px;
  transform: translateY(-50%) rotate(-90deg);
  width: 14px;
}

.dataTables_filter {
  margin-bottom: 1rem;
}
.dataTables_filter input {
  border: 1px solid #ccc;
  border-radius: .2rem;
  box-shadow: inset 0 1px 3px #ccc;
  color: #000;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: calc(.5em - 1px) 0.5rem;
  transition: 0.4s ease-in-out;
  width: 100%;
  max-height: 32px;
}
.dataTables_filter input:focus {
  border-color: #287b7d;
  outline: 0;
}

.dropdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 16px;
  position: relative;
}
.dropdown__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  background: #287b7d;
  border: none;
  color: #FFF;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: inherit;
  padding: .2rem;
  text-decoration: none;
}
.dropdown__button[class^="icono-"]:before, .dropdown__button[class*=" icono-"]:before {
  margin-right: 0;
}
.dropdown__button:hover {
  color: #FFF;
}
.dropdown__item {
  color: black;
  cursor: pointer;
  display: block;
  padding: 4px 8px;
  text-decoration: none;
}
.dropdown__item:hover {
  background: #ccc;
}
.dropdown__list {
  background-color: #f9f9f9;
  border: 1px solid #2f9092;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  display: none;
  min-width: 200px;
  position: absolute;
  right: 1.4rem;
  z-index: 1;
}
.dropdown__list--show {
  display: block;
}

table.dataTable tbody tr:nth-child(even).tr-active,
table.dataTable tbody tr:nth-child(odd).tr-active {
  background: #3AA6E6;
}

.form__radio--selected.genero__hombre {
  background: lightskyblue;
  color: #000;
  border-top: 1px solid lightskyblue;
  border-left: 1px solid lightskyblue;
  border-bottom: 1px solid lightskyblue;
}

.form__radio--selected.genero__mujer {
  background: lightpink;
  color: #000;
  border-top: 1px solid lightpink;
  border-right: 1px solid lightpink;
  border-bottom: 1px solid lightpink;
}

.form__button--align {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 479px) {
  .form__button--align {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.main .scrollbar-outer > .scroll-element .scroll-bar {
  background: whitesmoke;
}
.main .scrollbar-outer > .scroll-element {
  background: lightgray;
}
.main .scrollbar-outer > .scroll-element .scroll-element_track {
  background: lightgray;
}

.side-menu .scrollbar-macosx .scroll-bar {
  background: whitesmoke;
}
.side-menu .scrollbar-macosx .scroll-element.scroll-y {
  z-index: 9999;
}

.form .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: #aaa;
}
.form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  transition: 0.4s ease-in-out;
}

.select2-customTheme .select2-selection {
  outline: none;
}
.select2-customTheme .select2-results__option--highlighted[aria-selected] {
  background-color: #287b7d;
}
.select2-customTheme .select2-results__option[aria-selected=true] {
  background: #2f9092;
  color: #FFF;
}
.select2-customTheme .select2-search__field {
  border: 1px solid #ccc;
  border-radius: 0.2em;
  box-shadow: inset 0 1px 3px #ccc;
  color: #000;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: calc(.5em - 1px) 0.5rem;
  transition: 0.4s ease-in-out;
  max-height: 32px;
}
.select2-customTheme .select2-search__field:focus {
  border-color: #287b7d;
  outline: 0;
}
.select2-customTheme .scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #FFF;
}
.select2-customTheme .scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #287b7d;
}

.select2-container--default .select2-selection--single {
  border-radius: .2rem;
}

.select2-container .select2-selection--single {
  padding: .0625rem .5rem;
}

@media screen and (max-width: 1024px) {
  .scrollbar-macosx .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 0) {
  .hide-from-mobile, .form .hide-from-mobile {
    display: none;
  }
}

@media screen and (max-width: -1px) {
  .hide-to-mobile, .form .hide-to-mobile {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .hide-from-tablet, .form .hide-from-tablet {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .hide-to-tablet, .form .hide-to-tablet {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .hide-from-web, .form .hide-from-web {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hide-to-web, .form .hide-to-web {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .hide-from-hd, .form .hide-from-hd {
    display: none;
  }
}

@media screen and (max-width: 1439px) {
  .hide-to-hd, .form .hide-to-hd {
    display: none;
  }
}

.child ul{
	width:100%;
}
/*# sourceMappingURL=style.css.map */
