/* ----  ---------------------------------------Jumbotron------------------------------------  */
.jumbotron {
   /* background: url('img/container bg.png'); */
   background-repeat: no-repeat;
   background-size: cover;
}

/*----  ---------------------------------------Resource------------------------------------  ----*/
.card {
   position: relative;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-direction: column;
   flex-direction: column;
   min-width: 0;
   word-wrap: break-word;
   background-color: #ffffff;
   background-clip: border-box;
   border: 0 solid rgba(0, 0, 0, 0.125);
   border-radius: 0.25rem;
}

.card>hr {
   margin-right: 0;
   margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
   border-top-left-radius: 0.25rem;
   border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
   border-bottom-right-radius: 0.25rem;
   border-bottom-left-radius: 0.25rem;
}

.card-body {
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   min-height: 1px;
   padding: 1.25rem;
}

.card-title {
   margin-bottom: 0.75rem;
}

.card-subtitle {
   margin-top: -0.375rem;
   margin-bottom: 0;
}

.card-text:last-child {
   margin-bottom: 0;
}

.card-link:hover {
   text-decoration: none;
}

.card-link+.card-link {
   margin-left: 1.25rem;
}

.card-header {
   padding: 0.75rem 1.25rem;
   margin-bottom: 0;
   background-color: rgba(0, 0, 0, 0.03);
   border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
   border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
   border-top: 0;
}

.card-footer {
   padding: 0.75rem 1.25rem;
   background-color: rgba(0, 0, 0, 0.03);
   border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
   border-radius: 0 0 calc(0.25rem - 0) calc(0.25rem - 0);
}

.card-header-tabs {
   margin-right: -0.625rem;
   margin-bottom: -0.75rem;
   margin-left: -0.625rem;
   border-bottom: 0;
}

.card-header-pills {
   margin-right: -0.625rem;
   margin-left: -0.625rem;
}

.card-img-overlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
   -ms-flex-negative: 0;
   flex-shrink: 0;
   width: 100%;
}

.card-img,
.card-img-top {
   border-top-left-radius: calc(0.25rem - 0);
   border-top-right-radius: calc(0.25rem - 0);
}

.card-img,
.card-img-bottom {
   border-bottom-right-radius: calc(0.25rem - 0);
   border-bottom-left-radius: calc(0.25rem - 0);
}

.card-deck .card {
   margin-bottom: 7.5px;
}

@media (min-width: 576px) {
   .card-deck {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -7.5px;
      margin-left: -7.5px;
   }

   .card-deck .card {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-right: 7.5px;
      margin-bottom: 0;
      margin-left: 7.5px;
   }
}

.card-group>.card {
   margin-bottom: 7.5px;
}

@media (min-width: 576px) {
   .card-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
   }

   .card-group>.card {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0;
   }

   .card-group>.card+.card {
      margin-left: 0;
      border-left: 0;
   }

   .card-group>.card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
   }

   .card-group>.card:not(:last-child) .card-img-top,
   .card-group>.card:not(:last-child) .card-header {
      border-top-right-radius: 0;
   }

   .card-group>.card:not(:last-child) .card-img-bottom,
   .card-group>.card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
   }

   .card-group>.card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
   }

   .card-group>.card:not(:first-child) .card-img-top,
   .card-group>.card:not(:first-child) .card-header {
      border-top-left-radius: 0;
   }

   .card-group>.card:not(:first-child) .card-img-bottom,
   .card-group>.card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
   }
}

.card-columns .card {
   margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
   .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
   }

   .card-columns .card {
      display: inline-block;
      width: 100%;
   }
}

.card-primary:not(.card-outline)>.card-header {
   background-color: #007bff;
}

.card-primary:not(.card-outline)>.card-header,
.card-primary:not(.card-outline)>.card-header a {
   color: #ffffff;
}

.card-primary:not(.card-outline)>.card-header a.active {
   color: #1F2D3D;
}

.card-primary.card-outline {
   border-top: 3px solid #007bff;
}

.card-primary.card-outline-tabs>.card-header a:hover {
   border-top: 3px solid #dee2e6;
}

.card-primary.card-outline-tabs>.card-header a.active {
   border-top: 3px solid #007bff;
}

