/*  Overwrite  Bootstrap  */

input, textarea, select, button, meter, progress {
    clear: both !important;
}

.btn {
    border-radius: 0px;
}
.right-add-btn{
    float: right;
    margin-right: 0px;
    margin-top: -11px;
}

.btn-primary {
    background-color: #193780;
    border-color: #193780;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    height: 42px;
    border-radius: 5px;
}

.btn-secondary {
    background-color: #000;
    border-color: #193780;
    color: #DCBA5F;
    font-weight: 400;
    font-size: 14px;
    height: 42px;
    border-radius: 0px;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-table {
    width: 100%;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
    background-color: #3667DE;
    border-color: #193780;
    color: #FFFFFF;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #818181;
    border-color: #193780;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary, .btn-secondary:active:focus, .btn-secondary:active:hover, .btn-secondary.active:hover, .btn-secondary.active:focus {
    background-color: rgba(220,186,95, 0.31);
    border-color: #193780;
    color: #DCBA5F;
}

.btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary {
    background-image: none;
}

.btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:active, .btn-secondary.active[disabled], fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
    background-color: #fff;
    border-color: #193780;
    color: #818181;
}


.btn-info {
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #FFFFFF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus {
    background-color: #21b9bb;
    border-color: #21b9bb;
    color: #FFFFFF;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #26d7d9;
    border-color: #26d7d9;
}

.btn-danger {
    background-color: #ED5565;
    border-color: #ED5565;
    color: #FFFFFF;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:hover, .btn-danger.active:focus {
    background-color: #ec4758;
    border-color: #ec4758;
    color: #FFFFFF;
    opacity: 0.7;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #ef6776;
    border-color: #ef6776;
}

.form-control {
    border-radius: 2px !important;
}

.form-control, progress {
    padding-top: 7px !important;
}

.form-control:focus {
    border-color: #093293;
    box-shadow: 0 0 8px 0 #093293;
}

.form-control, .single-line {
    background-color: #FFF;
    background-image: none;
    background: #fff;
    color: #000;
    border: 1px solid #193780;
    display: block;
}

.form-control {
    height: 40px !important;
}

.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
    box-shadow: none;
}

.control-label {
    color: #022E5D;
}

.alert {
    padding: 8px !important;
}


/*  Overwrite  AdminLTE  */

.content-header > h1 {
    color: #868686 !important;
}

.main-sidebar, .left-side {
    background: #064A97;
    color:#000;
    transform: matrix(1, 0, 0, 1, 0, 0);
    /*    position: fixed;*/
}

.main-header .sidebar-toggle {
    color: #fff;
    float: left;
    background-color: transparent;
    background-image: none;
    /*    padding: 22px 25px;*/
    margin-top: 10px;
    font-family: fontAwesome;
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar, .sidebar-open .left-side {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
        height: 3300px;
    }
}

/*
.main-header {
    position: relative;
    max-height: none;
    z-index: 0;
}
*/

/*  Sidemenu  */
.pace-done .navbar-static-side, .pace-done .nav-header, .pace-done li.active, .pace-done #page-wrapper, .pace-done .footer {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 768px) and (min-height: 1024px) {
    .main-sidebar {
        /*       z-index: 2001;*/
        height: 2100px;
        margin-top: 50px;
    }
}

@media (min-height: 702px) {
    .navbar-static-side {
        position: fixed;
    }
}

@media (min-width: 768px) {
    .navbar-static-side {
        z-index: 2001;
        position: absolute;
        width: 220px;
    }
}

.navbar-default {
    background-color: transparent;
    border-color: #1c1c1c;
}

/*  Content  */

.bg-white {
    background-color: white;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #f7af3e;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.wrapper-content {
    padding: 20px 10px 20px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb > li a {
    color: #bbbbbb;
}

.breadcrumb > li.active {
    font-weight: 700;
    color: #093293;
}

.breadcrumb > li:hover {
    color: orange;
    color: #093293;
}

/*  Header  */
@media (max-width: 768px) {
    .navbar-header {
        display: inline;
        float: left;
    }
}

/*
.nav > li > a {
  color: #a7b1c2;
  font-weight: 600;
  padding: 20px 20px 20px 57px;
}
*/

.nav.navbar-right > li > a {
    color: #ffffff;
}

.nav > li.active > a {
    color: #ffffff;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color: transparent;
    color: white;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #fff;
}

.nav.navbar-top-links > li > a:hover, .nav.navbar-top-links > li > a:focus {
    background-color: transparent;
}

.nav > li > a i {
    margin-right: 5px;
}

.navbar {
    border: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: #1c1c1c;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 40px;
}

.body-small .navbar-top-links li:last-child {
    margin-right: 0;
}

.navbar-top-links li a {
    padding: 20px 10px;
    min-height: 50px;
}

.dropdown-menu {
    border: medium none;
    border-radius: 0px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu > li > a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f7af3e;
    outline: 0;
}

.dropdown-menu > li > a.font-bold {
    font-weight: 600;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
    color: #000000;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.dropdown-messages, .dropdown-alerts {
    padding: 10px 10px 10px 10px;
}

.dropdown-messages li a, .dropdown-alerts li a {
    font-size: 12px;
}

.dropdown-messages li em, .dropdown-alerts li em {
    font-size: 10px;
}

.nav.navbar-top-links .dropdown-alerts a {
    font-size: 12px;
}

.nav-header {
    padding: 33px 25px;
    background-color: #1c1c1c;
    background-image: url("patterns/header-profile.png");
}

.pace-done .nav-header {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.bonus-type {
    font-weight: 600;
    text-decoration: underline;
}

ul.nav-second-level {
    background: #141414;
}

/*
.nav > li.active {
  border-left: 4px solid #a18241;
  background: #141414;
}
*/

.nav.nav-second-level > li.active {
    border: none;
}

.nav.nav-second-level.collapse[style] {
    height: auto !important;
}

.nav-header a {
    color: #DFE4ED;
}

.nav-header .text-muted {
    color: #8095a8;
}

.minimalize-styl-2 {
    padding: 4px 12px;
    margin: 14px 5px 5px 20px;
    font-size: 14px;
    float: left;
}

.navbar-form-custom {
    float: left;
    height: 50px;
    padding: 0;
    width: 200px;
    display: block;
}

.navbar-form-custom .form-group {
    margin-bottom: 0;
}

.nav.navbar-top-links a {
    font-size: 14px;
}

.navbar-form-custom .form-control {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 14px;
    height: 60px;
    margin: 0;
    z-index: 2000;
}


/*  Sidemenu Username  */

.nav-user .user-box {
    padding: 2.0rem;
    background-color: #f6a821;
    position: relative;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background:  #edba08; /* Old browsers */
    background: -moz-linear-gradient(left, #b88b11, #fdf972, #edba08); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b88b11, #fdf972, #edba08); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b88b11, #fdf972, #edba08); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b88b11', endColorstr='#edba08',GradientType=1 ); 
}

.nav-user .user-name {
    display: table-cell;
    padding-left: 1.5rem;
    vertical-align: middle;
}

.nav-user .user-name span {
    display: block;
    margin-top: 0.3rem;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
}

.nav-user .user-name h4, .navbar-static-side .nav-user .user-stats h4 {
    margin-top: 0;
    margin-bottom: 0;
    color: #32343e;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
}

/*  Default  */

/*
.form-control {
    border-radius: 0.25rem !important;
}
*/

.btn-orange {
    color: #111;
    background-color: #f89406;
    border-color: #f89406;
}

.btn-orange:hover {
    color: #fff;
    background-color: #d37e05;
    border-color: #c67605;
}

.btn-orange:focus, .btn-orange.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 148, 6, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 148, 6, 0.5);
}

.btn-orange.disabled, .btn-warning:disabled {
    background-color: #f89406;
    border-color: #f89406;
}

.btn-orange:not([disabled]):not(.disabled):active, .btn-orange:not([disabled]):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #c67605;
    border-color: #ba6f04;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 148, 6, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 148, 6, 0.5);
}


/*  Dashboard Annoucement Popup  */

.ibox {
    clear: both;
    margin-top: 0;
    padding: 0;
}

.ibox:after, .ibox:before {
    display: table;
}

