/*OVERRIDING THEME STYLES*/
.sidebar .nav>li.active>a i {
    color: #fff;
}
.panel-success>.panel-heading {
    background: #0eba8f !important;
}
.btn.btn-success, .btn.btn-success.disabled, .btn.btn-success.disabled:focus, .btn.btn-success.disabled:hover, .btn.btn-success[disabled], .btn.btn-success[disabled]:focus, .btn.btn-success[disabled]:hover {
    color: #fff;
    background: #0eba8f;
    border-color: #0eba8f;
}
.badge.badge-success, .badge.badge-teal, .label.label-success, .label.label-teal {
    background: #0eba8f;
}
ul.nav.nav-tabs.up-tabs {
    /*background: #008a8a !important;*/
    background: #0eba8f !important;
    margin-bottom: -10px;
    margin-left: -15px;
    max-width: 100%;
}
.panel-heading .nav-tabs.up-tabs>li>a {
    padding: 10px 15px;
    line-height: 20px;
    color: #fff;
}
.panel-heading .nav-tabs.up-tabs>li:hover > a {
    color: #333;
}
.panel-heading .nav-tabs.up-tabs>li.active>a {
    padding: 10px 15px;
    line-height: 20px;
    color: #333;
}
.panel-body{
    padding-top: 0 !important;
}
.nav-pills.booking-front-office-pills>li.active>a {
    background: #0eba8f;
    color: #fff;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #efefef;
    opacity: .6;
    filter: alpha(opacity=60);
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #0eba8f!important;
    border-color: #0eba8f!important;
    color: #fff;
}
.pos-text{
    color: #f5f7fa;
}
.pos-link-button{
    /*background: #2cb190;*/
    background: #0eba8f;
    border-color: #0eba8f;
    color: #ffffff;
}
.pos-link-button:hover{
    color: #ffffff;
}
.pos-link-button:active{
    color: #ffffff;
}
button.el-button.el-button--default.el-button--small.btn-lg {
    font-size: 20px !important;
    padding: 10px 20px !important;
}
/*Customer loader*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #0eba8f;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0eba8f transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*End*/


.my-swal-button {
    padding: 20px 30px !important;
    margin: 0 10px;
    font-size: 16px !important;
}
.swal-btn-confirm{
    background: #0eba8f;
}
.swal-btn-confirm:hover{
    background: #0eba8f !important;
}
.swal-btn-danger{
    background: #d21f59;
}
.swal-btn-danger:hover{
    background: #c71951 !important;
}

