body {
        color: brown;
        font-family: Arial,sans-serif;
        font-size: 12px;
        margin-bottom: 4px;
        margin-top: 4px;
}
a {
        color: brown;
}
h1, h2, h3, h4 {
        margin: 0 0 0.6em;
}
img {
        vertical-align: bottom;
}
input {
        background-color: ghostWhite;
        border: 1px solid goldenRod;
        color: DarkRed;
        font-family: arial;
        font-size: 12px;
        height: 15px;
        margin: 1px;
        padding: 1px;
}
input.submit, .button {
        background-color: lightYellow;
        cursor: pointer;
        height: auto;
        margin-top: 15px;
        padding-left: 4px;
        padding-right: 4px;
}
table{
        border: 1px solid #6F7C85;
        margin: 2px 0;
        width: 100%;
        white-space: nowrap;
        background-color: lightYellow;
}
th {
        background-color: PaleGoldenRod;
        padding: 4px;
}
tr, td {
        border-bottom: 1px solid PaleGoldenRod;
        border-left: 1px solid White;
        border-right: 1px solid PaleGoldenRod;
        padding: 1px 3px;
}
ul {
        margin-top: 1px;
}
.inlineButton{
        background-color: lightYellow;
        border: 1px solid #6F7C85;
        display: inline-block;
        margin: 15px 1px 1px;
        padding: 2px 5px;
}
.inlineButton a{
        color: DarkRed;
        font-weight: normal;
        text-decoration: none;
}
textarea {
        background-color: ghostWhite;
        border: 1px solid goldenRod;
        color: DarkRed;
        font: inherit;
        font-size: 12px;
        margin: 1px;
        padding: 1px;
        resize: none;
}
select {
        background-color: ghostWhite;
        border: 1px solid goldenRod;
        color: DarkRed;
        font-size: 12px;
        height: 1.6em;
        margin: 0.1em;
        min-width: 17.4em;
}
input:focus,select:focus,textarea:focus{
        background-color: white;
        border-color: Maroon;
}
input[readonly],select[readonly],textarea[readonly]{
        background-color: white;
        border-color: LightGrey;
        color: DarkRed;
}
.select {
        max-width: 17.4em;
        min-width: 17.4em;
}
.input-text-00 {
        min-width: 100%;
}
.input-text-01 {
        width: 17em;
}
.input-text-02 {
        width: 19em;
}
.input-text-03 {
        width: 21em;
}
.input-text-04 {
        width: 23em;
}
.input-text-05 {
        width: 25em;
}
.input-text-06 {
        width: 30em;
}
.input-text-10 {
        width: 35em;
}
.text-area-01 {
        height: 4em;
        width: 95%;
}
.text-area-02 {
    height: 33.7em;
    width: 110%;
}
.text-area-worklog {
	height: 110px;
	width: 95%;
}
.message {
        display: inline-block;
        margin-top: 10px
}
.ro-area{
        background-color: #EDEDED;
        border: 1px solid Grey;
        color: DarkRed;
        display: inline-block;
        margin: 1px;
        padding: 1px;
}
.ro-text-00 {
        min-height: 15px;
        vertical-align: middle;
        min-width: 100%;
}
.ro-text-01 {
        min-height: 15px;
        vertical-align: middle;
        width: 17em;
}
.ro-text-02 {
        min-height: 15px;
        vertical-align: middle;
        width: 19em;
}
.ro-text-03 {
        min-height: 15px;
        vertical-align: middle;
        width: 21em;
}
.ro-text-04 {
        min-height: 15px;
        vertical-align: middle;
        width: 23em;
}
.ro-text-05 {
        min-height: 15px;
        vertical-align: middle;
        width: 25em;
}
.ro-text-06 {
        min-height: 15px;
        vertical-align: middle;
        width: 27em;
}
.ro-text-10 {
        min-height: 15px;
        vertical-align: middle;
        width: 35em;
}
.ro-area-01 {
        min-height: 4em;
        min-width: 100%;
}
.wicketFeedbackMessage {
        color: red;
        font-weight: bold;
}

