﻿/*Controls Section*/
.DynamicControlPanel
{
    height: 100% !important;
    width: 100% !important;
    font-weight: normal;
    text-align: left;
    font-style: normal;
    position: relative;
    display: inline-block;
    margin-top: 8px;
}

.InnerTemplate
{
    width: 100% !important;
    padding-top: 10px;
    padding-left: 10px;
    height: 100% !important;
}

.StandardControlLeft
{
    float: left !important;
    width: 37%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 4px;
    margin-left: 5px;
}
.StandardControlRight
{
    float: left !important;
    width: 60%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ControlLayout
{
    width: 100% !important;
    float: left !important;
    margin-bottom: 1px;
}

.Header
{
    width: 100% !important;
    text-align: left;
    float: left !important;
    padding: 7px 0px;
    color: #4A4A4A;
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 3px 3px;
    background: #f3f3f3;
    padding-left: 5px;
    font-family: "Source Sans Pro", light,Tahoma, Geneva, sans-serif;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 15px;
}

.HeaderBorderStyle
{
    width: 100% !important;
    height: 1px;
    float: left !important;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold; 
}

.HeaderWithoutBG
{
    width: 100% !important;
    height: 1px;
    float: left !important;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold; 
}
.Note
{
    float: left;
    padding-right: 3px;
    font-weight: bold;
    font-size: 15px;
}

.NoteDetails
{
    font-size: 15px;
    float: left;
    width: 90%;
    color: #636466;
        font-weight: normal;
}

.FieldHeader
{
    width: 100%;
    font-size: 13px;
    font-family: "Source Sans Pro", light,Tahoma, Geneva, sans-serif;
}
.SubGroup
{
    float: left;
    margin-right: 5px;
    width: 19%;
    margin-top: 5px;
}
.FullText
{
    width: 100%;
    text-align: left;
    font: inherit;
    float: left;
    margin-left: 5px;
}
.HeaderNote
{
    color: Red;
    padding: 5px;
    font-weight: bold;
    font-size: inherit;
    float: left;
}
.SerialNumber
{
    font: inherit;
    float: left;
    text-align: right;
    margin-left: -22px;
    margin-right: 5px;
}
.LabelMandatorySymbol
{
    width: 0px;
    float: left;
    margin-right: 5px;
    padding-right: 5px;
}
.SubGroupMultiRow
{
    float: left;
    margin-right: 5px;
    width: 19%;
    margin-bottom: 5px;
}
.SubGroupMultiRow input
{
    width: 100% !important;
}
.ValidationSummary
{
    width: 100% !important;
    float: left; /*margin-left: 30%;*/
}
.Information
{
    width: 100% !important;
    background-color: Transparent;
    height: 15px;
    text-align: right;
    color: Black;
    padding-top: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    float: left;
}
.PrefixSuffix
{
    float: left !important;
}
.Password
{
       width: 290px;
    padding: 3px 3px 3px 3px;
}
.GroupFieldControlContactNumberDiv
{
    width: 32% !important;
    float: left;
}
.ImagePreview
{
    width: 100px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.Label
{
    padding-right: 5px;
    font-size: 15px;
    text-align: left;
}

.TextBox
{
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
}

.GroupFieldMultiColumn
{
    width: 100%;
    border: 1px solid #ACB9C5;
    margin-bottom: 3px;
    min-width: 33%;
    max-width: 100%;
    text-decoration: none;
    line-height: normal;
    margin: 0;
}

.DateFieldMandatoryControl
{
    float: left;
    position: absolute;
}
.DateFieldMandatoryDiv
{
    width: 100% !important;
    float: left !important;
    margin-bottom: 1px;
    line-height: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.DropDown
{
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
}
.ListBox
{
    width: 100%;
    height: 50px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
}

.FileUpload, input[type="file"]
{
    width: 290px;
    height: 23px;
    border: 1px solid #ACB9C5;
    text-decoration: none;
    line-height: normal;
    margin: 0;
    font-size: 14px;
}
.SerialNumber input[type="text"], .AddRowsSerialNumber input[type="text"] {
    width: 17px !important;
    outline: none;
    border: 0;
}
.SerialNumber, .AddRowsSerialNumber {
    width: 45px;
}
.SerialNumber, .AddRowsSerialNumber {
    font: inherit;
    float: left;
    padding-right: 0px;
    text-align: right;
    height: 16px;
}

.SubControl
{
    width: 100%;
    margin-top: 3px;
}

.Mandatory
{
    width: 100% !important;
    color: Red;
    text-align: right;
    margin-left: 2px;    
}
.Mandatory1
{
    width: 100% !important;
    color: Red;
    text-align: right;
    margin-left: 32px;   
}

.ValidationLabel
{
    width: 100% !important;
    color: Red;
    text-align: right;
}

.Image
{
    height: 100px;
    width: 100px;
}
.GroupFieldControlHeader
{
    font-size: smaller;
}
/* Message Section*/

.ErrorMessage
{
    color: Red;
    text-align: right;
    float: right;
    font-size: 15px;
    font-weight: bold;
}
.SuccessMessage
{
    color: Navy;
}
.largetextbox
{
    width: 290px;
    padding: 3px 3px 3px 3px;
}
.largedropdown
{
    width: 290px;
    padding: 0px 3px 1px 3px;
}
.largeradiobuttonlist
{
    width: 130px;
    padding: 3px 3px 1px 3px;
    font-family: "Source Sans Pro", light,Tahoma, Geneva, sans-serif;
    font-size: 17px;
}
.largeradiobuttonlisttypetwo
{
     width: 170px;
    padding: 3px 3px 1px 3px;
    font-family: "Source Sans Pro", light,Tahoma, Geneva, sans-serif;
    font-size: 17px;
}
.photo {
    display: block;
    color:#C70A30;
}
.ContactOutter
{
    padding: 2px 2px 1px 2px;
}
.largetextArea
{
    width: 290px;
    padding: 2px;
    height: 100px;
    resize: vertical;
}
.largetextlistbox
{
    width: 290px;
    height: 100px;
}
.largetextlistboxtype2
{
    width: 485px;
    height: 100px;
}
.CheckBoxList
{
    width: 290px;
    padding: 3px 3px 3px 3px;
}
.ButtonDiv
{
    width: 100%;
    text-align: right;
}
.ButtonDiv a[disabled="disabled"] {
    color: #BFBEBE !important;
}
.AddButton, .RemoveButton
{
    color :#c70A30;
    text-decoration: none;
     padding-left: 5px;
}

.AddButton:hover, .RemoveButton:hover
{
    text-decoration: underline;
    padding-left: 5px;
}

.AddButton:active, .RemoveButton:active
{
    position: relative;
    top: 1px;
}

.SubGroup select, .SubGroup input[type="text"], .SubGroup textarea, .SubGroupMultiRow select, .SubGroupMultiRow input[type="text"], .SubGroupMultiRow textarea
{
    width: 100%;
}
.StandardControlRight .SubGroup, .StandardControlRight .SubGroupMultiRow
{
    width: 22%;
}
.mandatorySerialNumber
{
    position: relative;
    left: -10px;
}

.margin20
{
    margin-left: 20px;
}
div[id*="DM_CLDESCRIPTIONSKILLS"].SubGroupMultiRow
{
  width: 26%;
}
div[id*="DM_VALUEOFAWARDCURRENCY"].SubGroup,div[id*="DM_EHCURRENCY"].SubGroup,div[id*="DM_FACURRENCY"].SubGroup
{
  width: 29%;
}
div[id*="DM_FACURRENCYVALUE"].SubGroup
{
  width: 22%;
}
.RemoveLink
{
   color: #c70A30;
    font-size: 14px;
    padding-left: 15px;
}
.ClickHere
{
   color: #c70A30;
    font-size: 14px;
    
}