/* Minification failed. Returning unminified contents.
(1239,1): run-time error CSS1019: Unexpected token, found '@import'
(1239,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,700,900")'
 */
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.notABtn {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

iframe {
    background-color: white;
}

#iframe-inner, .connect_color_iframeBackgroundColor {
    background-color: white;
}

#iframe .divide, .connect_color_switchDividerColor {
    background-color: white;
}
.gif-notification:after {
    background-color: #ffffff !important;
}

.input-credit-card {
    border: 0px solid black;
    border-bottom: 1px solid black;
}

.custom-modal {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 350px;
    margin: 1.75rem auto;
}

.kr-popin-button, .kr-payment-button {
    background-color: #28a745 !important;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.kr-whitelabel-logo, .kr-popin-modal-footer {
    display: none !important;
}

/*.kr-popin-modal-header-image {
    display: none !important;
}*/

.kr-popin-button:hover {
    color: #212529;
    text-decoration: none;
}

.kr-popin-button:focus, .btn.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

@media screen and (max-width: 992px) {
    .bigOne {
        display: none;
    }
    .btn-retour {
        display: none;
    }
    .textBox {
        width: 300px;
    }
    h1, .h1 {
        font-size: calc(2.5rem - 70%) !important;
    }

    h2, .h2 {
        font-size: calc(2rem - 70%) !important;
    }

    h3, .h3 {
        font-size: calc(1.75rem -70%) !important;
    }

    h4, .h4 {
        font-size: calc(1.5rem - 30%) !important;
    }

    h5, .h5 {
        font-size: calc(1.25rem - 30%) !important;
    }

    h6, .h6 {
        font-size: calc(1rem - 30%) !important;
    }
    .btn-ArrivalC {
        font-size: 100%;
    }
}


@media screen and (min-height: 1500px) {
    .btn-retour {
        bottom: 200px;
        left: 100px;
    }

    div .Btn {
        height: 100px !important;
        width: 150px !important;
        font-size: 2rem;
        font-weight: bold;
    }
    .DivPay {
        padding: 1rem;
    }
    .btn-pay {
        background-color: #28a745;
        width: 200px;
        height: 100px;
        font-size: 1.5rem;
        font-weight: bold;
    }
}

@media screen and (max-width: 470px) {
    .mediumOne {
        display: none;
    }
    .textBox {
        width: 200px;
    }
}

@media screen and (min-width: 992px) {
    .smallOne {
        display: none;
    }
    .myRow {
        height: 6em;
    }
    .label-Quantity {
        margin-left: 2em;
        padding-bottom: -1em !important;
    }
    .myRow-qte {
        margin-bottom: 0.5em;
    }
    .textBox {
       width: 40% !important;
    }

    .btn-ArrivalC {
        font-size: 200%;
        min-height: 85px;
    }
    .textBox {
        font-size: 200%;
        height: 100%
    }
    .select-gender {
        font-size: 200%;
        height: 100%
    }
}

.a {
    color: black !important;
    text-decoration: none;
}

.a:after {
    color: black !important;
    text-decoration: none;
}

.a:hover {
    color: black !important;
    text-decoration: none;
}

