html .input-group>.input-group-append>.btn,
html .input-group>.input-group-append>.input-group-text,
html .input-group>.input-group-prepend>.btn,
html .input-group>.input-group-prepend>.input-group-text{
    border-radius: 0;
}
.custom-border-radius {
    border-radius: 35px !important;
    padding: 11px 30px !important;
}
.custom-border-radius.custom-border-radius-small {
    padding: 7px 17px !important;
    font-size: 12px;
}
.btn-outline.custom-border-width {
    border-width: 2px;
}

.body{
    min-height: calc(100vh - 94px - 183px);
}

/* Simple page */
body.gray{
    background-color: #eee;
}
.body.simple{
    background-color: #fff;
}
.body.simple #header .header-body{
    min-height: 0;
    border-bottom: 5px solid #222;
}
.body.simple #footer{
    margin-top: 30px;
}
.body.simple .main{
    min-height : calc(100vh - 101px - 128px);
}
.body.simple #header .header-body .header-title{
    display: flex;
    align-self: flex-start;
    padding: 1.2rem 0;
    position: relative;
}

.body.simple #header .header-body .header-title:after{
    content: ' ';
    width: 100%;
    height: 0;
    border-bottom: 5px solid #0088CC;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 99;
}
.body.simple #footer.light .footer-copyright{
    background-color: #eee;
}

/* Form - Custom Radio */
.radio-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
    display: inline-block;
    margin-right: 20px;
}
.radio-custom.radio-inline {
    display: inline-block;
    vertical-align: middle;
}
.form-group .radio-custom.radio-inline {
    margin-top: 7px;
    padding-top: 0;
}
.radio-custom:last-child, .radio-custom:last-of-type {
    margin-bottom: 0;
}
.radio-custom input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}
.radio-custom input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -5px;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    width: 10px;
    height: 10px;
    background-color: #444;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 1px #444;
    box-shadow: 0px 0px 1px #444;
}
.radio-custom input[type="radio"]:disabled {
    cursor: not-allowed;
}
.radio-custom input[type="radio"]:disabled:checked + label:after {
    color: #999;
}
.radio-custom input[type="radio"]:disabled + label {
    cursor: not-allowed;
}
.radio-custom input[type="radio"]:disabled + label:before {
    background-color: #eee;
}
.radio-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}
.radio-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #bbb;
    background: #fff;
}
.radio-custom label + label.error {
    display: block;
}


/* Form - Custom Checkbox */
.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}
.checkbox-custom.checkbox-inline {
    display: inline-block;
    vertical-align: middle;
}
.form-group .checkbox-custom.checkbox-inline {
    margin-top: 7px;
    padding-top: 0;
}
.checkbox-custom:last-child, .checkbox-custom:last-of-type {
    margin-bottom: 0;
}
.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}
.checkbox-custom input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\F00C';
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}
.checkbox-custom input[type="checkbox"]:disabled {
    cursor: not-allowed;
}
.checkbox-custom input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.checkbox-custom input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
}
.checkbox-custom input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
}
.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}
.checkbox-custom label + label.error {
    display: block;
}

/* Sign Screens - Wrappers */
.body-sign {
    display: table;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 15px;
    width: 100%;
}
.body-sign .center-sign {
    display: table-cell;
    padding-top: 20px;
}
.body-sign .panel-sign {
    background: transparent;
}
.body-sign .panel-sign .panel-title-sign .title {
    background-color: #0088CC;
    color: #FFF;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 13px 17px;
    vertical-align: bottom;
}
.body-sign .panel-sign .panel-body {
    background: #FFF;
    border-top: 5px solid #0088CC;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 35px;
}

/* Sign Screens - Elements */
.body-sign .input-group-icon .input-group-addon i {
    width: 14px;
}
.body-sign .checkbox-custom {
    margin-top: 8px;
}
.body-sign .line-thru {
    display: block;
    font-size: 1.2rem;
    position: relative;
}
.body-sign .line-thru span {
    color: #CCC;
    position: relative;
    z-index: 3;
}
.body-sign .line-thru:before {
    background-color: #FFF;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    margin: -5px 0 0 -20px;
    top: 50%;
    width: 40px;
    z-index: 2;
}
.body-sign .line-thru:after {
    border-bottom: 1px solid #DADADA;
    content: '';
    display: block;
    left: 10%;
    position: absolute;
    top: 47%;
    width: 81%;
    z-index: 1;
}

/* Progress bar overwrite style */
.progress-bar {
    background: #CCC;
}
.progress .progress-bar {
    box-shadow: none;
    border-radius: 4px;
}

