@import url('//fonts.googleapis.com/css?family=Ubuntu');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300');
body {
    background-color: #EEE !important;
    overflow: scroll;
}

#menu {
    background-color: #212121;
}

#menu ul a {
    text-decoration: none;
    color: #CCC;
    border-bottom: 3px solid rgba(255,255,255, 0.0);
    transition: 0.2s;
    padding: 1rem;
}

#menu ul a:hover, .menu-selected {
    color: #FFF !important;
    background-color: #303030 !important;
    border-bottom: 3px solid #FF9710 !important;
}


#menu .navbar {
    padding: 0;
}

#menu #logo_holder span {
    color: #FFF;
    line-height: 52px;
    font-family: Open Sans;
    font-size: 30px;
}

#menu .dropdown-menu {
    color: #212529;
    background-color: #212121;
}

#logo_first {
    color: #FF9710 !important;
    font-family: Arial !important;
    font-size: 29px !important;
    font-weight: bold !important;
}

#logo_second {
    font-size: 19px !important;
}

#menu #logo_holder img {
    max-height: 49px;
}


#header {
    background-color: #FF9710;
    background-image: url('../images/office.png');
    min-height: 12rem;
    text-align: center;
    padding-top: 1.5rem;
}

#header #header_title {
    font-family: Open Sans;
    color: #FFF;
    font-size: 35px;
    margin-top: 0.5rem;
    margin-bottom: 0.1rem;
}

#header #header_description {
    color: #FFF;
}

#content {
    background-color: #FFF;
    margin-top: -5rem;
    min-height: 12rem;
    padding: 1rem;
    max-width: 1200px !important;
    position: relative;
}

#content table {
    font-size: 13px;
}

.category-selector {
    transition: 0.2s !important;
    border-left: 0px solid #FFF !important;
}
.category-selector:hover {
    color: #FFF !important;
    background-color: #333 !important;
    border-left: 5px solid #FF970F !important;
}

.bg-grey {
    background-color: #EEE;
}

.action-icon {
    color: #000;
}

.action-icon:hover {
    cursor: pointer;
}

.title, #title {
    padding: 12px 15px;
    color: #FFF;
    background-color: #212529;
    font-weight: bold;
}

.table .th-padding{
    padding: 1.2rem 0;
}

#login_window {
    text-align: center;
}

#login_window input[type=submit] {
    margin-top: 0.2rem;
    width: 100%;
}

#login_window input[type=submit]:hover {
    cursor: pointer;
}

input[type=submit] {
    border-style: none;
    background-color: #212121;
    color: #FFF;
    padding: 0.4rem;
    transition: 0.2s;
}

input[type=submit]:hover {
    background-color: #FF970F;
}

form {
    display: inline-block;
}

.button_holder {
    padding: 0.5rem 0;
}

.button_holder .btn {
    margin-right: 0.2rem;
}

.max_td_width {
    max-width: 200px !important;
}

.stats_title {
    padding: 12px;
    color: #FFF;
    background-color: #212529;
    font-weight: bold;
}

.stats_box {
    text-align: center;
}

.stats_number {
    font-size: 34px;
    color: #FF9710;
}

.stats_text {
    padding: 2rem 0;
}

.stats_text_2line {
    padding: 1rem 0;
}

.btn-width-100 {
    width: 100%;
}

.fa-pull-left {
    margin-top: 0.25rem !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(255, 155, 125, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(250, 176, 124, 0.6) !important;
    outline: 0 none !important;
}


#footer {
    text-align: center;
    font-size: 11px;
    padding: 1rem 0;
}

#footer p {
    margin: 0;
}


/* API OVERVIEW */
.api-description {
    margin-top: -14px;
}
/* RIBBONS */
.box {
    position: relative;
}
.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}



/* SHOP */
.product_box .title_box {
    background-color: #333333;
    color: #FFF;
    padding: 1rem 0;
    text-align: center;
}

.product_box .product_title {
    background-color: #1B1E24;
    margin-top: -1rem;
    padding: 0.5rem;
}

.product_box .price {
    font-size: 5rem;
    margin: 0;
}

.product_box .table td {
    padding: .50rem;
}

.product_box .product_form form {
    margin: 0;
    width: 100%;
}

.product_box .pay_button {
    width: 100%;
    border-style: none;
    background-color: #ee8802;
    color: #FFF;
    padding: 0.4rem;
    transition: 0.2s;
}

.product_box .pay_button:hover{
    cursor: pointer;
    background-color: #ff9000;
}

.product_box .pay_button .pay_button_icon {
    transition: 0.2s;
}

.product_box .pay_button .pay_button_icon:first-child {
    margin-left: -20px;
}

.product_box .pay_button .pay_button_icon:last-child {
    margin-right: -20px;
}

.product_box .pay_button:hover > .pay_button_icon:first-child {
    margin-left: 40px;
}

.product_box .pay_button:hover > .pay_button_icon:last-child {
    margin-right: 40px;
}

.product_box .pay_button .pay_button_icon:last-child {
    margin-top: 0.2rem;
}

.product_box input[type=text] {
    border-style: none;
    color: #FFF;
    background-color: #333;
    width: 100%;
    padding: 0.5rem;
}


/* DISCORD BUTTON */
#discord_button {
    background-color: #657AC4;
    max-width: 200px;
    width: 100%;
    text-align: center;
    border-radius: 5px 5px 0 0;
    position: absolute;
    right: 0;
    top: -40px;
    transition: 0.2s;
}

#discord_button:hover {
    background-color: #4d60a3;
}

#discord_button a {
    color:#FFF;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
}

/* TELEGRAM BUTTON */
#telegram_button {
    background-color: #34AAE7;
    max-width: 200px;
    width: 100%;
    text-align: center;
    border-radius: 5px 5px 0 0;
    position: absolute;
    right: 210px;
    top: -40px;
    transition: 0.2s;
}

#telegram_button:hover {
    background-color: #2e81b5;
}

#telegram_button a {
    color:#FFF;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
}