﻿.blink {
    animation: blinker 0.6s linear infinite;
    color: #007bff;
}

.blink1 {
    animation: blinker 0.6s linear infinite;
    color: #fbfdff;
    background-color: #631c47;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 3px solid #7a651b;
    border-radius: 10px;
    width: 200px;
    height: 100px;
    position: fixed;
    background-color: White;
    z-index: 1000;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    display: none;
}

button[disabled]:active, button[disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled],
button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover {
    border: 2px outset ButtonFace !important;
    color: GrayText !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    background-color: #ddd !important;
    background: #ddd !important;
}


.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

/*********************************************************************JCROP-WEBCAM UTILITIES ************************************************/

.ic_copper-section {
    width: 100%;
    height: auto;
}

.ic_copper-mobile {
    width: 450px;
    height: auto;
    padding: 15px;
    background: #ccc;
    margin: 0px auto;
}

    .ic_copper-mobile a {
        background: #000;
        border-radius: 8px;
        text-transform: uppercase;
        padding: 8px 35px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        display: table;
        margin: 0px auto;
    }

.ic_copper-rr .modal-title {
    margin: 0px auto;
    display: table;
}

.ic_copper-rr .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.ic_modal-content {
    border: 0px;
    background: linear-gradient(180deg, rgba(204,242,253,1) 0%, rgba(210,214,215,1) 100%);
}


.Uploadbox {
    position: relative;
    border-radius: 3px;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #e2e2e2 !important;
    padding: 9.25rem 1.25rem;
    text-align: center;
    border: 1px solid #24587e;
}

    .Uploadbox + .Uploadbox {
        margin-top: 2.5rem;
    }

    .Uploadbox input#file-2 {
        position: absolute;
        opacity: 0;
    }

.modal-body {
    /*padding: 1rem 2.2em;*/
}

.taken-box-title {
    text-align: center;
    margin-top: 25px;
}

    .taken-box-title h2 {
        width: auto;
        height: auto;
        font-size: 25px;
        word-wrap: break-word;
        font-weight: 800;
        line-height: 39px;
        border-bottom: 1px solid #939393;
        display: table;
        margin: 0px auto 25px;
    }

a.camera-box {
    width: auto;
    height: auto;
    margin: 15px auto 0px;
    display: table;
    text-align: center;
    background: #245983;
    border-radius: 10px;
    padding: 11px 20px;
}


/*----------PopUp Modal-------------*/
.main-content {
    width: 650px;
    background: #ef5d06;
    color: #000;
    margin: 0 auto;
    padding: 20px;
}

.form-content {
    background: #f7f7f7;
    padding: 10px;
    text-align: center;
    margin-bottom: 1px;
}

    .form-content input {
        width: 50%;
        border: 1px solid #ccc;
        padding: 7px;
    }

