html {
    font-size: 14px;
}

@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;
}

.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: fixed;
    bottom: 0;
    font-size: 14px;
    background-image: url(../image/bg.png);
    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;
}
