/*
    !!! IMPORTANT: PLEASE READ !!!
    - IF YOU MAKE CHANGES TO THIS FILE, paste it into https://autoprefixer.github.io/ and then update style_autoprefixed.css
    -- this is required for wkhtmltopdf to render css properly!!!
    !!! IMPORTANT: PLEASE READ !!!
*/

/* Reset - START */
html{-ms-text-size-adjust:100%;text-rendering: optimizeLegibility;-webkit-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;}form,body{margin:0;}address{font-style:normal;}blockquote,figure,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0}main{display:block}h1,h2,h3,h4{font-size:inherit}strong{font-weight:700}a,button{color:inherit}a{text-decoration:none}button{padding:0;overflow:visible;border:0;font:inherit;-webkit-font-smoothing:inherit;letter-spacing:inherit;background:0 0;cursor:pointer}::-moz-focus-inner{padding:0;border:0}img{border:0}fieldset{border:none;padding:0;margin:0}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}img{/*image-rendering: -moz-crisp-edges;*/image-rendering:-o-crisp-edges;image-rendering: -webkit-optimize-contrast;image-rendering: crisp-edges;-ms-interpolation-mode: nearest-neighbor;}::-webkit-input-placeholder {color: inherit}::-moz-placeholder {color: inherit}:-ms-input-placeholder {color: inherit}:-moz-placeholder {color: inherit}input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}input[type="number"] {-moz-appearance: textfield;}
/* Reset - END */