.body {
    padding-bottom: 20px;
    /*padding-top: 20px;*/
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt { white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */

/*input,
select,
textarea { max-width: 280px; }*/

input.uppertext { text-transform: uppercase; }

div.imgblock { display: block; }

/*INDEX HOME*/

.index-img {
    height: auto;
    position: relative;
    width: 100%;
}

/*ArrivalChoice*/



btn-back {
    height: 50px;
    width: 100px;
    z-index: 0;
}

/*Create Resa */

/*INDEX*/

span-single {
    margin-left: 118px;
    margin-right: 45px;
    margin-top: 55px;
}

span-onBtn {
    margin-left: 45px;
    margin-right: 45px;
}

btn-createIndex {
    font-size: 200%;
    height: 65px;
}


.hidden {
    display: none;
}


img.blinking { animation: 1s infinite blinking; }

@keyframes blinking {
    0%, 24.9%, 75.1%, 100% { opacity: 0; }

    25%, 75% { opacity: 1; }
}

.invisible-textbox {
    background-color: transparent;
    border-color: transparent;
    text-align: center;
    width: 150px;
}

.white {
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: white !important;
    border-radius: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*.container {
    background-color: #C0C0C0;
    border: 1px solid gray;
    padding: 5px;
    box-shadow: 2px 2px 10px gray;
    -moz-box-shadow: 2px 2px 10px gray;
    -webkit-box-shadow: 2px 2px 10px gray;
}*/

.page-row { margin: 40px 30px; }

.page-min-rows {
    margin-left: 15px;
    margin-right: 15px;
}

.page-min-row { margin: 20px 15px; }

.section-heading {
    padding-left: 130px;
    padding-top: 20px;
}

.section { padding-top: 20px; }

.section-body { padding-left: 120px; }

.page-footer { margin-top: 70px; }


@media screen and (max-height: 1500px) {
    .btn-retour {
        bottom: 20px;
        left: 20px;
        position: fixed;
    }

    div .Btn {
        height: 50px;
        width: 100px;
    }

    .DivPay {
        padding: 1rem;
    }

    .btn-pay {
        background-color: #28a745;
        width: 180px;
        height: 80px;
        font-size: 1.5rem;
        font-weight: bold;
    }
}


.btn-exit {
    bottom: 20px;
    right: 20px;
    position: fixed;
}

.text-area { margin: 30px; }

.Btn-Arrival {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 0px 2px #2077b2;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px 2px #2077b2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2077b2), color-stop(1, #2077b2));
    background: -moz-linear-gradient(top, #2077b2 5%, #2077b2 100%);
    background: -webkit-linear-gradient(top, #2077b2 5%, #2077b2 100%);
    background: -o-linear-gradient(top, #2077b2 5%, #2077b2 100%);
    background: -ms-linear-gradient(top, #2077b2 5%, #2077b2 100%);
    background: linear-gradient(to bottom, #2077b2 5%, #2077b2 100%);
    background-color: #2077b2;
    border: 1px solid #2077b2;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #2077b2;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2077b2', endColorstr='#2077b2', GradientType=0);
    font-family: Arial;
    font-size: 28px;
    padding: 31px 76px;
    text-align-all: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2077b2;
}

.Btn-Arrival:active {
    position: relative;
    top: 1px;
}

.Btn-Cancel {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 0px 2px #d9534f;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px 2px #d9534f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d9534f), color-stop(1, #d9534f));
    background: -moz-linear-gradient(top, #d9534f 5%, #d9534f 100%);
    background: -webkit-linear-gradient(top, #d9534f 5%, #d9534f 100%);
    background: -o-linear-gradient(top, #d9534f 5%, #d9534f 100%);
    background: -ms-linear-gradient(top, #d9534f 5%, #d9534f 100%);
    background: linear-gradient(to bottom, #d9534f 5%, #d9534f 100%);
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #d9534f;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9534f', endColorstr='#d9534f', GradientType=0);
    font-family: Arial;
    font-size: 28px;
    padding: 31px 76px;
    text-align-all: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #d9534f;
}

.Btn-Cancel:active {
    position: relative;
    top: 1px;
}

.Btn-Payd {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 0px 2px #18bc9c;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px 2px #18bc9c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #18bc9c), color-stop(1, #18bc9c));
    background: -moz-linear-gradient(top, #18bc9c 5%, #18bc9c 100%);
    background: -webkit-linear-gradient(top, #18bc9c 5%, #18bc9c 100%);
    background: -o-linear-gradient(top, #18bc9c 5%, #18bc9c 100%);
    background: -ms-linear-gradient(top, #18bc9c 5%, #18bc9c 100%);
    background: linear-gradient(to bottom, #18bc9c 5%, #18bc9c 100%);
    background-color: #18bc9c;
    border: 1px solid #18bc9c;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #18bc9c;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18bc9c', endColorstr='#18bc9c', GradientType=0);
    font-family: Arial;
    font-size: 28px;
    padding: 31px 76px;
    text-align-all: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #18bc9c;
}

.Btn-Payd:active {
    position: relative;
    top: 1px;
}

.Add-Radius {
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    background: #18bc9c;
    background-image: -webkit-linear-gradient(top, #18bc9c, #18bc9c);
    background-image: -moz-linear-gradient(top, #18bc9c, #18bc9c);
    background-image: -ms-linear-gradient(top, #18bc9c, #18bc9c);
    background-image: -o-linear-gradient(top, #18bc9c, #18bc9c);
    background-image: linear-gradient(to bottom, #18bc9c, #18bc9c);
    border: solid #18bc9c 3px;
    border-radius: 42px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 28px;
    padding: 15px 28px;
    /*padding: 14px 30px;*/
    text-decoration: none;
    text-shadow: 1px 1px 0px #18bc9c;
}

.Add-Radius:active {
    position: relative;
    top: 1px;
}

.Sub-Radius {
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    background: #e74c3c;
    background-image: -webkit-linear-gradient(top, #e74c3c, #e74c3c);
    background-image: -moz-linear-gradient(top, #e74c3c, #e74c3c);
    background-image: -ms-linear-gradient(top, #e74c3c, #e74c3c);
    background-image: -o-linear-gradient(top, #e74c3c, #e74c3c);
    background-image: linear-gradient(to bottom, #e74c3c, #e74c3c);
    border: solid #e74c3c 3px;
    border-radius: 42px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 28px;
    padding: 14px 30px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #e74c3c;
}

.Sub-Radius:active {
    position: relative;
    top: 1px;
}

.info-scroll {
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}

.Btn {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 30px;
    line-height: 1.428571429;
    margin-bottom: 0;
    padding: 6px;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 40px;
}

/*.body::after {
    background-attachment: fixed;
    background-image: url(Images/WP2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    left: 0;
    min-height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}*/

.body-back {
    background-color: #f5f2f0;
}

/*.body.longer { height: 120%; }

.body.longer::after { min-height: 120%; }*/


.textBoxName {
    font-size: 200%;
    height: 200%;
    width: 300%;
}

.bordered-collapse {
    border-color: #39b3d7;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 0.1%;
}

.bordered-div {
    border-color: black;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 6px;
}

.Disabled {
    opacity: 0.5;
    z-index: -1;
}


.div-disabled:after {
    background-color: white !important;
    opacity: 0.5;    
}

.unDisabled {
    opacity: 1 !important;
    z-index: 1;
}

td.number { text-align: right; }

th.number { text-align: right; }

/*a1 { text-decoration: none; }

a1:visited { text-decoration: none; }

a1:hover, a1:focus, a1:active { text-decoration: none; }

a { text-decoration: none; }*/

/*a:hover,
a:focus { text-decoration: none; }*/

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


#fade {
    background: #000;
    /*--Masque opaque noir de fond--*/
    display: none; /*--masqué par défaut--*/
    height: 100%;
    left: 0;
    opacity: .80;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.popup_block {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 20px #000;
    /*--Coins arrondis en CSS3--*/
    -webkit-border-radius: 10px;
    /*--Les différentes définitions de Box Shadow en CSS3--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    background: #fff;
    border: 20px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #000;
    display: none; /*--masqué par défaut--*/
    float: left;
    font-size: 1.2em;
    left: 50%;
    padding: 20px;
    position: fixed;
    top: 50%;
    z-index: 99999;
}

img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
}

/*--Gérer la position fixed pour IE6--*/

*html #fade { position: absolute; }

*html .popup_block { position: absolute; }

.Step_midle {
    background-attachment: fixed;
    background-image: url(Images/test.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.accordion {
    -moz-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    -webkit-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    border-color: #505050;
    border-radius: 6px;
    border-style: solid;
    border-width: 0px;
    box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    height: 500px;
    margin: 0 auto;
    width: 1424px;
}

.accordion > ul > li,
.accordion-title,
.accordion-content,
.accordion-separator { float: left; }

.accordion > ul > li {
    background-color: #1f1f1f;
    margin-bottom: -0px;
    margin-right: -1200px;
}

.accordion-select:checked ~ .accordion-separator {
    margin-bottom: 0px;
    margin-right: 1200px;
}

.accordion-title,
.accordion-select {
    background-color: #2d2d2d;
    color: #ffffff;
    font-size: 15px;
    height: 500px;
    width: 55px;
}

.accordion-title span {
    margin-bottom: 28px;
    margin-left: 20px;
}

.accordion-select:hover ~ .accordion-title,
.accordion-select:checked ~ .accordion-title { background-color: #3068cc; }

.accordion-title span {
    -moz-transform: rotate(-90deg);
    -ms-writing-mode: lr-bt;
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    line-height: 55px;
    margin-left: 0px;
    transform: rotate(-90deg);
}

.accordion-content {
    background-color: #3e3e3e;
    color: #f5f2f0;
    height: 404px;
    padding: 48px;
    width: 1104px;
}

.accordion-title,
.accordion-select:checked ~ .accordion-content {
    margin-bottom: 1px;
    margin-right: 1px;
}

/* Do not change following properties, they aren't 
generated automatically and are common for each slider. */

.accordion { overflow: hidden; }

.accordion > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 101%;
}

.accordion > ul > li,
.accordion-title { position: relative; }

.accordion-select {
    cursor: pointer;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.accordion-title span {
    bottom: 0px;
    display: block;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.accordion-content {
    overflow: auto;
    position: relative;
}

.accordion-separator {
    -moz-transition: margin 0.3s ease 0.1s;
    -o-transition: margin 0.3s ease 0.1s;
    -webkit-transition: margin 0.3s ease 0.1s;
    transition: margin 0.3s ease 0.1s;
}


/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/

/*Materialize component*/


.btn-floating:hover { background-color: #26a69a; }

.btn-floating:before { border-radius: 0; }

.btn-floating.btn-large {
    -moz-border-radius: 56px;
    -webkit-border-radius: 56px;
    height: 56px;
    width: 56px;
}

.btn-floating.btn-large.halfway-fab { bottom: -28px; }

.btn-floating.btn-large i { line-height: 56px; }

.btn-floating.halfway-fab {
    bottom: -20px;
    position: absolute;
    right: 24px;
}

.btn-floating.halfway-fab.left {
    left: 24px;
    right: auto;
}

.btn-floating i {
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 40px;
    text-align: center;
    width: inherit;
}

button.btn-floating { border: none; }

/*.btn.disabled:hover, .disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
[disabled].btn-large:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-flat[disabled]:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important;
}*/

/*.btn, .btn-large,
.btn-floating,
.btn-large,
.btn-flat {
    /*font-size: 1rem;*/
    /*outline: 0;
}

.btn i, .btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
     font-size: 1.3rem; 
    line-height: inherit;
}*/

/*.btn:focus, .btn-large:focus,
.btn-floating:focus { background-color: #1d7d74; }

.btn, .btn-large {
    -webkit-transition: .2s ease-out;
    background-color: #26a69a;
    color: #fff;
    cursor: pointer;
    letter-spacing: .5px;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-out;
}*/

/*.btn:hover, .btn-large:hover { background-color: #2bbbad; }*/

.waves-effect {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: .3s ease-out;
    -webkit-user-select: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: .3s ease-out;
    user-select: none;
    vertical-align: middle;
    z-index: 1;
}

.waves-effect .waves-ripple {
    -webkit-transform: scale(0);
    -webkit-transition: all 0.7s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: scale(0);
    transition: all 0.7s ease-out;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    width: 20px;
}

.waves-effect.waves-light .waves-ripple { background-color: rgba(255, 255, 255, 0.45); }

.waves-effect.waves-red .waves-ripple { background-color: rgba(244, 67, 54, 0.7); }

.waves-effect.waves-yellow .waves-ripple { background-color: rgba(255, 235, 59, 0.7); }

.waves-effect.waves-orange .waves-ripple { background-color: rgba(255, 152, 0, 0.7); }

.waves-effect.waves-purple .waves-ripple { background-color: rgba(156, 39, 176, 0.7); }

.waves-effect.waves-green .waves-ripple { background-color: rgba(76, 175, 80, 0.7); }

.waves-effect.waves-teal .waves-ripple { background-color: rgba(0, 150, 136, 0.7); }

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    background: none;
    border: 0;
    font-size: inherit;
    font-style: normal;
    text-transform: inherit;
}

.waves-effect img {
    position: relative;
    z-index: -1;
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-circle {
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
    left: 0;
    position: relative;
    top: 0;
    z-index: 1;
}

.waves-circle {
    -webkit-mask-image: none;
    border-radius: 50%;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    width: 2.5em;
}

.waves-block { display: block; }

/* Firefox Bug: link not triggered */

.waves-effect .waves-ripple { z-index: -1; }

.red { background-color: #F44336 !important; }

.material-icons {
    -moz-font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    text-rendering: optimizeLegibility;
}

nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
}

nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
    float: left;
    margin-right: 15px;
}

nav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
    height: inherit;
    line-height: inherit;
}

.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons { color: #444; }

.input-field input[type=search] + label { left: 1rem; }

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
    -webkit-transition: .3s color;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    top: 0;
    transition: .3s color;
}

.side-nav li > a > i,
.side-nav li > a > [class^="mdi-"], .side-nav li > a li > a > [class*="mdi-"],
.side-nav li > a > i.material-icons {
    color: rgba(0, 0, 0, 0.54);
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
}

.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px;
}

.valign-wrapper {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}



.no-select, input[type=range],
input[type=range] + .thumb {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.circle { border-radius: 50%; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-padding { padding: 0 !important; }

span.badge {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #757575;
    float: right;
    font-size: 1rem;
    height: 22px;
    line-height: 22px;
    margin-left: 14px;
    min-width: 3rem;
    padding: 0 6px;
    text-align: center;
}

.btn-default { color: black; }

.btn-standart { width: 200px; }

/*#navYolo > ol > li {
    width: 100px !important;
}*/

.colored-div div{
    background-color: rgba(0, 0, 0, 0.05);
}

.bg-300 {
    color: #d1cfce !important;
}
.bg-nice {
    color: #28a745 !important;
}

.tox-statusbar__branding {
    display: none !important;
}

.disabled {
    background-color: rgba(236, 240, 241, 0.5);
    pointer-events: none;
}

.kr-smart-form-modal-button {
    position: relative;
    box-sizing: border-box;
    width: 200px;
    margin: 5px 0;
    padding: 15px;
    background-color: #293c7a;
    border: 1px solid #293c7a;
    border-radius: 4px;
    box-shadow: rgba(149,157,165,0.15) 0 0 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: rgb(41, 60, 122);
    border-color: rgb(41, 60, 122);
}

.disabledDiv {
    pointer-events: none !important;
    opacity: 0.4;
}

.disabledDiv div div button {
    pointer-events: none !important;
}

.disabledDiv div div button span {
    pointer-events: none !important;
}
@import url("https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,700,900");#msform{text-align:center;position:relative;background-color:#f5f2f0;z-index:1;}#msform .tittle{text-align:center;padding-bottom:55px;}#msform .tittle h2{font:500 24px/35px "Roboto",sans-serif;color:#3f4553;padding-bottom:5px;}#msform .tittle p{font:400 16px/28px "Roboto",sans-serif;color:#5f6771;}#msform fieldset{border:0;padding:20px 105px 0;position:relative;width:100%;left:0;right:0;}#msform fieldset:not(:first-of-type){display:none;}#msform fieldset h3{font:500 18px/35px "Roboto",sans-serif;color:#3f4553;}#msform fieldset h6{font:400 15px/28px "Roboto",sans-serif;color:#5f6771;padding-bottom:30px;}#msform fieldset .intl-tel-input{display:block;background:transparent;border:0;box-shadow:none;outline:none;}#msform fieldset .intl-tel-input .flag-container .selected-flag{padding:0 20px;background:transparent;border:0;box-shadow:none;outline:none;width:65px;}#msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow{border:0;}#msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow:after{content:"";position:absolute;top:0;right:0;font:normal normal normal 24px/7px Ionicons;color:#5f6771;}#msform fieldset #phone{padding-left:80px;}#msform fieldset .form-group{padding:0 10px;}#msform fieldset .fg_2,#msform fieldset .fg_3{padding-top:10px;display:block;overflow:hidden;}#msform fieldset .fg_3{padding-bottom:70px;}#msform fieldset .form-control,#msform fieldset .product_select{border-radius:3px;border:1px solid #d8e1e7;padding:0 20px;height:auto;font:400 15px/48px "Roboto",sans-serif;color:#5f6771;box-shadow:none;outline:none;width:100%;}#msform fieldset .form-control.placeholder,#msform fieldset .product_select.placeholder{color:#5f6771;}#msform fieldset .form-control:-moz-placeholder,#msform fieldset .product_select:-moz-placeholder{color:#5f6771;}#msform fieldset .form-control::-moz-placeholder,#msform fieldset .product_select::-moz-placeholder{color:#5f6771;}#msform fieldset .form-control::-webkit-input-placeholder,#msform fieldset .product_select::-webkit-input-placeholder{color:#5f6771;}#msform fieldset .form-control:hover,#msform fieldset .form-control:focus,#msform fieldset .product_select:hover,#msform fieldset .product_select:focus{border-color:#5cb85c;}#msform fieldset .form-control:focus.placeholder,#msform fieldset .product_select:focus.placeholder{color:transparent;}#msform fieldset .form-control:focus:-moz-placeholder,#msform fieldset .product_select:focus:-moz-placeholder{color:transparent;}#msform fieldset .form-control:focus::-moz-placeholder,#msform fieldset .product_select:focus::-moz-placeholder{color:transparent;}#msform fieldset .form-control:focus::-webkit-input-placeholder,#msform fieldset .product_select:focus::-webkit-input-placeholder{color:transparent;}#msform fieldset .product_select:after{display:none;}#msform fieldset .product_select:before{content:"";position:absolute;top:0;right:20px;font:normal normal normal 24px/48px Ionicons;color:#5f6771;}#msform fieldset .product_select .list{width:100%;}#msform fieldset .done_text{padding-top:40px;}#msform fieldset .done_text .don_icon{height:36px;width:36px;line-height:36px;font-size:22px;margin-bottom:10px;background:#5cb85c;display:inline-block;border-radius:50%;color:#fff;text-align:center;}#msform fieldset .done_text h6{line-height:23px;}#msform fieldset .code_group{margin-bottom:60px;}#msform fieldset .code_group .form-control{border:0;border-bottom:1px solid #a1a7ac;border-radius:0;display:inline-block;width:30px;font-size:30px;color:#5f6771;padding:0;margin-right:7px;text-align:center;line-height:1;}#msform fieldset .passport{margin-top:-10px;padding-bottom:30px;position:relative;}#msform fieldset .passport .don_icon{height:36px;width:36px;line-height:36px;font-size:22px;position:absolute;top:4px;right:0;background:#5cb85c;display:inline-block;border-radius:50%;color:#fff;text-align:center;}#msform fieldset .passport h4{font:500 15px/23px "Roboto",sans-serif;color:#5f6771;padding:0;}#msform fieldset .input-group{padding-bottom:40px;}#msform fieldset .input-group .custom-file{width:100%;height:auto;}#msform fieldset .input-group .custom-file .custom-file-label{width:168px;border-radius:5px;cursor:pointer;font:700 14px/40px "Roboto",sans-serif;border:1px solid #99a2a8;text-align:center;transition:all 300ms linear 0s;color:#5f6771;}#msform fieldset .input-group .custom-file .custom-file-label i{font-size:20px;padding-right:10px;}#msform fieldset .input-group .custom-file .custom-file-label:hover,#msform fieldset .input-group .custom-file .custom-file-label:focus{background:#5cb85c;border-color:#5cb85c;color:#fff;}#msform fieldset .input-group .custom-file input{display:none;}#msform fieldset .file_added{text-align:left;padding-left:190px;padding-bottom:60px;}#msform fieldset .file_added li{font:400 15px/28px "Roboto",sans-serif;color:#5f6771;}#msform fieldset .file_added li a{color:#5cb85c;font-weight:500;display:inline-block;position:relative;padding-left:15px;}#msform fieldset .file_added li a i{font-size:22px;padding-right:8px;position:absolute;left:0;transform:rotate(20deg);}#msform #progressbar1{margin-bottom:30px;overflow:hidden;padding-left:0;}#msform #progressbar1 li{list-style-type:none;color:#99a2a8;font-size:9px;width:calc(99%/6);float:left;position:relative;font:500 13px/1 "Roboto",sans-serif;}#msform #progressbar1 li:nth-child(1):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar1 li:nth-child(2):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar1 li:nth-child(3):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar1 li:nth-child(4):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar1 li:nth-child(5):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar1 li:nth-child(6):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar1 li:before{font:normal normal normal 30px/50px Ionicons;width:50px;height:50px;line-height:50px;display:block;background:#eaf0f4;border-radius:50%;margin:0 auto 10px auto;}#msform #progressbar1 li:after{content:'';width:100%;height:10px;background:#eaf0f4;position:absolute;left:-50%;top:21px;z-index:-1;}#msform #progressbar1 li:last-child:after{width:150%;}#msform #progressbar1 li.active{color:#5cb85c;}#msform #progressbar1 li.active:before,#msform #progressbar1 li.active:after{background:#5cb85c;color:#fff;}#msform #progressbar2{margin-bottom:30px;overflow:hidden;}#msform #progressbar2 li{list-style-type:none;color:#99a2a8;font-size:9px;width:calc(100%/5);float:left;position:relative;font:500 13px/1 "Roboto",sans-serif;}#msform #progressbar2 li:nth-child(1):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar2 li:nth-child(2):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar2 li:nth-child(3):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar2 li:nth-child(4):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar2 li:nth-child(5):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar2 li:before{font:normal normal normal 30px/50px Ionicons;width:50px;height:50px;line-height:50px;display:block;background:#eaf0f4;border-radius:50%;margin:0 auto 10px auto;}#msform #progressbar2 li:after{content:'';width:100%;height:10px;background:#eaf0f4;position:absolute;left:-50%;top:21px;z-index:-1;}#msform #progressbar2 li:last-child:after{width:150%;}#msform #progressbar2 li.active{color:#5cb85c;}#msform #progressbar2 li.active:before,#msform #progressbar2 li.active:after{background:#5cb85c;color:#fff;}#msform #progressbar3{margin-bottom:30px;overflow:hidden;}#msform #progressbar3 li{list-style-type:none;color:#99a2a8;font-size:9px;width:calc(100%/5);float:left;position:relative;font:500 13px/1 "Roboto",sans-serif;}#msform #progressbar3 li:nth-child(1):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar3 li:nth-child(2):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar3 li:nth-child(3):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar3 li:nth-child(4):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar3 li:nth-child(4):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar3 li:before{font:normal normal normal 30px/50px Ionicons;width:50px;height:50px;line-height:50px;display:block;background:#eaf0f4;border-radius:50%;margin:0 auto 10px auto;}#msform #progressbar3 li:after{content:'';width:100%;height:10px;background:#eaf0f4;position:absolute;left:-50%;top:21px;z-index:-1;}#msform #progressbar3 li:last-child:after{width:150%;}#msform #progressbar3 li.active{color:#5cb85c;}#msform #progressbar3 li.active:before,#msform #progressbar3 li.active:after{background:#5cb85c;color:#fff;}#msform #progressbar4{margin-bottom:30px;overflow:hidden;}#msform #progressbar4 li{list-style-type:none;color:#99a2a8;font-size:9px;width:calc(100%/4);float:left;position:relative;font:500 13px/1 "Roboto",sans-serif;}#msform #progressbar4 li:nth-child(1):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar4 li:nth-child(2):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar4 li:nth-child(3):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar4 li:nth-child(4):before{font-family:"Font Awesome 5 Free";font-weight:600;content:"";}#msform #progressbar4 li:before{font:normal normal normal 30px/50px Ionicons;width:50px;height:50px;line-height:50px;display:block;background:#eaf0f4;border-radius:50%;margin:0 auto 10px auto;}#msform #progressbar4 li:after{content:'';width:100%;height:10px;background:#eaf0f4;position:absolute;left:-50%;top:21px;z-index:-1;}#msform #progressbar4 li:last-child:after{width:150%;}#msform #progressbar4 li.active{color:#5cb85c;}#msform #progressbar4 li.active:before,#msform #progressbar4 li.active:after{background:#5cb85c;color:#fff;}#msform .action-button{background:#5cb85c;color:#fff;border:0 none;border-radius:5px;cursor:pointer;min-width:130px;font:700 14px/40px "Roboto",sans-serif;border:1px solid #5cb85c;margin:0 5px;text-transform:uppercase;display:inline-block;}#msform .action-button:hover,#msform .action-button:focus{background:#405867;border-color:#405867;}#msform .previous_button{background:transparent;color:#99a2a8;border-color:#99a2a8;}#msform .previous_button:hover,#msform .previous_button:focus{background:#405867;border-color:#405867;color:#fff;}
