@charset "utf-8";
body {
    font-family: 'Lato', sans-serif;
    color: #2C2C2C;
    font-size: 15px;
    font-weight: 300
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 700
}

h1 {
    font-size: 31.104px
}

h2 {
    font-size: 25.92px
}

h3 {
    font-size: 21.6px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 15px
}

a {
    font-weight: 400;
    color: #07090c
}

a:hover, a:focus {
    color: #EF233C;
    text-decoration: none;
    outline: none
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #DDD;
    background-color: transparent
}

textarea.input {
    padding: 15px
}

.input-btn {
    display: inline-block;
    padding: 12px 30px;
    color: #FFF;
    background-color: #EF233C;
    border: none;
    text-transform: uppercase;
    opacity: 1;
    font-size: 12.5px;
    font-weight: 400
}

.input-btn:hover {
    opacity: .8
}

#header #top-header {
    border-bottom: 1px solid #DDD
}

.header-links {
    float: left
}

.header-links ul li {
    display: inline-block;
    border-left: 1px solid #DDD
}

.header-links ul li:last-child {
    border-right: 1px solid #DDD
}

.header-links ul li a {
    display: block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #222;
    font-size: 12.5px;
    text-align: center;
    text-transform: uppercase
}

.header-links ul li a:hover {
    color: #EF233C
}

.header-social {
    float: left;
}

.header-social ul li {
    display: inline-block;
    border-left: 1px solid #DDD
}

.header-social ul li:last-child {
    border-right: 1px solid #DDD
}

.header-social ul li a {
    padding: 0 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #222;
    text-align: center
}

.header-social ul li a:hover {
    color: #EF233C
}

#header #center-header {
    padding-top: 20px;
    padding-bottom: 20px
}

.header-logo {
    text-align: center
}

.header-logo .logo {
    display: inline-block
}

.header-logo .logo > img {
    max-height: 52px
}

.header-ads {
    float: right
}

#header #nav-header {
    height: 52px
}

#nav-header .nav-logo {
    display: none;
    float: left
}

#nav-header .nav-logo .logo {
    display: inline-block
}

#nav-header .nav-logo .logo > img {
    width: 100%;
    max-height: 90px
}

#nav-header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99
}

.main-nav li {
    border-left: 1px solid #fff
}

.main-nav li:last-child {
    border-right: 1px solid #fff
}

.main-nav li a {
    color: #FFF;
    text-transform: uppercase
}

.dropdown-menu li a {
    padding: 15px 15px
}

.main-nav li.active a {
    background-color: #EF233C !important
}

.main-nav li a:hover, .main-nav li a:focus {
    background-color: #fff;
    color: #000
}

.header_area .navbar .nav .nav-item .nav-link {
    font: 500 12px/100px "Poppins", sans-serif;
    text-transform: uppercase;
    color: #222;
    padding: 0;
    display: inline-block
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    background: #fff
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #ededed;
    margin-left: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background-color: #000
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #222;
    padding: 0 30px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
    margin-right: 0
}

.dropdown-menu {
    padding: 0
}

.button-nav {
    position: relative;
    float: right
}

.button-nav > button {
    padding: 25px 25px;
    border: none;
    line-height: 20px;
    background: transparent;
    color: #FFF
}

.button-nav .search-collapse-btn.active {
    background: #EF233C
}

.search-form {
    position: absolute;
    width: 250px;
    background: #07090c;
    padding: 20px;
    right: 0;
    border-top: 2px solid #EF233C;
    -webkit-box-shadow: 0 5px 6px -5px rgba(0, 0, 0, .4);
    box-shadow: 0 5px 6px -5px rgba(0, 0, 0, .4);
    z-index: 22;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all;
    transition: 0.2s all
}

.search-form form .input {
    border: none;
    background-color: #FFF
}

.search-form.search-collapse {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.button-nav .nav-collapse-btn {
    display: none
}

@media only screen and (max-width: 1201px) {
    #header #center-header .header-logo, #header #center-header .header-ads {
        float: none;
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    #header #top-header {
        text-align: center
    }

    .header-links, .header-social {
        float: none
    }

    .header-links ul li {
        margin-right: -4px;
        border-bottom: 1px solid #DDD
    }

    .header-social {
        margin-top: -1px
    }

    .header-social ul li {
        margin-right: -4px;
        border-top: 1px solid #DDD
    }

    #header #center-header {
        padding: 0
    }

    .header-ads {
        display: none
    }

    #nav-header .button-nav .nav-collapse-btn {
        display: inline-block
    }

    #nav-header .nav-logo {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 30px
    }

    #main-nav {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        max-width: 300px;
        width: 0%;
        padding-top: 30px;
        overflow-x: hidden;
        overflow-y: auto;
        background: #07090c;
        -webkit-box-shadow: 5px 0 6px -5px rgba(0, 0, 0, .4);
        box-shadow: 5px 0 6px -5px rgba(0, 0, 0, .4);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
        z-index: 99
    }

    #main-nav.nav-collapse {
        width: 100%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    .main-nav {
        margin: 0;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: scroll
    }
}

