html {
    font-size: 18px;
}
* {
    font-family: 'kanit-regular';
}
.con {
    margin-left: 20%;
    margin-right:20%;
   
    
}
.inputradius {
    border-radius: 40px;
}
.btndetails {
   
    border-radius: 40px;
    max-width: 350px
}

@font-face {
    font-family: 'kanit-regular';
    src: url('../font/kanit-regular.ttf') format('truetype');
}
@media (min-height: 600px) {
    .last_action_table {
        margin-top: 0%;
    }

    .web_title_pt {
        padding-top: 0px;
    }
}

@media (min-height: 700px) {
    .last_action_table {
        margin-top: 5%;
    }
}

@media (min-height: 800px) {
    .last_action_table {
        margin-top: 12%;
    }
}

@media (min-height: 900px) {
    .last_action_table {
        margin-top: 14%;
    }

    .web_title_pt {
        padding-top: 60px;
    }
}

@media (min-height: 1000px) {
    .last_action_table {
        margin-top: 24%;
    }

    .web_title_pt {
        padding-top: 60px;
    }
}

@media (min-height: 1100px) {
    .last_action_table {
        margin-top: 26%;
    }

    .web_title_pt {
        padding-top: 80px;
    }
}

@media (min-height: 1200px) {
    .last_action_table {
        margin-top: 30%;
    }

    .web_title_pt {
        padding-top: 100px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 20px;
    background-image: url(../Images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px
}

.default_button {
    background-color: #5a9cea;
    color: white;
    width: 160px;
}

.last_action_table {
    border-radius: 20px;
    box-shadow: 2px 2px 6px silver;
    padding: 0px 12px 0px 12px;
    background-color: white;
    /*
    max-height:40%;
    height:40%;
    margin-top:40%;*/
}

.report_action_table {
    border-radius: 20px;
    box-shadow: 2px 2px 6px silver;
    padding: 0px 12px 0px 12px;
    background-color: white;
    /*
    max-height:40%;
    height:40%;
    margin-top:40%;*/
}

table {
}

    table tbody {
        display: block;
        overflow: auto;
    }

    table thead, tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

/*
::-webkit-scrollbar {
    display: none;
}*/

.footer-content {
    z-index: -1;
    height: 40%;
    width: 100%;
    position: static;
    bottom: 0;
    font-size: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

#powerby {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.modal-backdrop {
    opacity: 0.9 !important;
}

.default_button {
    width: 300px
}

.borderless-select {
    border: none;
    padding: 0;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width:100%;
}

.text-danger::after {
    color: red;
    margin-left: 5px;
}