/*! SCSS for NetGains affiliate ADMIN pages */
html {
    font-size: 62.5%
}

html>body {
    text-align: left;
    font-family: 'arial', 'Hiragino kaku Gothic Pro', 'Meiryo', 'Yu Gothic', sans-serif;
    -webkit-text-size-adjust: 100%;
    position: relative;
    font-size: 14px;
    font-size: 1.4em;
    line-height: 1;
    box-sizing: border-box;
    color: #222
}

html a {
    color: #3271CC;
    cursor: pointer
}

html div,
html a,
html span,
html ul,
html li,
html input,
html form,
html textarea,
html label,
html select {
    box-sizing: border-box
}

.adm-cntnt,
.admin .pickUp>li {
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 20px
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* Class names to use icons in images [ img/ico.png ] .*/
.ico {
    background-image: url(/images/ico.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-bottom
}


.ico-Check {
    width: 20px;
    height: 20px;
    background-position: -57px -5px
}

.ico-arrow-back {
    width: 16px;
    height: 16px;
    background-position: -151px -5px
}

.ico-arrow-bottom {
    width: 16px;
    height: 16px;
    background-position: -87px -31px
}

.ico-arrow-next {
    width: 16px;
    height: 16px;
    background-position: -151px -31px
}

.ico-arrow-top {
    width: 16px;
    height: 16px;
    background-position: -85px -57px
}

.ico-biginner {
    width: 40px;
    height: 40px;
    background-position: -111px -57px;
    margin-right: 8px
}

.ico-check-c {
    width: 26px;
    height: 26px;
    background-position: -81px -107px
}

.ico-guide {
    width: 40px;
    height: 40px;
    background-position: -177px -5px;
    margin-right: 8px
}

.btn-11 {
    border: none;
    white-space: nowrap;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: background, color, box-shadow 0.15s ease;
    transition: background, color, box-shadow 0.15s ease;
    line-height: 1;
    text-align: center;
    color: #222 !important;
    font-weight: bold;
    background: #fff;
    border: 1px Solid #cccccc;
    background-color: #fafafa;
}

.btn-11:hover {
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.btn-11[disabled] {
    background: #a9a9a9;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.9) !important;
    cursor: default;
    border: none;
}

.btn-11[disabled]:hover {
    background: #a9a9a9;
}

.btn-11:hover {
    background: #fafafa;
}

.btn-12 {
    border: none;
    white-space: nowrap;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: background, color, box-shadow 0.15s ease;
    transition: background, color, box-shadow 0.15s ease;
    line-height: 1;
    text-align: center;
    color: #fff !important;
    background: #FF820D;
    background-color: #FF820D;
}

.btn-12:hover {
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1)
}

.btn-12[disabled] {
    background: #a9a9a9;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.9) !important;
    cursor: default;
    border: none
}

.btn-12[disabled]:hover {
    background: #a9a9a9
}

.btn-12:hover {
    background: #E84E5A
}

.btn-13 {
    border: none;
    white-space: nowrap;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: background, color, box-shadow 0.15s ease;
    transition: background, color, box-shadow 0.15s ease;
    line-height: 1;
    text-align: center;
    color: #fff !important;
    background: #2F86ED;
    background-color: #2F86ED;
}

.btn-13:hover {
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1)
}

.btn-13[disabled] {
    background: #a9a9a9;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.9) !important;
    cursor: default;
    border: none
}

.btn-13[disabled]:hover {
    background: #a9a9a9
}

.btn-13:hover {
    background: #2F86ED
}

/** CSS input element*/

.textinput-22,
input.datepick_single[type="text"] {
    font-size: 1.4rem;
    color: #222;
    width: 100%;
    padding: 8px;
    background: #fff;
    outline: none;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    resize: vertical;
    -webkit-transition: border 0.15s ease;
    transition: border 0.15s ease
}

.textinput-22:focus,
input.datepick_single:focus[type="text"] {
    border: 1px solid #999
}

.textinput-22[aria-invalid="true"],
input.datepick_single[aria-invalid="true"][type="text"] {
    border: 1px solid #FF820D
}

textarea.textinput-22 {
    min-height: 100px
}

input[type="text"].datepick_single {
    width: auto;
    min-width: 200px
}

/** CSS the element tag [select ] */
.select-21 {
    position: relative;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    background: #FFF;
    min-width: 150px;
    max-width: 200px
}

.select-21 select {
    position: relative;
    width: 110%;
    height: 32px;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0 30px 0 8px;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    outline: none
}

.select-21 select::-ms-expand {
    display: none
}

.select-21_trigger {
    position: absolute;
    width: 25px;
    right: 0;
    top: 2px;
    bottom: 2px;
    display: inline-block;
    border-left: 1px solid #dcdcdc;
    text-align: center;
    background-color: #fff;
    z-index: 777
}

.select-21_trigger_icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #666 transparent transparent transparent;
    display: inline-block;
    margin-top: 10px
}

