/*!
 * Bubbles Framework
 * bubbles.css
 *
 * Copyright 2013-2015 Arina
 * @pattsun_en
 *
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-size: 14px;
  font-weight: 300; }

.wrap {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px; }

.container {
  padding: 0 20px; }

@media screen and (max-width: 600px) {
  .container {
    padding: 0 10px; } }

section {
  margin-bottom: 40px; }

/*----------------------------------------------------------------------------*/
/*headings*/
/*----------------------------------------------------------------------------*/
h1 {
  font-size: 300%;
  font-weight: 400;
  margin-bottom: 20px; }

h2 {
  font-size: 240%;
  font-weight: 300;
  margin-bottom: 10px; }

h3 {
  font-size: 190%;
  font-weight: 300; }

h4 {
  font-size: 150%;
  font-weight: 300; }

h5 {
  font-size: 130%;
  font-weight: 300; }

h6 {
  font-size: 100%;
  font-weight: 300; }

/*----------------------------------------------------------------------------*/
/*grid system*/
/*----------------------------------------------------------------------------*/
.row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

.column {
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-wrap: wrap;
  -moz-flex-direction: column; }

.rtl {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse; }

.align1 {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-end;
  -moz-justify-content: flex-start;
  -moz-align-items: flex-end; }

.align2 {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -webkit-align-items: flex-end;
  -moz-justify-content: center;
  -moz-align-items: flex-end; }

.align3 {
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-end;
  -moz-justify-content: flex-end;
  -moz-align-items: flex-end; }

.align4 {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-justify-content: flex-start;
  -moz-align-items: center; }

.align5 {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -moz-justify-content: center;
  -moz-align-items: center; }

.align6 {
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -webkit-align-items: center;
  -moz-justify-content: flex-end;
  -moz-align-items: center; }

.align7 {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-justify-content: flex-start;
  -moz-align-items: flex-start; }

.align8 {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  -moz-justify-content: center;
  -moz-align-items: flex-start; }

.align9 {
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-justify-content: flex-end;
  -moz-align-items: flex-start; }

.baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline; }

.stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch; }

.grid1 {
  width: 8.333333333333%; }

.grid2 {
  width: 16.66666666666%; }

.grid3 {
  width: 25%; }

.grid4 {
  width: 33.333333333333%; }

.grid5 {
  width: 41.666666666666%; }

.grid6 {
  width: 50%; }

.grid7 {
  width: 58.333333333333%; }

.grid8 {
  width: 66.666666666666%; }

.grid9 {
  width: 75%; }

.grid10 {
  width: 83.333333333333%; }

.grid11 {
  width: 91.666666666666%; }

.grid12 {
  width: 100%; }

*[class^="grid"] > img {
  max-width: 100%; }

@media screen and (max-width: 600px) {
  .dynamic > div[class^="grid"] {
    width: 100%; } }

/*----------------------------------------------------------------------------*/
/*UI element*/
/*----------------------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse; }

th {
  background: #eee; }

th, td {
  padding: 3px 5px;
  border: 1px solid #ccc; }

ul, ol {
  list-style-position: inside;
  overflow: hidden; }

ul {
  list-style-type: disc; }

ul ul {
  margin-left: 1em;
  list-style-type: circle; }

dt {
  font-weight: bold; }

dd {
  margin-left: 10px; }

a,
a:visited {
  color: #333;
  text-decoration: underline; }

a:hover {
  color: #999;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s; }

a:active {
  color: #666;
  transition: .05s;
  -moz-transition: .05s;
  -webkit-transition: .05s; }

nav {
  padding: 10px 0; }

nav ul {
  width: 100%;
  display: table;
  table-layout: fixed; }

nav li {
  text-align: center;
  display: table-cell; }

nav li a,
nav li a:visited {
  color: #444;
  text-decoration: none;
  display: block; }

input[type='submit'],
input[type='submit']:visited,
input[type='button'],
input[type='button']:visited,
.button,
.button:visited {
  border: none;
  cursor: pointer;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  position: relative;
  background-color: #ccc;
  color: #444; }

input[type='submit']:hover,
input[type='button']:hover,
.button:hover {
  background-color: #eee;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s; }

input[type='submit']:active,
input[type='button']:active,
.button:active {
  top: 3px;
  background-color: #e0e0e0;
  color: #444;
  transition: .05s;
  -moz-transition: .05s;
  -webkit-transition: .05s; }

fieldset {
  padding: 10px 15px;
  border: 1px solid #ccc;
  margin-bottom: 10px; }

.control-group {
  float: left; }

.horizontal .control-group {
  width: 100%; }

label {
  margin: 5px;
  text-align: right;
  display: inline-block;
  font-weight: bold; }

input, textarea {
  margin: 5px;
  border-radius: 5px;
  border: 2px solid #ccc;
  padding: 9px 10px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  font-size: 16px; }

textarea {
  height: auto; }

input[type='search'] {
  -webkit-appearance: textfield;
  border-radius: 1em;
  background-color: #fff;
  color: #444; }

/*----------------------------------------------------------------------------*/
/*helper*/
/*----------------------------------------------------------------------------*/
.shadow {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3); }