/**** CONTAINERS START ****/
.headerContainer {
        background-color: oldLace;
        border: 1px solid threedshadow;
        color: brown;
        height: 50px;
        margin: 5px auto;
        position: relative;
        width: 1100px;
}
.centerContainer {
        background-color: oldLace;
        float: left;
        height: 575px;
        position: relative;
        width: 900px;
}
.workAreaContainer{
        border: 1px solid threedshadow;
        height: 575px;
        margin: 5px auto;
        position: relative;
        width: 1100px;
}
.menuContainer {
        background-color: oldLace;
        border-right: 1px solid threedshadow;
        float: left;
        height: 575px;
        position: relative;
        width: 198px;
}

.menuContainer #menuTop {
        text-align: center;
}

.footerContainer {
        background-color: oldLace;
        border: 1px solid threedshadow;
        margin: 5px auto;
        position: relative;
        width: 1100px;
}
.title{
        color: brown;
        font-size: larger;
        font-weight: bold;
        margin: 3px 10px;
        text-align: center;
}
.top{
        margin:  5px 10px;
}
.middle{
        margin:  10px;
}

#posSelectInput #posList {
        border: 0px;
        width: 50em;
}

#posSelectInput #posList a {
        text-decoration: none;
}

.bottom{
        bottom: 0;
        margin:  5px 10px;
        position: absolute;
}
/**** CONTAINERS END ****/

/**** INNER START ****/
.innerContainer{
        clear: both;
        height: 550px;
        overflow: auto;
        padding-top: 4px;
        width: 100%;
}
.innerTitle{
        color: brown;
        font-size: larger;
        font-weight: bold;
        margin: 0 10px;
}
.innerTop{
        clear: both;
        font-weight: bold;
        margin:  5px 10px;
}
.innerMiddle{
        margin: 10px;
}
.innerBottom{
        margin: 5px 10px;
}
.colA{
        display: inline-block;
        text-align: right;
    vertical-align: top;
        max-width: 13em;
        min-width: 13em;
}
.colABank{
	display: inline-block;
	text-align: right;
	vertical-align: top;
	max-width: 13em;
	min-width: 14em;
}
.colB{
        display: inline-block;
        max-width: 21em;
        min-width: 21em;
}
.colC{
        display: inline-block;
        margin-right: 10px;
}
.colD{
        display: inline-block;
        min-width: 7em;
}
.colAB{
        display: inline-block;
        min-width: 47em;
}
.colAx{
        display: inline-block;
        font-weight: bold;
        min-width: 80%;
}
.colBx{
        display: inline-block;
        text-align: right;
        width: 18%;
}
.colAt {
        font-weight: normal;
        margin-right: 2px;
}
.colBt {
        display: inline-block;
        margin-right: 10px;
}
.rowO{
        clear: both;
}
.rowE{
        clear: both;
}
.rowF{
        clear: both;
}
/**** INNER END ****/

/***Highligth changes button***/
.changed {
        background-color: maroon;
}
.changed_server {
        background-color: maroon;
}


/**** INNER BLOCK START ****/
.innerBlock {
        margin-top: 10px;
}
.innerBlockTitle{
        font-weight: bold;
        width: 13em;
        text-align: right;
}
.innerBlock .colB , .innerBlock .colC{
        color: DarkRed;
}
.innerTop .colB {
        max-width: 40em;
        min-width: 40em;
}
/**** INNER BLOCK END ****/

/**** POPUP START ****/
.popupTop{
        color: brown;
        font-size: larger;
        font-weight: bold;
        margin: 10px auto;
        width: 100%;
}
.popupMiddle{
        margin: 10px auto;
        width: 100%;
}
.popupFooter{
        margin: 10px auto;
        text-align: center;
        width: 100%;
}
.popupMiddle #simId , .popupMiddle #simFound , .popupMiddle #msisdnId , .popupMiddle #msisdnFoundId{
        margin: 10px auto;
}
#popupMiddle .colA  {
        min-width: 12em;
}
#popupMiddle .input-text-01, #popupMiddle .ro-text-01 {
        width: 14em;
}
/**** POPUP END ****/