.select-21_bg {
    z-index: auto
}

.select-21+.select-21 {
    margin-left: 10px
}


/** CSS the element tag [input checkbox] */
.check-22 input[type=checkbox] {
    display: inline-block;
    margin-right: 6px
}

.check-22 input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    cursor: pointer;
    color: #222;
    width: 100%
}

@media (min-width: 1px) {
    .check-22 input[type=checkbox] {
        display: none;
        margin: 0
    }

    .check-22 input[type=checkbox]+label {
        padding-left: 24px;
        vertical-align: middle;
        font-size: 1.6rem
    }

    .check-22 input[type=checkbox]+label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        margin-top: -10px;
        background: #FFF;
        border: 1px solid #dcdcdc
    }

    .check-22 input[type=checkbox]:checked+label::after {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        left: 2px;
        width: 12px;
        height: 6px;
        margin-top: -8px;
        border-left: 3px solid #FF820D;
        border-bottom: 3px solid #FF820D;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

/** CSS the element tag [input type=radio ] */
.radio-22 {
    display: flex;
    padding: 0 0 6px 0
}

.radio-22 input[type=radio] {
    display: inline-block;
    margin-right: 6px
}

.radio-22 input[type=radio]+label {
    position: relative;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    color: #222
}

.radio-22 label {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px
}

@media (min-width: 1px) {
    .radio-22 input[type=radio] {
        display: none;
        margin: 0
    }

    .radio-22 input[type=radio]+label {
        padding-left: 26px
    }

    .radio-22 input[type=radio]+label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #FFF;
        border: 1px solid #dcdcdc;
        border-radius: 30px
    }

    .radio-22 input[type=radio]:checked+label::after {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        left: 6px;
        width: 8px;
        height: 8px;
        margin-top: -3px;
        background: #FF820D;
        border-radius: 8px
    }
}

/**  CSS loading when use call ajax */

.s-hidden {
    display: none !important
}

.loading,
.loading-b {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center
}

.loading_inner,
.loading-b_inner {
    width: 30px;
    height: 30px;
    clear: both;
    margin: 0 auto;
    border: 2px rgba(239, 87, 99, 0.3) solid;
    border-top: 2px #FF820D solid;
    border-radius: 50%;
    animation: spinnerRot 0.8s infinite linear
}

@-webkit-keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

.loading-b_inner {
    width: 50px;
    height: 50px
}

.afiHeader {
    width: 100%
}

.afiHeader_loginArea {
    margin-left: auto
}

.afiHeader_loginArea>a {
    display: inline-block;
    vertical-align: middle
}

/** CSS Navbar Menu  */
.adm-nav_menu {
    float: left;
    display: flex;
    height: 40px
}

.adm-nav_menu>li {
    flex: 0 0 auto;
    border-right: 1px solid #dcdcdc
}

.adm-nav_menu>li>a {
    display: inline-block;
    line-height: 40px;
    padding: 0 24px;
    color: #666;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #fff;
    transition: background-color 0.15s ease
}

.adm-nav_menu>li>a:hover {
    background-color: #f7f7f7
}

.adm-nav_menu>li>a.s-selected {
    color: white;
    background-color: #FF820D;
    font-weight: normal;
    position: relative;
    overflow: visible
}

.adm-nav_menu>li>a.s-selected:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #FF820D transparent transparent transparent;
    bottom: -6px;
    left: 50%;
    margin-left: -5px
}

.pointer:hover {
    cursor: pointer;
}