/* Generic - START */
body{
    font-family: 'Comfortaa', cursive, sans-serif;
    color: #4f5f60;
    line-height: 1.3;
    font-size: 15px;
}
html, body,
.app-header{
    background-color: #f8f1ec !important;
}
body.-scroll-lock{
    overflow: hidden;
}
label{
    cursor: pointer;
}
:focus {
    outline: none;
}
*{box-sizing:border-box;}
::placeholder {color: #889699; opacity: 1;font-family: 'Comfortaa', cursive, sans-serif;}
:-ms-input-placeholder {color: #889699;font-family: 'Comfortaa', cursive, sans-serif;}
::-ms-input-placeholder {color: #889699;font-family: 'Comfortaa', cursive, sans-serif;}
/* Generic - END */

/* Site form - START */
.c-site-form__error{
    padding: 10px;
    text-align: center;
    color: crimson;
}
/* Site form - END */

/* Logo - START */
.c-logo,
.c-logo__image{
    display: block;
}
.c-logo__image{
    height: auto;
}
/* Logo - END */

/* Loader - START */
.is-preloading{
    position: relative;
    overflow: hidden;
}
.is-preloading::before,
.is-preloading::after{
    content: "";
    display: block;
    position: absolute;
    cursor: wait;
}
.is-preloading::after{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9998;
}
.is-preloading::before{
    z-index: 9999;
    width: 50%;
    left: 50%;
    top: 50%;
    height: 10px;
    transform: translate(-50%, 0);
    background-color: #9a87c6;
    animation: refineLoader 1.5s infinite;
}
@keyframes refineLoader {
    from {width: 0; opacity: 1;}
    to {width: 50%; opacity: 0.3;}
}
/* Loader - END */

/* Text - START */
.c-box__content .c-text{
    padding: 15px 20px;
}
.c-text{
    font-size: 12px;
    line-height: 1.1;
}
.c-text a{
    text-decoration: underline;
}
.c-text li:not(:last-child){
    margin-bottom: 5px;
}
.c-text li:not(:last-child),
.c-text h4:not(:last-child),
.c-text h3:not(:last-child),
.c-text h2:not(:last-child),
.c-text h1:not(:last-child),
.c-text p:not(:last-child),
.c-text ul:not(:last-child),
.c-text ol:not(:last-child){
    margin-bottom: 10px;
}
.c-text ol{
    list-style: decimal inside;
}
.c-text img{
    max-width: 100%;
    height: auto;
    display: block;
}
.c-text img.img-right{
    float: right;
    width: 50%;
}
/* Text - END */

/* Headings - START */
.c-heading{
    display: block;
    line-height: 1.2;
}
.c-heading_accent{
    color: #735ca8;
}
.c-heading_size_1, .c-text h1{font-size: 30px;}
.c-heading_size_2, .c-text h2{font-size: 24px;}
.c-heading_size_3, .c-text h3{font-size: 20px;}
.c-heading_size_4, .c-text h4{font-size: 18px;}
.c-heading_size_5, .c-text h5{font-size: 16px;}
.c-heading_size_6, .c-text h6{font-size: 14px;}

.c-heading__icon{
    position: relative;
    top: -2px;
    margin: 0 3px;
}
.c-heading_justified{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
/* Headings - END */

/* Ticket - START */
.c-ticket{
    width: 800px;
    margin: 0 auto;
}
.c-box{
    border: 2px solid #d9dcdc;
    border-radius: 10px;
    margin-top: 15px;
    overflow: hidden;
    background-color: #e3deed;
}
.c-box__content{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.c-box__header{
    padding: 10px 0 8px;
    text-align: center;
    background-color: #e3deed;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.c-box__header_multiple-headings{
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.c-box__header_multiple-headings .c-heading{
    width: 50%;
    padding: 4px 9px;
}
.c-box__header .c-ticket-table_two-columns td{
    padding-top: 0;
    padding-bottom: 0;
}
.c-ticket-table_button-group td:first-child,
.c-box__header .c-ticket-table_two-columns td:first-child{
    text-align: left;
    white-space: nowrap;
}
.c-ticket-table_button-group td:last-child,
.c-box__header .c-ticket-table_two-columns td:last-child{
    text-align: right;
}
.c-box_theme_light .c-box__header{
    border-radius: 10px;
}
.c-box_theme_light .c-definition-box__info,
.c-box_theme_light .c-definition-box__label{
    color: #9a87bf;
}
.c-box_theme_light a.c-icon-prefixed_phone:not(:last-child){
    margin-right: 20px;
}
.c-box_theme_light{
    color: #9a87bf;
    border-color: #9a87bf;
    background-color: #e3deed;
}
.c-box_theme_dark{
    border-color: #9a87bf;
    background-color: #9a87bf;
}
.c-box_theme_dark .c-box__header{
    background-color: #9a87bf;
}
.c-box_theme_dark .c-box__header,
.c-box_theme_dark .c-box__header *{
    color: #fff;
}
.c-box__heading{
    line-height: 1;
}
.c-ticket-table{
    width: 100%;
    text-align: center;
    border: none;
}
.c-ticket-table_default-text-alignment{
    text-align: initial;
}
.c-ticket-table tbody td{
    padding: 5px 15px;
    vertical-align: top;
    border: 1px solid transparent;
}
.c-ticket-table_two-columns tbody td{
    width: 50%;
}
.c-ticket-table:not(.c-ticket-table_borderless) tbody td:not(:last-child){
    border-right: 1px solid #d9dcdc;
}
.c-ticket-table_bordered tbody tr:first-child td{
    border-top: 1px solid #d9dcdc;
}
.c-ticket-table_button-group{
    margin-top: 15px;
}
.c-ticket-table_button-group tbody td{
    border: 1px solid transparent !important;
    padding: 0;
}
.c-ticket-table_button-group tbody td:first-child{
    padding-right: 10px;
}
.c-ticket-table_button-group tbody td:last-child{
    padding-left: 10px;
}
.c-ticket-table_border-top tbody tr:first-child td{
    border-top-color: none;
}
/* Ticket - END */

/* Icon prefixed - START */
.c-icon-prefixed{
    display: inline-block;
}
a.c-icon-prefixed{
    font-size: 17px;
    color: #735ca8;
}
a.c-icon-prefixed:not(:first-child){
    margin-left: 20px;
}
.c-icon-prefixed > img{
    position: relative;
    top: -1px;
}
/* Icon prefixed - END */

/* Flash messages - START */
.c-flash-messages{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px 8px;
}
.c-flash-messages_state_failed{
    background-color: crimson;
    color: #fff;
}
.c-flash-messages_state_success{
    background-color: #5486d1;
    color: #fff;
}
.c-flash-messages__content{
    padding: 18px 40px 16px 20px;
}
.c-flash-messages__close{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 35px;
    line-height: 1;
    height: 35px;
    color: inherit;
}
/* Flash messages - END */

/* Definition box - START */
.c-definition-box__info,
.c-definition-box__label{
    font-size: 11px;
    color: #919b9c;
}
.c-definition-box__label{
    margin-bottom: 5px;
    display: block;
}
.c-definition-box_inline{
    display: flex;
    align-items: center;
}
.c-definition-box_inline .c-definition-box__label{
    margin-right: 5px;
    margin-bottom: 0;
}
.c-definition-box_inline .c-definition-box__value{
    white-space: nowrap;
}
/* Definition box - END */

/* Datetime - START */
.c-datetime{
    display: inline-flex;
}
.c-datetime__date{
    text-align: left;
    margin-left: 8px;
}
/* Datetime - END */

/* Info table - START */
.c-info-table{
    width: 100%;
    font-size: 13px;
}
.c-info-table td,
.c-info-table th{
    padding: 5px 10px;
    border: 1px solid transparent;
    text-align: center;
}
.c-info-table_collapsed th,
.c-info-table_collapsed td{
    padding: 0;
}
.c-info-table_datetime th{
    padding: 0 3px;
    text-align: right;
}
.c-info-table_datetime th:last-child{
    text-align: left;
}
.c-info-table th{
    font-size: 11px;
}
.c-info-table tbody tr:nth-child(odd) td{
    background-color: #ecf2f6;
}
/* Info table - END */

/* Buttons - START */
.c-button{
    border-radius: 10px;
    display: block;
    background-color: #edf3f6;
    border: 2px solid #745ca7;
    overflow: hidden;
}
.c-button__icon,
.c-button__text{
    height: 37px;
    line-height: 39px;
    text-align: center;
}
.c-button__icon{
    width: 45px;
    float: left;
    background-color: #745ca7;
}
.c-button__text{
    padding: 0 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    float: left;
}
.c-button_theme_accent{
    border-color: #e31d3f;
}
.c-button_theme_accent .c-button__icon{
    background-color: #e31d3f;
}
.c-button_theme_accent .c-button__text{
    color: #e31d3f;
}
.c-button_theme_accent_border-left{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
/* Buttons - END */

/* Utilities - START */
.u-highlight-insignificant{color:#9fabad}
.u-highlight-accent{color:#e31d3f}
.u-thin{font-weight: 100}
.u-sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;border:0 !important;}
/* Utilities - END */

/* Print - START */
@media print {
    html, body, .app-header{
        background-color: #fff !important;
    }
    #kt_app_toolbar,
    #kt_app_header,
    #kt_app_footer,
    .u-hide-on-print{
        display: none !important;
    }
    #kt_app_content{
        padding: 0 !important;
    }
    [data-kt-app-header-fixed=true] .app-wrapper{
        margin-top: 0 !important;
    }
    .c-ticket{
        max-width: 100%;
    }
    .c-ticket_new-page-on-print{
        page-break-before: always !important;
        break-before: always !important;
    }
    .c-box:not(.c-box_breakable){
        page-break-before: auto !important;
        break-before: auto !important;

        page-break-after: auto !important;
        break-after: auto !important;

        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }
}
/* Print - END */