﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, /*strong,*/
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote::after,
    q:before, q::after {
        content: '';
        content: none;
    }

textarea {
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, a:hover {
    text-decoration: none;
}

select:focus, textarea:focus, input:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

html, body, form {
}

.clearfix {
    width: 100%;
    clear: both;
}

.round {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.no-selection, .nosl {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
}

.noscroll {
    overflow: hidden;
}

.inlblk {
    display: inline-block;
}

.inlblk-t {
    display: inline-block;
    vertical-align: top;
}

.inlblk-m {
    display: inline-block;
    vertical-align: middle;
}

.inlblk-b {
    display: inline-block;
    vertical-align: bottom;
}

.l {
    float: left;
}

.r {
    float: right;
}

.m-color {
    color: #e19a20;
}

.stt-s {
    color: #0DA921;
}

.stt-n {
    color: #ffd400;
}

.stt-w {
    color: #ff8f00;
}

.stt-e {
    color: #f00;
}

.no-bg {
    background: none;
}

.lnk, .btn, .pointer {
    cursor: pointer;
}

/*BORDER*/
.nb {
    border: none;
    border-color: transparent;
}

.bb {
    border: none;
    border-bottom: 1px solid #999;
}

.bbb {
    border: none;
    border-bottom: 2px solid #e19a20;
}

/*ALIGN*/
.txt-c {
    text-align: center;
}

.txt-l {
    text-align: left;
}

.txt-r {
    text-align: right;
}

.txt-over-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.undl {
    text-decoration: underline;
}

.mg-auto {
    margin: auto;
}

.mg-none {
    margin: 0;
}

.mg-b {
    margin-bottom: 15px;
}

.mg-b30 {
    margin-bottom: 30px;
}

/*FONT*/
.b {
    font-weight: bold;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

/*WIDTH*/
.f {
    width: 100%;
}

.w10p {
    width: 10%;
}

.w20p {
    width: 20%;
}

.w30p {
    width: 30%;
}

.w40p {
    width: 40%;
}

.w50p {
    width: 50%;
}

.w60p {
    width: 60%;
}

.w70p {
    width: 70%;
}

.w80p {
    width: 80%;
}

.w90p {
    width: 90%;
}

.w15 {
    width: 15px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px;
}

.w150 {
    width: 150px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w230 {
    width: 230px;
}

.w250 {
    width: 250px;
}

/* .scrollbar */
.scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

.scrollbar.scrollbar-mini::-webkit-scrollbar {
    width: 8px;
}

.scrollbar.scrollbar-line::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.scrollbar.scrollbar-hidden::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.scrollbar::-webkit-scrollbar-button {
    display: none;
}

.scrollbar::-webkit-scrollbar-track {
}

.scrollbar.scrollbar-mini::-webkit-scrollbar-track {
}

.scrollbar::-webkit-scrollbar-track-piece {
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-corner {
}

.scrollbar::-webkit-resizer {
}

.checkmark {
    display: block;
    padding: 5px;
    line-height: 20px;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkmark .chkm-chk {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkmark .chkm-lbl {
        display: inline-block;
        vertical-align: middle;
        min-height: 24px;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

        .checkmark .chkm-lbl > span {
            line-height: 24px;
        }

    .checkmark.has-switch {
        margin-bottom: 2px;
    }

        .checkmark.has-switch .chkm-lbl {
        }

            .checkmark.has-switch .chkm-lbl > span {
                width: calc(100% - 35px);
            }

            .checkmark.has-switch .chkm-lbl .switch {
                visibility: hidden;
            }

                .checkmark.has-switch .chkm-lbl .switch .slider:before {
                    -webkit-transition: visibility 0s, opacity 0.5s linear !important;
                    transition: visibility 0s, opacity 0.5s linear !important;
                }

    .checkmark .check {
        position: absolute;
        top: 7px;
        left: 0px;
        height: 20px;
        width: 20px;
        border: 2px rgba(0,0,0,0.5) solid;
        border-radius: 2px;
        transition: all 0.2s;
    }

        .checkmark .check.round {
            border-radius: 100%;
        }

        .checkmark .check::after {
            content: "";
            display: none;
            position: absolute;
            left: 5px;
            top: 2px;
            width: 4px;
            height: 8px;
            border: solid #e19a20;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(40deg);
        }

    .checkmark .chkm-chk:checked ~ .check {
        background-color: #e19a20;
        border-color: #e19a20;
    }

        .checkmark .chkm-chk:checked ~ .check::after {
            display: block;
            border-color: #FFF;
        }

    .checkmark .chkm-chk:checked ~ .chkm-lbl .switch {
        visibility: initial;
    }

    .checkmark.disabled .chkm-chk:checked ~ .check {
        background-color: #666666;
        border-color: #666666;
    }

    .checkmark.disabled .check {
        border-radius: 100%;
    }

.switch {
    position: relative;
    width: 35px;
    height: 14px;
    margin: 5px 0px;
}

    .switch .lbl {
        padding-left: 45px;
        line-height: 14px;
        font-size: 14px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: -1px;
            bottom: -3px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            box-shadow: 0px 0px 3px #999;
        }

    .switch input:checked + .slider {
        background-color: #e19a20;
    }

    .switch input:focus + .slider {
        box-shadow: 0 0 1px #e19a20;
    }

    .switch input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
        left: -10px;
        bottom: -3px;
    }

    /* Rounded sliders */
    .switch .slider.round {
        border-radius: 34px;
    }

        .switch .slider.round:before {
            border-radius: 50%;
        }

/*fadein*/
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*fadeout*/

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeout { /* Firefox */
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout { /* Safari and Chrome */
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-o-keyframes fadeout { /* Opera */
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
