﻿
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt {
    white-space: normal;
}

.dl-horizontal dt, .dl-horizontal dd {
    padding: 3px 0;
}

/* Set width on the form input elements since they're 100% wide by default */

.bg-default {
    background-color: #000000 !important;
}

.bg-red {
    background-color: #cc0e0e !important;
}
.text-danger {
    color: gold !important
}
.color-white {
    color: #ffffff !important;
}

.color-default {
    color: #ffffff !important;
}

.color-bg {
    color: #cc0e0e !important;
}

.color-header {
    color: #ffffff !important;
}

.pagination-container {
    margin-bottom: -30px;
}
/*.text-danger {
    color: #dc3545 !important
}*/
/*Default*/

.form-group label {
    font-weight: bold !important;
}

h1.title {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 20px !important;
    color: #ffffff !important;
}

h2.title {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 18px !important;
    color: #ffffff !important;
}

h3.title {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #ffffff !important;
}

label {
    color: #ffffff !important;
}

.border-gold-1 {
    border: 1px solid goldenrod !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
}

.logo {
    padding: 0;
}

.img:hover {
    -moz-transform: scale(1.2);
    -moz-transition: all 0.4s ease-in-out;
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -o-transition: all 0.4s ease-in-out;
    -webkit-transform: scale(1.2);
    -webkit-transition: all 0.4s ease-in-out;
    border: 1px solid red;
    /*position: absolute;*/
    margin-left: 7px;
    /* ReSharper disable once InvalidValue */
    transform: rotate scale(1.5);
    transition: all 0.4s ease-in-out;
    z-index: 999999999 !important;
}

.mtop-5 {
    margin-top: 5px !important;
}

.mbottom-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.color-primary {
    color: #007bff !important;
}

.color-green {
    color: green !important;
}

.color-success {
    color: #34ce57 !important;
}

.color-info {
    color: #128294 !important;
}

.color-danger {
    color: #c62232 !important;
}

.color-white {
    color: #ffffff !important;
}

.color-black {
    color: #000000 !important;
}
.color-grey {
    color: gray !important;
}
.color-red {
    color: red !important;
}
.color-gold {
    color: gold !important;
}
.color-yellow {
    color: yellow !important;
}

.font-bold {
    font-weight: bold;
}

.showButtonSearch {
    display: none;
}

.border-bottom {
    border-bottom: 2px solid #1e90ff;
}

/* BootBox Extension*/

.confirmWidth {
    margin: 0 auto;
    max-width: 400px;
}

.confirm-modal-header {
    padding: 10px;
}

.confirm-modal-body {
    padding: 10px;
}

.confirm-modal-footer {
    padding: 10px;
}

/*Customize bootstrap Menu Home*/

@media (max-width: 768px) {
    ul:first-child > li:first-child {
        padding-left: 15px;
    }
}

.max-width {
    width: 100%;
}

.width-200 {
    width: 200px !important;
}
.h-100p {
    height: 100% !important;
}
.w-100p {
    width: 100% !important;
}

.width-250 {
    width: 250px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-bold {
    font-weight: bold !important;
}

.font-normal {
    font-weight: normal !important;
}

.line {
    border-top: 1px solid #cccccc;
    margin: 5px 0;
    width: 100%;
}

img.black-white {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/* For boostrap notify */
[data-notify="title"] {
    font-weight: bold !important;
    font-size: 16px;
}

[data-notify="message"] {
    font-weight: 500 !important;
    font-size: 16px;
}

/**** Change some style form ****/
.custom-select {
    position: relative !important;
    max-width: 330px;
    display: block !important;
    padding: 0 5px !important;
    height: 30px;
    border: none;
    outline: none !important;
    background-color: transparent !important;
    color: #000000;
}

.img {
    background-color: #141414 !important;
    border-radius: 20px !important;
}
/* Tooltip for Swal alert */
.tooltipcopy {
    position: relative;
    display: inline-block;
}

    .tooltipcopy .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -75px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltipcopy .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltipcopy:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

/* Custom scrollbar*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #540a72;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #a213ae;
    }

.bg-status-request {
    display: flex;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #d2b48c;
    font-weight: 600;
    background-color: #d2b48c;
    color: #000000;
}

.bg-status-checking-bank {
    display: flex;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #dc143c;
    font-weight: 600;
    background-color: #dc143c;
    color: #ffffff;
}

.bg-status-bank-approved {
    display: flex;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ff66cc;
    font-weight: 600;
    background-color: #ff66cc;
    color: #000000;
}

.bg-status-checking-casino {
    display: flex;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #dc143c;
    font-weight: 600;
    background-color: #dc143c;
    color: #ffffff;
}
.bg-status-completed {
    display: flex;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid green;
    font-weight: 600;
    background-color: green;
    color: #ffffff;
}

table.table tr th {
    background-color: #000000 !important;
}
table.table tr:hover {
    color: #34ce57 !important;
}