/**** MODAL POPUP START ****/
.modalContainer {
        margin: 0 auto;
        width: 95%;
}
.modalTop {}
.modalMiddle{
        margin-top: 30px;
        text-align: center;
}
.modalBottom {
        bottom: 0;
        margin: 10px auto;
        position: absolute;
        text-align: center;
        width: 95%;
}
.modalMessage {
        font-size: larger;
}
/**** MODAL POPUP END ****/

/**** VARIOUS START ****/
.inlineOption{
        float: left;
}

#headerTitle {
        float: left;
}
#headerTop {
        float: right;
}

#headerTop img {
	height: 42px;
}

#footerMiddle, #footerTop{
        text-align: center;
        margin: 2px;
}
#footerTitle,#footerBottom{
visibility: hidden;
}

#userName{
        font-weight: bold;
        margin-right: 5px;
}
#headerContainer a {
        color: brown;
        margin-left: 10px;
}
/**** VARIOUS END ****/

/**** MENU START ****/
.menuEntry{
        background-color: lightYellow;
        border: 1px solid #6F7C85;
        margin-bottom: 10px;
        padding-bottom: 4px;
        padding-top: 4px;
        text-align: center;
}
.menuEntry a{
        font-weight: bold;
        text-decoration: none;
}

#menuBottom.bottom{
        margin:  5px;
}
/**** MENU END ****/

/**** TOP MENU START ****/
.topMenu {
        float: right;
}
.topMenu li {
        background-color: lightYellow;
        border: 1px solid #6F7C85;
        float: left;
        list-style-type: none;
        margin-bottom: -1px;
        margin-right: 3px;
        min-width: 110px;
        padding: 3px 2px;
        text-align: center;
}
.topMenu li a {
        font-weight: bold;
        padding: 0;
        text-decoration: none;
        position: relative;
}
.topMenu ul li ul {
        display: none;
        padding: 0;
        position: absolute;
}
.topMenu ul li:hover ul {
        display: block;
}
.topMenu ul li ul li {
        display: block;
        float: none;
        left: -3px;
        padding-bottom: 0;
        padding-top: 2px;
        position: relative;
        top: 1px;
}
.topMenu ul li ul li a {
        font-weight: normal;
}
/**** TOP MENU END ****/

/**** LOGIN START ****/
#loginMiddle {
        margin-top: 125px;
}
#loginBottom {
        margin-left: 275px;
        margin-top: 30px;
}
/**** LOGIN END ****/

/**** ERROR MESSAGE START  ****/
#messageMiddle{
        font-size: larger;
        margin-top: 150px;
        text-align: center;
}
#messageBottom{
        font-size: larger;
        margin-top: 20px;
        text-align: center;
}
/**** ERROR MESSAGE END ****/

/**** POS SELECT/DATA START ****/
.posListContainer{
        border: 1px solid #6F7C85;
        margin-left: 1px;
        margin-top: 10px;
        max-height: 330px;
        min-height: 200px;
        overflow: auto;
        padding-left: 10px;
        width: 20em;
}
.posList{
        float: left;
        margin-left: 30px;
        width: 25%;
}
.posListEntry{
        margin-bottom: 5px;
}
#posSelectLabel{
        margin-top: 10px;
        vertical-align: top;
}
#comercialName, #posId,
#posContactSurname1, #posContactSurname2,
#bankAccountNumber, #bankAccountName {
        clear: none;
        float: left;
        margin-bottom: 10px;
}
/**** POS SELECT/DATA END ****/

/**** USERDATA START ****/
#userDataMiddle{
        margin-top: 50px;
}
#userRole{
        margin-top: 20px;
}
#userLocaleSelect select{
        min-width: 4em;
}
#userNameId, #userStatus,
#userSurname1, #userSurname2,
#pwd1Id, #pwd2Id,
#userBrandTelephone, #userPin {
        clear: none;
        float: left;
        margin-bottom: 10px;
}
/**** USERDATA END ****/

