﻿
.noTopBorder {
    border-top: 0 none !important;
}

.noBottomBorder {
    border-bottom: 0 none !important;
}

.rowDiv {
    border: 1px solid #cccccc;
    border-top: 0px;
    height: 25px;
    padding: 5px;
}

.rowLabelDiv {
    color: #000000;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 11pt;
    font-weight: bold;
    width: 30%;
    padding-right: 40px;
    float: left;
    text-align: right;
}
    
.rowDataDiv {
    width: auto;
    float: left;
}

.rowDataDiv label, .rowDataDiv input, .rowDataDiv select, .rowDataDiv span, .rowDataDiv textarea, .normalText
{
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
    font-weight: normal;
    text-transform: none;
}

.oneColumn, .twoColumn {
    height: 25px;
    clear: both;
}

.twoColumn {
    display: inline-block;
    width: 49%;
}

.oneColumn .textBox {
    width: 350px;
}

.oneColumn .textBoxWide {
    width: 600px;
}

.oneColumn .dropDownList {
    width: 355px;
}

.oneColumn .dropDownListWide {
    width: 605px;
}

.oneColumn .radioButtonList 
{
    display: inline-block;
    width: 356px;
}

.oneColumn .radioButtonListWide
{
    display: inline-block;
    width: 606px;
}

.oneColumn .richTextEditor
{
    width: 354px;
}

.oneColumn .richTextEditorWide
{
    width: 604px;
}

.twoColumn .textBox {
    width: 270px;
}

.twoColumn .dropDownList {
    width: 276px;
}

.radioButtonList label, .radioButtonListWide label
{
    margin-left: 3px;
    margin-right: 10px;
}

.buttonRowDiv {
    display: block;
    text-align: right;
    height: 25px;
    padding: 5px;
}

.formBorder {
    border: 1px solid #cccccc;
}

.italicLabel {
    font-style: italic;
    font-weight: normal;
    text-transform: lowercase;
}

.disabledLabel {
    color: #9f9c9e;
}

.messageDiv {
    padding: 10px;
    display: none;
}

.message {
    color: #333;
}

.errorMessage {
    color: red;
}

.labelIcon {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}

.translucent, .translucent:hover, a.translucent, a.translucent span, a.translucent img {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    text-decoration: none;
    cursor: default !important;
}



div.swal2-modal.customleft div.swal2-content {
text-align: left
}