/* FORM-STYLES FOR BOOTSTRAP3 */

legend { font-size:inherit; }

/*
legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    border-bottom: 0;
}
*/

.ep-required {}

.ep-radio-checkbox-offset { margin-left: 20px; }

.ep-formitem {}
.ep-formitem-vertical {}

section {
    margin: 30px 0;
}

.control-label:focus,
.control-label {
    outline: 0 !important;
    box-shadow: none !important;
}

div[data-type="Term"] label {
    font-weight: normal;
}


.form-inline .form-group { margin-left:0; margin-right:0; }

/* upload */
input[type="file"] { position:absolute; width:0.1px; height:0.1px; opacity:0; overflow:hidden; z-index:-1; }
.ep-upload-button { text-align:left; text-overflow:ellipsis; overflow:hidden; cursor:pointer; }
.ep-upload-button-empty { font-style:italic; color:var(--bs-secondary); }
.ep-upload-progress { margin:7px 0; display:none; }

/* loading icon */
.ep-loading { display:block; width:20px; height:20px; animation:spin 1s linear infinite; }

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}

/* seperator */
.ep-seperator { border-color:var(--bs-border-color); }

/* tom-select */
.ts-control > input { min-width:2rem; }

/* event */
.ep-event-item-list-title { font-weight:bold; }

.ep-event-item-summary { padding-left:1rem; }

/* payee */
#ep-payees {}
.ep-payee { max-width:500px; margin:0 auto; }
.ep-payee-toggle {
    background-color:#eeeeee;
    border:0;
    border-radius:4px;
    padding:0 4vw;
    text-align:center;
    width:100%;
    height:55px;
    cursor:pointer;
    font-size:20px;
}
.ep-payee-toggle:hover { background-color:#dddddd; }
.ep-payee-details {}

/* status payment clearing*/
.text-blue { color:#2b78e4; }


/* HEADER STYLES */

#select-status {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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;
}

#topbar {
    background: #fff;
    padding: 10px 20px;
    border-bottom: 2px solid #eeeeee;
    width: 100%;
    min-width: 768px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    height: 71px;
}

#logo {
    padding: 5px 0;
    width: auto;
    float: left;
    margin-right: 25px;
}

#logo img {
    width: 100%;
    max-width: 140px;
}

#top-links {
    display: table;
    text-align: right;
    width: auto;
    max-width: 80%;
    float: right;
    margin-top: 5px;
}

#top-links #status {
    float: right;
    padding-right: 0;
}
