body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

input, textarea {
    border: 1px solid #adc2d6;
}

label {
    color: #666;
    font-size: 12px;
}

label span{
    font-size: 11px;
}

.marginRight10, .hspacer10{
    margin-right: 10px;
}

a {
    color: #be1522;
}

#header{
    width: 100%;
}

.line {
    margin: 15px 0;
    padding: 0;
    height: 1px;
    background-color: #b5b5b5;
    width: 100%;
    float: left;
}

.info {
    font-size: 14px;
    color: grey;
    font-weight: normal;
}

form h4{
    margin: 0 0 10px 0;
}


form p label.innerElmnt{
    float: none;
    width: auto;
    margin-right: -3px;
}

form p{
    margin: 5px 0;
    width: 100%;
    float: left;
}

#mainContent {
    width: 1010px;
    margin: 25px auto 0 auto;
}

#content{
    width: 100%;
    float: left;
}

#menu {
    width: 100%;
    float: left;
    background-color: #be1522;
    border-radius: 10px;
}

#menu ul {
    margin: 0 0 0 15px;
    padding: 0;
}

#menu ul li{
    list-style: none;
    float: left;
    padding: 15px 0;
}

#menu ul li.spacer {
    color: #FFFFFF;
    margin: 0 10px;
}

#menu ul li a{
    text-decoration: none;
    color: #ffffff;;
    padding-left: 10px;
}

#menu ul li a.active{
    text-decoration: underline;
}

form input:focus {
    border: 1px solid lightcoral;
    color: #be1522;
}

form input.small {
    width: 83px;
}

form input.mid{
    width: 199px;
    margin-left: 4px;
}

form i.fa{
    margin: 0 10px;
}

form .accordionItem {
    position: relative;
}

form .mustFields {
    font-size: 12px;
    color: lightcoral;
}

form label.obligate:after{
    content: '*';
    color: lightcoral;
}

form .radioLabel{
    width: auto;
    float: left;
    padding: 0;
    margin: 0;
}

form input[type=radio] {
    width: auto;
    float: left;
    margin: 2px 15px 0 15px;
}

form input[readonly], input[readonly="readonly"]{
    background-color: lightgrey;
}


.btnPanel {
    float: left;
    width: 100%;
    margin: 5px 0;
    text-align: right;
}

.datepicker.small {
    width: 106px !important;
}

#footer{
    height: 50px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.ui-widget-content {
    background-color: transparent;
    background-image: none;
}

.ui-datepicker {
    background-color: #FFFFFF !important;
}

#myAccountMenu{
    float: right;
    margin-top: 24px;
    position: relative;
    font-size: 13px;
    color: #0e95bf;
}
#myAccountMenu img{
    border: 2px solid #be1522;
    border-radius: 25px;
}

#myAccountPanel.switchUser #myAccountMenu img{
    border-color: orange !important;
}

#myAccountPanel.switchUser #swichtUser a{
    color: orange !important;
}

#myAccountMenu span.myAccountArrow{
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-color: transparent transparent #be1522;
    border-width: 0px 9px 9px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 1px;
    right: -9px;
}

#myAccountMenu span.myAccountArrow.outer {
    right: 50px !important;
    top: -10px !important;
}

#myAccountMenu a{
    color: #0288c0;;
}

#myAccountMenu a:hover{
    text-decoration: underline;
}

#myAccountMenu #subMenu{
    background-color: #f8f8f8;
    border: 1px solid #be1522;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -40px;
    top: 60px;
    width: 250px;
    z-index: 9;
}

#myAccountMenu #subMenu .header{
    background-color: #be1522;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    color: #FFFFFF;
}
#myAccountMenu #subMenu .header.first{
    border-radius: 9px 9px 0 0;
}
#myAccountMenu #subMenu .header.first i{
    color: #FFFFFF;
    font-size: 22px;
    float: right;
    margin: -3px 20px 0 0;
}
#myAccountMenu #subMenu .contentSubMenu{
    padding: 10px;
}

