﻿@font-face {
    font-family: javacomputer;
    src: url(fonts/OpenSans-CondLightItalic.ttf) !important;

    font-family: led_font;
    src: url(fonts/rounded_led_board-7.ttf) !important;
    
    font-family: FuturaStdHeavy;
    src: url('../fonts/FuturaStdHeavy.otf') ;
    font-weight: 200;
}

@font-face {
  
  font-family: FuturaStdMedium;
  src: url('../fonts/FuturaStdMedium.otf');
  font-weight: 300;
}

hr.hr-text {
    position: relative;
      border: none;
      height: 1px;
  
  }
  
  hr.hr-text::before {
      content: attr(data-content);
      display: inline-block;
      background: #fff;
      font-weight: bold;
      font-size: 0.85rem;
      color: #999;
      border-radius: 30rem;
      padding: 0.2rem 2rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
.popup {
    display: none;
    position: fixed;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    background-color: #fdfdfd;
    padding-top: 3px;
	width: 400px;
    z-index: 1; 
	opacity: 0; /* Initial opacity for the animation */
    transition: opacity 0.5s, transform 0.5s;
	font-size: 17px;
}

.popup-content {
    text-align: center;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

/* Success and error styles */
.popup.success {
    border-color: #4CAF50;
}

.popup.error {
    border-color: #f44336;
}

.popup.success p {
    color: #4CAF50;
}

.popup.error p {
    color: #f44336;
}

#popupMessage{
	margin: 0;
}

.popup.slide-down {
    opacity: 1;
    transform: translateX(-50%) translateY(100%); /* Initial position for the slide-down effect */
}

/*.d-block {
    display: block;
}

.w-100{
    width: 100;
}*/

.main-header .logo{
    height: 52px;
}

.ui-color-box{
    float: left;
    height: 15px;
    margin-right: 5px;
    margin-top: 2px;
    width: 15px;
    border-radius: 100%;
}
.ui-color-box-large{
    float: left;
    height: 20px;
    margin-right: 5px;
    margin-top: 2px;
    width: 20px;
    border-radius: 100%;
}
.custom-list{
    border:none;
    border-left: 2px solid #dacde9;
    border-bottom: 1px solid whitesmoke;
    border-radius: 0px !important;
    margin-bottom: 2px;
    padding: .25rem 1.25rem !important;
  
}
.custom-list-report{
    border:none;
    border-left: 3px solid #dacde9;
    border-bottom: 1px solid whitesmoke;
    border-top: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    border-radius: 0px !important;
    margin-bottom: 2px;
   margin-top:10px;
   transition:.2s;
   cursor:pointer;
  
}
.custom-list-report:hover{
    border-left: 3px solid yellowgreen;
    transform:scale(1.2);
 
    box-shadow: 0px 11px 19px 0px #d7e0de;
   
  
}
.report-selected{
    border-left: 3px solid yellowgreen;
    transform:scale(1.2);
 
    box-shadow: 0px 11px 19px 0px #d7e0de;
   
  
}
.f-16{
    font-size:16px !important;
    width: 16px;
}
.text-wrap {
    
    width: 100%;
    height: auto;
    text-wrap: wrap;
}
.cursor-pointer{
    cursor: pointer;
}
.shadow-none{
    box-shadow: none  !important;
}
.modalImage{
    margin: auto;
    display: block;
}
.btn-xs{
   
        padding: 4px 8px;
        font-size: 13px;
        line-height: 1.5;
        border-radius: .2rem;
    
}
.modal-xl {
    max-width: 90%;
    
}
.float-button{
    position: fixed;
    bottom: 100px;
   
    right: 20px;
    height: 56px;
    width: 56px;
    z-index: 10011;
    display: none;
}
.btn-barcode{
    position: relative;
   
    border-radius: 100%;
    background: #084a6a;
    color: white;
    font-size: 22px;
    transition: .3s;
    width: 100%;
    height: 100%;
    
}
.scanbtn-text{
    position: absolute;
    background-color: #090909cc;
    color: white;
    right: 57px;
    padding: 4px;
    font-size: 15px;
    border-radius: 7px;
    display: none;
    bottom: 20px;
    transition: .5s;
    
    
}
.btn-barcode:hover .scanbtn-text {
    display: block;
}
.btn-barcode:hover{
    transform: scale(1.1);
}

.small-box{
    border: 1px solid #dadbdb !important;
}

.badge-light{
    border: 1px solid #a0a1a1;
    box-shadow: -2px 3px 8px #ecebeb;
}
.fa-eye:before{
    font-size: 13px  !important;
}
.content-header>h1{
    text-transform: uppercase;
    font-weight: 900;
}
.subscription-msg{
    color: #000 !important;
}
.subscription-msg:hover{
    color: darkblue !important;
}

@keyframes shake {
    0%, 100% { transform: translate(0px, 0px) rotate(0deg); }
    25% { transform: translate(-10px, 0px) rotate(-5deg); }
    50% { transform: translate(10px, 0px) rotate(5deg); }
    75% { transform: translate(-10px, 0px) rotate(-5deg); }
}

.shake {
    animation: shake 0.5s ease-in-out forwards;
}

.fab-container {
    position: fixed;
    bottom: 180px;
    right: 20px;
    z-index: 1000;
    display: none;
  }
  .fab-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #2f6cb8;
    color: white;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .fab-btn:hover {
    background-color: rgb(16, 108, 207);
  }
  .fab-list {
    position: absolute;
    right: 0;
    bottom: 70px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .fab-item {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #2c4768;
    color: white;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    text-wrap: wrap;
    cursor: pointer;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
  }
  .fab-item:hover {
    color: white;
    background-color: #0056b3;
  }
 .tool-text {
    display: none;
    position: absolute;
    background-color: #090909cc;
    color: white;
    right: 57px;
    padding: 4px;
    font-size: 15px;
    border-radius: 7px;
    line-height: 1.6 !important;
    bottom: 20px;
    transition: .5s;
    width: 100px;
    
}
  .fab-item:hover .appoint-text {
    display: inline-block;
}
  .fab-list.active .fab-item {
    opacity: 1;
    transform: translateY(0);
  }
  .toggle-btn {
    width: 56px;
    height: 10px;
    background-color: #084a6a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    padding: 8px;
    right: 80px;
    z-index: 1001;
}
.bg-dark{
    background-color: #084a6a !important;
    background: #084a6a !important;
}
.episode-payment {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

/*signpad css start*/

@font-face {
  font-family: 'Journal',sans-serif;
  src: url('journal.eot');
  src: url('journal.eot?#iefix') format('embedded-opentype'),
       url('journal.woff') format('woff'),
       url('journal.ttf') format('truetype'),
       url('journal.svg#JournalRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.sigPad {
  margin: 0;
  padding: 0;
  width: 200px;
}

.sigPad label {
  display: block;
  margin: 0 0 0.515em;
  padding: 0;

  color: #000;
  font: italic normal 1em/1.375 Georgia,Times,serif;
}

.sigPad label.error {
  color: #f33;
}

.sigPad input {
  margin: 0;
  padding: 0.2em 0;
  width: 198px;

  border: 1px solid #666;

  font-size: 1em;
}

.sigPad input.error {
  border-color: #f33;
}

.sigPad button {
  margin: 1em 0 0 0;
  padding: 0.6em 0.6em 0.7em;

  background-color: #ccc;
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;

  cursor: pointer;

  color: #555;
  font: bold 1em/1.375 sans-serif;
  text-align: left;
}

.sigPad button:hover {
  background-color: #333;

  color: #fff;
}

.sig {
  display: none;
}

.sigNav {
  display: none;
  height: 2.25em;
  margin: 0;
  padding: 0;
  position: relative;

  list-style-type: none;
}

.sigNav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

.sigNav a,
.sigNav a:link,
.sigNav a:visited {
  display: block;
  margin: 0;
  padding: 0 0.6em;

  border: 0;

  color: #333;
  font-weight: bold;
  line-height: 2.25em;
  text-decoration: underline;
}

.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited {
  background-color: #666;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-radius: 8px 8px 0 0;

  color: #fff;
  text-decoration: none;
}

.sigNav .typeIt a.current,
.sigNav .typeIt a.current:link,
.sigNav .typeIt a.current:visited {
  background-color: #ccc;

  color: #555;
}

.sigNav .clearButton {
  bottom: 0.2em;
  display: none;
  position: absolute;
  right: 0;

  font-size: 0.75em;
  line-height: 1.375;
}

.sigWrapper {
  clear: both;
  height: 55px;

  border: 1px solid #ccc;
}

.sigWrapper.current {
  border-color: #666;
}

.signed .sigWrapper {
  border: 0;
}

.pad {
  position: relative;
}

.current .pad {
  /**
   * For cross browser compatibility, this should be an absolute URL
   * In IE the cursor is relative to the HTML document
   * In all other browsers the cursor is relative to the CSS file
   *
   * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
   */
  cursor: url("../assets/pen.cur"), crosshair;
  /**
   * IE will ignore this line because of the hotspot position
   * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
   */
  cursor: url("pen.cur") 16 16, crosshair;

  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.typed {
  height: 55px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  z-index: 90;

  cursor: default;

  color: #145394;
  font: normal 1.875em/50px "Journal",Georgia,Times,serif;
}

.typeItDesc,
.drawItDesc {
  display: none;
  margin: 0.75em 0 0.515em;
  padding: 0.515em 0 0;

  border-top: 3px solid #ccc;

  color: #000;
  font: italic normal 1em/1.375 Georgia,Times,serif;
}

p.error {
  display: block;
  margin: 0.5em 0;
  padding: 0.4em;

  background-color: #f33;

  color: #fff;
  font-weight: bold;
}

/*signpad css end*/

/* color picker start*/

.clockpicker .input-group-addon {
    cursor: pointer
}

.clockpicker-moving {
    cursor: move
}

.clockpicker-align-left.popover>.arrow {
    left: 25px
}

.clockpicker-align-top.popover>.arrow {
    top: 17px
}

.clockpicker-align-right.popover>.arrow {
    left: auto;
    right: 25px
}

.clockpicker-align-bottom.popover>.arrow {
    top: auto;
    bottom: 6px
}

.clockpicker-popover .popover-title {
    background-color: #fff;
    color: #999;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center
}

.clockpicker-popover .popover-title span {
    cursor: pointer
}

.clockpicker-popover .popover-content {
    background-color: #f8f8f8;
    padding: 12px
}

.popover-content:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.clockpicker-plate {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: visible;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clockpicker-canvas,.clockpicker-dial {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -1px;
    top: -1px
}

.clockpicker-minutes {
    visibility: hidden
}

.clockpicker-tick {
    border-radius: 50%;
    color: #666;
    line-height: 26px;
    text-align: center;
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer
}

.clockpicker-tick.active,.clockpicker-tick:hover {
    background-color: #c0e5f7;
    background-color: rgba(0,149,221,.25)
}

.clockpicker-button {
    background-image: none;
    background-color: #fff;
    border-width: 1px 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 10px 0
}

.clockpicker-button:hover {
    background-image: none;
    background-color: #ebebeb
}

.clockpicker-button:focus {
    outline: 0!important
}

.clockpicker-dial {
    -webkit-transition: -webkit-transform 350ms,opacity 350ms;
    -moz-transition: -moz-transform 350ms,opacity 350ms;
    -ms-transition: -ms-transform 350ms,opacity 350ms;
    -o-transition: -o-transform 350ms,opacity 350ms;
    transition: transform 350ms,opacity 350ms
}

.clockpicker-dial-out {
    opacity: 0
}

.clockpicker-hours.clockpicker-dial-out {
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2)
}

.clockpicker-minutes.clockpicker-dial-out {
    -webkit-transform: scale(.8,.8);
    -moz-transform: scale(.8,.8);
    -ms-transform: scale(.8,.8);
    -o-transform: scale(.8,.8);
    transform: scale(.8,.8)
}

.clockpicker-canvas {
    -webkit-transition: opacity 175ms;
    -moz-transition: opacity 175ms;
    -ms-transition: opacity 175ms;
    -o-transition: opacity 175ms;
    transition: opacity 175ms
}

.clockpicker-canvas-out {
    opacity: .25
}

.clockpicker-canvas-bearing,.clockpicker-canvas-fg {
    stroke: none;
    fill: #0095dd
}

.clockpicker-canvas-bg {
    stroke: none;
    fill: #c0e5f7
}

.clockpicker-canvas-bg-trans {
    fill: rgba(0,149,221,.25)
}

.clockpicker-canvas line {
    stroke: #0095dd;
    stroke-width: 1;
    stroke-linecap: round
}

.clockpicker-button.am-button {
    margin: 1px;
    padding: 5px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px
}

.clockpicker-button.pm-button {
    margin: 1px 1px 1px 136px;
    padding: 5px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px
}

/* color picker end*/


@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentcolor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}