@CHARSET "UTF-8";

.c-red {
    color: red;
}
.c-gray{
    color:gray;
}

.m-bn {
    border-radius: 5px;
    background-color: #6ad1a3;
    color: white;
    padding: 5px 0px 5px 0px;
    font-size: large;;
    font-weight: bold;
}

input {
    width: 100%;
    color: gray;
    border-radius: 3px;
    height: 35px;
    padding-left: 5px;
    border: darkgray solid 1px;
}

.inline-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.account-fl {
    border-bottom: solid gray 1px;
    padding: 5px 0px 10px 0px;
    margin-top: 10px;
}
.select{
    width:100%;
    padding:5px 0px 5px 5px;
    color:gray;
    height:35px;
    line-height: 35px;
}
.option{
    font-size: medium;
    border-bottom: darkgray solid 1px;
}
.bd-bot{
    border-bottom: darkgray solid 1px;
    padding: 3px 0px 3px 0px;
}
.form-row{
    margin: 5px 0px 5px 0px;
}
.align-to-input{
    line-height: 35px;
    height:35px;
}
.jss-button{
    background-color: #6bd1a2;
    color:white;
    height: 46px;
    margin-right: 0px;
}