﻿.text-danger {
    color: crimson;
    font-size:0.875em;
}

input[readonly],
select[readonly],
textarea[readonly] {
    background-color: #eee !important;
    color: #777 !important;
    border-color: #ccc !important;
}

.tableReaset {
    max-width: initial !important;
    overflow: auto !important;
    text-overflow: initial !important;
} 

.but-box a {
    display: inline-block;
    margin-bottom: 0.6em;
    width: 100%;
    height: 39.5px;
    border-radius: 5px;
    font-size: 0.9375em;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 8px 12px;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group .form-control {
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .input-group-append {
    display: flex;
    margin-left: -1px;
}

.input-group .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
    border-bottom-right-radius: 0.25rem;
    border-left: 0;
    border-top-right-radius: 0.25rem;
    color: #777;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: auto;
}

/* 分頁 */
.pagination-wrapper {
    text-align: center;
}

.pagination {
    display: inline-block;
    height: 35px;
    padding: 0 25px;
    border-radius: 35px;
}

@media only screen and (max-width: 1199px) {
    .pagination {
        height: 50px;
        padding: 0 10px;
        border-radius: 25px;
    }
}

.page-numbers {
    display: block;
    padding: 0 15px;
    float: left;
    transition: 400ms ease;
    color: #595959;
    font-size: 0.9375em;
    letter-spacing: 0.1em;
    line-height: 35px;
}

.page-numbers:hover, .page-numbers.current {
    background-color: #009688;
    color: #fff;
    color: #ffffff;
    background-color: #FBB40D;
    border-color: transparent;
    box-shadow: 0 2px 0 #FF9800;
    border-radius: 6px;
}

.page-numbers.prev:hover, .page-numbers.next:hover {
    background-color: transparent;
    color: #ff5722;
    box-shadow: 0 0px 0 #ff5722;
}

@media only screen and (max-width: 1199px) {
    .page-numbers {
        padding: 0 15px;
        font-size: 1em;
        line-height: 35px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 1024px) {
    .page-numbers {
        padding: 0 14px;
        display: none;
    }

    .page-numbers:nth-of-type(2) {
        position: relative;
        padding-right: 50px;
    }

    .page-numbers:nth-of-type(2)::after {
        content: "...";
        position: absolute;
        font-size: 1.5625em;
        top: 0;
        left: 45px;
    }

    .page-numbers:nth-child(-n+3), .page-numbers:nth-last-child(-n+3) {
        display: block;
    }

    .page-numbers:nth-last-child(-n+4) {
        padding-right: 14px;
    }

    .page-numbers:nth-last-child(-n+4)::after {
        content: none;
    }
}

.card__subtitle a.button {
    display: inline-block;
    padding: 8px 12px;
    border: 0;
    transition: all 300ms ease;
}


/* password eye */
.positionRelative {
    position: relative;
    width: 100%;
}

.passwordEye {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.25em;
    width: 20px;
    height: 20px;
    line-height: 100%;
    margin: 10px;
    background: url(https://snipp.ru/demo/495/no-view.svg) 0 0 no-repeat;
    color: #707070;
    transition: 0.5s;
}

.passwordEyeClose {
    background: url(https://snipp.ru/demo/495/view.svg) 0 0 no-repeat !important;
}

.select-wrapper .select-list {
    overflow-x: auto;
    max-height: 300px;
}

#iframeidRaw {
    width: 100%;
    min-height: 1200px;
    resize: none;
    border: 0;
    display: grid;
}

@media only screen and (max-width: 991px) {
    #iframeidRaw {
        min-height: 900px;
    }
}

@media only screen and (max-width: 768px) {
    #iframeidRaw {
        min-height: 500px;
    }
}

.width130 {
    width: 130px;
}

@media only screen and (min-width: 1360px) {
    .calendarRight .transition {
        inset: 39.5px auto auto -85px !important
    }

        .calendarRight .transition:before {
            left: 5em !important;
        }
}

.form__options label p {
    font-size: 15px;
}

.textarea__body {
    padding: 5px;
    overflow-y: auto;
}

@media (max-width: 767px) {
    .but-box a {
        height: auto;
    }

    .fl-table tbody td {
        display: block !important;
    }

    .fl-table tbody td.but-box {
        display: flex !important;
    }

    .fl-table tbody td.but-box1 {
        display: flex !important;
    }
}

.search-box .but-box-flex {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.search-box .but-box-flex .row {
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    .search-box .but-box-flex {
       display:block;
    }
}

.colorB09 {
    color: #1B0927 !important;
}
