/*!
 * Tabler (v1.0.0-alpha.7)
 * Copyright 2018-2020 The Tabler Authors
 * Copyright 2018-2020 codecalm
 * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
 */
/**
Dark mode
 */
pre.highlight,
.highlight pre {
  max-height: 30rem;
  margin: 1.5rem 0;
  overflow: auto;
  font-size: 0.75rem;
  background: #354052;
  border-radius: 3px;
  color: #ffffff; }
  pre.highlight::-webkit-scrollbar,
  .highlight pre::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-transition: .3s background;
    transition: .3s background; }
  pre.highlight::-webkit-scrollbar-thumb,
  .highlight pre::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: transparent; }
  pre.highlight::-webkit-scrollbar-corner,
  .highlight pre::-webkit-scrollbar-corner {
    background: transparent; }
  pre.highlight:hover::-webkit-scrollbar-thumb,
  .highlight pre:hover::-webkit-scrollbar-thumb {
    background: #cbcfd6;
    background: #5d6675; }

.highlight .c, .highlight .c1 {
  color: #a0aec0; }

.highlight .na, .highlight .nx, .highlight .nl, .language-css .highlight .na, .language-scss .highlight .na {
  color: #ffe484; }

.highlight .s, .highlight .dl, .highlight .s1, .highlight .s2, .highlight .mh {
  color: #b5f4a5; }

.highlight .mi, .highlight .language-js .nb, .highlight .nc, .highlight .nd, .highlight .nt {
  color: #93ddfd; }

.highlight .language-html .nt, .highlight .nb {
  color: #ff8383; }

.highlight .k, .highlight .kd, .highlight .nv, .highlight .n {
  color: #d9a9ff; }

.example {
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid rgba(110, 117, 130, 0.2);
  border-radius: 3px 3px 0 0;
  position: relative;
  min-height: 12rem;
  display: flex;
  align-items: center;
  overflow-x: auto; }

.example-centered {
  justify-content: center; }
  .example-centered .example-content {
    flex: 0 auto; }

.example-content {
  font-size: 0.875rem;
  flex: 1;
  max-width: 100%; }

.example-bg {
  background: #f5f7fb; }

.example-code {
  margin: 2rem 0;
  border-top: none; }
  .example-code pre {
    margin: 0;
    border-radius: 0 0 3px 3px; }
  .example + .example-code {
    margin-top: -2rem; }

.example-column {
  margin: 0 auto; }
  .example-column > .card:last-of-type {
    margin-bottom: 0; }

.example-column-1 {
  max-width: 20rem; }

.example-column-2 {
  max-width: 40rem; }

.example-modal-backdrop {
  background: #354052;
  opacity: 0.24;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 2px 2px 0 0; }

@media not print {
  .theme-dark .example-code {
    border: 1px solid rgba(110, 117, 130, 0.2);
    border-top: none; } }

@media not print and (prefers-color-scheme: dark) {
  .theme-dark-auto .example-code {
    border: 1px solid rgba(110, 117, 130, 0.2);
    border-top: none; } }

.card-sponsor {
  background: #dbe7f6 no-repeat center/100% 100%;
  border-color: #548ed2;
  min-height: 316px; }

body.no-transitions * {
  transition: none !important; }

.toc-entry:before {
  content: '- '; }

.toc-entry ul {
  list-style: none;
  padding-left: 1rem; }

.toc-entry a {
  color: #6e7582; }

.dropdown-menu-demo {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 0;
  margin-bottom: 1rem; }

.demo-icon-preview {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .demo-icon-preview svg {
    width: 100%;
    height: auto;
    stroke-width: 1.5;
    max-width: 15rem;
    margin: 0 auto;
    display: block; }
/*# sourceMappingURL=demo.css.map */

/*Additional CSS*/
.toolbar-kit{
  position: fixed;
  left: 0;
  top: 112px;
  background: #152238;
  height: calc(100% - 112px);
  width: 70px;
}
.toolbar-menu{
  list-style: none;
  padding-left: 0;
}
.toolbar-menu li a{
  width: 70px;
  height: auto;
  color: #fff;
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0 15px;
}
.toolbar-menu li .nav-link.active{
  background: #23395d;
}
.toolbar-menu li a .icon{
  width: 30px !important;
  height: 30px !important;
}
.toolbar-menu li a span{
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 0.6;
}
.toolbar-options{
  position: fixed;
  left: 70px;
  top: 112px;
  background: #23395d;
  width: 240px;
  height: calc(100% - 112px);
  padding: 15px 15px;
}
.text-footnote{
  font-style: italic;
  line-height: 1.1 !Important;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
}
.content-certificate{
  margin-left: 310px;
  width: calc(100% - 310px);
  position: relative;
}
.background-scroll{
  height: calc(100% - 40px);
  overflow-y: auto;
}
.background-pick{
  width: calc(50% - 7px);
  display: inline-block;
  height: 1px;
  padding-bottom: 45%;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 4px;
  border: 4px solid transparent;
}
.background-pick:hover{
  border: 4px solid #206bc4;
}
.background-pick img{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  height: 100%;
}
.background-pick img{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  height: 200px;
  width: 200px;
}
.background-pick:nth-child(odd){
  margin-right: 3px;
}
.background-pick:nth-child(even){
  margin-left: 3px;
}
.orientation-radio { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.orientation-radio + img {
  cursor: pointer;
}

.orientation-radio:checked{
  border: 4px solid red;
}
.tab-pane.h-100{
  overflow-y: auto;
  overflow-x: hidden;
}
.divider{
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin: 20px 0;
}
.text-options{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 15px;
}
.paperboard{
  margin-top: 60px;
  width: 100%;
  display: block;
  height: 100%;
  overflow: auto;
}
.paper{
  /* background: #fff; */
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  display: block;
  margin: auto;
  position: relative;
  background-size: 40px 10px;
  background-image:
    linear-gradient(to right, grey 0.1px, transparent 1px),
    linear-gradient(to bottom, grey 0.1px, transparent 1px);
}
.pdf-a4-landscape{
    height: 210mm;
    width:297mm;
}
.pdf-a4-potrait{
    width: 210mm;
    height:297mm;
}
/*.a4-landscape{
  height: 397px;
  width: 562px;
}
.a4-potrait{
  width: 397px;
  height: 562px;
}*/
.a4-landscape{
    height: 210mm;
    width:297mm;
}
.a4-potrait{
    width: 210mm;
    height:297mm;
}
.a4-landscape-preview{
    height: 210mm;
    width:297mm;
    zoom: 50%;
}
.a4-potrait-preview{
    zoom: 50%;
    width: 210mm;
    height:297mm;
}
.text-input{
  border: 1px dashed #206bc4;
  position: absolute;
  top: 50px;
  left: 100px;
}
.sign-box{
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  padding: 0 30px;
}
.sign-name{
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #898989;
  margin: 0;
}
.sign-role{
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #898989;
  margin: 0;
}
.btn-add{
  border: 2px dashed #206bc4;
  border-radius: 4px;
  width: 100%;
  display: block;
  background: #c2defe;
  color: #206bc4;
  height: 1px;
  padding-bottom: 100%;
  text-align: center;
  font-size: 30px;
  position: relative;
}
.btn-add:hover, .btn-add:active, .btn-add:focus{
  background: #71b0fb;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.btn-add svg{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-position: center;
  vertical-align: middle;
  width: 50%;
  height: 50%;
}
.btn-template{
  width: 100%;
  height: 1px;
  padding-bottom: 100%;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
.btn-template img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  object-fit: cover;
  width: 100%;
}
.btn-template:hover{
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
a, .btn{
  transition: 0.5s;
}
.nav-wizard .nav-link span{
  width: 25px;
  height: 25px;
  background: #d7d7d7;
  color: #fff;
  border-radius: 30px;
  margin-right: 10px;
  padding-top: 2px;
}
.nav-wizard .nav-link.active span{
  background: #206bc4;
}
.badge-float{
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 3;
}
.badge-new{
  background: #206bc4;
}
.form-scroll{
  height: 420px;
  overflow-y: auto;
  border: 1px solid #d7d7d7;
  padding: 15px;
}
.pick-user-sign{
  list-style: none;
  padding-left: 0;
}
.pick-user-sign li{
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 4px;
  vertical-align: middle;
  margin-bottom: 10px;
  padding: 10px;
}
.pick-user-sign p{
  display: inline-block;
  width: calc(100% - 47px);
  color: #000;
  margin: 0;
  text-align: left;
  vertical-align: middle;
}
.pick-user-sign p span{
  display: block;
}
.pick-user-sign button{
  display: inline-block;
  vertical-align: middle;
}
.pick-user-sign button svg{
  margin: 0;
  padding: 0;
}
.pick-user-sign .pick-name{
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}
.pick-user-sign .pick-role{
  font-size: 12px;
  color: #898989;
  line-height: 1;
}
/*Common*/
a, .btn{
    transition: 0.3s;
}
.box{
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    background: #fff;
    border-radius: 20px;
}
.box-body{
    padding:40px 30px;
}
.btn{
    border-radius: 4px;
}
.btn.btn-blue{
    background: #0293DD;
    border-color: #0293DD;
    color:#fff;
}
.btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active{
    background: #0373ab;
    border-color: #0373ab;
    color:#fff;
}
.btn-blue.btn-outline{
    background: transparent;
    border-color: #0293DD;
    color:#0293DD;
}
.btn-blue.btn-outline:hover, .btn-blue.btn-outline:focus, .btn-blue.btn-outline:active{
    background: #0293DD;
    border-color: #0293DD;
    color:#fff;
}
.btn-rounded, .form-rounded{
    border-radius: 100px !important;
}
.title-login{
    font-size: 18px;
    text-align: center;
    font-family: 'PoppinsSemiBold';
    color:#0293DD;
    margin:0;
} 
.subtitle-login{
    font-size: 14px;
    color:#898989;
    text-align: center;
}
.forgot{
    font-size: 14px;
    color:#E84747;
    text-align: center;
    display: block;
}
.forgot:hover{
    color:#bc2323;
}
.logo-login{
    width: 300px;
    display: block;
    margin:0 auto 15px;
}
.btn-standard{
    min-width: 150px;
}
.separator{
    display: block;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    margin:30px auto;
}
.form-control::-webkit-input-placeholder { /* Edge */
  color: #898989 !important;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #898989 !important;
}

.form-control::placeholder {
  color: #898989 !important;
}
.container-login{
    padding-top:5vw;
}

/*Navbar*/
.navbar-brand img{
    height:30px;
}
.nav-link{
    font-size: 14px;
    position: relative;
}
.navbar .nav-item.active .nav-link:before, .navbar .nav-item .nav-link:hover:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: transparent;
    bottom: -10px;
    left: 0;
}
@media(max-width: 992px){
    .navbar .nav-item.active .nav-link:before, .navbar .nav-item .nav-link:hover:before{
        bottom: 0px;
    }
}
.nav-item .avatar{
    width: 35px;
    height: 35px;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    display: block;
}
.nav-item .avatar img{
    width: 100%;
    height: auto;
    position: absolute;
    display: table;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.dropdown-toggle.no-arrow::after{
    display: none;
}
.nav-link.icon-only{
    font-size: 18px;
    margin:0 5px;
}
.dropdown-notif{
    width: 320px;
    padding:0 !important;
}
.dropdown-notif a{
    word-break: break-word;
    display: block;
    white-space: normal;
    font-size: 14px;
    padding:10px 15px;
}
.dropdown-notif a:first-child{
    border-radius: 4px 4px 0 0;
}
.dropdown-notif a:last-child{
    border-radius:  0 0 4px 4px;
}
.dropdown-notif a.new{
    background: #def6ff;
}
.notif-date{
    display: block;
    font-size: 12px;
    color: #898989;
}
/*Dropdown Animation*/
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.nav-item .username{
    font-size: 12px;
    font-family: 'PoppinsSemiBold';
    margin:0;
    text-align: right;
}
.nav-item .id{
    font-size: 10px;
    color:#898989;
    margin:0;
    text-align: right;
}
.search-group select{
    border-radius: 40px 0 0 40px  !important;
    padding-right: 15px;
    font-size: 14px;
}
.search-group input{
    border-radius:  0 40px 40px 0  !important;
    font-size: 14px;
    padding-right: 30px;
}
.search-group i{
    position: absolute;
    right: 15px;
    top: 10px;
    color:#898989;
    font-size: 14px;
    z-index: 2;
}
/**/

/*Sidebar*/
.sidebar{
    width: 68px;
    border-right: 1px solid #d7d7d7;
    -webkit-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.15);
    padding:15px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1021;
}
.logo-sidebar{
    max-width: 100%;
    margin:0 auto 30px;
}
.button-menu-group{
    display: block;
    margin:0 auto;
}
.btn-square{
    width: 38px;
    height: 38px;
    padding:0.375rem 0 !important;
}
.btn.btn-default{
    color:#898989;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active,.btn.btn-default.active{
    background: #CBEDFF;
    color: #0293DD;
}
.bottom-side{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding:0 15px;
}
.btn.btn-flag{
    width: 38px;
    height: 38px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    display: block;
    padding:0 !important;
}
.btn.btn-flag img{
    width: 100%;
    display: block;
    margin:0;
}
.dropdown-item .icon-flag{
    width: 17px;
    margin-right: 5px;
}
.lang-tag{
    position: absolute;
    font-size: 10px;
    color:#898989;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    bottom: 0;
    right: 0;
    background: #fff;
    border:1px solid #d7d7d7;
    text-align: center;
    padding-top: 2px;
    z-index: 3;
}
/**/

/*Content*/
.container-fluid.content{
    padding-left: 98px !important;
    padding-right: 30px !important;
}
.title{
    font-size: 18px;
}
.status{
    font-size: 12px;
    padding:5px 15px;
    border:1px solid #898989;
    color:#898989;
    border-radius: 30px;
    display: table;
}
.box-blue{
    background: rgb(232,247,255); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(232,247,255,1) 0%, rgba(173,227,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(232,247,255,1) 0%,rgba(173,227,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(232,247,255,1) 0%,rgba(173,227,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f7ff', endColorstr='#ade3ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 20px;
}
.box-white{
    background: #fff;
    border-radius: 20px;
}
.paragraph{
    font-size: 12px;
    color:#898989;
}
.value{
    font-size: 36px;
    color:#0293DD;
    font-family: 'PoppinsSemiBold';
    text-align: center;
    margin:0;
}
.label{
    font-size: 14px;
    color:#898989;
    text-align: center;
    margin:0;
}
.bold{
    font-family: 'PoppinsSemiBold';
}
.text-blue{
    color:#0293DD;
}
.inline-block{
    display: inline-block;
}
.box-blue-bottom{
    background: #ABE3FF;
    border-radius: 0 0 20px 20px;
}
.box-table{
    width: 100%;
    display: table;
}
.vertical-menu{
    list-style: none;
    padding-left: 0;
    width: 280px;
}
.vertical-menu li{
    display: block;
}
.vertical-menu li a{
    color:#898989;
    font-size: 14px;
    margin:5px 0;
    display: block;
    border-radius: 100px;
    padding:10px 20px;
}
.vertical-menu li a:hover{
    text-decoration: none;
    background: #ebebeb;
}
.border-bottom{
    border-bottom: 1px solid #d7d7d7;
}
.border-top{
    border-top: 1px solid #d7d7d7;
}
.btn-text{
    color:#0293DD;
    font-size: 14px;
}
.box-empty{
    background: #f6f6f6;
    border-radius: 20px;
}
.box-empty i{
    font-size: 40px;
    color:#898989;
}
.title-empty{
    font-size: 18px;
    font-family: 'PoppinsSemiBold';
    margin:0;
    color:#898989;
}
.paragraph-empty{
    font-size: 14px;
    margin:0;
    color:#898989;
}
.centered{
    display: table;
    margin:auto;
}

.no-border{
    border:0 !important;
}
.modal-content{
    border-radius: 10px !important;
}
.full-width{
    width: 100%;
    display: table;
}
.workflow-text{
    font-size: 14px;
    margin:0;
    float: left;
    display: table;
    width: calc(100% - 30px);
}
.workflow-info{
    font-size: 14px;
    float: right;
    color:#898989;
    display: table;
    text-align: right;
}
.btn-workflow{
    border:1px solid #d7d7d7;
    border-radius: 10px;
    position: relative;
    display: block;
    padding-bottom:100%;
    margin-bottom: 5px;
}
.btn-workflow img{
    position: absolute;
    margin:auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    display: table;
}
.btn-help{
    position: fixed;
    right: 15px;
    bottom: 0;
    background: #0293DD;
    color:#fff;
    border-radius: 10px 10px 0 0;
    font-size: 13px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    border:0;
    padding:5px 15px;
}
.btn-help:hover, .btn-help:focus, .btn-help:active{
    background: #0373ab;
    color:#fff;
}
.tag{
    background: #898989;
    color: #fff;
    font-size: 12px;
    padding:3px 6px;
    border-radius: 20px;
}
/*Wizard*/
#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: #f6f6f6;
    border-radius: 10px;
    width: 100%;
    display: block;
    position: relative
}
#msform fieldset .form-card.box-upload{
    padding:60px;
}
#msform fieldset .form-card.box-document{
    padding:0;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    color: #898989;
    padding-left: 0;
}

#progressbar .active {
    color: #0293DD;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    float: left;
    position: relative
}

#progressbar li:nth-child(1):before {
    content: "1"
}

#progressbar li:nth-child(2):before {
    content: "2"
}

#progressbar li:nth-child(3):before {
    content: "3"
}

#progressbar li:nth-child(4):before {
    content: "4"
}

#progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 27px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    background: #898989;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -1
}
#progressbar li:first-child:after{
    width: 50%;
    left:auto;
    right: 0;
}
#progressbar li:last-child:after{
    width: 50%;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #0293DD;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/**/

/*Upload file*/
.inputDnD{
    background: #fff;
    width: 100%;
    display: block;
    border-radius: 10px;
    padding:40px 10%;
}
.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100px;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;
}
.inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 1;
    visibility: visible;
    text-align: center;
    color:#898989;
    font-size: 14px;
    font-weight: normal;
    white-space: pre-wrap;
    font-family: 'PoppinsRegular'
}
.btn-upload{
    background: transparent;
    border:0;
    box-shadow: none;
    color: #0293DD;
    font-size: 40px;
    text-align: center;
    display: table;
    margin:auto;
}
.btn-upload:focus{
    outline: none;
}
.upload-text{
    font-size: 13px;
    color:#898989;
    text-align: center;
    display: block;
}
.title-upload{
    font-size: 18px;
    display: block;
    text-align: center;
    margin:auto;
    color: #000;
}

/*.form-label{
    font-size: 12px !important;
    color:#898989 !important;
}*/
.btn-sm{
    padding:7px 15px !important;
}
.box-document-head{
    display: block;
    padding: 10px 15px;
    background: #e5e5e5;
    border-radius: 10px 10px 0 0;
}
.title-document{
    font-size: 14px;
    display: block;
    text-align: center;
    margin:0;
    color: #000;
}
.box-document-body{
    display: block;
    height: 450px;
    overflow-y: auto;
    position: relative;
}
.letter, .document-img{
    max-width: 80%;
    display: block;
    margin:auto;
    background: #fff;
}
.box-option{
    position: absolute;
    bottom: 50px;
}
.box-option.zoom{
    left: 0px;
}
.box-option.paging{
    right: 0px;
}
.box-option .btn-group .btn:first-child{
    border-left:1px solid #d7d7d7;
    border-top:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
}
.box-option .btn-group .btn{
    border-top:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
}
.box-option .btn-group .btn:last-child{
    border-right:1px solid #d7d7d7;
    border-top:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
}
.dropdown-menu-page{
    min-width: 80px !important;
}
fieldset{
    position: relative;
}
.nav-pills.nav-pills-round .nav-link{
    border-radius: 100px !important;
    color:#898989;
    min-width: 90px;
}
.nav-pills.nav-pills-round .nav-link.active, .nav-pills.nav-pills-round .show > .nav-link{
    background: #eee;
    color:#0293DD;
}
.box-title{
    display: block;
    vertical-align: top;
}
.box-title .icon-title{
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    padding-top:4px;
    vertical-align: top;
}
.box-title .option-title{
    width: 80px;
    display: inline-block;
}
.box-title .icon-title.blue{
    background: #ADE3FF;
    color:#0293DD;
}
.box-title .icon-title.red{
    background: #FFB1B1;
    color:#E84747;
}
.box-title .text-title{
    display: inline-block;
    width: calc(100% - 55px);
    padding-left:10px;
}
.box-title .text-title .label-title{
    font-size: 14px;
    display: block;
    margin:0;
    color:#000;
}
.box-title .text-title .desc-title{
    font-size: 12px;
    display: block;
    margin:0;
    color:#898989;
}
.border-left-res{
    border-left: 1px solid #d7d7d7;
}
@media(max-width: 992px){
    .border-left-res{
        border-left: 0;
        border-top: 1px solid #d7d7d7;
    }
}
.text-information{
    font-size: 12px;
    color: #898989;
    margin-bottom: 10px;
    display: block;
}
.text-information a{
    color: #898989;
}
.custom-control-label p{
    display: block;
    font-size: 14px;
    color:#898989;
    margin-bottom: 0;
}
.custom-control-label span{
    display: block;
    font-size: 12px;
    color:#898989;
}
.title-1{
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    display: block;
}
.text-option{
    width: calc(100% - 85px) !important;
}
.box-add{
    background: #F4F5F7;
    padding: 15px;
    border-radius: 10px;
    display: block;
}
.box-add .btn-add-recepient{
    color:#898989;
    font-size: 14px;
}
.box-add .btn-add-recepient i{
    font-size: 16px;
    width: 26px;
    height: 26px;
    text-align: center;
    color:#fff;
    padding: 5px;
    background: #898989;
    border-radius: 4px;
    margin-right: 5px;
}
.box-add .btn-add-recepient:hover{
    text-decoration: none;
}
.box-recepient{
    background: #F4F5F7;
    padding: 15px;
    border-radius: 10px;
    display: block;
    height: 300px;
    overflow: :auto;
    position: relative;
}
.box-recepient span{
    font-size: 12px;
}
.list-recipient{
    padding-left: 0;
    list-style: none;
}
.list-recipient li{
    display: block;
}
.avatar-recipient{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #0293DD;
    color:#fff;
    font-size: 18px;
    text-align: center;
    padding-top: 6px;
    display: inline-block;
    vertical-align: top;
}
.name-recipient{
    display: inline-block;
    width: calc(100% - 150px);
    vertical-align: top;
    padding-left: 10px;
}
.name-recipient .email-name{
    font-size: 14px;
    color: #000;
    display: block;
    margin:0;
}
.name-recipient .type-recipient{
    font-size: 12px;
    color: #898989;
    display: block;
    margin:0;
}
.option-recipient{
    display: inline-block;
    width: 100px;
    vertical-align: top;
}
.badge-red{
    background: #FFB1B1;
    color:#E84747;
}
.badge-orange{
    background: #FED69B;
    color:#E98E05;
}
.badge-pad{
    padding: 10px 15px !important;
}
.badge-rounded{
    border-radius: 100px !important;
}

/*Vertical tabs*/
.vertical-tabs{
    display: block;
}
.vertical-tabs a{
    color:#898989;
    font-size: 14px;
    margin:5px 0;
    display: block;
    border-radius: 100px;
    padding:10px 20px;
}
.vertical-tabs a:hover, .vertical-tabs a.active{
    text-decoration: none;
    background: #ebebeb;
    color:#898989;
}
.vertical-tabs a i{
    margin-right: 5px;
    width: 20px;
}
.tabs-title{
    font-size: 14px;
    font-weight: bold;
    color:#000;
    display: block;
    margin-bottom: 15px;
}
/**/
.signature-box{
    display: block;
    height: 200px;
    border-radius: 4px;
    background: #eee;
    position: relative;
    padding: 15px;
}
.notes{
    color:#898989;
    font-size: 11px;
    display: block;
}

/*Custom radio*/
.div-inline-list{
    display: block;
}
.div-inline-list > .product-container{
    display: block;
    height: 200px;
    border-radius: 4px;
    background: #eee;
    position: relative;
    width: 100%;
}
.product-container{
    position: relative;
    width: 100px;
    height: 100px;
    padding: 15px;
    margin-bottom: 15px;
}
.clickable{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    z-index: 10;
}
.checked-box{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    border-radius: 30px;
    background-color: #5CC163;
    color: #fff;
    text-align: center;
    display: none;
}
.sign-radio{
    visibility: hidden;
    display: none;
}
.sign-radio:checked + .clickable{
    border:2px solid #5CC163;
}

.sign-radio:checked + .clickable .checked-box{
    display: block;
}
/**/

.signature-title{
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.signature-label{
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}
.signature-img{
    display: block;
    text-align: center;
    margin:35px auto 0;
    height: 72px;
    width: 177px;
}
.custom-control-label{
    font-size: 14px;
    color: #898989;
}
.custom-control-label::before{
    top: 0.1rem !important;
}
.custom-control-label::after{
    top: 0.1rem !important;
}
.form-success{
    position: relative;
    z-index: 1;
}
.form-check .form-control{
    padding-right: 30px !important;
}
.form-success:after{
    content:'\f058';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 5px;
    color:#5CC163;
    z-index: 2;
    font-size: 20px;
}
.form-error:after{
    content:'\f057';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 5px;
    color:#d9534f;
    z-index: 2;
    font-size: 20px;
}
.error{
    color:#d9534f;;
}
.relative{
    position: relative;
}
.draw-box{
    display: block;
    width: 490px !important;
    border:1px dashed #d7d7d7;
    border-radius: 10px;
    height: 200px;
    background: #fff;
}
.draw-box.square{
    width: 200px !important;
    height: 200px;
}
.highlight{
    font-weight: bold;
    color: #000;
}
.btn-upload-sm{
    font-size: 16px !important;
}
.inputDnD .draw-box .form-control-file{
    height: 100%;
}
.inputDnD .draw-box .form-control-file:before {
    height: 100%;
    top: 45%;
    color: #0293DD;
}
.hidden{
    display: none !important;
}


/* canvas sertifikat */
.draggable {padding: 0.1em;opacity: 1; color: #000000; position: absolute!important; }
.draggable-image { width: 70px; height: 70px; opacity: 1; color: #000000; position: absolute!important; }
/*.size-logo-kan{width: 160px; height: 66px}*/
.toolheading{ font-size: 16pt; }
.toolsubheading{ font-size: 14pt; }
.toolbody{ font-size: 12pt; }
.ttd-default{
  width:150px;
}

.draggable-nonactive {padding: 0.1em;opacity: 1; color: #000000; position: absolute!important; }
.draggable-image-nonactive { width: 70px; height: 70px; opacity: 1; color: #000000; position: absolute!important; }
.draggable-nonactive textarea {
    border: none;
    outline: none;
    resize: none;
}

.draggable textarea {
    border: none;
    outline: none;
}

.draggable textarea:focus {
    outline: none !important;
    border-color: black; !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow:inset 0px 0px 0px 1px black;
    -moz-box-shadow:inset 0px 0px 0px 1px black;
    box-shadow:inset 0px 0px 0px 1px black;
}
.topline{
    position:absolute;
    width: 4000%;
    border-top:1px red dotted;
    display:none;
    vertical-align::middle;
    margin-top:-7px;
    margin-left:-1000%;
}
.botline{
    position:absolute;
    width: 4000%;
    bottom:-2px;
    border-bottom:1px red dotted;
    display:none;
    vertical-align::middle;
    margin-top:500px;
    margin-left:-1000%;
}
.leftline{
    position:absolute;
    height: 4000%;
    left:-2px;
    border-left:1px red dotted;
    display:none;
    vertical-align::middle;
    margin-top:-1000%;
   
}
.rightline{
    position:absolute;
    height: 4000%;
    right:-2px;
    border-right:1px red dotted;
    display:none;
    vertical-align::middle;
    margin-top:-1000%;
    
}

/* end of canvas sertifikat */

.nav-vertical{
  border-bottom: 0;
}
.nav-vertical li{
  display: block;
  width: 100%;
}
.nav-vertical li .nav-link{
  border-radius: 50px;
}
.nav-vertical li .nav-link.active{
  background: #206bc4;
  color: #fff;
}
.btn-img{
  position: absolute;
  border-radius: 50px;
  z-index: 3;
  right: 0;
  bottom: 0;
}
.btn-img input[type=file]{
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.relative{
  position: relative;
}

/*Custom radio*/
.div-inline-list{
    display: block;
}
.div-inline-list > .product-container{
    display: block;
  height: 200px;
  border-radius: 4px;
  background: #eee;
  position: relative;
  width: 100%;
}
.product-container{
    position: relative;
    width: 100px;
    height: 100px;
    padding: 15px;
    margin-bottom: 15px;
}
.clickable{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    z-index: 10;
}
.checked-box{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    border-radius: 30px;
    background-color: #5CC163;
    color: #fff;
    text-align: center;
    display: none;
}
.sign-radio{
  visibility: hidden;
  display: none;
}
.sign-radio:checked + .clickable{
    border:2px solid #5CC163;
}

.sign-radio:checked + .clickable .checked-box{
    display: block;
}
/**/

.signature-title{
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.signature-label{
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.signature-img{
  display: block;
  text-align: center;
  margin:35px auto 0;
}
.custom-control-label{
  font-size: 14px;
  color: #898989;
}
.custom-control-label::before{
  top: 0.1rem !important;
}
.custom-control-label::after{
  top: 0.1rem !important;
}
.form-success{
  position: relative;
  z-index: 1;
}
.form-error{
  position: relative;
  z-index: 1;
}
.form-check .form-control{
  padding-right: 30px !important;
}
.form-success:after{
  content:'\f058';
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 2px;
  color:#5CC163;
  z-index: 2;
  font-size: 20px;
}
.form-error:after{
  content:'\f057';
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 2px;
  color:#d9534f;
  z-index: 2;
  font-size: 20px;
}
.relative{
  position: relative;
}
.draw-box{
  display: block;
  width: 100%;
  border:1px dashed #d7d7d7;
  border-radius: 10px;
  height: 200px;
  background: #fff;
}
.draw-box.square{
  width: 200px;
  height: 200px;
}
.highlight{
  font-weight: bold;
  color: #000;
}
.btn-upload-sm{
  font-size: 16px !important;
}
.inputDnD .draw-box .form-control-file{
  height: 100%;
}
.inputDnD .draw-box .form-control-file:before {
    height: 100%;
    top: 45%;
    color: #0293DD;
}
.signature-box{
  display: block;
  height: 200px;
  border-radius: 4px;
  background: #eee;
  position: relative;
  padding: 15px;
}
.notes{
  color:#898989;
  font-size: 11px;
  display: block;
}
.nav-pills.nav-pills-round .nav-link{
  border-radius: 100px !important;
  color:#898989;
  min-width: 90px;
}
.nav-pills.nav-pills-round .nav-link.active, .nav-pills.nav-pills-round .show > .nav-link{
  background: #eee;
  color:#0293DD;
}
.box-title{
  display: block;
  vertical-align: top;
}
.box-title .icon-title{
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  padding-top:4px;
  vertical-align: top;
}
.box-title .option-title{
  width: 80px;
  display: inline-block;
}
.box-title .icon-title.blue{
  background: #ADE3FF;
  color:#0293DD;
}
.box-title .icon-title.red{
  background: #FFB1B1;
  color:#E84747;
}
.box-title .text-title{
  display: inline-block;
  width: calc(100% - 55px);
  padding-left:10px;
}
.box-title .text-title .label-title{
  font-size: 14px;
  display: block;
  margin:0;
  color:#000;
}
.box-title .text-title .desc-title{
  font-size: 12px;
  display: block;
  margin:0;
  color:#898989;
}
.border-left-res{
  border-left: 1px solid #d7d7d7;
}
@media(max-width: 992px){
  .border-left-res{
    border-left: 0;
    border-top: 1px solid #d7d7d7;
  }
}
.text-information{
  font-size: 12px;
  color: #898989;
  margin-bottom: 10px;
  display: block;
}
.text-information a{
  color: #898989;
}
.custom-control-label p{
  display: block;
  font-size: 14px;
  color:#898989;
  margin-bottom: 0;
}
.custom-control-label span{
  display: block;
  font-size: 12px;
  color:#898989;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.form-group{
  margin-bottom: 1rem;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
/*Upload file*/
.inputDnD{
  background: #fff;
  width: 100%;
  display: block;
  border-radius: 10px;
  padding:40px 10%;
}
.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100px;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;
}
.inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 1;
    visibility: visible;
    text-align: center;
    color:#898989;
    font-size: 14px;
    font-weight: normal;
    white-space: pre-wrap;
    font-family: 'PoppinsRegular'
}
.btn-upload{
  background: transparent;
  border:0;
  box-shadow: none;
  color: #0293DD;
  font-size: 40px;
  text-align: center;
  display: table;
  margin:auto;
}
.btn-upload:focus{
  outline: none;
}
.upload-text{
  font-size: 13px;
  color:#898989;
  text-align: center;
  display: block;
}
.title-upload{
  font-size: 18px;
  display: block;
  text-align: center;
  margin:auto;
  color: #000;
}
.modal-content{
  background-color: #fff;
}

#box-pic-signature {
  background-size: cover;
}
#box-pic-alias {
  background-size: cover;
}

.signature-style-1{
    font-family: Herr Von Muellerhoff;
    font-size: 40px;
}
.signature-style-2{
    font-family: 'Kristi', cursive;
    font-size: 40px;
}
.signature-style-3{
    font-family: 'La Belle Aurore', cursive;
    font-size: 30px;
}
.signature-style-4{
    font-family: 'Lovers Quarrel', cursive;
    font-size: 40px;
}

.signature-black{
    color: black;
}
.signature-blue{
    color: blue;
}
.signature-green{
    color: green;
}
.transparent{
    background: transparent !important;
    background-color: transparent !important;
}
#newSignatureModal .modal-content, #newSignatureModal .modal-dialog, #newSignatureModal .modal-body{
  position: initial !important;
}
.btn-del-float{
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 4px 0 4px 0 !important;
  z-index: 100;
}
.btn-sm{
  padding: 5px 8px !important;
}
.form-fixed{
  position: fixed;
  right: 10px;
  top: 192px;
  width: 200px;
}
.card-header-sm{
  background: #23395d;
  padding: 3px 10px;
}
.card-header-sm label{
  color: #fff;
}
.card-header-sm a{
  color: #fff;
}
.card-header-sm a:hover{
  opacity: 0.7;
}
.background-preview-landscape img{
    height: 100px;
    width: 150px;
}
.background-preview-potrait img{
    width: 100px;
    height: 150px;
}

.style-bold{
    font-weight: bold !important;
}
.style-italic{
    font-style: italic !important;
}
.style-underline{
    text-decoration: underline !important;
}
.tab-pane-subtitle{
  font-size: 12px;
  color: #fff !important;
  margin: 5px 0 !important;
  font-weight: bold;
}
#box-pic-signature{
  background-size: contain;  
  background-repeat: no-repeat;
  background-position: center;
}
*{
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
}

/* pdf maker */
.nav-vertical-pdf{
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 52px;
  top: -248px;
  left: 15px;
  border: 0;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translate(-488px, 0px);
     -moz-transform: rotate(-90deg) translate(-488px, 0px);
       -o-transform: rotate(-90deg) translate(-488px, 0px);
          transform: rotate(-90deg) translate(-488px, 0px);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.nav-vertical-pdf-edit{
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 52px;
  top: -368px;
  left: 15px;
  border: 0;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translate(-488px, 0px);
     -moz-transform: rotate(-90deg) translate(-488px, 0px);
       -o-transform: rotate(-90deg) translate(-488px, 0px);
          transform: rotate(-90deg) translate(-488px, 0px);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.nav-vertical-pdf a{
  float: initial;
  width: 120px;
  height: 100%;
  border: 1px solid #d7d7d7;
  text-align: center;
}
.nav-vertical-pdf-edit a{
  float: initial;
  width: 120px;
  height: 100%;
  border: 1px solid #d7d7d7;
  text-align: center;
}
[hidden] {
  display: none !important;
}
.card-preview{
  min-height: 300px;
  background: #f0f0f0;
}
.kan-number{
    font-family: Arial;
    font-weight: bold;
    color: black;
    font-size: 8pt;
    text-align: center;
}
.logo-kan img{
    width: 15.5cm;
    height: 6.6cm;
}
.zoom-box{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.zoom-box input{
  width: 50px !important;
  text-align: center;
  border: 0 !important;
}
.zoom-box .btn:active{
  outline: 0 !important;
  box-shadow: none !important;
}
.zoom-box .input-group-prepend .btn{
  border-radius: 0.2rem 0 0 0.2rem !important;
}
.zoom-box .input-group-append .btn{
  border-radius: 0 0.2rem 0.2rem 0 !important;
}
.label-range{
  position: absolute;
  font-size: 10px !important;
}
.label-range.left{
  left: 0;
  top: -3px;
}
.label-range.right{
  right: 0;
  top: -3px;
}
.certificate-content{
    overflow: auto;
    /*margin: auto;*/
    margin-top: 50px;
    /*display: table;*/
}
.hover-hand:hover{
    cursor: pointer;
}
.text-edit{
  position: absolute;
  z-index: 4;
  padding-bottom: 30px;
}
.text-edit textarea{
  border: 1px solid blue;
  min-width: 250px;
  resize: none;
  padding: 10px;
  resize: none;
  overflow: hidden;
}
.text-edit-button{
  display: block;
  text-align: center;
}
.text-edit-button button{
  margin: 0 5px !important;
  width: 20px !important;
  height: 20px !important;
  padding: 2px !important;
  border-radius: 100px !important;
  text-align: center;
  border: 1px solid #d7d7d7 !important;
}
.text-edit span{
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #d7d7d7;
  z-index: 5;
  border-radius: 100px;
}
.text-edit .resize-top-left{
  top: -5px;
  left: -5px;
}
.text-edit .resize-top-right{
  top: -5px;
  right: -5px;
}
.text-edit .resize-bottom-left{
  bottom: 0px;
  left: -5px;
}
.text-edit .resize-bottom-right{
  bottom: 0px;
  right: -5px;
}
.textarea-custom{
  border: none;
    overflow: hidden;
    outline: none;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none; /*remove the resize handle on the bottom right*/
    padding: 0px !important;
    margin: 0px !important;
}
.text-custom{
    /*line-height: 1;*/
    width: 100%;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
}
.resizable {
  background: white;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100px;
  left: 100px;
}

.resizable .resizers{
  width: 100%;
  height: 100%;
  border: 3px solid #4286f4;
  box-sizing: border-box;
}

.resizable .resizers .resizer{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  border: 3px solid #4286f4;
  position: absolute;
}

.resizable .resizers .resizer.top-left {
  left: -5px;
  top: -5px;
  cursor: nwse-resize;
}
.resizable .resizers .resizer.top-right {
  right: -5px;
  top: -5px;
  cursor: nesw-resize;
}
.resizable .resizers .resizer.bottom-left {
  left: -5px;
  bottom: -5px;
  cursor: nesw-resize;
}
.resizable .resizers .resizer.bottom-right {
  right: -5px;
  bottom: -5px;
  cursor: nwse-resize;
}
.no-border{    
    border-style: none; 
    border-color: Transparent; 
    overflow: auto;  
}
.element-clear{
    border-color: transparent !important;
    background: transparent !important;
}
.loadingpage{
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
}
.loadingpage img{
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: table;
}
.m-bot-0{
    margin-bottom: 0px!important;
}
.graph-no-data{
    display: table;
    margin: auto;
    font-size: 40px;
}
.list-address{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list-address li{
  display: block;
  font-size: 14px;
  vertical-align: top;
}
.list-address li i{
  display: inline-block;
  width: 20px;
  margin-bottom: 10px;
  vertical-align: mid;
  padding-top: 5px;
}
.list-address li span{
  display: inline-block;
  width: calc(100% - 25px);
  vertical-align: top;
  padding-left: 20px;
}
.bg-blue{
  background-color: #004eb2;
  background-image: url('../images/building-3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  border-radius: 0 0 0.5rem 0.5rem;
}
.logo-footer{
  width: 120px;
}

.gridlines {
    display: none;
    position:absolute;
    background-color:#ccc;
}