﻿body {
    /*background-color:#F7E0D4;*/
    background-color: white;
    font-family: Arial;
    margin-left: 6%;
}

.modal-body {
    max-height: calc(100vh - 50vh);
    overflow-y: auto;
    overflow-x: hidden;
}

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../images/Untitled.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headerLogin {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../Images/Karsiri_Mangos.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.a_h1 {
    font-size: 30px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    color: darkgoldenrod;
}

.a_h3 {
    font-size: 20px;
    color: #a5a831;
    font-family: Arial, Helvetica, sans-serif;
}

.a_hr {
    border-bottom: 1px solid #336600;
    margin-top: 0px;
    width: 98%;
    margin-bottom: 30px;
}

.a_div {
    width: 400px;
    margin: auto;
    align-items: center;
}

.a_label {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #556270;
    font-weight: 700;
    /*color:black;*/
    width: 200px;
    line-height: 40px;
}

.a_textbox {
    font-size: 14px;
    color: #39393A;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    border-style: hidden hidden hidden hidden;
    border-bottom: 1px solid #979797;
    line-height: 20px;
}

.a_textcalendar {
    background-image: url('../Images/calendar-Icon.svg');
    background-repeat: no-repeat;
    background-position: right;
    width: 200px;
    /*background-color: #F1F1F1;*/
    border-style: hidden hidden hidden hidden;
    border-bottom: thin solid #979797;
    line-height: 30px;
}

.a_textbox:focus {
    /*outline:1px solid #979797;*/
    background-color: lightyellow;
    padding-left: 5px;
    border: none;
}

.a_down {
    background-image: url('../Images/arrow-down-angle_318-52905 (1).jpg');
    background-repeat: no-repeat;
    background-position: right;
    border-style: hidden hidden hidden hidden;
    border-bottom: 1px solid #979797;
    line-height: 30px;
}

.a_dropdown {
    border-color: #F1F1F1;
    /*max-height:300px;*/
    /*margin-bottom: 5px;*/
    width: 200px;
    border: 0px;
    /*height: 16px;*/
    outline: 0px;
    background: transparent;
    border-bottom: 1px solid #747474;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    line-height: 30px;
}


.a_dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    background-color: darkgray;
}

.a_dropdown-content:hover a {
    background-color: red;
}

.a_dropdown:hover .a_dropdown-content {
    display: block;
}


input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    outline: none;
    border: 2px solid rgba(51,51,51,0.65);
}

    input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 100%;
    }

    input[type="radio"]:checked:before {
        background: #8fa510;
    }

    input[type="radio"]:checked {
        border-color: #8fa510;
    }

.a_button {
    margin: 10px;
    height: 35px;
    width: 150px;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    border:solid thin;
    /*    background-color: #FC7307;*/
    background-color: #FFBA26 ;
    font-family: Arial, Helvetica, sans-serif;
}

    .a_button:hover {
        /*background-color: #bdd002;*/
        background-color: #1d3c02;
    }

.a_text_body {
    height: 16px;
    font-family: Arial,;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
}

.a_text_body {
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 8px;
}

.a_combo {
    border-style: hidden hidden solid hidden;
    outline: 0px;
    width: 200px;
    text-align: right;
    line-height: 30px;
}

.a_listbox {
    width: 200px;
}

.a_GridView {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

    .a_GridView td, a_GridView th {
        border: 1px solid white;
        padding: 8px;
        max-width: 200px;
    }

    .a_GridView tr:nth-child(even) {
        background-color: #f2f0ea;
    }

    .a_GridView tr:hover {
        background-color: #ddd;
    }

    .a_GridView th {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 8px;
        text-align: left;
        background-color: #fc9e07;
        color: white;
        border: 1px solid white;
    }

.i_button_yellow_console {
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    background-color: gold;
    height: 30px;
    width: 130px;
}

    .i_button_yellow_console:hover {
        font-weight: bolder;
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        background-color: red;
        height: 30px;
        width: 130px;
    }

.i_button_red_console {
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: red;
    height: 30px;
    width: 130px;
}

.a_div_console {
    background-color: RGB(146, 208, 48);
    border-radius: 5px
}

.a_notice {
    font-size: 20px;
    text-align: center;
    color: white;
}

.a_currenttable {
    height: 220px;
    text-align: left;
    width: 90%;
}

.a_tabletdbutton {
    padding-top: 0px;
}

.a_button_console {
    background-color: black;
    color: white;
    width: 150px;
    margin: 5px;
}

.a_backcolordetail {
    text-align: center;
    background-color: LightGoldenrodYellow;
}

.a_terminalbtn {
    background-color: red;
    color: white;
    width: 80%;
}

.a_terminalall {
    background-color: RGB(146, 208, 48);
    color: white;
    width: 80%;
}

.a_btnbuyer {
    background-color: gold;
    font-weight: bold;
    color: black;
}

.a_btnlogout {
    background-color: black;
    color: white;
    font-weight: bold;
}

.tableContent td {
    text-align: left;
    width: 200px;
    height: 20px;
/*    padding: 0em;
    margin-bottom: 0em;*/
}

    .tableContent td:first-child {
        width: 150px;
    }

.a_RoundButton {
    border-radius: 50%;
    text-align:center;
    border:none;
    width: 15px;
    height: 15px;
    background-color: #FFBA26;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom:0px;
    margin-left:10px;
    margin-right:10px
}