.round {
  border-radius: 8px; }

.circle {
  border-radius: 50%; }

.fit {
  width: 100%;
  height: auto; }

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block !important; }

.align-left {
  text-align: left;
  margin-right: auto;
  display: block !important; }

.align-right {
  text-align: right;
  margin-left: auto;
  display: block !important; }

.visible-phone {
  display: none !important; }

@media screen and (max-width: 600px) {
  .hidden-phone {
    display: none !important; }
  .visible-phone {
    display: block !important; } }

/*----------------------------------------------------------------------------*/
/*color-helper*/
/*----------------------------------------------------------------------------*/
.red {
  color: white !important;
  background-color: #c83d40 !important; }

.blue {
  color: white !important;
  background-color: #54929b !important; }

.green {
  color: white !important;
  background-color: #2eab89 !important; }

.yellow {
  color: white !important;
  background-color: #e6ba43 !important; }

.white {
  color: white !important;
  background-color: #c8c8c8 !important; }

.red-letter {
  color: #c83d40 !important; }

.blue-letter {
  color: #54929b !important; }

.green-letter {
  color: #2eab89 !important; }

.yellow-letter {
  color: #e6ba43 !important; }

.white-letter {
  color: #c8c8c8 !important; }

@charset "UTF-8";
@media screen {
  * {
    outline: none; }
  pre {
    white-space: pre-wrap; }
  html {
    font-size: 10px;
    color: #333; }
  h1 {
    height: 100%; }
    h1 img {
      height: 100%;
      width: auto; }
  dl {
    display: -ms-flexbox;
    display: flex;
    margin: 3px 0; }
    dl dt {
      width: 70%;
      padding-left: 10px;
      font-weight: normal;
      white-space: nowrap; }
    dl dd {
      width: 15%;
      text-align: right;
      padding-right: 10px;
      white-space: nowrap; }
  .scrollable-table {
    width: 100%;
    overflow-x: scroll; }
    .scrollable-table td {
      white-space: nowrap; }
  .mail_name {
    font-size: 2rem; }
  .select {
    position: relative;
    display: inline-block; }
    .select select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 5px 10px;
      border: #ccc 2px solid;
      background: white;
      font-size: 1.4rem;
      margin: 5px;
      min-width: 150px; }
    .select::after {
      content: "";
      font: normal normal normal 14px/1 FontAwesome;
      color: #cc7f8e;
      position: absolute;
      font-size: 2.5rem;
      top: 10px;
      right: 15px; }
  i {
    margin-right: 10px; }
  input[type="checkbox"] {
    position: absolute;
    left: -1000px;
    top: 0; }
  label.checklabel {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: #ccc 2px solid;
    border-radius: 6px;
    cursor: pointer; }
  label.checklabel input:checked + span::before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    color: #cc7f8e;
    font-size: 2.8rem;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: pointer; }
  .wrap {
    max-width: 10000px;
    margin-bottom: 100px; }
  input[type='submit'],
  input[type='submit']:visited,
  input[type='button'],
  input[type='button']:visited,
  .button,
  .button:visited {
    background: #cc7f8e;
    border: #cc7f8e 2px solid;
    color: white;
    font-weight: bold;
    font-size: 1.8rem;
    vertical-align: bottom; }
  .invalid-button,
  .invalid-button:visited,
  .invalid-button:hover {
    background: #bbb;
    border: #bbb 2px solid;
    color: white;
    font-weight: bold;
    font-size: 1.8rem;
    vertical-align: bottom; }
  input[type='button']:hover,
  input[type='submit']:hover,
  .button:hover {
    background: white;
    color: #cc7f8e; }
  a, a:hover, a:visited {
    color: #cc7f8e; }
  h2 {
    position: relative;
    padding-left: 20px;
    font-size: 3.7rem;
    font-weight: bold;
    color: #cc7f8e; }
    h2::before {
      content: "";
      height: 100%;
      width: 8px;
      background-image: linear-gradient(-173deg, #EDCEA1 0%, #F58F8F 100%);
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  h3 {
    color: #cc7f8e;
    font-weight: bold;
    border-bottom: #cc7f8e 2px solid;
    margin-top: 40px;
    margin-bottom: 20px; }
  h4 {
    position: relative;
    padding-left: 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #cc7f8e; }
    h4::before {
      content: "";
      height: 50%;
      width: 3px;
      background: #cc7f8e;
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  .pagination {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex; }
    .pagination li {
      color: white;
      background-color: #979797;
      margin: 10px;
      border-radius: 3px; }
      .pagination li a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 5px 10px; }
    .pagination li.disabled {
      background-color: #F3F3F3;
      padding: 5px 10px; }
    .pagination li.active {
      background-color: #cc7f8e;
      padding: 5px 10px; }
  .flex {
    display: -ms-flexbox;
    display: flex; }
  form {
    position: relative; }
    form [class^="grid"] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 1.5rem; }
  .search_filter {
    -ms-flex-align: center;
    align-items: center; }
    .search_filter .search {
      width: 25%;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .search_filter .filter {
      width: 75%;
      border-radius: 5px;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .search_filter .filter .filter-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 5px; }
        .search_filter .filter .filter-item .flex {
          border-radius: 6px;
          overflow: hidden; }
        .search_filter .filter .filter-item h4 {
          margin: 0 10px;
          padding-left: 0; }
          .search_filter .filter .filter-item h4::before {
            display: none; }
      .search_filter .filter .button {
        background: #aaa;
        border: none;
        margin: 0;
        border-radius: 0; }
        .search_filter .filter .button:active {
          top: 0; }
        .search_filter .filter .button:hover {
          color: white; }
      .search_filter .filter label.checked {
        background-color: #cc7f8e;
        color: white; }
      .search_filter .filter input[type="radio"] {
        display: none; }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
    background-image: linear-gradient(-173deg, #EDCEA1 0%, #F58F8F 100%);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 100; }
    header nav {
      position: fixed;
      top: 0;
      height: 70px;
      right: 20px; }
      header nav ul {
        display: -ms-flexbox;
        display: flex; }
      header nav li {
        display: block; }
      header nav .user-box {
        height: 50px;
        padding: 0 10px; }
        header nav .user-box ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          max-height: 0;
          overflow: hidden;
          position: absolute;
          background: white;
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
          top: 60px;
          right: 0;
          border-radius: 6px;
          width: 120px;
          transition: all 300ms 0s ease; }
          header nav .user-box ul li {
            width: 100%;
            border-bottom: #ccc 1px solid; }
            header nav .user-box ul li a {
              padding: 10px;
              color: #333;
              font-size: 1.3rem;
              display: block;
              width: 100%;
              height: 100%;
              text-align: left; }
        header nav .user-box > a {
          font-size: 2.5rem;
          color: white;
          display: block;
          width: 100%;
          height: 100%;
          text-decoration: none;
          line-height: 50px; }
        header nav .user-box:hover ul {
          max-height: 20vh; }
  header + .wrap {
    padding-top: 100px; }
  .login-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40%;
    background-image: linear-gradient(-173deg, #EDCEA1 0%, #F58F8F 100%);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px; }
    .login-box h2 {
      color: white;
      padding-left: 0; }
      .login-box h2::before {
        display: none; }
    .login-box-inner {
      background: white;
      border-radius: 10px;
      display: block;
      padding: 10px; }
  .help-block {
    color: #cc7f8e; }
  .order_state {
    background: #ddd;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    white-space: nowrap; }
  .state_color1 {
    background: #f0d8a8; }
  .order_table.state_color1 th {
    background: #f0d8a8; }
  .state_color2 {
    background: #e4f0a8; }
  .order_table.state_color2 th {
    background: #e4f0a8; }
  .state_color3 {
    background: #c0f0a8; }
  .order_table.state_color3 th {
    background: #c0f0a8; }
  .state_color4 {
    background: #a8f0b4; }
  .order_table.state_color4 th {
    background: #a8f0b4; }
  .state_color5 {
    background: #a8f0d8; }
  .order_table.state_color5 th {
    background: #a8f0d8; }
  .state_color6 {
    background: #a8e4f0; }
  .order_table.state_color6 th {
    background: #a8e4f0; }
  .state_color7 {
    background: #a8c0f0; }
  .order_table.state_color7 th {
    background: #a8c0f0; }
  .state_color8 {
    background: #b4a8f0; }
  .order_table.state_color8 th {
    background: #b4a8f0; }
  .state_color9 {
    background: #d8a8f0; }
  .order_table.state_color9 th {
    background: #d8a8f0; }
  .state_color10 {
    background: #f0a8e4; }
  .order_table.state_color10 th {
    background: #f0a8e4; }
  .state_color11 {
    background: #f0a8c0; }
  .order_table.state_color11 th {
    background: #f0a8c0; }
  .state_color12 {
    background: #f0b4a8; }
  .order_table.state_color12 th {
    background: #f0b4a8; }
  .state_color13 {
    background: #f0d8a8; }
  .order_table.state_color13 th {
    background: #f0d8a8; }
  .state_color14 {
    background: #e4f0a8; }
  .order_table.state_color14 th {
    background: #e4f0a8; }
  .state_color15 {
    background: #c0f0a8; }
  .order_table.state_color15 th {
    background: #c0f0a8; }
  .state_color16 {
    background: #a8f0b4; }
  .order_table.state_color16 th {
    background: #a8f0b4; }
  .state_color17 {
    background: #a8f0d8; }
  .order_table.state_color17 th {
    background: #a8f0d8; }
  .state_color18 {
    background: #a8e4f0; }
  .order_table.state_color18 th {
    background: #a8e4f0; }
  .state_color19 {
    background: #a8c0f0; }
  .order_table.state_color19 th {
    background: #a8c0f0; }
  .state_color20 {
    background: #b4a8f0; }
  .order_table.state_color20 th {
    background: #b4a8f0; }
  .state_color21 {
    background: #d8a8f0; }
  .order_table.state_color21 th {
    background: #d8a8f0; }
  .state_color22 {
    background: #f0a8e4; }
  .order_table.state_color22 th {
    background: #f0a8e4; }
  .state_color23 {
    background: #f0a8c0; }
  .order_table.state_color23 th {
    background: #f0a8c0; }
  .state_color24 {
    background: #f0b4a8; }
  .order_table.state_color24 th {
    background: #f0b4a8; }
  .state_color25 {
    background: #f0d8a8; }
  .order_table.state_color25 th {
    background: #f0d8a8; }
  .state_color26 {
    background: #e4f0a8; }
  .order_table.state_color26 th {
    background: #e4f0a8; }
  .state_color27 {
    background: #c0f0a8; }
  .order_table.state_color27 th {
    background: #c0f0a8; }
  .state_color28 {
    background: #a8f0b4; }
  .order_table.state_color28 th {
    background: #a8f0b4; }
  .state_color29 {
    background: #a8f0d8; }
  .order_table.state_color29 th {
    background: #a8f0d8; }
  .state_color30 {
    background: #a8e4f0; }
  .order_table.state_color30 th {
    background: #a8e4f0; }
  .state_color31 {
    background: #a8c0f0; }
  .order_table.state_color31 th {
    background: #a8c0f0; }
  .state_color32 {
    background: #b4a8f0; }
  .order_table.state_color32 th {
    background: #b4a8f0; }
  .state_color33 {
    background: #d8a8f0; }
  .order_table.state_color33 th {
    background: #d8a8f0; }
  .state_color34 {
    background: #f0a8e4; }
  .order_table.state_color34 th {
    background: #f0a8e4; }
  .state_color35 {
    background: #f0a8c0; }
  .order_table.state_color35 th {
    background: #f0a8c0; }
  .state_color36 {
    background: #f0b4a8; }
  .order_table.state_color36 th {
    background: #f0b4a8; }
  .state_color37 {
    background: #f0d8a8; }
  .order_table.state_color37 th {
    background: #f0d8a8; }
  .state_color38 {
    background: #e4f0a8; }
  .order_table.state_color38 th {
    background: #e4f0a8; }
  .state_color39 {
    background: #c0f0a8; }
  .order_table.state_color39 th {
    background: #c0f0a8; }
  .state_color40 {
    background: #a8f0b4; }
  .order_table.state_color40 th {
    background: #a8f0b4; }
  .state_color41 {
    background: #a8f0d8; }
  .order_table.state_color41 th {
    background: #a8f0d8; }
  .state_color42 {
    background: #a8e4f0; }
  .order_table.state_color42 th {
    background: #a8e4f0; }
  .state_color43 {
    background: #a8c0f0; }
  .order_table.state_color43 th {
    background: #a8c0f0; }
  .state_color44 {
    background: #b4a8f0; }
  .order_table.state_color44 th {
    background: #b4a8f0; }
  .state_color45 {
    background: #d8a8f0; }
  .order_table.state_color45 th {
    background: #d8a8f0; }
  .state_color46 {
    background: #f0a8e4; }
  .order_table.state_color46 th {
    background: #f0a8e4; }
  .state_color47 {
    background: #f0a8c0; }
  .order_table.state_color47 th {
    background: #f0a8c0; }
  .state_color48 {
    background: #f0b4a8; }
  .order_table.state_color48 th {
    background: #f0b4a8; }
  .state_color49 {
    background: #f0d8a8; }
  .order_table.state_color49 th {
    background: #f0d8a8; }
  .state_color50 {
    background: #e4f0a8; }
  .order_table.state_color50 th {
    background: #e4f0a8; }
  .state_color51 {
    background: #c0f0a8; }
  .order_table.state_color51 th {
    background: #c0f0a8; }
  .state_color52 {
    background: #a8f0b4; }
  .order_table.state_color52 th {
    background: #a8f0b4; }
  .state_color53 {
    background: #a8f0d8; }
  .order_table.state_color53 th {
    background: #a8f0d8; }
  .state_color54 {
    background: #a8e4f0; }
  .order_table.state_color54 th {
    background: #a8e4f0; }
  .state_color55 {
    background: #a8c0f0; }
  .order_table.state_color55 th {
    background: #a8c0f0; }
  .state_color56 {
    background: #b4a8f0; }
  .order_table.state_color56 th {
    background: #b4a8f0; }
  .state_color57 {
    background: #d8a8f0; }
  .order_table.state_color57 th {
    background: #d8a8f0; }
  .state_color58 {
    background: #f0a8e4; }
  .order_table.state_color58 th {
    background: #f0a8e4; }
  .state_color59 {
    background: #f0a8c0; }
  .order_table.state_color59 th {
    background: #f0a8c0; }
  .state_color60 {
    background: #f0b4a8; }
  .order_table.state_color60 th {
    background: #f0b4a8; }
  .state_color61 {
    background: #f0d8a8; }
  .order_table.state_color61 th {
    background: #f0d8a8; }
  .state_color62 {
    background: #e4f0a8; }
  .order_table.state_color62 th {
    background: #e4f0a8; }
  .state_color63 {
    background: #c0f0a8; }
  .order_table.state_color63 th {
    background: #c0f0a8; }
  .state_color64 {
    background: #a8f0b4; }
  .order_table.state_color64 th {
    background: #a8f0b4; }
  .state_color65 {
    background: #a8f0d8; }
  .order_table.state_color65 th {
    background: #a8f0d8; }
  .state_color66 {
    background: #a8e4f0; }
  .order_table.state_color66 th {
    background: #a8e4f0; }
  .state_color67 {
    background: #a8c0f0; }
  .order_table.state_color67 th {
    background: #a8c0f0; }
  .state_color68 {
    background: #b4a8f0; }
  .order_table.state_color68 th {
    background: #b4a8f0; }
  .state_color69 {
    background: #d8a8f0; }
  .order_table.state_color69 th {
    background: #d8a8f0; }
  .state_color70 {
    background: #f0a8e4; }
  .order_table.state_color70 th {
    background: #f0a8e4; }
  .state_color71 {
    background: #f0a8c0; }
  .order_table.state_color71 th {
    background: #f0a8c0; }
  .state_color72 {
    background: #f0b4a8; }
  .order_table.state_color72 th {
    background: #f0b4a8; }
  .state_color73 {
    background: #f0d8a8; }
  .order_table.state_color73 th {
    background: #f0d8a8; }
  .state_color74 {
    background: #e4f0a8; }
  .order_table.state_color74 th {
    background: #e4f0a8; }
  .state_color75 {
    background: #c0f0a8; }
  .order_table.state_color75 th {
    background: #c0f0a8; }
  .state_color76 {
    background: #a8f0b4; }
  .order_table.state_color76 th {
    background: #a8f0b4; }
  .state_color77 {
    background: #a8f0d8; }
  .order_table.state_color77 th {
    background: #a8f0d8; }
  .state_color78 {
    background: #a8e4f0; }
  .order_table.state_color78 th {
    background: #a8e4f0; }
  .state_color79 {
    background: #a8c0f0; }
  .order_table.state_color79 th {
    background: #a8c0f0; }
  .state_color80 {
    background: #b4a8f0; }
  .order_table.state_color80 th {
    background: #b4a8f0; }
  .state_color81 {
    background: #d8a8f0; }
  .order_table.state_color81 th {
    background: #d8a8f0; }
  .state_color82 {
    background: #f0a8e4; }
  .order_table.state_color82 th {
    background: #f0a8e4; }
  .state_color83 {
    background: #f0a8c0; }
  .order_table.state_color83 th {
    background: #f0a8c0; }
  .state_color84 {
    background: #f0b4a8; }
  .order_table.state_color84 th {
    background: #f0b4a8; }
  .state_color85 {
    background: #f0d8a8; }
  .order_table.state_color85 th {
    background: #f0d8a8; }
  .state_color86 {
    background: #e4f0a8; }
  .order_table.state_color86 th {
    background: #e4f0a8; }
  .state_color87 {
    background: #c0f0a8; }
  .order_table.state_color87 th {
    background: #c0f0a8; }
  .state_color88 {
    background: #a8f0b4; }
  .order_table.state_color88 th {
    background: #a8f0b4; }
  .state_color89 {
    background: #a8f0d8; }
  .order_table.state_color89 th {
    background: #a8f0d8; }
  .state_color90 {
    background: #a8e4f0; }
  .order_table.state_color90 th {
    background: #a8e4f0; }
  .state_color91 {
    background: #a8c0f0; }
  .order_table.state_color91 th {
    background: #a8c0f0; }
  .state_color92 {
    background: #b4a8f0; }
  .order_table.state_color92 th {
    background: #b4a8f0; }
  .state_color93 {
    background: #d8a8f0; }
  .order_table.state_color93 th {
    background: #d8a8f0; }
  .state_color94 {
    background: #f0a8e4; }
  .order_table.state_color94 th {
    background: #f0a8e4; }
  .state_color95 {
    background: #f0a8c0; }
  .order_table.state_color95 th {
    background: #f0a8c0; }
  .state_color96 {
    background: #f0b4a8; }
  .order_table.state_color96 th {
    background: #f0b4a8; }
  .state_color97 {
    background: #f0d8a8; }
  .order_table.state_color97 th {
    background: #f0d8a8; }
  .state_color98 {
    background: #e4f0a8; }
  .order_table.state_color98 th {
    background: #e4f0a8; }
  .state_color99 {
    background: #c0f0a8; }
  .order_table.state_color99 th {
    background: #c0f0a8; }
  table tr:first-child th {
    border-top: none; }
  table th, table td {
    padding: 10px;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .delivery_state-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .delivery_state-tabs .tab {
      border: 1px solid #ccc;
      border-bottom: none;
      border-radius: 6px 6px 0 0;
      margin: 0 10px; }
      .delivery_state-tabs .tab label {
        padding: 0 20px;
        cursor: pointer; }
    .delivery_state-tabs input[type="radio"] {
      display: none; }
  .fixed_tasks {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-image: linear-gradient(-173deg, #EDCEA1 0%, #F58F8F 100%);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5); }
  .tasks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 5px; }
    .tasks .task {
      margin: 15px 0; }
      .tasks .task label {
        text-align: center;
        border-radius: 6px;
        margin: 0 10px;
        padding: 10px 20px;
        background: #cc7f8e;
        display: block;
        cursor: pointer;
        color: white; }
    .tasks input[type="radio"] {
      display: none; }
  .filtering {
    font-weight: bold;
    font-size: 2rem;
    position: absolute;
    color: white;
    top: 20px;
    left: 200px; }
  .order_sheet_form .row {
    -ms-flex-align: start;
    align-items: flex-start; }
  .order_sheet_form input[type="text"] {
    width: 90%; }
  .template_strings {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
    height: 600px;
    padding: 10px;
    border-radius: 6px;
    border: #ccc 1px solid;
    overflow-y: scroll; }
    .template_strings div {
      margin-bottom: 30px; }
    .template_strings dt {
      width: 50%;
      color: #F58F8F; }
    .template_strings dd {
      width: 50%;
      text-align: left; }
  .mail_template_content {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
    height: 150px;
    padding: 10px;
    border-radius: 6px;
    border: #ccc 1px solid;
    overflow-y: scroll; }
  .mail_part_content {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset;
    padding: 10px;
    border-radius: 6px;
    border: #ccc 1px solid; }
  .products_table td {
    white-space: nowrap; }
  .products_table .quantity input {
    width: 80px;
    text-align: right; }
  .products_table .price input {
    width: 100px;
    text-align: right; }
  .products_table .taxrate input {
    width: 80px; }
  .mail_templates_table dt {
    font-weight: bold;
    color: #cc7f8e;
    width: 50%; }
  .comment {
    width: 300px; }
  .radio_buttons {
    margin: 30px 0; }
    .radio_buttons input {
      display: none;
      position: relative; }
    .radio_buttons input:checked + label::after {
      content: "";
      width: 350px;
      height: 35px;
      border: #cc7f8e 2px solid;
      display: block;
      position: absolute;
      bottom: 0px;
      border-radius: 6px;
      left: -10px; }
    .radio_buttons label {
      position: relative;
      font-size: 2.5rem;
      margin: 10px; }
  .order_sheets dt {
    text-overflow: ellipsis;
    width: 400px;
    overflow: hidden; }
  .customer_name {
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.2rem; }
  .order_count {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 45px;
    padding-left: 30px; }
  .sales {
    font-size: 1.6rem;
    color: #cc7f8e; }
  .color.repeater th, .color.repeater td {
    background: #e0f2f1; }
  .color.unpaid_cancel th, .color.unpaid_cancel td {
    background: #fce4ec; }
  .color.needs_attention th, .color.needs_attention td {
    background: #fffde7; }
  .linkinpage {
    padding-top: 100px;
    margin-top: -100px; } }

.scrollbar::-webkit-scrollbar, .scrollbox::-webkit-scrollbar {
  height: 10px; }

.scrollbar::-webkit-scrollbar-track, .scrollbox::-webkit-scrollbar-track {
  border-radius: 5px; }

.scrollbar::-webkit-scrollbar-thumb, .scrollbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #e7e7e7; }

.scrollbar {
  width: 100%;
  height: 10px;
  overflow-x: scroll;
  overflow-y: scroll; }
  .scrollbar .scroll-inner {
    width: 2200px;
    height: 1px; }

.scrollbox {
  width: 100%;
  margin-top: 5px;
  overflow-x: scroll;
  overflow-y: scroll; }

.comment_exist {
  color: #000;
  font-size: 1.8rem;
  text-align: right; }
  .comment_exist i {
    margin: 0;
    padding: 0; }

@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0; }

.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 350px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: .5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2;
  -ms-filter: "alpha(opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px; }

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans","Book Antiqua",sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0); }

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0); }

/*# sourceMappingURL=app.css.map */
