﻿@charset "utf-8";
/* CSS Document */

body {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    min-width: 900px;
    min-height: 800px;
}

.main-display {
    margin: auto;
    display: block;
    /*top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    position: absolute;
}

.title-area {
    padding: .7em 1em;
    margin: 0 1em;
}

.btn0210 {
    color: #fff;
    background-color: #20a8d8;
    border-radius: 3px !important;
    border: 1px solid #2891C8;
    font-size: .9rem;
}

.rounded-10 {
    border-radius: 10px;
}

.btnCourier {
    color: #20a8d8;
    background-color: #fff;
    border-color: #20a8d8;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    -webkit-appearance: button;
    border: 1px solid #2891C8;
    border-radius: 3px;
    padding: 0.5rem 1.5rem;
    font-size: .9rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}





p.error_message {
    font-size: 14px;
    font-weight: bold;
    color: #ff0066;
    padding-bottom: 20px;
    /*text-shadow: 0 0 15px #111;*/
}

thead,
tbody {
    display: block;
}

tbody {
    overflow-y: auto;
    max-height: 60vh;
}

    tbody::-webkit-scrollbar {
        width: 10px;
    }

    tbody::-webkit-scrollbar-track {
        background-color: rgba(160,160,160,.3);
        border-radius: 10px;
    }

    tbody::-webkit-scrollbar-thumb {
        background: #398ad6;
        border-radius: 10px;
    }

.slide {
    width: 100%;
    /*height: 100vh;*/
    overflow: hidden;
    position: absolute;
}

.error {
    background-color: #FFD6D6 !important;
    border: 1px dotted #D40003;
}

.txt-color-white {
    color: white;
}

.sReturnView:hover {
    color: #fff;
    transition: all ease 0.4s;
}
.sReturnView:hover::after {
    right: -30px;
    left: auto;
    width:140%;
}
.sReturnView:hover::before {
    left: -35%;
    transition: all ease .4s;
}
.sReturnView {
    color: #8094ad;
    border: 1px solid #8094ad;
    border-radius: 30px;
    padding: .2rem 1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}
.sReturnView::after {
    top: 0;
    left: 0;
    right: auto;
    content: " ";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #8094ad;
    transition: all ease 0.4s;
    color: #fff;
    z-index: -1;
}
.sReturnView::before {
    width: 0;
    content: "";
    display: block;
    position: absolute;
    height: 0;
    z-index: -1;
    top: 0;
    background: #8094ad;
    border-bottom: 15px solid #fff;
    border-top: 15px solid #fff;
    border-right: 30px solid #8094ad;
    left: 100%;
}

.reset .sReturnView {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: 90%;
}

.txt-label {
    font-size: 16px;
    padding: 5px !important;
}

.txt-item {
    font-size: medium;
    white-space: nowrap;
}

a {
    color: #398ad6;
    display: inline-block;
}

.a-left {
    margin-left: 0px;
    margin-right: 50px;
    margin-bottom: 20px;
    margin-top: 0px
}

.a-right {
    margin-left: 50px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 0px
}

.no-display {
    display: none;
}

.test {
  padding: 1rem 2rem;
  border: 3px solid #000;
}

.main-area {
    min-height: 600px;
    padding: .7em 1em;
    margin: 0 1em;
    background: #fff;
    border-radius: 6px;
    overflow-y: auto;
}


.app-header0210.navbar {
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
    padding: 0;
    margin: 0;
    /*background-color: #fff;*/
    background-color: #75A4DD;
    border-bottom: 1px solid #e3e8ec;
}

    .app-header0210.navbar .navbar-brand {
        display: inline-block;
        width: 220px;
        height: 60px;
        padding: 0.5rem 1rem;
        margin-right: 0;
        /*background-color: #fff;*/
        background-color: #75A4DD;
        background-image: url("../../img_sys/PX/header_logo.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 160px auto;
        border-bottom: 1px solid #e3e8ec;
    }

.disp-disabled {
    pointer-events : none;
    background-color: transparent !important;
}