.ibox-content {
    clear: both;
    border-color: #3667DE;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    padding: 2.5em 2em 1.5em;
    background-color: rgba(0,0,0,0.3);
    border-top: 0;
    color: #c2c2c2;
    overflow-x: auto;
    overflow-y: hidden;    
}

.ibox.nopad > .ibox-content {
    padding: 0;
}

.ibox-reg {
    padding: 15px;
}

.ibox-title {
    text-align: left!important;
    color: #fff;
    text-align: center;    
    padding: 15px;
    border-top: 0;
    /*text-transform: uppercase;*/
    font-weight: 400;
    font-size: 18px;
    height: 50px;
    background-color: #16A5ED;
    border-image: none;
    border: 1px solid #707070;
    border-style: solid solid none;
    border-width: 0;
    margin: 0px !important;
    font-family: lato;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 18px;
    margin: 0px !important;
    color: #fff;
    position: relative;
}

.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4 {
    margin-top: 5px;
    font-size: 20px;
}

/*
.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
    margin-top: 5px;
    font-size: 20px;
}
*/

div#pop_new .ibox-title h5 {
    color: #202027;
    font-weight: 600;
}

.ibox-achieve {
    margin-top: 30px;
}

.ibox.theme-white .ibox-content {
    background-color: #E7E8E9;
    color: #022E5D;
}

.ibox.theme-origin .ibox-title {
    background-color: #1c1c1c;
    color: #093293;
    text-align: center;
    /**border-top: 0.3rem solid #e7eaec;
    border-bottom: 0.1rem solid #e7eaec;**/
}

.ibox.theme-origin .ibox-content {
    background-color: #fff;
    color: #676a6c;
    margin-bottom: 40px;
}

.ibox-form {
    padding: 15px;
}

.pop_up_news .ibox-title {
    position: -webkit-sticky;
    position: sticky !important;
    top: 0;
    width: 100%;
}

.ibox-achieve {
    margin-top: 30px;
}

.ibox.theme-origin .ibox-title {
    background-color: #1c1c1c;
    color: #093293;
    /*text-align: center;*/
    /**border-top: 0.3rem solid #e7eaec;
    border-bottom: 0.1rem solid #e7eaec;**/
}

.ibox.theme-origin .ibox-content {
    background-color: #fff;
    color: #676a6c;
    margin-bottom: 40px;
}

.ibox-form {
    padding: 15px;
}

.btn-more.fa.fa-plus {
    float: right;
    color: #1f2028;
}

.btn-more.fa.fa-close.b-close {
    float: right;
    cursor: pointer;
    color: #202027;
}

.close-classic:after {
    content: 'X'; /* ANSI X letter */
}

.b-modal.__b-popup1__ {
    position: fixed !important;
    width: 100%;
}

@media (max-width: 991px) {
    #pop_new {
        width: 90%;
        height: 80%;
    }
}

@media (max-height: 400px) {
    #pop_new {
        width: 90%;
        height: 70%;
    }
}

.ui.items > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0;
    padding: 0;
}

.ui.items > .item + .item {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 0.1rem solid #514938;
}

.ui.items > .item > .image {
    display: block;
    float: none;
    width: 10rem;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ui.items > .item > .content {
    min-height: 0;
    padding: 0;
    margin-left: 1em;
}

.ui.items > .item > .content > .title > a {
    color: #f7af3e;
}

.ui.items > .item > .content > .meta {
    font-size: 0.923em;
    color: #858585;
}

.ui.items > .item > .content > .desc {
    margin-top: 0.8em;
}


/*  Login Page  */

#login-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-185px;
    margin-top:-230px;
    width:370px;
    height: 460px;
    border-radius:20px;
    background: #E8E8E8;
}

.login-page {
    background-image:none;
    background: linear-gradient(180deg, rgba(9,50,147,1) 0%, rgba(9,25,65,1) 65%);
    display: table;
    width: 100vw !important;
    height: 100vh !important;
    overflow-x: hidden;
}
.login-div{
    width:300px;
    margin: auto;
    margin-top: 34px;
}

.middle-box {
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
}

@media (max-width: 768px) {
    .middle-box {
        width: 30rem;
    }
}

.login-title {
    color: #d6d6d6;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

.lang-color {
    color: #ffffff;
    text-decoration: underline;
    margin: 0 5px;
}

.lang-color:hover, .text-forgot:hover {
    color: #f89406;
    cursor: pointer;
}

.text-white {
    color: white;
}

.text-forgot {
    color: #193780 !important; 
    font-size: 12px !important
}
.text-lang {
    font-size: 14px;
    color: #193780;
    border: 1px solid #fff;
    padding: 7px 10px 7px 10px;
    margin-left: -5px;
}
.text-lang.cn {
    padding: 7px 22px 7px 22px;
}
.text-lang.en {
    padding: 7px 10px 7px 10px;
}


.form-group .nc-icon {
    line-height: 34px;
}

.lang-switcher{
    margin: 20px 0 20px 0;
}

.login-box .lang-switcher a.well{
    border: none;
}

.well-color{
    /*background-color: #f8c85a;
    border-color: #f8c85a;
    color: black;*/
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    color: #312708 !important;
    background: #fff;
    /*    background: -moz-linear-gradient(top, rgba(255,242,59,1) 0%, rgba(255,242,59,1) 4%, rgba(252,196,14,1) 27%, rgba(244,145,64,1) 73%, rgba(237,105,60,1) 91%, rgba(234,61,58,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,242,59,1)), color-stop(4%, rgba(255,242,59,1)), color-stop(27%, rgba(252,196,14,1)), color-stop(73%, rgba(244,145,64,1)), color-stop(91%, rgba(237,105,60,1)), color-stop(100%, rgba(234,61,58,1)));
        background: -webkit-linear-gradient(top, rgba(255,242,59,1) 0%, rgba(255,242,59,1) 4%, rgba(252,196,14,1) 27%, rgba(244,145,64,1) 73%, rgba(237,105,60,1) 91%, rgba(234,61,58,1) 100%);
        background: -o-linear-gradient(top, rgba(255,242,59,1) 0%, rgba(255,242,59,1) 4%, rgba(252,196,14,1) 27%, rgba(244,145,64,1) 73%, rgba(237,105,60,1) 91%, rgba(234,61,58,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,242,59,1) 0%, rgba(255,242,59,1) 4%, rgba(252,196,14,1) 27%, rgba(244,145,64,1) 73%, rgba(237,105,60,1) 91%, rgba(234,61,58,1) 100%);
        background: linear-gradient(to bottom, rgba(255,242,59,1) 0%, rgba(255,242,59,1) 4%, rgba(252,196,14,1) 27%, rgba(244,145,64,1) 73%, rgba(237,105,60,1) 91%, rgba(234,61,58,1) 100%) !important;*/
    /*-webkit-box-shadow: inset 10px 10px 47px -8px rgba(255,204,0,1);*/
    /*-moz-box-shadow: inset 10px 10px 47px -8px rgba(255,204,0,1);*/
    /*box-shadow: inset 10px 10px 47px -8px rgba(255,204,0,1);*/
}



/*  Dashboard Page  */

.data-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    background-image: url("../images/top_info_repeat_x.png");
    background-repeat: repeat-x;
    border-bottom: 1px solid #c69c0c;
    font-size: 13px;
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: auto;
    -webkit-scrollbar: visible;
    height:130px;
}

@media (max-width: 767px) {
    .data-bar.simplebar {
        margin-top: 6px;
    }
}

@media (max-width: 767px) {
    .data-bar {
        background: #ea993b;
    }
}


/*  Custom Style  */

@charset "UTF-8";

/*amchart*/
/**
@media (max-width: 350px){
.amChartsInputField.amcharts-start-date-input {
  width: 100% !important;
}

.amChartsInputField.amcharts-end-date-input {
  width: 100% !important;
}
}**/

.table-responsive {
    margin-bottom: 0px !important;
}


html, body {
    width: 100vw !important;
    height: 100vh !important;
    font-family: -apple-system,"Helvetica Neue",Helvetica,"Segoe UI",Arial,sans-serif;
}

#wrapper {
    width: 100%;
    overflow-x: hidden;
}

div#page-wrapper {
    min-height: 100%;
}

.gray-bg .dashboard-1 {
    min-height: 100%;
}

a:focus, a:hover {
    color: #093293;
}

