@charset "UTF-8";
/*
Title: Custom Framework
Version: v1.0
Last Updated: 2017-05-15
Author: Twilo Creative Limited
*/
html {
  height: 100%;
}
body {
  overflow-x: hidden;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
article:before,
aside:before,
details:before,
figcaption:before,
figure:before,
footer:before,
header:before,
hgroup:before,
main:before,
menu:before,
nav:before,
section:before,
article:after,
aside:after,
details:after,
figcaption:after,
figure:after,
footer:after,
header:after,
hgroup:after,
main:after,
menu:after,
nav:after,
section:after {
  content: " ";
  display: table;
}
article:after,
aside:after,
details:after,
figcaption:after,
figure:after,
footer:after,
header:after,
hgroup:after,
main:after,
menu:after,
nav:after,
section:after {
  clear: both;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
p,
a,
img,
a img,
hr,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
blockquote,
fieldset,
form,
table,
tbody,
tr,
td,
select {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: none;
  border: 0 none;
}
b,
code,
strong {
  position: relative;
  top: 1px;
  vertical-align: top;
}
input[type=checkbox],
input[type=email],
input[type=password],
input[type=radio],
input[type=submit],
input[type=text],
button,
label {
  font-family: inherit;
  cursor: pointer;
  -webkit-border-radius: 0px;
}
button {
  padding: 0;
  border: 0;
}
textarea {
  max-width: 100%;
}
a {
  color: inherit;
}
a img {
  vertical-align: bottom;
}
nav ul {
  list-style: none;
}
img {
  vertical-align: bottom;
}
hr {
  display: block;
  margin: 30px 0;
  height: 1px;
  background: #333333;
}
.row {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-12 {
  float: left;
  width: 100%;
}
.col-sm-11 {
  float: left;
  width: 91.66666667%;
}
.col-sm-10 {
  float: left;
  width: 83.33333333%;
}
.col-sm-9 {
  float: left;
  width: 75%;
}
.col-sm-8 {
  float: left;
  width: 66.66666667%;
}
.col-sm-7 {
  float: left;
  width: 58.33333333%;
}
.col-sm-6 {
  float: left;
  width: 50%;
}
.col-sm-5 {
  float: left;
  width: 41.66666667%;
}
.col-sm-4 {
  float: left;
  width: 33.33333333%;
}
.col-sm-3 {
  float: left;
  width: 25%;
}
.col-sm-2 {
  float: left;
  width: 16.66666667%;
}
.col-sm-1 {
  float: left;
  width: 8.33333333%;
}
@media screen and (min-width: 481px) {
  .col-tb-12 {
    float: left;
    width: 100%;
  }
  .col-tb-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-tb-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-tb-9 {
    float: left;
    width: 75%;
  }
  .col-tb-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-tb-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-tb-6 {
    float: left;
    width: 50%;
  }
  .col-tb-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-tb-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-tb-3 {
    float: left;
    width: 25%;
  }
  .col-tb-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-tb-1 {
    float: left;
    width: 8.33333333%;
  }
}
@media screen and (min-width: 769px) {
  .col-dt-12 {
    float: left;
    width: 100%;
  }
  .col-dt-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-dt-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-dt-9 {
    float: left;
    width: 75%;
  }
  .col-dt-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-dt-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-dt-6 {
    float: left;
    width: 50%;
  }
  .col-dt-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-dt-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-dt-3 {
    float: left;
    width: 25%;
  }
  .col-dt-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-dt-1 {
    float: left;
    width: 8.33333333%;
  }
}
@media screen and (min-width: 993px) {
  .col-ws-12 {
    float: left;
    width: 100%;
  }
  .col-ws-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-ws-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-ws-9 {
    float: left;
    width: 75%;
  }
  .col-ws-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-ws-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-ws-6 {
    float: left;
    width: 50%;
  }
  .col-ws-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-ws-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-ws-3 {
    float: left;
    width: 25%;
  }
  .col-ws-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-ws-1 {
    float: left;
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1201px) {
  .col-sp-12 {
    float: left;
    width: 100%;
  }
  .col-sp-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-sp-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-sp-9 {
    float: left;
    width: 75%;
  }
  .col-sp-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-sp-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-sp-6 {
    float: left;
    width: 50%;
  }
  .col-sp-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-sp-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-sp-3 {
    float: left;
    width: 25%;
  }
  .col-sp-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-sp-1 {
    float: left;
    width: 8.33333333%;
  }
}
[class^="col-sm-"],
[class^="col-tb-"],
[class^="col-dt-"],
[class^="col-ws-"],
[class^="col-sp-"],
[class*="col-sm-"],
[class*=" col-tb-"],
[class*=" col-dt-"],
[class*=" col-ws-"],
[class*=" col-sp-"] {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-push-12 {
  margin-left: 100%;
}
.col-push-11 {
  margin-left: 91.66666667%;
}
.col-push-10 {
  margin-left: 83.33333333%;
}
.col-push-9 {
  margin-left: 75%;
}
.col-push-8 {
  margin-left: 66.66666667%;
}
.col-push-7 {
  margin-left: 58.33333333%;
}
.col-push-6 {
  margin-left: 50%;
}
.col-push-5 {
  margin-left: 41.66666667%;
}
.col-push-4 {
  margin-left: 33.33333333%;
}
.col-push-3 {
  margin-left: 25%;
}
.col-push-2 {
  margin-left: 16.66666667%;
}
.col-push-1 {
  margin-left: 8.33333333%;
}
.col-pull-12 {
  margin-left: -100%;
}
.col-pull-11 {
  margin-left: -91.66666667%;
}
.col-pull-10 {
  margin-left: -83.33333333%;
}
.col-pull-9 {
  margin-left: -75%;
}
.col-pull-8 {
  margin-left: -66.66666667%;
}
.col-pull-7 {
  margin-left: -58.33333333%;
}
.col-pull-6 {
  margin-left: -50%;
}
.col-pull-5 {
  margin-left: -41.66666667%;
}
.col-pull-4 {
  margin-left: -33.33333333%;
}
.col-pull-3 {
  margin-left: -25%;
}
.col-pull-2 {
  margin-left: -16.66666667%;
}
.col-pull-1 {
  margin-left: -8.33333333%;
}
.col-centre {
  display: block;
  float: none;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .hide-sm {
    display: none !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .hide-tb {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .hide-dt {
    display: none !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .hide-ws {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .show-sm {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .show-sm {
    display: none !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .show-sm {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .show-sm {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .show-tb {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .show-tb {
    display: none !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .show-tb {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .show-tb {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .show-dt {
    display: none !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .show-dt {
    display: none !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .show-dt {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .show-dt {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .show-ws {
    display: none !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .show-ws {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .show-ws {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .show-ws {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .show-sp {
    display: none !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .show-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .show-sp {
    display: none !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .show-sp {
    display: none !important;
  }
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.alignright {
  display: block;
  margin: 15px auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .alignright {
    float: right;
    margin: 0 0 15px 15px;
  }
}
.alignleft {
  display: block;
  margin: 15px auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .alignleft {
    float: right;
    margin: 0 15px 15px 0;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.abs {
  position: absolute;
}
.fix {
  position: fixed;
}
.rel {
  position: relative;
}
.hidden {
  display: none !important;
}
.no-margin {
  margin: 0 !important;
}
.mb {
  margin-bottom: 30px;
}
.mb-small {
  margin-bottom: 10px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-centre {
  text-align: center;
}
.img-full {
  max-width: 100%;
  height: auto;
}
.radius50 {
  border-radius: 50%;
}
.NoSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#accordion h3 {
  position: relative;
  padding: 8px 15px;
  font-size: 25px;
  background: #bbbbbb;
  color: #ffffff;
  cursor: pointer;
}
#accordion h3:after {
  content: "v";
  position: absolute;
  top: 7.5px;
  right: 15px;
  font-family: Arial, sans-serif;
  color: #ffffff;
}
#accordion h3.ui-state-active {
  background: #86754F;
}
#accordion h3.ui-state-active:after {
  transform: rotate(180deg);
  transform-origin: center center;
}
#accordion > div {
  padding: 30px;
}
.btn {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 10px 20px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  text-decoration: none !important;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  transition: background ease 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-sm {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
}
.btn-lg {
  padding: 5px 12px 8px;
  font-size: 24px;
}
.btn-main {
  background: #86754F;
}
.btn-main:hover {
  background: #63563B;
}
.btn-contrast {
  background: #333333;
}
.btn-contrast:hover {
  background: #000000;
}
.btn-continue {
  background: #28933C;
}
.btn-continue:hover {
  background: #1f732f;
}
.btn-warning {
  background: #e5d400;
}
.btn-warning:hover {
  background: #bcae00;
}
.btn-danger {
  background: #C61A1A;
}
.btn-danger:hover {
  background: #a21515;
}
.btn-disabled {
  cursor: not-allowed;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.btn-group > * {
  margin-bottom: 10px;
}
@media screen and (min-width: 1201px) {
  .btn-group > * + * {
    margin-left: 15px;
  }
}
form {
  width: 100%;
  margin-bottom: 20px;
  color: #333333;
}
form .row {
  margin-bottom: 10px;
}
form hr {
  height: 0;
  margin: 10px 0;
  border: 0 none;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #ffffff;
}
form label {
  display: block;
  margin-bottom: 10px;
}
form label.required:after {
  content: "*";
  color: #86754F;
}
form input[type=date],
form input[type=email],
form input[type=number],
form input[type=password],
form input[type=tel],
form input[type=time],
form input[type=text],
form textarea,
form div.input {
  width: 100%;
  margin: 0;
  padding: 3px 10px;
  height: 44px;
  font-size: inherit;
  font-family: Arial, sans-serif;
  background: #ffffff;
  border: 1px solid #86754F;
  border-radius: 5px;
  color: inherit;
  cursor: pointer;
  margin-bottom: 10px;
}
form input[type=date]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=time]:focus,
form input[type=text]:focus,
form textarea:focus,
form div.input:focus {
  border-color: #000000;
}
form textarea {
  max-width: 100%;
  height: 72px;
}
form .checkbox {
  position: relative;
  z-index: 2;
}
form .checkbox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 3px 10px;
  height: 44px;
  font-size: inherit;
  font-family: Arial, sans-serif;
  background: #ffffff;
  border: 1px solid #86754F;
  border-radius: 5px;
  color: inherit;
  cursor: pointer;
  width: 36px;
  pointer-events: none;
}
form .checkbox input {
  position: absolute;
  opacity: 0;
}
form .checkbox input:checked + label:after {
  content: "\6f";
  position: absolute;
  top: 6px;
  left: 5px;
  font-size: 26px;
  color: #86754F;
  pointer-events: none;
}
.select {
  position: relative;
  height: 44px;
  padding: 0;
}
.select select {
  width: 100%;
  height: 100%;
  padding: 3px 7px;
  font-size: inherit;
  font-family: Arial, sans-serif;
  background: transparent;
  border: 1px solid #86754F;
  cursor: pointer;
  -webkit-appearance: none;
}
.select select option {
  padding: 0;
}
.select:after {
  content: "V";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 44px;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  background: #86754F;
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  pointer-events: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr:nth-child(even) {
  background: #eeeeee;
}
table th {
  font-family: Arial, sans-serif;
  text-align: left;
  background: #86754F;
  color: #ffffff;
}
table th,
table td {
  padding: 5px;
}
table .old {
  background: #f9d3d3;
}
table .new {
  background: #daf3e2;
}
.FontBody {
  font-family: Arial, sans-serif;
}
.FontBold {
  font-family: Georgia, serif;
  font-weight: normal;
}
.GradientMain {
  background: #86754F;
  background: linear-gradient(to bottom, #86754F 0%, #63563B 100%);
}
.GradientSub {
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #000000 100%);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #86754F;
}
h1,
.h1 {
  position: relative;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
}
h1 .btn,
.h1 .btn {
  display: inline-block;
  position: relative;
  top: -8px;
  margin-left: 10px;
  padding: 6px 20px;
}
.text-centre h1:after,
.text-centre .h1:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 60px;
  height: 1px;
  margin: 0 auto;
  border-bottom: 4px dotted #86754F;
  transform: translateX(-50%) translateY(0);
}
h2,
.h2,
h3,
.h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (min-width: 769px) {
  h2,
  .h2,
  h3,
  .h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 30px;
}
.Mb {
  margin-bottom: 30px;
}
p,
ul,
ol,
blockquote,
figure,
table {
  margin-bottom: 12px;
}
p.large,
ul.large,
ol.large,
blockquote.large,
figure.large,
table.large {
  font-size: 20px;
  line-height: 36px;
}
p + h1,
ul + h1,
ol + h1,
blockquote + h1,
figure + h1,
table + h1,
p + .h1,
ul + .h1,
ol + .h1,
blockquote + .h1,
figure + .h1,
table + .h1,
p + h2,
ul + h2,
ol + h2,
blockquote + h2,
figure + h2,
table + h2,
p + .h2,
ul + .h2,
ol + .h2,
blockquote + .h2,
figure + .h2,
table + .h2,
p + h3,
ul + h3,
ol + h3,
blockquote + h3,
figure + h3,
table + h3,
p + .h3,
ul + .h3,
ol + .h3,
blockquote + .h3,
figure + .h3,
table + .h3,
p + h4,
ul + h4,
ol + h4,
blockquote + h4,
figure + h4,
table + h4,
p + .h4,
ul + .h4,
ol + .h4,
blockquote + .h4,
figure + .h4,
table + .h4,
p + h5,
ul + h5,
ol + h5,
blockquote + h5,
figure + h5,
table + h5,
p + .h5,
ul + .h5,
ol + .h5,
blockquote + .h5,
figure + .h5,
table + .h5,
p + h6,
ul + h6,
ol + h6,
blockquote + h6,
figure + h6,
table + h6,
p + .h6,
ul + .h6,
ol + .h6,
blockquote + .h6,
figure + .h6,
table + .h6 {
  margin-top: 40px;
}
ol,
ul {
  margin-bottom: 24px;
  padding: 0 0 0 16px;
}
img {
  max-width: 100%;
  height: auto;
}
b,
strong {
  font-family: Georgia, serif;
  font-weight: normal;
}
a:hover {
  text-decoration: underline;
}
blockquote {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  text-indent: 30px;
  background-color: #f2f2f2;
  border-left: 4px solid #86754F;
}
blockquote > *:last-child {
  margin-bottom: 0;
  font-size: 16px;
  text-indent: 0;
}
blockquote:before,
blockquote:after {
  content: "";
  position: absolute;
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 120px;
  text-indent: 0;
  opacity: 0.2;
  pointer-events: none;
}
blockquote:before {
  top: 40px;
  left: -15px;
}
blockquote:after {
  bottom: 10px;
  right: 35px;
}
header {
  padding: 10px 0 15px 0;
  text-align: center;
  background: #333333;
}
.login h1 {
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 30px;
  text-align: center;
  background: #333333;
  color: #ffffff;
}
.login form {
  padding: 40px;
  background: #333333;
}
.login form input {
  border: 0 none;
}
section {
  padding: 30px 0 100px 0;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination li {
  float: left;
  width: 40px;
  margin-right: 10px;
  list-style: none;
}
.pagination li a,
.pagination li span {
  display: block;
  line-height: 40px;
  text-align: center;
  background: #f2f2f2;
  border-radius: 50%;
}
.pagination li.disabled a,
.pagination li.disabled span {
  background: #ffffff;
  cursor: not-allowed;
}
.pagination li.active a,
.pagination li.active span {
  background: #86754F;
  color: #ffffff;
  cursor: not-allowed;
}
.crown {
  font-size: 30px;
}
.crown-red {
  color: #C61A1A;
}
.crown-yellow {
  color: #e5d400;
}
.crown-green {
  color: #28933C;
}
.crown-gold {
  color: #86754F;
}
.ui-accordion-content {
  height: auto !important;
}
.ui-datepicker {
  position: relative;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 0 4px 4px 0;
}
.ui-datepicker:before {
  position: absolute;
  top: -11px;
  left: 15px;
  font-size: 16px;
  line-height: 16px;
  text-shadow: 0 -2px 0 #bbbbbb;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-current-day a {
  font-family: Georgia, serif;
  font-weight: normal;
  background: #f2f2f2;
}
.ui-datepicker-header {
  position: relative;
  margin-bottom: 5px;
  padding: 5px 0;
  border-bottom: 1px solid #bbbbbb;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 5px;
  cursor: pointer;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  color: #86754F;
}
.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-next {
  right: 5px;
}
.ui-datepicker-title {
  font-family: Georgia, serif;
  font-weight: normal;
  text-align: center;
}
.ui-datepicker-calendar {
  margin: 0;
}
.ui-datepicker-calendar th {
  font-family: Georgia, serif;
  font-weight: normal;
}
.ui-datepicker-calendar td {
  width: 40px;
  height: 40px;
  padding: 0 !important;
  line-height: 40px;
  text-align: center;
  border: 1px solid #bbbbbb;
}
.ui-datepicker-calendar td a {
  display: block;
  width: 40px;
  height: 40px;
}
.ui-datepicker-calendar td a:hover {
  background: #f2f2f2;
  color: #86754F;
}
.ui-datepicker-calendar td.date-active {
  font-family: Georgia, serif;
  font-weight: normal;
  background: #4d4d4d;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: #333333;
  color: #ffffff;
}
.credits {
  position: relative;
  padding: 15px 0;
  background: #222222;
  border-top: 2px solid #ffffff;
  color: #ffffff;
}
.credits p {
  margin: 0;
  font-size: 16px;
}
.credits a:hover {
  text-decoration: underline;
}
@media print {
  body {
    font-size: 12px;
    line-height: 10px;
  }
  section {
    padding: 0;
  }
  td {
    padding: 0;
    border-bottom: 1px solid #333333;
  }
  h1 {
    margin-bottom: 5px;
    font-size: 15px;
  }
  header,
  footer,
  .hide-print,
  .btn {
    display: none;
  }
}
/*# sourceMappingURL=twilo.css.map */