/*Custom Structure CSS After This Line*/
.PageContents {
    margin: 5px;
}

.min-vh-80 {
    min-height: 80vh;
}

.x1RightBtnPlane {
    float: right;
    text-align: right;
}

.x1TableTitle button {
    padding: 5px 10px 5px 10px;
    line-height: 14px;
}

.x1table tr:hover {
    background-color: whitesmoke !important;
}

.x1table tr:hover input, .x1table tr:hover select {
    background-color: whitesmoke !important;
}

.x1TableTitle label {
    font-size: 24px;
    width: auto;
    font-weight: 500;
    color: #3b3f5c;
    padding-left: 5px;
}

.x1tableTopControls {
    width: 100%;
    border: 1px solid blue;
    text-align: left;
    margin-bottom: 10px;
    background-color: aliceblue;
    border-radius: 2px;
    padding: 5px 10px 5px 15px;
}

.x1tableTopControls .searchControl input {
    border-radius: 20px;
    border: 1px solid #3b3f5c;
    padding-left: 10px;
    background-color: aliceblue;
}

.x1tableTopControls button {
    padding: 5px 10px 5px 10px;
}


.x1TableTitle {
    width: 100%;
}

.PageContents .card {
    padding: 5px !important;
}

.PageContents .SubTitle {
    color: black;
    font-size: 13px;
}

.x1table td {
    padding-left: 10px;
    border: 1px black solid;
}

.x1table thead td {
    background-color: aliceblue;
    font-size: 14px;
    font-weight: bold;
}

.x1table input {
    line-height: 14px;
    border: none;
    width: 100%;
    padding: 0px;
}

.x1table select {
    border: none;
}

.x1table button {
    padding: 0px 5px 0px 5px;
    margin: 0px;
    font-family: sans-serif;
}

.drag img {
    width: 15px;
    opacity: 0.55;
    margin-left: -10px;
}

.x1form
{
    display: contents;
}

.btn-primary
{
    background-color: #4d42ff !important;
    border-color: #4d42ff !important;

}


