﻿.menu-btn {
    display: inline-block;
    padding: 1px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

#wrapper {
    width: 100%
}

.left {
    width: 400px;
    float: left;
}

.right {
    width: 400px;
    padding-left: 225px;
    float: right;
    padding-top: 52px;
}

.rightsearchbox {
    width: 400px;
    float: left;
    margin-left: 400px;
    padding-top: 49px;
}
.cusform-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff;
    background-image: none;
    border: 2px rgb(100, 131, 150);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-style: outset;
    font-weight: 700;
}

#scroll {
    /*display: block;*/
    max-height: 650px;
    width: 100%;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: none;
    background-color: whitesmoke;
    /*border-style:ridge;*/
    height: 1200px;
}





.btn2 {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 30px;
    font-size: 16px;
    cursor: pointer;
    font-size: 20px;
}

.table td {
    text-align: center;
}

.table th {
    text-align: center;
}

#headers {
    height: 50px;
    color: #fff;
    background-color: #6c7ae0;
    text-align: center;
}


* {
    box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 100px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    padding-bottom: 0px;
}

.the-legend {
    border-style: groove;
    /* border-width: 0; */
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px;
    font-weight: 900;
    background-color: midnightblue;
    color: aliceblue;
    border-radius: 10px;
}
.the-fieldset {
    border: 1px;
    padding: 10px;
    width: 100%;
    /*border-style: dotted;*/
    background-color:azure;
    font-family:sans-serif;
}


.sas {
    margin-left: 1%;
    display: flex;
    border-style: outset;
    /*width: fit-content;*/
    width: 70%;
    border-radius: 5px;
}
@-moz-document url-prefix() {

    .sas {
        margin-left: 1%;
        display: flex;
        border-style: outset;
        /*width: fit-content;*/
        width: 85%;
        border-radius: 5px;
    }
}

/*New Layout used this */



#myTable th {
    top: 0;
    position: sticky;
    background-color: #00462D;
}

.btn-success {
    color: #fff;
    background-color: #00462D;
    border-color: #4cae4c;
}

.assist {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 63px;
    height: 58px;
    padding: 8px;
    background: #D2E1EC;
    /* border: 2px solid #252424; */
    color: #000;
    text-align: center;
    font: 93ppt Arial, sans-serif;
    line-height: 45px;
    font-size: 20pt;
    font-weight: 900;
    color: darkgreen;
}

