﻿/* --------- */
/* CSS Style */
/* --------- */

/* Loading Progress */
.YGprogressModal {
    height: 85%;
    position: fixed;
    z-index: 999;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .6;
    -moz-opacity: .8;
}
.YGprogressCenter {
    z-index: 1000;
    margin: 250px auto;
    padding: 5px 5px 5px 5px;
    width: 74px;
    background-color: white;
    border-radius: 7px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    box-shadow: 1px 1px 3px rgba(128, 128, 128,0.99);
    -webkit-box-shadow: 1px 1px 3px rgba(128, 128, 128,0.99);
    -moz-box-shadow: 1px 1px 3px rgba(128, 128, 128,0.99);
}
.YGprogressCenter img {height: 64px; width: 64px;}
/* --------- */


/*Select2 Height*/
/*.select2-selection {min-height: 31px !important;}
.select2-selection__arrow {height: 31px !important;}
.select2-container--default .select2-results > .select2-results__options {max-height: 288px !important;}
.select2-container {width: 100% !important; margin-right:30px;}*/
/* --------- */


/* ToolBar and Button */
.YGbuttonSM {
    margin: 0px;
    padding: 5px;
    width: 31px;
    height: 31px;
}

.YGbuttonMD {
    margin: 0px;
    padding: 5px;
    width: 38px;
    height: 38px;
}

.YGbuttonLG {
    margin: 0px;
    padding: 6px;
    width: 48px;
    height: 48px;
}

.YGButtonTextSM {height: 31px;}
.YGButtonTextMD {height: 38px;}
.YGButtonTextLG {height: 48px;}
/* --------- */


/* Button Info Bottstrap 4 */
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        }


/* Table Style Admin LTE 3.x */
.table-bordered {
    border: 1px solid #dee2e6;
}
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }
    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }
    .table-borderless th,
    .table-borderless td,
    .table-borderless thead th,
    .table-borderless tbody + tbody {
        border: 0;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