.bg-primary .btn-tool,
.bg-gradient-primary .btn-tool,
.card-primary:not(.card-outline) .btn-tool {
   color: rgba(255, 255, 255, 0.8);
}

.bg-primary .btn-tool:hover,
.bg-gradient-primary .btn-tool:hover,
.card-primary:not(.card-outline) .btn-tool:hover {
   color: #ffffff;
}

.card.bg-primary .bootstrap-datetimepicker-widget .table td,
.card.bg-primary .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget .table th {
   border: none;
}

.card.bg-primary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-primary .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-primary .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-primary .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-primary .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.second:hover {
   background: #0067d6;
   color: #ffffff;
}

.card.bg-primary .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.today::before {
   border-bottom-color: #ffffff;
}

.card.bg-primary .bootstrap-datetimepicker-widget table td.active,
.card.bg-primary .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-primary .bootstrap-datetimepicker-widget table td.active:hover {
   background: #3395ff;
   color: #ffffff;
}

.card-light:not(.card-outline)>.card-header {
   background-color: #f8f9fa;
}

.card-light:not(.card-outline)>.card-header,
.card-light:not(.card-outline)>.card-header a {
   color: #1F2D3D;
}

.card-light:not(.card-outline)>.card-header a.active {
   color: #1F2D3D;
}

.card-light.card-outline {
   border-top: 3px solid #f8f9fa;
}

.card-light.card-outline-tabs>.card-header a:hover {
   border-top: 3px solid #dee2e6;
}

.card-light.card-outline-tabs>.card-header a.active {
   border-top: 3px solid #f8f9fa;
}

.bg-light .btn-tool,
.bg-gradient-light .btn-tool,
.card-light:not(.card-outline) .btn-tool {
   color: rgba(31, 45, 61, 0.8);
}

.bg-light .btn-tool:hover,
.bg-gradient-light .btn-tool:hover,
.card-light:not(.card-outline) .btn-tool:hover {
   color: #1F2D3D;
}

.card.bg-light .bootstrap-datetimepicker-widget .table td,
.card.bg-light .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-light .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-light .bootstrap-datetimepicker-widget .table th {
   border: none;
}

.card.bg-light .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-light .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-light .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-light .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-light .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.second:hover {
   background: #e0e5e9;
   color: #1F2D3D;
}

.card.bg-light .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.today::before {
   border-bottom-color: #1F2D3D;
}

.card.bg-light .bootstrap-datetimepicker-widget table td.active,
.card.bg-light .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-light .bootstrap-datetimepicker-widget table td.active:hover {
   background: white;
   color: #1F2D3D;
}

.card-orange:not(.card-outline)>.card-header {
   background-color: #fd7e14;
}

.card-orange:not(.card-outline)>.card-header,
.card-orange:not(.card-outline)>.card-header a {
   color: #1F2D3D;
}

.card-orange:not(.card-outline)>.card-header a.active {
   color: #1F2D3D;
}

.card-orange.card-outline {
   border-top: 3px solid #fd7e14;
}

.card-orange.card-outline-tabs>.card-header a:hover {
   border-top: 3px solid #dee2e6;
}

.card-orange.card-outline-tabs>.card-header a.active {
   border-top: 3px solid #fd7e14;
}

.bg-orange .btn-tool,
.bg-gradient-orange .btn-tool,
.card-orange:not(.card-outline) .btn-tool {
   color: rgba(31, 45, 61, 0.8);
}

.bg-orange .btn-tool:hover,
.bg-gradient-orange .btn-tool:hover,
.card-orange:not(.card-outline) .btn-tool:hover {
   color: #1F2D3D;
}

.card.bg-orange .bootstrap-datetimepicker-widget .table td,
.card.bg-orange .bootstrap-datetimepicker-widget .table th,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget .table td,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget .table th {
   border: none;
}

.card.bg-orange .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-orange .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-orange .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-orange .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-orange .bootstrap-datetimepicker-widget table td.second:hover,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.day:hover,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.hour:hover,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.minute:hover,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.second:hover {
   background: #e66a02;
   color: #1F2D3D;
}

.card.bg-orange .bootstrap-datetimepicker-widget table td.today::before,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.today::before {
   border-bottom-color: #1F2D3D;
}

