/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }






*, ::after, ::before {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

    body * {
        font-family: sans-serif !important;
        font-weight: normal !important;
    }


	@font-face {
font-family: "Harabara Bold";
src: url("css/fonts/Harabara.eot");
src: 
url("css/fonts/Harabara.woff") format("woff"),
url("css/fonts/Harabara.otf") format("opentype"),
url("css/fonts/Harabara.svg#filename") format("svg");
}
	
	
	

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

.h1, h1 {
  font-size: 2.5rem; }

.h2, h2 {
  font-size: 2rem; }

.h3, h3 {
  font-size: 1.75rem; }

.h4, h4 {
  font-size: 1.5rem; }

.h5, h5 {
  font-size: 1.25rem; }

.h6, h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.small, small {
  font-size: 80%;
  font-weight: 400; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: .5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: .5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

.table td, .table th {
  padding: .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 .table {
  background-color: #fff; }

.table-sm td, .table-sm th {
  padding: .3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6; }

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px; }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff; }

.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 > td, .table-secondary > th {
  background-color: #d6d8db; }

.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 > td, .table-success > th {
  background-color: #c3e6cb; }

.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 > td, .table-info > th {
  background-color: #bee5eb; }

.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 > td, .table-warning > th {
  background-color: #ffeeba; }

.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 > td, .table-danger > th {
  background-color: #f5c6cb; }

.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 > td, .table-light > th {
  background-color: #fdfdfe; }

.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 > td, .table-dark > th {
  background-color: #c6c8ca; }

.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 > td, .table-active > th {
  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: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e; }

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .table-responsive-xl > .table-bordered {
    border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: .25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745; }

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block; }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block; }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit; }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block; }

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545; }

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block; }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block; }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit; }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-plaintext {
    display: inline-block; }

  .form-inline .custom-select, .form-inline .input-group {
    width: auto; }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .form-inline .custom-control-label {
    margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }
.btn:focus, .btn:hover {
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: .65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: none; }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent; }

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none; }

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: .5rem; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  transition: opacity .15s linear; }

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }
.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }
.dropdown, .dropleft, .dropright, .dropup {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem; }

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3; }

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px; }

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2; }

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0; }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: 0; }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none; }

.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none; }

.custom-range::-moz-range-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none; }

.custom-range::-ms-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: .5rem 1rem;
cursor:default ;  
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
cursor:default !important;
  }

.nav-link.disabled {
  color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: .25rem; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

  .nav-link{cursor:pointer !important;}
  
  
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem; }

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px; }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-xl .navbar-toggler {
    display: none; } }
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff; }

  .nav-link.Active-Menu{border-bottom: solid 4px #f37d4a !important;}
  .home.Active-Menu{border-bottom:solid 1px #f37d4a !important;}
  
  
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: .75rem; }

.card-subtitle {
  margin-top: -.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: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    -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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0; }

  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0; }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0; }

  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }

  .card-group > .card:only-child {
    border-radius: .25rem; }

  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }

  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0; } }
.card-columns .card {
  margin-bottom: .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%; } }
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: green; }

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

/* .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; } */
  
  .modal-open .modal {
    overflow: hidden;
  }


.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2)); }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: .9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0; }

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem; }

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem; }

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0; }

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem; }

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0; }

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff; }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem; }

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem; }

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem; }

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem; }

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff; }

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none; } }
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block; }

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5; }

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5); }

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
  }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0, .my-0 {
  margin-top: 0 !important; }

.mr-0, .mx-0 {
  margin-right: 0 !important; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.ml-0, .mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.ml-3, .mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

.mr-5, .mx-5 {
  margin-right: 3rem !important; }

.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

.ml-5, .mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1rem !important; }

.pr-3, .px-3 {
  padding-right: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

.pl-3, .px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5, .py-5 {
  padding-top: 3rem !important; }

.pr-5, .px-5 {
  padding-right: 3rem !important; }

.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

.pl-5, .px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto, .my-auto {
  margin-top: auto !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td, .table th {
    background-color: #fff !important; }

  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }

  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/*# sourceMappingURL=bootstrap.min.css.map */
/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.delay-1000 {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s; }

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s; }

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay-3000 {
  -webkit-animation-delay: 3.0s;
  -moz-animation-delay: 3.0s;
  -o-animation-delay: 3.0s;
  animation-delay: 3.0s; }

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0; }

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  60% {
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  60% {
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  60% {
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  60% {
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  60% {
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  60% {
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  60% {
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  60% {
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }
.fadeIn {
  opacity: 0; }

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0; }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1);
    opacity: 1; } }
.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0; }

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn; }

/********
* Shake *
********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake; }

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px); } }
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateY(10px); } }
.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp; }

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px); }

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px); }

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px); }

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px); }

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }
@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/********
* swing *
*********/
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada; }

/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

/********
* pulse *
*********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }
.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort; }

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort; }

/*********************
* fadeInRightShort
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort; }

/*********************
* fadeInLeftShort
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort; }

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs4/dt-1.10.16/r-2.2.1
 *
 * Included libraries:
 *   DataTables 1.10.16, Responsive 2.2.1
 */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important; }

table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191"; }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193"; }

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1; }

table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em; }

table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
  top: 5px; }

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 12px;
  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;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, 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 > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before, 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;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

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%;
  overflow: auto;
  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); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none; }

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777; }

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0; }

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777; }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555; }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

/*# sourceMappingURL=bootstrap-datepicker3.min.css.map */
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc button, .fc table, body .fc {
  font-size: 1em; }

.fc-bg, .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0; }

.fc-icon, .fc-unselectable {
  -webkit-touch-callout: none;
  -khtml-user-select: none; }

.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
  text-align: center; }

.fc-highlight {
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  background: #d7d7d7; }

.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  white-space: nowrap;
  cursor: pointer; }

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #685A5C;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle; }

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
  color: #333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear; }

.fc-state-active, .fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none; }

.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
  cursor: pointer; }

.fc-button-group {
  display: inline-block; }

.fc .fc-button-group > * {
  float: left;
  margin: 0px 12px 0px 12px;
  }

.fc .fc-button-group > :first-child {
  margin-left: 0; }

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
  float: right; }

.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0; }

.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%; }

.fc-clear {
  clear: both; }

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  }

.fc td, .fc th {
  border-style: solid;
  border-width: 0px;
  padding: 0;
  vertical-align: top;
  }

.fc td.fc-today {
  border-style: double; }

a[data-goto]:hover {
  text-decoration: underline; }

.fc .fc-row {
  border-style: solid;
  border-width: 0; }

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent; }

.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px; }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent; }

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  border-top: 0; }

.fc-scroller {
  -webkit-overflow-scrolling: touch; }

.fc-icon, .fc-row.fc-rigid, .fc-time-grid-event {
  overflow: hidden; }

.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  width: 99%;
  }

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  }

.fc-event, .fc-event-dot {
  background-color: #3a87ad; }

.fc-event, .fc-event:hover {
  color: #fff;
  text-decoration: none; }

.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed; }

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
  display: block; }

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px; }

.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px; }

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px; }

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px; }

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px; }

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px; }

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px; }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: 700; }

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px; }

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px; }

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc.fc-bootstrap3 a, .ui-widget .fc-event {
  text-decoration: none; }

.fc-limited {
  display: none; }

.fc-icon, .fc-toolbar .fc-center {
  display: inline-block; }

.fc-day-grid .fc-row {
  z-index: 1; }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

.fc-bootstrap3 .fc-popover .panel-body, .fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

.fc-bootstrap3 .fc-today.alert, .fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #eee; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

.fc-icon {
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New",Courier,monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: .9em;
  margin-top: 2px; }

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

.ui-widget .fc-disabled-day {
  background-image: none; }

.fc-bootstrap3 .fc-time-grid .fc-slats table, .fc-bootstrap4 .fc-time-grid .fc-slats table, .fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0; }

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0; }

.fc-bootstrap3 hr.fc-divider, .fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.ui-widget .fc-event {
  color: #fff;
  font-weight: 400; }

.ui-widget td.fc-axis {
  font-weight: 400; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right;
  }

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em; }

.fc .fc-toolbar > * > :first-child {
  margin-left: 0; }

.fc-toolbar h2 {
  margin: 0; }

.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view, .fc-view > table {
  position: relative;
  z-index: 1; }

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em; }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-day-top.fc-other-month {
  opacity: .3; }

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 2px; }

.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
  padding: 0 2px; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
  padding: 10px;
  }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey; }

.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em; }

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2; }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em; }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em; }

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.fc-time-grid, .fc-time-grid-container {
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%; }

.fc-time-grid table {
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats, .fc-time-grid > hr {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative; }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6; }

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0; }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0; }

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1; }

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0; }

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.fc-time-grid-event.fc-selected {
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none; }

.fc-time-grid-event .fc-content {
  overflow: hidden; }

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none; }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start); }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0"; }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px; }

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px; }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

.fc-rtl .fc-list-view {
  direction: rtl; }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

.fc .fc-list-table {
  table-layout: auto; }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: 700; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

.fc-list-item.fc-has-url {
  cursor: pointer; }

.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  text-decoration: underline; }

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  background-color: #eee; }

/*@preserve
 * Tempus Dominus Bootstrap4 v5.0.0-alpha14 (https://tempusdominus.github.io/bootstrap-4/)
 * Copyright 2016-2017 Jonathan Peterson
 * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
 */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem; }

@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #868e96;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #868e96; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #868e96; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #868e96;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #868e96; }

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #868e96;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.input-group.date .input-group-append {
  cursor: pointer; }

.colorpicker {
  width: 356px;
  height: 176px;
  overflow: hidden;
  position: absolute;
  background: url(../images/colorpicker_background.png);
  font-family: Arial, Helvetica, sans-serif;
  display: none; }

.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair; }

.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(../images/colorpicker_overlay.png); }

.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(../images/colorpicker_select.gif);
  margin: -5px 0 0 -5px; }

.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize; }

.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(../images/colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px; }

.colorpicker_new_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 213px;
  top: 13px;
  background: #f00; }

.colorpicker_current_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00; }

.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px; }

.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  background: url(../images/colorpicker_hex.png) top;
  left: 212px;
  top: 142px; }

.colorpicker_hex input {
  right: 6px; }

.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute; }

.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize; }

.colorpicker_rgb_r {
  background-image: url(../images/colorpicker_rgb_r.png);
  top: 52px;
  left: 212px; }

.colorpicker_rgb_g {
  background-image: url(../images/colorpicker_rgb_g.png);
  top: 82px;
  left: 212px; }

.colorpicker_rgb_b {
  background-image: url(../images/colorpicker_rgb_b.png);
  top: 112px;
  left: 212px; }

.colorpicker_hsb_h {
  background-image: url(../images/colorpicker_hsb_h.png);
  top: 52px;
  left: 282px; }

.colorpicker_hsb_s {
  background-image: url(../images/colorpicker_hsb_s.png);
  top: 82px;
  left: 282px; }

.colorpicker_hsb_b {
  background-image: url(../images/colorpicker_hsb_b.png);
  top: 112px;
  left: 282px; }

.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../images/colorpicker_submit.png) top;
  left: 322px;
  top: 142px;
  overflow: hidden; }

.colorpicker_focus {
  background-position: center; }

.colorpicker_hex.colorpicker_focus {
  background-position: bottom; }

.colorpicker_submit.colorpicker_focus {
  background-position: bottom; }

.colorpicker_slider {
  background-position: bottom; }

table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #888;
  outline-offset: -2px;
  z-index: 2001; }

tr.dt-rowReorder-moving {
  outline: 2px solid #555;
  outline-offset: -2px; }

body.dt-rowReorder-noOverflow {
  overflow-x: hidden; }

table.dataTable td.reorder {
  text-align: center;
  cursor: move; }

@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.eot?") format("eot"), url("fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.woff") format("woff"), url("fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.ttf") format("truetype"), url("fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular") format("svg"); }
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("fonts/SourceSansPro-Bold/SourceSansPro-Bold.eot?") format("eot"), url("fonts/SourceSansPro-Bold/SourceSansPro-Bold.woff") format("woff"), url("fonts/SourceSansPro-Bold/SourceSansPro-Bold.ttf") format("truetype"), url("fonts/SourceSansPro-Bold/SourceSansPro-Bold.svg#SourceSansPro-Bold") format("svg"); }
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("fonts/SourceSansPro-Regular/SourceSansPro-Regular.eot?") format("eot"), url("fonts/SourceSansPro-Regular/SourceSansPro-Regular.woff") format("woff"), url("fonts/SourceSansPro-Regular/SourceSansPro-Regular.ttf") format("truetype"), url("fonts/SourceSansPro-Regular/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg"); }
@font-face {
  font-family: "SourceSansPro-SemiBold";
  src: url("fonts/SourceSansPro-SemiBold/SourceSansPro-SemiBold.eot?") format("eot"), url("fonts/SourceSansPro-SemiBold/SourceSansPro-SemiBold.woff") format("woff"), url("fonts/SourceSansPro-SemiBold/SourceSansPro-SemiBold.ttf") format("truetype"), url("fonts/SourceSansPro-SemiBold/SourceSansPro-SemiBold.svg#SourceSansPro-SemiBold") format("svg"); }
body {
  font-family: "SourceSansPro-Regular";
  color: #202020; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.nopadding {
  padding: 0; }