.logo {
    letter-spacing: 3px;
    text-align: left
}

.btn a, .btn input {
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 10px;
    font-size: 100%;
    background: #4A96B2;
    color: #fff;
    margin-top: 5px;
    border: 0
}

.h_right ul {
    display: flex;
    display: -webkit-flex;
    padding: 10px
}

.h_right li {
    margin: 0 5px;
    text-align: center
}

.h_right li span {
    display: block;
    background: #333;
    padding: 0 10px;
    font-size: 90%;
    margin-bottom: 5px
}

#gnav {
    background: #444
}

#gnav ul {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#gnav ul li {
    border-left: 1px solid #333;
    font-size: .7rem
}

#gnav ul li a {
    color: #fff;
    display: block;
    padding: 5px 10px 5px 30px;
    position: relative
}

#gnav ul li:nth-child(1) a:before {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    left: 10px
}

#gnav ul li:nth-child(2) a:before {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    left: 10px
}

#gnav ul li:nth-child(3) a:before {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    left: 10px
}

#gnav ul li a:hover {
    background: #666
}

#snav > ul {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #4A96B2;
    align-items: flex-end;
    color: #fff
}

#snav li {
    border-right: 1px solid #69a8c0;
    text-align: center;
    width: 25%
}

.ver01 li {
    width: 33.3333%
}

.ver02 li {
    width: 14.2857%
}

#snav li:last-child {
    border-right: 0
}

#snav li h2 {
    padding: 10px;
    font-size: .8rem
}

#snav li a {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #7ac2dc;
    text-decoration: none;
    border-bottom: 1px solid #69a8c0;
    font-size: .7rem;
    padding: 10px
}

#snav li a:hover {
    background: #9eccdc
}

#snav li ul {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 999
}

article {
    padding-bottom: 50px
}

main {
    padding: 20px;
}

main section {
    margin-bottom: 30px
}

.top h2 {
    font-size: 100%;
    font-weight: 700;
    margin: 0 0 20px 0
}

.sub h2 {
    color: #fff;
    padding: 10px;
    margin-bottom: 20px
}

.sub h3 {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px 0;
    margin: 20px 0
}

.sub h4 {
    font-size: 100%;
    font-weight: 700;
    margin: 20px 0
}

.sub p {
    font-size: 90%
}

table {
    background: #eee;
    font-size: .8rem;
    margin: 10px 0
}

th {
    background: #00a65a;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    vertical-align: middle
}

td {
    text-align: center;
    vertical-align: middle !important;
    background: #fff;
    padding: 10px
}

table th.hasbtn {
    width: 10%
}

table th.status {
    width: 20%
}

table td .hasbtn:first-child {
    margin-bottom: 5px
}

.pagenavi {
    text-align: center;
    margin: 20px 0
}

.pagenavi a {
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #eee
}

.pagenavi a.current {
    background: #4A96B2;
    color: #fff
}

.pagenavi a:hover {
    background: #4A96B2;
    color: #fff
}

.gryblc {
    border: 1px solid #eee;
    padding: 20px;
    background: #fff;
    font-size: 90%;
    line-height: 180%
}

.hasbtn a, .hasbtn button, .hasbtn input {
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 10px;
    font-size: 85%;
    color: #fff;
    margin-top: 5px;
    border: 0
}

.center input, .center a {
    width: 50%;
    margin: 20px auto;
    font-size: 100%;
    text-align: center;
    padding: 10px
}

.hasbtn input {
    margin: 0 auto 50px auto
}

.loginblc .hasbtn a, .loginblc .hasbtn button, .lpadd .hasbtn a {
    padding: 10px;
    text-align: center;
    font-size: 110%;
    margin: 10px 0
}

.user_search li .hasbtn a {
    display: inline-block;
    padding: 0 10px;
    margin: 10px 0
}