.modal-header .modal-title {
    margin: 0px auto;
    display: table;
    font-size: 25px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

.modal-header .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.ic_copper-dg .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.profile-box {
    width: 100%;
    height: auto;
    border: 2px solid #1b4c75;
    position: relative;
}

    .profile-box img {
        width: 100%;
        height: auto;
    }

.bt-cly {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
    display: table;
    margin: 0px auto;
    z-index: 9999;
}

.cl-1 {
    width: 72px;
    height: 72px;
    display: table;
    margin: 0px auto 38px;
}

    .cl-1 img {
        width: auto;
        height: auto;
    }

    .cl-1 a {
        background: transparent;
        padding: 0px;
    }

.cl-2 {
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 50px;
    right: 56px;
}

    .cl-2 img {
        width: auto;
        height: auto;
    }

    .cl-2 a {
        background: transparent;
        padding: 0px;
    }

.cl-3 {
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 20px;
    left: 56px;
}

    .cl-3 img {
        width: auto;
        height: auto;
    }

    .cl-3 a {
        background: transparent;
        padding: 0px;
    }

a.save-box {
    display: table;
    margin: 0px auto 20px;
    display: table;
    text-align: center;
    background: #245983;
    border-radius: 10px;
    padding: 11px 20px;
}

.rcrop-wrapper {
    width: 100%;
}

.image-wrapper {
    position: relative;
    border: 2px solid #24587e;
    max-width: 600px;
    min-height: 450px;
}

    .image-wrapper img {
        width: 100%;
    }

.overlay_UploadModal::selection {
    background: transparent;
}

.crop-component::selection {
    background: transparent;
}

.crop-blur {
    -webkit-filter: blur(5px) sepia(0.2);
    filter: blur(5px) sepia(0.2);
}

.crop-image,
.overlay_UploadModal > img {
    width: auto;
    height: auto;
    /* можно явно указать либо ширину, либо высоту */
    /*либо height: 300px;*/
    display: block;
    object-fit: contain;
    object-position: center;
}
/*add stretch*/
.crop-image {
    display: block;
    position: relative;
    pointer-events: none;
}
/*add stretch*/
.overlay_UploadModal > img {
    position: absolute;
    display: block;
}

.crop-component {
    position: relative;
    display: table;
    z-index: 999;
    background-color: white;
    margin: 0 auto;
    overflow: hidden;
}

.overlay_UploadModal {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin-left: -100px;
    margin-top: -100px;
    width: 150px;
    height: 150px;
    border: 2px dashed #fff;
    overflow: hidden;
    box-sizing: content-box;
}

    .overlay_UploadModal:hover,
    .overlay_UploadModal:active {
        cursor: move;
    }

.btn-crop {
    position: fixed;
    right: 5px;
    bottom: 5px;
    vertical-align: bottom;
    padding: 6px 10px;
    z-index: 999;
    background-color: #DE3C50;
    border: none;
    border-radius: 5px;
    color: #FFF;
}

    .btn-crop img {
        vertical-align: middle;
        margin-left: 8px;
    }

/*************************Webcam******************************/
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    background: #EAEAEA;
}

#webcam {
    max-width: 100% !important;
    border: 0;
    top: 0;
    right: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-transition: .2s opacity;
    -webkit-perspective: 1000px;
}

video {
    max-width: 100%;
}

img {
    max-width: 100%;
}

canvas {
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
}

.jcrop-holder img {
    max-width: none;
}
/*************************Webcam******************************/
/*********************************************************************JCROP-WEBCAM UTILITIES ************************************************/


/******************************Telerik Date Control css***************************************************/
.RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    border-color: #898772 !important;
    background: #fff !important;
    color: #272722 !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 15px !important;
    border-radius: 4px !important;
}

.RadCalendar_Default .rcMainTable {
    font-size: 16px !important;
}

.RadCalendarPopup {
    width: 85%;
    max-width: 400px !important;
}

.RadCalendar .rcTitlebar .rcTitle {
    font-size: 15px !important;
    font-weight: bold !important;
}

.RadCalendar_Default .rcTitlebar .rcPrev, .RadCalendar_Default .rcTitlebar .rcNext, .RadCalendar_Default .rcTitlebar .rcFastPrev, .RadCalendar_Default .rcTitlebar .rcFastNext {
    transform: scale(1.6) !important;
    margin: 0px 10px 0 !important;
}

.RadPicker_Default .rcCalPopup, .RadPicker_Default .rcTimePopup {
    background-image: url('../images/icon-calendar.png') !important;
    background-size: 20px !important;
    transform: scale(1.5) !important;
    margin-left: 8px;
}

.RadPicker_Default a.rcCalPopup:hover, .RadPicker_Default a.rcCalPopup:focus, .RadPicker_Default a.rcCalPopup:active {
    background-position: 0 -22px !important;
}

html body .RadInput .riTextBox {
    background: rgba(255,255,255,1) !important;
    padding: 3px 3% !important;
}

html body .riSingle .riTextBox[type="text"] {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
    width: 100%;
    padding: 20px 15px !important;
}

.RadCalendar {
    width: 100% !important;
}

.RadCalendar_Office2007 .rcMainTable, .RadCalendarTimeView_Office2007 {
    font-size: 16px !important;
    font-weight: bold;
}

.RadCalendar_Office2007 .rcTitlebar .rcPrev, .RadCalendar_Office2007 .rcTitlebar .rcNext, .RadCalendar_Office2007 .rcTitlebar .rcFastPrev, .RadCalendar_Office2007 .rcTitlebar .rcFastNext {
    transform: scale(1.6) !important;
    margin: 0px 10px 0 !important;
}