/* Progress bar default style */
.progress {
    background: #474453;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
}
.progress.light {
    background: #f6f7f8;
    background: -webkit-linear-gradient(#F6F7F8, #F6F7F8 10%, #f5f5f5 11%);
    background: linear-gradient(#F6F7F8, #F6F7F8 10%, #f5f5f5 11%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.progress-squared, .progress-squared .progress-bar {
    border-radius: 0 !important;
}
.progress-xs {
    height: 7px;
}
.progress-xs, .progress-xs .progress-bar {
    border-radius: 7px;
}
.progress-xs .progress-bar {
    direction: ltr !important;
    text-indent: -9999px;
}
.progress-xs.progress-half-rounded, .progress-xs.progress-half-rounded .progress-bar {
    border-radius: 2px;
}
.progress-xs.progress-striped .progress-bar {
    background-size: 15px 15px;
}
.progress-sm {
    border-radius: 12px;
    height: 12px;
}
.progress-sm, .progress-sm .progress-bar {
    border-radius: 12px;
}
.progress-sm .progress-bar {
    font-size: 10px;
    line-height: 12px;
}
.progress-sm.progress-half-rounded, .progress-sm.progress-half-rounded .progress-bar {
    border-radius: 4px;
}
.progress-sm.progress-striped .progress-bar {
    background-size: 20px 20px;
}
.progress-md {
    border-radius: 14px;
    height: 14px;
}
.progress-md, .progress-md .progress-bar {
    border-radius: 14px;
}
.progress-md .progress-bar {
    font-size: 11px;
    line-height: 14px;
}
.progress-md.progress-half-rounded, .progress-md.progress-half-rounded .progress-bar {
    border-radius: 4px;
}
.progress-md.progress-striped .progress-bar {
    background-size: 25px 25px;
}
.progress-lg {
    border-radius: 16px;
    height: 16px;
}
.progress-lg, .progress-lg .progress-bar {
    border-radius: 16px;
}
.progress-lg .progress-bar {
    line-height: 16px;
}
.progress-lg.progress-half-rounded, .progress-lg.progress-half-rounded .progress-bar {
    border-radius: 5px;
}
.progress-lg.progress-striped .progress-bar {
    background-size: 30px 30px;
}
.progress-xl {
    border-radius: 18px;
    height: 18px;
}
.progress-xl, .progress-xl .progress-bar {
    border-radius: 18px;
}
.progress-xl .progress-bar {
    line-height: 18px;
}
.progress-xl.progress-half-rounded, .progress-xl.progress-half-rounded .progress-bar {
    border-radius: 6px;
}
.progress-xl.progress-striped .progress-bar {
    background-size: 35px 35px;
}

/* Progress bar states */
.progress .progress-bar-primary {
    background-color: #0088cc;
}
.progress .progress-bar-success {
    background-color: #47a447;
}
.progress .progress-bar-warning {
    background-color: #ed9c28;
}
.progress .progress-bar-danger {
    background-color: #d2322d;
}
.progress .progress-bar-info {
    background-color: #5bc0de;
}
.progress .progress-bar-dark {
    background-color: #171717;
}
.circular-bar {
    margin-bottom: 25px;
}
.circular-bar .circular-bar-chart {
    position: relative;
}
.circular-bar strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    top: 35%;
    width: 80%;
    left: 10%;
    text-align: center;
}
.circular-bar label {
    display: block;
    font-weight: 100;
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    width: 80%;
    left: 10%;
    text-align: center;
}

/* override */

.form-group-lg .form-control{
    border-radius: 0;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1380px;
    }
}
.alternative-font{
    font-family: Arial,'Times New Roman','Microsoft YaHei',SimHei;
    font-size: 1em;
    font-style: italic;
    margin-right: 4px;
}
p .alternative-font {
    display: inline-block;
    margin-top: 0;
    position: relative;
    top: 0;
    margin-bottom: 0;
}
.counters strong {
    display: block;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
}
.call-to-action-primary a.white:not(.btn){
    color: #EEEEEE;
}
.call-to-action-primary a.white:not(btn):hover,
.call-to-action-primary a.white:not(btn):focus{
    color: #ffffff;
}

.featured-box .box-content,
.slider-container .tparrows{
    border-radius: 0;
}
.nav-tabs li .nav-link{
    border-radius: 0;
    font-size: 16px;
}
html .btn-borders{
    border-width: 1px;
}

html #header{
    z-index : 1040;
    position: relative;
    /*     margin-bottom: 85px; */
}

