﻿
/*Gym Style*/

.arTextMain:lang(ar) {
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-size: 120% !important;
}

.goldColor {
    color: #c9ab81;
}

.bgGoldColor {
    background-color: #c9ab81;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #c9ab81;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #c9ab81;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #c9ab81;
    width: 30%;
}


.allison-aside .navbar-nav li a:hover::before, .allison-aside .navbar-nav li a.activeAsp::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/*Fix MDB Frontend*/

.jarallax {
    min-height: unset !important;
}


/*default-btn*/

.default-btn-new {
    display: inline-block;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    background-color: transparent;
    letter-spacing: 1.5px;
    padding: 12px 35px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 14px;
    font-weight: 300;
}

.default-btn-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: #c9ab81;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.default-btn-new::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid #c9ab81;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: opacityChange 2s linear 2s infinite;
    animation: opacityChange 2s linear 2s infinite;
}

.default-btn-new:hover {
color: #ffffff;
}

.default-btn-new:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.default-btn-new:hover::after {
    border-color: #c9ab81;
    opacity: 1 !important;
}


/*Pills Colors and Tinymce*/

.border-radius-5 {
    border-radius: 5px;
}

.margin-10px-bottom {
    margin-bottom: 10px;
}

.padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
}

.bg-sky {
    background-color: #02c2c7;
}

.bg-lightred {
    background-color: #ff5722;
}

.bg-purple {
    background-color: #9d60ff;
}

.bg-green {
    background-color: #5bbd2a;
}

.bg-pink {
    background-color: #ff48a4;
}

.font-size14 {
    font-size: 14px;
}

.margin-10px-top {
    margin-top: 10px;
}


.font-size13 {
    font-size: 13px;
}

.text-light-gray {
    color: #d6d5d5;
}

@@media (min-width: 1200px) {
    .container {
        max-width: 70%;
    }
}

.table tbody tr:last-child td {
    border-bottom: 1px solid #464D5C;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #c9ab81cf !important;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #c9ab81cf !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #c9ab81cf !important;
}

.mce-content-body {
    color: white !important;
}

.tox .tox-edit-area__iframe {
    background-color: #0c252b !important;
    color: white !important;
}

.linkHoverGold:hover {
    color: #c9ab81;
}