﻿.btn-default {
    color: #fff;
    background-color: #de8629;
    border-color: #fff;
}

.tableclass {
    width:40%;
    border-color:ActiveBorder;    
}

.tablerow {
}

.tablecolumn{

}

.form-group-custom {
    margin-right: -15px;
    margin-left: 0px;
    height: 20px;
}

.form-control-custom {
    display: block;
    width: 100%;
    height: 25px;
}

.checkbox-custom {
    height: min-content;
}

.header-custom-main {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    color: black;
}

.header-custom-sub {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    color: #de8629;
}

/*.form-horizontal-custom {
    text-align: left;
    width: 100%;
}*/

.control-label-custom {
    width: 100%;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.form-horizontal-custom {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
}

.messageTable {
    vertical-align: middle;
    text-align: center;
    width: 30%;
    border-color: gray;
    border-width: thin;
    border: 1px solid black;
    border-collapse: collapse;
}
