
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

body {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333;
}

.pagination {
    height: 36px;
    /*margin: 18px 0;*/
}

.pagination ul {
    display: inline-table;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
    background: #fff;
}

.pagination a:hover,
.pagination .active a {
    background-color: #f5f5f5;
}

.pagination .active a {
    color: #999999;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    cursor: not-allowed;
    background: #fff;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
       -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
       -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.rating {
    unicode-bidi:bidi-override;
    direction:rtl;
    font-size:15px;
}
.rating span.star {
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    display:inline-block;
}
.rating span.star:hover {
    cursor:pointer;
}
.rating span.star:before {
    content:"\f006";
    color:#999999;
}
.rating span.star:hover:before, .rating span.star:hover~span.star:before {
    content:"\f005";
    color:#FF3333;
}

span.star.filled:before{ color:#FF9900; content:"\f005";}
span.star.hfil:before{ color:#FF9900; content:"\f123";}

/*widget asp*/
.panel-widget-asp {
    border-radius: 0px;
    /*box-shadow: 2px 2px 5px #888888;*/
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

.heading-widget-asp{
    color: #333;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22.5px;
    font-weight: 600;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 2px;
    border-bottom: 3px solid #333;
    letter-spacing: 1px;
    margin: 0;
}

.panel-heading-widget-asp{
    border-radius:0px;
    /*padding:5px 5px 1px 5px*/
}

.panel-body-widget-asp{
    border-radius:0px;
    padding: 15px 25px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
}

.panel-content-widget-asp{
    /*background-color: #FFF;*/
    /*border: 1px solid transparent;*/
    border-radius:0px;
    margin-bottom:2px;
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);*/
}

.panel-content-list-asp{
    /*background-color: #FFF;*/
    /*border: 1px solid transparent;*/
    border-radius:0px;
    margin-bottom:2px;
    /*padding:5px !important;*/
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);*/
}

.panel-content-detail-asp{
    /*background-color: #FFF;*/
    /*border: 1px solid transparent;*/
    /*border-radius:4px;*/
    /*margin-bottom:2px;*/
    box-shadow: 2px 2px 5px #888888;
    padding:15px !important;
}

.panel-list-asp{
    padding:5px !important;
    border-radius: 4px;
    margin-bottom:2px;
}


.panel-paging-asp{
    padding:5px;
}

/*widget colour*/
.bg-asp-green{
    background-color: #42BD41;
    color:#FFFFFF;
}
.panel-body-widget-asp.bg-asp-green{
    border-color: #42BD41;
}

.bg-asp-head-green{
    border-color: #0A8F08;
}

.bg-asp-orange2{
    background-color: #FFC400;
    color:#FFFFFF;
}
.panel-body-widget-asp.bg-asp-orange2{
    border-color: #FFC400;
}

.bg-asp-head-orange2{
    border-color: #FFAB00;
}

.bg-asp-red{
    background-color: #FF3D00;
    color:#FFFFFF;
}
.panel-body-widget-asp.bg-asp-red{
    border-color: #FF3D00;
}
.bg-asp-head-red{
    border-color: #DD2C00;
}

.bg-asp-white{
    background-color: #FFFFFF;
    color:#000000;
}
.panel-body-widget-asp.bg-asp-white{
    border-color: #FFFFFF;
}

.bg-asp-head-white{
    border-color: #E0E0E0;
}

.bg-asp-grey{
    border-color: #E0E0E0;
    color:#000000;
}

.bg-asp-head-grey{
    border-color: #BDBDBD;
}

.bg-asp-blue{
    background-color: #3F51B5;
    color:#FFFFFF;
}
.panel-body-widget-asp.bg-asp-blue{
    border-color: #3F51B5;
}

.bg-asp-head-blue{
    border-color: #303F9F;
}

.bg-asp-purple{
    background-color: #6A1B9A;
    color:#FFFFFF;
}
.panel-body-widget-asp.bg-asp-purple{
    border-color: #6A1B9A;
}

.bg-asp-young-purple{
    background-color: #EDE7F6;
    color:#000000;
}
.panel-body-widget-asp.bg-asp-young-purple{
    border-color: #EDE7F6;
}
.bg-asp-head-purple{
    border-color: #4A148C;
}

.bg-asp-dark-blue{
    background-color: #0277BD;
    color:#FFFFFF;
}
.panel-body-widget-asp.bg-asp-dark-blue{
    border-color: #0277BD;
}

.bg-asp-dark-head-blue{
    border-color: #01579B;
}

.bg-asp-orange{
    background-color: #FF9100;
    color:#FFFFFF;
}
.panel-body-widget-asp.bg-asp-orange{
    border-color: #FF9100;
}

.bg-asp-head-orange{
    border-color: #FF6D00;
}

.bg-asp-primary{
    background-color: #39ADAA;
    color:#FFFFFF;
}
.panel-body-widget-asp.bg-asp-primary{
    border-color: #2c8784;
}

.bg-asp-blue-tab{
    background-color: #003366;
    color:#FFFFFF;
}

.asp-link {
    color: #607D8B;
    font-weight: normal;
    line-height: 115%;
    margin-bottom: 5px;
}

.asp-link:hover {
    color: #303F9F;
    text-decoration: none;
    font-weight: normal;
    line-height: 115%;
    margin-bottom: 5px;
}

.readmore {
    color: #607D8B;
    font-weight: normal;
    line-height: 115%;
    margin-bottom: 5px;
}

.readmore:hover {
    color: #303F9F;
    text-decoration: none;
    font-weight: normal;
    line-height: 115%;
    margin-bottom: 5px;
}

.color-asp-yellow{
    color: #FFFF00;
}
.color-asp-white{
    color: #FFFFFF;
}
.color-asp-black{
    color: #455a64;
}
.color-asp-grey{
    color:#859DB0;
}
.text-italic{
    font-style: italic;
}

.hover-asp-yellow:hover{
    color: #FFFF00;
    text-decoration: none;
}

.hover-asp-blue:hover{
    color: #0277BD;
    text-decoration: none;
}

.color-asp-dark-blue{
    color: #01579B;
    text-decoration: none;
}


.hover-asp-dark-blue:hover{
    color: #0277BD;
    text-decoration: none;
}

.hr-content{
    margin-top:3px;
    margin-bottom:3px;
    border: 1px dashed #BDBDBD;
}

.hr-content:hover{
    border: 1px dashed #000000;
}

.padding20{
    padding:20px;
}
/*/wiget color */

.triangle-border {
    position:relative;
    padding:15px;
    border:5px solid #D4FFFF;
    color:#333;
    background:#D4FFFF;
    /* css3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    /*opacity: 0.7;*/
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.lefts {
    margin-left:30px;
    margin-right:30px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-border.rights {
    margin-right:30px;
    margin-left:30px;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border:before {
    content:"";
    position:absolute;
    bottom:-20px; /* value = - border-top-width - border-bottom-width */
    left:40px; /* controls horizontal position */
    border-width:20px 20px 0;
    border-style:solid;
    border-color:#D4FFFF transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
    content:"";
    position:absolute;
    bottom:-13px; /* value = - border-top-width - border-bottom-width */
    left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
    border-width:13px 13px 0;
    border-style:solid;
    border-color:#D4FFFF transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.lefts:before {
    top:10px; /* controls vertical position */
    bottom:auto;
    left:-30px; /* value = - border-left-width - border-right-width */
    border-width:15px 30px 15px 0;
    border-color:transparent #D4FFFF;
}

/* creates the smaller  triangle */
.triangle-border.lefts:after {
    top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
    bottom:auto;
    left:-21px; /* value = - border-left-width - border-right-width */
    border-width:9px 21px 9px 0;
    border-color:transparent #D4FFFF;
}

/* Variant : right
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.rights:before {
    top:10px; /* controls vertical position */
    bottom:auto;
    left:auto;
    right:-30px; /* value = - border-left-width - border-right-width */
    border-width:15px 0 15px 30px;
    border-color:transparent #D4FFFF;
}

/* creates the smaller  triangle */
.triangle-border.rights:after {
    top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
    bottom:auto;
    left:auto;
    right:-21px; /* value = - border-left-width - border-right-width */
    border-width:9px 0 9px 21px;
    border-color:transparent #D4FFFF;
 }

.borderless table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td {
    /*border: none;*/
}

.pad-left-10 {
    padding-right:10px;
}

.hide-on-mobile {
    display: block !important;
}

@media(max-width: 767px) {
    .pad-left-10{
        padding-right:0px;
    }

    .wrap-right{
        background: none repeat scroll 0 0 #FFFFFF;
        margin: 0;
        padding-left:0px;
        padding-top:10px;
    }

    .hide-on-mobile {
    display: none !important;
    visibility: hidden !important;
    }

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

.title-area {
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.42857;
    font-weight: 400;
    color: #222;
    padding-left: 0px;
    padding-right: 15px;
    margin-bottom: 0;
}


.head-area, .member-head-area {
    /*margin-top: 10px;*/
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .head-area, .member-head-area {
        margin-bottom: 0;
    }
}

.member-head-area .title-area {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    word-spacing: 2px;
    cursor: default;
}

.btn-print-asp {
    background: url("../images/btn/printer.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 21px;
    width: 60px;
}

.btn-email-asp {
    background: url("../images/btn/email.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
     height: 21px;
    width: 60px;
}

/* Custom Facebook icon */
.pluginButtonIcon.sp_plugin-button {
    background: url("../images/btn/fb-icon-share.png") no-repeat scroll 0 0 transparent;
}

.table-custom-member th {
    background-color: #ad1d28;
    color: #fff;
    /*border-right: none;
    border-left: none; /**/
}

/* .table-custom-member tbody td:not(:first-of-type) {
    border-left: none;
}
.table-custom-member tbody td:not(:last-of-type) {
    border-right: none;
} */
.table-custom-member tbody tr:hover {
    background-color: #f6e8e9;
}

.table-custom-member tbody a {
    color: #bd4a52;
}

.panel-grey {
    border-color: #ddd;
}
.panel-grey > .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}


.asp-overview .asp-title {
    /* h3 style */
    *font-size: 22px;
    margin-top: 0;
    margin-bottom: 11px;
}
.asp-overview .asp-detail {
    font-size: 65%;
    font-weight: normal;
    line-height: 1;
    color: #848c92;
}
.response-list .response-item {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.response-list .response-item:last-child {
    border-bottom: 0;
}
.response-list .response-item .attachment-image {
    display: inline-block;
}
.response-list .response-item .attachment-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 120px;
}

.response-poster {
    *font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}
.response-content {
    margin-top: 5px;
    margin-bottom: 0;
}
.response-detail, .asp-overview .asp-detail {
    color: #949ca2;
    font-weight: normal;
    cursor: default;
    transition: color 0.2s;
}
.response-detail:hover, .asp-overview .asp-detail:hover {
    color: #333;
}

.text-bold {
    font-weight: bold;
}
.text-underline {
    text-decoration: underline;
}
.nowrap {
    white-space: nowrap;
}
@media (max-width: 767px) {
    .wrap-xs {
        white-space: normal;
    }
}
.border-sharp {
    border-radius: 0 !important;
}

.pagination #display {
    width: auto !important;
}

.pagination-center {
    text-align: center;
}
.pagination-center > .pagination > ul:first-child {
    padding-left: 0;
    vertical-align: text-top;
}

.hAuto {
    height: auto;
}

.form-control.border-box {
    box-sizing: border-box;
}

.reply-box {
    overflow-x: auto;
}
.form-group-respon {
    display: table;
    width: 100%;
}
.form-group-respon > div {
    display: table-cell;
    vertical-align: top;
}
.form-group-respon > div:first-child {
    width: 99%;
    padding-right: 5px;
}
.form-group-respon > div:first-child > textarea.form-control {
    resize: vertical;
    overflow: auto;
    width: 100%;
    border-width: 1px;
}
.form-group-respon > div:last-child > button[type="submit"] {
    border-radius: 0px;
}
@media (max-width: 991px) {
    .form-group-respon > div {
        display: block;
    }
}

ul.nav-pills-custom > li a {
    background-color: #f0f0f0;
}

.nav-tabs-custom {
    border-bottom: 1px solid #aaa;
}
.nav-tabs-custom > li {
    margin-bottom: -1px;
    float: left;
}
.nav-tabs-custom > li > a {
    border-style: solid;
    border-radius: 0;
    background: transparent;
    border-color: transparent;
    border-width: 0 0 2px;
    margin-right: 0;
    padding: 0.5em 1.2em;
    color: inherit;
}
.nav-tabs-custom > li > a:hover {
    border-color: transparent transparent #aaa;
    background-color: transparent;
    border-width: 0 0 2px;
}
.nav-tabs-custom > li.active > a,
.nav-tabs-custom > li.active > a:focus,
.nav-tabs-custom > li.active > a:hover {
    background-color: transparent;
    border-width: 0 0 2px;
    color: #165EB3;
    border-color: transparent transparent #165EB3;
}
.nav-tabs-custom > li > a > * {
    vertical-align: middle;
}
.nav-tabs-custom > li > a .badge {
    margin-left: 6px;
    background-color: #165EB3;
    font-size: inherit;
}
.nav-tabs-custom + .tab-content {
    padding: 15px;
    margin: 0;
}
@media (max-width: 767px) {
    .nav-tabs-custom > li > a {
        padding: 0.4em 0.7em;
        font-size: 0.85em;
    }
    .nav-tabs-custom > li > a .badge {
        padding: 2px 6px;
    }
}

.asp-nav-btn {
     display: block;
     margin-top: 5px;
    /* margin-bottom: 10px; */
}
.asp-nav-btn > .btn {
    height: auto;
}

.bg-nav.nav-tabs > li.active > a,
.bg-nav.nav-tabs > li.active > a:hover,
.bg-nav.nav-tabs > li.active > a:focus {
    border-width: 0;
    box-shadow: 0 2px 2px #999;
}

/* Sticky footer style */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body.pace-running .main-wrapper {
    opacity: 1;
}
.main-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 100%;
    position: relative;
    padding-top: 65px;
}
.main-wrapper.bg-white {
    background-color: #fff;
}
.main-wrapper.bg-gray {
    background-color: #F7F8F9;
}
.main-wrapper.transparent-navbar {
    padding-top: 0;
}
.main-wrapper > .navbar {
    flex: 0 1 auto;
}
.main-wrapper > * {
    flex: 1 0 auto;
    max-width: 100%;
}
.main-wrapper > .footer-wrapper {
    flex: 0 1 auto;
    width: 100%;
    justify-self: end;
}
.page-content {
    margin-bottom: 50px;
}
.page-content.container {
    margin-top: 30px;
}
.main-wrapper > .footer {
    width: 100%;
    height: 40px;
    margin: 0;
    font-size: 1em;
}
.footer {
    font-size: 1rem;
}
.footer-bg {
    background-color: #c0392b;
}
.footer-bg > .footer:only-child {
    position: relative;
    height: 180px;
}
.footer-mini {
    width: 100%;
    padding: 10px;
    margin: 0;
    background-color: #111;
    color: #FFFFFF;
    text-align: center;
}
.footer-bg .footer-mini {
    background-color: rgba(0,0,0,0.25);
}
.footer-mini .footer-links {
    font-size: 13px;
    font-weight: normal;
    line-height: 2em;
}
.footer-mini .footer-links > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-mini .footer-links > ul > li {
    display: inline-block;
    margin: 0 1.4em;
    text-align: center;
}
.footer-mini .footer-links > ul > li > a,
.footer-mini .footer-links > ul > li > span {
    color: inherit;
    font-size: inherit;
    padding: 0.3em 0.5em;
}
.footer-mini .footer-links > ul > li > a {
    cursor: pointer;
}
.footer-mini .footer-links > ul > li > a:hover,
.footer-mini .footer-links > ul > li > a:focus {
    text-decoration: underline;
}
.footer-mini .footer-text {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 3.1em;
}
.footer-mini .footer-links + .footer-text {
    line-height: 2.3em;
}
.footer-bg > .footer:only-child .footer-mini {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.footer-large {
    width: 100%;
    padding: 40px 0 30px;
    margin: 0;
    background-color: #c0392b;
    color: #FFFFFF;
}
.footer-bg .footer-large {
    background-color: transparent;
}
.footer-large .logo {
    width: 100%;
    margin-bottom: 8px;
}
.footer-large .logo > * {
    display: inline-block;
    vertical-align: middle;
}
.footer-large .logo img {
    max-width: 80%;
    max-height: 80px;
}
.footer-large .logo span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42857;
    margin: 0 0 5px 10px;
}
.footer-large .contact-group {
    margin-bottom: 15px;
}
.footer-large .contact-group .contact-list {
    line-height: 1.3;
}
.footer-large .contact-group .contact-list > div {
    margin-bottom: 4px;
}
.footer-large .contact-group .contact-list .fa:first-child {
    margin-right: 0.2em;
}
.footer-large .relation-group {
    margin-top: 15px;
}
.footer-large .relation-group:first-child,
.footer-large .relation-group h4:first-child {
    margin-top: 0;
}
.footer-large .relation-group ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer-large .relation-group ul > li {
    list-style-type: none;
    margin-left: 0;
}
.footer-large a {
    color: #fff;
    line-height: 1.5;
}
.footer-large a:hover,
.footer-large a:focus {
    text-decoration: underline;
}

@media(max-width: 767px) {
    .footer-large .logo-wrapper {
        text-align: center;
    }
    .footer-large .logo-wrapper .logo {
        display: inline-block;
        width: auto;
        text-align: left;
        margin-bottom: 15px;
    }
}

.panel-heading {
    border-radius: inherit;
}

.navbar-top {
    border-width: 0 0 1px;
    border-radius: 0;
}

.navbar-static-top {
    position: static;
}
.navbar-follow {
    transition: transform 0.5s;
}
.navbar-follow-hide {
    transform: translateY(-100%);
    overflow: hidden;
}
.navbar-transparent {
    border-color: transparent;
    box-shadow: none;
}
.navbar-transparent .navbar-brand {
    color: #fff;
}
.navbar-transparent .navbar-brand a {
    color: inherit;
}
.navbar-transparent .nav .open > a,
.navbar-transparent .nav .open > a:focus,
.navbar-transparent .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
}
.navbar-brand.compressed {
    height: auto;
    margin: 10px 0;
}
.navbar-brand.compressed > img {
    display: inline-block;
}
.navbar-brand > img.logo {
    width: auto;
    margin: 0;
}
.navbar-brand > .brand-text {
    line-height: 1.25;
    margin-left: 10px;
    margin-bottom: 0px;
    letter-spacing: 0px;
    text-align: left;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.navbar-brand.compressed > .brand-text {
    font-size: 20px;
    line-height: 1.2;
}
.navbar-brand > img.logo,
.navbar-brand > .brand-text {
    display: inline-block;
    vertical-align: middle;
    max-height: 60px;
    float: none;
}
.navbar-brand.compressed > img.logo,
.navbar-brand.compressed > .brand-text {
    max-height: 50px;
    overflow: hidden;
}
.navbar-inverse .navbar-brand {
    color: #efefef;
}
.navbar-inverse .navbar-nav > li > a {
    color: #efefef;
}
.navbar-nav > li > a {
    text-transform: uppercase;
}
.navbar-nav > li > .link-image:hover {
    border: 0 none;
}
.navbar-nav > li > .link-image img {
    display: inline-block;
    margin: -10px -20px;
    max-width: 150px;
    max-height: 60px;
    transition: transform 0.1s;
}
.navbar-nav > li > .link-image:hover img {
    transform: scale(1.1);
}
.navbar-transparent .navbar-nav > li > a,
.compressed .navbar-nav > li > a {
    font-size: 1em;
    line-height: 50px;
}
.compressed .navbar-nav > li > a {
    margin: 0;
    padding: 10px 20px;
}
.navbar-top .navbar-nav {
    margin-top: 0;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
    color: #111;
}

.slider-wrapper {
    top: 0;
}

.navbar:not(.navbar-fixed-top) + div .slider-wrapper {
    /*margin-top: -20px;*/
}

.nav-user-toggle > * {
    vertical-align: middle;
}

.nav-menu-username {
    text-transform: uppercase;
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown-menu.font-smaller, .dropdown-menu.font-smaller * {
    font-size: inherit;
}

.dropdown-header {
    padding-top: 10px;
    padding-bottom: 8px;
}

.panel-body-widget-track {
    background-color: white;
    color: inherit;
    border: 0 none;
    box-shadow: 0 5px 10px 0px rgba(0,0,0,0.25);
    margin-top: 5px;
}
.panel-body-widget-track h4 {
    margin-bottom: 5px;
}
.panel-body-widget-track p {
    font-size: 1.2em;
}
.panel-body-widget-track.title-only {
    margin-top: 0;
    padding: 35px;
}
.panel-body-widget-track.title-only .form-inline {
    display: flex;
    align-items: center;
}
.panel-body-widget-track.title-only .form-inline > .form-group {
    margin-bottom: 0;
}
.panel-body-widget-track.title-only .title {
    flex: 1 2 auto;
    font-size: 2.5em;
    vertical-align: middle;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}
.panel-body-widget-track.title-only .ticket-input {
    flex: 4 1 auto;
    margin-left: 15px;
    margin-right: 30px;
}
.panel-body-widget-track.title-only .ticket-input > .form-control {
    width: 100%;
    height: 50px;
    padding: 12px 20px !important;
    line-height: 24px;
    font-size: 20px;
    border-color: #aaa;
}
.panel-body-widget-track.title-only .btn-submit {
    flex: 0 0 auto;
    width: 150px;
    height: 50px;
    border-radius: 25px;
    padding: 12px 25px;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
}
@media (max-width: 991px) {
    .panel-body-widget-track.title-only .form-inline {
        flex-wrap: wrap;
    }
    .panel-body-widget-track.title-only .title {
        width: 100%;
        text-align: center;
    }
    .panel-body-widget-track.title-only .ticket-input {
        margin-top: 5px;
        margin-left: 0;
        margin-right: 0;
    }
    .panel-body-widget-track.title-only .btn-submit {
        margin: 5px auto 0;
    }
}
@media (min-width: 1200px) {
    .panel-body-widget-track.title-only .btn-submit {
        width: 200px;
    }
}

.panel-widget-asp-item {
    /* Choose border or box-shadow */
    border: 1px solid rgba(221, 221, 221, 0.5); /* #ddd */
    box-shadow: none;
    margin: 10px;
}

.panel-widget-asp .form-horizontal .form-group {
    margin-bottom: 5px;
}

.widget-asp-item-aspirasi {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}
.widget-asp-item-aspirasi:first-child {
    padding-top: 0;
    border-top: 0 none;
}
.widget-asp-mobile {
    text-align: center;
}
.widget-asp-mobile img {
    max-width: 100%;
    max-height: 100px;
}

.borderless {
    border: 0 none !important;
}

textarea.form-control {
    resize: vertical;
    min-height: 3em;
    height: auto;
}

.widget-group {
    margin-top: 15px;
}
.widget-group-first {
    margin-top: 0;
}

.asp-card {
    background-color: #fff;
    padding: 40px 50px;
    box-shadow: 10px 15px 30px rgba(0,0,0,0.2);
}
@media (max-width: 991px) {
    .asp-card {
        padding: 15px 25px;
    }
}

.asp-meta-item {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 1rem;
}
.asp-meta-item > .asp-meta-icon {
    position: absolute;
    width: 20px;
    max-width: 20px;
    font-size: 1.1em;
    text-align: center;
    top: 2px;
    left: 0;
}
.asp-meta-item > .asp-meta-icon,
.asp-meta-item > .asp-meta-header {
    color: #777;
}
.asp-meta-item .asp-meta-header > * {
    display: inline-block;
    font-size: 1em;
    /*vertical-align: text-bottom;*/
}
.asp-meta-item .asp-meta-header > .asp-meta-icon {
    width: 1.15em;
    font-size: 1em;
    text-align: center;
    margin-right: 0.25em;
}
.asp-meta-item .asp-meta-title {
    font-size: 1em;
}
.asp-meta-item .asp-meta-desc {
    display: block;
    font-size: 1.25em;
    line-height: 1.2;
    padding-top: 0.1em;
    padding-left: 1.3em;
}
.asp-meta-item .asp-meta-status {
    color: #fff;
    background-color: #aaa;
    font-size: 0.9em;
    font-weight: 400;
    /* to simulate dark border that goes well with the background color */
    box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.15);
    position: relative;
    padding: 2px 8px;
}

@media (max-width: 991px) {
    .asp-meta-item {
        font-size: 0.9rem;
    }
}

.asp-page .alert {
    margin-top: 8px;
    margin-bottom: 8px;
}

.asp-page .asp-header {
    font-size: 0.75em;
    line-height: 1.3;
    color: #444;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
.asp-page .asp-header .icon-and-text > span:first-child {
    margin-right: 0.1em;
}
.asp-page .asp-header .asp-username {
    font-size: 1.4em;
}
.asp-page .asp-header .asp-username strong {
    font-weight: 600;
}
.asp-page .asp-metas-wrapper {
    margin-bottom: 3px;
}
.asp-page .asp-metas-wrapper::before,
.asp-page .asp-metas-wrapper::after {
    content: " ";
    display: table;
}
.asp-page .asp-metas-wrapper::after {
    clear: left;
}
.asp-page .asp-metas-wrapper > span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: baseline;
}
.asp-page .asp-metas-wrapper > span:last-child {
    margin-right: 0;
}
.asp-page .asp-posted-at {
    margin-bottom: 2px;
}
.asp-page .asp-small-info {
    color: #777;
    line-height: 1.2;
    letter-spacing: 0.3px;
}
.asp-page .asp-header span {
    display: inline-block;
}
.asp-page .asp-header .asp-small-info span {
    display: block;
}
.asp-page .asp-status {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 6px;
    margin-left: 3px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.asp-detail {
    margin-top: 10px;
    padding: 10px 0;
    min-height: 220px;
}
.asp-detail .asp-detail-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    color: #EF5350;
}
.asp-detail .asp-detail-contents {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.1em;
}
.asp-detail-attachments {
    margin-top: 10px;
}
.asp-detail-attachments .asp-attachment {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.asp-detail-attachments .asp-attachment img {
    vertical-align: middle;
    min-width: 100%;
    min-height: 100%;
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
}
.asp-detail-attachments .asp-attachment .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1px 2px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 0.85em;
    height: 1.33em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.asp-misc {
    margin-top: 25px;
}

.icon-and-text {
    display: inline-block;
}
.icon-and-text > span:first-child {
    margin-right: 0.33em;
}

.text-ellipsis {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.asp-ticket-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 12px;
    border: 1px solid #999;
    border-radius: 8px;
    background-color: #fff;
    color: #111;
    font-size: 1em;
}

.row.sm-gutters .asp-ticket-item {
    margin-bottom: 10px;
}

/*.asp-ticket-item > div:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.asp-ticket-item > div:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}*/

.asp-ticket-item .asp-ticket-body,
.asp-ticket-item .asp-ticket-detail,
.asp-ticket-item .asp-ticket-footer {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.asp-ticket-item .asp-ticket-detail,
.asp-ticket-item .asp-ticket-footer {
    font-family: 'Open Sans Condensed','Roboto Condensed','Arial Narrow',sans-serif;
}

.asp-ticket-item .asp-ticket-detail {
    display: block;
    background-color: transparent;
    color: inherit;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: nowrap;
}

.asp-ticket-item .asp-ticket-detail .asp-detail-icon {
    display: inline-block;
    font-size: 2.5em;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    margin-right: 3px;
    border-radius: 50%;
    vertical-align: top;
    overflow: hidden;
}

.asp-ticket-item .asp-ticket-detail .asp-detail-icon > span {
    font-size: 1.2em;
}

.asp-ticket-item .asp-ticket-detail .asp-ticket-meta {
    display: inline-block;
    color: inherit;
    vertical-align: top;
}


.asp-ticket-item .asp-sender {
    font-size: 1.1em;
    font-weight: bold;
    color: #111;
}
.asp-ticket-item .asp-small-meta {
    font-size: 0.9em;
    font-weight: 400;
    color: #222;
}
.asp-ticket-item .asp-date + .asp-media {
    margin-left: 5px;
}

.asp-ticket-item .asp-ticket-body {
    position: relative;
    color: #111;
}
.asp-ticket-item .asp-ticket-body > a:first-child {
    display: block;
    text-decoration: none !important;
    color: inherit;
}
.asp-ticket-item .asp-ticket-body .title {
    font-size: 1.2em;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.asp-ticket-item .asp-ticket-body .main-content {
    font-size: 1em;
    word-wrap: break-word;
    color: inherit;
}
.asp-ticket-item .asp-ticket-body .main-content.limit-height {
    line-height: 1.3;
    /* 1 line of text = line-height */
    height: 3.9em;
    overflow-y: hidden;
}

.asp-ticket-item .asp-ticket-footer {
    background-color: #444;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: bold;
}

.widget-group-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.widget-group-padding-sm {
    padding-top: 20px;
    padding-bottom: 20px;
}

.asp-title {
    font-family: 'Open Sans Condensed','Roboto Condensed','Arial Narrow',sans-serif;
    font-weight: bold;
    line-height: 1.1;
}

.widget-title {
    font-size: 3rem;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #111;
}

.widget-group-padding .widget-title,
.widget-group-padding-sm .widget-title {
    margin-top: 0;
}

.asp-status-guide .sg-items {
    text-align: center;
    font-size: 0;
}
.asp-status-guide .sg-items > .sg-item {
    display: inline-block;
    width: 20%;
    padding: 20px 10px;
    font-size: 1rem;
    vertical-align: top;
}
.asp-status-guide .sg-items > .sg-item > .sg-icon-bubble,
.asp-status-guide .sg-items > .sg-item > .sg-title,
.asp-status-guide .sg-items > .sg-item > .sg-desc {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: default;
}

.asp-status-guide .sg-items > .sg-item > .sg-icon-bubble {
    background-color: #fff;
    color: #000;
    font-size: 2em;
    width: 1.8em;
    height: 1.8em;
    border-radius: 0.9em;
    line-height: 1.8;
    box-shadow: 0.25em 0.25em 0.8em -0.1em rgba(0,0,0,0.2);
    margin-bottom: 12px;
    transition: background-color 0.35s, color 0.25s;
}

.asp-status-guide .sg-items > .sg-item.sg-primary.active > .sg-icon-bubble,
.asp-status-guide .sg-items > .sg-item.sg-primary.hover:hover > .sg-icon-bubble {
    background-color: #c0392b;
    color: #fff;
}
.asp-status-guide .sg-items > .sg-item.sg-success.active > .sg-icon-bubble,
.asp-status-guide .sg-items > .sg-item.sg-success.hover:hover > .sg-icon-bubble {
    background-color: #26ae11;
    color: #fff;
}
.asp-status-guide .sg-items > .sg-item.sg-info.active > .sg-icon-bubble,
.asp-status-guide .sg-items > .sg-item.sg-info.hover:hover > .sg-icon-bubble {
    background-color: #4d3a7d;
    color: #fff;
}
.asp-status-guide .sg-items > .sg-item.sg-warning.active > .sg-icon-bubble,
.asp-status-guide .sg-items > .sg-item.sg-warning.hover:hover > .sg-icon-bubble {
    background-color: #f6be34;
    color: #fff;
}
.asp-status-guide .sg-items > .sg-item.sg-danger.active > .sg-icon-bubble,
.asp-status-guide .sg-items > .sg-item.sg-danger.hover:hover > .sg-icon-bubble {
    background-color: #df6e1e;
    color: #fff;
}
.asp-status-guide .sg-items > .sg-item.active > .sg-icon-bubble .fa-inverse,
.asp-status-guide .sg-items > .sg-item.hover:hover > .sg-icon-bubble .fa-inverse {
    color: #000;
}

.asp-status-guide .sg-items > .sg-item > .sg-icon-bubble > .sg-icon {
    font-size: 0.9em;
}
.asp-status-guide .sg-items > .sg-item > .sg-icon-bubble > .sg-icon.fa-stack {
    font-size: 0.45em;
}

.asp-status-guide .sg-items > .sg-item > .sg-title {
    font-weight: bold;
    font-size: 1.1em;
    color: #000;
    margin-bottom: 10px;
}

.asp-status-guide .sg-items > .sg-item > .sg-desc {
    font-weight: 400;
    font-size: 0.95em;
    line-height: 1.42857;
    color: #444;
}

.asp-status-guide .sg-items + .sg-buttons {
    margin-top: 30px;
}

.asp-status-guide .sg-buttons {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    word-spacing: 40px;
}

.asp-status-guide .sg-buttons > .btn {
    display: inline-block;
    word-spacing: 0;
    width: 250px;
    max-width: 100%;
    padding: 10px 18px;
    height: 45px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 600;
    background-color: #fcfafc;
    color: #ac3326;
    border: 1px solid #ac3326;
    margin-bottom: 8px;
}

.asp-status-guide .sg-buttons > .btn:hover,
.asp-status-guide .sg-buttons > .btn:focus {
    background-color: #c0392b;
    color: #fff;
}

@media (max-width: 991px) {
    .asp-status-guide .sg-items > .sg-item {
        width: 33.3333333%;
    }
}

.g-recaptcha-center {
    text-align: center;
}
.g-recaptcha-center > .g-recaptcha {
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.big-red-spacer {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #c0392b;
    width: 100%;
    height: 100px;
    padding: 30px 40px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ac3326;
}

.page-content > .big-red-spacer:last-child {
    margin-bottom: -30px;
    border-bottom-width: 0;
}

.btns-justify-width {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -3px;
}

.btns-justify-width > .btn {
    flex: 1 1 auto;
    margin: 0 3px 3px;
}

.complaint-form {
    position: relative;
}
.complaint-form [class="removeFile"] {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.lokasi-map-wrapper {
    position: relative;
}
.lokasi-map-wrapper > #input-lokasi-alamat {
    position: absolute;
    z-index: 1;
    width: 60%;
    top: 5px;
    left: 20%;
    border-radius: 0;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    display: none; /* Will be changed by Javascript */
}
.complaint-form .lokasi-map-wrapper .gm-style .gm-style-iw-d + .gm-ui-hover-effect {
    /* Close button reposition */
    top: -3px !important;
    right: -3px !important;
}
.upload-list {
    display: block;
    width: 100%;
}
.upload-list > .upload-list-item {
    width: 100%;
    display: list-item;
    list-style-type: none;
    padding: 5px 0;
}
.upload-list > .upload-list-item:nth-child(n+2) {
    border-top: 1px solid #ddd;
}

.hero {
    position: relative;
    padding: 160px 40px 50px;
    color: #fff;
    font-weight: 400;
    background-color: #c0392b;
}
.hero > h1 {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.hero > h3 {
    font-weight: 200;
    /*font-style: italic;*/
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
}
.hero .slider-container {
    margin-top: 60px;
}
.hero .slider-full {
    margin-left: -40px;
    margin-right: -40px;
    width: auto;
}
.hero .quick-asp-box {
    margin-top: 80px;
}
.hero > svg {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 140px;
}
@media (max-width: 767px) {
    .hero {
        padding: 80px 15px 30px;
    }
    .hero > svg {
        height: 60px;
    }
    .hero .slider-container {
        margin-top: 45px;
    }
    .hero .slider-full {
        margin-left: -15px;
        margin-right: -15px;
    }
    .hero .quick-asp-box {
        margin-top: 60px;
    }
}
@media (max-width: 991px) {
    .hero {
        background-size: 1200px auto;
        background-position: center 5%;
    }
}
.quick-asp-box-container {
    max-width: 100%;
}
.container-sm,
.container-xs {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container-sm {
        width: 680px;
    }
    .container-xs {
        width: 580px;
    }
}
@media (min-width: 992px) {
    .container-sm {
        width: 900px;
    }
    .container-xs {
        width: 750px;
    }
}
@media (min-width: 1200px) {
    .container-sm {
        width: 1080px;
    }
    .container-xs {
        width: 880px;
    }
}
.quick-asp-box {
    position: relative;
    display: block;
    padding: 25px 40px;
    background: #fff;
    color: #444;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    margin: 30px 0;
    z-index: 3;
}
.quick-asp-box.plain {
    box-shadow: none;
    border: 1px solid #bbb;
    margin: 15px 0;
}
.quick-asp-box ~ .modal {
    color: #444;
}
.quick-asp-box > .title {
    position: relative;
    display: block;
    font-weight: bold;
    width: 10em;
    margin: 0 auto 30px;
    padding-bottom: 8px;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-align: center;
}
.quick-asp-box > .title::after {
    content: "";
    border-bottom: 4px solid;
    position: absolute;
    width: 50px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}
.quick-asp-box .form-control,
.quick-asp-box .form-control-static {
    margin-top: 0;
}
.quick-asp-box .form-heading {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: 'Open Sans',Roboto,Arial,sans-serif;
    font-weight: 400;
}
.quick-asp-box .form-group {
    margin-bottom: 10px;
}
.quick-asp-box .checkbox label {
    margin-bottom: 4px;
}
.quick-asp-box .hide-notice {
    line-height: 1.1;
}
.quick-asp-box .submit-wrapper {
    display: block;
    text-align: center;
}
.quick-asp-box .btn-submit,
.btn-brand {
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    padding: 8px 25px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.quick-asp-box .btn-submit {
    max-width: 180px;
    width: 100%;
}
.quick-asp-box span[data-toggle] {
    display: inline-block;
}
.quick-asp-box .blocked-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    display: block;
    color: #444;
    transition: all 0.25s;
    background-color: rgba(221,221,221,0.3);
    /*background-image: linear-gradient(45deg, rgba(224, 227, 173, 0.5) 20%, rgba(245, 245, 245, 0.5) 20%, rgba(245, 245, 245, 0.5) 50%, rgba(224, 227, 173, 0.5) 50%, rgba(224, 227, 173, 0.5) 70%, rgba(245, 245, 245, 0.5) 70%, rgba(245, 245, 245, 0.5) 100%);
    background-size: 424.26px 424.26px;*/
}
.quick-asp-box .blocked-overlay:hover,
.quick-asp-box .blocked-overlay.no-hover {
    background-color: rgba(240,240,240,0.9);
}
.quick-asp-box .blocked-overlay > .blocked-overlay-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 600px;
    height: 300px;
    cursor: default;
    padding: 30px 60px;
    font-size: 2rem;
    text-align: center;
    color: inherit;
    transition: opacity 0.25s;
    opacity: 0;
    max-width: 100%;
}
.quick-asp-box .blocked-overlay:hover > .blocked-overlay-content,
.quick-asp-box .blocked-overlay.no-hover > .blocked-overlay-content {
    opacity: 1;
}
.quick-asp-box .blocked-overlay > .blocked-overlay-content .title,
.quick-asp-box .blocked-overlay > .blocked-overlay-content p {
    display: block;
    line-height: 1.25;
}
.quick-asp-box .blocked-overlay > .blocked-overlay-content .title {
    color: #777;
    font-size: 1.8em;
    margin-bottom: 15px;
}
.quick-asp-box .blocked-overlay > .blocked-overlay-content p {
    font-size: 1em;
    margin: 0;
}

@media(max-width: 991px) {
    .quick-asp-box .blocked-overlay > .blocked-overlay-content {
        font-size: 1.6rem;
        margin-top: 50px;
        justify-content: start;
    }
    .quick-asp-box .submit-wrapper {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 15px;
    }
}
@media(max-width: 767px) {
    .quick-asp-box .blocked-overlay {
        /* Instantly show for mobile since hover event is unreliable */
        background-color: rgba(240,240,240,0.9);
    }
    .quick-asp-box .blocked-overlay > .blocked-overlay-content {
        opacity: 1;
        font-size: 1.2rem;
        margin-top: 30px;
        justify-content: start;
    }
    .asp-ticket-item {
        margin-bottom: 15px;
    }
    .quick-asp-box .section-right,
    .quick-asp-box .section-bottom {
        margin-top: 15px;
    }
}

.nav-pills > li > a,
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
    color: #81161e;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #ad1d28;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #ad1d28;
    border-color: #ad1d28;
}

.captcha-img-wrapper {
    white-space: nowrap;
    margin-bottom: 5px;
}
.captcha-img-wrapper > img,
.captcha-img-wrapper > .captcha-reload, {
    display: inline-block;
    vertical-align: middle;
}
.captcha-img-wrapper > img {
    width: auto;
    max-width: 90%;
}
.captcha-img-wrapper > .captcha-reload {
    width: auto;
    max-width: 10%;
    color: inherit;
}

.rules-description {
    font-size: 1rem;
    font-family: 'Open Sans',Roboto,Helvetica,Arial,sans-serif;
    line-height: 1.42857;
    text-align: justify;
}
.rules-description h1,
.rules-description h2,
.rules-description h3,
.rules-description h4,
.rules-description h5,
.rules-description h6 {
    font-weight: bold;
    line-height: inherit;
    font-family: inherit;
}
.rules-description p {
    line-height: inherit;
    font-family: inherit;
}
.rules-description ol > li > p,
.rules-description .text-indent {
    text-indent: 5ch;
}
.rules-description .text-unindent {
    text-indent: 0;
}
.rules-description ol {
    padding-left: 4ch;
}
.rules-description ol > li {
    padding-left: 1ch;
}
.rules-description ol > li > ol {
    padding-left: 4ch;
}
.rules-description > ol {
    list-style: decimal outside;
}
.rules-description > ol > li > ol {
    list-style: lower-alpha outside;
}
.rules-description a:hover,
.rules-description a:focus {
    text-decoration: underline;
}


.login-container {
    display: block;
    float: none;
    position: relative;
}
.login-container:not(.modal-dialog) {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .login-container {
        width: 52%;
    }
}
@media (min-width: 992px) {
    .login-container {
        width: 45%;
    }
}
@media (min-width: 1200px) {
    .login-container {
        width: 33.33333333%;
    }
}
.modal-dialog .login-container {
    width: auto;
}
.modal-dialog .login-form {
    margin: 0;
    box-shadow: none;
}
.modal-dialog .login-container .alert {
    margin-bottom: 0;
}
.modal-dialog .login-close {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    z-index: 3;
    width: 1em;
    height: 1em;
    text-align: center;
    background-color: #222;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    font-size: 28px;
}
.modal-dialog .login-close > span {
    display: inline-block;
    position: relative;
    top: -0.17em;
    left: -0.02em;
}
@media (max-width: 767px) {
    .modal-dialog .login-close {
        top: 0;
        right: 0;
    }
}

.login-form {
    margin-top: 30px;
    margin-bottom: 5px;
    border-radius: 0;
    border: 0 none;
    box-shadow: 0px 0px 5px #777;
}
.login-form > .login-form-body {
    padding: 20px 30px 30px;
    background-color: #eee;
}
.login-form > .login-form-body > :last-child {
    margin-bottom: 0;
}
.login-form .login-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    /* Prevent from scaling too big */
    max-width: 400px;
}
.login-form .login-logo img {
    margin: 20px;
    /* Using percentages is not good because images don't look good at subpixel values */
    /* Example: if 90% was 809.4px the image will blur. There's no way to round the numbers */
    max-width: 100%;
}
.login-form hr {
    border-color: #ddd;
}
.login-form .btn {
    transition: all 0.1s;
}
.login-form .custom-input {
    height: 38px;
    display: block;
    font-size: 18px;
    padding-left: 10px;
}
.login-form .input-group-addon,
.login-form .form-control,
.login-form .form-control:focus {
    border-color: #ccc;
}

.login-form .bot-links {
    display: block;
    color: inherit;
    font-size: 14px;
}
.login-form a.bot-links:hover,
.login-form a.bot-links:active {
    color: steelblue;
}
.login-form .block-misc > div:first-of-type:not(:only-child) .bot-links { float: left; }
.login-form .block-misc > div:last-of-type:not(:only-child) .bot-links { float: right; }
.login-form .block-misc { margin-top: 10px; }
@media (max-width: 767px) {
    .login-form .block-misc > div:first-of-type .bot-links,
    .login-form .block-misc > div:last-of-type .bot-links { float: none; }
}
.login-form #fRemember {
    float: none;
}

.color-inherit {
    color: inherit !important;
}
.link-default {
    color: steelblue;
}
.link-default:focus, .link-default:hover, .link-default:active {
    color: steelblue !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.hr-heading {
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 10px;
}
.hr-heading-text {
    /*color: #777;*/
    font-size: 13px;
    display: inline-block;
    position: relative;
}
.hr-heading-text::before, .hr-heading-text::after {
    background: none repeat scroll 0 0 #ddd;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 9999px;
}
.hr-heading-text::before {
    right: 100%;
    margin-right: 15px;
}
.hr-heading-text::after {
    left: 100%;
    margin-left: 15px;
}

.checkbox.disabled {
    cursor: not-allowed;
}
.force-disable {
    cursor: not-allowed !important;
    /*pointer-events: none !important;*/
}

.input-group-addon {
    border-color: #e5e9ec;
}

.input-group.transparent > .form-control:nth-last-child(n+2) {
    border-right-color: transparent;
}

.input-group.transparent > .form-control:nth-child(n+2) {
    border-left-color: transparent;
}

.input-group.transparent > .input-group-addon {
    background-color: transparent;
}

.cursor-pointer {
    cursor: pointer;
}

span[data-toggle="tooltip"] {
    display: inline-block;
}

label {
    font-weight: bold;
}

.error {
    display: block;
    margin-top: 2px;
    color: #f35958;
}

.center-block {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.form-group {
    margin-bottom: 15px;
}

.form-horizontal .form-group {
    margin-bottom: 10px;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 10px;
}

.help-block:last-child {
    margin-bottom: 0;
}

.static-label {
    /* Similar to form-control-static */
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    font-weight: bold;
}

.grid-title h4 {
    margin: 0;
}

.btn {
    font-family: inherit;
}

.row.no-gutter{
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutter > .col-xs-1, .row.no-gutter > .col-xs-2, .row.no-gutter > .col-xs-3, .row.no-gutter > .col-xs-4, .row.no-gutter > .col-xs-5, .row.no-gutter > .col-xs-6, .row.no-gutter > .col-xs-7, .row.no-gutter > .col-xs-8, .row.no-gutter > .col-xs-9, .row.no-gutter > .col-xs-10, .row.no-gutter > .col-xs-11, .row.no-gutter > .col-xs-12,
.row.no-gutter > .col-sm-1, .row.no-gutter > .col-sm-2, .row.no-gutter > .col-sm-3, .row.no-gutter > .col-sm-4, .row.no-gutter > .col-sm-5, .row.no-gutter > .col-sm-6, .row.no-gutter > .col-sm-7, .row.no-gutter > .col-sm-8, .row.no-gutter > .col-sm-9, .row.no-gutter > .col-sm-10, .row.no-gutter > .col-sm-11, .row.no-gutter > .col-sm-12,
.row.no-gutter > .col-md-1, .row.no-gutter > .col-md-2, .row.no-gutter > .col-md-3, .row.no-gutter > .col-md-4, .row.no-gutter > .col-md-5, .row.no-gutter > .col-md-6, .row.no-gutter > .col-md-7, .row.no-gutter > .col-md-8, .row.no-gutter > .col-md-9, .row.no-gutter > .col-md-10, .row.no-gutter > .col-md-11, .row.no-gutter > .col-md-12,
.row.no-gutter > .col-lg-1, .row.no-gutter > .col-lg-2, .row.no-gutter > .col-lg-3, .row.no-gutter > .col-lg-4, .row.no-gutter > .col-lg-5, .row.no-gutter > .col-lg-6, .row.no-gutter > .col-lg-7, .row.no-gutter > .col-lg-8, .row.no-gutter > .col-lg-9, .row.no-gutter > .col-lg-10, .row.no-gutter > .col-lg-11, .row.no-gutter > .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

/*.row.no-gutter > [class^="col-xs-"],
.row.no-gutter > [class*=" col-xs-"],
.row.no-gutter > [class^="col-sm-"],
.row.no-gutter > [class*=" col-sm-"],
.row.no-gutter > [class^="col-md-"],
.row.no-gutter > [class*=" col-md-"],
.row.no-gutter > [class^="col-lg-"],
.row.no-gutter > [class*=" col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}*/

.row.sm-gutters {
    margin-left: -5px;
    margin-right: -5px;
}
.row.sm-gutters > [class^="col-xs-"],
.row.sm-gutters > [class*=" col-xs-"],
.row.sm-gutters > [class^="col-sm-"],
.row.sm-gutters > [class*=" col-sm-"],
.row.sm-gutters > [class^="col-md-"],
.row.sm-gutters > [class*=" col-md-"],
.row.sm-gutters > [class^="col-lg-"],
.row.sm-gutters > [class*=" col-lg-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.tab-content-pad {
    padding: 20px;
}

.jumbotron-white {
    background: #fff;
}

.no-margin { margin: 0 !important; }

h1, h2, h3, h4, h5, h6 { color: inherit; }

div.datepicker table tr td.disabled,
div.datepicker table tr td.disabled:hover,
div.datepicker table tr td span.disabled,
div.datepicker table tr td span.disabled:hover {
    cursor: not-allowed;
}


.btn-login-social {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding: 6px 0.75em;
}
.btn-login-social::before,
.btn-login-social::after {
    content: " ";
    display: table;
}
.btn-login-social::after {
    clear: both;
}
.btn-login-social .btn-social-icon {
    vertical-align: middle;
    font-size: 18px;
}
.btn-login-social > * {
    vertical-align: middle;
}
.btn-fb {
    color: #fff;
    background-color: #3B5998;
    border-color: #344E86;
}
.btn-fb:hover, .btn-fb:focus {
    color: #fff;
    background-color: #2D4373;
    border-color: #23345A;
}
.btn-twitter {
    color: #fff;
    background-color: #1DA1F2;
    border-color: #0d95e8;
}
.btn-twitter:hover, .btn-twitter:focus {
    color: #fff;
    background-color: #1B95E0;
    border-color: #1886c9;
}
.btn-google {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.btn-google.loading {
    color: #aaa;
}
.btn-google:hover, .btn-google:focus {
    background-color: #fff;
    color: #262626;
    -webkit-box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
    box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}
.btn-google:active {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    background-color: #eee;
    color: #6d6d6d;
}
.btn.loading {
    cursor: wait;
}