#myAccountMenu #subMenu .contentSubMenu p{
    padding: 3px 0;
    margin: 0;
    text-align: left;
}

#myAccountMenu #subMenu .contentSubMenu p.headline{
    font-weight: bold;
    margin: 0;
}
#myAccountMenu #subMenu .contentSubMenu p.headline:not(:first-child){
    margin: 10px 0 0 0;
}
#myAccountMenu #subMenu .contentSubMenu .linkPanel{
    text-align: center;
    margin-top: 10px;
}
#myAccountMenu #subMenu .contentSubMenu .buttonPanel{
    width: 100%;
    display: inline-block;
    height: 35px;
    margin: 0;
}
#myAccountMenu #subMenu .switchUser{
    text-align: center;
    border-top: 1px solid #dfdfdf;
    padding: 10px 0;
}
#myAccountMenu #subMenu .contentSubMenu{
    display: inline-block;
}
#myAccountMenu a.stdButton{
    color: #000000;
    margin: 0 0 0 55px;
}

#footer ul {
    width: 300px;
    margin: 0 auto;
}

#footer ul li {
    list-style: none;
    float: left;
}

#footer ul li a{
    text-decoration: none;
    color: #be1522;
    font-size: 12px;
}

#footer ul li.spacer{
    color: #be1522;
    margin: 0 10px;
}

#debtDataForm .index{
    font-size: 100%;
    float: none;
    margin: 0;
    width: auto;
}

#debtDataForm .delIcon{
    position: absolute;
    width: auto;
    font-size: 22px;
    right: 0;
    top:0;
    z-index:99;
}

#debtDataForm .delIcon:first-child, #debtDataForm .delIcon:-moz-first-node{
    color: red;
}

.debtList .head {
    float: left;
    width: 100%;
    background-color: #c2c2c2;
    padding: 5px 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.debtList .foot{
    background-color: #c2c2c2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    height: 15px;
    margin: 0;
    width: 100%;
}

.debtList .head.top{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.debtList .body {
    float: left;
    width: 100%;
}

.debtList .body i{
    margin: 0 2px;
}

.debtList .head span, .debtList .body span {
    float: left;
    margin: 0 15px;
    position: relative;
}

.debtList .head i.post{
    position: absolute;
    top: 4px;
    right:-8px;
    cursor: pointer;
    color: #be1522;
    margin: 0;
    display: none;
}

.debtList .small {
    width: 50px;
}

.debtList .mid {
    width: 100px;
}

.debtList .large {
    width: 160px;
}

.debtList .left {
    text-align: left;
}

.debtList .right {
    text-align: right;
}

.debtList .center {
    text-align: center;
}

.debtList .body .item{
    float: left;
    width: 100%;
    background-color: #d3d3d3;
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
}

.debtList .body .item.odd{
    background-color: #e1e1e1;
}

.debtList .body .item:hover {
    background-color: rgba(190, 87, 0, 0.37);
}

.debtList .head input {
    width: 100%;
    border-radius: 5px;
}

.ui-dialog {
    background-color: white !important;
}

.ui-dialog h4{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.ui-dialog p {
    margin: 2px 0;
}

.ui-dialog p label {
    font-size: 12px;
}

.ui-dialog p span {
    font-size: 12px;
    color: #000000;
}

.regConfirm .message{
    font-size: 22px;
}

.regConfirm .message i{
    color: green;
}

.debtUserList .groupHead{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    padding: 10px;
    margin: 10px 0 0 0;
    background: none #fdc041;
}

.debtUserList .groupHead.admin{
    background: none #fd744b;
}

.debtUserList .userItem{
    position: relative;
    margin: 0;
    padding: 5px 10px;
    background: none #d3d3d3;
}

.debtUserList .userItem.odd{
    background: none #e1e1e1;
}

.debtUserList .userItem .quickActions{
    position: absolute;
    right: 10px;
    top: 0;
}

.debtUserList .userItem .quickActions a{
    font-size: 22px;
    text-decoration: none;
}