.aff_member .listfillter .hasbtn a, .hasbtn button {
    width: 130px;
    text-align: center
}

.aff_result table .btn a, .aff_result table .hasbtn a {
    width: 100px;
    font-size: 100%;
    margin: 10px auto
}

.btngroup {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.btngroup .hasbtn {
    width: 48%;
    margin: 0 1%
}

.btngroup .hasbtn a, .hasbtn button {
    text-align: center
}

.hasbtn button:hover, .hasbtn a:hover {
    background: #146f90
}

.hasbtn a.red, .hasbtn button.red {
    background: #a73030
}

.hasbtn a.red:hover, .hasbtn button.red:hover {
    background: #881717
}

.hasbtn a.ylw {
    background: #cdc13b
}

.btn .grn {
    background: #79c351 !important
}

.hasbtn a.ylw:hover {
    background: #928818
}

.hasbtn a.right {
    display: inline-block;
    float: right;
    margin-bottom: 20px;
    width: 120px;
    text-align: center;
    font-size: 80%
}

.hasbtn a.left {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    width: 120px;
    text-align: center;
    font-size: 80%
}

.login .gryblc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 1px solid #bbb;
    width: 300px;
    height: 350px;
    font-size: 80%
}

.login .gryblc h1 {
    font-size: 300%;
    text-align: center;
    margin-bottom: 10px
}

.loginblc input[type="text"] {
    width: 100%;
    height: 30px;
    padding: 3px;
    margin: 5px 0
}

.loginblc p {
    font-weight: 700;
    text-align: center
}

.affurl dt {
    font-size: 100%;
    font-weight: 700;
    margin: 0 0 10px 0
}

.affurl dd {
    margin-bottom: 20px
}

.project_setting .gryblc {
    margin-bottom: 20px
}

.project_setting > p {
    margin: 10px;
    font-size: 80%
}

.project_setting > p strong {
    color: red;
    font-weight: 700;
    display: block;
    font-size: 120%
}