/**** CUSTOMERDATA START ****/
#customerCheckMiddle{
        margin-top: 100px;
}
#customerDataTopText {
        width: 40em;
}
#contactPersonalData .colA {
        font-style: italic;
}
#birthDaySelect, #birthMonthSelect, #birthYearSelect {
        min-width: 2em;
}
#addressNumberInput .input-text-01,
#shippingAddressNumberInput .input-text-01 {
        width: 10em;
}
#addressDescLabel{
        vertical-align: top;
}
#addressDescInput .text-area-01,
#shippingAddressDescInput .text-area-01 {
        width: 17em;
}
#customerSurname1, #customerSurname2,
#birthday, #anniversary {
        clear: none;
        float: left;
        margin-bottom: 10px;
}
#addressBillingArea, #addressShippingArea {
        clear: none;
        float: left;
}
.marketingConsent {
        clear: none;
        float: left;
}
/**** CUSTOMERDATA END ****/

/**** PACAKAGE SELECT START ****/
#packageSelectMiddle {
        margin-top: 100px;
}
/**** PACAKAGE SELECT END ****/

/**** PPREPAY CONFIG START ****/
#subscriptionConfigMiddle {
        margin-top: 20px;
}
#prepayConfigTopInfoText {
        margin: 5px 10px 5px 0px;
}
.TopText {
        display: inline-block;
    width: 50em;
}
#subscriptionConfigMiddle .colA {
        display: inline-block;
        margin-right: 1px;
        min-width: 17em;
        text-align: right;
}
#subscriptionConfigMiddle .colB{
        display: inline-block;
        min-width: 17em;
}
#subscriptionConfigMiddle .colC {
        display: inline-block;
        margin-right: 1px;
        min-width: 10em;
        text-align: right;
}
#subscriptionConfigMiddle .colD{
        display: inline-block;
        min-width: 10em;
}
#subscriptionConfigMiddle .colE {
        display: inline-block;
        min-width: 12em;
        text-align: right;
}
.configHeader {
        background-color: lightGrey;
        border: 1px solid;
        margin-bottom: 5px;
        margin-top: 20px;
        font-weight: bold;
        padding: 4px;
}
#prepayConfigContainer .inlineButton{
        margin: 0px 1px 1px;
}
#prepayConfigButtons .inlineButton {
        margin: 30px 1px 1px;
}
#subscriptionConfiguredMiddle {
        margin-top: 75px;
}
/*
#msisdnSearch {
        display: none;
}
*/
/**** PPREPAY CONFIG END ****/

/**** CUSTOMER AND SUBSCRIPTION START ****/
#accountSubscriptionMiddle {
        margin-top: 10px;
}
#accountSubscriberMiddle .colA{
    font-style: italic;
    vertical-align: top;
}
#accountSubscriptionContainer .colA{
    font-style: italic;
    vertical-align: top;
}
#accountAddressInner, #accountShippingAddressInner {
        float: left;
}
#marketingConsent {
        clear: both;
}
/**** CUSTOMER AND SUBSCRIPTION END ****/

/**** ASSOCIATE START ****/
#associationData {
        clear: both;
}
#associationInner.innerBlock, #associationAngelInner.innerBlock {
        float: left;
}
#associationInnerTitle, #showPopupAssociation,
#associationAngelInnerTitle, #showPopupAngel {
        float: left;
        margin-left: 5px;
}
#angelSearchContainer, #associationSearchContainer{
        height: 400px;
}
/**** ASSOCIATE END ****/

/**** SEARCH SUBSCR BY MSISDN START ****/
#subscrSearchMiddle, #subscrMsisdnSearchMiddle {
        margin-top: 10px;
}
#spSearchContainer {
        height: 550px;
}
/**** SEARCH SUBSCR BY MSISDN END ****/

