   html,
   body {
       background-color: #f8f8f87a;
       color: #636b6f;
       font-family: Verdana;
       font-weight: normal;
       height: 100vh;
       margin: 0;
       font-size: 12px;
   }
   
   .full-height {
       height: 100vh;
   }
   
   .flex-center {
       align-items: center;
       display: flex;
       justify-content: center;
   }
   
   .position-ref {
       position: relative;
   }
   
   .top-right {
       position: absolute;
       right: 10px;
       top: 18px;
       background-color: rgb(11, 100, 161);
       border-radius: 5px;
       padding: 10px;
       box-shadow: black 0 0 6px -2px;
   }
   
   .content {
       text-align: center;
       margin-top: 0%;
       margin-bottom: 100px;
   }
   
   .title {
       font-size: 84px;
   }
   
   .title h2 {
       margin: 0;
       font-size: 30px;
   }
   
   .title img {
       width: 40%;
   }
   
   .title a {
       text-decoration: none;
       color: rgb(89, 89, 89);
   }
   
   .links>a {
       color: #6b6b73;
       padding: 0 25px;
       font-size: 12px;
       font-weight: 100;
       letter-spacing: .1rem;
       text-decoration: none;
       text-transform: uppercase;
   }
   
   .m-b-md {
       margin-bottom: 10px;
   }
   
   .footer {
       text-align: center;
       position: fixed;
       height: 30px;
       background-color: rgb(89, 89, 89);
       bottom: 0px;
       left: 0px;
       right: 0px;
       margin-bottom: 0px;
       border-top: #c4c4c4 solid 1px;
       color:white;
       padding: 3px;
   }
   
   .footer h5 {
       margin-top: 8px;
       font-weight: 100;
       font-size: 12px;
   }
   
   .contact-form {
       /*box-shadow: black 0 0 33px -14px;*/
       border-radius: 30px;
   }
   
   .inner-form {
       padding: 5px;
   }
   
   .inner-form .info {
       margin-left: 20px;
       margin-right: 20px;
   }
   
   .inner-form .info label {
       font-size: 13px;
       line-height: 1.286em;
       font-weight: 100;
       margin-bottom: 0.857em;
       float: left;
       margin-bottom: 3px;
   }
   
   .inner-form .info input {
       padding: 0.857em 1.214em;
       background-color: transparent;
       color: #818181;
       line-height: 1.286em;
       outline: none;
       border: 0;
       -webkit-appearance: none;
       border-radius: 1.571em;
       box-sizing: border-box;
       border-width: 1px;
       border-style: solid;
       border-color: #dddddd;
       width: 100%;
       margin-bottom: 30px;
   }
   
   .inner-form .info .button {
       background-color: green;
       color: white;
   }
   
   .inner-form .info textarea {
       min-height: 10em;
       padding: 1.858em;
       background-color: transparent;
       color: #818181;
       line-height: 1.286em;
       outline: none;
       border: 0;
       -webkit-appearance: none;
       border-radius: 1.571em;
       box-sizing: border-box;
       border-width: 1px;
       border-style: solid;
       border-color: #dddddd;
       width: 100%;
   }
   
   .inner-form .info .bottom-info ul {
       padding-left: 0;
       margin-bottom: 0;
       list-style: none;
       font-weight: bold;
   }
   
   .pricingdiv {
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
       font-family: 'Source Sans Pro', Arial, sans-serif;
   }
   
   .pricingdiv ul.theplan {
       list-style: none;
       margin: 0;
       padding: 0;
       display: flex;
       flex-direction: column;
       border-top-left-radius: 50px;
       border-bottom-right-radius: 50px;
       color: white;
       background: #a3a3a3;
       position: relative;
       width: 250px;
       /* width of each table */
       margin-right: 10px;
       /* spacing between tables */
       margin-bottom: 1em;
       transition: all .5s;
   }
   
   .pricingdiv ul.theplan:hover {
       /* when mouse hover over pricing table */
       transform: scale(1.05);
       transition: all .5s;
       z-index: 100;
       box-shadow: 0 0 10px gray;
   }
   
   .pricingdiv ul.theplan li {
       margin: 10px 20px;
       position: relative;
   }
   
   .pricingdiv ul.theplan li.title {
       font-size: 150%;
       font-weight: bold;
       text-align: center;
       margin-top: 20px;
       text-transform: uppercase;
       border-bottom: 5px solid white;
   }
   
   .pricingdiv ul.theplan:nth-of-type(2) {
       background: rgb(11, 100, 161);
   }
   
   .pricingdiv ul.theplan:nth-of-type(3) {
       background: #006790;
   }
   
   .pricingdiv ul.theplan:last-of-type {
       /* remove right margin in very last table */
       margin-right: 0;
   }
   /*very last LI within each pricing UL */
   
   .pricingdiv ul.theplan li:last-of-type {
       text-align: center;
       margin-top: auto;
       /*align last LI (price botton li) to the very bottom of UL */
   }
   
   .pricingdiv a.pricebutton {
       background: rgba(0, 0, 0, .25);
       text-decoration: none;
       padding: 10px;
       display: inline-block;
       margin: 10px auto;
       border-radius: 5px;
       color: white;
       text-transform: uppercase;
       box-shadow: black 0 0 4px 0px;
   }
   
   @media only screen and (max-width: 500px) {
       .pricingdiv ul.theplan {
           border-radius: 0;
           width: 100%;
           margin-right: 0;
       }
       .pricingdiv ul.theplan:hover {
           transform: none;
           box-shadow: none;
       }
       .pricingdiv a.pricebutton {
           display: block;
       }
   }
   
   .container .navbar-header {
       width: 10%;
   }
   
   .dropdown .dropdown-menu li {
       border-bottom: #e1e1e1 solid 1px;
   }
   
   .logo-text {
       margin-top: -19px;
       font-weight: bold;
       color: rgb(11, 100, 161);
   }
   
   .logo-icon {
       width: 100%;
       border-radius: 5px;
   }
   
   .select-service {
       margin: 10px;
       width: 31%;
       float: left;
       height: 36px;
       padding: 4px 12px;
       background-color: #fff;
       background-image: none;
       border: 1px solid #ccd0d2;
       border-radius: 4px;
       margin-top: 0px;
   }
   
   .subservices {
       margin: 10px;
       margin-left: 0;
       margin-right: 0;
       padding-left: 0;
       list-style: none;
       display: block;
   }
   
   .settings {
       margin: 10px;
       margin-left: 0;
       padding-left: 0;
       list-style: none;
       display: block;
   }
   
   .settings li {
       width: 31%;
       margin: 10px;
       float: left;
   }
   
   .bookoffice {
       margin: 10px;
       margin-left: 0;
       padding-left: 0;
       list-style: none;
       display: block;
   }
   
   .bookoffice li {
       width: 32.8%;
       margin: 10px 5px 10px 0px;
       float: left;
   }
   
   .bookoffice .gender {
       width: 100%;
       margin: 0;
       width: 100%;
       height: 36px;
       padding: 6px 12px;
       background-color: #fff;
       background-image: none;
       border: 1px solid #ccd0d2;
       border-radius: 4px;
   }
   /*.no-js #loader {
       display: none;
   }
   
   .js #loader {
       display: block;
       position: absolute;
       left: 100px;
       top: 0;
   }
   
   .se-pre-con {
       position: fixed;
       left: 0px;
       top: 0px;
       opacity: 0.7;
       width: 100%;
       height: 100%;
       z-index: 9999;
       background: url(https://finch-crm.com/uploads/loading.gif) center no-repeat #fff;
   }*/
   
   .select-option {
       margin: 0px;
       width: 100%;
       float: left;
       height: 36px;
       padding: 4px 12px;
       background-color: #fff;
       background-image: none;
       border: 1px solid #ccd0d2;
       border-radius: 4px;
       margin-top: 0px;
   }
   
   .role-status {
       background-color: #5bb300;
       padding: 5px;
       border-radius: 5px;
       color: white;
   }
   /* Popup box BEGIN */
   
   .hover_bkgr_fricc {
       background: rgba(0, 0, 0, .4);
       cursor: pointer;
       display: none;
       height: 100%;
       position: fixed;
       text-align: center;
       top: 0;
       width: 100%;
       z-index: 10000;
   }
   
   .hover_bkgr_fricc2 {
       background: rgba(0, 0, 0, .4);
       cursor: pointer;
       display: none;
       height: 100%;
       position: fixed;
       text-align: center;
       top: 0;
       width: 100%;
       z-index: 10000;
   }
   
   .hover_bkgr_fricc .helper {
       display: inline-block;
       height: 100%;
       vertical-align: middle;
   }
   
   .hover_bkgr_fricc2 .helper {
       display: inline-block;
       height: 100%;
       vertical-align: middle;
   }
   
   .hover_bkgr_fricc>div {
       background-color: #fff;
       box-shadow: 10px 10px 60px #555;
       display: inline-block;
       max-height: 90%;
       max-width: 60%;
       min-height: 100px;
       vertical-align: middle;
       width: 60%;
       position: relative;
       border-radius: 8px;
       padding: 15px 1%;
   }
   
   .hover_bkgr_fricc2>div {
       background-color: #fff;
       box-shadow: 10px 10px 60px #555;
       display: inline-block;
       height: auto;
       max-width: 551px;
       min-height: 100px;
       vertical-align: middle;
       width: 60%;
       position: relative;
       border-radius: 8px;
       padding: 15px 1%;
   }
   
   .popupCloseButton {
       background-color: #e57674;
       border: 2px solid white;
       border-radius: 50px;
       cursor: pointer;
       display: inline-block;
       font-family: arial;
       font-weight: bold;
       position: static;
       top: -20px;
       right: -20px;
       font-size: 25px;
       line-height: 30px;
       width: 55px;
       height: 35px;
       text-align: center;
   }
   
   .popupCloseButton2 {
       background-color: #e57674;
       border: 2px solid #bebebe;
       border-radius: 50px;
       cursor: pointer;
       display: inline-block;
       font-family: arial;
       font-weight: bold;
       position: absolute;
       top: -20px;
       right: -20px;
       font-size: 25px;
       line-height: 30px;
       width: 55px;
       height: 35px;
       text-align: center;
   }
   
   .popupCloseButton:hover {
       background-color: #ccc;
   }
   
   .popupCloseButton2:hover {
       background-color: #ccc;
   }
   
   .trigger_popup_fricc {
       cursor: pointer;
       font-size: 12px;
       margin: 0px;
       display: inline-block;
       font-weight: normal;
   }
   
   .trigger_popup_fricc2 {
       cursor: pointer;
       font-size: 12px;
       margin: 0px;
       display: inline-block;
       font-weight: normal;
   }
   /* Popup box BEGIN */
   
   .tabs {
       margin: 0px 20px;
       position: relative;
       background: #f8f8f87a;
       box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
       width: 100%;
   }
   
   .tabs nav {
       display: flex;
       flex-wrap: wrap;
       align-items: stretch;
       background: rgb(192, 192, 192);
       color: #6C5D5D;
       text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
       width: 150px;
   }
   
   .tabs nav a {
       padding: 20px 0px;
       text-align: center;
       width: 100%;
       cursor: pointer;
   }
   
   .tabs nav a:hover,
   .tabs nav a.selected {
       background: #dfdfdf;
       color: #5b5b5b;
       text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
   }
   
   .tabs .content {
       padding: 20px 0px;
       position: absolute;
       top: 0px;
       left: 150px;
       color: #6C5D5D;
       width: 0px;
       height: 100%;
       overflow: hidden;
       opacity: 0;
       transition: opacity 0.1s linear 0s;
   }
   
   .tabs .content.visible {
       padding: 20px;
       width: calc(100% - 150px);
       overflow-y: scroll;
       opacity: 1;
   }
   
   .tabs .content p {
       padding-bottom: 2px;
   }
   
   .tabs .content p:last-of-type {
       padding-bottom: 0px;
   }
   /* CHARD USER ACTIVITY */
   
   #container {
       height: 400px;
   }
   
   .highcharts-figure,
   .highcharts-data-table table {
       min-width: 310px;
       max-width: 800px;
       margin: 1em auto;
   }
   
   .highcharts-data-table table {
       font-family: Verdana, sans-serif;
       border-collapse: collapse;
       border: 1px solid #EBEBEB;
       margin: 10px auto;
       text-align: center;
       width: 100%;
       max-width: 500px;
   }
   
   .highcharts-data-table caption {
       padding: 1em 0;
       font-size: 1.2em;
       color: #555;
   }
   
   .highcharts-data-table th {
       font-weight: 600;
       padding: 0.5em;
   }
   
   .highcharts-data-table td,
   .highcharts-data-table th,
   .highcharts-data-table caption {
       padding: 0.5em;
   }
   
   .highcharts-data-table thead tr,
   .highcharts-data-table tr:nth-child(even) {
       background: #f8f8f8;
   }
   
   .highcharts-data-table tr:hover {
       background: #f1f7ff;
   }
   /* END CHARD USER ACTIVITY */
   /* CHART HOMR */
   
   .card {
       margin-bottom: 30px;
       border: none;
       -webkit-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
       -moz-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
       box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
       background-color: white;
   }
   
   .card-body {
       -ms-flex: 1 1 auto;
       flex: 1 1 auto;
       /*padding: 1.25rem;*/
       padding: 7px;
   }
   
   .d-inline-block {
       display: inline-block!important;
   }
   
   .text-muted {
       color: #636b6f !important;
       font-weight: bold;
   }
   
   .mb-0,
   .my-0 {
       margin-bottom: 0!important;
   }
   
   .icon-box-lg {
       /*height: 68px;
       width: 68px;*/
       height: 55px;
       width: 55px;
   }
   
   .icon-circle-medium {
       line-height: 0;
       /*padding: 15px 5px 0px 0px;*/
       padding: 15px 0px 0px 0px;
       text-align: center;
       font-size: 12px;
       display: inline-block;
       border-radius: 100%;
   }
   
   .bg-info-light {
       /*background-color: #efefef !important;*/
       color: #fff;
   }
   
   .mt-1,
   .my-1 {
       margin-top: 20px !important;
   }
   
   .float-right {
       float: right!important;
   }
   
   .row {
       display: -ms-flexbox;
       display: flex;
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
       margin-right: -15px;
       margin-left: -15px;
   }
   
   .col-12 {
       -ms-flex: 0 0 100%;
       flex: 0 0 100%;
       max-width: 100%;
   }
   /* END CHART HOMR */
/* AVAILABLE DESKS PULSE */
.alertPulse-css {
    animation: alertPulse 3s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
    background: white; /* you need this to specify a color to pulse to */
}
.banner {
    margin: 0px;
    border-radius: 0px;
    /*font-size: 2.2rem;*/
    /*color: green;*/
    /*text-align: center;*/
    padding: 0px;
  }
  /* END AVAILABLE DESKS PULSE */

  .preview-item {
    /*font-family: 'Dancing Script', cursive;
    font-size: 70px;
    line-height: 100px;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 15px;*/
    color: rgba(255, 255, 255, 0.3);
    margin: auto;
}
.shake, .shake-little, .shake-slow, .shake-hard, .shake-horizontal, .shake-vertical, .shake-rotate, .shake-opacity, .shake-crazy, .shake-chunk {
    display: inherit;
    transform-origin: center center;
}
.bookdesk{
    padding:0px;
 }
 .bookdesk li {
     width: 32% !important;
     margin: 10px 5px 10px 0px;
     float: left;
     list-style: none;
 }