.card.bg-orange .bootstrap-datetimepicker-widget table td.active,
.card.bg-orange .bootstrap-datetimepicker-widget table td.active:hover,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.active,
.card.bg-gradient-orange .bootstrap-datetimepicker-widget table td.active:hover {
   background: #fd9a47;
   color: #1F2D3D;
}

.card.maximized-card {
   height: 100% !important;
   left: 0;
   max-height: 100% !important;
   max-width: 100% !important;
   position: fixed;
   top: 0;
   width: 100% !important;
   z-index: 9999;
}

.card.maximized-card.was-collapsed .card-body {
   display: block !important;
}

.card.maximized-card [data-widget='collapse'] {
   display: none;
}

.card.maximized-card .card-header,
.card.maximized-card .card-footer {
   border-radius: 0 !important;
}

.card.collapsed-card .card-body,
.card.collapsed-card .card-footer {
   display: none;
}

.card .nav.flex-column>li {
   border-bottom: 1px solid rgba(0, 0, 0, 0.125);
   margin: 0;
}

.card .nav.flex-column>li:last-of-type {
   border-bottom: 0;
}

.card.height-control .card-body {
   max-height: 300px;
   overflow: auto;
}

.card .border-right {
   border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.card .border-left {
   border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.card.card-tabs:not(.card-outline)>.card-header {
   border-bottom: 0;
}

.card.card-tabs:not(.card-outline)>.card-header {
   margin-left: -1px;
}

.card.card-tabs.card-outline {
   border-bottom: 0;
}

.card.card-tabs.card-outline {
   border-left: 0;
   margin-left: 0;
}

.card.card-tabs .card-tools {
   margin: .3rem .5rem;
}

.card.card-tabs:not(.expanding-card).collapsed-card .card-header {
   border-bottom: 0;
}

.card.card-tabs:not(.expanding-card).collapsed-card .card-header {
   border-bottom: 0;
}

.card.card-tabs:not(.expanding-card).collapsed-card .card-header {
   margin-bottom: 0;
}

.card.card-tabs.expanding-card .card-header {
   margin-bottom: -1px;
}

.card.card-outline-tabs {
   border-top: 0;
}

.card.card-outline-tabs .card-header {
   border-left: 0;
   margin-left: 0;
}

.card.card-outline-tabs .card-header a {
   border-top: 3px solid transparent;
}

.card.card-outline-tabs .card-header a:hover {
   border-top: 3px solid #dee2e6;
}

.card.card-outline-tabs .card-header a.active:hover {
   margin-top: 0;
}

.card.card-outline-tabs .card-tools {
   margin: .5rem .5rem .3rem;
}

.card.card-outline-tabs:not(.expanding-card).collapsed-card .card-header {
   border-bottom: 0;
}

.card.card-outline-tabs:not(.expanding-card).collapsed-card .card-header {
   border-bottom: 0;
}

.card.card-outline-tabs:not(.expanding-card).collapsed-card .card-header {
   margin-bottom: 0;
}

.card.card-outline-tabs.expanding-card .card-header {
   margin-bottom: -1px;
}

html.maximized-card {
   overflow: hidden;
}

.card-header::after,
.card-body::after,
.card-footer::after {
   display: block;
   clear: both;
   content: "";
}

.card-header {
   background-color: transparent;
   border-bottom: 1px solid rgba(0, 0, 0, 0.125);
   padding: 0.75rem 1.25rem;
   position: relative;
   border-top-left-radius: 0.25rem;
   border-top-right-radius: 0.25rem;
}

.collapsed-card .card-header {
   border-bottom: 0;
}

.card-header>.card-tools {
   float: right;
   margin-right: -0.625rem;
}

.card-header>.card-tools .input-group,
.card-header>.card-tools .pagination {
   margin-bottom: -0.3rem;
   margin-top: -0.3rem;
}

.card-header>.card-tools [data-toggle='tooltip'] {
   position: relative;
}

.card-title {
   float: left;
   font-size: 1.1rem;
   font-weight: 400;
   margin: 0;
}

.card-text {
   clear: both;
}

.text-sm .card-title {
   font-size: 1rem;
}

.text-sm {
   padding: 0.4rem 0.8rem;
}

.card-body>.table {
   margin-bottom: 0;
}

.card-body>.table>thead>tr>th,
.card-body>.table>thead>tr>td {
   border-top-width: 0;
}

.card-body.p-0 .table thead>tr>th:first-of-type,
.card-body.p-0 .table thead>tr>td:first-of-type,
.card-body.p-0 .table tbody>tr>th:first-of-type,
.card-body.p-0 .table tbody>tr>td:first-of-type {
   padding-left: 1.5rem;
}

.card-body.p-0 .table thead>tr>th:last-of-type,
.card-body.p-0 .table thead>tr>td:last-of-type,
.card-body.p-0 .table tbody>tr>th:last-of-type,
.card-body.p-0 .table tbody>tr>td:last-of-type {
   padding-right: 1.5rem;
}

table {
   border-collapse: collapse;
}

.table {
   width: 100%;
   margin-bottom: 1rem;
   color: #212529;
   background-color: transparent;
}

.table th,
.table td {
   padding: 0.75rem;
   vertical-align: top;
   border-top: 1px solid #dee2e6;
}

.table thead th {
   vertical-align: bottom;
   border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
   border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
   padding: 0.3rem;
}

.table-bordered {
   border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
   border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
   border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
   border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
   color: #212529;
   background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
   background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
   border-color: #7abaff;
}

.table-hover .table-primary:hover {
   background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
   background-color: #9fcdff;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
   background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
   border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
   background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
   background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
   background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
   border-color: #8fd19e;
}

.table-hover .table-success:hover {
   background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
   background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
   background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
   border-color: #86cfda;
}

.table-hover .table-info:hover {
   background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
   background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
   background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
   border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
   background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
   background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
   background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
   border-color: #ed969e;
}

.table-hover .table-danger:hover {
   background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
   background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
   background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
   border-color: #fbfcfc;
}

.table-hover .table-light:hover {
   background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
   background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
   background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
   border-color: #95999c;
}

.table-hover .table-dark:hover {
   background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
   background-color: #b9bbbe;
}

.table-active,
.table-active>th,
.table-active>td {
   background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
   background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
   background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
   color: #ffffff;
   background-color: #212529;
   border-color: #383f45;
}

.table .thead-light th {
   color: #495057;
   background-color: #e9ecef;
   border-color: #dee2e6;
}

.table-dark {
   color: #ffffff;
   background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
   border-color: #383f45;
}

.table-dark.table-bordered {
   border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
   color: #ffffff;
   background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
   .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
   }

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

@media (max-width: 767.98px) {
   .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
   }

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

@media (max-width: 991.98px) {
   .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
   }

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

@media (max-width: 1199.98px) {
   .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
   }

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

.table-responsive {
   display: block;
   width: 100%;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
}

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

.d-table {
   display: table !important;
}

.d-table-row {
   display: table-row !important;
}

.d-table-cell {
   display: table-cell !important;
}


#cards_landscape_wrap-2 {
   text-align: center;
   background: #F7F7F7;

}

#cards_landscape_wrap-2 .container {
   padding-top: 50px;
   padding-bottom: 50px;
}

