﻿.labelBold {
    font-weight: bold;
}

.iconWhite {
    color: white;
}

.modalHeader {
    background-color: #330000;
    color: white;
}

.modal-content {
    /*margin: 4%;*/
    background-color: whitesmoke;
}

.modal {
/*    height: 30%;
*/    overflow: unset;
    background-color: none;
    background-color: #330000;
    font-size:large;
    height:20%;
    margin-top:15%;
    color:white;
}

.modal {
    background-color: none;
}

.modal-body {
/*    margin: 4%;
*/}


.editScreen {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 20%;
    left: 20%;
    top: 10%;
    width: 60%;
    /*height: 70%;*/
    /*background-color: #ebebe6;*/
    background-color: whitesmoke;
    z-index: 30001;
    /*opacity: .8;*/
    /*filter: alpha(opacity=70);*/
    display: none;
    border: 1px solid #60513a;
}

.inputColumns {
    columns: 2;
}

.editScreenContent {
    padding: 20px;
}

.deleteConfirm {
    padding: 20px;
    display: none;
}

.searchBtn {
    margin-bottom: 10px;
}

.loadingTitle {
    text-align: center;
    color:white;
}

.alert {
    font-weight: bold;
}
.statusConfiguration {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 30%;
    top: 10%;
    width: 40%;
    height: 65%;
    /*background-color: #ebebe6;*/
    background-color: whitesmoke;
    z-index: 30001;
    /*opacity: .8;*/
    /*filter: alpha(opacity=70);*/
    display: none;
    border: 1px solid #60513a;
}

.itemsScreen {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 15%;
    top: 5%;
    width: 65%;
    height: 88%;
    background-color: #ebebe6;
    z-index: 30001;
    /*opacity: .8;*/
    /*filter: alpha(opacity=70);*/
    display: none;
    border: 1px solid #60513a;
}

.theadColor {
    background-color: #330000;
    color: white;
}

.fromData {
    padding: 5px;
}

.toData {
    padding: 5px;
}

.hrBreak {
    border-bottom: 1px solid black;
    /*color:black;*/
}
