.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/*.grid-view td {*/
/*    white-space: nowrap;*/
/*}*/

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 19px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.reset-button-style {
    background: none;
    border: none;
    color: #ffff;
    outline: none;
    box-shadow: none;
    transition: none;
    text-transform: none;
}

.reset-button-style:hover {
    color: #ffffff;
}

.clear-list {
    list-style: none;
    padding: 0;
}

.__hide {
    display: none;
}

.notification-new {
    font-weight: bolder;
}

.nav-gradient {
    background: transparent linear-gradient(200deg, #3452ff, #ff1053);
}

.indicators {
    list-style: none;
    padding: 0;
}

.grid-view {
    overflow-y: scroll;
}

.box .heading-small {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.skin-blue .main-header .navbar .dropdown-menu li a {
    color: #444444 !important;
}

.article-miniature {
    text-align: center;
}

.dashboard-notification-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px !important;
    position: absolute;
    color: #666;
    background: #d2d6de;
    background-color: rgb(210, 214, 222);
    border-radius: 50%;
    text-align: center;
    left: 20px;
}

/* Blog */

.articles-block {
    max-width: 100%
}

.articles-list .title {
    font-size: 18px
}

.articles-list .controls {
    position: relative;
    width: 66px;
    height: 24px
}

.articles-list .controls .prev-btn,
.articles-list .controls .next-btn,
.articles-list .ratings-detail-page .players-reviews-block .controls .prev-btn,
.ratings-detail-page .players-reviews-block .articles-list .controls .prev-btn,
.articles-list .ratings-detail-page .players-reviews-block .controls .next-btn,
.ratings-detail-page .players-reviews-block .articles-list .controls .next-btn,
.articles-list .ratings-list .reviews-slider .controls .prev-btn,
.ratings-list .reviews-slider .articles-list .controls .prev-btn,
.articles-list .ratings-list .reviews-slider .controls .next-btn,
.ratings-list .reviews-slider .articles-list .controls .next-btn {
    top: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    text-align: center;
    background: 0 0;
    outline: none
}

.articles-list .controls .prev-btn {
    left: 0
}

.articles-list .controls .next-btn {
    right: 0
}

.articles-list .controls .s-icon {
    width: 8px;
    height: 12px
}

.articles-grid .row {
    margin-left: -8px;
    margin-right: -8px
}

.articles-grid [class*=col-] {
    padding-left: 8px;
    padding-right: 8px
}

.articles-grid .item {
    width: auto !important;
    margin-bottom: 20px
}

.api-documentation > div {
    padding-top: 15px;
}

.article-full-content {
    overflow: hidden;
}

.alert > p {
    margin-top: unset;
    margin-bottom: unset;
}

.news-dashboard {
    padding-left: 10px;
}

li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}

/*li > .dropdown-menu {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    left: auto;*/
/*}*/

/*.dropdown-menu {*/
/*    width: 280px;*/
/*    padding: 0 0 0 0;*/
/*    margin: 0;*/
/*    top: 100%;*/
/*}*/

.api-documentation > div {
    margin-top: 35px;
    border-top: 1px solid #000;
}

@media screen and (min-width: 600px) {
    .signup-page {
        width: 30%;
        margin: 0 auto;
    }
    .login-page {
        width: 30%;
        margin: 0 auto;
    }
}

.last-news {
    min-height: 17px;
    padding: 11px;
    background-color: #CDEBF5;
    color: #000;
    text-align: center;
    font-size: 17px;
    display: block;
}

.notification-icon {
    padding-right: 6px;
}

.notification-counter {
    border-radius: 50%;
}

.text-red {
    color:#dd4b39 !important
}
.text-yellow {
    color:#f39c12 !important
}
.text-aqua {
    color:#00c0ef !important
}
.text-blue {
    color:#0073b7 !important
}
.text-black {
    color:#111 !important
}
.text-light-blue {
    color:#3c8dbc !important
}
.text-green {
    color:#00a65a !important
}
.text-gray {
    color:#d2d6de !important
}
.text-navy {
    color:#001f3f !important
}
.text-teal {
    color:#39cccc !important
}
.text-olive {
    color:#3d9970 !important
}
.text-lime {
    color:#01ff70 !important
}
.text-orange {
    color:#ff851b !important
}
.text-fuchsia {
    color:#f012be !important
}
.text-purple {
    color:#605ca8 !important
}
.text-maroon {
    color:#d81b60 !important
}


/*
 * Tabs
 */

.tpl-tabs {
    border-color: #e5e5e5;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tpl-tabs > li > a {
    text-decoration: none;
    color: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tpl-tabs > li > a:hover {
    background-color: #f5f5f5;
}

.tpl-tabs li.active a {
    color: #000;
}

.tpl-tabs-cont {
    padding: 30px 0;
    color: #777;
    line-height: 1.8;
}

.tpl-minimal-tabs {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    border: none;
}

.tpl-minimal-tabs > li {
    padding: 0 30px;
    background: none !important;
}

.tpl-minimal-tabs > li > a {
    padding: 6px 20px 5px;
    text-decoration: none;
    color: #000;
    background: none;
    border: 1px solid transparent;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.tpl-minimal-tabs > li > a:hover {
    background: none;
    border-color: #e9e9e9;
    color: #777;
}

.tpl-minimal-tabs li.active a,
.tpl-minimal-tabs li.active a:hover {
    border: 1px solid #222 !important;
    background: none !important;
    color: #000;
    cursor: default;
}

.tpl-minimal-tabs-cont {
}

.tpl-alt-tabs {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.4em;
    border: none;
}

.tpl-alt-tabs > li {
    width: 215px;
    display: inline-block !important;
    vertical-align: top;
    float: none !important;
    padding: 0;
    background: none !important;

}

.tpl-alt-tabs > li > a {
    text-decoration: none;
    color: #a3a3a3;
    background: none !important;
    border: none !important;

    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.tpl-alt-tabs > li > a:hover {
    background: none;
    color: #111;
}

.tpl-alt-tabs li.active a,
.tpl-alt-tabs li.active a:hover {
    cursor: default;
    color: #111;
}

.alt-tabs-icon {
    display: block;
    margin-bottom: 12px;
    font-size: 48px;
    letter-spacing: 0;
}

.tpl-minimal-tabs-cont {
}

.pb-30 {
    padding-bottom: 15px;
}

.pt-30 {
    padding-top: 25px;
}

.font-alt {
    font-family: 'Jura', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

blockquote p {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
}

.nav-tabs {
    border-bottom: none !important;
}

.tab-content {
    padding-bottom: 30px;
}
/*** Tabs end**/

.news-item {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    clear: both;
    white-space: nowrap;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#payment-system label {
    display: block;
    font-weight: normal;
}

.instagram-post {
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
}

.video-post {
    position: relative;
    bottom: 22px;
    color: #fff;
    left: 13px;
}

.logo {
    text-decoration: none;
    font-size: 25px !important;
    color: #fff;
    font-weight: bolder;
}

.logo:hover {
    color: #fff;
    text-decoration: none;
}

.order-search .form-group {
    padding: 0;
}