#cards_landscape_wrap-2 a {
   text-decoration: none;
   outline: none;
}

#cards_landscape_wrap-2 .card-flyer {
   border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box {
   background: #ffffff;
   overflow: hidden;
   box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
   border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box img {
   -webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -o-transition: all .9s ease;
   -ms-transition: all .9s ease;
   width: 100%;
   height: 100%;
}

#cards_landscape_wrap-2 .card-flyer:hover .image-box img {
   opacity: 0.7;
   -webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
   -ms-transform: scale(1.15);
   -o-transform: scale(1.15);
   transform: scale(1.15);
}

#cards_landscape_wrap-2 .card-flyer .text-box {
   text-align: center;
}

#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
   padding: 30px 18px;
}

#cards_landscape_wrap-2 .card-flyer {
   background: #FFFFFF;
   margin-top: 50px;
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}

#cards_landscape_wrap-2 .card-flyer:hover {
   background: #fff;
   box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   margin-top: 50px;
}

#cards_landscape_wrap-2 .card-flyer .text-box p {
   margin-top: 10px;
   margin-bottom: 0px;
   padding-bottom: 0px;
   font-size: 14px;
   letter-spacing: 1px;
   color: #000000;
}

#cards_landscape_wrap-2 .card-flyer .text-box h6 {
   margin-top: 0px;
   margin-bottom: 4px;
   font-size: 18px;
   font-weight: bold;
   text-transform: uppercase;
   font-family: 'Roboto Black', sans-serif;
   letter-spacing: 1px;
   color: #00acc1;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* documentation */
