﻿body {
    font-size: 13px;
}

.colLabelYCenter {
    margin-top: 10px;
}

.readonlytextbox {
    border: 0px solid !important;
    background: transparent;
    z-index: 1;
    outline: none;
}

div.formtitle {
    margin-top: 5px;
    font-weight: bold;
    font-size: larger;
    color: #FFFFFF;
    background-color: #1D5B2D;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 3px;
    padding-left: 5px;
    margin-right: -3px;
    clear: both;
}

.formsection {
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	padding-left: 10px;
} 

label {
	padding-right: 5px;
	float: left;
    font-weight: bold !important;
}

.hidesection,
.hidesection2 {
    display: none;
}

div.leftcol {
    float: left;
    clear: both;
}

div.middlecol {
    float: left;
    margin: 0;
}

div.rightcol {
    float: left;
}

div.leftcolw {
    clear: both;
    float: left;
    width: 50%;
}

div.middlecolw {
	float: left;
    margin: 0;
    width: 50%;
}

.datePicker {
    width: 100%;
}

.errormessage {
    color: #AA0008;
}

.switch {
    margin-left: 0;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.row {
    max-width: 70em;
}

.input-text {
    width: 95% !important;
}

.input-text.dropdownList {
    width: 87% !important;
    height: 18.96px;
}

.windowPadding {
    padding-right: 20px;
    padding-left: 20px;
}

.alignCenter {
    text-align: center;
}

.alignCenterMargin {
    text-align: center;
    margin: 0 auto;
}

.whiteText {
   color: #FFFFFF;
}

.blockDisplay {
    display: block;
}

.alignRight {
    text-align: right;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop5 {
    margin-top: 5px;
}

.actionRequireIcon {
    text-align: right;
    margin-top: -5px;
    margin-right: 0px;
    width: 75px;
    height: 75px;
}

#QueueGrid {
    width: 1200px;
}

.Center1 {
    float: left;
    width: 100%;
}

.Center2 {
    margin: 0 auto;
    width: 50%;
}

.DataGrid_Action {
    border-bottom: 1px dotted #AA005F;
    cursor: pointer;
}

#Dialog_Edit {
    overflow-y: scroll;
}

.dialogStyleParent {
    height: 800px !important;
    position: absolute !important;
    top: 50px !important;
}

.dialogStyleChild {
    height: 757px !important;
}

.hide {
    display: none;
}