body {
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial, Helvetica, sans-serif;
    background: #EFEFEF !important;
}

#page {
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #C9E0ED;
}

#header {
    margin: 0 -15px;
    padding: 0;
    border-top: 3px solid #C9E0ED;
    position: relative;
    left: 0;
    right: 0;
}

#content {
    /*padding: 20px;*/
}

#sidebar {
    padding: 20px 20px 20px 0;
}

#footer {
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #C9E0ED;
}

#logo {
    padding: 10px 20px;
    font-size: 200%;
}

#mainmenu {
    background: white url(bg.gif) repeat-x left top;
    overflow: hidden;
    margin: 0 -15px;
    position: relative;
    left: 0;
    right: 0;
}

#mainmenu ul {
    padding: 6px 20px 5px 20px;
    margin: 0px;
    float: left;
}

#mainmenu ul li {
    display: inline;
}

#mainmenu ul li a {
    color: #ffffff;
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a {
    color: #6399cd;
    background-color: #EFF4FA;
    text-decoration: none;
}

div.flash-error, div.flash-notice, div.flash-success {
    margin-top: 5px;
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

div.flash-error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

div.flash-notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

div.flash-success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

div.flash-error a {
    color: #8a1f11;
}

div.flash-notice a {
    color: #514721;
}

div.flash-success a {
    color: #264409;
}

div.form .rememberMe label {
    display: inline;
}

div.view {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

ul.breadcrumb {
    margin: 0 -15px;
    padding-left: 35px;
    position: relative;
    left: 0;
    right: 0;
    border-radius: 0;
}

div.breadcrumbs {
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span {
    font-weight: bold;
}

div.search-form {
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet {

}

.portlet-decoration {
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content {
    font-size: 0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background: #EFFDFF;
}

.portlet-content ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.portlet-content li {
    padding: 2px 0 4px 0px;
}

.operations {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li {
    padding-bottom: 2px;
}

.operations li a {
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited {
    color: #0066A4;
}

.operations li a:hover {
    background: #80CFFF;
}

#converted_result {
    border: 1px solid rgb(99, 153, 205);
    border-radius: 3px;
    box-shadow: 5px 5px 8px #888888;
    font-size: 16px;
    font-weight: bold;
    min-width: 225px;
    min-height: 54px;
    margin-left: 50px;
    margin-top: 12px;
    padding: 0 12px;
    display: none;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    text-align: center;
}

.side-button {
    background-color: #6FACCF;
    float: right;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.side-button a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.menu-logout-form {
    float: right;
    margin: 0;
    background: url(bg.gif) repeat-x left top; /* Match the menu background */
}

.menu-logout-form .btn-link {
    color: #ffffff;
    text-decoration: none;
    background: none;
    border: none;
    padding: 10px 15px;
    display: block;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

div.required label.control-label:after {
    content: " *";
    color: red;
    font-size: 17px;
    font-weight: bold;
}


.row.flex-fields {
    display: flex;
    gap: 20px;
}

.row.flex-fields .next {
    flex: 1;
    min-width: 0;
}

.row.flex-fields .next input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

.alert {
    margin-top: 5px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 20px;
}

.next {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.currency-listBox {
    width: 85px;
}

.captcha-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.captcha {
    margin-right: 10px;
}

.refresh-captcha {
    height: 34px;
}

.y {
    background-color: yellow;
}

tr.y td {
    background-color: yellow;
}