﻿body {
    
margin:0;

padding:0;



}


.center{

    text-align:center;

}

.nobutton{
    background-color:none;
    border-color:none;
    border-width:0;
    text-decoration:underline;
    color:yellowgreen;
    font-size:12px;
}

.userlabel {
    color:#404040;
    font-family:Arial, sans-serif;
    font-size:14px;
}

.lockedfield{
      color:#808080;
    font-family:Arial, sans-serif;
    font-size:16px;

}

.cardlabel {
    color:#404040;
    font-family:Arial, sans-serif;
    font-size:12px;
}

.ing {
    line-height:24px;
    font-family:Arial,sans-serif;
    font-size:16px;
}


.para {

    color:#404040;
    font-family:Arial, sans-serif;
    font-size:16px;
}

}

.popuptext {

    color:#404040;
    font-family:Arial, sans-serif;
    font-size:12px;
}

.bottommenu {

    color:#303030;
    font-family:Arial, sans-serif;
    font-size:8px;
}

.menucenter
{
    vertical-align:middle;
    text-align:center;
   
}

.rcornersimg {
    border-radius:4px;
    padding:0px;
    
}

.rcorners {
    border-radius:4px;
    padding:0px;
    background-color:#f4921b;
    color:#ffffff;
    height:30px;
    border-color:#f4921b;
}

.inputbox {
    border-radius:4px;
    padding:0px;
    font-family:Arial,sans-serif;
    font-size:16px;
    height:30px;
       
}

.combobox {
    border-radius:4px;
    padding:0px;
    font-family:Arial,sans-serif;
    font-size:12px;
    height:30px;
       
}

.buttonimage {
    border:none;
    background:none;
}

.pagetext {


    font-size:16px;
   
       color:#404040;
    font-family:Arial, sans-serif;
}

.detailheading {


    font-size:16px;
    font-weight:700;

}

.detailheading2 {


    font-size:16px;
   font-weight:700;
   margin-left:52px;

}

.detailtitle {

    font-size:24px;
}


/************************************************8*/
.dropZoneExternal > div,
.dropZoneExternal > img
{
    position: absolute;
}
.dropZoneExternal
{
    position: relative;
    border: 1px dashed #f17f21!important;
    cursor: pointer;
}
.dropZoneExternal,
.dragZoneText
{
    width: 100%;
    max-width: 350px;
    min-width: 286px;
    height: 350px;
}
#dragZone
{
    width: 100%;
    display: table;
}
#uploadedImage
{
    width: 100%;
}
.dropZoneText
{
    width: 300px;
    height: 150px;
    color: #fff;
    background-color: #888;
}
#dropZone
{
    top: 0;
    padding: 100px 25px; 
}
.uploadControlDropZone,
.hidden
{
    display: none;
}
.dropZoneText,
.dragZoneText
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20pt;
}
.dragZoneText
{
    color: #808080;
}
.dxucInlineDropZoneSys span
{
    color: #fff!important;
    font-size: 10pt;
    font-weight: normal!important;
}
.validationMessage
{
    padding: 0 20px;
    text-align: center;
}
.uploadContainer
{
    width: 100%;
    max-width: 350px;
    min-width: 286px;
    margin-top: 10px;
}
.Note
{
    max-width: 500px;
}