html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:not(.active) > a{
    color: #444444;
}
html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:not(.active):hover > a,
#header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > a{
    color: #fff;
}
#header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
    color: #000000;
}

@media (max-width: 991px){
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
        color: #fff;
    }
}

/* by sleest, base on theme.css line 888 */
@media (min-width: 992px) {
    #header .header-nav.header-nav-stripe nav > ul > li > a {
        padding: 0 1.2rem;
    }
}

/* header popover */
#header .popover .popover-title{
    white-space: nowrap;
}
#header.header-transparent .popover{
    position: fixed;
}
#header.always-border-bottom .header-body,
html.sticky-header-active #header.always-border-bottom .header-body{
    border-bottom : 1px solid #BDBDBD !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}



.thumb-info.thumb-info-centered-info .thumb-info-title{
    position: absolute;
}

.input-lg{
    font-size: 14px;
}

.call-to-action{
    min-height: 80px;
}

.home-concept strong{
    font-family: inherit;
}

.panel-default .panel-heading {
    border-bottom: 1px solid #DADADA;
    border-radius: 0;
}

.panel .panel-body {
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}



.form-bordered .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.help-block {
    color: #B1B1B1;
    font-size: 12px;
}
.form-control:focus {
    border-color: #33bbff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3);
}


/* Form - Input Birthday */
.input-birthday .form-control{
    display: inline-block;
    width: 70px;
}
.input-birthday .form-control:first-child{
    display: inline-block;
    width: 100px;
}

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

.table>thead>tr>th {
    border-bottom: 1px solid #828890;
}


/* modal login */


/* COMPONENTS */
/* modal remove padding-right force */
.modal-open {
    padding-right: 0px !important;
}


/* begin award style */
.award{
    color:#383f48;
    font: normal normal normal 14px/1 FontAwesome;
}
.award:before{
    margin-right: 5px;
}
.award-level-1:before{
    content: "\f091";
}
.award-level-2:before{
    content: "\f091";
}
.award-level-3:before{
    content: "\f091";
}
.award-level-4:before{
    content: "\f06b";
}
/* end award style */

/* article */
article.post-large .post-date {
    margin-left: -70px;
}
article.post .post-date{
    margin-top: 5px;
    border: 1px solid #E0E0E0;
}
.post-content h2 {
    font-size: 28px;
    font-weight: 400;
}
.blog-post .post{
    margin-bottom: 3rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px dashed #dddddd;
}
.blog-post .post .post-date .month {
    padding: 5px 10px 4px;
}
.post-content p{
    font-size: 16px;
    margin-bottom: 1rem;
}

/* disabled */
li[disabled],a[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
/* disabled */

table.table.table-race{
    background-color: rgba(255,255,255, .65);
}

/* add after 2017/12/17 */
.form-group-lg .form-control{
    font-size : inherit;
}
label.required:after{
    content : '*';
}
#wechat-login-qrcode iframe{
    width : 350px;
}

/* start table-no-more */
@media only screen and (max-width: 991px) {
    .table.table-no-more,
    .table.table-no-more thead,
    .table.table-no-more tbody,
    .table.table-no-more tr,
    .table.table-no-more th,
    .table.table-no-more td,
    .table.table-no-more caption{
        display: block;
    }
    .table.table-no-more.table-bordered{
        border: 0;
    }
    .table.table-no-more thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px;
    }
    .table.table-no-more tr {
        border-bottom: 1px solid #DDD;
    }
    .table.table-no-more td {
        border: none;
        position: relative;
        text-align: left;
        white-space: normal;
        padding: .45rem;
    }
    .table.table-no-more.no-title td{
        padding-left: 10px;
    }
    .table.table-no-more td[data-title]:before {
        content: attr(data-title);
        padding-right: 10px;
        white-space: nowrap;
        min-width: 8em;
        display: inline-block;
        color: #888;
    }
    .table.table-no-more.table-condensed td:before {
        top: 5px;
    }
}
/* end table-no-more */

/* Form - Input Icon */
.input-group-icon,
.input-search {
    width: 100%;
    table-layout: fixed;
}

.input-group-icon input.form-control,
.input-search input.form-control {
    padding-right: 36px;
}


.input-group-icon .input-group-btn,
.input-search .input-group-btn {
    border-radius: 500px;
    width: 0;
}

.input-group-icon .input-group-btn:first-child,
.input-group-icon .input-group-btn:last-child,
.input-search .input-group-btn:first-child,
.input-search .input-group-btn:last-child {
    border-radius: 500px;
}