.btn {
    padding: 10px 20px 10px 20px;
}

.btn-mr {
    margin-right: 4px;
}

@media (max-width: 768px) {
    .btn-mr {
        margin-right: 0;
    } 
}

input.btn.btn-primary.pull-right {
    padding: 10px 20px 10px 20px;
    margin: 20px 0;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 100vh !important;
    position: relative !important;
}

@media (min-width: 768px) {
    div#page-wrapper {
        margin: 0 0 0 220px;
    }
}

@media (max-width: 350px) {
    .navbar-top-links > li {
        display: inline-block !important;
    }
}

.ui.form .control-label {
    font-weight: 600;
}

.ui.form .form-control {
    font-size: 1.3rem;
}

.ui.form.form-horizontal .form-group {
    margin: 0;
    padding: 15px;
}

/**
.ui.form.form-horizontal .form-group + .form-group {
  border-top: 0.1rem dashed #e9ecef;
}
**/

.ui.form.form-horizontal .form-group > .control-label {
    padding-left: 0;
}

.ui.form.form-horizontal .form-group > div[class^="col"] {
    padding-right: 0;
}

.ui.form.form-horizontal .form-group.reset {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
}

.verification.form-group {
    display: flex;

}

/**
.network-button-wraper {
  background-color: #3a3a3a;	
  margin: 6px 6px;
}

.network-button-wraper a {
  background-color: #3a3a3a;
  color: #ffffff;	
} **/


.gold-box {
    background: #2e2e2e;
    background: -webkit-linear-gradient(to left, #414345, #232526);
    /* background: linear-gradient(to left, #414345, #232526); */
    border: 0.1rem solid #514938;
    color: #cea651;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.gold-box h3 {
    padding-top: 10px;
    font-size: 15px;
    text-transform: uppercase;
}

.gold-boxes {
    padding-left: 15px;
    padding-right: 15px;
}

.gold-title-box {
    min-height: 20px;
}

.logo-circle img {
    width: 80%;
    padding: 17px 0 10px;
}

.logo-circle {
    width: 100px;
    height: 100px;
    background: #1c1c1c;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    border-radius: 50px;
    text-align: center;
    margin: auto;
}

/* Page Heading */
.page-heading {
    border-top: 0;
    padding: 0 20px 0px 5px;
    /*text-align: center;*/
}

.page-heading h2 {
    margin: 25px 0 5px;
    text-transform: uppercase;
    color: #5A5A5A;
    font-size: 24px;
    font-weight: 400;
}

.page-heading .breadcrumb {
    letter-spacing: 2px;
    font-size: 11px;
    color: #808080;
}

/* Trade */
div#chartdiv {
    background-color: white;
    margin-bottom: 20px;
}

/* Login Page */
.middle-box.text-center.loginscreen.animated.fadeInDown {
    padding: 10px;
}



@media (max-width: 767px) {




    .navbar-static-top {
        /*  background: url(../client/logo_small.svg) center no-repeat;*/
        margin: 6px;
    }

    .navbar-fixed-top, .navbar-static-top {
        background: -webkit-linear-gradient(to bottom, #064996, #163D66 );
        background: linear-gradient(to bottom, #064996, #163D66);
        /*        background: -moz-linear-gradient(left, #b88b11, #fdf972, #edba08);  FF3.6-15 
                background: -webkit-linear-gradient(left, #b88b11, #fdf972, #edba08);  Chrome10-25,Safari5.1-6 
                background: linear-gradient(to right,  #b88b11, #fdf972, #edba08);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b88b11', endColorstr='#edba08',GradientType=1 ); */
    }

    .nav.navbar-right > li > a {
        color: #fff;
        font-weight: 500;
    }

    ul.dropdown-menu.dropdown-language{
        width: 100%;
    }

    ul.nav.nav-pills.nav-justified.nav-theme .nav-justified>li>a {
        margin-bottom: none;
    }	

    .table-responsive {
        border: none !important;
    }	
    .ui.form.form-horizontal .form-group > .control-label,
    .ui.form.form-horizontal .form-group > div[class^="col"] {
        padding-left: 0;
        padding-right: 0;
    }

    .content-bttm {
        margin-bottom: 20px;
    }
}

/* tab form */
.package-note p {
    padding: 10px 0 0px 20px;
    margin: 0px;
}
ul.list-icon.list-check-circle {
    padding: 20px;
}
.package-note {
    background-color: #25262e;
    min-height: 266px;
    color: #cecece;
}
.terms-listing {
    background-color: #25262e;
    min-height: 266px;
    color: #cecece;
    padding:20px 15px 17px;
}

.terms-listing-box {
    padding: 0 15px;	
}

.terms-listing li {
    padding-bottom: 15px;
}

.bttn-center {
    text-align: center;
    margin: 15px 0 15px;
}

.bttn-center form.form-horizontal {
    display: -webkit-inline-box;
}

@media ( max-width: 991px) {
    .bttn-center input.btn.btn-primary {
        margin: 0px 5px; 
    }
}

@media ( min-width: 992px) {
    .bttn-center input.btn.btn-primary {
        margin: 0 10px; 
    }
}

.package-box-note {
    padding: 10px;
    background-color: #868686;
    color: #ffffff;
}

/* tab form */
div#search_div {
    background-color: #ffffff;
    padding: 24px;
}

.form-info {
    padding: 10px 0 10px 20px;
    background-color: #868686;
    color: #ffffff;
}

div#search_div .form-group {
    margin-bottom: 15px;
    padding-bottom: 30px;
}
div#search_div input.btn.btn-primary.pull-right{
    margin: 0px;
}

@media ( max-width: 991px) {
    div#search_div .form-group {
        margin-bottom: 15px !important;
        padding-bottom: 0px !important;
    }
}
input[type=checkbox], input[type=radio] {
    margin: 14px 6px 0 0;
}

.ui.checkbox label, .ui.radio label {
    padding-left: 3rem;
    font-size: small;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui.checkbox label:before, .ui.radio label:before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background-color: #ffffff;
    border: 0.1rem solid #e5e6e7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
}

.ui.checkbox input, .ui.radio input {
    display: none;
    visibility: hidden;
}

