body {
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial, Helvetica, sans-serif;
    background: rgb(255,102,0);
    background: -moz-linear-gradient(132deg, rgba(255,102,0,1) 0%, rgba(242,70,7,1) 100%);
    background: -webkit-linear-gradient(132deg, rgba(255,102,0,1) 0%, rgba(242,70,7,1) 100%);
    background: linear-gradient(132deg, rgba(255,102,0,1) 0%, rgba(242,70,7,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6600",endColorstr="#f24607",GradientType=1);

}

/* #page {
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 1px solid #C9E0ED;
    border-radius: 15px;
} */
#page {
    margin-top: 2% !important;
    margin-bottom: 5px !important;
    background: white !important;
    border: 1px solid #C9E0ED !important;
    border-radius: 0px !important;
    width: 96% !important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}

/* .page {
    margin-top: 2% !important;
    margin-bottom: 5px !important;
    background: white !important;
    border: 1px solid #C9E0ED !important;
    border-radius: 0px !important;
    width: 96% !important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
} */
#header {
    margin: 0;
    padding: 0;
    border-top: 3px solid #C9E0ED;
}

#content {
    padding: 20px;
    position: relative;
}

#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;
}

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

#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 {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
    width: 740px;
}

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;
}

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;
}

.comments-row {
    margin: 18px 0 20px;
}

.comment-content {
    border: 1px solid #E1E1E1;
    padding: 5px;
}

.comment-color0 {
    color: #4054ad;
}

.comment-color1 {
    color: #198f4e;
}

.comment-color2 {
    color: #FF6347;
}

.comment-color3 {
    color: #008080;
}

.comment-color4 {
    color: #800080;
}

.comment-color5 {
    color: #4682B4;
}

.comment-color6 {
    color: #A0522D;
}

.comment-color7 {
    color: #EE82EE;
}

#DealComment_comment {
    width: 100%;
    height: 140px;
}

.available {
    color: green;
}

.pendingbond {
    color: #ff6600;
}

.pendingregistration {
    color: purple;
}

.registered {
    color: red;
}

.reserved {
    color: blue;
}

.line-breaks {
    white-space: pre-line;
}

.pull-right {
    float: right;
}

.errorMessage {
    color: #C00;
}

.agent-stats {
    position: fixed;
    padding: 1rem;
    border: 1px solid #ccc;
    right: 1rem;
    background: #ffffff;
    max-width: 200px;
    margin-top: 15px;
}

.agent-stat-heading {
    font-size: 16px;
    font-weight: bold;
}

.agent-stats p {
    color: #ccc;
}

.fa-trophy {
    font-size: 100px!important;
    color: #000;
}