﻿
/* --- VALIDATION SUMMARY --- */
.validationSummary {
    background-image: url(../../Images/ValidationWarning.png);
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-left: 42px;
    border: 1px solid #a00000;
    color: white;
    background-color: #a00000;
    font-size: 12px;
    border-radius: 5px;
    cursor:default;
}

/* --- NOTIFICATION BOX --- */
.notificationMessageAlert {
    border: 1px solid #a00000;
    color: #a00000;
    padding: 10px;
    min-height: 30px;
    font-size: 14px;
}

.warningNotificationAlert {
    background-image: url(../../Images/ValidationWarning.png);
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-left: 42px;
    border: 1px solid #a00000;
    color: white;
    background-color: #a00000;
    font-size: 12px;
    border-radius: 5px;
    cursor:default;
}

.validNotificationAlert {
    background-image: url(../../Images/ValidationValid.png);
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-left: 42px;
    border: 1px solid #CCEAC4;
    color: #0E4354;
    background-color: #EDFCE9;
    font-size: 12px;
    border-radius: 5px;
    cursor:default;
}

.invalidNotificationAlert {
    background-image: url(../../Images/ValidationInvalid.png);
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-left: 42px;
    border: 1px solid #EAC7C7;
    color: #0E4354;
    background-color: #FCE9E9;
    font-size: 12px;
    border-radius: 5px;
    cursor:default;
}


/* --- LABEL TEXT --- */
.defaultText {
    color: #a00000;
    font-size: 14px;
    cursor:default;
}

/* --- TEXTBOX --- */
.defaultTextBox {
    width: 165px;
    border: 1px solid #a00000;
    padding: 3px;
    border-radius: 5px;
    color: #a00000;
}

.defaultCountryCodeTextBox {
    width: 25px;
    border: 1px solid #a00000;
    padding: 3px;
    border-radius: 5px;
    color: #a00000;
}

.defaultMobileNumberTextBox {
    width: 128px;
    border: 1px solid #a00000;
    padding: 3px;
    border-radius: 5px;
    color: #a00000;
}

/* --- DROPDOWN --- */
.defaultDropdownList {
    width: 173px;
    border: 1px solid #a00000;
    border-radius: 5px;
    padding: 2px;
    font-size:12px;
}

/* --- TABLE COLUMB WIDTH --- */
.defaultColumbWidth {
    width: 180px;
}
