/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.base-sub-page input[type="checkbox"] {
    margin-left: 14px;
}

.ibox-content {
    background-color: #fff;
    color: inherit;
    padding: 15px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    max-width: 800px;
    border-style: solid solid none;
    border-width: 1px 0;
    clear: both;
}

.ibox-content {
    border-style: solid;
    border-width: 1px;
    padding: 15px;
}

.ibox-content .hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin: 20px 0;
}

.ibox-content .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.ibox-content .col-sm-2 {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 16.66666667%;
    float: left;
}

.ibox-content .col-sm-10 {
    width: 83.33333333%;
    float: right;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.ibox-content .form-group {
    margin-bottom: 15px;
}

.ibox-content .form-control {
    height: 34px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    font-size: 14px;
    padding: 6px 8px;
}

.ibox-content .form-horizontal .form-group:before {
    display: table;
    content: " ";
}

.ibox-content .form-horizontal .form-group:after {
    display: table;
    content: " ";
    clear: both;
}

.ibox-content * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ibox-content .subsetting-wraper {
    margin-left: 33px;
    color: #6e7479;
}

.ibox-content .btn-primary {
    background-color: #58cde5;
    border-color: #58cde5;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.ibox-content .subsetting-wraper {
    overflow: hidden;
}

.ibox-content .subsetting-wraper.open {
    max-height: 800px;
    transition: max-height 1s ease-in;
}

.ibox-content .subsetting-wraper.close {
    max-height: 0px;
    transition: max-height 1s ease-out;
}


@import url(https://fonts.googleapis.com/css?family=Play:400,700&subset=latin,cyrillic);
.RentsystBodyOverflowHidden {
    overflow: hidden
}

.RentsystButton {
    position: fixed !important;
    width: 100px !important;
    height: 100px !important;
    box-sizing: border-box !important
}

.RentsystButton.bottom {
    bottom: 30px !important
}

.RentsystButton.top {
    top: 30px !important
}

.RentsystButton.right {
    right: 30px !important
}

.RentsystButton.left {
    left: 30px !important
}

.RentsystButtonBackground {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 100% !important;
    background-color: #1c84c6;
    opacity: .8 !important;
    box-sizing: border-box !important
}

.RentsystButtonWave {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 50% !important;
    color: #1c84c6;
    border: 2px solid !important;
    width: 105%;
    height: 105%;
    opacity: .9 !important;
    box-sizing: border-box !important;
    -webkit-animation: 2s cubic-bezier(.37, 0, .8, .77) infinite wave-stroke;
    -moz-animation: 2s cubic-bezier(.37, 0, .8, .77) infinite wave-stroke;
    -o-animation: 2s cubic-bezier(.37, 0, .8, .77) infinite wave-stroke;
    animation: 2s cubic-bezier(.37, 0, .8, .77) infinite wave-stroke
}

.RentsystButtonIcon {
    display: none;
    box-sizing: border-box !important
}

.RentsystButtonText {
    position: absolute !important;
    top: 25px !important;
    left: 5px !important;
    right: 5px !important;
    border-radius: 50% !important;
    width: 90px !important;
    height: 50px !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 400 !important;
    text-align: center !important;
    vertical-align: middle !important;
    letter-spacing: 1.5px !important;
    font-family: Play, sans-serif !important;
    box-sizing: border-box !important
}

.RentsystWidgetBlock {
    position: fixed !important;
    top: 0 !important;
    width: 500px !important;
    height: 100% !important;
    background-color: #fff !important;
    background-image: url(/images/widgetBack.png) !important;
    background-position: center 10% !important;
    background-repeat: no-repeat !important;
    box-sizing: border-box !important
}

.RentsystWidgetBlock.right {
    right: -500px !important
}

.RentsystWidgetBlock.left {
    left: -500px !important
}

.RentsystWidgetIFrame {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important
}

.RentsystWidgetCover {
    width: 100% !important;
    height: 100% !important;
    background: #333 !important;
    opacity: .5 !important;
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    box-sizing: border-box !important
}

.RentsystCloseIcon {
    position: fixed !important;
    top: 13px !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    background: url(https://yclients.com/images/icon-close.png) center center/12px 12px no-repeat #fff !important;
    display: none;
    box-sizing: border-box !important
}

.RentsystCloseIcon.left {
    left: 513px !important
}

.RentsystCloseIcon.right {
    right: 513px !important
}

.RentsystWidgetShow {
    animation-duration: .4s !important
}

.RentsystWidgetShow.right {
    right: 0 !important;
    animation-name: slideinRight !important
}

.RentsystWidgetShow.left {
    left: 0 !important;
    animation-name: slideinLeft !important
}

.RentsystWidgetHide {
    animation-duration: .4s !important
}

.RentsystWidgetHide.right {
    right: -500px !important;
    animation-name: slideoutRight !important
}

.RentsystWidgetHide.left {
    left: -500px !important;
    animation-name: slideoutLeft !important
}

.rentsyst_photo_thumbnails {
    max-width: 75px;
    height: auto;
    vertical-align: top;
}
.rentsyst-circle-color {
    background-color: #60ecfa;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #10101069;
}

.rentsyst-loading {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.88);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.rentsyst-loading .img-loader {
    background: rgba(255,255,255,.85) url(../img/preloader.gif) no-repeat center;
    width: 70px;
    height: 30px;
}
.rentsyst-loading .loader-message {
    font-size: 16px;
    margin-top: 15px;
    color: #545454;
}
.rentsyst-loading.hidden {
    display: none;
}

@keyframes slideinRight {
    from {
        right: -500px
    }

    to {
        right: 0
    }
}

@-webkit-keyframes slideinRight {
    from {
        right: -500px
    }

    to {
        right: 0
    }
}

@-moz-keyframes slideinRight {
    from {
        right: -500px
    }

    to {
        right: 0
    }
}

@-o-keyframes slideinRight {
    from {
        right: -500px
    }

    to {
        right: 0
    }
}

@keyframes slideinLeft {
    from {
        left: -500px
    }

    to {
        left: 0
    }
}

@-webkit-keyframes slideinLeft {
    from {
        left: -500px
    }

    to {
        left: 0
    }
}

@-moz-keyframes slideinLeft {
    from {
        left: -500px
    }

    to {
        left: 0
    }
}

@-o-keyframes slideinLeft {
    from {
        left: -500px
    }

    to {
        left: 0
    }
}

@keyframes slideoutRight {
    from {
        right: 0
    }

    to {
        right: -500px
    }
}

@-webkit-keyframes slideoutRight {
    from {
        right: 0
    }

    to {
        right: -500px
    }
}

@-moz-keyframes slideoutRight {
    from {
        right: 0
    }

    to {
        right: -500px
    }
}

@-o-keyframes slideoutRight {
    from {
        right: 0
    }

    to {
        right: -500px
    }
}

@keyframes slideoutLeft {
    from {
        left: 0
    }

    to {
        left: -500px
    }
}

@-webkit-keyframes slideoutLeft {
    from {
        left: 0
    }

    to {
        left: -500px
    }
}

@-moz-keyframes slideoutLeft {
    from {
        left: 0
    }

    to {
        left: -400px
    }
}

@-o-keyframes slideoutLeft {
    from {
        left: 0
    }

    to {
        left: -500px
    }
}

@-webkit-keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0
    }
}

@-moz-keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0
    }
}

@-o-keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0
    }
}

@keyframes wave-stroke {
    100% {
        width: 200%;
        height: 200%;
        border-color: transparent;
        opacity: 0
    }
}

.highlight-warning {
    border: 2px solid #d63638;
    background-color: #fff5f5;
    padding: 10px;
    border-radius: 4px;
}