/**** SEARCH SUBSCR BY ICCID START ****/
#subscrSearchMiddle, #subscrIccidSearchMiddle {
        margin-top: 10px;
}
/**** SEARCH SUBSCR BY ICCID END ****/


/**** PORTA START ****/
#portaInMiddle .colA, #portaInMiddle .innerBlockTitle{
        max-width: 18em;
        min-width: 18em;
}

/**** PORTA START ****/

/**** QUOTA START ****/
#quotaFoundMiddle {
        margin-top: 10px;
}
#quotaPendingOutp{
        font-size: 18px;
        margin-top: 8px;
}
/**** QUOTA END ****/

/**** SIM CHANGE START ****/
#simChangeMiddle{
        margin-top: 100px;
}
#simChangeConfigMiddle{
        margin-top: 100px;
}
/**** SIM CHANGE END ****/

/**** SUBSCRIPTION CHANGE START ****/
#subscriptionChangeConfigMiddle{
        margin-top: 100px;
}
/**** PRICE PLAN CHANGE END ****/

/**** RESERVED MSISDN START ****/
#reservedMsisdnSearchMiddle, #reservedMsisdnMiddle{
        margin-top: 100px;
}
/**** RESERVED MSISDN END ****/

/**** VIEW SIM STATUS START ****/
.simstatus .colA {
        font-style: italic;
        text-align: right;
        min-width: 22em;
}
.simstatus .innerBlockTitle {
        min-width: 22em;
}
/**** VIEW SIM STATUS END ***/

/**** SUBSCRIPTION-ACCOUNT OVERVIEW START ****/
#dueAmountOutp{
        font-size: 18px;
        margin-top: 8px;
}
/**** SUBSCRIPTION-ACCOUNT OVERVIEW END ****/

/**** TROUBLE TICKETS START ****/
#troubleTicketMiddle  {
        margin-top: 20px;
}
#troubleTicketMiddle .colA {
        min-width: 15em;
}
#troubleTicketContainer td{
        text-align: center;
}
#troubleTicketContainer .th2_align, #troubleTicketContainer  td.td2_align,
#troubleTicketContainer .th3_align, #troubleTicketContainer  td.td3_align {
        text-align: left;
}
#ticketDescriptionLabel, #ticketWorkLogLabel, #ticketWorkLogAdditionLable, #ticketResolutionLabel {
        vertical-align: top;
}
#troubleTicketFilterLabel{
        text-align: left;
}
#ticketSubjectInput{
        margin-right: 10px;
}
#troubleTicketStatusSelection.select, #troubleTicketTypeSelection.select {
        margin-right: 10px;
        min-width: 100px;
}
#troubleTicketMonthsSelection.select {
        margin-right: 10px;
        min-width: 45px;
}
#troubleTicketFilterButton{
        margin: 1px 1px 1px;
}
/**** TROUBLE TICKETS END ****/

/**** NOTIFICATIONS START ****/

.notificationsTable{
        margin: 25px 0;
}
.notificationArea{
        margin-top: 10px;
        text-align: center;
        font-size: 17px;
}
.notificationColA{
        text-align: right;
        font-style: italic;
        display: inline-block;
        text-align: right;
        min-width: 10em;
        vertical-align: top;
}
.notificationButton{
                display: inline-block;
        min-width: 63em;
        text-align: right;
}
.notificationButtonCenter {
        display: inline-block;
        min-width: 27em;
                text-align: right;
}
/**** NOTIFICATIONS END ****/