.outerWrapper .container {
  width: 1280px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

a:hover {
  text-decoration: none;
  color: inherit; }

.form-control:focus {
  border-color: #202020;
  box-shadow: none; }

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

.viewallWrap {
  width: 100%;
  text-align: right; }
  .viewallWrap .viewAll {
    color: #C4A46B;
    font-size: 18px;
    font-family: "SourceSansPro-Bold";
    position: relative;
    padding-right: 50px; }
    .viewallWrap .viewAll:after {
      /* content: ""; */
      /* background: url("../images/Icon_arrow.png") no-repeat; */
      /* display: block; */
      /* width: 30px; */
      /* height: 6px; */
      /* position: absolute; */
      /* right: 0px; */
      /* top: 11px; */
      }

h2 {
  font-size: 26px;
  color: #202020;
  font-family: "PlayfairDisplay-Regular"; }
  h2 span, h2 a {
    color: #f37d4a;
    font-size: 18px;
    font-family: "SourceSansPro-Bold";
    position: relative;
    float: right;
    margin-top: 22px;
    }
    h2 span:hover, h2 a:hover {
      color: #C4A46B; }
    h2 span:after, h2 a:after {
      content: "";
      background: url("../images/Icon_arrow.png") no-repeat;
      display: block;
      width: 30px;
      height: 6px;
      position: absolute;
    
      top: 11px; }

.scrollWrap {
  padding: 24px 28px; }

.control {
  position: relative; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #9B9B9B; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control input[type="checkbox"]:checked ~ .control__indicator {
  background: #C4A46B;
  border: 2px solid #C4A46B; }

.control input[type="radio"]:checked ~ .control__indicator {
  background: #fff; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none; }

.control__indicator:after {
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control__indicator:after {
  display: block; }

.control--checkbox .control__indicator:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--radio .control__indicator:after {
  left: 4px;
  top: 4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background:#f37d4a; }

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b; }

.primary {
  background: transparent;
  border-radius: 25px;
  color: #C4A46B;
  font-size: 18px;
  padding: 3px 25px;
  border: 2px solid #C4A46B; }
  .primary:hover {
    color: #fff;
    background: #fffefe;
    }

.secondary {
  background: transparent;
  border-radius: 25px;
  color: #f37d4a;
  font-size: 18px;
  padding: 3px 25px;
  border: 2px solid #685a5c;
  }
  .secondary:hover {
    color: #fff;
    background: #C4A46B; }

.small {
  font-size: 16px;
  padding: 3px 10px; }

.link {
  background: transparent;
  border-radius: 25px;
  color: #C4A46B;
  font-size: 18px;
  padding: 3px 25px; }
  .link:hover {
    color: #C4A46B; }

.disable {
  border-radius: 25px;
  color: #9B9B9B;
  font-size: 18px;
  padding: 3px 25px;
  border: 2px solid #9B9B9B; }
  .disable:hover {
    color: #9B9B9B;
    background: transparent; }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active,
.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  background: #C4A46B;
  border-color: #C4A46B; }

.overlay {
  position: relative; }
  .overlay:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s linear 0; }

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: 0 0 0 12px;
  top: 3px; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9B9B9B;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -5px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  border: solid 0.5px rgba(0, 0, 0, 0.04); }

input:checked + .slider {
  background-color: #67AAC9; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.form-group {
  position: relative; }

.tabWrap {
  background: #fbf7ef;
  padding-top: 15px;
  border-bottom: solid 2px #c89b54;
  }
  .tabWrap .tab {
    width: 100%; }
    .tabWrap .tab ul li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 24px;
      margin-top: -30px;
      }
      .tabWrap .tab ul li a {
        padding: 16px 10px;
        display: block;
        font-size: 18px;
        color: #5a5a5a;
        text-transform: uppercase;
        }
        .tabWrap .tab ul li a .icon {
          width: 30px;
          height: 30px;
          display: block;
          margin: 0 auto 6px;
          position: relative;
          overflow: hidden;
          /* border-radius: 50px; */
          /* border: solid 1px #ccc; */
          }
          .tabWrap .tab ul li a .icon img {
            width: 100%;
            height: auto; }
          .tabWrap .tab ul li a .icon .show, .tabWrap .tab ul li a .icon .hide {
            position: absolute; }
          .tabWrap .tab ul li a .icon .show {
            opacity: 1; }
          .tabWrap .tab ul li a .icon .hide {
            opacity: 0; }
      .tabWrap .tab ul li.active a {
        /* background: whitesmoke; */
        color: #0D506F;
        border-top-left-radius: 5px;
        font-family: "SourceSansPro-Bold";
        border-top-right-radius: 5px;
        }
        .tabWrap .tab ul li.active a .hide {
          opacity: 1; }
        .tabWrap .tab ul li.active a .show {
          opacity: 0; }
      .tabWrap .tab ul li:last-child {
        margin-right: 0; }

.notabs .subHeader {
  padding-bottom: 34px;
  }
  .notabs .subHeader .search {
    display: none; }

.customGutters {
  margin-left: -25px;
  margin-right: -25px; }

.search input {
  border-radius: 20px;
  border: none; }
.search .searchBtn {
  border: none;
  border-left: 1px solid transparent;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #fff; }

.Aright {
  text-align: right; }

.Aleft {
  text-align: left; }

.Acenter {
  text-align: center; }

.modal .modal-header h5 {
  margin-bottom: 0; }

textarea:focus {
  box-shadow: none;
  outline: none; }

.fa-arrow-down {
  background: url("../images/down_arrow.png") no-repeat;
  background-position: center; }

.fa-arrow-up {
  background: url("../images/down_arrow.png") no-repeat;
  background-position: center;
  transform: rotate(180deg); }

.datepicker .datepicker-switch {
  color: #C4A46B; }

.interests .checked:before {
  content: none; }
.interests .switch {
  width: auto;
  height: auto;
  margin: 0 20px 0 0;
  top: auto; }
.interests .checked {
  display: inline-block; }
.interests input + .checked {
  background-color: #fff;
  border-radius: 28px;
  border: 2px solid #9B9B9B;
  font-size: 16px;
  padding: 4px 16px;
  display: inline-block;
  color: #9B9B9B; }
.interests input:checked + .checked {
  background-color: #67AAC9;
  border-radius: 28px;
  border: 2px solid #67AAC9;
  font-size: 16px;
  padding: 4px 16px;
  display: inline-block;
  color: #fff; }

.loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9); }
  .loader img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100px; }

#pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #e5e9ec;
  z-index: 11000; }

/*loader*/
.circle-loader {
  margin: 10px auto;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px rgba(220, 230, 235, 0.5);
  border-top-color: #25ccce;
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear; }

.app-loader {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99; }

.app-loader .loading,
.table-loader .loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #f37d4a;
  border-top-color: transparent;
  margin-top: -40px;
  margin-left: -30px;
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  display: inline-block;
  position: fixed;
  left: 50%;
  top: 50%; 
}

.form-group .app-loader {
  margin: -12px auto;
  width: 50px;
  height: 50px;
  left: 45%; }

.form-group .app-loader .loading {
  width: 30px;
  height: 30px; }

#pre-loader .app-loader {
  bottom: 50%;
  right: 53%; }

.ani-width {
  transition: width 50ms; }

.ani-rotate-180:hover {
  transform: rotate(180deg);
  transition: all 300ms ease-out 0ms; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
.inline-loader {
  background-image: url("../images/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent !important;
  transition: none; }

.inline-loader:hover {
  color: transparent !important; }

textarea {
  min-height: 100px;
  resize: none; }

.imageBox1, .imageBox2, .imageBox {
  position: relative;
  height: 458px;
  width: 458px;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  cursor: move; }

.imageBox1 .thumbBox1, .imageBox2 .thumbBox2, .imageBox .thumbBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  box-sizing: border-box;
  border: 1px solid #666666;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0% 0% transparent; }

.imageBox1 .spinner1, .imageBox2 .spinner2, .imageBox .spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 400px;
  background: rgba(0, 0, 0, 0.7); }

.action {
  margin-top: 20px; }

.actionItem {
  display: inline-block;
  float: right;
  text-align: right; }
  .actionItem input {
    margin-left: 5px; }

.innerLoader {
  position: relative; }
  .innerLoader .app-loader {
    position: absolute;
    z-index: auto; }
    .innerLoader .app-loader .loading {
      left: 45%; }

table.dataTable {
  margin-top: 0 !important; }

input.number {
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.hiddenField {
  position: absolute;
  z-index: -999; }

.nodata {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px; }

.collapse {
  clear: both; }

span.form-error {
  color: #ff0000;
  font-size: 16px; }

.fileinput.has-error {
  position: relative; }
  .fileinput.has-error span.form-error {
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 40px; }

.fileinput {
  position: relative;
  cursor: pointer;
  z-index: 1;
  overflow: hidden; }

.fileinput input[type=file],
.fileinput input[type=file]:focus,
.fileinput input[type=file]:hover {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  left: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)'; }

.fileinput-name {
  margin: 5px 20px; }

.fileinput-name .close {
  float: none;
  margin-left: 8px;
  vertical-align: middle;
  color: #C4A46B; }

.btns.insert .fileinput-name {
  margin: 5px 20px;
  float: left; }

.searchList.tableWrap {
  margin-top: 50px;
  width: 100%;
  float: left;
  display: block; }
  .searchList.tableWrap .dataTables_wrapper {
    padding: 0; }
  .searchList.tableWrap .table {
    border-collapse: collapse !important; }
    .searchList.tableWrap .table .selected {
      background: rgba(103, 170, 201, 0.24); }
    .searchList.tableWrap .table th {
      background: #67AAC9;
      color: #fff;
      font-size: 18px;
      padding: 20px;
      border: none;
      vertical-align: top; }
    .searchList.tableWrap .table tr {
      background: #fff; }
    .searchList.tableWrap .table tr.selected .custom-select {
      background: #fff url(../images/down_arrow.png) no-repeat;
      background-position: 94% 12px;
      background-size: 10%; }
    .searchList.tableWrap .table td {
      color: #202020;
      font-size: 18px;
      padding: 15px 20px;
      border-top: 5px solid #F4F4F4; }
    .searchList.tableWrap .table .Aright {
      text-align: right; }
    .searchList.tableWrap .table .Aleft {
      text-align: left; }
    .searchList.tableWrap .table .Acenter {
      text-align: center; }
    .searchList.tableWrap .table .light {
      font-size: 18px;
      color: #9B9B9B; }
    .searchList.tableWrap .table .registration {
      width: 36px;
      height: 36px;
      margin: 0 auto;
      font-size: 16px;
      background: #69bc08;
      border-radius: 50%;
      color: #fff;
      padding-top: 5px; }
    .searchList.tableWrap .table .waiting {
      width: 36px;
      height: 36px;
      margin: 0 auto;
      font-size: 16px;
      background: #f2a43f;
      border-radius: 50%;
      color: #fff;
      padding-top: 5px; }
    .searchList.tableWrap .table .cancel {
      width: 36px;
      height: 36px;
      margin: 0 auto;
      font-size: 16px;
      background: #e64f61;
      border-radius: 50%;
      color: #fff;
      padding-top: 5px; }
    .searchList.tableWrap .table .remove {
      width: 30px;
      height: 30px;
      margin: 0 auto;
      background: url("../images/Delete.png") no-repeat;
      background-size: contain;
      padding-top: 5px;
      cursor: pointer; }
    .searchList.tableWrap .table .request {
      display: inline-block;
      background: #C4A46B;
      color: #fff;
      padding: 2px 0;
      width: 30px;
      text-align: center;
      border-radius: 5px;
      cursor: pointer; }
    .searchList.tableWrap .table .custom-select {
      border: 1px solid #C4A46B;
      border-radius: 0;
      padding: 2px 12px;
      background: url(../images/down_arrow.png) no-repeat;
      background-position: 94% 12px;
      font-size: 18px;
      background-size: 10%;
      height: auto; }
    .searchList.tableWrap .table .dropdown-menu {
      padding: 10px; }
      .searchList.tableWrap .table .dropdown-menu li {
        padding: 5px; }
  .searchList.tableWrap .table-responsive {
    display: inline-table; }
  .searchList.tableWrap .status span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
  .searchList.tableWrap .legendBox {
    width: 26px;
    height: 26px;
    background: red;
    display: inline-block; }

.cat {
  color: #67AAC9; }

.tableWrap {
  padding-bottom: 50px; }

.alert.alert-danger p {
  margin-bottom: 0; }

.hidden {
  display: none !important; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9B9B9B !important; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9B9B9B !important; }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9B9B9B !important; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #9B9B9B !important; }

.custom-select {
  color: #9B9B9B !important; }

.noheading .subHeader {
  padding: 0; }
  .noheading .subHeader .search {
    display: none; }

.truncate span {
  word-break: break-all; }

.innerPage.pagetype .tabWrap {
  padding-top: 0; }
.innerPage.pagetype .subHeader {
  padding: 26px 0;
  }
  .innerPage.pagetype .subHeader .search {
    display: none; }
.innerPage.pagetype .tabWrap.fixed-header {
  padding-top: 15px; }

.creatnewpost .files .form-group.has-error .form-error {
  float: left;
  margin-right: 10px;
  margin-top: 7px; }

.filepath {
  margin: 0 10px; }

.redirect {
  cursor: pointer; }

.addMoretablerow {
  display: inline-block;
  margin-top: 20px;
  color: #C4A46B;
  font-size: 18px;
  cursor: pointer; }

.clubnewsWrap .dateSelect .selectbox {
  display: inline-block; }

header.header {
  background: #ffffff;
  }
  header.header .logoWrap, header.header .headUsersection {
    padding: 15px 0;
    display: block; }
  header.header .headUsersection {
    float: right;
    padding: 10px 0 21px; }
    header.header .headUsersection .profile > span {
      display: inline-block; }

.navigation {
  width: 100%; }
  .navigation .navbar {
    padding: 0; }
  .navigation .navbar-nav {
    width: 100%; }
    .navigation .navbar-nav .nav-item {
      padding-bottom: 0px;
      height:50px;
	  }
      .navigation .navbar-nav .nav-item a {
        padding: 0 0 5px 0;
        color: #685a5c;
        font-size: 18px;
        letter-spacing: 1.5px;
        font-family: "SourceSansPro-bold";
        border-bottom: 6px solid transparent;
        text-transform: capitalize;
        }
        .navigation .navbar-nav .nav-item a:hover {
          color: #f37d4a; }
      .navigation .navbar-nav .nav-item.active a {
        border-bottom: 4px solid #ffffff;
        color: #685a5c;
        }
      .navigation .navbar-nav .nav-item .dropdown-menu {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        padding:0px 0px;
         border: 0;
        border-radius: 0;
        top: 43px;
        left: auto;
background:#fff;
		}
        .navigation .navbar-nav .nav-item .dropdown-menu a {
          border-bottom: 0px;
          padding: 6px 8px;
          font-size: 16px !important;
          color: #202020;
          font-family: "SourceSansPro-Regular" !important;
          text-transform: none;
          border-bottom: 0px solid #9B9B9B;
          }
		  
		  .navigation .navbar-nav .nav-item .dropdown-menu a:hover{
			  background:#08263e;
			
			  
			  
		  }
		    .navigation .navbar-nav .nav-item .dropdown-menu a:hover span{
			 color:#fff;
			
			  
			  
		  }
		  .navigation .navbar-nav .nav-item .dropdown-menu a span{padding:20px 20px 10px 20px;font-size:16px;}
          .navigation .navbar-nav .nav-item .dropdown-menu a:focus, .navigation .navbar-nav .nav-item .dropdown-menu a:hover {
           
            color: #C4A46B; }
          .navigation .navbar-nav .nav-item .dropdown-menu a:last-child {
            border: none; }

.headUsersection .downloadApp {
  display: inline-block;
  margin-right: 30px;
  float: left;
  margin-top: 17px; }
  .headUsersection .downloadApp .mobile-icon {
    margin-right: 18px; }
  .headUsersection .downloadApp .DownloadText {
    color: #202020;
    font-family: "SourceSansPro-SemiBold";
    font-size: 14px; }
.headUsersection .notification {
  position: relative;
  margin-right: 38px;
  display: inline-block;
  float: left;
  margin-top: 17px;
  cursor: pointer; }
  .headUsersection .notification .badge {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    background: #ff0000;
    text-align: center;
    padding: 3px 0; }
.headUsersection .profile {
  display: inline-block;
  float: left; }
  .headUsersection .profile .name {
    color: #685a5c;
    font-size: 18px;
    font-family: "PlayfairDisplay-Regular";
    margin-right: 20px;
    display: inline-block;
    margin-top: 14px;
    }
  .headUsersection .profile .imgWrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #F4F4F4;
    float: right;
    overflow: hidden;
    background: #F4F4F4;
    cursor: pointer; }
    .headUsersection .profile .imgWrap img {
      width: 100%;
      height: auto; }

.menuicon.navbar-toggler {
  width: 40px;
  height: 35px;
  overflow: hidden;
  padding: 0;
  background: #C4A46B url("../images/hamburger.png") no-repeat;
  background-position: center;
  background-size: 80%; }
  .menuicon.navbar-toggler[aria-expanded="true"] {
    background: #C4A46B url("../images/close.png") no-repeat;
    background-position: center;
    background-size: 80%; }
  .menuicon.navbar-toggler img {
    width: 100%;
    height: auto; }

.dropdown-menu {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  top: 48px; }
  .dropdown-menu a {
    border-bottom: 0px;
    padding: 8px 10px;
    font-size: 18px;
    font-family: "SourceSansPro-Regular";
    text-transform: none;
    border-bottom: 0.3px solid #9B9B9B; }
    .dropdown-menu a:focus, .dropdown-menu a:hover {
      background: #fff;
      color: #C4A46B; }
    .dropdown-menu a:last-child {
      border: none; }

.header.fixed-header {
  position: sticky;
  left: 0;
  right: 0;
  top: -10px;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 15px -5px #9B9B9B;
  -moz-box-shadow: 0px 0px 15px -5px #9B9B9B;
  box-shadow: 0px 0px 15px -5px #9B9B9B;
  }

.tabWrap.fixed-header {
  position: sticky;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 9;
  padding-top: 15px; }

.footerWrap {
  width: 100%;
  display: block;
  background: #fff;
  overflow: hidden; }
  .footerWrap .footerMenus {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 0px solid #F4F4F4;
    width: 100%;
    }
    .footerWrap .footerMenus h5 {
      font-family: "SourceSansPro-Bold";
      color: #0D506F;
      line-height: 1.5;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      margin-top: 40px;
      margin-bottom: 10px; }
    .footerWrap .footerMenus ul li a {
      color: #202020;
      line-height: 2;
      letter-spacing: 0.2px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .footerWrap .footerMenus ul li a:hover {
        color: #C4A46B;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
    .footerWrap .footerMenus .menuBlocks {
      width: 20%;
      float: left;
      padding-right: 50px; }
.footerWrap .footerSocial {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    border-top: 2px solid #ffffff21;
    }
    .footerWrap .footerSocial .contactUs {
      float: left;
      display: inline-block;
      margin-top: 10px; }
      .footerWrap .footerSocial .contactUs li {
        display: inline-block;
        margin-right: 30px; }
        .footerWrap .footerSocial .contactUs li a {
          font-size: 12px;
          color: #d59c4b;
          font-family: "SourceSansPro-Bold";
          text-transform: uppercase;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          }
          .footerWrap .footerSocial .contactUs li a:hover {
            color: #f37d4a;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s; }
.footerWrap .footerSocial .social {
      float: right;
      text-align: right;
      background: url(../images/footer_sprite_image.png);
      width: 345px;
      height: 33px;
      background-repeat: no-repeat;
      background-size: contain;
      margin: 13px 0;
      }
      .footerWrap .footerSocial .social li {
        display: none !important; /*Temp*/
        display: inline-block;
        margin-left: 12px;
        margin-top: 5px; }
        .footerWrap .footerSocial .social li a {
              width: 88%;
    height: 27px;
    overflow: hidden;
    display: block;
      }
          .footerWrap .footerSocial .social li a img {
            width: 100%;
            height: auto; }
  .footerWrap .bottomFooter {
    padding: 10px 0;
    border-top: 0px solid #F4F4F4;
    }
    .footerWrap .bottomFooter p {
      font-size: 12px;
      margin-bottom: 0;
      color: #9B9B9B; }

.footerLinks ul {
  width: 100%; }
  .footerLinks ul li {
    display: inline-block; }
    .footerLinks ul li a {
      font-size: 16px;
      letter-spacing: 1.5px;
      font-family: "SourceSansPro-Bold";
      text-transform: uppercase; }

.emailGroups .tab-pane {
  background: #fff;
  padding: 15px;
  float: left;
  width: 100%; }
.emailGroups .btnwrap {
  width: 100%;
  display: block; }
  .emailGroups .btnwrap p {
    margin: 5px 0 0 0;
    display: inline-block; }
  .emailGroups .btnwrap .export {
    float: right; }
.emailGroups .filters {
  margin-top: 0;
  border-radius: 0;
  padding: 25px;
  margin-bottom: 15px; }
  .emailGroups .filters form {
    border-radius: 0;
    background: transparent;
    padding: 0; }
    .emailGroups .filters form .sizeL {
      width: 220px; }
  .emailGroups .filters .input-daterange {
    display: inline;
    width: auto;
    margin-right: 15px; }
    .emailGroups .filters .input-daterange input {
      text-align: left;
      border-radius: 5px;
      background: #fff url("../images/calender.png") no-repeat;
      background-position: right 4px; }
  .emailGroups .filters .grouping button {
    margin-right: 15px; }
.emailGroups .nav-item {
  color: #fff;
  background: #67AAC9;
  margin-right: 10px;
  border: none; }
  .emailGroups .nav-item.active {
    background: #0D506F;
    color: #fff; }
.emailGroups .tableFooter {
  margin-bottom: 20px; }

.DownloadStatement {
  width: 100%;
  margin-top: 42px; }
  .DownloadStatement h3 {
    display: inline-block;
    font-size: 28px;
    font-family: "SourceSansPro-Bold";
    margin-bottom: 0; }
    .DownloadStatement h3 span {
      color: #4A4A4A;
      font-family: "SourceSansPro-SemiBold";
      margin-left: 30px; }
  .DownloadStatement .download {
    margin-left: 25px;
    font-size: 18px;
    color: #C4A46B;
    position: relative;
    padding-left: 34px;
    top: -3px; }
    .DownloadStatement .download:after {
      position: absolute;
      content: "";
      width: 24px;
      height: 24px;
      background: url("../images/download.png") no-repeat;
      left: 0;
      top: 1px; }
  .DownloadStatement .print {
    margin-left: 25px;
    font-size: 18px;
    color: #C4A46B;
    position: relative;
    padding-left: 34px;
    top: 7px;
    float: right;
    cursor: pointer; }
    .DownloadStatement .print:after {
      position: absolute;
      content: "";
      width: 24px;
      height: 24px;
      background: url("../images/print.png") no-repeat;
      left: 0;
      top: 1px;
      background-size: contain; }

.dt-buttons {
  display: inline-block; }
  .dt-buttons .buttons-pdf {
    font-size: 18px;
    color: #C4A46B;
    position: relative;
    border: none;
    background: none;
    cursor: pointer; }

.tableList {
  position: relative;
  width: 66%;
  margin-top: 43px; }
  .tableList .dataTables_wrapper {
    padding: 0; }
  .tableList .table.dataTable {
    margin: 0 !important;
    border-collapse: collapse !important; }
  .tableList .table thead th {
    border: none; }
  .tableList .table thead th {
    vertical-align: middle;
    border-bottom: none !important; }
  .tableList .table tr td {
    padding: 20px 24px;
    background: #fff;
    font-size: 18px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-left: 2px solid #ddd;
    cursor: pointer;
    vertical-align: middle; }
    .tableList .table tr td:last-child {
      border-right: 2px solid #C4A46B; }
    .tableList .table tr td .amount {
      font-size: 21px;
      font-family: "SourceSansPro-SemiBold"; }
    .tableList .table tr td .detail {
      font-size: 21px;
      color: #C4A46B;
      float: right;
      text-transform: uppercase; }
  .tableList .table tr.active td {
    background: #FAF6EF;
    border-top: 2px solid #C4A46B;
    border-bottom: 2px solid #C4A46B; }
  .tableList .table tr.active td:first-child {
    border-left: 2px solid #C4A46B; }
  .tableList .table tr.active td:last-child {
    border-right: 2px solid transparent; }
  .tableList .table th {
    border: 2px solid #ddd !important;
    border-top: 2px solid #67AAC9 !important;
    padding: 16px 20px;
    background: #67AAC9;
    color: #fff;
    font-size: 21px; }
    .tableList .table th:last-child {
      border-right: 2px solid #C4A46B !important; }
  .tableList .dataTable {
    border: 2px solid #ddd;
    border-right: none; }

.tableDetails {
  width: 34%;
  margin-top: 43px;
  border: 2px solid #C4A46B;
  margin-left: -3px;
  background: #fff; }
  .tableDetails .emoDetails {
    padding: 24px 28px;
    background: #FAF6EF;
    border-bottom: 1px solid #dedede; }
    .tableDetails .emoDetails h5 {
      font-family: "SourceSansPro-SemiBold"; }
    .tableDetails .emoDetails .table {
      margin-bottom: 0;
      margin-top: 15px; }
    .tableDetails .emoDetails .table td {
      border: none;
      padding: 0;
      font-size: 16px;
      line-height: 1.75; }
      .tableDetails .emoDetails .table td:first-child {
        width: 150px; }
  .tableDetails .itemsDetails {
    background: #fff; }
    .tableDetails .itemsDetails .table {
      margin-bottom: 25px;
      margin-top: 0px;
      border-bottom: 1px solid #dedede; }
    .tableDetails .itemsDetails .table td, .tableDetails .itemsDetails .table th {
      border: none;
      padding: 0;
      font-size: 16px;
      line-height: 1.5;
      font-size: 14px;
      color: #4A4A4A; }
    .tableDetails .itemsDetails .table td span {
      display: block; }
    .tableDetails .itemsDetails .amt {
      font-family: "SourceSansPro-SemiBold"; }
    .tableDetails .itemsDetails .table td {
      padding-bottom: 22px; }
    .tableDetails .itemsDetails .table th {
      padding-bottom: 8px; }
    .tableDetails .itemsDetails .taxes {
      border-bottom: 1px solid #dedede;
      width: 100%;
      float: left; }
      .tableDetails .itemsDetails .taxes .table {
        width: 70%;
        float: right;
        border: none; }
      .tableDetails .itemsDetails .taxes .table td {
        padding-bottom: 12px;
        text-transform: uppercase; }
    .tableDetails .itemsDetails .grandTotal {
      width: 100%;
      float: left; }
      .tableDetails .itemsDetails .grandTotal .table {
        width: 52%;
        float: right;
        border: none;
        margin-bottom: 0;
        margin-top: 22px; }
      .tableDetails .itemsDetails .grandTotal .table td {
        padding-bottom: 12px;
        font-size: 21px;
        color: #4A4A4A;
        text-transform: uppercase; }

.dataTables_filter, .dataTables_length {
  display: none; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 50px 15px 0px; }

.dataTables_info {
  font-size: 18px; }

.pagination {
  justify-content: center !important; }
  .pagination .page-item a {
    background: transparent;
    border: none;
    padding: 0 15px;
    font-size: 21px; }
  .pagination .first {
    background: url("../images/arrow-next.png") no-repeat, url("../images/arrow-next.png") no-repeat 8px 0 !important;
    transform: rotate(180deg);
    width: 25px;
    position: relative;
    top: -4px; }
    .pagination .first a {
      color: transparent; }
  .pagination .last {
    background: url("../images/arrow-next.png") no-repeat, url("../images/arrow-next.png") no-repeat 8px 0 !important;
    width: 25px;
    position: relative;
    top: 3px; }
    .pagination .last a {
      color: transparent; }
  .pagination .next {
    background: url("../images/arrow-next.png") no-repeat !important;
    width: 30px;
    position: relative;
    top: 3px; }
    .pagination .next a {
      color: transparent; }
  .pagination .previous {
    background: url("../images/arrow-next.png") no-repeat !important;
    width: 30px;
    transform: rotate(180deg);
    position: relative;
    top: -4px; }
  .pagination .prev {
    background: url("../images/arrow-next.png") no-repeat !important;
    width: 30px;
    transform: rotate(180deg);
    position: relative;
    top: -4px; }
    .pagination .previous a {
      color: transparent; }
    .pagination .prev a {
      color: transparent; }      
  .pagination .page-item.first.disabled .page-link {
    color: transparent; }
  .pagination .page-item.prev.disabled .page-link {
    color: transparent; }    
  .pagination .page-item.previous.disabled .page-link {
    color: transparent; }
  .pagination .page-item.last.disabled .page-link {
    color: transparent; }
  .pagination .page-item.next.disabled .page-link {
    color: transparent; }
  .pagination .page-link {
    color: #202020; }
  .pagination .page-item.disabled .page-link {
    color: #202020;
    background: transparent; }
  .pagination .page-item.active .page-link {
    background: none;
    border-color: none;
    color: #C4A46B; }
  .pagination .paginate_button.disabled {
    opacity: 0.4; }

.tableFooter {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center; }
  .tableFooter .pagination {
    margin: 0 auto;
    transition: all 0.3s linear 0s;
    cursor: pointer; }
    .tableFooter .pagination:hover {
      opacity: 1;
      transition: all 0.3s linear 0s; }
  .tableFooter .paginationGroup .page {
    font-size: 21px;
    font-family: "SourceSansPro-SemiBold";
    display: inline-block;
    margin: 0 6px;
    position: relative;
    top: 0px; }
    .tableFooter .paginationGroup .page span {
      display: inline-block;
      padding: 0 12px; }
    .tableFooter .paginationGroup .page .current {
      color: #C4A46B; }
  .tableFooter .paginationGroup .displayInfo {
    float: right;
    font-size: 18px; }
  .tableFooter .pagination.first {
    background: url("../images/arrow-next.png") no-repeat, url("../images/arrow-next.png") no-repeat 8px 0;
    transform: rotate(180deg);
    width: 25px; }
  .tableFooter .pagination.last {
    background: url("../images/arrow-next.png") no-repeat, url("../images/arrow-next.png") no-repeat 8px 0;
    width: 25px; }
  .tableFooter .pagination.next {
    background: url("../images/arrow-next.png") no-repeat;
    width: 30px; }
  .tableFooter .pagination.previous {
    background: url("../images/arrow-next.png") no-repeat;
    width: 30px;
    transform: rotate(180deg); }

.page-link:focus {
  border: none;
  box-shadow: none;
  outline: none; }

tr td {
  box-shadow: none;
  outline: none; }

.modal .modal-header {
  padding: 20px;
  border-bottom: 0; }
  .modal .modal-header h5 {
    font-size: 21px;
    font-family: "SourceSansPro-SemiBold"; }
.modal .modal-body {
  padding: 20px; }
  .modal .modal-body .modalWrap.center {
    padding: 60px 50px;
    text-align: center; }
  .modal .modal-body .content h5 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "SourceSansPro-SemiBold"; }
  .modal .modal-body .content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px; }
.modal .modal-footer {
  border: none;
  padding: 20px;
  justify-content: center;
	vertical-align: middle;
    display: block;
    margin: 0px auto;

  }
  .modal .modal-footer .btn {
    margin: 0 10px; }

.createEvent .time .form-group, .createEvent .date .form-group {
  width: 35%;
  float: left;
  margin-right: 25px; }
.createEvent .form-group {
  float: left;
  width: 100%; }

.calendar {
  display: block;
  float: left;
  width: 100%;
  margin: 25px 0 40px 0;
  }
  .calendar .fc-toolbar {
    padding: 18px 20px;
    background: #67AAC9;
    margin-bottom: 0;
    border: 1px solid #bbb;
    border-bottom: 0; }
  .calendar .fc-button-group {
    border: 1px solid #fff;
    border-radius: 5px; }
    .calendar .fc-button-group button {
      font-size: 21px;
      font-family: "SourceSansPro-SemiBold";
      color: #4A4A4A;
      background: #D8E6ED;
      border-color: #67AAC9;
      padding: 10px 24px;
      height: auto;
      border-top: none;
      border-bottom: none;
      text-transform: uppercase; }
      .calendar .fc-button-group button.fc-state-active {
        background: #fff; }
      .calendar .fc-button-group button:first-child {
        border-left: none; }
      .calendar .fc-button-group button:last-child {
        border-right: none; }
    .calendar .fc-button-group .fc-state-disabled {
      background: #fff;
      opacity: 1; }
  .calendar .fc-day-header {
    font-size: 20px;
    font-family: "SourceSansPro-SemiBold";
    background: #D8E6ED;
    padding: 12px 10px;
    color: #4A4A4A;
    text-transform: uppercase; }
  .calendar .fc-center h2 {
    color: #fff;
    font-size: 30px;
    font-family: "SourceSansPro-SemiBold";
    padding: 8px 0 0 0;
    text-transform: uppercase; }
  .calendar .fc-axis {
    font-size: 18px;
    font-family: "SourceSansPro-SemiBold";
    background: #D8E6ED;
    text-transform: uppercase; }
  .calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none; }
  .calendar .fc-day-top {
    font-size: 21px;
    font-family: "SourceSansPro-SemiBold";
    background: #FAF6EF !important;
    padding: 20px 10px;
    border-color: #bbb !important;
    color: #4A4A4A;
    text-align: center; }
  .calendar .fc-day {
    background: #fff; }
  .calendar .fc-day-grid-event, .calendar .fc-event {
    margin: 0;
    padding: 10px;
    border-radius: 0;
    border: none;
    margin-bottom: 2px;
    font-size: 16px;
    color: #202020; }
  .calendar .fc-unthemed .fc-list-empty {
    padding: 10px 0; }
  .calendar .fc-time {
    font-family: "SourceSansPro-SemiBold";
    font-size: 18px;
    text-align: center; }
  .calendar .registered {
    background: #D9EFC1; }
  .calendar .inprocess {
    background: #FFDEB5; }
  .calendar .wait {
    background: #E5D9EF; }
  .calendar .cancel {
    background: #F1B8C0; }
  .calendar .not_registered {
    background: #9B9B9B; }
  .calendar .calender_header {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 0px;
    border-bottom: solid 1px #ececec;
    padding-bottom: 15px;
    }
    .calendar .calender_header .download .custom-select {
      width: auto;
      display: inline-block;
      background: #fff url("../images/down_arrow.png") no-repeat;
      background-position: 92% center;
      background-size: 18px;
      border-radius: 5px;
      height: calc(2.25rem + 2px);
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .calendar .legends {
    float: right;
    width: 54%;
    margin-top: 5px; }
    .calendar .legends ul {
      float: right; }
      .calendar .legends ul li {
        display: inline-block;
        background: transparent;
        position: relative;
        margin-left: 35px;
        font-size: 16px;
        font-family: "SourceSansPro-SemiBold";
        color: #4A4A4A; }
        .calendar .legends ul li span {
          display: inline-block;
          vertical-align: middle; }
        .calendar .legends ul li .legendBox {
          width: 26px;
          height: 26px;
          margin-right: 10px; }
        .calendar .legends ul li.registered:before {
          background: #D9EFC1; }
        .calendar .legends ul li.inprocess:before {
          background: #FFDEB5; }
        .calendar .legends ul li.wait:before {
          background: #E5D9EF; }
        .calendar .legends ul li.cancel:before {
          background: #F1B8C0; }
        .calendar .legends ul li.not_registered:before {
          background: #9B9B9B; }
        .calendar .legends ul li.confirmed:before {
          background: #D9EFC1; }
        .calendar .legends ul li.notyetopend:before {
          background: #9B9B9B; }
        .calendar .legends ul li.soldout:before {
          background: #D8E6ED; }
        .calendar .legends ul li.registrationclose:before {
          background: #FFDEB5; }
  .calendar .download {
    float: left;
    width: 46%; }
    .calendar .download a {
      position: relative;
      display: inline-block;
      font-size: 18px;
      font-family: "SourceSansPro-SemiBold";
      color: #4A4A4A;
      margin-right: 40px;
      padding-right: 34px; }
      .calendar .download a:after {
        content: "";
        position: absolute;
        right: 0;
        width: 24px;
        height: 24px; }
      .calendar .download a.export:after {
        background: url("../images/download.png") no-repeat;
        transform: rotate(180deg);
        background-size: 100%; }
      .calendar .download a.print:after {
        background: url("../images/print.png") no-repeat;
        background-size: 100%;
        top: 4px; }

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #bbb; }

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  padding: 10px; }

.fc-day-grid-event .fc-content {
  white-space: normal;
  overflow: visible;
  }

.fc-unthemed .fc-list-item:hover td {
  background-color: inherit; }

.fc button .fc-icon {
  color: #4A4A4A; }

.fc-event, .fc-event-dot {
  background-color: #0D506F; }

.fc-list-item-marker.fc-widget-content {
  vertical-align: middle; }

.fc-event-dot {
  display: block;
  border-radius: 0; }

.eventDetail {
  padding: 50px;
  background: #fff;
  width: 100%;
  display: block;
  float: left;
  margin: 70px 0 40px;
  border-radius: 10px; }
  .eventDetail .view {
    width: 44%;
    float: left;
    overflow: hidden; }
    .eventDetail .view img {
      width: 100%;
      height: auto; }
    .eventDetail .view .btns {
      display: flex;
      justify-content: space-around;
      padding-top: 30px; }
      .eventDetail .view .btns a {
        display: inline-block;
        margin: 20px 20px 0;
        padding-top: 30px;
        color: #202020;
        font-size: 16px;
        position: relative; }
        .eventDetail .view .btns a:after {
          content: "";
          position: absolute;
          height: 34px;
          display: block;
          top: -8px;
          left: 0;
          right: 0;
          text-align: center; }
        .eventDetail .view .btns a.share:after {
          background: url("../images/share.png") no-repeat;
          background-position: center center; }
        .eventDetail .view .btns a.print:after {
          background: url("../images/print.png") no-repeat;
          background-position: center center; }
        .eventDetail .view .btns a.enlarge:after {
          background: url("../images/enlarge.png") no-repeat;
          background-position: center center; }
        .eventDetail .view .btns a:focus {
          box-shadow: none;
          outline: none; }
  .eventDetail .details {
    width: 56%;
    float: right;
    padding-left: 50px;
    padding-top: 15px; }
    .eventDetail .details .heading {
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd;
      margin-bottom: 12px; }
      .eventDetail .details .heading h4 {
        display: inline-block;
        font-size: 21px;
        font-family: "SourceSansPro-SemiBold";
        width: 60%;
        margin-bottom: 0; }
      .eventDetail .details .heading span {
        display: inline-block;
        float: right;
        font-size: 18px;
        position: relative;
        padding-left: 40px; }
        .eventDetail .details .heading span:after {
          content: "";
          position: absolute;
          left: 0;
          width: 25px;
          height: 30px;
          background: url("../images/Location.png") no-repeat;
          background-position: center;
          background-size: contain; }
    .eventDetail .details .eventtime {
      margin: 10px 0;
      float: left;
      display: block;
      width: 100%; }
      .eventDetail .details .eventtime .date {
        display: inline-block;
        font-size: 18px;
        position: relative;
        padding-left: 40px; }
        .eventDetail .details .eventtime .date:after {
          content: "";
          position: absolute;
          left: 0;
          width: 25px;
          height: 30px;
          background: url("../images/calender.png") no-repeat;
          background-position: center;
          top: -2px; }
      .eventDetail .details .eventtime .time {
        display: inline-block;
        font-size: 18px;
        position: relative;
        padding-left: 40px;
        float: right; }
        .eventDetail .details .eventtime .time:after {
          content: "";
          position: absolute;
          left: 0;
          width: 25px;
          height: 30px;
          background: url("../images/time.png") no-repeat;
          background-position: center;
          background-size: contain; }
    .eventDetail .details .additionlDetails {
      padding-bottom: 20px;
      margin-bottom: 20px;
      margin-top: 10px;
      float: left;
      width: 100%;
      border-bottom: 1px solid #ddd; }
      .eventDetail .details .additionlDetails h3 {
        font-size: 20px;
        font-family: "SourceSansPro-SemiBold";
        margin-bottom: 10px; }
      .eventDetail .details .additionlDetails p {
        font-size: 20px; }
    .eventDetail .details .body {
      float: left;
      width: 100%; }
      .eventDetail .details .body .MemberDetails .form-group label {
        font-size: 16px; }
      .eventDetail .details .body .MemberDetails .form-group .lable {
        font-size: 20px;
        font-family: "SourceSansPro-SemiBold"; }
      .eventDetail .details .body .MemberDetails input:focus, .eventDetail .details .body .MemberDetails textarea:focus {
        box-shadow: none;
        outline: none; }
      .eventDetail .details .body .MemberDetails .form-group.row {
        margin-bottom: 0; }
      .eventDetail .details .body .MemberDetails .tickets.form-group {
        margin-top: 10px; }
      .eventDetail .details .body .MemberDetails .d-flex > div:first-child {
        width: 47%; }
      .eventDetail .details .body .MemberDetails textarea {
        min-height: 70px; }
      .eventDetail .details .body .membersList {
        margin: 30px 0 0 0;
        padding: 20px;
        border-radius: 5px;
        background: #F0E8DA; }
        .eventDetail .details .body .membersList li {
          display: block;
          padding: 5px 0; }
          .eventDetail .details .body .membersList li span {
            display: inline-block;
            font-size: 24px; }
            .eventDetail .details .body .membersList li span:nth-child(2) {
              padding-left: 20px;
              font-family: "SourceSansPro-SemiBold"; }
            .eventDetail .details .body .membersList li span:last-child {
              padding-left: 50px; }
      .eventDetail .details .body .registrationStatus {
        font-size: 24px;
        text-align: center;
        margin-top: 16px;
        width: 100%; }
        .eventDetail .details .body .registrationStatus h4 {
          margin-bottom: 20px;
          font-size: 18px; }
        .eventDetail .details .body .registrationStatus a {
          color: #C4A46B;
          font-size: 24px; }
      .eventDetail .details .body .btns {
        text-align: center;
        margin-top: 15px; }
        .eventDetail .details .body .btns button {
          margin: 0 10px; }
      .eventDetail .details .body .membersGuestlist {
        background: #F0E8DA;
        padding: 5px;
        padding-right: 20px;
        padding-left: 40px; }
        .eventDetail .details .body .membersGuestlist li {
          padding: 5px;
          list-style: circle; }
  .eventDetail .wrap {
    background: #fff;
    border-radius: 5px;
    margin-top: 20px; }
    .eventDetail .wrap .left {
      width: 50%;
      padding: 15px; }
    .eventDetail .wrap .right {
      width: 100%;
      padding: 15px; }
      .eventDetail .wrap .right .nav-link {
        color: #9B9B9B;
        margin-right: 15px;
        background-color: #F4F4F4; }
      .eventDetail .wrap .right .nav-link.active {
        color: #fff;
        background: #0D506F; }
    .eventDetail .wrap .tab-content {
      padding: 20px;
      background: #F0E8DA; }
  .eventDetail .searchlist {
    margin-top: 30px;
    padding: 0 15px; }
    .eventDetail .searchlist .imgWrap {
      width: 34px;
      height: 34px;
      overflow: hidden;
      border-radius: 50%;
      background: #F4F4F4;
      margin-right: 20px; }
      .eventDetail .searchlist .imgWrap img {
        width: 100%;
        height: auto; }
    .eventDetail .searchlist .media {
      margin-bottom: 15px; }
      .eventDetail .searchlist .media:last-child .media-body {
        border-bottom: none; }
    .eventDetail .searchlist .media-body {
      border-bottom: 1px solid #ddd;
      position: relative; }
      .eventDetail .searchlist .media-body h5 {
        margin-bottom: 10px;
        padding-top: 5px;
        font-size: 18px;
        padding-right: 40px; }
      .eventDetail .searchlist .media-body .add {
        position: absolute;
        width: 26px;
        height: 26px;
        background: url("../images/add.png") no-repeat;
        background-position: center center;
        position: absolute;
        right: 0;
        top: 2px;
        background-size: contain;
        cursor: pointer; }
  .eventDetail .memberList {
    margin-top: 20px; }
    .eventDetail .memberList .checkboxWrap {
      width: 100%; }
      .eventDetail .memberList .checkboxWrap .checkbox {
        position: relative;
        width: auto;
        display: inline-block;
        margin-bottom: 10px; }
        .eventDetail .memberList .checkboxWrap .checkbox .remove {
          position: absolute;
          width: 26px;
          height: 26px;
          background: url("../images/cross_gold.png") no-repeat;
          background-position: center center;
          position: absolute;
          right: -60px;
          top: 2px;
          cursor: pointer; }
      .eventDetail .memberList .checkboxWrap .control--checkbox {
        padding-left: 30px; }
  .eventDetail input {
    font-size: 16px;
    border-radius: 5px; }
  .eventDetail .input-group-append .btn {
    background: #fff url("../images/Icon_search.png") no-repeat;
    background-position: center;
    width: 40px;
    border-color: #fff; }
  .eventDetail .addGuest .input-group-append .btn {
    background: #fff url("../images/add.png") no-repeat;
    background-position: center;
    width: 40px;
    border-color: #fff; }
  .eventDetail textarea {
    width: 100%;
    font-size: 16px;
    border-radius: 5px; }

.eventbtns {
  width: 100%;
  margin-bottom: 60px; }

.template .eventbtns {
  text-align: center; }
  .template .eventbtns button {
    margin: 0 10px; }
.template .templateTwo .imgWrap {
  height: 351px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 25px; }
.template .templateThree .details, .template .templateThree .view {
  float: none;
  width: 100%;
  padding: 0; }
  .template .templateThree .details .body, .template .templateThree .view .body {
    margin-top: 10px; }
  .template .templateThree .details .body .additionlDetails, .template .templateThree .view .body .additionlDetails {
    border-bottom: 0; }
.template .templateThree .details .heading h4 {
  width: 80%; }
.template .templateThree .view .btns {
  margin: 0 auto;
  width: 40%; }
.template .templateFour .details, .template .templateFour .view {
  float: none;
  width: 100%;
  padding: 0; }
  .template .templateFour .details .body, .template .templateFour .view .body {
    margin-top: 10px; }
  .template .templateFour .details .body .additionlDetails, .template .templateFour .view .body .additionlDetails {
    border-bottom: 0; }
.template .templateFour .view .imgWrap {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 25px; }
.template .templateFour .details .heading h4 {
  width: 80%; }
.template .templateFour .view .btns {
  margin: 0 auto;
  width: 40%; }

section {
  width: 100%; }

.outerWrapper {
  width: 100%; }

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
  border-color: #bbb; }

.fc-toolbar {
  text-align: right; }
  .fc-toolbar .fc-center {
    margin-right: 20px; }

.clubnewsWrap .dateSelect {
  width: 100%;
  display: block;
  text-align: right;
  margin-top: 50px; }
  .clubnewsWrap .dateSelect .custom-select {
    display: inline-block;
    width: auto;
    background: #fff url("../images/down_arrow.png") no-repeat;
    background-position: 90% 16px;
    background-size: 12px;
    margin-left: 20px;
    border-radius: 5px; }

.clubNewsContainer {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin: 15px 0 60px; }
  .clubNewsContainer .links {
    background: #67AAC9;
    width: 25.4%; }
    .clubNewsContainer .links ul li {
      display: block;
      padding: 18px 35px;
      border-bottom: 1px solid #fff;
      position: relative; }
      .clubNewsContainer .links ul li a {
        font-size: 21px;
        color: #fff;
        line-height: 1.43;
        font-family: "SourceSansPro-Regular"; }
        .clubNewsContainer .links ul li a:hover {
          cursor: pointer;
          color: #fff; }
      .clubNewsContainer .links ul li span {
        display: block;
        font-size: 16px;
        color: #fff;
        line-height: 1.5; }
      .clubNewsContainer .links ul li:last-child {
        border-bottom: none; }
      .clubNewsContainer .links ul li.active {
        background: rgba(255, 255, 255, 0.25); }
        .clubNewsContainer-old .links ul li.active:after {
          left: 100%;
          top: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(103, 170, 201, 0);
          border-left-color: #67AAC9;
          border-width: 10px;
          margin-top: -10px;
          opacity: 0.74; }
      .clubNewsContainer .links ul li:hover {
        cursor: pointer;
        color: #fff;
        background: rgba(255, 255, 255, 0.25); }
  .clubNewsContainer .views {
    background: #fff;
    padding: 40px;
    width: 76%; }
    .clubNewsContainer .views .heading {
      position: relative; }
      .clubNewsContainer .views .heading h3 {
        font-size: 30px;
        font-family: "SourceSansPro-SemiBold";
        color: #67AAC9;
        padding-right: 60px; }
      .clubNewsContainer .views .heading span {
        font-size: 18px;
        color: #9B9B9B; }
      .clubNewsContainer .views .heading .share {
        position: absolute;
        right: 0;
        top: 16px;
        font-size: 16px;
        cursor: pointer; }
        .clubNewsContainer .views .heading .share:after {
          content: "";
          position: absolute;
          width: 25px;
          height: 28px;
          display: block;
          background: url("../images/share.png") no-repeat;
          top: -28px;
          margin: 0 auto;
          right: 0;
          left: 0;
          background-size: contain; }
    .clubNewsContainer .views .content .videoWrap {
      width: 100%;
      display: block;
      text-align: center;
      margin: 30px 0; }
    .clubNewsContainer .views .content .imgWrap {
      width: 55%;
      margin: 0 auto; }
      .clubNewsContainer .views .content .imgWrap img {
        width: 100%;
        height: auto; }
    .clubNewsContainer .views .content .textWrap {
      font-size: 18px;
      color: #202020;
      margin: 30px 0; }

.loginWrap {
  width: 100%;
  /* height: 100vh; */
  display: block; }
  .loginWrap .imgSection {
    width: 42%;
    display: block;
    float: left;
    background: url("../images/login.jpg") no-repeat;
    height: 100%;
    background-size: cover; }
  .loginWrap .form {
    width: 58%;
    display: block;
    float: right;
    height: 100%; }
    .loginWrap .form .formlogo {
      margin: 0 auto;
      padding-bottom: 70px;
      width: 150px;
      overflow: hidden;
      text-align: center; }
      .loginWrap .form .formlogo img {
        width: 100%;
        height: auto; }
    .loginWrap .form form {
      width: 58%; }
      .loginWrap .form form label {
        padding-left: 24px;
        font-size: 18px;
        color: #C4A46B;
        font-family: "SourceSansPro-SemiBold"; }
      .loginWrap .form form .forgetPassword a {
        font-size: 18px;
        color: #C4A46B;
        font-family: "SourceSansPro-SemiBold"; }
      .loginWrap .form form .checkbox label {
        padding-left: 30px; }
      .loginWrap .form form .form-group {
        margin-bottom: 20px;
        min-height: 120px; }
      .loginWrap .form form .form-control {
        border-radius: 25px;
        border: 3px solid #C4A46B;
        padding: 12px 24px; }
      .loginWrap .form form .btnWrap {
        display: block;
        padding-top: 45px;
        text-align: center; }
        .loginWrap .form form .btnWrap .primary {
          padding: 15px 45px;
          border-radius: 40px;
          cursor: pointer;
          font-family: "SourceSansPro-SemiBold"; }
      .loginWrap .form form .form-control.error {
        border-color: #ff0000 !important; }
      .loginWrap .form form .form-group.has-error {
        position: relative; }
        .loginWrap .form form .form-group.has-error .help-block, .loginWrap .form form .form-group.has-error .form-error {
          position: relative;
          left: 25px;
          color: #ff0000; }
  .loginWrap .troubleLogin form span, .loginWrap .troubleLogin form p {
    display: block;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 25px;
    color: #9B9B9B; }
  .loginWrap .troubleLogin form a {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 25px;
    color: #9B9B9B; }
  .loginWrap .troubleLogin form p {
    margin-top: 50px; }
  .loginWrap .troubleLogin form .form-group .control:last-child {
    float: right; }
  .loginWrap .troubleLogin form .btnWrap {
    padding-top: 10px;
    margin-bottom: 50px; }

.alert {
  position: relative;
  padding: 12px 24px;
  margin-bottom: 1rem;
  border: 3px solid transparent;
  border-radius: 25px; }

.bannerWrap {
  position: relative; }
  .bannerWrap .banner {
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    /* background: url("../images/banner-image.jpg") no-repeat;*/
    background-position: top center;
    background-size: cover;
    }
  .bannerWrap .banerContent {
    position: absolute;
    /* bottom: 55%; */
    /* left: 0; */
    /* right: 0; */
    }
    .bannerWrap .banerContent .filters {
      width: 100%; }
      .bannerWrap .banerContent .filters ul {
        width: 100%;
        padding: 0;
        margin: 0; }
        .bannerWrap .banerContent .filters ul li {
          display: inline-block;
          /* padding: 20px 10px; */
          /* width: 141px; */
          /* border-radius: 12px; */
          /* background-color: rgba(221, 211, 193, 0.6); */
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          /* border: solid 1px #fff; */
          text-align: center;
          }
          .bannerWrap .banerContent .filters ul li span.icons {
            margin-bottom: 14px;
            height: 45px;
            background: rgba(181, 181, 181, 0.7);
            height: 90px;
            width: 90px;
            border-radius: 50%;
            border: solid 1px #fff;
            }
          .bannerWrap .banerContent .filters ul li span {
            display: block;
            color: #fff;
            font-size: 21px;
            line-height: 1.14; }
          .bannerWrap .banerContent .filters ul li:hover {
            /* background-color: rgba(221, 211, 193, 0.8); */
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            color: #ef9f4e;
            }
  .bannerWrap .search {
    padding-top: 95px;
    width: 70%;
    margin: 0 auto;
    display: none; }
    .bannerWrap .search input {
      padding: 20px 25px;
      background: #fff;
      opacity: 0.8;
      border-radius: 40px;
      font-family: "SourceSansPro-SemiBold";
      color: #4A4A4A; }
    .bannerWrap .search .searchBtn {
      padding: 6px 36px;
      border-top-right-radius: 40px;
      border-bottom-right-radius: 40px;
      background: #fff; }

.eventNewsSection {
  background: #F4F4F4; }
  .eventNewsSection .newsWrap {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }
    .eventNewsSection .newsWrap .todayAtGlance, .eventNewsSection .newsWrap .clubNews {
      background: #fff;
      padding: 25px 58px 25px;
      width: 49.2%;
      border-radius: 5px; }
      .eventNewsSection .newsWrap .todayAtGlance .date-wrap, .eventNewsSection .newsWrap .clubNews .date-wrap {
        padding: 8px 30px 14px;
        border: 1px solid #67AAC9;
        margin-right: 30px; }
        .eventNewsSection .newsWrap .todayAtGlance .date-wrap .date, .eventNewsSection .newsWrap .clubNews .date-wrap .date {
          font-size: 44px;
          line-height: 56px;
          display: block;
          text-align: center;
          color: #202020; }
        .eventNewsSection .newsWrap .todayAtGlance .date-wrap .month, .eventNewsSection .newsWrap .clubNews .date-wrap .month {
          display: block;
          text-align: center;
          font-size: 24px;
          line-height: 24px;
          color: #202020; }
      .eventNewsSection .newsWrap .todayAtGlance .media-body h2, .eventNewsSection .newsWrap .clubNews .media-body h2 {
        font-size: 26px;
        color: #202020;
        font-family: "PlayfairDisplay-Regular"; }
      .eventNewsSection .newsWrap .todayAtGlance .viewallWrap, .eventNewsSection .newsWrap .clubNews .viewallWrap {
        margin-bottom: 0px; }
      .eventNewsSection .newsWrap .todayAtGlance h2, .eventNewsSection .newsWrap .clubNews h2 {
        font-size: 26px;
        color: #202020;
        font-family: "PlayfairDisplay-Regular"; }
    .eventNewsSection .newsWrap .list {
      margin-top: 10px;
      text-align: center;
      }
      .eventNewsSection .newsWrap .list li {
        padding-bottom: 16px;
        border-bottom: 0px solid #9B9B9B;
        margin-bottom: 16px;
        }
        .eventNewsSection .newsWrap .list li ul li {
          border-bottom: 1px solid #9B9B9B;
          text-align: left;
		  width:48%;
		  float:left;
		  overflow:hidden;
		  border-radius:5px;
		  
          }
        .eventNewsSection .newsWrap .list li ul li:first-child {
          margin-top: 0px !important;
          }
        .eventNewsSection .newsWrap .list li:last-child {
          border: none;
          padding: 0;
          margin: 0; }
      .eventNewsSection .newsWrap .list .category {
        color: #67AAC9;
        letter-spacing: 6.6px;
        font-size: 21px;
        font-family: "SourceSansPro-SemiBold";
        margin-bottom: 8px;
        display: block;
        text-transform: uppercase; }
      .eventNewsSection .newsWrap .list .headings h4 {
        font-size: 21px;
        font-family: "SourceSansPro-Bold";
        color: #202020;
        display: inline-block;
        margin-bottom: 0; }
      .eventNewsSection .newsWrap .list .headings .status {
        float: right;
        font-size: 21px;
        /* text-transform: uppercase;  */
      }
      .eventNewsSection .newsWrap .list .headings .status.open {
        color: #417505; }
      .eventNewsSection .newsWrap .list .headings .status.Closed {
        color: #b80218; }
      .eventNewsSection .newsWrap .list .description p {
        font-size: 16px;
        color: #202020;
        margin-bottom: 0;
        line-height: 1.3; }
    .eventNewsSection .newsWrap .clubNews h2 {
      padding-top: 30px;
      font-weight: bold !important;
      }
    .eventNewsSection .newsWrap .clubNews .list li {
      font-size: 21px;
      color: #202020; }
      .eventNewsSection .newsWrap .clubNews .list li a {
        font-size: 21px;
        color: #202020; }

.upcomingEvents {
  margin-top: 50px;
  margin-bottom: 30px;
  width: 100%; }
  .upcomingEvents .eventWrap {
    margin-top: 42px; }
    .upcomingEvents .eventWrap .event {
      width: 90%;
      background: #fff;
      border-radius: 5px;
      overflow: hidden;
      -webkit-box-shadow: 1px 1px 5px 0px #f4f4f4;
      -moz-box-shadow: 1px 1px 5px 0px #f4f4f4;
      box-shadow: 1px 1px 5px 0px #f4f4f4;
      margin-bottom: 35px;
      }
      .upcomingEvents .eventWrap .event .imgWrap {
        width: 300px;
        height: 200px;
        float: left;
        overflow: hidden;
        display: flex; }
        .upcomingEvents .eventWrap .event .imgWrap img {
          width: 100%;
          height: auto;
          align-self: center; }
      .upcomingEvents .eventWrap .event .description {
        padding: 25px;
        margin-left: 300px;
        background: #fff;
        position: relative;
        }
        .upcomingEvents .eventWrap .event .description h4 {
          font-family: "SourceSansPro-Bold";
          height: 40px;
          overflow: hidden;
          font-size: 18px; }
        .upcomingEvents .eventWrap .event .description p {
          font-size: 16px;
          height: 70px;
          overflow: hidden;
          margin-bottom: 0; }
        .upcomingEvents .eventWrap .event .description .date-wrap {
          font-size: 16px;
          color: #67AAC9;
          position: absolute;
          bottom: -20px; }
      .upcomingEvents .eventWrap .event .media-body p {
        margin-bottom: 0; }
        .upcomingEvents .eventWrap .event .media-body p span {
          font-family: "SourceSansPro-SemiBold"; }

.socialSection {
  background: url("../images/sliders/bocaSwiminig-v02.jpg") no-repeat;
  background-size: cover;
  padding-top: 50px;
  background-attachment: fixed; }
  .socialSection h2 {
    color: #fff; }
  .socialSection .socialwrap {
    margin-top: 42px;
    margin-bottom: 50px;
    width: 100%; }
    .socialSection .socialwrap .socialBlock {
      width: 29%;
      background: #fff;
      border-radius: 5px;
      overflow: hidden; }
      .socialSection .socialwrap .socialBlock img {
        width: 100%;
        height: auto; }

.downloadappSection {
  overflow: hidden;
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 29%, #f0e8da 29%, #f0e8da 71%, #f0e8da 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(29%, white), color-stop(29%, #f0e8da), color-stop(71%, #f0e8da), color-stop(100%, #f0e8da));
  background: -webkit-linear-gradient(top, white 0%, white 29%, #f0e8da 29%, #f0e8da 71%, #f0e8da 100%);
  background: -o-linear-gradient(top, white 0%, white 29%, #f0e8da 29%, #f0e8da 71%, #f0e8da 100%);
  background: -ms-linear-gradient(top, white 0%, white 29%, #f0e8da 29%, #f0e8da 71%, #f0e8da 100%);
  background: linear-gradient(to bottom, white 0%, white 29%, #f0e8da 29%, #f0e8da 71%, #f0e8da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0e8da', GradientType=0 ); }
  .downloadappSection .backgroundPatch {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%; }
  .downloadappSection .leftSection {
    width: 70%;
    display: block; }
    .downloadappSection .leftSection .blocks {
      width: 30%;
      float: left;
      text-align: center;
      padding: 0 40px; }
      .downloadappSection .leftSection .blocks .imgWrap {
        width: 160px;
        height: 160px;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        border: 1px solid #685A5C; }
      .downloadappSection .leftSection .blocks .content {
        padding-top: 24px;  color: #685A5C}
      .downloadappSection .leftSection .blocks h4 {
        font-size: 21px;
        font-family: "SourceSansPro-SemiBold";
        color: #202020;
        text-transform: uppercase; }
      .downloadappSection .leftSection .blocks p {
        font-size: 16px;
        color: #202020; }
      .downloadappSection .leftSection .blocks .imgWrap.download {
        background: #fff url("../images/Icon_download_app.png") no-repeat;
        background-position: center center; }
      .downloadappSection .leftSection .blocks .imgWrap.quick {
        background: #fff url("../images/Icon_quick_and_easy.png") no-repeat;
        background-position: center center; }
      .downloadappSection .leftSection .blocks .imgWrap.find {
        background: #fff url("../images/Icon_find.png") no-repeat;
        background-position: center center; }
  .downloadappSection .rightSection {
    width: 30%;
    display: block;
    margin-top: -108px; }
    .downloadappSection .rightSection .mobileWrap {
      position: relative; }
      .downloadappSection .rightSection .mobileWrap .mobiletwo {
        position: absolute;
        top: -6%;
        left: 30%; }
    .downloadappSection .rightSection .appStoreWrap {
      padding-top: 50px;
      padding-bottom: 50px; }

.innerPage {
  background: #fbf7ef;
  }

.subHeader {
  padding-top: 34px;
  background: whitesmoke;
  box-sizing: border-box;
  height: 95px;
  }
  .subHeader h1 {
    color: #000;
    font-family: "PlayfairDisplay-Regular";
    font-weight: normal;
    margin-bottom: 0;
    font-size: 28px;
    }
  .subHeader .search {
    float: right;
    width: 60%;
    display: none; }
  .subHeader .slidingMenu {
    padding-top: 30px;
    width: 100%;
    position: relative; }
    .subHeader .slidingMenu .slick-list {
      width: 100%;
      margin: 0; }
    .subHeader .slidingMenu ul {
      padding: 0 45px; }
      .subHeader .slidingMenu ul li a {
        font-size: 20px;
        font-family: "SourceSansPro-SemiBold";
        color: #fff;
        border-bottom: 4px solid transparent;
        text-transform: uppercase;
        padding-bottom: 2px;
        display: inline-block; }
        .subHeader .slidingMenu ul li a:focus, .subHeader .slidingMenu ul li a:active {
          box-shadow: none;
          outline: none; }
        .subHeader .slidingMenu ul li a:hover {
          color: #C4A46B; }
      .subHeader .slidingMenu ul li.active a {
        color: #C4A46B;
        border-bottom: 4px solid #C4A46B;
        display: inline-block;
        opacity: 1; }
      .subHeader .slidingMenu ul li:focus, .subHeader .slidingMenu ul li:active {
        box-shadow: none;
        outline: none; }
    .subHeader .slidingMenu .carousel-control-prev {
      background: url("../images/arrow-next.png") no-repeat;
      width: 15px;
      height: 20px;
      transform: rotate(180deg);
      position: absolute;
      left: 0;
      top: 8px;
      color: transparent;
      border: none;
      outline: none;
      cursor: pointer;
      z-index: 9; }
    .subHeader .slidingMenu .carousel-control-next {
      background: url("../images/arrow-next.png") no-repeat;
      width: 15px;
      height: 20px;
      position: absolute;
      right: 0;
      top: 8px;
      color: transparent;
      border: none;
      outline: none;
      cursor: pointer;
      z-index: 9; }

.message_board {
  width: 100%;
  margin: 50px 0; }
  .message_board .card {
    display: flex;
    justify-content: center;
    width: 21.06%;
    text-align: center;
    height: 203px;
    background: rgba(0, 0, 0, 0.51);
    position: relative;
    border-radius: 0;
    overflow: hidden;
    margin: 0 25px 4%;
    float: left;
    border-radius: 5px; }
    .message_board .card img {
      width: 100%;
      height: auto;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .message_board .card a {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      display: block;
      text-align: center;
      z-index: 999; }
    .message_board .card .overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      display: block;
      text-align: center;
      z-index: 9;
      background: rgba(0, 0, 0, 0.51); }
    .message_board .card span {
      font-size: 26px;
      font-family: "SourceSansPro-SemiBold";
      color: #fff;
      position: relative;
      z-index: 99; }
    .message_board .card:hover span {
      color: #C4A46B; }
  .message_board .card.addnew a {
    background: transparent; }

.detailWrap {
  width: 100%;
  float: left;
  display: block;
  margin: 50px 0 70px; }
  .detailWrap .heading {
    float: left;
    width: 50%;
    font-size: 46px;
    font-family: "PlayfairDisplay-Regular"; }
  .detailWrap .creatPost {
    float: right;
    width: 50%;
    text-align: right;
    padding-top: 12px; }
  .detailWrap .creatnewpost {
    width: 100%;
    display: block;
    float: left; }
    .detailWrap .creatnewpost .card {
      margin-top: 30px;
      padding: 38px 85px 40px;
      background: #fff; }
      .detailWrap .creatnewpost .card .btns {
        width: 100%;
        margin-top: 30px;
        text-align: right; }
        .detailWrap .creatnewpost .card .btns .insert {
          background: #C4A46B url("../images/insert_image.png") no-repeat;
          padding-left: 45px;
          background-position: 10px 5px;
          cursor: pointer; }
        .detailWrap .creatnewpost .card .btns .files {
          display: inline-block;
          position: relative; }
          .detailWrap .creatnewpost .card .btns .files .form-control {
            position: absolute;
            right: 0;
            top: 0;
            width: 165px;
            opacity: 0; }
          .detailWrap .creatnewpost .card .btns .files .fileList {
            display: inline-block;
            float: left;
            margin-right: 50px; }
            .detailWrap .creatnewpost .card .btns .files .fileList li {
              padding: 5px 50px 5px 5px;
              position: relative; }
              .detailWrap .creatnewpost .card .btns .files .fileList li .removeFile {
                background: url("../images/cross_gold.png") no-repeat;
                width: 20px;
                height: 20px;
                display: block;
                position: absolute;
                top: 10px;
                right: 0; }
        .detailWrap .creatnewpost .card .btns button {
          margin-left: 20px; }
    .detailWrap .creatnewpost .card {
      position: relative;
      background: #fff;
      border: 1px solid #ddd; }
    .detailWrap .creatnewpost .card:after, .detailWrap .creatnewpost .card:before {
      bottom: 100%;
      left: 93%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .detailWrap .creatnewpost .card:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 15px;
      margin-left: -15px; }
    .detailWrap .creatnewpost .card:before {
      border-color: rgba(221, 221, 221, 0);
      border-bottom-color: #ddd;
      border-width: 16px;
      margin-left: -16px; }
  .detailWrap .creatnewpost.edit .card:before, .detailWrap .creatnewpost.edit .card:after {
    content: none; }
  .detailWrap .creatnewpost.edit .form-group input {
    font-size: 25px;
    font-family: "SourceSansPro-SemiBold";
    color: #67AAC9; }
  .detailWrap .creatnewpost.edit .form-group textarea {
    font-size: 25px; }
  .detailWrap .post {
    float: left;
    width: 100%;
    display: block;
    padding: 38px 85px 40px;
    background: #fff;
    margin-top: 60px;
    border-radius: 5px; }
    .detailWrap .post .title {
      float: left;
      width: 60%;
      display: block; }
      .detailWrap .post .title h2 {
        font-size: 30px;
        font-family: "SourceSansPro-SemiBold";
        color: #67AAC9;
        line-height: 1.03; }
    .detailWrap .post .profile {
      float: right;
      max-width: 30%;
      display: block; }
      .detailWrap .post .profile .imgWrap {
        width: 60px;
        height: 60px;
        overflow: hidden;
        display: block;
        border-radius: 50%;
        margin-right: 22px; }
        .detailWrap .post .profile .imgWrap img {
          width: 100%;
          height: auto; }
      .detailWrap .post .profile .media-body {
        padding-top: 5px; }
        .detailWrap .post .profile .media-body p {
          margin: 0;
          font-size: 16px; }
        .detailWrap .post .profile .media-body h5 {
          margin: 0;
          font-family: "SourceSansPro-SemiBold";
          font-size: 21px; }
    .detailWrap .post .content {
      float: left;
      width: 100%;
      display: block;
      margin-top: 22px; }
      .detailWrap .post .content p {
        font-size: 20px;
        line-height: 1.68; }
      .detailWrap .post .content .textSection {
        width: 70%;
        float: left; }
      .detailWrap .post .content .imgSection {
        float: right;
        width: 25%;
        height: 200px;
        overflow: hidden; }
        .detailWrap .post .content .imgSection .imgWrap {
          width: 100%;
          height: 100%;
          float: right;
          display: block;
          overflow: hidden;
          background: #F4F4F4; }
          .detailWrap .post .content .imgSection .imgWrap img {
            width: 100%;
            height: auto; }
    .detailWrap .post .btns {
      margin-top: 22px;
      float: left;
      width: 100%;
      display: block; }
      .detailWrap .post .btns button {
        margin-right: 20px; }
      .detailWrap .post .btns .editSection {
        float: right;
        text-align: right; }
        .detailWrap .post .btns .editSection a {
          margin-left: 50px; }
          .detailWrap .post .btns .editSection a:first-child {
            margin-left: 10px; }
        .detailWrap .post .btns .editSection .delet {
          display: inline-block;
          width: 30px;
          height: 31px;
          background: url("../images/Delete.png") no-repeat;
          background-size: cover; }
        .detailWrap .post .btns .editSection .edit {
          display: inline-block;
          width: 30px;
          height: 30px;
          background: url("../images/edit_gold.png") no-repeat;
          background-size: cover; }
        .detailWrap .post .btns .editSection .blocked {
          display: inline-block;
          width: 30px;
          height: 30px;
          background: url("../images/shape.png") no-repeat;
          background-size: cover; }
  .detailWrap .post.waitingForApproval {
    position: relative; }
    .detailWrap .post.waitingForApproval:after {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #fff;
      opacity: 0.9;
      z-index: 8;
      text-align: center; }
    .detailWrap .post.waitingForApproval:before {
      content: "Waiting For Approval";
      position: absolute;
      left: 0;
      right: 0;
      top: 40%;
      bottom: 0;
      z-index: 9;
      text-align: center;
      font-size: 36px; }
  .detailWrap .replyWrap {
    padding: 46px 85px;
    background: #F0E8DA;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .detailWrap .replyWrap .imgWrap {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 50px; }
      .detailWrap .replyWrap .imgWrap img {
        width: 100%;
        height: auto; }
    .detailWrap .replyWrap textarea, .detailWrap .replyWrap textarea:focus {
      border-color: #ddd; }
    .detailWrap .replyWrap span {
      font-size: 18px;
      color: #9B9B9B;
      font-family: "SourceSansPro-SemiBold";
      padding-left: 12px; }
    .detailWrap .replyWrap .btns {
      text-align: right; }
    .detailWrap .replyWrap .posted {
      margin-bottom: 40px;
      clear: both; }
      .detailWrap .replyWrap .posted .btns {
        text-align: left; }
      .detailWrap .replyWrap .posted span {
        padding-left: 0;
        font-size: 16px;
        font-family: "SourceSansPro-SemiBold"; }
      .detailWrap .replyWrap .posted a.reply {
        display: inline-block;
        margin-left: 20px;
        font-size: 21px;
        font-family: "SourceSansPro-SemiBold";
        color: #C4A46B;
        cursor: pointer; }
    .detailWrap .replyWrap .nestedpost {
      margin-bottom: 40px;
      padding-left: 110px; }
      .detailWrap .replyWrap .nestedpost .btns {
        text-align: left; }
      .detailWrap .replyWrap .nestedpost span {
        padding-left: 0;
        font-size: 16px;
        font-family: "SourceSansPro-SemiBold"; }
      .detailWrap .replyWrap .nestedpost a.reply {
        display: inline-block;
        margin-left: 20px;
        font-size: 21px;
        font-family: "SourceSansPro-SemiBold";
        color: #C4A46B; }
    .detailWrap .replyWrap h3 {
      font-size: 20px;
      font-family: "SourceSansPro-SemiBold";
      line-height: 33px;
      margin-bottom: 0; }
    .detailWrap .replyWrap p {
      font-size: 20px;
      line-height: 33px; }
    .detailWrap .replyWrap .replyed {
      width: 100%;
      float: left;
      margin-bottom: 40px;
      padding-left: 110px; }
    .detailWrap .replyWrap .btns {
      margin-top: 22px;
      float: left;
      width: 100%;
      display: block; }
      .detailWrap .replyWrap .btns .editSection {
        float: right;
        text-align: right; }
        .detailWrap .replyWrap .btns .editSection a {
          margin-left: 50px; }
          .detailWrap .replyWrap .btns .editSection a:first-child {
            margin-left: 10px; }
        .detailWrap .replyWrap .btns .editSection .delet {
          display: inline-block;
          width: 30px;
          height: 31px;
          background: url("../images/Delete.png") no-repeat;
          background-size: cover; }
        .detailWrap .replyWrap .btns .editSection .edit {
          display: inline-block;
          width: 30px;
          height: 30px;
          background: url("../images/edit_gold.png") no-repeat;
          background-size: cover; }
        .detailWrap .replyWrap .btns .editSection .blocked {
          display: inline-block;
          width: 30px;
          height: 30px;
          background: url("../images/shape.png") no-repeat;
          background-size: cover; }

.replyWrap {
  position: relative;
  background: #F0E8DA; }

.replyWrap:after {
  bottom: 100%;
  left: 10.5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 232, 218, 0);
  border-bottom-color: #F0E8DA;
  border-width: 10px;
  margin-left: -10px; }

.link[aria-expanded="false"] .show {
  display: block; }
.link[aria-expanded="false"] .dontshow {
  display: none; }

.link[aria-expanded="true"] .dontshow {
  display: block; }
.link[aria-expanded="true"] .show {
  display: none; }

.announcementWrap {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%; }
  .announcementWrap h2 {
    font-size: 26px;
    color: #4A4A4A;
    font-family: "PlayfairDisplay-Regular";
    margin-bottom: 20px; }
  .announcementWrap p {
    font-size: 18px;
    margin-bottom: 0; }
    .announcementWrap p strong {
      font-family: "SourceSansPro-Bold";
      color: #052F42; }
  .announcementWrap .announcement {
    display: block;
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
    background: #fff;
    border-radius: 5px;
    overflow: hidden; }
    .announcementWrap .announcement .media {
      align-items: center; }
    .announcementWrap .announcement .imgWrap {
      width: 32%;
      overflow: hidden; }
      .announcementWrap .announcement .imgWrap img {
        width: 100%;
        height: auto; }
    .announcementWrap .announcement .media-body {
      padding: 35px; }
      .announcementWrap .announcement .media-body .head {
        width: 100%;
        float: left;
        display: block; }
      .announcementWrap .announcement .media-body h5 {
        font-size: 30px;
        font-family: "SourceSansPro-SemiBold";
        color: #67AAC9;
        margin-bottom: 0;
        width: 80%;
        float: left; }
      .announcementWrap .announcement .media-body a.print {
        float: right;
        position: relative;
        padding-left: 40px;
        top: 2px;
        font-size: 24px;
        text-transform: uppercase;
        color: #C4A46B; }
        .announcementWrap .announcement .media-body a.print:after {
          content: "";
          position: absolute;
          left: 0;
          background: url("../images/print.png") no-repeat;
          width: 24px;
          height: 24px;
          background-size: 100%;
          top: 8px; }
      .announcementWrap .announcement .media-body span {
        font-size: 18px;
        color: #202020; }
      .announcementWrap .announcement .media-body h6 {
        margin-top: 20px;
        font-size: 22px;
        color: #9B9B9B;
        line-height: 1.19;
        height: 54px;
         }
      .announcementWrap .announcement .media-body .viewallWrap {
        margin-top: 20px; }
        .announcementWrap .announcement .media-body .viewallWrap .viewAll {
          display: inline-block;
          margin-top: 15px; }
      .announcementWrap .announcement .media-body .viewAll[aria-expanded="false"] span {
        display: inline;
        color: #f37d4a; }
      .announcementWrap .announcement .media-body .viewAll[aria-expanded="false"] .viewmore {
        display: inline-block; }
      .announcementWrap .announcement .media-body .viewAll[aria-expanded="false"] .lessmore {
        display: none; }
      .announcementWrap .announcement .media-body .viewAll[aria-expanded="true"] span {
        display: inline;
        color: #C4A46B; }
      .announcementWrap .announcement .media-body .viewAll[aria-expanded="true"] .lessmore {
        display: inline-block; }
      .announcementWrap .announcement .media-body .viewAll[aria-expanded="true"] .viewmore {
        display: none; }
    .announcementWrap .announcement .card {
      border: none;
      padding: 35px; }
      .announcementWrap .announcement .card p {
        font-size: 20px;
        color: #9B9B9B;
        line-height: 35px; }

.importantNumbers {
  background: #fff;
  padding: 40px;
  width: 100%;
  display: block;
  margin: 50px 0;
  border-radius: 10px; }
  .importantNumbers h2 {
    display: block;
    margin-bottom: 20px;
    font-size: 26px;
    color: #67AAC9;
    font-family: "SourceSansPro-SemiBold"; }
  .importantNumbers .imgWrap {
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: block; }
    .importantNumbers .imgWrap img {
      width: 100%;
      height: auto; }
  .importantNumbers .media-body {
    margin-left: 12px; }
    .importantNumbers .media-body h5 {
      font-size: 21px;
      margin-bottom: 0;
      font-family: "SourceSansPro-SemiBold"; }
    .importantNumbers .media-body a {
      font-size: 18px;
      margin: 0;
      color: #202020; }
  .importantNumbers .impNum {
    width: 25%;
    float: left;
    padding-right: 30px;
    margin-bottom: 40px; }

.newsWrap.eventWrap {
  padding: 50px 0; }
  .newsWrap.eventWrap h3 {
    font-size: 28px;
    font-family: "SourceSansPro-SemiBold"; }
  .newsWrap.eventWrap .list {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    margin: 10px 0 0 0; }
    .newsWrap.eventWrap .list ul {
      padding: 20px; }
      .newsWrap.eventWrap .list ul ul {
        padding: 0; }
        .newsWrap.eventWrap .list ul ul li {
          border: none; }

.addNumbers .form-group label {
  display: block; }
.addNumbers .files {
  display: inline-block;
  position: relative; }
  .addNumbers .files .form-control {
    position: absolute;
    right: 0;
    top: 0;
    width: 165px;
    opacity: 0; }
  .addNumbers .files .fileList {
    display: inline-block;
    float: right;
    margin-left: 20px; }
    .addNumbers .files .fileList li {
      padding: 5px 50px 5px 5px;
      position: relative; }
      .addNumbers .files .fileList li .removeFile {
        background: url("../images/cross_gold.png") no-repeat;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 10px;
        right: 0; }

.interestsWrap {
  width: 100%;
  margin-top: 20px;
  padding: 0 45px; }
  .interestsWrap .interests {
    color: #fff;
    font-size: 15px; }

.sliderWrap {
  position: relative; }

.sliderNav {
  overflow: hidden;
  white-space: nowrap;
  /* If JS present, let's hide the default scrollbar */
  /* positioning context for advancers */
  position: relative;
  font-size: 0; }

.js .sliderNav {
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Remove the default scrollbar for WebKit implementations */ }

.js .sliderNav::-webkit-scrollbar {
  display: none; }

.sliderContent {
  float: left;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  position: relative; }

.pn-ProductNav_Contents-no-transition {
  -webkit-transition: none;
  transition: none; }

.sliderWrap .link {
  text-decoration: none;
  font-size: 15px;
  padding: 6px 18px;
  color: #0D506F;
  background: #fff;
  font-family: "SourceSansPro-SemiBold";
  border-radius: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 8px; }
  .sliderWrap .link:first-child {
    margin-left: 0; }

.link.active {
  background: #C4A46B; }

.arrow {
  /* Reset the button */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  /* Now style it as needed */
  position: absolute;
  top: 28px;
  /* Set the buttons invisible by default */
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.arrow:focus {
  outline: 0; }

.arrow:hover {
  cursor: pointer; }

.arrowLeft {
  left: -45px;
  background: url("../images/arrow-next.png") no-repeat;
  width: 15px;
  height: 20px;
  transform: rotate(180deg); }

[data-overflowing="both"] ~ .arrowLeft, [data-overflowing="left"] ~ .arrowLeft {
  opacity: 1; }

.arrowRight {
  right: -45px;
  background: url("../images/arrow-next.png") no-repeat;
  width: 15px;
  height: 20px; }

[data-overflowing="both"] ~ .arrowRight, [data-overflowing="right"] ~ .arrowRight {
  opacity: 1; }

.alphabetWrap {
  overflow: hidden;
  width: 100%; }
  .alphabetWrap ul {
    width: 100%;
    white-space: nowrap;
    overflow: auto; }
    .alphabetWrap ul li {
      display: inline-block; }
      .alphabetWrap ul li a {
        font-size: 18px;
        font-family: "SourceSansPro-Regular";
        color: #464646;
        padding: 0px 15px 15px;
        display: block;
        }
      .alphabetWrap ul li.active a {
               
        color: #052F42;
        border-top-left-radius: 5px;
        font-family: "SourceSansPro-Bold";
        border-top-right-radius: 5px; 
        position: relative;}
        .alphabetWrap ul li.active a:after {
        content:"";
        position:absolute;
        display:block;
        width: 12px;
        height: 3px;
        background: #c89b54;
        left: 34%;
        bottom: 13px;
      }

.filterWrap {
  position: relative;
  }
  .filterWrap .filterIntrest {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    background: #fff;
    z-index: -1;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out 0s;
    padding-bottom: 30px;
    }
    .filterWrap .filterIntrest .interests .checked {
      font-size: 18px;
      margin-top: 10px;
      margin-bottom: 10px;
      cursor: pointer; }
    .filterWrap .filterIntrest.toggle {
      z-index: 9;
      top: 0;
      transition: all 0.3s ease-in-out 0s; }
    .filterWrap .filterIntrest .filterBy span {
      margin-left: 25px; }
    .filterWrap .filterIntrest .filterBy .cancel {
      padding-right: 50px;
      margin-top: 0px;
      font-size: 16px;
      font-family: "SourceSansPro-SemiBold";
      cursor: pointer;
      position: relative;
      display: inline-block; }
      .filterWrap .filterIntrest .filterBy .cancel:after {
        content: "";
        position: absolute;
        right: 0;
        top: -7px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff url("../images/cross_gold.png") no-repeat;
        background-position: center;
        border: 1px solid #C4A46B; }
    .filterWrap .filterIntrest .btns {
      display: block;
      width: 100%;
      text-align: right;
      margin-top: 18px; }
      .filterWrap .filterIntrest .btns span {
        margin-left: 20px; }
  .filterWrap .filters {
    padding: 25px;
    background: #fff;
    border-radius: 5px; }
  .filterWrap .filterBy {
    display: block;
    width: 100%;
    text-align: right;
    height: 45px;
    margin-top: 30px;
    }
    .filterWrap .filterBy .filter {
      padding-right: 50px;
      margin-top: 0px;
      font-size: 16px;
      font-family: "SourceSansPro-SemiBold";
      cursor: pointer;
      position: relative;
	  right:10%;
      display: inline-block; }
      .filterWrap .filterBy .filter:after {
        content: "";
        position: absolute;
        right: 0;
        top: -7px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #f37d4a url("../images/filtericonwhite.png");
        background-position: center;
        background-size: 44px;
        border: 1px solid transparent; }

.cardWrap {
  padding-bottom: 100px; }
  .cardWrap .cardView {
    width: 49.2%;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 50px 30px 20px;
    box-shadow: 0 0 55px -24px #a9a9a9;
    position: relative; }
    .cardWrap .cardView .tag {
      position: relative;
      color: #202020;
      font-size: 20px;
      font-family: "SourceSansPro-SemiBold";
      margin-bottom: 30px;
      display: block; }
      .cardWrap .cardView .tag:after {
        position: absolute;
        content: "";
        left: -20px;
        top: 6px;
        width: 8px;
        height: 18px;
        background: #0D506F; }
    .cardWrap .cardView .imgWrap {
      width: 60px;
      height: 60px;
      overflow: hidden;
      background: #F4F4F4;
      border-radius: 50%; }
      .cardWrap .cardView .imgWrap img {
        width: 100%;
        height: auto; }
    .cardWrap .cardView .media-body {
      margin-left: 25px;
      margin-top: 14px; }
      .cardWrap .cardView .media-body .name {
        width: 70%;
        float: left;
        padding-right: 30px; }
        .cardWrap .cardView .media-body .name span {
          font-size: 20px; }
          .cardWrap .cardView .media-body .name span span {
            font-family: "SourceSansPro-SemiBold";
            margin-right: 10px; }
          .cardWrap .cardView .media-body .name span b {
            font-size: 16px;
            display: inline-block;
            font-family: "SourceSansPro-SemiBold"; }
        .cardWrap .cardView .media-body .name a {
          font-size: 16px;
          color: #202020;
          display: block; }
      .cardWrap .cardView .media-body .addbuddy {
        text-align: right;
        font-size: 12px;
        margin-top: 6px;
        font-family: "SourceSansPro-SemiBold";
        display: inline-block;
        float: right; }
        .cardWrap .cardView .media-body .addbuddy span {
          position: relative;
          border: none;
          background: none;
          color: #C4A46B;
          cursor: pointer; }
          .cardWrap .cardView .media-body .addbuddy span:after {
            position: absolute;
            content: "";
            background: url("../images/addIcon.png") no-repeat;
            width: 25px;
            height: 25px;
            left: -32px;
            top: -4px;
            background-size: cover; }
        .cardWrap .cardView .media-body .addbuddy span.remove {
          position: relative;
          border: none;
          background: none;
          color: #202020;
          cursor: pointer; }
          .cardWrap .cardView .media-body .addbuddy span.remove:after {
            position: absolute;
            content: "";
            background: url("../images/addIcon.png") no-repeat;
            width: 25px;
            height: 25px;
            left: -32px;
            top: -4px;
            background-size: cover;
            transform: rotate(45deg); }
        .cardWrap .cardView .media-body .addbuddy.add span.remove {
          display: block; }
        .cardWrap .cardView .media-body .addbuddy.add span {
          display: none; }
      .cardWrap .cardView .media-body .addbuddy.allreadyAdded {
        opacity: 0.3; }
        .cardWrap .cardView .media-body .addbuddy.allreadyAdded a, .cardWrap .cardView .media-body .addbuddy.allreadyAdded span {
          cursor: inherit; }
      .cardWrap .cardView .media-body .personDetails {
        margin-top: 25px;
        float: left;
        width: 100%; }
        .cardWrap .cardView .media-body .personDetails .table {
          margin: 0;
          border: none;
          border-bottom: 0.3px solid #979797; }
          .cardWrap .cardView .media-body .personDetails .table td {
            vertical-align: middle; }
          .cardWrap .cardView .media-body .personDetails .table .heading {
            display: block;
            font-family: "SourceSansPro-SemiBold"; }
          .cardWrap .cardView .media-body .personDetails .table .imgWrap {
            background: transparent;
            width: 20px;
            height: 20px;
            overflow: hidden; }
            .cardWrap .cardView .media-body .personDetails .table .imgWrap img {
              width: 100%;
              height: auto; }
          .cardWrap .cardView .media-body .personDetails .table td, .cardWrap .cardView .media-body .personDetails .table th {
            border: none;
            padding: 0; }
          .cardWrap .cardView .media-body .personDetails .table th {
            font-size: 12px;
            line-height: 1.25;
            font-family: "SourceSansPro-SemiBold";
            padding-bottom: 2px; }
          .cardWrap .cardView .media-body .personDetails .table tr {
            border-bottom: 0.3px solid #979797; }
            .cardWrap .cardView .media-body .personDetails .table tr:last-child {
              border: none; }
          .cardWrap .cardView .media-body .personDetails .table td {
            padding-right: 10px;
            font-size: 13px;
            line-height: 1.31;
            padding: 20px 10px 20px;
            vertical-align: top; }
            .cardWrap .cardView .media-body .personDetails .table td:first-child {
              padding-left: 0;
              vertical-align: middle; }
            .cardWrap .cardView .media-body .personDetails .table td:last-child {
              padding-right: 0; }
            .cardWrap .cardView .media-body .personDetails .table td a {
              color: #202020; }
          .cardWrap .cardView .media-body .personDetails .table span.hidden {
            font-style: italic;
            color: #9B9B9B;
            font-size: 12px; }
      .cardWrap .cardView .media-body .interests {
        float: left; }

.interests {
  width: 100%;
  display: block;
  margin-top: 18px; }
  .interests p {
    margin-right: 15px;
    font-size: 14px;
    font-family: "SourceSansPro-SemiBold";
    display: block;
    margin-bottom: 0; }
  .interests span {
    display: inline-block;
    margin: 10px 2px 0 0;
    font-size: 16px;
    background: transparent;
    border-radius: 20px;
    color: #202020; }

.filters {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 20px;
  border-radius: 5px; }
  .filters form .form-group {
    display: inline-block;
    margin: 0 15px 0 0;
    }
    .filters form .form-group:last-child {
      margin: 0; }
  .filters form .btns.form-group {
    margin-right: 30px; }
  .filters form .control--checkbox {
    padding-left: 35px; }
  .filters form .inputs {
    width: 13%; }
    .filters form .inputs input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #9B9B9B; }
    .filters form .inputs input::-moz-placeholder {
      /* Firefox 19+ */
      color: #9B9B9B; }
    .filters form .inputs input:-ms-input-placeholder {
      /* IE 10+ */
      color: #9B9B9B; }
    .filters form .inputs input:-moz-placeholder {
      /* Firefox 18- */
      color: #9B9B9B; }

.pagetype .tabWrap, .pagetype .subHeader {
  background: whitesmoke;
  }

.pagelinks ul li {
  display: inline-block;
  margin-right: 25px; }
  .pagelinks ul li a {
    padding: 16px 30px;
    display: block;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase; }
  .pagelinks ul li.active a {
    background: #F4F4F4;
    color: #0D506F;
    border-top-left-radius: 5px;
    font-family: "SourceSansPro-Bold";
    border-top-right-radius: 5px; }

.pageWrap {
  padding: 50px 0; }
  .pageWrap .table {
    margin-bottom: 0;
    border-collapse: collapse !important; }
    .pageWrap .table thead {
      border: 1px solid #67AAC9; }
    .pageWrap .table th {
      background: #67AAC9;
      color: #fff;
      font-size: 21px;
      padding: 15px 20px;
      border: none;
      vertical-align: top; }
    .pageWrap .table td {
      position: relative;
      font-size: 18px;
      padding: 14px 20px 10px;
      border: none;
      vertical-align: middle; }
      .pageWrap .table td:first-child span {
        display: block; }
      .pageWrap .table td:first-child span.img {
        width: 40px;
        height: 40px;
        overflow: hidden;
        margin: 0 auto; }
      .pageWrap .table td:last-child {
        font-size: 24px;
        color: #202020; }
    .pageWrap .table .hide {
      display: none; }
    .pageWrap .table .control__indicator {
      top: -7px; }
    .pageWrap .table tbody {
      border: 1px solid #ddd;
      border-top: none; }
    .pageWrap .table tbody tr:nth-of-type(odd) {
      background: #fff; }
    .pageWrap .table tbody tr:nth-of-type(even) {
      background: #fff; }
  .pageWrap .table.table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
    border-bottom: 2px solid #ddd; }
  .pageWrap .table.table-striped tbody tr:nth-of-type(even) {
    background: #fff;
    border-bottom: 2px solid #ddd; }
  .pageWrap .detailView .table tbody tr:nth-of-type(even) {
    background: #fff; }
  .pageWrap .layout thead, .pageWrap .layout tbody {
    border: none; }
  .pageWrap .layout th {
    background: transparent;
    color: #C4A46B;
    font-size: 18px;
    padding: 15px 20px;
    border: none;
    vertical-align: top; }
  .pageWrap .layout td {
    font-size: 16px;
    padding: 25px 20px;
    color: #052F42;
    border-top: 2px solid #ddd;
    vertical-align: middle; }
    .pageWrap .layout td:last-child {
      font-size: 16px;
      color: #052F42; }
  .pageWrap .layout .btns a {
    display: inline-block;
    margin: 0 15px; }
    .pageWrap .layout .btns a:first-child {
      margin-left: 0; }
    .pageWrap .layout .btns a:last-child {
      margin-right: 0; }
  .pageWrap .layout .pending img {
    float: left;
    display: inline-block; }
  .pageWrap .layout .pending span {
    display: inline-block;
    margin-left: 15px; }
  .pageWrap .layout .approved img {
    float: left;
    display: inline-block; }
  .pageWrap .layout .approved span {
    display: inline-block;
    margin-left: 15px; }
  .pageWrap .layout .innerTable .innerwrap {
    padding: 0 !important; }
    .pageWrap .layout .innerTable .innerwrap tr:nth-of-type(even),
    .pageWrap .layout .innerTable .innerwrap tr:nth-of-type(odd) {
      background: #fff !important; }
  .pageWrap .layout .innerTable th {
    background: transparent;
    color: #9B9B9B;
    font-size: 18px;
    padding: 30px 20px;
    border: none;
    font-family: "SourceSansPro-SemiBold";
    vertical-align: top; }
  .pageWrap .layout .innerTable td {
    font-size: 18px;
    padding: 25px 20px;
    font-family: "SourceSansPro-SemiBold";
    color: #052F42;
    border-top: 0px solid #ddd;
    vertical-align: middle; }
  .pageWrap .layout .innerTable .pending img {
    float: left;
    display: inline-block; }
  .pageWrap .layout .innerTable .pending span {
    display: inline-block;
    margin-left: 15px; }
  .pageWrap .layout .innerTable .approved img {
    float: left;
    display: inline-block; }
  .pageWrap .layout .innerTable .approved span {
    display: inline-block;
    margin-left: 15px; }
  .pageWrap .accordian .icon img {
    cursor: pointer;
    float: right; }
  .pageWrap .accordian[aria-expanded="true"] .icon img {
    cursor: pointer;
    transform: rotate(180deg); }
  .pageWrap .giftcardWrap {
    width: 100%;
    display: block; }
  .pageWrap .buttongroups {
    padding: 0 20px; }
    .pageWrap .buttongroups .button {
      display: inline-block;
      margin-right: 40px;
      border: none;
      background: transparent;
      padding: 0;
      cursor: pointer; }
      .pageWrap .buttongroups .button .imgWrap {
        width: 52px;
        height: 52px;
        background: #C4A46B;
        overflow: hidden;
        border-radius: 50%;
        display: block;
        float: left;
        padding-top: 12px; }
      .pageWrap .buttongroups .button span {
        font-size: 21px;
        font-family: "SourceSansPro-SemiBold";
        padding-left: 10px;
        margin-top: 11px;
        float: left; }
    .pageWrap .buttongroups .button.disabled {
      opacity: 0.32; }
    .pageWrap .buttongroups .button.right {
      float: right;
      margin-right: 0; }
  .pageWrap .guestcardWrap, .pageWrap .buddylistWrap {
    width: 100%;
    display: block; }
  .pageWrap .guestcardWrap .filter {
    width: 100%; }
    .pageWrap .guestcardWrap .filter form {
      width: 100%; }
      .pageWrap .guestcardWrap .filter form .form-group {
        width: 15%;
        text-align: right;
        vertical-align: middle; }
        .pageWrap .guestcardWrap .filter form .form-group:last-child {
          width: auto; }
      .pageWrap .guestcardWrap .filter form .input-daterange input {
        background: url("../images/calender.png") no-repeat;
        background-position: center right;
        text-align: left;
        border-radius: 5px; }
      .pageWrap .guestcardWrap .filter form .custom-select {
        background: url("../images/down_arrow.png") no-repeat;
        background-position: 96% center;
        background-size: 18px; }
  .pageWrap .btnGroup {
    margin-bottom: 25px; }
    .pageWrap .btnGroup .btns button {
      margin-left: 15px; }
    .pageWrap .btnGroup .text {
      padding-right: 20px; }
      .pageWrap .btnGroup .text p {
        line-height: 1.2;
        margin-bottom: 0;
        font-style: italic; }
  .pageWrap .filters {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding: 25px;
    background: #fff;
    border-radius: 5px; }
    .pageWrap .filters .filter form, .pageWrap .filters .filter .checkbox {
      display: inline-block;
      margin-bottom: 0; }
    .pageWrap .filters .filter .form-group {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 20px; }
      .pageWrap .filters .filter .form-group:last-child {
        margin-right: 0; }
    .pageWrap .filters .filter .checkbox {
      margin-left: 25px; }
      .pageWrap .filters .filter .checkbox .control--checkbox {
        padding-left: 35px; }
    .pageWrap .filters .buttongroups {
      padding: 0; }
      .pageWrap .filters .buttongroups .btn {
        margin-left: 20px;
        padding: 5px 10px; }
  .pageWrap .detailView {
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    float: left; }
    .pageWrap .detailView .control--checkbox label {
      display: none; }
  .pageWrap .buddylistWrap .detailView {
    overflow: hidden; }
  .pageWrap .back a {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #C4A46B;
    font-size: 21px;
    font-family: "SourceSansPro-SemiBold";
    display: inline-block;
    position: relative;
    padding-left: 15px; }
    .pageWrap .back a:after {
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      background: url("../images/arrow-next.png") no-repeat;
      width: 12px;
      height: 22px;
      display: block;
      transform: rotate(180deg); }
  .pageWrap .back h4 {
    font-size: 18px;
    font-family: "SourceSansPro-SemiBold";
    padding-left: 15px; }
  .pageWrap .guestname {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 100px; }
    .pageWrap .guestname h5 {
      font-size: 18px;
      color: #4A4A4A; }
  .pageWrap .updation {
    margin-top: 10px;
    padding: 0 15px; }
    .pageWrap .updation form {
      padding-bottom: 10px; }
    .pageWrap .updation .form-group {
      width: 40%;
      margin-top: 10px;
      margin-bottom: 20px;
      margin-right: 5%; }
      .pageWrap .updation .form-group:last-child {
        margin-right: 0; }
      .pageWrap .updation .form-group .input-daterange input {
        background: url("../images/calender.png") no-repeat;
        background-position: center right;
        text-align: left;
        border-radius: 5px; }
      .pageWrap .updation .form-group .custom-select {
        background: url("../images/down_arrow.png") no-repeat;
        background-position: 96% center;
        background-size: 18px; }
    .pageWrap .updation .radiolabel {
      width: 55%; }
      .pageWrap .updation .radiolabel .label {
        display: block;
        margin-bottom: 12px; }
      .pageWrap .updation .radiolabel .control--radio {
        padding-left: 25px;
        margin-right: 15px; }
    .pageWrap .updation .guest {
      border-top: 1px solid #ddd;
      padding-top: 20px;
      margin-top: 10px;
      margin-bottom: 40px; }
      .pageWrap .updation .guest table td {
        padding-bottom: 10px;
        font-size: 18px; }
    .pageWrap .updation .btns .block button {
      margin-left: 15px; }
    .pageWrap .updation .btns .block p {
      font-size: 14px;
      color: #9B9B9B; }
  .pageWrap .addRequest {
    padding-top: 10px; }
    .pageWrap .addRequest .form-group {
      width: 16%;
      margin-bottom: 20px; }
    .pageWrap .addRequest .upLoad {
      background: #F4F4F4;
      border: 1px solid #ddd;
      border-radius: 5px;
      height: 164px;
      text-align: center;
      overflow: hidden;
      position: relative;
      cursor: pointer; }
      .pageWrap .addRequest .upLoad img {
        width: 100%;
        height: auto; }
      .pageWrap .addRequest .upLoad .btn {
        position: relative;
        top: 64px; }
    .pageWrap .addRequest p {
      font-size: 14px; }

.collapseContainer .inputClubed {
  position: relative; }
.collapseContainer .innerwrap {
  position: relative;
  background: #fff;
  padding: 50px 75px;
  border: 1px solid #ddd;
  margin-top: 25px;
  border-radius: 10px; }
  .collapseContainer .innerwrap .addguestAppend {
    font-size: 16px;
    font-family: "SourceSansPro-SemiBold";
    color: #C4A46B;
    cursor: pointer;
    margin-top: 35px;
    margin-left: 30px; }
  .collapseContainer .innerwrap .removeGuest {
    background: url(../images/close.png) no-repeat;
    margin-top: 35px;
    margin-left: 30px;
    display: block;
    position: absolute;
    right: -56px;
    width: 30px;
    height: 30px;
    background-size: 100%;
    cursor: pointer; }
  .collapseContainer .innerwrap .footerbuttons {
    display: block;
    margin-top: 30px;
    padding-top: 45px;
    border-top: 2px solid #ddd;
    text-align: right; }
    .collapseContainer .innerwrap .footerbuttons button {
      margin: 0 12px; }
      .collapseContainer .innerwrap .footerbuttons button:last-child {
        margin-right: 0; }
  .collapseContainer .innerwrap .form {
    width: 100%;
    margin-bottom: 15px;
    float: left; }
    .collapseContainer .innerwrap .form .inputClubed {
      width: 58%;
      float: left; }
      .collapseContainer .innerwrap .form .inputClubed .form-group {
        width: 30%;
        float: left; }
    .collapseContainer .innerwrap .form .datepickerClubed {
      width: 39%;
      float: right; }
      .collapseContainer .innerwrap .form .datepickerClubed .form-group {
        width: 46%;
        float: left; }
    .collapseContainer .innerwrap .form label {
      color: #052F42;
      font-size: 16px;
      font-family: "SourceSansPro-SemiBold"; }
    .collapseContainer .innerwrap .form input, .collapseContainer .innerwrap .form .form-control {
      border-radius: 5px;
      border: 2px solid #052F42;
      padding: 2px 16px;
      font-size: 18px;
      font-family: "SourceSansPro-SemiBold";
      color: #202020; }
    .collapseContainer .innerwrap .form .form-control.custom-select {
      height: 35px; }
    .collapseContainer .innerwrap .form .input-daterange input {
      text-align: left;
      background: url("../images/calender.png") no-repeat;
      background-position: right 1px; }
.collapseContainer .innerwrap:after, .collapseContainer .innerwrap:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
.collapseContainer .innerwrap:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px; }
.collapseContainer .innerwrap:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 16px;
  margin-left: -16px; }
.collapseContainer .addGuest .innerwrap:after, .collapseContainer .addGuest .innerwrap:before, .collapseContainer .mailbuddy .innerwrap:after, .collapseContainer .mailbuddy .innerwrap:before {
  left: 3.7%; }
.collapseContainer .requestGuest .innerwrap:after, .collapseContainer .requestGuest .innerwrap:before, .collapseContainer .addbuddy .innerwrap:after, .collapseContainer .addbuddy .innerwrap:before {
  left: 20.8%; }

.collapseContainer .requestGuest .innerwrap .form .datepickerClubed {
  width: 64%; }

.requestGuest .totalCount {
  width: 100%; }
  .requestGuest .totalCount td {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 18px;
    color: #202020; }
    .requestGuest .totalCount td:nth-child(2) {
      color: #052F42; }
.requestGuest .total {
  margin-top: 15px;
  border-top: 2px solid #ddd;
  width: 30%;
  float: right; }
  .requestGuest .total tbody {
    padding-top: 20px; }
  .requestGuest .total td {
    padding-top: 20px;
    font-size: 20px;
    color: #9B9B9B; }
    .requestGuest .total td:first-child {
      padding-left: 100px; }
    .requestGuest .total td strong {
      font-family: "SourceSansPro-Bold"; }
.requestGuest .select a {
  padding: 4px 20px; }

.buddylistWrap {
  width: 100%;
  float: left;
  display: block;
  position: relative; }
  .buddylistWrap .mailbuddy .mailwrap {
    position: relative; }
    .buddylistWrap .mailbuddy .mailwrap .input-group {
      border-bottom: 1px solid #ddd;
      padding-bottom: 30px; }
      .buddylistWrap .mailbuddy .mailwrap .input-group .input-group-text {
        background: transparent;
        border: none;
        font-size: 21px;
        padding: 0; }
    .buddylistWrap .mailbuddy .mailwrap input {
      border: none;
      padding: 6px 20px;
      font-size: 21px; }
    .buddylistWrap .mailbuddy .mailwrap textarea {
      margin-top: 12px;
      width: 100%;
      height: 100px;
      border: none;
      font-size: 21px;
      padding: 0; }
    .buddylistWrap .mailbuddy .mailwrap .btnwrap {
      text-align: center;
      border-top: 1px solid #ddd;
      padding-top: 20px; }
    .buddylistWrap .mailbuddy .mailwrap .cancel {
      position: absolute;
      right: -54px;
      top: -30px;
      border: none;
      background: none;
      cursor: pointer;
      width: 25px;
      height: 25px;
      padding: 0; }
      .buddylistWrap .mailbuddy .mailwrap .cancel img {
        width: 100%;
        height: auto; }
    .buddylistWrap .mailbuddy .mailwrap .input-group-text {
      align-items: start; }
  .buddylistWrap .addbuddy {
    position: absolute;
    right: -512px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 8;
    width: 512px;
    padding: 96px 34px 0;
    transition: all 0.3s linear 0s; }
    .buddylistWrap .addbuddy .innerwrap {
      height: 100%; }
    .buddylistWrap .addbuddy .btns {
      margin-top: 20px;
      margin-bottom: 30px;
      text-align: right; }
      .buddylistWrap .addbuddy .btns button {
        font-size: 15px;
        padding: 2px 10px; }
    .buddylistWrap .addbuddy .searchlist {
      margin-top: 30px;
      padding: 0 15px; }
      .buddylistWrap .addbuddy .searchlist .imgWrap {
        width: 34px;
        height: 34px;
        overflow: hidden;
        border-radius: 50%;
        background: #F4F4F4;
        margin-right: 20px; }
        .buddylistWrap .addbuddy .searchlist .imgWrap img {
          width: 100%;
          height: auto; }
      .buddylistWrap .addbuddy .searchlist .media {
        margin-bottom: 15px; }
        .buddylistWrap .addbuddy .searchlist .media:last-child .media-body {
          border-bottom: none; }
      .buddylistWrap .addbuddy .searchlist .media-body {
        border-bottom: 1px solid #ddd;
        position: relative; }
        .buddylistWrap .addbuddy .searchlist .media-body h5 {
          margin-bottom: 10px;
          padding-top: 5px;
          font-size: 18px;
          padding-right: 40px; }
        .buddylistWrap .addbuddy .searchlist .media-body .add {
          position: absolute;
          width: 26px;
          height: 26px;
          background: url("../images/add.png") no-repeat;
          background-position: center center;
          position: absolute;
          right: 0;
          top: 2px;
          background-size: contain;
          cursor: pointer; }
    .buddylistWrap .addbuddy .close {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 26px;
      height: 26px;
      background: url("../images/cross_gold.png") no-repeat;
      background-position: center center;
      background-size: 70%;
      opacity: 1;
      cursor: pointer; }
    .buddylistWrap .addbuddy .select {
      background: #F4F4F4;
      border-radius: 5px;
      margin-bottom: 6px; }
      .buddylistWrap .addbuddy .select a {
        font-size: 16px;
        padding: 2px 30px 2px 15px;
        margin: 4px 0px 4px 10px; }
      .buddylistWrap .addbuddy .select .remove {
        width: 12px;
        height: 12px;
        position: absolute;
        right: 10px;
        top: 10px;
        background: url("../images/close.png") no-repeat;
        background-size: cover; }
    .buddylistWrap .addbuddy input {
      background: #F4F4F4;
      font-size: 16px;
      border: none;
      border-radius: 5px; }
    .buddylistWrap .addbuddy .input-group-append .btn {
      background: #F4F4F4 url("../images/Icon_search.png") no-repeat;
      background-position: center;
      width: 40px;
      border-color: #F4F4F4; }
    .buddylistWrap .addbuddy textarea {
      background: #F4F4F4;
      border: none;
      width: 100%;
      font-size: 16px;
      border-radius: 5px;
      min-height: 80px; }
    .buddylistWrap .addbuddy textarea:focus, .buddylistWrap .addbuddy input:focus {
      background: #F4F4F4; }
  .buddylistWrap .toggle.addbuddy {
    right: 0;
    transition: all 0.3s linear 0s; }

.buddylist {
  padding: 10px 0px;
  float: left;
  width: 100%;
  min-height: 800px; }
  .buddylist .buddy {
    width: 21%;
    float: left;
    margin: 0 2% 10px; }
    .buddylist .buddy .check {
      width: 40px;
      height: 60px;
      margin-top: 10px; }
    .buddylist .buddy .imgWrap {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: hidden;
      background: #F4F4F4; }
      .buddylist .buddy .imgWrap img {
        width: 100%;
        height: auto; }
    .buddylist .buddy .name {
      padding: 20px 0px 20px 20px;
      position: relative;
      min-height: 120px;
      display: flex;
      align-items: center; }
      .buddylist .buddy .name h5 {
        font-size: 21px;
        margin-bottom: 0; }
      .buddylist .buddy .name .remove {
        position: absolute;
        right: 0;
        top: 15px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #F4F4F4 url("../images/remove.png") no-repeat;
        background-position: center center;
        cursor: pointer; }

.select {
  display: block; }
  .select a {
    display: inline-block;
    padding: 4px 40px 4px 20px;
    margin-bottom: 20px;
    border-radius: 25px;
    border: 1px solid #67AAC9;
    font-size: 21px;
    margin-right: 20px;
    color: #202020;
    position: relative; }
    .select a .remove {
      width: 12px;
      height: 12px;
      position: absolute;
      right: 16px;
      top: 15px;
      background: url("../images/close.png") no-repeat;
      background-size: cover; }

.selectedItem.select {
  margin-bottom: 0;
  margin-left: 20px; }
  .selectedItem.select a {
    margin-bottom: 0; }

.profileWrap {
  padding: 40px 50px 30px;
  margin-top: 75px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  float: left; }
  .profileWrap .profile {
    width: 100%;
    display: block;
    float: left;
    margin-top: -115px; }
    .profileWrap .profile .imgWrap {
      width: 201px;
      height: 201px;
      overflow: hidden;
      border-radius: 50%;
      padding: 20px;
      background: #fff;
      box-shadow: 0 9px 9px -8px rgba(0, 0, 0, 0.5);
      float: left;
      margin-left: -20px; }
      .profileWrap .profile .imgWrap img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
    .profileWrap .profile .edit {
      float: right;
      /* margin-top: 115px;*/ } 
      .profileWrap .profile .edit button, .profileWrap .profile .edit a {
        font-size: 21px;
        padding: 3px 36px; }
  .profileWrap .membername {
    margin-top: 115px;
    display: block; }
    .profileWrap .membername span:nth-child(1) {
      font-size: 36px;
      font-family: "SourceSansPro-Bold"; }
    .profileWrap .membername span:nth-child(2) {
      font-size: 36px;
      font-family: "SourceSansPro-Regular";
      margin-left: 5px; }
    .profileWrap .membername span:nth-child(3) {
      font-size: 20px;
      font-family: "SourceSansPro-SemiBold";
      color: #417505;
      margin-left: 20px; }
    .profileWrap .membername .gender {
      font-size: 20px;
      display: block; }
  .profileWrap .personalDetails {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left; }
    .profileWrap .personalDetails .media {
      width: 25%;
      float: left; }
    .profileWrap .personalDetails .imgWrap {
      margin-right: 28px; }
    .profileWrap .personalDetails .media-body {
      margin-top: 6px; }
    .profileWrap .personalDetails h5 {
      margin-bottom: 0;
      font-size: 16px; }
    .profileWrap .personalDetails h3 {
      margin-bottom: 0;
      font-size: 21px;
      font-family: "SourceSansPro-SemiBold"; }
    .profileWrap .personalDetails .on {
      color: #417505; }
  .profileWrap .address {
    float: left;
    width: 100%;
    padding-top: 30px; }
    .profileWrap .address .addressWrap {
      width: 25%;
      float: left;
      padding-right: 50px; }
      .profileWrap .address .addressWrap .imgWrap {
        min-height: 50px; }
    .profileWrap .address img {
      display: block; }
    .profileWrap .address span {
      display: block;
      font-size: 16px; }
    .profileWrap .address p {
      display: block;
      font-size: 21px;
      font-family: "SourceSansPro-SemiBold";
      margin-bottom: 30px; }
    .profileWrap .address a {
      display: block;
      margin-bottom: 15px;
      font-size: 18px;
      font-family: "SourceSansPro-SemiBold";
      color: #202020; }
    .profileWrap .address i {
      font-size: 21px;
      color: #ddd; }
    .profileWrap .address .mailaddress {
      font-size: 16px;
      padding-left: 60px;
      position: relative; }
      .profileWrap .address .mailaddress:after {
        position: absolute;
        content: "";
        left: 0;
        width: 45px;
        height: 3px;
        background: #C4A46B;
        top: 8px; }
  .profileWrap .border-bottom {
    border-bottom: 1px solid #ddd; }
  .profileWrap .addOns {
    margin: 30px 0 60px;
    float: left;
    width: 100%; }
    .profileWrap .addOns .addressWrap {
      width: 30%;
      float: left;
      padding-right: 50px; }
      .profileWrap .addOns .addressWrap .imgWrap {
        min-height: 50px; }
    .profileWrap .addOns span {
      display: block;
      font-size: 16px; }
    .profileWrap .addOns p {
      display: block;
      font-size: 21px;
      font-family: "SourceSansPro-SemiBold";
      margin-bottom: 15px; }
  .profileWrap .interests p {
    font-size: 16px;
    margin-bottom: 0px;
    clear: both;
    display: block;
    font-family: "SourceSansPro-Regular";
    margin-right: 15px; }
  .profileWrap .interests span {
    display: inline-block;
    margin: 0px 2px 0 0;
    font-size: 21px;
    background: transparent;
    font-family: "SourceSansPro-SemiBold";
    color: #202020; }
  .profileWrap .interests {
    margin-top: 30px;
    float: left; }

.editform {
  position: relative; }
  .editform .print {
    position: absolute;
    right: 0;
    top: 0; }
    .editform .print ul li {
      display: inline-block; }
      .editform .print ul li a {
        font-size: 20px;
        font-family: "SourceSansPro-SemiBold";
        color: #C4A46B;
        margin-left: 50px;
        text-transform: uppercase;
        position: relative;
        padding-left: 40px; }
        .editform .print ul li a:after {
          content: "";
          position: absolute;
          left: 0;
          width: 24px;
          height: 24px;
          top: 3px; }
        .editform .print ul li a.print:after {
          background: url("../images/print.png") no-repeat;
          background-size: contain; }
        .editform .print ul li a.export:after {
          background: url("../images/export_calendar.png") no-repeat;
          background-size: contain;
          top: 0; }
  .editform .edit {
    padding: 0 0 0 20px;
    float: left;
    width: 84%; }
    .editform .edit .memberID_notiy {
      width: 100%;
      float: left;
      border-bottom: 1px solid #ddd;
      margin-bottom: 15px;
      padding-bottom: 15px; }
      .editform .edit .memberID_notiy .memberID {
        display: block;
        float: left;
        width: 30%;
        text-align: left; }
    .editform .edit .upload {
      color: #f37d4a;
      font-size: 21px;
      font-family: "SourceSansPro-SemiBold";
      position: relative;
      padding-left: 42px;
      cursor: pointer;
      }
      .editform .edit .upload:after {
        position: absolute;
        content: "";
        left: 0;
        width: 28px;
        height: 28px;
        background: url("../images/edit.png") no-repeat;
        background-position: center center;
        background-size: cover; }
    .editform .edit input {
      display: none; }
  .editform .notification {
    display: inline-block;
    float: right; }
  .editform .checkbox {
    display: inline-block;
    font-size: 21px; }
    .editform .checkbox .control {
      padding-left: 35px; }
  .editform .notify {
    display: inline-block;
    margin-left: 30px; }
    .editform .notify .icon {
      position: relative;
      font-size: 18px; }
    .editform .notify .switch {
      float: left;
      margin: 2px 20px 0 0; }
  .editform .personalDetails {
    border: none; }
    .editform .personalDetails .form-group {
      width: 18%;
      float: left;
      margin-right: 2%; }
      .editform .personalDetails .form-group label {
        display: block;
        font-size: 16px;
        font-family: "SourceSansPro-SemiBold"; }
      .editform .personalDetails .form-group .imgWrap {
        display: inline-block;
        float: left;
        margin-right: 15px;
        position: relative;
        top: 18px; }
      .editform .personalDetails .form-group .anniversary {
        width: 65%;
        float: left; }
        .editform .personalDetails .form-group .anniversary input {
          display: inline-block;
          width: 40%;
          float: left;
          text-align: center; }
          .editform .personalDetails .form-group .anniversary input:last-child {
            float: right; }
      .editform .personalDetails .form-group input {
        border: 1px solid #ddd; }
      .editform .personalDetails .form-group .control--radio {
        display: inline-block;
        width: 40%;
        padding-left: 30px;
        margin-top: 6px; }
  .editform .name {
    margin-top: 0;
    float: left;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px; }
    .editform .name .nameGender .selectbox {
      margin-top: 32px; }
    .editform .name .imgWrap {
      min-height: 50px; }
    .editform .name .form-group {
      width: 18%;
      float: left;
      margin-right: 2%; }
    .editform .name label {
      display: block;
      font-size: 16px;
      font-family: "SourceSansPro-SemiBold"; }
  .editform .phoneNumbers {
    margin-top: 30px;
    float: left;
    width: 100%;
    display: block; }
    .editform .phoneNumbers .form-group {
      width: 18%;
      float: left;
      margin-right: 2%; }
    .editform .phoneNumbers label {
      display: block;
      font-size: 16px;
      font-family: "SourceSansPro-SemiBold"; }
    .editform .phoneNumbers .toggle {
      position: relative; }
      .editform .phoneNumbers .toggle label {
        display: inline-block; }
      .editform .phoneNumbers .toggle .switch {
        top: 5px; }
  .editform .emailAddress, .editform .sendTo, .editform .bocaAddres {
    margin-top: 30px;
    float: left;
    width: 100%;
    display: block; }
    .editform .emailAddress .form-group, .editform .sendTo .form-group, .editform .bocaAddres .form-group {
      width: 18%;
      float: left;
      margin-right: 2%; }
    .editform .emailAddress label, .editform .sendTo label, .editform .bocaAddres label {
      display: block;
      font-size: 16px;
      font-family: "SourceSansPro-SemiBold"; }
    .editform .emailAddress .toggle, .editform .sendTo .toggle, .editform .bocaAddres .toggle {
      position: relative; }
      .editform .emailAddress .toggle label, .editform .sendTo .toggle label, .editform .bocaAddres .toggle label {
        display: inline-block; }
      .editform .emailAddress .toggle .switch, .editform .sendTo .toggle .switch, .editform .bocaAddres .toggle .switch {
        top: 5px; }
    .editform .emailAddress .checkbox, .editform .sendTo .checkbox, .editform .bocaAddres .checkbox {
      margin-top: 10px; }
      .editform .emailAddress .checkbox label, .editform .sendTo .checkbox label, .editform .bocaAddres .checkbox label {
        font-size: 14px;
        font-family: "SourceSansPro-Regular"; }
      .editform .emailAddress .checkbox .control__indicator, .editform .sendTo .checkbox .control__indicator, .editform .bocaAddres .checkbox .control__indicator {
        top: 0; }
    .editform .emailAddress .custom-select, .editform .sendTo .custom-select, .editform .bocaAddres .custom-select {
      background: url("../images/down_arrow.png") no-repeat;
      background-position: 95% center;
      background-size: 18px; }
    .editform .emailAddress p, .editform .sendTo p, .editform .bocaAddres p {
      font-size: 21px;
      font-family: "SourceSansPro-SemiBold";
      margin-bottom: 0; }
  .editform .address_password {
    margin-top: 45px;
    float: left;
    width: 100%;
    display: block; }
    .editform .address_password .add-ress, .editform .address_password .password {
      width: 50%;
      float: left; }
      .editform .address_password .add-ress .imgWrap, .editform .address_password .password .imgWrap {
        min-height: 50px; }
      .editform .address_password .add-ress .noborder input, .editform .address_password .password .noborder input {
        border-color: transparent; }
      .editform .address_password .add-ress .form-group, .editform .address_password .password .form-group {
        width: 36%;
        float: left;
        margin-right: 14%; }
    .editform .address_password label {
      display: block;
      font-size: 16px;
      font-family: "SourceSansPro-SemiBold"; }
    .editform .address_password .control--radio {
      display: inline-block;
      padding-left: 30px; }
    .editform .address_password p {
      font-family: "SourceSansPro-Regular";
      font-size: 21px; }
    .editform .address_password .newpassword {
      width: 100%;
      display: block;
      float: left; }
  .editform .otherAddress_interest {
    margin-top: 45px;
    float: left;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd; }
    .editform .otherAddress_interest .toggle {
      position: relative; }
      .editform .otherAddress_interest .toggle label {
        display: inline-block; }
      .editform .otherAddress_interest .toggle .switch {
        top: 5px; }
    .editform .otherAddress_interest .checkbox {
      margin-bottom: 20px; }
      .editform .otherAddress_interest .checkbox label {
        font-size: 18px;
        font-family: "SourceSansPro-Regular"; }
      .editform .otherAddress_interest .checkbox .control__indicator {
        top: 4px; }
    .editform .otherAddress_interest .otheraddress {
      width: 43%;
      float: left;
      margin-bottom: 30px; }
      .editform .otherAddress_interest .otheraddress .addWrap {
        width: 96%;
        margin-right: 4%;
        float: left;
        background: #F4F4F4;
        padding: 40px 35px; }
      .editform .otherAddress_interest .otheraddress .blocks .form-group {
        width: 100%; }
      .editform .otherAddress_interest .otheraddress .inline .form-group {
        float: left; }
        .editform .otherAddress_interest .otheraddress .inline .form-group:nth-child(even) {
          width: 50%;
          float: left; }
        .editform .otherAddress_interest .otheraddress .inline .form-group:nth-child(odd) {
          width: 40%;
          float: right; }
      .editform .otherAddress_interest .otheraddress .inline .custom-select {
        background: #fff url("../images/down_arrow.png") no-repeat;
        background-position: 95% center;
        background-size: 18px; }
    .editform .otherAddress_interest label {
      font-size: 16px;
      font-family: "SourceSansPro-SemiBold"; }
    .editform .otherAddress_interest .control--radio {
      display: inline-block;
      padding-left: 30px; }
    .editform .otherAddress_interest .form-group {
      margin-bottom: 30px; }
    .editform .otherAddress_interest .addmore {
      display: block;
      margin-top: 20px;
      font-size: 20px;
      float: left;
      display: inline-block;
      color: #C4A46B;
      cursor: pointer; }
  .editform input {
    border: 1px solid #ddd; }
  .editform .eye {
    position: absolute;
    cursor: pointer;
    top: 54%;
    right: -40px;
    width: 28px;
    height: 28px;
    background: url("../images/eye.png") no-repeat;
    background-size: cover;
    background-position: center center; }
  .editform .eye.eyedisabl {
    background: url("../images/eyedisable.png") no-repeat;
    background-size: cover;
    background-position: center center; }
  .editform .address_password .eye, .editform .otherAddress_interest .eye {
    top: 1px; }
  .editform .blocks {
    width: 100%;
    display: block; }
  .editform .profileWrap {
    padding-bottom: 20px; }
  .editform .btns {
    width: 100%;
    display: block;
    float: left;
    margin-top: 50px;
    text-align: center; }
    .editform .btns button {
      margin: 0 16px;
      font-size: 21px; }
  .editform .interests {
    margin-top: 0; }
    .editform .interests a {
      font-size: 16px; }
      .editform .interests a.active {
        background: #fff;
        color: #67AAC9; }
    .editform .interests .interest {
      margin-top: 30px; }
      .editform .interests .interest p {
        color: #4A4A4A; }
        .editform .interests .interest p strong {
          color: #202020;
          font-family: "SourceSansPro-Bold"; }
      .editform .interests .interest .checkbox {
        margin-right: 30px;
        margin-bottom: 10px; }
        .editform .interests .interest .checkbox label {
          font-size: 16px; }

.profilePrint {
  position: relative;
  width: 100%; }
  .profilePrint .print {
    position: absolute;
    right: 0;
    top: 0; }
    .profilePrint .print ul li {
      display: inline-block; }
      .profilePrint .print ul li a {
        font-size: 20px;
        font-family: "SourceSansPro-SemiBold";
        color: #C4A46B;
        margin-left: 50px;
        position: relative;
        padding-left: 40px; }
        .profilePrint .print ul li a:after {
          content: "";
          position: absolute;
          left: 0;
          width: 24px;
          height: 24px;
          top: 3px; }
        .profilePrint .print ul li a.print:after {
          background: url("../images/print.png") no-repeat;
          background-size: contain; }
        .profilePrint .print ul li a.export:after {
          background: url("../images/export_calendar.png") no-repeat;
          background-size: contain;
          top: 0; }

.admin .subHeader h1 .back {
  width: 15px;
  height: 22px;
  background: url("../images/arrow-next.png") no-repeat;
  transform: rotate(180deg);
  display: inline-block; }
.admin header.header {
  background: #ffffff; }
.admin .headUsersection .profile .name {
  color: #685a5c; }
.admin header.header .headUsersection {
  text-align: right;
  float: none; }
  .admin header.header .headUsersection .search {
    display: inline-block;
    width: 46%;
    margin-right: 30px;
    position: relative;
    top: -6px; }
.admin .headUsersection .profile {
  float: none; }
.admin .navigation .navbar-nav .nav-item a {
  color: #fff; }
.admin .navigation .navbar-nav .nav-item a:hover {
  color: #C4A46B; }
.admin .navigation .navbar-nav .nav-item a.dropdown-item {
  color: #202020; }
  .admin .navigation .navbar-nav .nav-item a.dropdown-item:hover {
    color: #C4A46B; }
.admin .navigation .navbar-nav .nav-item.active a {
  color: #C4A46B; }
.admin .calendar .legends ul li {
  float: right;
  margin: 0px 0 20px 30px; }
.admin .registrationStatus {
  float: left;
  width: 100%;
  display: block;
  background: #fff;
  padding: 35px 0; }
  .admin .registrationStatus .selectBox {
    text-align: right; }
    .admin .registrationStatus .selectBox select {
      margin-left: 30px;
      background: #F4F4F4 url("../images/down_arrow.png") no-repeat;
      background-position: 96% center;
      font-size: 18px;
      font-family: 'SourceSansPro-SemiBold';
      border: none; }
    .admin .registrationStatus .selectBox .custom-select:focus {
      box-shadow: none;
      outline: none; }
  .admin .registrationStatus .grouping {
    width: 100%; }
    .admin .registrationStatus .grouping .btns {
      width: 35%; }
      .admin .registrationStatus .grouping .btns button {
        margin-right: 20px; }
        .admin .registrationStatus .grouping .btns button:last-child {
          margin-right: 0; }
    .admin .registrationStatus .grouping .checkboxs {
      width: 25%;
      position: relative;
      top: 5px; }
      .admin .registrationStatus .grouping .checkboxs .checkbox {
        display: inline-block;
        float: left;
        margin-right: 20px; }
        .admin .registrationStatus .grouping .checkboxs .checkbox .img {
          width: 20px;
          height: 20px;
          margin-right: 10px;
          display: inline-block; }
          .admin .registrationStatus .grouping .checkboxs .checkbox .img img {
            width: 100%;
            height: auto; }
        .admin .registrationStatus .grouping .checkboxs .checkbox:last-child {
          margin-right: 0; }
        .admin .registrationStatus .grouping .checkboxs .checkbox .control--checkbox {
          padding-left: 30px; }
    .admin .registrationStatus .grouping .selectBox {
      width: 40%; }
      .admin .registrationStatus .grouping .selectBox select {
        width: 45%; }
        .admin .registrationStatus .grouping .selectBox select:first-child {
          margin-left: 0; }
.admin .eventWrap {
  padding: 50px 0;
  /* float: left; */
  width: 100%;
  display: block;
  background: #F4F4F4;
  }
  .admin .eventWrap .tabs {
    width: 100%;
    margin-bottom: 45px; }
    .admin .eventWrap .tabs ul li {
      display: inline-block;
      margin-right: 50px;
      border-bottom: 3px solid transparent; }
      .admin .eventWrap .tabs ul li a {
        font-size: 26px;
        color: #C4A46B;
        padding-bottom: 5px;
        display: block; }
      .admin .eventWrap .tabs ul li.active {
        border-color: #C4A46B; }
      .admin .eventWrap .tabs ul li.active a {
        color: #202020; }
      .admin .eventWrap .tabs ul li:last-child {
        margin-right: 0;
        float: right; }
        .admin .eventWrap .tabs ul li:last-child a {
          font-size: 21px; }
  .admin .eventWrap .actionButton {
    display: block;
    width: 100%;
    text-align: right;
    margin: 0px 0 20px 0; }
    .admin .eventWrap .actionButton button {
      margin-left: 20px; }
    .admin .eventWrap .actionButton .list {
      float: left;
      display: inline-block;
      position: relative;
      top: -8px; }
      .admin .eventWrap .actionButton .list li {
        text-align: left;
        display: inline-block;
        margin-right: 50px; }
        .admin .eventWrap .actionButton .list li span {
          font-size: 18px; }
        .admin .eventWrap .actionButton .list li:first-child span {
          font-size: 28px;
          font-family: "PlayfairDisplay-Regular"; }
        .admin .eventWrap .actionButton .list li:last-child {
          margin-right: 0; }
  .admin .eventWrap .tableWrap {
    width: 100%;
    /* float: left; */
    display: block;
    }
    .admin .eventWrap .tableWrap .dataTables_wrapper {
      padding: 0; }
    .admin .eventWrap .tableWrap .table {
      border-collapse: collapse !important; }
      .admin .eventWrap .tableWrap .table .selected {
        background: rgba(103, 170, 201, 0.24); }
      .admin .eventWrap .tableWrap .table th {
        background: #67AAC9;
        color: #fff;
        font-size: 18px;
        padding: 15px 20px;
        border: none;
        vertical-align: top; }
      .admin .eventWrap .tableWrap .table tr {
        background: #fff; }
      .admin .eventWrap .tableWrap .table tr.selected .custom-select {
        background: #fff url(../images/down_arrow.png) no-repeat;
        background-position: 94% 12px;
        background-size: 10%; }
      .admin .eventWrap .tableWrap .table td {
        color: #202020;
        font-size: 18px;
        padding: 15px 20px;
        border-top: 5px solid #F4F4F4; }
        .admin .eventWrap .tableWrap .table td span {
          display: block; }
          .admin .eventWrap .tableWrap .table td span a {
            color: #C4A46B; }
        .admin .eventWrap .tableWrap .table td .datelist {
          cursor: pointer;
          word-break: break-all; }
      .admin .eventWrap .tableWrap .table .Aright {
        text-align: right; }
      .admin .eventWrap .tableWrap .table .Aleft {
        text-align: left; }
      .admin .eventWrap .tableWrap .table .Acenter {
        text-align: center; }
      .admin .eventWrap .tableWrap .table .light {
        font-size: 18px;
        color: #9B9B9B; }
      .admin .eventWrap .tableWrap .table .registration {
        width: 36px;
        height: 36px;
        margin: 0 auto;
        font-size: 16px;
        background: #69bc08;
        border-radius: 50%;
        color: #fff;
        padding-top: 5px;
        text-align: center;
        padding: 0px;
        color: #fff !important;
        }
      .admin .eventWrap .tableWrap .table .waiting {
        width: 36px;
        height: 36px;
        margin: 0 auto;
        font-size: 16px;
        background: #f2a43f;
        border-radius: 50%;
        color: #fff;
        padding-top: 5px; }
      .admin .eventWrap .tableWrap .table .cancel {
        width: 36px;
        height: 36px;
        margin: 0 auto;
        font-size: 16px;
        background: #e64f61;
        border-radius: 50%;
        color: #fff;
        padding-top: 5px; }
      .admin .eventWrap .tableWrap .table .remove {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        background: url("../images/Delete.png") no-repeat;
        background-size: contain;
        padding-top: 5px;
        cursor: pointer; }
      .admin .eventWrap .tableWrap .table .request {
        display: inline-block;
        background: #C4A46B;
        color: #fff;
        padding: 2px 0;
        width: 30px;
        text-align: center;
        border-radius: 5px;
        cursor: pointer; }
        .admin .eventWrap .tableWrap .table .request a {
          color: #fff;
          display: block; }
        .admin .eventWrap .tableWrap .table .request ul li span {
          display: none; }
      .admin .eventWrap .tableWrap .table .custom-select {
        border-radius: 0;
        padding: 2px 12px;
        background: url(../images/down_arrow.png) no-repeat;
        background-position: 94% 12px;
        font-size: 18px;
        background-size: 10%;
        height: auto; }
      .admin .eventWrap .tableWrap .table .dropdown-menu {
        padding: 10px; }
        .admin .eventWrap .tableWrap .table .dropdown-menu li {
          padding: 5px; }
    .admin .eventWrap .tableWrap .table-responsive {
      display: inline-table; }
  .admin .eventWrap .profileEventwrap .wrap {
    display: block; }
    .admin .eventWrap .profileEventwrap .wrap .inputs {
      display: inline-block;
      margin-right: 30px; }
    .admin .eventWrap .profileEventwrap .wrap .btns {
      display: inline-block; }
      .admin .eventWrap .profileEventwrap .wrap .btns button {
        margin: 0; }
.admin .eventDetailWrap .actionBtn {
  float: right;
  text-align: right; }
  .admin .eventDetailWrap .actionBtn button {
    margin-left: 15px; }
.admin .eventWrap form {
  width: 100%; }
.admin .eventWrap .editWrap {
  width: 100%;
  background: #fff;
  padding: 20px 15px 15px;
  border-radius: 10px;
  float: left; }
  .admin .eventWrap .editWrap .form-group {
    margin-bottom: 20px; }
  .admin .eventWrap .editWrap .template {
    width: 43%;
    float: left; }
  .admin .eventWrap .editWrap .additional {
    width: 43%;
    float: right; }
    .admin .eventWrap .editWrap .additional .title {
      display: inline-block;
      margin-right: 20px; }
    .admin .eventWrap .editWrap .additional .btn {
      background-position: 10px 5px; }
    .admin .eventWrap .editWrap .additional input.imgupload, .admin .eventWrap .editWrap .additional input.thumbupload {
      opacity: 0;
      outline: none;
      position: absolute;
      left: 0;
      top: 0;
      width: auto; }
  .admin .eventWrap .editWrap .department {
    width: 100%;
    float: left;
    padding: 20px 40px 30px 40px;
    background: #FAF6EF;
    border-radius: 9px; }
    .admin .eventWrap .editWrap .department .inputClubed {
      width: 45%; }
      .admin .eventWrap .editWrap .department .inputClubed .form-group {
        width: 47%; }
        .admin .eventWrap .editWrap .department .inputClubed .form-group input {
          background: #FAF6EF; }
    .admin .eventWrap .editWrap .department .registration .form-group {
      float: left; }
      .admin .eventWrap .editWrap .department .registration .form-group:first-child {
        width: 21%; }
        .admin .eventWrap .editWrap .department .registration .form-group:first-child .input-daterange {
          display: flex;
          justify-content: space-between; }
          .admin .eventWrap .editWrap .department .registration .form-group:first-child .input-daterange input {
            width: 49%;
            padding: 6px;
            text-align: left;
            background: url("../images/calender.png") no-repeat;
            background-position: center right; }
      .admin .eventWrap .editWrap .department .registration .form-group:last-child {
        padding-left: 35px; }
        .admin .eventWrap .editWrap .department .registration .form-group:last-child .label {
          display: block;
          padding-left: 0;
          margin-bottom: 14px;
          font-family: "SourceSansPro-Regular"; }
        .admin .eventWrap .editWrap .department .registration .form-group:last-child label {
          padding-left: 30px;
          margin-right: 30px;
          font-size: 16px;
          font-family: "SourceSansPro-SemiBold"; }
    .admin .eventWrap .editWrap .department .registration .control__indicator {
      border-color: #C4A46B;
      background: #FAF6EF; }
    .admin .eventWrap .editWrap .department .registration .control--radio .control__indicator:after {
      background: #C4A46B; }
  .admin .eventWrap .editWrap .addanother {
    color: #C4A46B;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "SourceSansPro-SemiBold"; }
  .admin .eventWrap .editWrap .custom-select {
    background: url("../images/down_arrow.png") no-repeat;
    background-position: 96% center;
    background-size: 18px; }
.admin .eventWrap .inputClubed {
  position: relative; }
  .admin .eventWrap .inputClubed .form-group {
    width: 47%; }
  .admin .eventWrap .inputClubed .date {
    display: flex;
    justify-content: space-between; }
    .admin .eventWrap .inputClubed .date input {
      width: 49%;
      padding: 6px;
      text-align: left;
      background: url("../images/calender.png") no-repeat;
      background-position: center right;
      border-radius: 5px; }
  .eventWrap .profileEvent .wrap .input-daterange input{
    background: url(../images/calender.png) no-repeat;
    background-position: 98% center;
    text-align: left;}
  .admin .eventWrap .inputClubed .cancel input {
    background: url("../images/calender.png") no-repeat;
    background-position: center right;
    border-radius: 5px;
    text-align: left; }
  .admin .eventWrap .inputClubed .open input, .admin .eventWrap .inputClubed .closed input {
    width: 80%; }
  .admin .eventWrap .inputClubed .time {
    display: flex;
    justify-content: space-between; }
    .admin .eventWrap .inputClubed .time input {
      width: 96%;
      padding: 6px;
      text-align: left;
      background: url("../images/time.png") no-repeat;
      background-position: 97% center; }
  .admin .eventWrap .inputClubed .timepicker .btn-primary {
    background: #C4A46B;
    border-color: #C4A46B; }
  .admin .eventWrap .inputClubed .remove {
    position: absolute;
    right: -30px;
    background: url("../images/cross_gold.png") no-repeat;
    background-position: center right;
    width: 20px;
    height: 20px;
    display: block;
    top: 10px;
    background-size: 100%;
    cursor: pointer; }
  .admin .eventWrap .inputClubed.registration .form-group:first-child {
    width: 70%; }
.admin .eventWrap .btns {
  text-align: center;
  margin: 40px 0;
  float: left;
  width: 100%; }
  .admin .eventWrap .btns button {
    margin: 0 8px; }
.admin .eventWrap .viewMember {
  text-align: right;
  width: 100%;
  margin-bottom: 25px;
  font-size: 21px;
  font-family: "SourceSansPro-SemiBold";
  color: #C4A46B; }
.admin .memeberdirectory .filters {
  margin-top: 0; }
.admin .memeberdirectory form {
  float: left;
  display: block;
  width: 100%; }
.admin .memeberdirectory .tableWrap .table .imgWrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px; }
  .admin .memeberdirectory .tableWrap .table .imgWrap img {
    width: 100%; }
.admin .memeberdirectory .tableWrap .table td {
  font-size: 16px;
  font-family: "SourceSansPro-SemiBold"; }
  .admin .memeberdirectory .tableWrap .table td .hideInfo {
    color: #67AAC9; }
    .admin .memeberdirectory .tableWrap .table td .hideInfo a {
      color: #67AAC9; }
.admin .memeberdirectory .tableWrap .table .active {
  background: url("../images/checkmark_green.png") no-repeat;
  width: 30px;
  height: 30px;
  margin: 10px auto; }
.admin .memeberdirectory .tableWrap .table .inactive {
  background: url("../images/checkmark_dash_grey.png") no-repeat;
  width: 30px;
  height: 30px;
  margin: 10px auto; }
.admin .memeberdirectory .tableWrap .table .hideMember {
  background: #ddd; }
.admin .memeberdirectory .tableWrap .table a {
  color: #202020; }
.admin .memeberdirectory .formWrap {
  padding: 25px;
  background: #fff;
  border-radius: 5px; }
.admin .memeberdirectory .selectBox {
  margin-top: 20px; }
  .admin .memeberdirectory .selectBox .form-group {
    display: inline-block;
    float: left;
    width: 185px; }
    .admin .memeberdirectory .selectBox .form-group .custom-select {
      background: url("../images/down_arrow.png") no-repeat;
      background-position: 96% center;
      background-size: 18px; }
.admin .interestsWrap {
  padding: 50px;
  background: #fff;
  border-radius: 10px;
  margin-top: 0; }
  .admin .interestsWrap .btns {
    float: none;
    width: auto; }
  .admin .interestsWrap .select a {
    border-color: #202020; }
    .admin .interestsWrap .select a .remove {
      background: url("../images/cross_gold.png") no-repeat;
      background-size: cover; }
  .admin .interestsWrap .addInterest {
    margin-top: 30px; }
    .admin .interestsWrap .addInterest input {
      border-radius: 24px;
      width: 230px; }
    .admin .interestsWrap .addInterest span {
      font-size: 16px;
      font-family: "SourceSansPro-SemiBold";
      display: block;
      margin-bottom: 20px; }
.admin .profile {
  position: relative; }
.admin .edit {
  padding-bottom: 20px; }
  .admin .edit .upload, .admin .edit .checkbox {
    font-size: 16px;
    font-family: "SourceSansPro-SemiBold"; }
  .admin .edit .checkbox .control__indicator {
    border-color: #C4A46B; }
  .admin .edit .checkbox .control--checkbox .control__indicator:after {
    border-color: #C4A46B; }
  .admin .edit .deletMember a {
    font-size: 16px;
    font-family: "SourceSansPro-SemiBold";
    color: #202020;
    position: relative; }
    .admin .edit .deletMember a:after {
      content: "";
      position: absolute;
      left: 0;
      top: 3px;
      width: 20px;
      height: 21px;
      background: url(../images/Delete.png) no-repeat;
      background-size: 100%;
      background-position: center; }
  .admin .edit .upload:after {
    top: 0;
    width: 20px;
    height: 20px; }
.admin .editform .custom-select {
  background: url("../images/down_arrow.png") no-repeat;
  background-position: 96% center; }
.admin .editform .notification {
  margin-top: 38px; }
  .admin .editform .notification .notify {
    margin-left: 0; }
  .admin .editform .notification .notify .icon {
    padding-left: 30px;
    font-size: 16px; }
  .admin .editform .notification .notify .icon:after {
    width: 18px;
    height: 20px; }
  .admin .editform .notification .switch {
    display: inline-block;
    top: 5px; }
.admin .editform .switchs .notify {
  position: absolute;
  right: -23%;
  top: 54%; }
.admin .editform .address_password.switchs .notify {
  top: 2px; }
.admin .editform .address_password .control--checkbox {
  padding-left: 30px; }
.admin .editform .sendPwdRequest {
  font-size: 18px;
  color: #C4A46B;
  margin-top: 10px;
  display: inline-block;
  font-family: "SourceSansPro-SemiBold"; }
.admin .editform .addonsWrap {
  float: left;
  width: 75%; }
.admin .editform .addon {
  display: inline-block;
  width: 25%;
  margin-bottom: 20px;
  float: left;
  margin-right: 7%; }
  .admin .editform .addon h4 {
    font-size: 21px;
    margin-bottom: 0; }
    .admin .editform .addon h4 .remove {
      background: url("../images/Delete.png") no-repeat;
      width: 14px;
      height: 16px;
      display: inline-block;
      background-size: 100%;
      margin-left: 10px;
      position: relative;
      top: 3px;
      cursor: pointer; }
  .admin .editform .addon p {
    font-size: 16px;
    font-family: "SourceSansPro-Regular"; }
.admin .eventWrap.event .table .status span {
  position: relative;
  padding-left: 30px; }
  .admin .eventWrap.event .table .status span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    top: 4px; }
.admin .eventWrap.event .table .status.registered span:after {
  background: #D9EFC1; }
.admin .eventWrap.event .table .status.wait span:after {
  background: #E5D9EF; }
.admin .eventWrap.event .table .status.inprocess span:after {
  background: #FFDEB5; }
.admin .eventWrap.event .table .status.canceled span:after {
  background: #F1B8C0; }
.admin .eventWrap.event .profilePic {
  margin-bottom: 45px; }
  .admin .eventWrap.event .profilePic .imgWrap {
    width: 100px;
    height: 100px;
    box-shadow: 0 9px 9px -8px rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden; }
    .admin .eventWrap.event .profilePic .imgWrap img {
      width: 100%;
      height: auto;
      border-radius: 50%; }
  .admin .eventWrap.event .profilePic .media-body {
    margin-left: 20px;
    margin-top: 20px; }
    .admin .eventWrap.event .profilePic .media-body h5 {
      font-size: 36px;
      margin: 0; }
    .admin .eventWrap.event .profilePic .media-body p {
      font-size: 18px;
      color: #67AAC9; }
.admin .eventWrap.event .statusWrap {
  width: 100%;
  margin-bottom: 20px; }
  .admin .eventWrap.event .statusWrap .selectbox {
    display: inline-block;
    margin-right: 15px; }
  .admin .eventWrap.event .statusWrap .yearMonth {
    width: 40%; }
  .admin .eventWrap.event .statusWrap .custom-select {
    width: 40%;
    margin-right: 30px;
    background: #fff url("../images/down_arrow.png") no-repeat;
    background-position: 96% center; }
.admin .eventWrap.event .status {
  margin-top: 10px; }
  .admin .eventWrap.event .status ul li {
    display: inline-block;
    margin-left: 35px;
    font-size: 16px;
    position: relative;
    padding-left: 35px; }
    .admin .eventWrap.event .status ul li:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: 20px;
      height: 20px;
      top: 4px; }
  .admin .eventWrap.event .status ul .registered:after {
    background: #D9EFC1; }
  .admin .eventWrap.event .status ul .waitlist:after {
    background: #E5D9EF; }
  .admin .eventWrap.event .status ul .inprocess:after {
    background: #FFDEB5; }
  .admin .eventWrap.event .status ul .canceled:after {
    background: #F1B8C0; }
.admin .announcements {
  width: 100%; }
  .admin .announcements .wrap {
    display: flex;
    justify-content: space-between; }
    .admin .announcements .wrap .publish input {
      font-size: 18px;
      border-radius: 5px;
      text-align: left;
      background: #fff url("../images/calender.png") no-repeat;
      background-position: right 6px;
      color: #202020; }
    .admin .announcements .wrap .publish .form-group {
      margin-right: 15px;
      width: 210px; }
  .admin .announcements input {
    font-size: 24px;
    color: #67AAC9;
    border-radius: 5px; }
  .admin .announcements .shortText {
    font-size: 22px;
    color: #4A4A4A;
    font-family: "SourceSansPro-SemiBold";
    border-radius: 5px; }
  .admin .announcements .longText {
    font-size: 22px;
    color: #4A4A4A;
    min-height: 120px;
    border-radius: 5px;
    line-height: 37px; }
  .admin .announcements .newPost {
    text-align: right;
    margin-bottom: 15px; }
  .admin .announcements .selectpost {
    width: 15%;
    margin: 18px 0 22px 0; }
    .admin .announcements .selectpost select {
      background: url("../images/down_arrow.png") no-repeat;
      background-position: 96% center;
      background-size: 18px; }
  .admin .announcements .insertImg {
    overflow: hidden; }
  .admin .announcements .insert {
    position: relative;
    top: 6px; }
  .admin .announcements .imgupload {
    opacity: 0;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: auto; }
  .admin .announcements h2 {
    display: inline-block;
    font-size: 26px;
    font-family: "PlayfairDisplay-Regular"; }
  .admin .announcements > span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 25px;
    position: relative;
    top: 4px;
    cursor: pointer; }
  .admin .announcements .editbtn {
    background: url("../images/edit_gold.png") no-repeat;
    background-size: cover; }
  .admin .announcements .delete {
    background: url("../images/Delete.png") no-repeat;
    background-size: contain; }
  .admin .announcements .content {
    margin-top: 15px; }
    .admin .announcements .content p {
      font-size: 18px;
      font-family: "SourceSansPro-SemiBold"; }
  .admin .announcements .announcement {
    margin: 0 0 50px 0; }
.admin .viewallWrap {
  float: left; }
  .admin .viewallWrap .btnsWrap {
    float: left;
    display: inline-block; }
    .admin .viewallWrap .btnsWrap button {
      padding: 0 10px;
      margin-right: 25px; }
      .admin .viewallWrap .btnsWrap button:last-child {
        margin-right: 0; }
    .admin .viewallWrap .btnsWrap span {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-right: 25px;
      position: relative;
      top: 12px;
      cursor: pointer; }
    .admin .viewallWrap .btnsWrap .editbtn {
      background: url("../images/edit_gold.png") no-repeat;
      background-size: contain; }
    .admin .viewallWrap .btnsWrap .delete {
      background: url("../images/Delete.png") no-repeat;
      background-size: contain; }
.admin .fc-list-heading .fc-widget-header {
  padding: 20px;
  background: #fff; }
  .admin .fc-list-heading .fc-widget-header .fc-list-heading-main {
    font-size: 24px; }
.admin .fc-list-item .fc-widget-content {
  padding: 10px 20px; }
.admin .creatnewpost.edit {
  border-bottom: none; }
  .admin .creatnewpost.edit .card:before, .admin .creatnewpost.edit .card:after {
    content: none; }
  .admin .creatnewpost.edit .expires {
    width: 100%;
    float: left; }
    .admin .creatnewpost.edit .expires .expireOn {
      width: 17%;
      float: left; }
      .admin .creatnewpost.edit .expires .expireOn input {
        font-size: 16px;
        font-family: "SourceSansPro-Regular";
        text-align: left;
        border-radius: 5px;
        color: #202020;
        background: url("../images/calender.png") no-repeat;
        background-position: right 3px; }
    .admin .creatnewpost.edit .expires .profile {
      float: right;
      max-width: 30%;
      display: block; }
      .admin .creatnewpost.edit .expires .profile .imgWrap {
        width: 60px;
        height: 60px;
        overflow: hidden;
        display: block;
        border-radius: 50%;
        margin-right: 22px; }
        .admin .creatnewpost.edit .expires .profile .imgWrap img {
          width: 100%;
          height: auto; }
      .admin .creatnewpost.edit .expires .profile .media-body {
        padding-top: 5px; }
        .admin .creatnewpost.edit .expires .profile .media-body p {
          margin: 0;
          font-size: 16px; }
        .admin .creatnewpost.edit .expires .profile .media-body h5 {
          margin: 0;
          font-family: "SourceSansPro-SemiBold";
          font-size: 21px; }
.admin .detailWrap .post .profile .media-body p {
  font-size: 21px; }
.admin .detailWrap .post .published {
  margin-bottom: 40px;
  display: block; }
  .admin .detailWrap .post .published span {
    font-size: 20px;
    margin-right: 40px; }
    .admin .detailWrap .post .published span:last-child {
      margin-right: 0; }
.admin .detailWrap .post .btns {
  margin-top: 40px; }
.admin .moveArchive {
  position: relative;
  top: -8px;
  margin-right: 0; }
.admin .detailWrap .heading {
  width: 100%;
  margin-bottom: 10px; }
.admin .detailWrap .status {
  width: 17%;
  float: left; }
  .admin .detailWrap .status label {
    font-family: "SourceSansPro-SemiBold"; }
  .admin .detailWrap .status select {
    background: #fff url("../images/down_arrow.png") no-repeat;
    background-position: 96% center;
    background-size: 18px;
    height: auto; }
.admin .detailWrap .creatPost {
  padding-top: 32px; }
  .admin .detailWrap .creatPost button {
    margin-left: 20px; }
.admin .detailWrap .creatnewpost .collapse .form-group:last-child {
  margin-left: 30px; }
.admin .detailWrap .creatnewpost .input-daterange input {
  text-align: left;
  border-radius: 5px;
  background: url("../images/calender.png") no-repeat;
  background-position: right 3px; }
.admin .importantNumbers {
  margin: 0; }
  .admin .importantNumbers .imgWrap {
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    display: block; }
    .admin .importantNumbers .imgWrap img {
      width: 100%;
      height: auto; }
  .admin .importantNumbers .delete, .admin .importantNumbers .edit {
    width: 28px;
    display: block;
    height: 30px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto; }
    .admin .importantNumbers .delete img, .admin .importantNumbers .edit img {
      width: 100%;
      height: auto; }
  .admin .importantNumbers .addNumbers {
    width: 100%;
    text-align: right;
    margin-bottom: 15px; }
.admin .crawlInfo .table thead th {
  vertical-align: top; }
.admin .crawlInfo .table td {
  vertical-align: top; }
.admin .crawlInfo input {
  border-color: #C4A46B;
  }
.admin .crawlInfo select {
  border-color: #C4A46B;
  background: #fff url("../images/down_arrow.png") no-repeat;
  background-position: 96% center;
  background-size: 18px;
  border-radius: 5px;
  height: calc(2.25rem + 2px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }
.admin .crawlInfo .colorpickerbox {
  width: 38px;
  height: 38px;
  background: #C4A46B;
  margin: 0 auto;
  border: 1px solid #C4A46B;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  color: transparent !important; }
.admin .crawlInfo .duplicate {
  margin-bottom: 20px; }
.admin .crawlInfo .date h4 {
  display: inline-block;
  margin: 5px 30px 0 0;
  position: relative;
  padding-left: 35px;
  font-family: "SourceSansPro-SemiBold"; }
  .admin .crawlInfo .date h4:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    top: 0;
    background: url("../images/calender.png") no-repeat;
    background-position: center;
    background-size: contain; }
.admin .clubnewsform .wrap, .admin .profileEventwrap .wrap {
  width: 100%;
  padding: 25px 25px 25px 0px;
  background: #fff;
  border-radius: 10px; }
  .admin .clubnewsform .wrap .form-group, .admin .profileEventwrap .wrap .form-group {
    margin-bottom: 0; }
  .admin .clubnewsform .wrap .actionsBtn, .admin .profileEventwrap .wrap .actionsBtn {
    margin-top: 0 !important; }
.admin .clubnewsform .btns, .admin .profileEventwrap .btns {
  margin: 0; }
.admin .clubnewsform .btns.form-group, .admin .profileEventwrap .btns.form-group {
  margin-right: 0; }
.admin .clubnewsform .actionBtn, .admin .profileEventwrap .actionBtn {
  text-align: right;
  float: right; }
  .admin .clubnewsform .actionBtn button, .admin .profileEventwrap .actionBtn button {
    margin-left: 15px; }
.admin .profileEvent .wrap {
  display: flex;
  justify-content: space-between; }
.admin .profileEvent form, .admin .profileEvent .status {
  display: inline-block;
  width: auto; }
.admin .profileEvent form .btns {
  margin: 0; }
.admin .profileEvent form .btns.form-group {
  margin-right: 0; }
.admin .profileEvent form .actionBtn {
  text-align: right;
  float: right; }
  .admin .profileEvent form .actionBtn button {
    margin-left: 15px; }
.admin .profileEvent .status {
  margin: 0 0 0 0px !important;
  padding: 33px 25px 0; }
  .admin .profileEvent .status ul li {
    margin-left: 15px !important; }
    .admin .profileEvent .status ul li:first-child {
      margin-left: 0 !important; }
.admin .profileEvent .btns {
  width: auto;
  float: none; }
.admin .profileEvent.filters {
  margin-top: 0; }
.admin .eventWrap.event.club .statusWrap .yearMonth {
  width: 100%; }
  .admin .eventWrap.event.club .statusWrap .yearMonth .custom-select {
    width: 14%; }
.admin .eventWrap.event.club .actionsBtn {
  margin-top: 30px; }
  .admin .eventWrap.event.club .actionsBtn button {
    margin-left: 15px; }
/* .admin .eventWrap.event.club .control__indicator {
  top: -7px; } */
.admin .eventWrap.event.club span.imgWrap {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }
  .admin .eventWrap.event.club span.imgWrap img {
    width: 100%;
    height: auto; }
.admin .addNewsWrap {
  width: 100%;
  display: block; }
  .admin .addNewsWrap a.back {
    font-size: 21px;
    font-family: "SourceSansPro-SemiBold";
    color: #C4A46B;
    position: relative;
    padding-left: 30px; }
    .admin .addNewsWrap a.back:after {
      content: "";
      position: absolute;
      left: 0;
      width: 20px;
      height: 20px;
      background: url("../images/arrow-next.png") no-repeat;
      transform: rotate(180deg);
      top: 4px; }
  .admin .addNewsWrap .newsWrap {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 22px 50px; }
    .admin .addNewsWrap .newsWrap .blocks {
      width: 45%;
      margin-top: 40px; }
      .admin .addNewsWrap .newsWrap .blocks .spacebetween .form-group {
        width: 40%; }
      .admin .addNewsWrap .newsWrap .blocks .input-daterange .form-group {
        width: 100%; }
        .admin .addNewsWrap .newsWrap .blocks .input-daterange .form-group label {
          display: block;
          width: 100%; }
        .admin .addNewsWrap .newsWrap .blocks .input-daterange .form-group input {
          width: auto;
          display: inline-block;
          margin-right: 15px;
          border-radius: 5px;
          text-align: left;
          background: url("../images/calender.png") no-repeat;
          background-position: right 4px; }
      .admin .addNewsWrap .newsWrap .blocks .form-group {
        margin-bottom: 25px; }
        .admin .addNewsWrap .newsWrap .blocks .form-group .custom-select {
          background: url("../images/down_arrow.png") no-repeat;
          background-position: 96% center; }
      .admin .addNewsWrap .newsWrap .blocks .files .insert {
        background: #C4A46B url("../images/insert_image.png") no-repeat;
        padding-left: 45px;
        background-position: 10px 5px;
        cursor: pointer; }
      .admin .addNewsWrap .newsWrap .blocks .files input {
        position: absolute;
        left: 0;
        top: 0;
        width: 165px;
        opacity: 0; }
      .admin .addNewsWrap .newsWrap .blocks .files .fileList {
        display: inline-block;
        float: none;
        margin-left: 20px; }
        .admin .addNewsWrap .newsWrap .blocks .files .fileList li {
          padding: 5px 50px 5px 5px;
          position: relative; }
          .admin .addNewsWrap .newsWrap .blocks .files .fileList li .removeFile {
            background: url("../images/cross_gold.png") no-repeat;
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            top: 10px;
            right: 0; }
      .admin .addNewsWrap .newsWrap .blocks textarea {
        min-height: 700px; }
.admin .message_board .card.addnew {
  background: #fff;
  border-color: #C4A46B; }
  .admin .message_board .card.addnew span {
    color: #C4A46B;
    font-family: "SourceSansPro-Regular";
    font-size: 21px; }
.admin .dashboardWrap .allEvent {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 25px; }
  .admin .dashboardWrap .allEvent .tableWrap .table td {
    border: none; }
    .admin .dashboardWrap .allEvent .tableWrap .table td:first-child span:first-child {
      color: #C4A46B; }
.admin .dashboardWrap section {
  width: 100%; }
  .admin .dashboardWrap section .blocks {
    width: 49%; }
  .admin .dashboardWrap section h2 {
    font-size: 26px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-top: 4px;
    padding-bottom: 8px;
    margin-bottom: 16px; }
  .admin .dashboardWrap section .btns {
    margin: 0;
    text-align: left; }
.admin .dashboardWrap .crawl_msg .blocks {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 25px; }
  .admin .dashboardWrap .crawl_msg .blocks .list {
    margin-top: 0px; }
    .admin .dashboardWrap .crawl_msg .blocks .list li {
      padding-bottom: 40px;
      border-bottom: 2px solid #9B9B9B;
      margin-bottom: 30px; }
      .admin .dashboardWrap .crawl_msg .blocks .list li:last-child {
        border: none;
        padding: 0;
        margin: 0; }
    .admin .dashboardWrap .crawl_msg .blocks .list .category {
      color: #67AAC9;
      letter-spacing: 6.6px;
      font-size: 21px;
      font-family: "SourceSansPro-SemiBold";
      margin-bottom: 15px;
      display: block;
      text-transform: uppercase; }
    .admin .dashboardWrap .crawl_msg .blocks .list .headings h4 {
      font-size: 21px;
      font-family: "SourceSansPro-Bold";
      color: #202020;
      display: inline-block; }
    .admin .dashboardWrap .crawl_msg .blocks .list .description p {
      font-size: 16px;
      color: #202020;
      margin-bottom: 0; }
.admin .dashboardWrap .emailnews table td {
  border-top: 0;
  border-bottom: 1px solid #ddd; }
  .admin .dashboardWrap .emailnews table td span {
    display: block; }
    .admin .dashboardWrap .emailnews table td span:first-child {
      font-size: 18px;
      font-family: "SourceSansPro-SemiBold"; }
    .admin .dashboardWrap .emailnews table td span:last-child {
      font-size: 16px;
      color: #9B9B9B; }
.admin .dashboardWrap .emailnews .blocks:first-child {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 25px; }
.admin .dashboardWrap .emailnews .innerblocks {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 25px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 250px; }
.admin .dashboardWrap .blocks {
  position: relative;
  min-height: 270px; }
  .admin .dashboardWrap .blocks .btns {
    position: absolute;
    bottom: 20px;
    right: 20px; }
  .admin .dashboardWrap .blocks ul li {
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd; }
    .admin .dashboardWrap .blocks ul li:last-child {
      padding-bottom: 0;
      border: none; }
  .admin .dashboardWrap .blocks .imgWrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #417505;
    margin-right: 15px; }
    .admin .dashboardWrap .blocks .imgWrap span {
      color: #fff;
      font-size: 21px;
      text-align: center;
      display: block;
      margin-top: 10px;
      line-height: 32px;
      font-family: "SourceSansPro-SemiBold"; }
  .admin .dashboardWrap .blocks .media-body h5 {
    font-size: 18px;
    margin-top: 14px; }
  .admin .dashboardWrap .blocks .media-body p {
    font-size: 18px;
    line-height: 1.14; }
.admin .dashboardWrap .viewallWrap {
  float: right;
  margin-top: 8px;
  width: auto; }
.admin .emailgroupWrap .table .imgWrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px; }
  .admin .emailgroupWrap .table .imgWrap img {
    width: 100%; }
.admin .emailgroupWrap .table td {
  font-size: 16px; }
.admin .emailgroupWrap .table .active {
  background: url("../images/checkmark_green.png") no-repeat;
  width: 30px;
  height: 30px;
  margin: 2px auto; }
.admin .emailgroupWrap .table .inactive {
  background: url("../images/checkmark_dash_grey.png") no-repeat;
  width: 30px;
  height: 30px;
  margin: 2px auto; }
.admin .emailgroupWrap .table a {
  color: #202020; }
.admin .groupAction {
  width: 100%;
  margin-bottom: 40px; }
  .admin .groupAction .btns {
    width: auto;
    float: none;
    text-align: right;
    margin: 0; }
  .admin .groupAction .heading h2 {
    font-size: 28px; }
  .admin .groupAction .checkboxs {
    width: 25%;
    position: relative;
    top: 5px; }
    .admin .groupAction .checkboxs .checkbox {
      display: inline-block;
      float: left;
      margin-right: 20px; }
      .admin .groupAction .checkboxs .checkbox .img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        display: inline-block; }
        .admin .groupAction .checkboxs .checkbox .img img {
          width: 100%;
          height: auto; }
      .admin .groupAction .checkboxs .checkbox:last-child {
        margin-right: 0; }
      .admin .groupAction .checkboxs .checkbox .control--checkbox {
        padding-left: 30px; }
.admin .post.approveReject {
  background: transparent;
  border: 1px solid #ddd; }
.admin .emailGroups .tableWrap .table td, .admin .emailGroups .tableWrap .table th {
  font-size: 16px;
  padding: 10px; }
.admin .emailGroups .tableWrap .table .inline span {
  display: inline-block; }
.admin .emailGroups .tableWrap .table .action {
  cursor: pointer;
  color: #C4A46B; }
.admin .eventlist .filters {
  margin-top: 0;
  padding: 25px;
  border-radius: 5px;
  background: #fff; }
.admin .eventlist .filter .form-group {
  vertical-align: bottom; }
  .admin .eventlist .filter .form-group input {
    text-align: left;
    border-radius: 5px; }
  .admin .eventlist .filter .form-group .custom-select {
    background: url("../images/down_arrow.png") no-repeat;
    background-position: 96% center;
    background-size: 18px; }
  .admin .eventlist .filter .form-group .input-daterange input {
    background: url("../images/calender.png") no-repeat;
    background-position: 98% center; }
.admin .eventDetails {
  margin-top: 20px; }
  .admin .eventDetails li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff; }
    .admin .eventDetails li span {
      color: #fff; }
    .admin .eventDetails li:last-child {
      border-right: 0; }
.admin .backevent {
  margin-bottom: 20px; }
  .admin .backevent h4 {
    color: #C4A46B;
    margin-bottom: 0;
    font-size: 24px; }
    .admin .backevent h4 a {
      position: relative;
      color: #C4A46B;
      padding-left: 25px; }
      .admin .backevent h4 a:before {
        content: "";
        width: 15px;
        height: 22px;
        background: url("../images/arrow-next.png") no-repeat;
        transform: rotate(180deg);
        display: inline-block;
        position: absolute;
        left: 0;
        top: 4px; }
.admin .filters.details {
  margin-top: 0; }
  .admin .filters.details form .form-group {
    vertical-align: bottom; }
  .admin .filters.details .custom-select {
    background: url("../images/down_arrow.png") no-repeat;
    background-position: 96% center;
    background-size: 18px; }
  .admin .filters.details .btns {
    padding-top: 30px;
    width: auto;
    margin: 0; }
    .admin .filters.details .btns button {
      margin-left: 15px; }
.admin .inputbox input {
  width: 60px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 0 auto;
  text-align: center; }
.admin .addMemberGuest {
  width: 100%; }
  .admin .addMemberGuest .wrap {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20px; }
    .admin .addMemberGuest .wrap .left {
      width: 40%;
      padding: 15px; }
    .admin .addMemberGuest .wrap .right {
      width: 100%;
      padding: 15px; }
      .admin .addMemberGuest .wrap .right .nav-link {
        color: #9B9B9B;
        margin-right: 15px;
        background-color: #F4F4F4; }
      .admin .addMemberGuest .wrap .right .nav-link.active {
        color: #fff;
        background: #0D506F; }
    .admin .addMemberGuest .wrap .tab-content {
      padding: 20px;
      background: #F0E8DA; }
  .admin .addMemberGuest .searchlist {
    margin-top: 30px;
    padding: 0 15px; }
    .admin .addMemberGuest .searchlist .imgWrap {
      width: 34px;
      height: 34px;
      overflow: hidden;
      border-radius: 50%;
      background: #F4F4F4;
      margin-right: 20px; }
      .admin .addMemberGuest .searchlist .imgWrap img {
        width: 100%;
        height: auto; }
    .admin .addMemberGuest .searchlist .media {
      margin-bottom: 15px; }
      .admin .addMemberGuest .searchlist .media:last-child .media-body {
        border-bottom: none; }
    .admin .addMemberGuest .searchlist .media-body {
      border-bottom: 1px solid #ddd;
      position: relative; }
      .admin .addMemberGuest .searchlist .media-body h5 {
        margin-bottom: 10px;
        padding-top: 5px;
        font-size: 18px;
        padding-right: 40px; }
      .admin .addMemberGuest .searchlist .media-body .add {
        position: absolute;
        width: 26px;
        height: 26px;
        background: url("../images/add.png") no-repeat;
        background-position: center center;
        position: absolute;
        right: 0;
        top: 2px;
        background-size: contain;
        cursor: pointer; }
  .admin .addMemberGuest .memberList {
    margin-top: 20px; }
    .admin .addMemberGuest .memberList .checkboxWrap {
      width: 100%; }
      .admin .addMemberGuest .memberList .checkboxWrap .checkbox {
        position: relative;
        width: auto;
        display: inline-block;
        margin-bottom: 10px; }
        .admin .addMemberGuest .memberList .checkboxWrap .checkbox .remove {
          position: absolute;
          width: 26px;
          height: 26px;
          background: url("../images/cross_gold.png") no-repeat;
          background-position: center center;
          position: absolute;
          right: -60px;
          top: 2px;
          cursor: pointer; }
      .admin .addMemberGuest .memberList .checkboxWrap .control--checkbox {
        padding-left: 30px; }
  .admin .addMemberGuest input {
    font-size: 16px;
    border-radius: 5px; }
  .admin .addMemberGuest .input-group-append .btn {
    background: #fff url("../images/Icon_search.png") no-repeat;
    background-position: center;
    width: 40px;
    border-color: #fff; }
  .admin .addMemberGuest textarea {
    width: 100%;
    font-size: 16px;
    border-radius: 5px; }
.admin .clubnewsWrap.preview .views {
  margin-top: 35px;
  width: 100%; }
.admin .clubnewsWrap.preview .btns {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }

.createEvent.adminModal .modal-dialog .modal-body {
  padding-top: 20px; }

.adminModal .modal-dialog {
  width: 320px;
  position: relative; }
  .adminModal .modal-dialog span {
    font-size: 18px; }
  .adminModal .modal-dialog .modal-body {
    padding: 0px 20px 50px; }
  .adminModal .modal-dialog .content span {
    display: block;
    margin-bottom: 20px;
    font-size: 18px; }
  .adminModal .modal-dialog .editRemove {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .adminModal .modal-dialog .editRemove .actionItem {
      display: block;
      float: left;
      width: 50%;
      text-align: center;
      background: #F4F4F4;
      padding: 10px 0; }
      .adminModal .modal-dialog .editRemove .actionItem button {
        background: transparent; }
      .adminModal .modal-dialog .editRemove .actionItem:first-child {
        border-right: 1px solid #fff; }
      .adminModal .modal-dialog .editRemove .actionItem:last-child {
        border-left: 1px solid #fff; }
      .adminModal .modal-dialog .editRemove .actionItem img {
        width: 22px; }

.smallModal .modal-dialog {
  width: 400px; }
  .smallModal .modal-dialog .modal-header {
    background: #F4F4F4; }
  .smallModal .modal-dialog label {
    font-size: 16px; }
  .smallModal .modal-dialog table {
    width: 65%;
    margin: 0 auto; }
    .smallModal .modal-dialog table td {
      font-size: 16px;
      padding-bottom: 10px; }
      .smallModal .modal-dialog table td input {
        text-align: center; }

.largeModal .modal-dialog {
  max-width: 1240px;
  width: 100%; }

.mediumModal .modal-dialog {
  max-width: 52%; }
  .mediumModal .modal-dialog .modal-header {
    background: #F4F4F4; }
  .mediumModal .modal-dialog .form-group {
    width: 25%; }
    .mediumModal .modal-dialog .form-group input {
      width: 100%; }
  .mediumModal .modal-dialog .seat {
    width: 15%; }
  .mediumModal .modal-dialog .textarea {
    width: 100%;
    margin-top: 27px; }
    .mediumModal .modal-dialog .textarea textarea {
      border-color: #ddd;
      width: 100%; }

.addNumbers .form-inline {
  margin-bottom: 30px; }
  .addNumbers .form-inline .insertImg {
    width: auto; }
    .addNumbers .form-inline .insertImg label {
      margin-right: 15px; }
  .addNumbers .form-inline .form-group {
    margin-right: 15px; }
.addNumbers .insert {
  position: relative; }
.addNumbers .imgupload {
  opacity: 0;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: auto; }
.addNumbers .addMore {
  font-size: 18px;
  color: #C4A46B;
  cursor: pointer; }

.createNewGroup .form-group {
  width: 100%; }

.modal-header {
  background: #F4F4F4; }

.AddNewBoard .modal-dialog .files input, .createNewGroup .modal-dialog .files input {
  position: absolute;
  left: 0;
  top: 0;
  width: 165px;
  opacity: 0; }
.AddNewBoard .modal-dialog .files .fileList, .createNewGroup .modal-dialog .files .fileList {
  display: inline-block;
  float: none;
  margin-left: 20px; }
  .AddNewBoard .modal-dialog .files .fileList li, .createNewGroup .modal-dialog .files .fileList li {
    padding: 5px 50px 5px 5px;
    position: relative; }
    .AddNewBoard .modal-dialog .files .fileList li .removeFile, .createNewGroup .modal-dialog .files .fileList li .removeFile {
      background: url("../images/cross_gold.png") no-repeat;
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      top: 10px;
      right: 0; }
.AddNewBoard .modal-dialog .form-group, .createNewGroup .modal-dialog .form-group {
  margin-right: 20px;
  width: auto; }

.duplicate .modal-dialog {
  width: 100%;
  max-width: 600px; }
.duplicate p {
  font-size: 21px;
  font-style: italic; }
.duplicate .form-group {
  margin-bottom: 40px; }
  .duplicate .form-group input {
    width: 45%;
    border-radius: 5px;
    background: url("../images/calender.png") no-repeat;
    background-position: right 4px;
    text-align: left; }
.duplicate .control--checkbox {
  padding-left: 30px;
  margin-right: 20px;
  width: 20%;
  margin-bottom: 20px; }

#CancelListMemberContent li {
  padding: 5px 0; }
  #CancelListMemberContent li span {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer; }

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .outerWrapper .container {
    padding-left: 15px;
    padding-right: 15px; }

  .tabWrap .tab ul li a {
    padding: 18px 42px; }

  .tabWrap .tab ul li {
    margin-right: 0; }

  .loginWrap .form form {
    width: 80%; }

  .loginWrap .d-flex {
    display: flex !important; }

  .navigation .navbar-nav .nav-item .dropdown-menu {
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 30px; }

  .sliderNav {
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch; }

  .pageWrap .layout td, .pageWrap .layout th, .pageWrap .layout .innerTable td {
    padding: 25px 10px; }

  .collapseContainer .innerwrap {
    padding: 20px; }

  .buddylist .buddy {
    width: 42%;
    margin: 0 4% 50px; }

  .buddylistWrap .mailbuddy .mailwrap .cancel {
    right: 0;
    top: 0; }

  .profileWrap .profile .imgWrap {
    width: 150px;
    height: 150px; }

  .profileWrap .profile .imgWrap {
    float: none;
    margin: 0 auto; }

  .profileWrap .profile .edit {
    float: none;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding: 0; }

  .editform .notify {
    float: left; }

  .editform .notify .icon {
    float: right; }

  .admin .editform .addonsWrap {
    width: 100%;
    margin-top: 20px; }

  .switch {
    top: 4px; }

  .profileWrap .name {
    margin-top: 160px; }

  .profileWrap {
    padding: 40px 30px 150px; }

  .editform .personalDetails .form-group .imgWrap {
    display: none; }

  .editform .personalDetails .form-group {
    width: 40%;
    margin-right: 5%; }

  .tabWrap .tab {
    white-space: nowrap;
    overflow: scroll; }

  .admin .eventWrap .tableWrap .table-responsive {
    display: block; }

  .admin .eventWrap .actionButton .list {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px; }

  .edit.d-flex {
    display: flex !important; }

  .detailWrap .post .btns .editSection {
    margin-top: 30px; }

  .editform .emailAddress .form-group, .editform .sendTo .form-group, .editform .bocaAddres .form-group, .editform .phoneNumbers .form-group {
    width: 40%;
    margin-right: 5%; }

  .editform .name .form-group {
    width: 40%;
    margin-right: 5%;
    min-height: 76px; }

  .filterWrap .filters form .form-group {
    margin: 0 15px 15px 0; }

  .filterWrap .filters form .inputs {
    width: auto; }

  .admin .profileEvent .wrap {
    display: block; }

  .admin .profileEvent form {
    width: 100%;
    margin-bottom: 12px; }

  .admin .profileEvent .status {
    width: 100%;
    padding: 25px; }

  .buddylistWrap .filters {
    display: block; }

  .buttongroups {
    text-align: right; }

  .groupAction {
    display: block !important; }
    .groupAction .heading {
      margin-bottom: 20px; }

  .memeberdirectory .filters form .form-group {
    margin-bottom: 15px; }

  .admin .filters.details .filter {
    display: block !important;
    width: 100%; }
  .admin .filters.details .btns {
    padding-top: 20px;
    width: auto;
    margin: 0 0 10px 0;
    float: right; } }
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .subHeader .slidingMenu .carousel-inner ul {
    padding: 0 40px; }

  .pageWrap .layout .btns a {
    margin: 0px; }

  .pageWrap .table .control__indicator {
    left: -10px; }

  .footerWrap .footerSocial .contactUs li {
    margin-right: 20px; }

  .footerWrap .footerSocial .social li {
    margin-left: 0px; }

  .outerWrapper .container {
    padding-left: 15px;
    padding-right: 15px; }

  .eventNewsSection .newsWrap .todayAtGlance, .eventNewsSection .newsWrap .clubNews {
    padding: 35px 30px 65px; }

  .downloadappSection .leftSection {
    width: 66%; }

  .downloadappSection .rightSection {
    width: 34%; }

  .downloadappSection .leftSection .blocks {
    padding: 0 10px; }

  .bannerWrap .banerContent .filters ul li {
    width: 128px; }

  .tableList .table tr td .detail, .tableList .table tr td .amount {
    font-size: 18px; }

  .tableList .table tr td, .tableList .table th {
    padding: 20px 10px; }

  .cardWrap .cardView {
    padding: 80px 20px 20px 20px; }

  .profileWrap .address .addressWrap {
    word-break: break-word;
    padding-right: 30px; }

  .eventWrap.d-flex {
    display: block !important; }

  .upcomingEvents .eventWrap .event {
    width: 100%;
    float: left;
    margin-bottom: 15px; }

  .calendar .legends ul li {
    margin-left: 20px; }

  .message_board .card {
    width: 20.2%; }

  .eventDetail {
    padding: 35px; }

  .admin .editform .addon {
    width: 18%; }

  .editform .otherAddress_interest .otheraddress {
    width: 50%; }

  .calendar .calender_header .download .custom-select {
    margin-top: 10px;
    display: inline-block; } }
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .editform .otherAddress_interest .otheraddress .addWrap {
    margin-right: 0;
    width: 100%; }

  .navigation .navbar {
    display: inline-block; }

  .footerLinks ul li {
    margin-right: 20px; }

  .footerWrap .footerSocial .contactUs li {
    margin-right: 20px; }

  .loginWrap .form form {
    width: 80%; }

  .footerWrap .footerSocial .social li {
    margin-top: 10px; }

  .mobileResponsive {
    text-align: center; }

  .mobileMenu {
    margin-top: -54px; }

  .outerWrapper .container {
    padding-left: 15px;
    padding-right: 15px; }

  .d-flex {
    display: block !important; }

  .bannerWrap .banerContent {
    bottom: 6%; }

  .bannerWrap .banerContent .filters ul li {
    margin: 16px;
    width: 20%; }

  .eventNewsSection .newsWrap .todayAtGlance, .eventNewsSection .newsWrap .clubNews {
    width: 100%;
    margin-bottom: 15px; }

  .upcomingEvents .eventWrap .event {
    margin: 0 0 15px 0;
    float: left;
    width: 100%; }

  .downloadappSection .leftSection {
    width: 100%; }

  .downloadappSection .leftSection .blocks {
    width: 33.3%; }

  .downloadappSection .rightSection {
    width: 50%;
    display: block;
    margin-top: 108px; }

  .socialSection .socialwrap .socialBlock {
    width: 30%;
    background: #fff;
    float: left;
    margin: 0 1.6%; }

  header.header .logoWrap, header.header .headUsersection {
    padding: 15px 0; }

  .headUsersection .profile .name {
    font-size: 16px; }

  .headUsersection .profile .imgWrap {
    width: 40px;
    height: 40px; }

  .headUsersection .notification {
    margin-top: 6px; }

  .headUsersection .downloadApp {
    margin-top: 6px; }

  .navigation .navbar-nav {
    padding-top: 15px; }

  .navigation {
    margin-bottom: 15px; }

  .navbar-toggler {
    background: #C4A46B; }

  .navigation .navbar-nav .nav-item.active a {
    border: none; }

  .navigation .navbar-nav .nav-item a {
    border: none; }

  .tableWrap {
    position: relative;
    overflow: hidden; }

  .tableList .table td:nth-child(2), .tableList .table th:nth-child(2) {
    display: none; }

  .tableList .table tr td, .tableList .table th {
    padding: 20px 15px; }

  .tabWrap .tab ul li {
    margin-right: 0; }

  .tabWrap .tab ul li a {
    padding: 10px 25px; }

  .tableDetails .itemsDetails .grandTotal .table td {
    font-size: 16px; }

  .tableDetails .emoDetails, .scrollWrap {
    padding: 15px; }

  .subHeader .slidingMenu .carousel-inner ul li {
    display: inline-block;
    margin: 0 8px; }

  .subHeader .slidingMenu .carousel-inner ul li a {
    font-size: 16px; }

  .subHeader .slidingMenu .carousel-inner ul {
    padding: 0 20px; }

  .carousel-item .d-flex {
    display: flex !important; }

  .cardWrap .cardView {
    width: 100%; }

  .header.fixed-header {
    position: unset;
    left: 0;
    right: 0;
    top: -118px;
    z-index: 9999; }
    .header.fixed-header .navigation .navbar-nav .nav-item a {
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      transition: all 0.6s; }

  .tabWrap.fixed-header {
    position: unset;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 9999;
    padding-top: 30px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s; }

  .pageWrap .giftcardWrap .table th, .pageWrap .giftcardWrap .table td {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .pagelinks ul li a {
    padding: 20px; }

  .pending {
    text-align: center; }

  .pageWrap .layout .approved img, .pageWrap .layout .pending img, .pageWrap .layout .innerTable .pending img, .pageWrap .layout .innerTable .approved img {
    float: none;
    margin: 0 auto;
    display: none; }

  .pageWrap .layout .approved span, .pageWrap .layout .pending span, .pageWrap .layout .innerTable .approved span, .pageWrap .layout .innerTable .pending span {
    margin: 0;
    text-align: center;
    display: block; }

  .pageWrap .table .control__indicator {
    left: -12px; }

  .pageWrap .layout .btns a:first-child, .pageWrap .layout .btns a:last-child {
    margin: 5px 0; }

  .collapseContainer .innerwrap .form input {
    font-size: 16px;
    padding: 4px 16px; }

  .collapseContainer .innerwrap .form .inputClubed, .collapseContainer .innerwrap .form .datepickerClubed {
    display: flex !important; }

  .collapseContainer .innerwrap .form input {
    padding: 4px 10px; }

  .collapseContainer .innerwrap .form .remove button {
    float: right; }

  .requestGuest .total td:first-child {
    padding-left: 0; }

  .profileWrap {
    margin-top: 60px; }

  .profileWrap .personalDetails .media {
    width: 50%;
    margin-bottom: 50px; }

  .profileWrap .address .addressWrap {
    width: 50%;
    padding-bottom: 0; }

  .profileWrap .addOns .addressWrap {
    width: 100%; }

  .editform .email_number .number, .editform .address_password .add-ress, .editform .otherAddress_interest .otheraddress {
    margin-bottom: 30px; }

  .editform .email_number .number, .editform .email_number .email {
    width: 100%; }

  .editform .address_password .add-ress, .editform .address_password .password {
    width: 100%; }

  .editform .otherAddress_interest .otheraddress, .editform .otherAddress_interest .interests {
    width: 100%; }

  .calendar .download, .calendar .legends {
    width: 100%; }

  .calendar .legends {
    margin-top: 20px; }

  .message_board .card {
    height: 150px; }

  .message_board .card {
    width: 21%;
    margin: 0 15px 4%; }

  .customGutters {
    margin-left: -15px;
    margin-right: -15px; }

  .eventDetail {
    padding: 15px; }

  .eventDetail .details {
    padding-left: 30px; }

  .detailWrap .post, .detailWrap .creatnewpost .card {
    padding: 38px 15px 40px; }

  .detailWrap .replyWrap {
    padding: 46px 15px; }

  .announcementWrap .announcement .media-body h5 {
    width: 70%;
    font-size: 30px; }

  .eventbtns {
    display: flex !important; }

  .admin .eventWrap .tabs ul li {
    margin-right: 30px; }

  .mediumModal .modal-dialog .form-inline.d-flex {
    display: flex !important; }

  .mediumModal .modal-dialog {
    max-width: 80%; }

  .eventWrap.event .statusWrap {
    display: flex !important; }

  .admin .eventWrap.event .statusWrap .custom-select {
    width: auto; }
    .admin .eventWrap.event .statusWrap .custom-select:last-child {
      margin-right: 10px; }

  .admin .eventWrap.event .statusWrap .status ul li {
    margin-left: 15px;
    padding-left: 30px; }
    .admin .eventWrap.event .statusWrap .status ul li:first-child {
      margin-left: 0; }

  .admin .viewallWrap .btnsWrap {
    margin-bottom: 20px; }

  .newsWrap .addNews {
    display: flex !important; }

  .admin .addNewsWrap .newsWrap .blocks .input-daterange .form-group input {
    width: 100%;
    margin-bottom: 10px; }

  .clubNews {
    display: flex !important; }

  .clubNews .views {
    padding: 35px; }

  .clubNews .links {
    width: 40%; }

  .clubNews .views .content .imgWrap {
    width: auto; }

  .btnGroup .btns {
    text-align: right; }

  .updation .d-flex {
    display: flex !important; }

  .loginWrap .troubleLogin form .form-group .control:last-child {
    float: none; }

  .subHeader h1 {
    display: inline-block; }

  .subHeader h1 > a, .subHeader h4 > a {
    float: none; }

  .subHeader a {
    float: right; }

  .emailGroups .nav-item {
    padding: 8px;
    margin-right: 2px; }

  .details {
    display: flex !important; }

  .admin .eventDetails.details ul {
    width: 60%; }

  .admin .eventDetails.details li {
    border: none; }

  .crawl_msg, .emailnews {
    display: flex !important; }

  .admin .dashboardWrap .blocks, .admin .dashboardWrap .emailnews .innerblocks {
    min-height: auto; }

  .admin .dashboardWrap .blocks .btns {
    position: static; } }


/* Design Team CSS*/

.eventNewsSection .newsWrap .todayAtGlance, .eventNewsSection .newsWrap .clubNews{background:transparent !important}

.eventNewsSection  {background-color:#fff !important;border-bottom:solid 1px #ccc}
.eventNewsSection .newsWrap{padding-top:0px}
.banerContent {
    /* width: 694px; */
    /* min-height: 340px; */
    /* padding: 0px; */
    /* background: rgba(16,117,161,0.9); */
    position: relative;
    position: relative !important;
    /* bottom: 27%; */
    /* left: 0; */
    /* right: 100px !important; */
    top: 70px;
    margin: 90px auto;
    /* box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.2); */
}

 

.filters {
    width: 100%;
      margin-top: 0px;  
      margin-bottom: 0px;  
      border-radius: 0px;  
}

.bannerWrap .banerContent .filters ul{/* display:block !important */}
.bannerWrap .banerContent .filters ul li {
    display: inline-block;
    /* padding: 1px 10px; */
    /* width: 90px; */
    /* border-radius: 100%; */
    /* background-color: rgba(215, 181, 121, 0.6); */
    /* background: rgba(222, 222, 222, 0.8); */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /* border: solid 1px #fff; */
    /* border-right: solid 1px #205b75; */
    /* border-bottom: solid 1px #205b75; */
    /* text-align: center; */
    /* height: 90px; */
    margin: 0px;
    /* box-shadow: 2px 3px 10px 3px rgba(0,0,0,0.2); */
}
.banerContent .container{padding: 0px;}

.bannerWrap .banerContent .filters ul li span {
    font-size: 18px;
    width: 94px;
    height: 17px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* background: rgba(0,0,0,0.2); */
    padding-top: 0px;
    padding-left: 0px;
    
}

.bannerWrap .banerContent .filters ul li a span.icons img{position:relative; left:0px;top:22px;height:36px;width:36px}
.bannerWrap .banerContent .filters ul li a span.icons {box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: box-shadow 500ms ease-in-out;
  
}
 
.bannerWrap .banerContent .filters ul li a:hover span.icons{
	
	box-shadow:0 5px 15px rgba(0,0,0,0.8) !important;
 
} 


.bannerWrap .banerContent .filters ul li a:hover span.icons:after{
 box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  
  }
  
	.bannerWrap .banerContent .filters ul li a:hover span.icons + span{color:#f37d4a}
  
	.socialSection{padding-top:24px !important;}

	.socialSection .socialwrap{margin-top:30px;margin-bottom:40px;}


/*# sourceMappingURL=style.css.map */


.tophead{padding: 16px 0px;}



.tab-wrapper {margin:15px;font-size:30px;font-weight:bold;margin-left:auto;margin-right:auto;text-align:center;display:block;clear:both;background: #fff;}
.tab-wrapper h2 {font-size:30px; font-weight:bold;}
.tab-wrapper h1{font-size:16px;}
.todaydate-text{    margin-top: 4px;   margin-bottom: 20px;font-size:}

.tab-wrapper .tab{width:100%;background: #fbf7ef;display: inline-block; border-top:solid 2px #c89b54 }
.tab-wrapper ul{width: 605px;text-align:center;margin-left: auto;display: inline-block;top: 9px;position: relative;}
.tab-wrapper ul li{border:none !important; background:none !important;float:left;font-size: 19px;font-weight:normal;line-height: 46px;width: auto;margin: 0px 30px;font-weight: normal;color: #685A5C;padding: 0px;}
.tab-wrapper ul li:hover{text-decoration: none;cursor:pointer;color: #f37d4a;}
.tab-wrapper ul li.active:hover{color:#685A5C}
.tab-wrapper .tab-menu li.active:after{content:"";display:block;position:relative;width:auto;height:2px;background:#f37d4a;top: -13px;}

.eventNewsSection .newsWrap .todayAtGlance, .eventNewsSection .newsWrap .clubNews {
      background: #fff;
      padding: 0px 58px 25px;
      width: 100%;
      border-radius: 5px;
      }

.footerWrap{background: #000 url(../images/boca1.jpg) no-repeat;background-position:center;/* height: 250px; */background-size: cover;}
   .footerWrap .bg{width: 100%;background: rgba(0, 0, 0, 0.0);padding: 40px 0;}


.footerWrap .container{border: solid 0px #fff;} 
.show-this ul {font-size: 0px;}
.show-this ul li{border:none !important;padding:0px !important;margin:0px !important;border:solid 0px #fff !important;border-left:solid 0px  !important;border-bottom: solid 1px #fff;margin: 2px 1px !important;}
.img-container{min-height: 147px;background:#ccc;margin-bottom: 10px;} 
.img-container{position:relative}

.img-container.img-panache{ background:url(../images/Restaurants/panache.png);background-size:cover}	
.img-container.img-primecut{ background:url(../images/Restaurants/primecut.png);background-size:cover}	
.img-container.img-livingroom{ background:url(../images/Restaurants/mrd.png);background-size:cover}	
.img-container.img-mypi{ background:url(../images/Restaurants/mypi.png);background-size:cover}	
.img-container.img-grandcentral{ background:url(../images/Restaurants/grand-central.png);background-size:cover}	
.img-container.img-splash{ background:url(../images/Restaurants/splash.png);background-size:cover}
.img-container.img-mrds{ background:url(../images/Restaurants/mrd.png);background-size:cover}	
.img-container.img-onyx{ background:url(../images/Restaurants/onyx.png);background-size:cover}

.img-container.img-palmeri{background:url(../images/golf/palmeri.png);background-size: cover;}	
.img-container.img-dyeiv{ background:url(../images/golf/dye-iv.png);background-size:cover}	
.img-container.img-fazioii{ background:url(../images/golf/fazioii.png);background-size:cover}	
.img-container.img-drivingrange{ background:url(../images/golf/drivingrange.png);background-size:cover}	
.img-container.img-palmeriii{ background:url(../images/golf/palmeriii.png);background-size:cover}	
.img-container.img-fazioiishortgamearea{ background:url(../images/golf/fazioii.png);background-size:cover} 
.img-container.img-allcourts{ background:url(../images/Tennis/Pick-Ball-Corner.png);background-size:cover}  

.img-container.img-countryclub{ background:url(../images/cardrooms/countryclub.png);background-size:cover}

.img-container.img-sportscenter{ background:url(../images/cardrooms/card-rooms-sports-center.png);background-size:cover}
 
 [class="img-container   img-golf&activitiescenter"]{ background:url(../images/golf/golfactivitycenter.jpg);background-size:cover}
 
    [class="img-container   img-mr.ds"] {
    background: url(../images/Restaurants/mrd.png) !important;
    background-size: cover;
}
  
.img-container .status{
 
  color:#fff !important;
  border-radius:20px;
  font-size:14px !important;
  font-weight:800;
  padding:5px ;
  min-width:80px;
text-align:center;position:absolute;
right:10px;
top:20px;


}
.img-container .status.button-Closed{background:rgba(255, 0, 0,10)}
.img-container .status.button-Open{background:rgba(0, 128, 0,10)}

.icon-map-callout{background:url(../images/maplocator.svg);width:35px ;height:35px; display:inline-block;position:relative;top:10px}

.eventNewsSection .newsWrap .list .headings h4{
  color:#fff;background:rgba(111, 111, 111, 0.2);
position:relative;
font-size:20px;
border-radius:5px;
 padding:5px;
 top:20px;
 /* left:20px */

  }




.img-container .description p{background:rgba(111, 111, 111, 0.2); ;color:#fff !important;position:relative;
top:40px;left:20px;width:80% ;padding:5px;border-radius:4px;
 }

.clubNews{background:#fff !important;max-width:1280px;margin:0px auto;text-align:center;}
 .clubNews .list ul li{padding-top:10px;}
 .clubNews .list ul{column-count:2}
 .clubNews .section-title{padding:40px 0px ;text-align:center ;font-size:30px !important;color:#685A5C}
 .clubNews .view-all{text-align:center;margin-top:40px;}
 .clubNews  .view-all a{
  
   border:solid 1px #c4a46b;
   padding:5px;
   min-width:180px !important; 
   width:180px !important;
   display:block;
   text-align:center;
   border-radius:20px;
   margin:0px auto;
   margin-bottom:40px;
 
 }

.clubNews .news-date-wraper {
  border:solid 3px #c4a46b;
  width: 90px;
  height: 76px;
  text-align:center;
  padding: 0px;
  box-sizing: border-box;
  display:inline-block;
  position: relative;
  }
 .clubNews .news-date-wraper .news-month{
  font-size:30px !important;
  color:#c4a46b;
  display:block;
  position:relative
   }

   .clubNews .news-date-wraper .news-d-y{
  font-size:16px !important;
  color:#333;
  display:block;
  position:relative;
  
 
   }
.todayAtGlance .img-container{margin:0px ;}
  .club-news{display:inline-block;padding: 14px 10px;position: relative;top: 7px;height: 75px;/* border: solid; */font-size: 22px;color: #333;width: 58%;text-align: left;}
  
  .Book.a.Tee.Time,.Tennis.Reservation{width:70px !important}
  
  .dropdown-item{ margin:0px !important;}

		 
  
  .infoimage{width:1200px}
  
  
  
  
  
  
  .download-app-wrapper {position:relative;top:30px}
  
  .download-app-wrapper h1{position:relative;top:10px;color:#685A5C}
  .download-app-wrapper h4{color:#f37d4a}
  
  
  .column-count1{column-count:1  }
  .column-count2{column-count:2  }
  
  .info-block{
      margin-bottom: 40px
    }
      .info-block .col {
        float:left;
        display:inline-block;
        width: 32%;
        color: #fffffe;
        letter-spacing: 0.2px;
        border-right: 1px solid #4e5657;
        box-sizing: border-box;
        padding: 10px 25px;
        min-height: 160px;
      } 
      .info-block .col:last-child {
        border: none;
      }
      .info-block .col h2 {
        color: #fffffe;
        font-size: 22px;
        letter-spacing: 0.2px;
        margin-bottom:15px
      }
      .info-block .col p {
        font-size:12px;
        line-height: 22px;
        margin-bottom:0;
        font-weight: 100 !important;
      }
      .info-block .col a {
          color: #d59c4b;
          font-weight: 600 !important;
          font-size:12px;
      }
      .info-block .col img {
        width: 180px;
        margin-top: 12%;
        margin-left: 2%;
      }
	  .upcomingEvents .eventWrap .event {background: none;}

      .upcomingEvents .eventWrap {display: block !important;}
      .date-wrap {float:left;text-align: right !important;border: none !important;padding: 8px 0 !important;display: inline-block;}
      .date-wrap .month {
    text-align: right !important;
    text-decoration: underline;
    opacity: 0.6;
    margin-bottom: 13px;
	font-size:24px;
	line-height:24px;
	color:#202020;
	display:block;
	margin-right:30px;
}
   .date-wrap .date {
    text-align: right !important;
    font-weight: 600 !important;
    color: #c89b54 !important;
	margin-right:30px;
    font-size:44px;
	float:right;
	position:relative;
	top:-12px;
	
	}



.eventNewsSection .Section-Title{
	
	height:80px;
	background:#fff;
	padding:24px;
	text-align:center;
	
	
}
.eventNewsSection .Section-Title .Title{margin:0px auto;width:1100px;color:#685A5C !important}

.upcomingEvents .eventWrap .event .imgWrap {border-left: 7px solid #c89b54;}
.eventNewsSection   .Section-Title  .Title{font-size:30px;}
.upcomingEvents .eventWrap .event .imgWrap img{width:100% !important; height:auto !important; align-self:center}
.upcomingEvents .eventWrap .event .description {
  margin-left: 415px;
  min-height: 200px;
  text-align: left;
}
.upcomingEvents .eventWrap .event .description h4 {font-weight: 600 !important;font-size: 22px;}
.upcomingEvents .view-all{
border: solid 1px #c4a46b;
    padding: 10px;
    min-width: 180px !important;
    width: 230px !important;
    display: block;
    text-align: center;
    border-radius: 20px;
    
    margin-bottom: 10px;
}
.upcomingEvents .viewallWrap h2.Title{width: 230px ;margin: 40px auto;}

.upcomingEvents .view-all:after{
	
	display:none;
	
	
}

  .footerWrap {  background: #000 url(../images/Foot-BG.jpg) no-repeat !important;}
 
 
  .download-app-wrapper {position:relative;top:30px}
  
  .download-app-wrapper h1{position:relative;top:10px;}
  .download-app-wrapper h4{color:#f37d4a}
  
  
  .column-count1{column-count:1 !important  }
  .column-count2{column-count:2   !important  }
  
  
  .column-count1 .img-container{height:180px;}
  .column-count1 .img-container .headings{float:left;}
  
  
  
  
  
  
  /* calendar of events*/
.calendar-tools-wrapper ul li{float:left;margin:0px 20px;}
  .calendar-tools-wrapper .legendBox{

display:inline-block;

width:20px;

height:20px;

border-radius:50px;

position:relative;

top:3px;

margin-right:5px;

border: solid 1px #cacaca;

}

.export-tools{float:right;  }

.export-tools .print,.export-tools .export{color:#000; border:solid 1px #ccc;padding:5px;width:100px;display:inline-block;border-radius:50px;text-align:center;margin:0px 10px}


.tabWrap .tab li.active .icon{
  padding:0px;
  border:solid 0px #ccc;
  width: 50px;
  height: 50px;
  border-radius:100%;
  background-color: #f37d4a;
}
.tabWrap .tab li.active .icon img{width:30px;height:30px;position:relative;left: 10px;top: 10px;}


.tabWrap .tab li a .text{font-size:16px !important;text-transform: capitalize;color: #08263e;}


.calenderWrap{background:#fff;}


.COEEvents .subHeader .container .search{display:block !important}


.months-dropdown{width:200px;position:relative;top: 100px;left:-90px;border: none;color: #685A5C !important;}

.fc-toolbar.fc-header-toolbar [type="button"]{

background:none !important;

border:none !important;

box-shadow:none;

/* margin: 10px; */

}

#calendar .fc-view.fc-month-view.fc-basic-view{
 
padding:20px 40px 20px 30px;
 
background:#f8f8f8;
 
margin-bottom: 30px;
 
}


#calendar .fc-view.fc-month-view.fc-basic-view .fc-day  {background:#fff !important;border: solid 6px #f8f8f8;border-radius: 8px;}
#calendar .fc-view.fc-month-view.fc-basic-view .fc-day-header.fc-widget-header{border:none !important;}
#calendar .fc-view.fc-month-view.fc-basic-view .fc-head-container.fc-widget-header{
  border:none;padding:7px 0px}
  
  .fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td
  {
    border:none !important
 } 
  
  .fc-scroller.fc-day-grid-container{

    height: calc(100vh - 60px) !important;
  }
  
  
  .fc-day-top{text-align:left !important}
  
  
 .fc-button.fc-state-default.fc-state-active{background:#f37d4a !important;color:#fff;padding:5px;min-width:70px;border-radius:50px;box-shadow:1px 1px 5px #ccc;}


  .Opening-Soon{background:#e4daee !important}
  .Open{background:#d9efc2 !important}
.Sold-Out{background:#ffdeb5 !important}
.Closed{background:#f1b8bf !important}



  .fc-right .fc-button-group{background:#49b5e6;border-radius:50px;color:#fff;box-shadow:1px 1px 5px #ccc;}

  
  .fc-toolbar .fc-right .fc-button-group [type="button"]{

   width:20px;padding:5px;margn:0px;
  }
  
  
  .backToCal{padding:10px 0px 0px 10px;position:relative;left:20px;color:#49B5E7;text-decoration:underline;font-size:18px;cursor:pointer}
  
  
  
/*   
   .Card.Rooms.1-tab,
   .Card.Rooms.1-wrapper{
     display:none !important} */
  
.hide-this{display:none !important}
.show-this{display:block !important}

#calendar .fc-view.fc-month-view.fc-basic-view {
    padding: 20px 40px 16px 30px;
    background: #fcfcfc;
    margin-bottom: 30px;
    border-radius: 10px;
    border: solid 1px #eee;
}
   
  /* font-family keep this always at bottom */
  
  
  
  
  
  
  
  
  
  @font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

  html,body *  {
font-family: Source Sans Pro !important;
}
.navigation .navbar-nav .nav-item a{font-family: Source Sans Pro ;}
 
  
  