.blctop, .blcbtm {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.blctop {
    border-bottom: 1px solid #eee;
    padding: 0 0 20px 0;
    align-items: center
}

.blcbtm {
    padding-top: 20px
}

.blctop input {
    display: block;
    margin: 10px 0
}

.lpadd {
    width: 50%
}

.lpadd span {
    display: inline-block;
    text-align: right;
    margin-right: 20px;
    font-size: 90%
}

.lpadd span:first-child {
    width: 100px
}

.lpadd ul {
    margin: 20px 0
}

.lpadd ul li {
    margin-bottom: 10px
}

.paymentsetting ul li {
    margin-bottom: 10px
}

.paymentsetting span {
    width: 100px;
    display: inline-block;
    font-size: 90%;
    text-align: right;
    margin-right: 20px
}

.feelist {
    margin-bottom: 20px
}

.feelist span {
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-right: 20px
}

.listfillter {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center
}

.listfillter ul {
    display: flex;
    display: -webkit-flex;
    align-items: center
}

.listfillter ul li {
    margin-right: 20px
}

.listfillter ul li span {
    display: inline-block;
    margin-right: 10px
}

.aff_member .listfillter li {
    display: flex;
    display: -webkit-flex;
    align-items: center
}

.aff_member .listfillter li:first-child {
    margin-left: auto
}

.aff_member .listfillter li p {
    margin-right: 10px
}

.aff_member .listfillter li label {
    margin-right: 10px
}

.listtop_r .btngroup .btn {
    width: 180px;
    margin: 0 0 10px 10px
}

.listtop_r p {
    text-align: right
}

.tab {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: .8rem
}

.tab li a {
    background: #ddd;
    padding: 5px 20px;
    margin: 10px;
    display: block
}

.tab li a:hover {
    background: #69a8c0;
    color: #fff
}

.tab li.active {
    background: #69a8c0;
    color: #fff;
    padding: 5px 20px;
    margin: 10px;
    display: block
}

.user_search {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.user_search li {
    width: 50%;
    margin-bottom: 20px
}

.user_search span {
    display: block;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 10px
}

.user_search li input {
    width: 90%;
    padding: 3px;
    height: 30px;
    border: 1px solid #ddd
}

.step dd ul {
    margin: 20px
}

.step dd li {
    margin-bottom: 20px
}

.step dd p, .broadcast p {
    display: block;
    margin: 20px 0
}

.broadcast dt {
    background: #777;
    border-left: 5px solid #333;
    padding: 10px;
    color: #fff
}

.broadcast dd {
    padding: 10px
}

.broadcast dd ul {
    display: flex;
    display: -webkit-flex
}

.broadcast dd ul li {
    margin-right: 20px
}

span.btn, span.btn a {
    display: inline-block;
    margin: 0 5px
}

.tag th.no {
    width: 5%
}

.tag th.name {
    width: 30%
}

.analytics p {
    margin-bottom: 20px
}

.rowform {
    overflow: hidden;
    font-size: 90%;
    margin-bottom: 20px
}

dl:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.rowform dt {
    float: left;
    padding: 15px 10px 10px 10px;
    clear: both;
    margin-top: -1px;
    width: 200px;
    border-top: 1px solid #fff;
    font-weight: 400;
    color: #fff
}

.rowform dd {
    padding: 15px 10px 10px 10px;
    margin-top: -1px;
    margin-left: 200px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    *zoom: 1
}

.admin_setting dd:last-child, .rowform dd:last-child {
    border-bottom: none
}

.rowform dd:before, .rowform dd:after {
    display: table;
    line-height: 0;
    content: ""
}

.rowform dd:after {
    clear: both
}

input[type="text"] {
    width: 100%;
    height: 30px;
    padding: 5px;
    border: 1px solid #bbb
}

input[type="number"] {
    height: 30px;
    padding: 5px;
    border: 1px solid #bbb
}

.lpadd input[type="text"], .broadcast input.short, .step dd input.short, .broadcast input.short, .user_search li input.short, .analytics input.short, .paymentsetting input[type="text"], .listfillter input[type="text"] {
    width: 30%
}

.rowform input[type="text"] {
    width: 80%
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 10px
}

textarea {
    border: 1px solid #eee;
    width: 100%;
    padding: 3px
}

select {
    position: relative;
    width: 200px;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eee;
    background: #eee
}

label {
    position: relative
}

label:after {
    display: block;
    position: absolute;
    content: "";
    right: 10px;
    top: 10px;
    font-family: FontAwesome
}

footer {
    padding: 10px 0;
    text-align: center;
    margin: 0;
}

.parsley-errors-list.filled {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 15px 20px;
    position: relative;
    background-color: #EF6262;
    color: #fff
}

.parsley-errors-list.filled {
    margin-top: 5px !important
}

.parsley-errors-list.filled {
    opacity: 1
}

.parsley-errors-list {
    padding: 0 !important;
    list-style-type: none !important;
    margin: 0 !important;
    color: #e5603b;
    font-size: 12px !important;
    line-height: inherit !important
}

.parsley-errors-list {
    margin: 2px 0 3px 0;
    padding: 0;
    list-style-type: none;
    font-size: .9em;
    line-height: .9em;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in-;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

.notification-area {
    position: fixed;
    width: 100%;
    z-index: 500;
    color: #fff;
    text-align: center;
    top: 0;
    left: 0
}

.notification-area .error {
    background-color: #F0093D
}

.notification-area .alert-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding: 0 25px
}

.notification-area .notice {
    background-color: #2ca02c
}

.notification-area .alert {
    padding: 15px;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    opacity: .8
}

.fa-times:hover {
    cursor: pointer
}

.errors {
    color: red
}

.hasbtn button[enable]:hover {
    cursor: pointer
}

button[disabled]:hover {
    cursor: not-allowed
}

.loginblc .hasbtn button {
    width: 100%
}

.bot-image {
    width: 50px
}

.input-errors {
    border: 1px solid #761c19 !important
}

.rowform input[type="password"] {
    width: 80%
}

input[type="password"] {
    width: 100%;
    height: 30px;
    padding: 5px;
    border: 1px solid #bbb
}

a.close .fa.fa-times {
    color: #fff
}

.label-status {
    font-size: 10px;
    padding: 5px 5px 3px 5px;
    margin-top: 3px;
    display: inline-block
}

.label-status-msg {
    font-size: 11px
}

.fade {
    transform: scale(1);
    animation: unfoldOut 1s .3s cubic-bezier(.165, .84, .44, 1) forwards
}

.fade.in {
    transform: scaleY(.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(.165, .84, .44, 1) forwards
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(.005) scaleX(0)
    }
    50% {
        transform: scaleY(.005) scaleX(1)
    }
    100% {
        transform: scaleY(1) scaleX(1)
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1)
    }
    50% {
        transform: scaleY(.005) scaleX(1)
    }
    100% {
        transform: scaleY(.005) scaleX(0)
    }
}