/**** REPORTS START ****/
.reportsTable .td2_align, .reportsTable .td3_align {
        text-align: center;
}
.reportCenterContainer {
        padding-top: 4px;
}
.reportInnerContainer{
        padding-top: 4px;
}
.reportTop {
        margin:  5px 10px;
        text-align: center;
}
.reportMiddle {
        margin: 5px 10px;
}
#reportContainer .inlineButton {
        margin: 1px;
}
#reportContainer table{
        border: 0px none;
        background-color: palegoldenRod;
}
#reportContainer td {
        border: 0px solid palegoldenRod;
        background-color: white;
        text-align: center;
}
#reportContainer th {
        border: 0px solid palegoldenRod;
        background-color: LightGoldenRodYellow;
}
#reportContainer .list .edit {
        background-color: khaki;
}
#reportContainer tr .formHeader td{
        background-color: khaki;
}
#reportContainer td .list .view  {
        font-weight: bold;
        margin-bottom: 25px;
        margin-top: 10px;
}
#chartTable  {
        background-color: khaki;
        font-weight: bold;
}
/**** REPORTS END ****/

/**** PRINT START ****/
.popupContainer {
        font-size: 14px;
        position: relative;
        width: 99%;
}
.printHeader{
        margin-top: 10px;
}
.printHeaderTop {
        float: left;
}
.printHeaderMiddle {
        float: right;
        margin-bottom: 10px;
}
.printHeaderBottom {
        clear: both;
        font-weight: bold;
        border-top: 2px solid;
        margin-bottom: 30px;
}
.printMiddleBottom {
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
}
.rowT {
        width: 100%;
}
.colA1{
        margin-left: 5px;
}
.colB1{
        float: right;
        margin-right: 5px;
}
#ticketPrintButtons {
        font-size: 12px;
        text-align: center;
        width: 100%;
}
#orderTicketButtons {
        border-bottom: 1px dashed;
        padding-bottom: 5px;
}
#companyLogoSize {
        height: 70px;
        margin: 10px;
}
#companyName {
        text-align: right;
}
#companyFid{
        font-size: 12px;
        text-align: right;
}
#companyAddress1 {
    font-size: 12px;
    text-align: right;
}
#companyAddress2 {
    font-size: 12px;
    text-align: right;
}
#ticketNumberData {
        margin-top: 10px;
        text-align: right;
}
#ticketDateData{
        margin-top: 5px;
        text-align: right;
}
#companyGreeting {
        font-size: 1.4em;
        margin-top: 5px;
        text-align: center;
}
#ticketSubscriberDataName,
#ticketSubscriberDataId,
#ticketSubscriberDataEmail,
#ticketSubscriberDataPhone,
#ticketSubscriberDataAddress{
        float: left;
}
#ticketSubscriberDataNameLabel,
#ticketSubscriberIdLabel,
#ticketSubscriberEmailLabel,
#ticketSubscriberPhoneLabel,
#ticketSubscriberDataAddressLabel{
        float: left;
}
#ticketSubscriberDataAddressElements {
        float: left;
    margin-left: 5px;
    width: 75%;
}
#ticketSubscriberDataAddressElements .colA1 {
        margin-left: 0px;
}
#ticketContentTitle {
        border-bottom: 1px dotted;
}
#ticketSubscriberDataAddress {
        margin-bottom: 15px;
}
#ticketTotals {
        margin-bottom: 30px;
        margin-top: 10px;
}
#ticketSubscrNumber, #ticketMessage2Label, #ticketMessage4Label {
        font-weight: bold;
        margin-bottom: 15px
}
#ticketMessage5Label {
        margin-bottom: 15px
}
#ticketMessage6Label,#ticketMessage7Label, #ticketMessage8Label {
        font-size: 12px;
        margin-bottom: 10px
}
/* Por si se quiere ocultar el Name Label
        #ticketSubscriberDataNameLabel {
                display: none;
        }
*/
/**** PRINT END ****/

/**** TO ADDRESS START ****/
#wicketDebugLink, #packageChangeList {
        display: none;
}
/**** TO ADDRESS END ****/

/**** MENUCHAT ****/
#menuChat{
        margin-bottom: 10px;
}
/**** MENUCHAT END****/
#addressDisclaimer {
        display: none;
}
.pageContainer {
	margin: 0 auto;
	width: 1100px;
}


#reassignSubscriptionMiddle #customerCheckMiddle {
    margin-top: 10px
 }
 
 
#portaPageDataMiddle #customerCheckMiddle {
    margin: 0;
}