.ui.checkbox input:checked + label:after, .ui.radio input:checked + label:after {
    display: block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.ui.checkbox label:before {
    border-radius: 4px;
}

.ui.checkbox label:hover:before {
    background-color: #f7f7f7;
}

.ui.checkbox input:checked + label:after {
    content: '\f122';
    color: #1f2027;
    font-family: 'Ionicons';
    font-weight: normal;
    font-style: normal;
}

.ui.checkbox input:disabled + label {
    cursor: not-allowed;
}

.ui.checkbox input:disabled + label:before {
    background-color: #ececed;
}

.ui.checkbox.inline {
    padding-right: 1.5rem;
}

.ui.checkbox.toggle label {
    padding-left: 5.5rem;
}

.ui.checkbox.toggle label:before {
    width: 4rem;
    border-radius: 5rem;
}

.ui.checkbox.toggle label:after {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background-color: #909096;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 100%;
    -webkit-transition: margin 200ms ease-in-out;
    transition: margin 200ms ease-in-out;
}

.ui.checkbox.toggle input:checked + label:after {
    content: '';
    width: 2rem;
    height: 2rem;
    margin-left: 2rem;
    background-color: #093293;
}

.ui.checkbox.toggle input:disabled + label:after {
    background-color: #c5c5c8;
}

.ui.checkbox.toggle input:disabled:checked + label:after {
    background-color: #c0ab7f;
}

.ui.radio label:before {
    border-radius: 100%;
}

.ui.radio label:hover:before {
    background-color: #f7f7f7;
}

.ui.radio input:checked + label:after {
    content: '';
    width: 1rem;
    height: 1rem;
    margin: 0.5rem;
    background-color: #093293;
    border-radius: 100%;
}

.ui.radio.inline {
    padding-right: 1.5rem;
}

.panel {
    border: none;
}

.ui.accordion .panel-theme {
    margin-bottom: 0.1rem;
    border: 0;
    border-radius: 0;
    background-color: #1f2026;
}

.ui.accordion .panel-theme .panel-heading {
    padding: 1.5em 1.5em;
    cursor: pointer;
}

.ui.accordion h4 {
    color: #f7af3e;
}
.ui.accordion .fa {
    float: right;
}

.inputWithIcon i {
    position: absolute;
    left: 0;
    top: 3px;
    padding: 9px 8px;
    color: #aaa;
    transition: .3s;
}

.must-fill {
    color: #a2a2a2 !important;
}

i.fa.fa-bars {
    padding: 22px 16px;
}

.ui.accordion .panel-theme .panel-heading .panel-title {
    font-size: 1.077em;
    font-weight: 400;
}

.ui.accordion .panel-theme .panel-heading[aria-expanded="true"] {
    background-color: #383B44;
    color: #fff;
    border-left: 4px solid #EA9C2B;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
}

.ui.accordion .panel-theme .panel-heading[aria-expanded="true"] .panel-title {
    color: #093293;
}

.ui.accordion .panel-theme .panel-body {
    padding: 1.5em;
    background-color: #393c45;
    border-left: 4px solid #EA9C2B;
    color: #c6c6c6;
}

.ui.accordion .panel-theme .panel-body .empty {
    font-size: 1.2em;
}

.ui.tabs .nav-pills {
    /**margin-bottom: 20px;**/
}

.ui.tabs .nav-pills > li {
    background-color: #2b2d35;
    color: #093293;
    font-size: 1.4rem;
    font-weight: 500;
    -webkit-transition: none;
    transition: none;
    vertical-align: middle;
    text-transform: uppercase;
    border-right: 1px solid #3f414c !important;

}
.ui.tabs .nav-pills > li:hover,
.ui.tabs .nav-pills > li:active,
.ui.tabs .nav-pills > li:focus,
.ui.tabs .nav-pills > li:hover >a,
.ui.tabs .nav-pills > li:active >a,
.ui.tabs .nav-pills > li:focus >a {
    background-color: #000000;
}

.ui.tabs .nav-pills > li > a {
    color: inherit;
    font-weight: inherit;
}

.ui.tabs .nav-pills > li:hover,
.ui.tabs .nav-pills > li:focus{
    background-color: #000000;
}


.ui.tabs .nav-pills > li > a:hover,
.ui.tabs .nav-pills > li > a:focus{
    background-color: #000000;
}


.ui.tabs .nav-pills > li.active {
    background-color: #EA9C2B;
    color: #1c1c1c;
    font-weight: 500;
}

.ui.tabs .nav-pills > li.active > a {
    background-color: #EA9C2B;
    border-top: #EA9C2B;
    color: inherit;
    text-transform: uppercase;
}

.ui.tabs .tab-content {
    padding: 2rem 2.8rem;
    background-color: #2b2d35;
}

.row.package-row.m-t-sm h3 {
    color: #ffffff;
}

.ui.items > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0;
    padding: 0;
}

.ui.items > .item + .item {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 0.1rem solid #A4BABB;
}