body {
   font-family: 'Raleway', sans-serif;
   background-color: #8186a3;
}

.contenedor {
   height: 100%;
   padding: 5% 0;
}

h1 {
   color: #FCFBFA;
}

.container_foto {
   background-color: rgba(57, 62, 93, 0.7);
   padding: 0;
   overflow: hidden;
   max-width: 350px;
   margin: 5px;
}

.container_foto article {
   padding: 5%;
   position: absolute;
   bottom: 0;
   z-index: 1;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   transition: all 0.5s ease;
}

.container_foto h2 {
   color: #fff;
   font-weight: 800;
   font-size: 25px;
   border-bottom: #fff solid 1px;
}

.container_foto h4 {
   font-weight: 300;
   color: #fff;
   font-size: 16px;
}

.container_foto img {
   width: 100%;
   top: 0;
   left: 0;
   opacity: 0.4;
   -webkit-transition: all 4s ease;
   -moz-transition: all 4s ease;
   -o-transition: all 4s ease;
   -ms-transition: all 4s ease;
   transition: all 4s ease;
}

.ver_mas {
   background-color: #FEB66C;
   position: absolute;
   width: 100%;
   height: 100px;
   bottom: 0;
   z-index: 1;
   opacity: 0;
   transform: translate(0px, 70px);
   -webkit-transform: translate(0px, 70px);
   -moz-transform: translate(0px, 70px);
   -o-transform: translate(0px, 70px);
   -ms-transform: translate(0px, 70px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.ver_mas span {
   font-size: 40px;
   color: #fff;
   position: relative;
   margin: 0 auto;
   width: 100%;
   top: 13px;
}


/*hovers*/

.container_foto:hover {
   cursor: pointer;
}

.container_foto:hover img {
   transform: scale(1.5);
}

.container_foto:hover article {
   transform: translate(2px, -69px);
   -webkit-transform: translate(2px, -69px);
   -moz-transform: translate(2px, -69px);
   -o-transform: translate(2px, -69px);
   -ms-transform: translate(2px, -69px);
   opacity: 0;
}

.container_foto:hover .ver_mas {
   transform: translate(0px, 0px);
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   opacity: 50%;
}


.show-detail {
   overflow: hidden;
}

.show-detail #main {
   transform: translateX(-60%);
}

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

.hovereffect {
   width: 100%;
   height: 100%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}

.hovereffect .overlay {
   position: absolute;
   overflow: hidden;
   width: 80%;
   height: 80%;
   left: 10%;
   top: 10%;
   border-bottom: 1px solid #FFF;
   border-top: 1px solid #FFF;
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
   transition: opacity 0.35s, transform 0.35s;
   -webkit-transform: scale(0, 1);
   -ms-transform: scale(0, 1);
   transform: scale(0, 1);
}

.hovereffect:hover .overlay {
   opacity: 1;
   filter: alpha(opacity=100);
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}

.hovereffect img {
   display: block;
   position: relative;
   -webkit-transition: all 0.35s;
   transition: all 0.35s;
}

.hovereffect:hover img {
   filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
   filter: brightness(0.6);
   -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
   text-transform: uppercase;
   text-align: center;
   position: relative;
   font-size: 17px;
   background-color: transparent;
   color: #FFF;
   padding: 1em 0;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
   transition: opacity 0.35s, transform 0.35s;
   -webkit-transform: translate3d(0, -100%, 0);
   transform: translate3d(0, -100%, 0);
}

.hovereffect a,
.hovereffect p {
   color: #FFF;
   padding: 1em 0;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
   transition: opacity 0.35s, transform 0.35s;
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
}

.hovereffect:hover a,
.hovereffect:hover p,
.hovereffect:hover h2 {
   opacity: 1;
   filter: alpha(opacity=100);
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------------------------------------------------ */
/* Maps 10/12 */
.map-container-5 {
   overflow: hidden;
   padding-bottom: 56.25%;
   position: relative;
   height: 0;
}

.map-container-5 iframe {
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   position: absolute;
}

.docdoc {
   padding-top: 1%;
   padding-bottom: 1%;
}

.textmaps {
   padding-top: 1%;
   padding-bottom: 1%;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* FAQ */
body {
   background: #f5f5f6;
}

.faq-search-wrap {
   padding: 50px 0 60px;
}

.faq-search-wrap .form-group .form-control,
.faq-search-wrap .form-group .dd-handle {
   border-top-right-radius: .25rem;
   border-bottom-right-radius: .25rem;
}

.faq-search-wrap .form-group .input-group-append {
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: 10;
   pointer-events: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text {
   background: transparent;
   border: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text .feather-icon>svg {
   height: 18px;
   width: 18px;
}

.bg-teal-light-3 {
   background-color: #7fcdc1 !important;
}

.hk-row {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -10px;
   margin-left: -10px;
}

@media (min-width: 576px) {
   .mt-sm-60 {
      margin-top: 60px !important;
   }
}

.mt-30 {
   margin-top: 30px !important;
}

.list-group-item.active {
   background-color: #00acf0;
   border-color: #00acf0;
}

.accordion .card .card-header.activestate {
   border-width: 1px;
}

.accordion .card .card-header {
   padding: 0;
   border-width: 0;
}

.card.card-lg .card-header,
.card.card-lg .card-footer {
   padding: .9rem 1.5rem;
}

.accordion>.card .card-header {
   margin-bottom: -1px;
}

.card .card-header {
   background: transparent;
   border: none;
}

.accordion.accordion-type-2 .card .card-header>a.collapsed {
   color: #324148;
}

.accordion .card:first-of-type .card-header:first-child>a {
   border-top-left-radius: calc(.25rem - 1px);
   border-top-right-radius: calc(.25rem - 1px);
}

.accordion.accordion-type-2 .card .card-header>a {
   background: transparent;
   color: #00acf0;
   padding-left: 50px;
}

.accordion .card .card-header>a.collapsed {
   color: #324148;
   background: transparent;
}

.accordion .card .card-header>a {
   background: #00acf0;
   color: #fff;
   font-weight: 500;
   padding: .75rem 1.25rem;
   display: block;
   width: 100%;
   text-align: left;
   position: relative;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

a {
   text-decoration: none;
   color: #00acf0;
   -webkit-transition: color 0.2s ease;
   -moz-transition: color 0.2s ease;
   transition: color 0.2s ease;
}


.badge.badge-pill {
   border-radius: 50px;
}

.badge.badge-light {
   background: #eaecec;
   color: #324148;
}

.badge {
   font-weight: 500;
   border-radius: 4px;
   padding: 5px 7px;
   font-size: 72%;
   letter-spacing: 0.3px;
   vertical-align: middle;
   display: inline-block;
   text-align: center;
   text-transform: capitalize;
}

.ml-15 {
   margin-left: 15px !important;
}

.accordion.accordion-type-2 .card .card-header>a.collapsed:after {
   content: "\f158";
}

.accordion.accordion-type-2 .card .card-header>a::after {
   display: inline-block;
   font: normal normal normal 14px/1 'Ionicons';
   speak: none;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-rendering: auto;
   position: absolute;
   content: "\f176";
   font-size: 21px;
   top: 15px;
   left: 20px;
}

.mr-15 {
   margin-right: 15px !important;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* Container Types */
.hover {
   overflow: hidden;
   position: relative;
   padding-bottom: 60%;
}

.hover-overlay {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 90;
   transition: all 0.4s;
}

.hover img {
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.3s;
}

.hover-content {
   position: relative;
   z-index: 99;
}

.hover-3::after {
   content: '';
   width: calc(100% - 3rem);
   height: calc(100% - 3rem);
   border: 1px solid #fff;
   position: absolute;
   top: 1.5rem;
   left: 1.5rem;
   z-index: 90;
   transition: all 0.3s;
   transform: scale(1.1);
   opacity: 0;
   display: block;
   opacity: 0;
}

.hover-3-content {
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   transform: translateY(-50%);
   text-align: center;
   z-index: 99;
}

.hover-3-description {
   opacity: 0;
   transform: scale(1.3);
   transition: all 0.3s;
}

.hover-3 img {
   width: 110%;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
   background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
   width: 100%;
}

.hover-3:hover::after {
   opacity: 1;
   transform: none;
}

.hover-3:hover .hover-3-description {
   opacity: 1;
   transform: none;
}

.hover-3:hover .hover-overlay {
   background: rgba(0, 0, 0, 0.8);
}

/* ------------------------------------------------------------------------------------------------------------ */
/* Maps  */
.map-container-6 {
   overflow: hidden;
   padding-bottom: 56.25%;
   position: relative;
   height: 0;
}

.map-container-6 iframe {
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   position: absolute;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* payment */
body {
   background: #f5f5f5
}

.rounded {
   border-radius: 1rem
}

.nav-pills .nav-link {
   color: #555
}

.nav-pills .nav-link.active {
   color: white
}

input[type="radio"] {
   margin-right: 5px
}

.bold {
   font-weight: bold
}

.cancel {
   text-decoration: none
}

.bg-pay {
   background-color: #eee;
   border-radius: 2px
}

.com-color {
   color: #8f37aa !important
}

.radio {
   cursor: pointer
}

label.radio input {
   position: absolute;
   top: 0;
   left: 0;
   visibility: hidden;
   pointer-events: none
}

label.radio div {
   padding: 7px 14px;
   border: 2px solid #8f37aa;
   display: inline-block;
   color: #8f37aa;
   border-radius: 3px;
   text-transform: uppercase;
   width: 100%;
   margin-bottom: 10px
}

label.radio input:checked+div {
   border-color: #8f37aa;
   background-color: #8f37aa;
   color: #fff
}

.fw-500 {
   font-weight: 400
}

.lh-16 {
   line-height: 16px
}

/* ------------------------------------------------------------------------------------------------------------ */
/* Resource inside container/Static and Mobile Documentations */
hovereffect {
   width: 100%;
   height: 100%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   border: 4px solid black;
   border-radius: 10px;
}

.hovereffect .overlay {
   position: absolute;
   overflow: hidden;
   width: 80%;
   height: 80%;
   left: 10%;
   top: 10%;
   border-bottom: 1px solid #FFF;
   border-top: 1px solid #FFF;
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
   transition: opacity 0.35s, transform 0.35s;
   -webkit-transform: scale(0, 1);
   -ms-transform: scale(0, 1);
   transform: scale(0, 1);
}

.hovereffect:hover .overlay {
   opacity: 1;
   filter: alpha(opacity=100);
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}

.hovereffect img {
   display: block;
   position: relative;
   -webkit-transition: all 0.35s;
   transition: all 0.35s;
}

.hovereffect:hover img {
   filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
   filter: brightness(0.6);
   -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
   text-transform: uppercase;
   text-align: center;
   position: relative;
   font-size: 17px;
   background-color: transparent;
   color: #FFF;
   padding: 1em 0;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
   transition: opacity 0.35s, transform 0.35s;
   -webkit-transform: translate3d(0, -100%, 0);
   transform: translate3d(0, -100%, 0);
}

.hovereffect a,
.hovereffect p {
   color: #FFF;
   padding: 1em 0;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
   transition: opacity 0.35s, transform 0.35s;
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
}

.hovereffect:hover a,
.hovereffect:hover p,
.hovereffect:hover h2 {
   opacity: 1;
   filter: alpha(opacity=100);
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------------------------------------------------ */
/* Static and Mobile Documentations */
.hover-2 .hover-overlay {
   background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
   position: absolute;
   top: 50%;
   left: 0;
   text-align: center;
   width: 100%;
   z-index: 99;
   transition: all 0.3s;

}

.hover-2-description {
   width: 100%;
   position: absolute;
   bottom: 0;
   opacity: 0;
   left: 0;
   text-align: center;
   z-index: 99;
   transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
   transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
   bottom: 0.5rem;
   opacity: 1;
}

.hover-2:hover .hover-overlay {
   background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}

/* ------------------------------------------------------------------------------------------------------------ */
/* cancel button payment page */
.cancel {
   padding-top: 15px;
   padding-left: 7px;
}

/*----------------------------------------------- slider ----------------------------------------------------*/
body {
   background: #e6e6e6;
}

#slider {
   width: 80%;
   margin: 0 auto;
   position: relative;
   overflow: hidden;
   box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
   ;
}

.slide {
   width: 100%;
   display: none;
   animation-name: fade;
   animation-duration: 2s;

}

img {
   width: 100%;
}

@keyframes fade {
   from {
      opacity: 0.5;
   }

   to {
      opacity: 1;
   }
}

.controls {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   font-size: 1.5em;
   padding: 15px 10px;
   border-radius: 5px;

}

.controls:hover {
   background: white;
   transition: 0.3s;
}

.controls:active {
   color: grey;
}

#left-arrow {
   left: 10px;
}

#right-arrow {
   right: 10px;
}

#dots-con {
   text-align: center;
}

.dot {
   display: inline-block;
   background: grey;
   padding: 8px;
   border-radius: 50%;
   margin: 10px 5px;
}

.activeee {
   background: rgb(231, 156, 44);
}

@media (max-width:576px) {
   #slider {
      width: 100%;
   }

   .controls {
      font-size: 1em;
   }

   #dots-con {
      display: none;
   }
}

/* ---------Hover Details------------ */
.example_a {
   color: #fff !important;
   text-transform: uppercase;
   text-decoration: none;
   background: #e99c0e57;
   padding: 10px;
   border-radius: 10px;
   display: inline-block;
   border: none;
   transition: all 0.4s ease 0s;
}

.example_a:hover {
   background: #e99c0e;
   letter-spacing: 1px;
   -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
   -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
   box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
   transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.card-body .fc {
   margin-top: 5px;
}

.fc-button {
   background: #f8f9fa;
   background-image: none;
   border-bottom-color: #ddd;
   border-color: #ddd;
   color: #495057;
}

.fc-button:hover,
.fc-button:active,
.fc-button.hover {
   background-color: #e9e9e9;
}

.fc-header-title h2 {
   color: #666;
   font-size: 15px;
   line-height: 1.6em;
   margin-left: 10px;
}

.fc-header-right {
   padding-right: 10px;
}

.fc-header-left {
   padding-left: 10px;
}

.fc-widget-header {
   background: #fafafa;
}

.fc-grid {
   border: 0;
   width: 100%;
}

.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
   border-left: 0;
   border-right: 0;
}

.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
   border-right: 0;
}

.fc-toolbar,
.fc-toolbar.fc-header-toolbar {
   margin: 0;
   padding: 1rem;
}

@media (max-width: 575.98px) {
   .fc-toolbar {
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .fc-toolbar .fc-left {
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: .5rem;
   }

   .fc-toolbar .fc-center {
      -ms-flex-order: 0;
      order: 0;
      margin-bottom: .375rem;
   }

   .fc-toolbar .fc-right {
      -ms-flex-order: 2;
      order: 2;
   }
}

.fc-day-number {
   font-size: 20px;
   font-weight: 300;
   padding-right: 10px;
}

.fc-color-picker {
   list-style: none;
   margin: 0;
   padding: 0;
}

.fc-color-picker>li {
   float: left;
   font-size: 30px;
   line-height: 30px;
   margin-right: 5px;
}

.fc-color-picker>li .fa,
.fc-color-picker>li .fas,
.fc-color-picker>li .far,
.fc-color-picker>li .fab,
.fc-color-picker>li .glyphicon,
.fc-color-picker>li .ion {
   transition: -webkit-transform linear .3s;
   transition: transform linear .3s;
   transition: transform linear .3s, -webkit-transform linear .3s;
}

.fc-color-picker>li .fa:hover,
.fc-color-picker>li .fas:hover,
.fc-color-picker>li .far:hover,
.fc-color-picker>li .fab:hover,
.fc-color-picker>li .glyphicon:hover,
.fc-color-picker>li .ion:hover {
   -webkit-transform: rotate(30deg);
   transform: rotate(30deg);
}

#add-new-event {
   transition: all linear .3s;
}

.external-event {
   box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
   border-radius: 0.25rem;
   cursor: move;
   font-weight: bold;
   margin-bottom: 4px;
   padding: 5px 10px;
}

/* ----------------- */