.swal-footer{
    justify-content: center;
    display: flex;
}
.bg-uzapoint {
    background: #c5c5c5;
}
.text-uzapoint-bold {
    font-weight: bold !important;
}
.text-uzapoint {
    color: #2E313D !important;
}
.widget.reports-widget {
    position: relative;
    height: 150px;
    overflow: hidden;
    padding: 5px !important;
}
.bg-gradient-green {
    background: #34babb!important;
    background: -moz-linear-gradient(-45deg,rgba(52,186,187,1) 0,rgba(0,172,172,1) 100%)!important;
    background: -webkit-linear-gradient(-45deg,rgba(52,186,187,1) 0,rgba(0,172,172,1) 100%)!important;
    background: linear-gradient(135deg,rgba(52,186,187,1) 0,rgba(0,172,172,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34babb', endColorstr='#00acac', GradientType=1 )!important;
}
blockquote {
    padding: 10px 20px !important;
    margin: 0 0 20px !important;
    font-size: 17.5px !important;
    border-left: 5px solid #eee !important;
}
.card.card-inverse footer {
    color: rgb(67, 71, 76) !important;
}

.dt-buttons btn-group > .btn.btn-default {
    color: #fff;
    background: #7b7b7b;
    border-color: #7b7b7b;
}

/**/
.search-input {
    border-style: none;
    background: transparent;
    outline: none;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}

@keyframes gradient {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}
.webflow-style-input {
    position: relative;
    display: inline-block;
    flex-direction: row;
    width: 50%;
    max-width: 400px;
    margin: 0 30px;
    border-radius: 2px;
    padding: 10px;
    background: rgb(255, 255, 255);
}
.webflow-style-input:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    height: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-position: 0% 0%;
    background: linear-gradient(to right, #B294FF, #57E6E6, #FEFFB8, #57E6E6, #B294FF, #57E6E6);
    background-size: 500% auto;
    -webkit-animation: gradient 3s linear infinite;
    animation: gradient 3s linear infinite;
}

.webflow-style-input input {
    flex-grow: 1;
    color: #BFD2FF;
    font-size: 1.4rem;
    line-height: 1.4rem;
    vertical-align: middle;
}
.webflow-style-input input::-webkit-input-placeholder {
    color: #7881A1;
}

.webflow-style-input button {
    color: #7881A1;
    font-size: 2.4rem;
    line-height: 2.4rem;
    vertical-align: middle;
    transition: color .25s;
}
.webflow-style-input button:hover {
    color: #BFD2FF;
}
.pos-pagination-holder{
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10%;
    left: 0;
}
.bg-up-green{
    background: #2befbe !important;
}
.border-up-green{
    border-color: #2befbe !important;
}
.color-up-green{
    color: #2befbe !important;
}
.no-access-emoji{
    font-size: 60px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.pointable{
    pointer-events: auto;
    cursor: pointer;
}
.unpointable{
    pointer-events: none;
    color: #d2d2d2 !important;
}
.pos-text{
    color: #434858;
}
.pos-button{
    width: 60%;
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
}
fieldset
{
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius:4px;
    background-color:#f5f5f5;
    padding-left:10px!important;
}
legend
{
    font-size:14px;
    font-weight:bold;
    margin-bottom: 0px;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 20px;
    background-color: #ffffff;
}
.cool-fieldset{
    background: #fff;
    border:none !important;
    border-radius: 12px;
    -webkit-box-shadow: 0 8px 32px rgba(77,101,117,0.35);
    -moz-box-shadow: 0 8px 32px rgba(77,101,117,0.35);
    box-shadow: 0 8px 32px rgba(77,101,117,0.35);
}
.cool-fieldset legend{
    border: none !important;
    background: #e1e2e2;
}
.buttons .button{
    word-break: break-word;
}
.pos-route-heading{
    color: #787e84;
}
.quotation-header{
    /*background: #43fdce;*/
    background: #0eba8f;
}
.package-duration-tip{
    background: -webkit-linear-gradient(#072b21, #23061d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
div.VueTables.VueTables--client div.table-responsive{
    overflow-x: inherit !important;
}
.dropdown-menu {
    min-width: 100px !important;
}

/*BUTTON GRADIENTS*/
.btn-book-prompter {background-image: linear-gradient(to right, #834d9b 0%, #d04ed6 51%, #834d9b 100%);color:#fff;}
.btn-book-prompter:hover { background-position: right center; }
/*END*/

@media print {
    body {
        -webkit-print-color-adjust: exact;
        font-size: 10px;
    }
    thead.quotation-header{
        background: #0eba8f !important;
        -webkit-print-color-adjust: exact;
    }
    p{
        font-size: 11px;
    }
    td{
        font-size: 11px;
    }
    span{
        font-size: 11px;
    }
    div{
        font-size: 11px;
    }
    td.quotation-totals-row-first-td{
        width: 65% !important;
    }
}

/*GLOBAL SCROLLBAR STYLING*/
*::-webkit-scrollbar {
    width: 10px;
    background: #ffffff;
}
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
*::-webkit-scrollbar-thumb {
    background-color: #81b1af;
    outline: 1px solid #81b1af;
}

/*SUPPORT CHAT GLOBAL STYLES*/
#chat .you .message{
    background-color:#0eba8f;
}
#chat .me .message{
    background-color:#646b86;
}
#chat .triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
}
#chat .you .triangle{
    border-color: transparent transparent #0eba8f transparent;
    margin-left:15px;
}
#chat .me .triangle{
    border-color: transparent transparent #646b86 transparent;
    margin-left:93%;
}
.me .message-image{
    border-bottom: 1px solid rgb(96, 101, 123);
}
.you .message-image{
    border-bottom: 1px solid #25af8c;
}
/*END*/

/*
.form-horizontal.form-bordered .form-group {
    border-bottom: 1px solid #dad3d3;
    margin: 0;
}
.form-horizontal.form-bordered .form-group:last-child {
    border-bottom: 0;
}
.form-horizontal.form-bordered .form-group>div {
    padding: 15px;
    border-left: 1px solid #dadada;
}*/

/***********HEART BEAT STYLES*************/


.fa {

}

.green.fa{
    color: #0eba8f;
}
.red.fa{
    color: red;
}
.orange.fa{
    color: orange;
}
@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform:scale(1)
    }
    50% {
        -webkit-transform:scale(1.4)
    }
    100% {
        -webkit-transform:scale(1)
    }
}

@-moz-keyframes heartbeat {
    0% {
        -moz-transform:scale(1)
    }
    50% {
        -moz-transform:scale(1.4)
    }
    100% {
        -moz-transform:scale(1)
    }
}

@-o-keyframes heartbeat {
    0% {
        -o-transform:scale(1)
    }
    50% {
        -o-transform:scale(1.4)
    }
    100% {
        -o-transform:scale(1)
    }
}

@keyframes heartbeat {
    0% {
        transform:scale(1)
    }
    50% {
        transform:scale(1.4)
    }
    100% {
        transform:scale(1)
    }
}

.heartbeat {
    -webkit-animation-name: heartbeat;
    -moz-animation-name: heartbeat;
    -o-animation-name: heartbeat;
    animation-name: heartbeat;
}

.animate-infinite-heartbeat {
    -webkit-animation: heartbeat 2s infinite;
    animation: heartbeat 2s infinite;
}
/**********END OF HEART BEAT**************/

/* The typing effect */
.typewriter {
    font-family: monospace;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid #333; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation:
            typing 5.5s steps(30, end) infinite,
            blink-caret .5s step-end infinite;
}
@keyframes typing {
    0% { width: 0 }
    40% { width: 100% }
    /*   100% { width: 0 } */
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange }
}
/*end typing effect*/


/*FRONT OFFICE SPECIFIC STYLING*/
.content.front-office-content{
    padding: 13px !important;
}
/*END FRONT END STYLING*/

.VueTables__table {
    overflow: auto!important;
}