.ui.items > .item > .image {
    display: block;
    float: none;
    width: 10rem;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ui.items > .item > .content {
    margin-left: 1em;
}



.ui.items > .item > .content > a > .title  {
    color: #3667DE;
    font-size:16px;
}

.ui.items > .item > .content > .meta {
    font-size: 0.923em;
    color: #d2d2d2;
}

.ui.items > .item > .content >  a > .desc {
    margin-top: 0.8em;
    color:#FFF;
}

.navbar-static-side .nav > li > a:focus, .navbar-static-side .nav > li > a:hover {
    background-color: none;
    color: #fff;
}

.navbar-static-side .nav > li.open > a {
    background-color: #2f313a;
    color: #fff;
    border-left: 6px solid #EA9C2B;
}

ul.nav.nav-second-level.collapse.in {
    border-left: 6px solid #EA9C2B;	
    background-color: #1f2028;
}

.navbar-static-side .nav > li.open > a:hover {
    background: #383B44;
    color: #fff;
}

.navbar-static-side .nav > li.open > a > .fa.arrow:before {
    content: '\f107';
}

.navbar-static-side .nav > li.active {
    border: 0;
    background-color: transparent;
}

.navbar-static-side .nav > li.active > a {
    background-color: #093293;
    color: #fff;
}

.navbar-static-side .nav-logo {
    padding: 2.6rem 2.2rem 2.6rem;
    text-align: center;
}

.navbar-static-side .nav-logo > a {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

.navbar-static-side .nav-logo img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.navbar-static-side .nav-header {
    background-image: none;
}

.navbar-static-side .nav-user .user-box {
    padding: 2.0rem;
    background-color: #f6a821;
    position: relative;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.navbar-static-side .nav-user .user-info,
.navbar-static-side .nav-user .user-rank {
    display: table;
    width: 100%;
}

.navbar-static-side .nav-user .user-avatar,
.navbar-static-side .nav-user .user-medal {
    display: table-cell;
    vertical-align: middle;
    width: 3.8rem;
}

.navbar-static-side .nav-user .user-avatar img,
.navbar-static-side .nav-user .user-medal img {
    max-width: 100%;
    height: auto;
}

.navbar-static-side .nav-user .user-name,
.navbar-static-side .nav-user .user-stats {
    display: table-cell;
    padding-left: 1.5rem;
    vertical-align: middle;
}

.navbar-static-side .nav-user .user-name h4,
.navbar-static-side .nav-user .user-stats h4 {
    margin-top: 0;
    margin-bottom: 0;
    color: #32343e;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-static-side .nav-user .user-name span,
.navbar-static-side .nav-user .user-stats span {
    display: block;
    margin-top: 0.3rem;
    color: #cccccc;
    font-size: 1.2rem;
    line-height: 1;
}

@media (max-width: 350px) {
    .nav.navbar-top-links li.dropdown.show {
        display: inline-block;
    }
}

.user-name a {
    font-weight: bolder;
    text-transform: uppercase;
}

.navbar-static-side .nav-user .user-rank {
    margin-top: 1rem;
}

.navbar-fixed-top, .navbar-static-top {
    background: -webkit-linear-gradient(to bottom, #064996, #163D66 );
    background: linear-gradient(to bottom, #064996, #163D66);
    /*    background: -moz-linear-gradient(left, #b88b11, #fdf972, #edba08);  FF3.6-15 
        background: -webkit-linear-gradient(left, #b88b11, #fdf972, #edba08);  Chrome10-25,Safari5.1-6 
        background: linear-gradient(to right,  #b88b11, #fdf972, #edba08);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b88b11', endColorstr='#edba08',GradientType=1 ); */
}


.navbar-form-custom {
    float: none;
    width: 300px;
    height: auto;
    margin-right: 5px;
}

.navbar-form-custom .form-control {
    height: 30px;
    border: 1px solid #ebebeb;
    background-color: #f4f4f4;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .box-carousel .carousel-control > span:before {
        display: block;
        line-height: 2.3 !important;
    }

    .navbar-top-links {
        text-align: right;
    }

    .navbar-top-links li:last-child {
        margin-right: 0;
    }

    .slimScrollDiv {
        height: 100% !important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .scroll-content.custom {
        height: 100% !important;
    }
}
/*.slimScrollDiv {
@include clearfix;
  color: $white;
  padding-bottom: 4em;
  overflow: hidden; // added for pseudo-element
  position: relative; // added for pseudo-element
}*/
@media (max-width: 768px) {
    body.mini-navbar .navbar-static-side {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-static-side {
        opacity: 0;
    }
}

@media (min-height: 702px) {
    .navbar-static-side {
        position: fixed;
    }
}

@media (min-width: 768px) {
    .navbar-static-side {
        z-index: 2001;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-static-side {
        display: block;
        opacity: 0;
        visibility: hidden;
    }
}

body {
    background-color: #1f2027;
}

body.page.page-home.pace-done.body-small.mini-navbar {
    height: 100% !important;
}

body #page-wrapper {
    margin-left: 0px;
    padding-bottom: 20px !important;
    background: #FFF;
    /*background-size: cover;*/
    padding-left: 245px;
}

body .navbar-static-side {
    width: 220px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
    background-color: #1f2027;
    height: 100%;

}

body .navbar-static-side .nav li a {
    font-size: 13px;
    color: #cecccb;
    font-weight: 400;
}

body .navbar-static-side .nav li a span {
    display: inline;
    color: #EA9C2B;  
}

body.mini-navbar #page-wrapper {
    margin-left: 0;
}

body.mini-navbar .navbar-static-side {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

body.mini-navbar .navbar-static-side .nav li a {
    font-size: 13px;
}

/*
.sidebar-collapse li {
  border-bottom: 1px outset #f6a723;
  background-color: #1f2027;
}
*/

@media (max-width: 768px) {
    input.btn.btn-primary.pull-left {
        margin: 20px 0 20px; 
        width: 100%;
    }
    input.btn.btn-primary.pull-right {
        margin: 0px;
    }	
    .menu-li {
        width: 100%;
    }	
    body:not(.mini-navbar) { 
        /*background: #FFF;*/
    }
    .login-div{
        position: relative;
        right: 0;
        top: 0;
        margin: uto;
    }
    body #page-wrapper {
        margin-left: 0;
        -webkit-transition: translateX(0);
        transition: translateX(0);
        min-height: 100vh !important;
    }
    body .navbar-static-side {
        background-color: #1f2027;
        -webkit-transition: -webkit-transform 240ms ease-in-out;
        transition: -webkit-transform 240ms ease-in-out;
        transition: transform 240ms ease-in-out;
        transition: transform 240ms ease-in-out, -webkit-transform 240ms ease-in-out;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    body.mini-navbar #page-wrapper {
        -webkit-transform: translateX(220px);
        transform: translateX(220px);
    }
    body.mini-navbar .navbar-static-side {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    body.mini-navbar .navbar-static-side .nav-label,
    body.mini-navbar .navbar-static-side .nav li a span {
        display: inline;
    }
    body.mini-navbar .navbar-static-side .nav-out {
        outline: 1px solid #ddd;
    }

    .pull-right {
        width: 100%;
        margin-bottom: 20px;
        /*  	padding: 16px;*/
    }
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li.active {
    border-left: 0;
}

.minimalize-styl-2 {
    background-color: transparent;
    border: none;
    color: #b7b7b7;
    font-size: 1.4em;
}

.minimalize-styl-2:hover, .minimalize-styl-2:focus, .minimalize-styl-2:active, .minimalize-styl-2:active:hover, .minimalize-styl-2:active:focus {
    background-color: transparent;
    color: #9a9a9a;
}

.alert-danger {
    border-radius: none !important;
}
.page-login.alert.alert-danger {
    text-align: left !important;
}

.alert {
    border-radius: 5px !important;
}

.alert-theme {
    border: 0;
    border-radius: 0;
}

.alert-theme.alert-danger {
    background-color: #dc727e;
    color: #fff;
}

.btn-wide {
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 0;
}

.btn-wider {
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 0;
}

.btn-widest {
    padding-left: 6rem;
    padding-right: 6rem;
    border-radius: 0;
}

.carousel-inner > .item > img {
    width: 100%;
}

.dropdown-language .divider {
    margin-top: 0;
    margin-bottom: 0;
}

.data-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    background-image: url("../images/top_info_repeat_x.png");
    background-repeat: repeat-x;
    border-bottom: 1px solid #c69c0c;
    font-size: 13px;
    overflow: auto;
    position: relative;
    /*  margin-left: 10px;*/
    -webkit-overflow-scrolling: auto;
    -webkit-scrollbar: visible;
    -webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        box-shadow: 0 0 1px rgba(255,255,255,.5);
        border-bottom: 1px solid #999a9f !important;
    }

}


.data-bar::-webkit-scrollbar {
    display: block;
    height: 4px;
    background-color: #33353f;
}

.data-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.data-bar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #093293;
}

.data-bar::-webkit-scrollbar-track-piece {
    -webkit-width:1px;
}
.data-title-date {
    max-width: 80px !important;
    min-width: 130px !important;
}
.scrollbar
{
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow
{
    min-height: 450px;
}





.data-box img{
    width: 75%!important;
}

.data-title {
    min-height: 29px;
}

.data-answer {
    min-height: 12px;
}


.data-box:after {

}



.data-box span {
    color: #bebebe;
    font-weight: 600;
    font-size: 13px;
}

.data-answer span {
    font-size: 20px;
}

.list-icon {
    margin-bottom: 1em;
    padding-left: 0;
    list-style: none;
}

.list-icon > li {
    position: relative;
    padding-left: 1.8em;
}

.list-icon > li + li {
    margin-top: 0.4em;
}

.list-icon > li:before {
    content: '';
    display: inline-block;
    color: #093293;
    font-family: 'fontAwesome';
    font-weight: normal;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
}

.list-icon.list-check-circle > li:before {
    content: '\f058';
}

.list-icon.list-check > li:before {
    content: '\f00c';
}

.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}

.footer {
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}
/**
.footer {
    background: none repeat scroll 0 0 #eaeaea;
    border-top: 1px solid #e7eaec;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    margin-top:20px; 
}**/

.footer-link {
    text-align: right;
}

.footer-link a {
    color: inherit;
    font-weight: 600;
}

.footer-link a:hover {
    color: #797979;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.box-statistics {
    position: relative;
}

.box-statistics .list-group {
    width: 27rem;
    margin: 0;
    background-color: #1c1c1c;
    border: 0.1rem solid #fff;
    position: absolute;
    top: 4.8rem;
    right: 0;
    bottom: 0;
}

.box-statistics .list-group-item {
    margin: 0;
    padding: 8%;
    height: 25%;
    border: 0;
    color: #fff;
}

.box-statistics .list-group-item + .list-group-item {
    border-top: 0.1rem solid #fff;
}

.box-statistics .list-group-item:focus, .box-statistics .list-group-item:hover {
    background-color: transparent;
    color: #093293;
}

.box-statistics .list-group-item > .fa {
    margin-top: 0.21em;
}

.ui.tabs {
    /**margin-top: 20px;**/
}

.btn-gold-form {
    margin:20px 0 20px;
}

@media (min-width: 1440px) {
    .box-statistics .list-link {
        display: none;
    }
    .box-statistics .box-wrapper {
        padding-right: 27rem;
    }
    .ui.tabs .nav-pills > li.active {
        border-right: 1px solid #2d2d2d;
    }
}

.box-tools .nav-pills {
    background-color: #1c1c1c;
}

.box-tools .nav-pills > li + li {
    margin-left: 0;
}

.box-tools .nav-pills > li > a {
    padding: 1rem 1.5rem;
    height: 4.8rem;
    background-color: transparent;
    color: #093293;
    line-height: 1.1;
    text-align: left;
}

.box-tools .nav-pills > li.active {
    background-color: #093293;
}

.box-tools .nav-pills > li.active > a {
    color: #fff;
}

.box-tools .nav-pills > li.active > a,
.box-tools .nav-pills > li.active > a:hover,
.box-tools .nav-pills > li.active > a:focus {
    background-color: transparent;
}

.box-tools .tab-pane {
    padding: 1.5rem;
}

.box-tools .form-control {
    background-color: #3d3d3d;
    border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: grey;
    opacity: 1;
}

.box-tools .form-group > label {
    font-weight: 600;
}

.box-tools .form-horizontal .form-group,
.box-tools .form-horizontal .row {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
}


.box-tools .form-horizontal .form-group > [class^="col"],
.box-tools .form-horizontal .row > [class^="col"] {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.box-tools .input-group-addon {
    background-color: #4c4c4c;
    border: 0;
}

.box-tools .btn {
    border-radius: 0;
}

.box-tools .ui.checkbox label:before {
    background-color: #4c4c4c;
    border: 0;
}

/*
.table {
  margin-bottom: 0px !important;
}
*/

.table-theme {
    border-top-color: #1c1c1c;
}

.table-theme > thead > tr > th {
    font-weight: 700;
}

.table-theme > thead > tr > th,
.table-theme > thead > tr > th.sorting,
.table-theme > thead > tr > th.sorting_asc,
.table-theme > thead > tr > th.sorting_desc {
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: #093293;
}

.table-theme > thead > tr > th.sorting:after,
.table-theme > thead > tr > th.sorting_asc:after,
.table-theme > thead > tr > th.sorting_desc:after {
    font-family: 'fontAwesome';
    color: #ddd;
}

.table-theme > thead > tr > th.sorting:after {
    content: '\f0dc';
    opacity: 0.5;
}

.table-theme > thead > tr > th.sorting_asc:after {
    content: '\f0de';
    opacity: 0.85;
}

.table-theme > thead > tr > th.sorting_desc:after {
    content: '\f0dd';
    opacity: 0.85;
}

.table-theme > thead > tr.sub > th {
    background-color: #32343e;
    color: #afafaf;
    font-weight: 500;
    line-height: 1.5em;
}

.table-theme > thead > tr > th {
    position: relative;
}

.table-theme > thead > tr > th:nth-child(n+2):before {
    content: '';
    width: 0.1rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: -0.1rem;
    left: -0.1rem;
}

tbody {
    background-color: transparent !important;
}

.table-sm > thead > tr > th,
.table-sm > thead > tr > td,
.table-sm > tbody > tr > th,
.table-sm > tbody > tr > td,
.table-sm > tfoot > tr > th,
.table-sm > tfoot > tr > td {
    padding: 1rem;
}

.table-middle > thead > tr > th,
.table-middle > thead > tr > td,
.table-middle > tbody > tr > th,
.table-middle > tbody > tr > td,
.table-middle > tfoot > tr > th,
.table-middle > tfoot > tr > td {
    vertical-align: middle;
}

.table-middle-all > thead > tr > th,
.table-middle-all > thead > tr > td,
.table-middle-all > tbody > tr > th,
.table-middle-all > tbody > tr > td,
.table-middle-all > tfoot > tr > th,
.table-middle-all > tfoot > tr > td {
    text-align: center;
    vertical-align: middle;
}

.table-header th.text-center {
    padding: 18px;
}

th.text-center {
    text-transform: uppercase;
    padding: 15px 15px;
}

/*
.orgchart {
  display: block;
  background-image: none;
  border: 0;
  overflow-x: auto;
}

.orgchart tr.lines .downLine {
  width: 0.1rem;
  background-color: #1c1c1c;
}

.orgchart tr.lines td.rightLine {
  border-right-color: transparent;
}

.orgchart tr.lines td.rightLine.topLine {
  border-top-color: #1c1c1c;
  border-right-color: #1c1c1c;
}

.orgchart tr.lines td.rightLine.topLine + .leftLine.topLine {
  border-left-color: transparent;
}

.orgchart tr.lines td.leftLine {
  border-left-color: transparent;
}

.orgchart tr.lines td.leftLine.topLine {
  border-top-color: #1c1c1c;
  border-left-color: #1c1c1c;
}

.orgchart tr.lines td.topLine {
  border-top-width: 0.1rem;
}

.orgchart td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.orgchart .node {
  width: 9.6rem;
  padding: 0;
  border: 0;
}

.orgchart .node .package {
  height: auto;
  padding: 1rem;
  background-color: #262626;
  border-radius: 0;
}

.orgchart .node .title {
  height: auto;
  padding: 1rem;
  border: 0;
  background-color: #093293;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
}

.orgchart .node .btn-group .btn {
  border: 0;
  border-radius: 0;
  background-color: #4e4e4e;
}

.orgchart .node .btn-group .btn:hover {
  background-color: #262626;
  color: #093293;
}
*/

.box-carousel .carousel-control {
    width: auto;
    /*background-color: #093293;*/  
    position: absolute;
    top: 45%;
    bottom: auto;
    opacity: 0.85;
}

.box-carousel .carousel-control:hover {
    opacity: 1;
}

.box-carousel .carousel-control > span {
    display: block;
    height: 5rem;
    margin: 0;
    line-height: 5rem;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background-color: #EA9C2B;
}
.carousel-indicators {
    bottom: 0;
}

ol.carousel-indicators li.active {
    background-color: #093293;
    border: 1px solid #ec9d2a;
}

.carousel-indicators li {
    border: 1px solid #093293;  
}

.carousel-caption {
    padding: 0 0 10px;
    color: #696969;
    font-size: 12px;
}

.box-carousel .carousel-control > span:before {
    display: block;
    line-height: 1.5;
}

@media (max-width:991px) {
    .ibox.box-carousel.nopad{
        margin-bottom: 20px;
    }
}

.package-box {
    display: block;
    padding: 2rem;
    text-align: center;
    background: #ea9c2b;
    background-image: -webkit-linear-gradient(top, #ea9c2b, #db9028);
    background-image: -moz-linear-gradient(top, #ea9c2b, #db9028);
    background-image: -ms-linear-gradient(top, #ea9c2b, #db9028);
    background-image: -o-linear-gradient(top, #ea9c2b, #db9028);
    background-image: linear-gradient(to bottom, #ea9c2b, #db9028);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}

.package-box .fa {
    width: 8.5rem;
    height: 8.5rem;
    line-height: 8.5rem;
    background-color: white;
    color: #e5972b;
    font-size: 5rem;
    border-radius: 100%;
}

.package-box h4 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
}

.package-box p {
    margin-top: -2rem;
    margin-bottom: 0;
    font-size: 14px;
}

.package-box:hover {
    background-color: #ca8112;
    color: white;
}

.package-box:hover .fa {
    background-color: white;
    color: #093293;
}

.news-box {
    padding: 2.1rem;
    background-color: #2e2e2e;
    min-height: 350px;
}

.bttn-more.fa.fa-plus {
    float: right;
    color: #1f2028;
}

.bttn-more.fa.fa-close.b-close {
    float: right;
    cursor: pointer;
    color: #202027;
}




.close-classic:after {
    content: 'X'; /* ANSI X letter */
}


#pop_new {
    top: 50% !important;
    left: 50% !important;  
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: 80%;
    overflow-x: hidden;
    position: fixed !important;
}
#pop_new .ibox-title {
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.43);
    background-color: #093293;
    color: #33353f;
    text-align: left;
}

.ibox.box-happening.nopad .ibox-title {
    background-color: #041122;
    color: #093293;
    text-align: left;
}

.ibox.box-happening.nopad .ibox-title h5{
    color: #093293;
    font-weight: 500;
}

.b-modal.__b-popup1__ {
    position: fixed !important;
    width: 100%;
}

@media (max-width: 991px) {
    #pop_new {
        width: 90%;
        height: 80%;
    }
}
@media (max-height: 400px) {
    #pop_new {
        width: 90%;
        height: 70%;

    }
}


.bttn-search {
    width: 100%;
    float: right;
}

.bttn-search-right {
    float: right;
}
.input-group {
    width: 100%;
}

@media (max-width: 768px) {
    .col-lg-10.bttn-search-right {
        width: 100%;
    }
    .bttn-search-right {
        float: right;
    }

    .news-box {
        min-height: 212px;
        word-break: break-word;
        white-space: inherit;
    }
}

.news-box:hover {
    background-color: #1c1c1c;
}

.news-box1 {
    padding: 3.8rem 2.1rem;
    background-color: #2e2e2e;
}

.news-box:hover {
    background-color: #1c1c1c;
}

.news-box .news-title:hover, .news-box .news-title a:hover, .news-box .news-title a:active, .news-box .news-title a:focus {
    color: #676a6c;
}

.news-box .news-thumb {
    display: block;
}

.news-box .news-thumb img {
    max-width: 100%;
    height: auto;
}

.news-box .news-title a {
    color: #093293;
}

.news-box .news-tags {
    margin-top: 1rem;
}


.news-box1 .news-thumb {
    display: block;
}

.news-box1 .news-thumb img {
    max-width: 100%;
    height: auto;
}

.news-box1 .news-title {
    color: #f7af3e;
    font-weight: 500;
}

.news-box1 .news-tags {
    margin-top: 1rem;
}
.news-desc {
    color: #c2c2c2;
}

.news-meta {
    font-size: 12px;
    color: #777;
    margin-bottom: 20px;
}
h2.news-title{
    color: #f7af3e;
    font-weight: 500;
    font-size: 20px;
}

.ibox.box-happening.nopad.bttn-more{
    float: right !important;
}

a .news-desc{
    color: #c2c2c2;
}

a .news-desc:hover {
    color: #ffffff;
}

.page-login {
    display: table;
    width: 100%;
    color: #6b6e70;
    background: #353742; 
    background: -webkit-linear-gradient(to bottom, #2a2c35, #000000);
    background: linear-gradient(to bottom, #2a2c35, #000000);
    background-repeat: no-repeat;
}

.page-login #wrapper {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 767px) {

    .navbar-fixed-top, .navbar-static-top {
        background: -webkit-linear-gradient(to bottom, #064996, #163D66 );
        background: linear-gradient(to bottom, #064996, #163D66);
        margin:0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*    .data-bar {
            background: #ea993b;  
        }	*/

    a.menu-close {
        font-size: 20px !important;
        color: #ffffff !important;
        float: right;
        position: relative !important;
        z-index: 999;
    }

    .ui.tabs .nav-pills > li {
        display: table-cell;
        border-right: 1px solid #ffffff;

    }
    .ui.tabs .nav-pills > li {
        width: 33.3333% !important;
        padding: 0 20px !important;
    }

    .ui.tabs .nav-pills > li.active > a{
        padding: 20px 30px !important;
    }

    .footer{
        margin-top: 6px !important;

    }
    ul.list-inline.m-b-none.footer-link,
    .page-login .footer .copyright,
    .page-login .footer a{
        text-align: center;
        padding-bottom: 6px;
        font-size: 12px;
        color: #626262;
    }
    .middle-box.footer.footer-ko{
        margin-top: 0px !important;
    }
    .form-group.login-welcome {
        text-align: center;
    }

    .page-login {
        position: inherit;
        top: 50%;
        left: 50%;
    }
    .page-login #wrapper {
        display: table-cell !important;
        /*padding-bottom: 80px;*/
        position: relative;
    }
    .page-login .footer {
        bottom: 0 !important;
        position: relative !important;
        left: 0 !important;
        padding: 10px !important;
        background: none repeat scroll 0 0 none !important;
        right: 0 !important;
        z-index: 2 !important;
        border-top: 1px solid #252525 !important;
        color: #acacac !important;
        border-top: none !important;
        margin-top: 0px !important;
    }
    .footer.footer-ko {
        text-align: center;
    }
    .page-login .footer-link {
        text-align: center;
    }
    .page-login .footer-link > li {
        padding-left: 3px;
        padding-right: 3px;
    }

}

.loginscreen {
    padding-top: 0;
    position: relative;
    z-index: 5;
}

.loginscreen.middle-box {
    width: 32rem;
}

.loginscreen .btn {
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 4px;
}

.loginscreen .form-group {
    margin-bottom: 9px;
    display: flex;
}

.loginscreen .form-control {
    height: 40px;
    border-radius: 4px !important;
}

.loginscreen .logo {
    margin-bottom: 20px;
}

.loginscreen .logo img {
    margin-left: auto;
    margin-right: auto;
}

.loginscreen .title {
    margin-bottom: 18px;
    color: #ffffff;
    font-weight: 600;
}

.loginscreen .language-selector {
    position: relative;
}

.loginscreen .language-selector:before, .loginscreen .language-selector:after {
    display: block;
    width: 4.0rem;
    height: 4.0rem;
    line-height: 4.0rem;
    color: #676a6c;
    font-family: 'Ionicons';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.loginscreen .language-selector:before {
    content: '\f276';
}

.loginscreen .language-selector:after {
    content: '\f104';
    background-color: #333333;
    left: auto;
    right: 0;
}

.loginscreen .language-selector .form-control {
    height: 40px;
    padding: 0.4rem 3rem;
    background-color: #282828;
    border-color: #282828;
    color: #676a6c;
    font-size: 1.3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px !important;
}

.loginscreen .language-selector .form-control option {
    color: #808486;
}

.loginscreen .agree-box {
    text-align: left;
    margin-top: 7px;
    margin-bottom: 13px;
    color: #093293;
}

.loginscreen .forgot-password {
    margin-top: 9px;
    text-align: left;
    color: #093293;
}

.loginscreen .forgot-password > a {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .loginscreen.middle-box {
        width: 30rem;
    }
    .loginscreen .logo,
    .loginscreen .title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.tree-item {
    width: 28rem;
    position: relative;
}

.tree-item:before, .tree-item:after {
    content: '';
    display: table;
}

.tree-item:after {
    clear: both;
}

.tree-item .item-rank {
    width: 7.5rem;
    height: 100%;
    background-color: #262626;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.tree-item .item-rank img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.tree-item .item-data {
    min-height: 7.5rem;
    padding: 1rem 1.5rem 1rem 9rem;
    background-color: #454545;
    color: #fff;
}

.tree-item .item-data .username {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.tree-item .item-data .fullname {
    margin-top: 0.4rem;
    margin-bottom: 0.9rem;
    font-size: 1.2rem;
}

.tree-item .item-data .joined {
    color: #a2a2a2;
}

.tree-item .item-data .fullname,
.tree-item .item-data .joined {
    display: block;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jstree-default .jstree-anchor {
    height: auto;
    padding: 0;
    margin-bottom: 1rem;
    line-height: normal;
}

.jstree-default .jstree-themeicon {
    display: none;
}

.jstree-default .jstree-children > li:first-child {
    margin-top: -1rem;
}

.jstree-default .jstree-children > li:first-child:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
}


@media (min-width: 768px) {
    .ui.tabs .nav-pills > li {
        border-right: 1px solid #2d2d2d;
    }
    a.menu-close {
        display: none;
    }
}

@media (max-width: 767px) {
    .breadcrumb > li.active {
        font-weight: 500;
        color: #b1b1b1;
    }

    .nav-justified>li>a {
        margin-bottom: 0px;
    }	

    span.header-word {
        display: none;
    }

    .page-heading .breadcrumb {
        letter-spacing: 0px;	
        margin-bottom: 10px;
    }	

}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/*
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    text-align: center;
    color: rgb(248, 175, 62);
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 14px;
    left: 16px;
}  

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/**.bttn-gold {
        margin: 15px 15px;
        padding: 0 20px;
}**/

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}



.pull-left {
    float: left;
}

input.btn.btn-primary.pull-left {
    margin: 20px 0;
    padding: 10px 40px 10px 40px;
}

.btn.btn-primary.pull-left.back {
    padding: 10px 40px 10px 40px;
    margin: 20px 0;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em; 
}

.fa-inverse {
    color: #fff;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #ffffff !important;
    background-image: none;
    color: rgb(0, 0, 0);
}

/* arrows */

select.form-control {
    background: #FFF;
    color: #000;
    border: 1px solid #193780;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    /*-webkit-appearance: none;*/
    padding: 8px;
}

select.form-control:focus {
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}


span.user-name-link {
    color: #ffffff !important;
}

span.user-name-link a {
    color: #25262e !important;
    font-weight: 600 !important;
    text-decoration: underline;
}

img#vcode_image {
    height: fit-content !important;
}

a.navbar-minimalize.minimalize-styl-2.btn.btn-primary {
    padding: 0px;
    margin: 0px;
}

/*# sourceMappingURL=style.css.map */


/****************************************************************
 *  Theme   : SVI Dashboard - 2017
 *            SVI Admin Dashboard
 *  Author  : Hengman Solutions
 *  Version : 1.0.0        Last Update: 2017/10/16 - 1700
 ****************************************************************/
/*** Custom Style ***/

/*# sourceMappingURL=custom.css.map */


@media (min-width: 768px) {
    .data-box h3 {
        margin-bottom: 5px;
        color: #093293;
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "";
        color: #1c1c1c;
    }

    a.navbar-minimalize.minimalize-styl-2.btn.btn-primary {

    }

    ul#side-menu i.fa.fa-bars {
        display: none !important;
    }

}


@media (max-width: 767px) {
    ul.nav.navbar-top-links.navbar-right {
        background-color: transparent !important;
    }

    input.btn.btn-primary.pull-left {
        width: 100%;
    }	
    .ui.tabs .nav-pills > li > a {
        padding: unset !important; 
    }	
    .data-bar.simplebar {
        margin-top: 6px;
    }	

    ul#side-menu {

    }	
    .body-small.mini-navbar .navbar-static-side {
        display: block;
        position: fixed;
        height: 100%;
        overflow-y: scroll;
    }

    body.page.page-home.pace-done.body-small.mini-navbar i.fa.fa-bars {
        padding: 34px 0;
        font-size: 20px !important;
    }	

    a.navbar-minimalize.minimalize-styl-2.btn.btn-primary {
        display: visible;
    }

    .data-box h3 {
        color: #093293;
        margin-bottom: 5px;
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
    }



    .data-box span {
        color: #ffffff;
        font-weight: 600;
        font-size: 13px;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        color: #ea993b;
    }

}

body.page.page-home.pace-done.body-small.mini-navbar {
    height: 100% !important;
}


input[type=text],input[type=password],input[type=email]{
    width:100%;
    border-radius:2px;
    /*    margin:4px 0;*/
    outline:none;
    padding:8px;
    box-sizing:border-box;
    transition:.3s;
    background: #FFF;
    color: #000;
    border: 1px solid #193780;
    font-size: 14px;
    font-weight: 400;
    font-family: lato;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #949494;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #949494;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #949494;
}



.must-fill {
    color: #a2a2a2 !important;
}

.no-must-fill {
    color: #a2a2a2 !important;
}
input[type=text]:focus{
    border-color:#093293;
    box-shadow:0 0 8px 0 #093293;
}

input[type=password]:focus{
    border-color:#093293;
    box-shadow:0 0 8px 0 #093293;
}

input[type=email]:focus{
    border-color:#093293;
    box-shadow:0 0 8px 0 #093293;
}

textarea.form-control:focus{
    border-color:#093293;
    box-shadow:0 0 8px 0 #093293;
}

.inputWithIcon input[type=text]{
    padding-left:40px;
}

.inputWithIcon input[type=password]{
    padding-left:40px;
}

.inputWithIcon{
    position:relative;
}

.inputWithIcon i{
    position:absolute;
    left:0;
    top:3px;
    padding:9px 8px;
    color:#aaa;
    transition:.3s;
}

.inputWithIcon input[type=text]:focus + i{
    color:#093293;
}

.inputWithIcon input[type=password]:focus + i{
    color:#093293;
}

.inputWithIcon.inputIconBg i{
    background-color:#aaa;
    color:#fff;
    padding:9px 4px;
    border-radius:4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type=text]:focus + i{
    color:#fff;
    background-color:#093293;
}

.inputWithIcon.inputIconBg input[type=password]:focus + i{
    color:#fff;
    background-color:#093293;
}

.col-sm-9.col-lg-10.no-input {
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 7px !important;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

p.answer {
    margin-bottom: 0;
    padding: 6px 12px;
}

input.form-control.data-show {
    background-color: #f7f7f7;
}

.form-horizontal .control-label{
    padding-top: 12px;
    letter-spacing: 0px;
    line-height: 1em;	
}

.verification.form-group input.form-control {
    margin: 0px;
}

ul#side-menu .fa-fw {
    top: 11px !important;
}

.page-login .form-control, .single-line {
    padding-left: 10px;
}

.pop_up_news .ui.items > .item > .content {
    margin-left: 0;
}

.pop_up_news .ibox-title {
    position: -webkit-sticky;
    position: sticky !important;
    top: 0;
    width: 100%;
}

.news-desc ul.list-icon.list-check-circle {
    padding: 0px;	
}

.tab-mobile {
    width: 33.33% !important;
}

ul.nav.nav-pills.nav-justified.nav-theme .nav > li > a {
    padding: 20px !important;
}

.ui.tabs .nav-pills a {
    padding: 20px !important;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top tr{

}

.listing-pagination {
    clear: both;
    display: list-item;
}

.wallet-list{padding:0 5px;}

.wallet-list .data-box {
    padding: 12px 15px;

}
.wallet-list .data-box > div {
    /*border: solid 2px #C578C9;*/   
    position: relative;
    height:106px;
    /*background: linear-gradient(to bottom, #0596c5, #0c1c3f);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*border-radius:5px;*/
}


.wallet-list .data-box .wallet-div-1{
    /*    background-image: url(../images/wallet_background/wallet1_1.png);*/
    background:#E8E8E8;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color:#022E5D;
}
.wallet-list .data-box .wallet-div-2{
    /*background-image: url(../images/wallet_background/wallet2_1.png);*/
    background:#E8E8E8;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color:#022E5D;
}
.wallet-list .data-box .wallet-div-3{
    /*background-image: url(../images/wallet_background/wallet3_1.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.wallet-list .data-box .wallet-div-4{
    /*background-image: url(../images/wallet_background/wallet4_1.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.wallet-list .data-box .wallet-div-5{
    /*background-image: url(../images/wallet_background/wallet5_1.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
}





/* Dashboard Wallet */
/*.wallet-list{
    margin:15px;
}*/
.wallet-list .data-box > div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 0;
    border-width: 1px;
}
.wallet-list .data-box > div > div:first-child{
    flex-grow: 1;
    padding-left: 10%;
}
.wallet-list .data-box > div > div:first-child .data-title{
    color: white !important;
    /*font-style: italic;*/
    min-height: initial;
}
.wallet-list .data-box > div > div:first-child .data-title h3{
    color:inherit;
    margin-top: 0;
    margin-bottom: 8px;
}
.wallet-list .data-box > div > div:first-child .data-answer{
    font-weight: normal;
    color: #022E5D;
    font-size: 16px;
}
.wallet-list .data-box > div > div:first-child .data-answer span{
    font-size:inherit;
    font-weight: inherit;
    color: inherit;
}
.wallet-list .data-box > div > div:nth-child(2){
    flex-shrink: 1;
    width: 35%;
    padding: 10px !important;
    display: flex;
    justify-content: center;
}
.wallet-list .data-box > div > div:nth-child(2) img{
    max-width: 52px !important;
    /* max-height: 30px; */
    margin: auto;
}


@media (max-width:768px){
    .data-box.row{
        padding-left: 0;
        padding-right: 0;
    }


    .dashboard-1{
        display: flex;
        flex-direction: column;
    }
    /*    .mobile-order-1{
            -webkit-order: 1;
            order: 1;
        }
        .mobile-order-2{
            -webkit-order: 2;
            order: 2;
        }
        .mobile-order-3{
            -webkit-order: 3;
            order: 3;
        }		*/

}

.wallet-balance-label{font-weight: bolder;}
.wallet-balance-value{margin-right:25px;}

.page-title{
    font-size: 24px;
    font-weight: 400;
    font-family: lato;
    color: #5A5A5A;
}

.sidebar-menu>li >a{
    font-family: lato;
    color:#fff;
}

@media(max-width:767px){
    body #page-wrapper{
        padding-left:15px
    }
    .main-sidebar{
        width: 0px;
    }
    .main-sidebar, .left-side{
        background: #064A97;
        color:#000;
    }

    .rank-content{
        min-width: 300px!important;
    }
    .ranking-list{
        padding: 0px;
    }
    .ranking-list li{
        float: none!important;
        margin: auto;
        margin-bottom:0!important;
        border-left:solid 3px #193780!important;
        border-bottom:none!important;
        height:126px!important;
    }
    .ranking-list li .dot{
        left: 0!important;
        margin-left: -6px!important;
        bottom: 50%!important;
        margin-bottom: -8px!important;
    }
    .ranking-list li.rank-not-achieve{
        border-left:solid 3px #A4BABB!important;
        border-bottom:none!important;
    }
    .rank-list-div{
        width: 100%!important;
        float: none!important;
        border-right:none!important;
        /*margin-bottom: 20px!important;*/
    }
    .target-div{
        width:100%!important;
        float:none!important;
        text-align:center;

    }

    .ranking-list li .rank-label{
        top:116px!important;
        left:17px!important;
    }

    .ranking-list li img{
        width:77px!important;
        height: 77px!important;
    }

    .m-pl-0 {
        padding-left: 0 !important;
    }

    .m-pr-0 {
        padding-right: 0 !important;
    }

    .m-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .m-px-12 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body #page-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }

    .modal .modal-body {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.logo-lg img{
    display: none;
} 
.logo-lg {
    height: 50px;
} 

textarea.form-control{
    height:150px!important;
}

.ibox-title-with-btn {
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tbl-action-flex {
    display: flex;
    align-items: center;
}

.mr-1 {
    margin-right: 0.5rem !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.d-flex {
    display: flex !important;
}

.d-block {
    display: block !important;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

#double-scroll, .double-scroll {
    max-height: 600px;
    overflow-y: auto !important;
}

/* Designing for scroll-bar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: gainsboro;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #193780;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #193780;
}

/*handle for table scrollbar to top*/
.doubleScroll-scroll-wrapper {
    width: 100% !important;
}