.RadInput_Office2007 .riTextBox, html body .RadInputMgr_Default {
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 15px !important;
    border-radius: 4px !important;
    margin-bottom:10px!important;
}

.RadPicker_Office2007 .rcCalPopup {
    background-position: 0 0;
    transform: scale(1.5);
    margin-bottom:10px;
}

.RadPicker_Office2007 .rcTimePopup {
    background-position: 0 -100px;
    transform: scale(1.5);
    margin-bottom:10px;
}

/******************Telerik Combobox*******************/
.RadComboBox_Default .rcbDisabled .rcbInput {
    color: #000 !important;
    font-weight: bold !important;
    cursor: not-allowed !important;
}

.RadComboBox_Default .rcbInput {
    font: normal 15px "Segoe UI",Arial,Helvetica,sans-serif !important;
    color: #000 !important;
}

.RadComboBox .rcbInput, .RadComboBox .rcbFakeInput {
    padding: 20px 15px !important;
}

.RadComboBoxDropDown .rcbList {
    font-size: 15px !important;
    line-height: 25px !important;
}

html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    font: 15px "segoe ui",arial,sans-serif !important;
    color: #000 !important;
    font-weight: bold !important;
}

html body .RadInput_Default .riDisabled, html body .RadInput_Disabled_Default {
    border-color: #d0d0d0 !important;
    color: #000 !important;
    cursor: not-allowed !important;
    font-weight: bold !important;
    /*text-align: center !important;*/
    background-color: #efefef !important;
}

html body .RadInput_Default .riRead, html body .RadInput_Read_Default {
    border-color: #d0d0d0 !important;
    color: #000 !important;
    cursor: not-allowed !important;
    font-weight: bold !important;
    /*text-align: center !important;*/
    background-color: #efefef !important;
}

input[type="text"]:disabled, input[type="text"]:read-only, [disabled], [readonly] {
    background-color: #efefef !important;
    cursor: not-allowed !important;
}

/*****************End Telerik Combobox***************/

.suspected {
    background-color: #fbdcdc !important;
}

.Checkout {
    background-color: #465a63 !important;
    color: #fff;
}

.SecondryGuest {
    background-color: #f9f3e4 !important;
}

.CheckoutHotelColor {
    color: #fff;
}

.ChecInHotelColor {
    color: #000;
}
/*---------------------------End Telerik Control CSS---------------------------------------------------*/

/* Loader Start*/

.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: radial-gradient( #0393f9, #0a558c, #00294d);
}



.wrapperLoader {
    width: 150px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



    .wrapperLoader span {
        font-size: 20px;
        letter-spacing: 12px;
        color: #fff;
        text-align: center;
        position: relative;
        top: 75px;
    }



.circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}



@keyframes circle {

    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}



.circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}



.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}



.shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}



@keyframes shadow {

    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}



.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s;
}



.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

/* Loader End */

.ResetButton {
    border-radius: 4px;
    background-image: linear-gradient(96deg, #e6e3e5, #bec0c5);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    flex-shrink: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    padding: 9px 20px;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
    padding: 15px 32px;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    margin-top: 13px;
    transition-duration: 0.4s;
}

.ResetButton:hover {
    border-radius: 4px;
    background-image: linear-gradient(96deg, #e6e3e5, #efefef);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    flex-shrink: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    padding: 9px 20px;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
    padding: 15px 32px;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    margin-top: 13px;
    transition-duration: 0.4s;
}

.SearchButton {
    border-radius: 4px;
    background-image: linear-gradient(96deg, #53b2fe, #065af3);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    flex-shrink: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 9px 20px;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
    padding: 15px 32px;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
    margin-top: 13px;
    transition-duration: 0.4s;
}

    .SearchButton:hover {
        background-image: linear-gradient(96deg, #c17a2a, #065af3);
        border-radius: 4px;
        box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
        display: inline-block;
        flex-shrink: 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        padding: 9px 20px;
        cursor: pointer;
        outline: 0;
        border: 0;
        text-align: center;
        padding: 15px 32px;
        margin: 4px 2px;
        cursor: pointer;
        width: 100%;
        margin-top: 13px;
    }