.input-group-icon .input-group-btn button,
.input-search .input-group-btn button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0;
    z-index: 3;
    background: transparent;
}

.input-group-icon .input-group-btn button:active,
.input-search .input-group-btn button:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-icon .input-group-btn:last-child button,
.input-search .input-group-btn:last-child button {
    left: auto;
    right: 0;
    top: -2px;
    z-index: 100;
}

.input-group-icon .input-group-btn + input.form-control,
.input-search .input-group-btn + input.form-control {
    padding-right: 12px;
    padding-left: 36px;
}

.input-group-icon .input-group-append,
.input-group-icon .input-group-prepend,
.input-search .input-group-append,
.input-search .input-group-prepend {
    position: relative;
}

.input-group-icon .input-group-append span.icon,
.input-group-icon .input-group-prepend span.icon,
.input-search .input-group-append span.icon,
.input-search .input-group-prepend span.icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 0;
    z-index: 4;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 8px 12px;
    background: transparent;
    line-height: 1.42857143;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    pointer-events: none;
}

.input-group-icon .input-group-append span.icon.icon-lg,
.input-group-icon .input-group-prepend span.icon.icon-lg,
.input-search .input-group-append span.icon.icon-lg,
.input-search .input-group-prepend span.icon.icon-lg {
    padding: 10px 14px;
    font-size: 18px;
}

.input-group-icon .input-group-append:last-child span.icon,
.input-group-icon .input-group-prepend:last-child span.icon,
.input-search .input-group-append:last-child span.icon,
.input-search .input-group-prepend:last-child span.icon {
    left: auto;
    right: 0;
}

.input-group-icon .input-group-append + input.form-control,
.input-group-icon .input-group-prepend + input.form-control,
.input-search .input-group-append + input.form-control,
.input-search .input-group-prepend + input.form-control {
    padding-right: 12px;
    padding-left: 36px;
}

.sort-source.sort-source-style-2 > li.active > a, .sort-source.sort-source-style-2 > li.active > a:focus, .sort-source.sort-source-style-2 > li.active > a:hover {
    background-color: #0579ae;
}
.sort-source.sort-source-style-2 > li.active > a:after{
    border-top-color: #0579ae;
}

#footer.light{
    padding-top: 0;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer a{
    color: #00a0e9;
}
#footer {
    background: #edf9ff;
    border-top: 0;
    padding: 60px 0 30px;
    min-height: 400px;
    overflow: hidden;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
    color: #333;
}
#footer .list-footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .list-footer-nav a {
    font-size: 14px;
    color: #777;
    text-decoration: none;
}
#footer .list-footer-nav a:hover {
    color: #888;
}
#footer .newsletter form {
    max-width: 100%;
    margin: 27px 0 12px;
}
#footer .newsletter form input.form-control {
    height: 45px;
    padding: 12px;
}
#footer .newsletter form .btn {
    height: 45px;
    width: 45px;
}
#footer .fa {
    display: inline-block;
    padding-right: 2px;
    position: relative;
    top: 1px;
    color: #000;
}
#footer .footer-copyright {
    background: transparent;
    margin: -10px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #FFF;
}
#footer .footer-copyright p {
    color: #ababab;
}

@media (min-width: 992px) {
    #footer {
        margin-top: 0;
    }
    #footer .logo {
        margin-top: 75px;
    }
    #footer:after {
        background: #000 none repeat scroll 0 0;
        bottom: -116px;
        content: "";
        height: 200px;
        position: absolute;
        right: -88px;
        transform: rotate(50deg);
        width: 200px;
        z-index: 1;
    }
}

.divider.divider-primary{
    background-image: -webkit-linear-gradient(left, transparent, #00a0e9, transparent);
    background-image: linear-gradient(to right, transparent, #00a0e9, transparent);
}

.container.bg-title{
    margin-top: 20px;
    background: url("../img/contest/title.png") no-repeat left top;
}
.container.bg-title h1,
.container.bg-title > p{
    padding: 1rem 0 1rem 4rem;
    color: #222222;
}

.custom-select{
    border-radius: 0;
}


.container section,
p, ol, table {
/*     font-size: 16px; */
    color: #424242;
    line-height: 1.75;
/*     text-align: justify; */
}
.container section {
    margin-bottom: 6rem;
}

.h2 {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 2px;
}
h3 {
    font-size: 1.8rem;
}
.tab-pane h3 {
    margin-bottom: 1rem;
    margin-top: 3rem;
}
.tab-pane h3 + hr.dashed {
    margin-bottom: 1.5rem;
}

p{
    color: #0a0a0a;
}