﻿.clear {
    clear:both;
}

.LTSGLabel {
    font-size: 14px;
    font-weight: bold;
    color: #2c3638;
}
.LTSGLabel.LTSGLabelDisable {
    font-size: 14px;
    font-weight: bold;
    color: #a3a6ac;
}
.LTSGLabelRequired{
    font-size: 14px;
    font-weight: bold;
    color: #2c3638;
}
.LTSGLabelRequired:before{
    content:"* ";
    font-size: 14px;
    font-weight: bold;
    color: #ec251e;
}
.LTSGInputBox {
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #d1d2d4;
    font-size: 14px;
    color: #808693;
    padding:6px 10px;
    display:inline-block;
    height: 18px;
    outline:none;
}
*::-moz-placeholder { /* Firefox 18- */
   color: #b9b9b9;
   opacity: 1;
}

.LTSGInputBox:-webkit-input-placeholder, .LTSGInputBox.placeholder {
   color: #b9b9b9;
   opacity: 1;
}

.LTSGInputBox::-moz-placeholder { /* Firefox 18- */
   color: #b9b9b9;
   opacity: 1;
}
.LTSGInputBox:-ms-input-placeholder {  
   color: #b9b9b9;
   opacity: 1;
}
.LTSGInputBox[contenteditable]:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
  color: #b9b9b9;
}
.LTSGInputBox[contenteditable]:focus:empty:before {
    content: '\00a0';
    display: block;
}

.LTSGInputBox:focus {
    border: 1px solid #428be8;
}
.LTSGInputBox:disabled, .LTSGInputBox[disabled="disabled"], .LTSGInputBox.LTSGCalendarInputBox:disabled, .LTSGInputBox.LTSGCalendarInputBox[disabled="disabled"]{
    background-color: #e8e8e9;
    color: #a3a6ac;
}
.LTSGInputBox:empty {
    content:"";
    vertical-align:middle;
   
}
.LTSGInputBox.LTSGLockInputBox {
    background-image:url('../img/lockFeild.png');
    background-repeat:no-repeat;
    background-position: left center;
    padding:6px 10px 6px 46px;    
    background-color:#ffffff;
}
.LTSGInputBox.LTSGCalendarInputBox {
    background-image:url('../img/calenderFeild.png');
    background-repeat:no-repeat;
    background-position: right center;
    padding: 6px 46px 6px 10px;
    background-color:#ffffff;
    height: 18px;
}
.LTSGInputBox::-ms-clear{
    display:none
}
.LTSGHelpIcon {
    background-image:url('../img/help-box-icon.png');
    background-repeat:no-repeat;
    background-position:  center center;
    height:16px;
    width:16px;    
    display:inline-block;
    padding: 8px 10px;
    vertical-align: middle;
    position: relative;
}
    /*.LTSGHelpIcon:hover .LTSGHelpToolTip {
        display:block;
    }*/ 
.LTSGHelpToolTip {
    display: none;
    position: absolute;
    left: 44px;
    width: 125px;
    padding:10px 15px;
    z-index: 100;
    background: #808693;
    color: #ffffff;
    font-size:11px;
    line-height:14px;
}
.LTSGHelpToolTipTriangle {
    content:'';
    display:none;
    width:0;
    height:0;
    position:absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    border-right:8px solid #808693;
    left:36px;    
}


.LTSGTextarea{
    border: 1px solid #d1d2d4;
    background-color: #ffffff;
    /*width: 350px;
    height: 120px;*/
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.07);
    resize: none;
    border-radius: 2px;
    vertical-align:top;
    padding:6px 6px;
    display: inline-block;
    outline:none;
}
.LTSGTextarea:focus {
    border: 1px solid #428be8;
}
.LTSGTextarea:disabled, .LTSGTextarea[disabled="disabled"] {
    background-color: #e8e8e9;
    color: #a3a6ac;
    overflow-y:auto;
}
.LTSGTextarea.LTSGInputError, .LTSGInputBox.LTSGInputError {
    border:1px solid #ec251e;
}
.LTSGTextarea:-webkit-input-placeholder, .LTSGTextarea.placeholder {
   color: #b9b9b9;
   opacity: 1;
}

.LTSGTextarea::-moz-placeholder { /* Firefox 18- */
   color: #b9b9b9;
   opacity: 1;
}
.LTSGTextarea:-ms-input-placeholder {  
   color: #b9b9b9;
   opacity: 1;
}
.LTSGInputErrorWrapper {
    display:inline-block;
    vertical-align: top;
}
.LTSGInputErrorMSG{
    color:#ec251e;
    margin-top:5px;
    font-size: 12px;
    line-height: 1;
}
.LTSGSearch {
    background-color: #3c96d2;
    background-image: url("../img/LTSGSearch.png");
    border: 1px solid #3c96d2;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 36px;
    float:right;
    background-position:center;
}

.LTSGSearch.disable {
    background-color: #8ac0e4;
    border: 1px solid #8ac0e4;
    cursor: default;
}

.LTSGSearchInputBox {
    background-color: #ffffff;
    border: 1px solid #d1d2d4;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    color: #808693;
    display: block;
    font-size: 14px;
    height: 18px;
    line-height: 1;
    padding: 6px 10px;
    vertical-align: middle;
    outline:none;
}
.LTSGSearchInputBox.disable {
    background-color: #e8e8e9;
    cursor: default;
}
.LTSGMultiSelDD{
    background-color: #ffffff;
    border: 1px solid #d1d2d4;
    line-height: 1;
    min-height: 30px;
    padding: 0;
    position: relative;
}
.LTSGMultiSelDD.FocusOn{
    border:1px solid #428be8;
}
.LTSGMultiSelDD.Disable{
    background-color: #e8e8e9;
    cursor:default;
}
.LTSGMultiSelDD.LTSGMultiSelDDError{
    border: 1px solid #ec251e;
}
.LTSGMultiSelDDIcon {
    background-image: url('../img/LTSGMSDDIcon.png');
    background-repeat:no-repeat;
    background-position:center center;
    width:36px;
    height:30px;
    float:right;
    cursor:pointer;
}
.LTSGMultiSelDD.Disable .LTSGMultiSelDDIcon {
    background-image: url('../img/LTSGMSDDIconDisabled.png');
    cursor:default;
}
.LTSGMultiSelDDWrapper {
    min-height: 26px;
    padding: 2px;
    cursor:text;
}
.LTSGMultiSelDD.Disable .LTSGMultiSelDDWrapper {
    cursor:default;
}
.LTSGMultiSelDDUL{
    margin: 0;
    padding: 0;
}
.LTSGMultiSelDDULLI {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px 2px;
}
.LTSGMultiSelDDULLI .EditLISpan {
    display: block;
    outline: 0 none;
    min-width: 25px;
    vertical-align: sub;
    color:#808693;
    min-height:16px;
    line-height:normal;
}
.LTSGMultiSelDDULLI .EditLISpan[contentEditable]:empty:not(:focus):before{
  content: attr(placeholder);
  /* display: block; For Firefox */
  color: #b9b9b9;
}
    /*Uncommented to resolve firefox cursor focus issue when feild is blank*/
	.LTSGMultiSelDDULLI .EditLISpan[contenteditable]:focus:empty:before{
		content: '\00a0';  
        /*display: block;*/ 
	}
    /*End Uncommented to resolve firefox cursor focus issue when feild is blank*/

.LTSGMultiSelDD.Disable .LTSGMultiSelDDULLI .EditLISpan[contenteditable]:empty:before{
    content: attr(placeholder);
    display: inline-block;
    color: #a3a6ac;
}
.LTSGMultiSelDDULLIClose {
    cursor: pointer;
    height: 10px;
    margin-left: 8px;
    vertical-align: middle;
    width: 10px;
    background-image:url('../img/tabclosegray.png');
    background-repeat:no-repeat;
    display: inline-block;
    background-size: 100% 100% ;
}
.LTSGMultiSelDDOptContainer {
    border: 1px solid #428be8;
    border-top:1px solid #d1d2d4;
    left: -1px;
    max-height: 132px;
    overflow: hidden;
    position: absolute;
    right: -1px;
    /*top: 42px;*/
    background-color:#ffffff;
    display:none;
    z-index:10;
}
.LTSGMultiSelDDOpt {
    border-bottom:1px solid #f5f5f5;
    padding:9px 10px 8px;
    font-size: 14px;
    color: #3c96d2;
    cursor:pointer;
}
.LTSGMultiSelDDOptContainer.isSelAll .LTSGMultiSelDDOpt {
    text-indent: 10px;
}

.LTSGMultiSelDDOptSelAll, .LTSGMultiSelDDOptDeSelAll {
    background-color: #f5f5f5;
    border-bottom: 1px solid #d1d2d4;
    color: #3c96d2;
    cursor: pointer;
    font-size: 14px;
    padding: 9px 10px 8px 10px;
    text-indent: 0 !important;
}
.LTSGMultiSelDDOpt:hover, .LTSGMultiSelDDOpt.sel {
    background-color: #e9f4ff;
}
.LTSGMultiSelDDOpt:last-child{
    border:none;
}
.OptAddedLI {
    background-color: #f5f5f5;
    border-radius: 2px;
    max-width: 95%;
    padding: 2px 5px;
    cursor:pointer;
    height: 18px;
}
.OptAddedLI:hover {
    background-color:#e8e8e9;
}
.OptAddedLI:hover .LTSGMultiSelDDULLIClose {
    background-image:url('../img/tabclose.png');
}
.EditLI {
    padding: 2px 5px;
}
.OptAddedLISpan {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    height: 18px;
    color: #808693;
    line-height: normal;
}

.LTSGDD {
    background-color: #ffffff;
    border: 1px solid #d1d2d4;
    /*line-height: 1;
    min-height: 32px;*/
    padding: 0;
    position: relative;
    /*display: inline-block;
    vertical-align: middle;*/
}

.LTSGDD.FocusOn {
    border: 1px solid #428be8;
}

.LTSGDDIcon {
    background-image: url("../img/LTSGMSDDIcon.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 36px;
    border-left:1px solid #d1d2d4;
}
.LTSGDD.lock .LTSGDDIcon {
    background-image: url("../img/lockFeild_new.png");
    cursor:default;
}
.LTSGDDSelectedValue {
    cursor: text;
    overflow: hidden;
    padding: 5px 10px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #808693;
    height:18px;
    outline:none;
}
.LTSGDDSelectedValue:-webkit-input-placeholder {
   color: #d3d4d6;
}

.LTSGDDSelectedValue:-moz-placeholder {
   color: #d3d4d6;
}
.LTSGDDSelectedValue:-ms-input-placeholder {  
   color: #d3d4d6;
}
.LTSGDDSelectedValue[contentEditable]:empty:not(:focus):before{
  content: attr(placeholder);
  /* display: block; For Firefox */
  color: #b9b9b9;
}
    /*.LTSGDDSelectedValue[contenteditable]:focus:empty:before{
		content: '\00a0';    
        display: block; 
	}*/

.LTSGDDOptContainer {
    border: 1px solid #428be8;
    border-top: 1px solid #d1d2d4;
    max-height: 132px;
    overflow: hidden;
    position: absolute;
    background-color:#ffffff;
    left:-1px;
    width:100%;
    z-index:7;
}
.LTSGDDOpt {
    border-bottom: 1px solid #f5f5f5;
    color: #3c96d2;
    font-size: 14px;
    line-height: 1;
    padding: 9px 10px 8px;
    cursor: pointer;
}
.LTSGDDOpt:hover, .LTSGMultiSelDDOpt.sel , .LTSGDDOpt.sel{
    background-color: #e9f4ff;
}
.LTSGDD.LTSGDDError {
    border: 1px solid #ec251e;
}
.LTSGDD.LTSGDDError .LTSGDDIcon {
    border-color:#ec251e;
}
.LTSGDD.Disable {
    background-color: #e8e8e9;
    cursor:default;
}

.LTSGInputButton1 {
    border-radius: 2px;
    background-color: #3c96d2;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding:7px 15px;
    border:none;
    display: inline-block;
    cursor:pointer; 
    height: 18px;
}
input[type="button"].LTSGInputButton1 {
    height:32px;
    padding: 0 15px;
} 
.LTSGInputButton1:active {
    background-color: #3c96d2;
    box-shadow: inset 0 3px 6px 0 rgba(7, 100, 160, 0.5);
    -webkit-box-shadow: inset 0 3px 6px 0 rgba(7, 100, 160, 0.5);
    -moz-box-shadow: inset 0 3px 6px 0 rgba(7, 100, 160, 0.5);
}
.LTSGInputButton1:hover {
    background-color: #1b82c5;
}
.LTSGInputButton1.disable, .LTSGInputButton1.disable:active, .LTSGInputButton1.disable:hover {
    background-color: #8ac0e4;
    cursor:default;
    box-shadow:none;
}
.LTSGInputButton1.small {
    font-size: 12px;
    padding:4px 10px;
    height: 16px;
}
input.LTSGInputButton1.small[type="button"] {
    height: 24px;
    padding: 0 10px;
}
.LTSGInputButton1.large {
    font-size: 19px;
    padding:11px 30px;
    height: 24px;
}
input.LTSGInputButton1.large[type="button"] {
    height: 46px;
    padding: 0 30px;
}
.LTSGInputButton2 {
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    color: #3c96d2;
    padding:8px 15px;
    border: none;
    display: inline-block;
    cursor:pointer;
    height: 18px;
}
input[type="button"].LTSGInputButton2 {
    height:34px;
    padding: 6px 15px 10px;
} 
.LTSGInputButton2:hover {
    color: #1b82c5;
}
.LTSGInputButton2:active {
    background-color: #f5f5f5;
    color: #3c96d2;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.04);
}
.LTSGInputButton2.disable, .LTSGInputButton2.disable:active, .LTSGInputButton2.disable:hover {
    color: #b7d7ec;
    cursor:default;
    background-color:#ffffff;
    box-shadow:none;
}
.LTSGInputButton2.small {
    font-size: 12px;
    padding:5px 10px;
    height: 16px;
}
input.LTSGInputButton2.small[type="button"] {
    height: 26px;
    padding: 4px 10px 6px;
}
.LTSGInputButton2.large {
    font-size: 19px;
    padding:12px 30px;
    height: 24px;
}
input.LTSGInputButton2.large[type="button"] {
    height: 48px;
    padding: 10px 30px 14px;
}
.LTSGInputButton3 {
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    color: #3c96d2;
    padding:6px 15px;
    border: 1px solid #d1d2d4;
    display: inline-block;
    cursor:pointer; 
    height: 18px;
}
input[type="button"].LTSGInputButton3 {
    height:32px;
    padding: 0 15px;
}

.LTSGInputButton3:hover {
    color: #1b82c5;
    background-color:#f8fbfe;
}
.LTSGInputButton3:active {
    color: #3c96d2;
    background-color: #ffffff;
    box-shadow: inset 0 2px 0 0 rgba(26, 130, 197, 0.15);
    -webkit-box-shadow: inset 0 2px 0 0 rgba(26, 130, 197, 0.15);
    -moz-box-shadow: inset 0 2px 0 0 rgba(26, 130, 197, 0.15);
}
.LTSGInputButton3.disable, .LTSGInputButton3.disable:active, .LTSGInputButton3.disable:hover {
    color: #b7d7ec;
    border: 1px solid #e8e8e9;
    cursor:default;
    background-color:#ffffff;
    box-shadow:none;
}
.LTSGInputButton3.small {
    font-size: 12px;
    padding:3px 9px;
    height: 16px;
}
input.LTSGInputButton3.small[type="button"] {
    height: 24px;
    padding: 0px 9px;
}
.LTSGInputButton3.large {
    font-size: 19px;
    padding:10px 29px;
    height: 24px;
}
input.LTSGInputButton3.large[type="button"] {
    height: 46px;
    padding: 0px 30px;
}
.LTSGInputButtonHR {
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 14px;
    color: #ec251e;
    padding:7px 15px;
    display: inline-block;
    cursor:pointer; 
    border:none;
    height: 18px;
}

.LTSGInputButtonHR:hover {
    border: solid 1px #ec251e;
    padding: 6px 14px;
}
input[type="button"].LTSGInputButtonHR {
    height:32px;
    padding: 0 15px;
}
input[type="button"].LTSGInputButtonHR:not(.disable):hover {
    padding: 5px 13px 9px;
}
.LTSGInputButtonHR:active {
    background-color: #ec251e;
    color:#ffffff;
    box-shadow: inset 0 3px 6px 0 rgba(150, 4, 0, 0.5);
    -webkit-box-shadow: inset 0 3px 6px 0 rgba(150, 4, 0, 0.5);
    -moz-box-shadow: inset 0 3px 6px 0 rgba(150, 4, 0, 0.5);
}
.LTSGInputButtonHR.disable, .LTSGInputButtonHR.disable:active, .LTSGInputButtonHR.disable:hover {
    color: #fabfbe;
    cursor:default;
    background-color:#ffffff;
    border:none;
    box-shadow:none;
}
.LTSGInputButtonHR.small {
    font-size: 12px;
    padding:4px 10px;
    height: 16px;
}
    .LTSGInputButtonHR.small:hover {
        padding:3px 10px;
    }
input.LTSGInputButtonHR.small[type="button"] {
    height: 24px;
    padding: 0 10px;
}
.LTSGInputButtonHR.large {
    font-size: 19px;
    padding:11px 30px;
    height: 24px;
}
    .LTSGInputButtonHR.large:hover {
        padding:11px 30px;
    }
input.LTSGInputButtonHR.large[type="button"] {
    height: 46px;
    padding: 0 30px;
}

.LTSGInputButtonOpt1 {
    background-color: #ffffff;
    border: solid 1px #d1d2d4;
    padding:6px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #3c96d2;
    display:inline-block;
    cursor:pointer;
    height:18px;
}
input[type=button].LTSGInputButtonOpt1 {
    height:32px;
    padding:0 15px;
}
.LTSGInputButtonOpt1.sel, .LTSGInputButtonOpt1.sel:hover {
    background-color: #e9f4ff;
    box-shadow: inset 0 2px 2px 0 rgba(26, 130, 197, 0.2);
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(26, 130, 197, 0.2);
    -moz-box-shadow: inset 0 2px 2px 0 rgba(26, 130, 197, 0.2);
}
.LTSGInputButtonOpt1:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right:none;
}
.LTSGInputButtonOpt1:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left:none;
}
.LTSGInputButtonOpt1:hover {
    background-color: #f8fbfe;
}
.LTSGInputButtonOpt1:active {
      background-color: #f5f5f5;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.04);
}


.LTSGInputButtonOpt1.disable, .LTSGInputButtonOpt1.disable:active, .LTSGInputButtonOpt1.disable:hover {
    color: #b7d7ec;
    background-color: #ffffff;
    box-shadow:none;
    border-color:#e8e8e9;
}
.LTSGCheckbox {
    display:none;
    visibility:hidden;
}
input.LTSGCheckbox[type='checkbox'] {
    display:none;
    visibility:hidden;
}
input.LTSGCheckbox[type='checkbox'] + label.LTSGCheckboxLable{
    background-image:url('../img/LTSGChkBoxUncheckedDefaultState.png');
    background-position: 0 0 ;/*left center;*/
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding: 3px 5px 3px 25px; /*padding: 1px 5px 1px 25px;*/
    /*display: inline-block;*/
}
input.LTSGCheckbox[type='checkbox'] + label.LTSGCheckboxLable:hover {
    background-image:url('../img/LTSGChkBoxUncheckedHoverState.png');
}
input.LTSGCheckbox[type='checkbox']:active  + label.LTSGCheckboxLable, label.LTSGCheckboxLable:active{
    background-image:url('../img/LTSGChkBoxUncheckedPushedState.png');
}
input.LTSGCheckbox[type='checkbox']:checked + label.LTSGCheckboxLable {
    background-image:url('../img/LTSGChkBoxCheckedDefaultState.png');
}
input.LTSGCheckbox[type='checkbox']:checked:hover + label.LTSGCheckboxLable {
    background-image:url('../img/LTSGChkBoxCheckedHoverState.png');
}
input.LTSGCheckbox[type='checkbox']:checked:active + label.LTSGCheckboxLable {
    background-image:url('../img/LTSGChkBoxCheckedPushedState.png');
}
input.LTSGCheckbox[type='checkbox']:checked:disabled + label.LTSGCheckboxLable {
    background-image:url('../img/LTSGChkBoxCheckedDisabledState.png');
    color: #a3a6ac;
}
input.LTSGCheckbox[type='checkbox']:disabled + label.LTSGCheckboxLable {
    background-image:url('../img/LTSGChkBoxUncheckedDisabledState.png');
    color: #a3a6ac;
}
input.LTSGCheckbox[type='checkbox'] + label.LTSGCheckboxLable.ChkError {
    background-image:url('../img/LTSGChkBoxErrorState.png');
}

input.LTSGRadio[type='radio'] {
    display:none;
    visibility:hidden;
} 

input.LTSGRadio[type='radio'] + label.LTSGRadioLable{
    background-image:url('../img/LTSGRadioUnselectedDefaultState.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    padding: 1px 5px 1px 25px;
    height:20px;
}
input.LTSGRadio[type='radio'] + label.LTSGRadioLable:hover {
    background-image:url('../img/LTSGRadioUnselectedHoverState.png');
}
input.LTSGRadio[type='radio']:active  + label.LTSGRadioLable, label.LTSGRadioLable:active{
    background-image:url('../img/LTSGRadioUnselectedPushedState.png');
}
input.LTSGRadio[type='radio']:checked + label.LTSGRadioLable {
    background-image:url('../img/LTSGRadioSelectedDefaultState.png');
}
input.LTSGRadio[type='radio']:checked:hover + label.LTSGRadioLable {
    background-image:url('../img/LTSGRadioSelectedHoverState.png');
}
input.LTSGRadio[type='radio']:checked:active + label.LTSGRadioLable {
    background-image:url('../img/LTSGRadioSelectedPushedState.png');
}
input.LTSGRadio[type='radio']:checked:disabled + label.LTSGRadioLable {
    background-image:url('../img/LTSGRadioSelectedDisbaledState.png');
    color: #a3a6ac;
}
input.LTSGRadio[type='radio']:disabled + label.LTSGRadioLable {
    background-image:url('../img/LTSGRadioUnselectedDisabledState.png');
    color: #a3a6ac;
}
input.LTSGRadio[type='radio'] + label.LTSGRadioLable.ChkError {
    background-image:url('../img/LTSGRadioErrorState.png');
}

.radioButtonOption {
    display:none;
    visibility:hidden;
}
input.LTSGRadioOptionbtn[type='radio'] {
    display:none;
    visibility:hidden;
}
input.LTSGRadioOptionbtn[type='radio'] + label.LTSGRadioOptionbtnLabel {
    background-color: #ffffff;
    border: 1px solid #d1d2d4;
    color: #a3a6ac;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 6px 15px;
    height: 18px;
}
input.LTSGRadioOptionbtn[type='radio'] + label.LTSGRadioOptionbtnLabel:first-child {
    border-bottom-left-radius: 2px;
    border-right: medium none;
    border-top-left-radius: 2px;
}
input.LTSGRadioOptionbtn[type='radio'] + label.LTSGRadioOptionbtnLabel:last-child {
    border-bottom-right-radius: 2px;
    border-left: medium none;
    border-top-right-radius: 2px;
}
input.LTSGRadioOptionbtn[type='radio']:checked + label.LTSGRadioOptionbtnLabel {
    color: #808693;
    background-color: #e9e9e9;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05);
}
    input.LTSGRadioOptionbtn[type='radio']:active + label.LTSGRadioOptionbtnLabel, label.LTSGRadioOptionbtnLabel:active {
        background-color: #f5f5f5;
        box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.08);
         -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.08);
        -moz-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.08);
         color: #808693;
    }
input.LTSGRadioOptionbtn[type='radio']:hover + label.LTSGRadioOptionbtnLabel{
    color: #808693;
    background-color: #f5f5f5;
}
input.LTSGRadioOptionbtn[type='radio']:disabled + label.LTSGRadioOptionbtnLabel{
    color: #b9b9b9;
    background-color: #e8e8e9;
    box-shadow: none;
}


.LTSGSwitchWrapper {
    border-radius: 14px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 18px;
    margin-right: 5px;
    margin-top: 2px;
    position: relative;
    width: 48px;
}
.LTSGSwitchWrapper.on {
    background-color: #428be8;
    border: 1px solid #428be8;
    padding: 5px 9px 3px 6px;
    text-align: left;
    width: 45px;
}

.LTSGSwitchWrapper.off {
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
    padding: 5px 7px 3px 5px;
    text-align: right;
    width: 48px;
}
.LTSGSwitchWrapper.disabled {
    background-color: #d1d2d4;
    border: 1px solid #d1d2d4;
}
.LTSGSwitchWrapper.SwitchError {
    border: 1px solid #ec251e;
}
.LTSGSwitchWrapper .LTSGSwitch {
    background-color: #ffffff;
    border-radius: 12px;
    height: 24px;
    position: absolute;
    top: 1px;
    width: 24px;
}
.LTSGSwitchWrapper.on .LTSGSwitch {
    right: 1px;
}
.LTSGSwitchWrapper.off .LTSGSwitch {
    right: 35px;
}
.LTSGSwitchWrapper.off .SwitchState, .LTSGSwitchWrapper.disabled.off .SwitchState {
    display:inline-block;
    width:15px;
    height:15px;
    background-image:url('../img/SwitchOff.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 15px 15px;
}
.LTSGSwitchWrapper.on .SwitchState {
    display:inline-block;
    width:15px;
    height:15px;
    background-image:url('../img/SwitchOn.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 15px 15px;
}
.LTSGSwitchWrapper.disabled .SwitchState {
    display:inline-block;
    width:15px;
    height:15px;
    background-image:url('../img/SwitchOnDisable.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 15px 15px;
}

.LTSGSwitchWrapper.disabled + .LTSGSwitchlable {
    color: #a3a6ac;
}

.LTSGSwitchWrapper + .LTSGSwitchlable {
    color: #2c3638;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}

.LTSGSwitchWrapper.on + .LTSGSwitchlable::before {
    content: "On";
}


.LTSGSwitchWrapper.off + .LTSGSwitchlable::before {
    content: "Off";
}


.LTSGNotificationWrapper {
    position:fixed;
    max-width: 600px;
    border-radius: 5px;
    background-color: #ffffff;
        top: 20px;
    right: -1000px;
}
.LTSGNotificationIcon {
    background-repeat:no-repeat;
    background-position:center;
    background-size: 16px 16px;
    position:absolute;
    width:72px;
    top:0;
    left:0;
    bottom:0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.LTSGNotificationWrapper.NInfo,.LPLTSGNotificationWrapper.NInfo {
    border:1px solid #c9e2f3;
} 
.LTSGNotificationWrapper.NConfirmation,.LPLTSGNotificationWrapper.NConfirmation {
    border:1px solid #deedc4;
} 
.LTSGNotificationWrapper.NWarning,.LPLTSGNotificationWrapper.NWarning {
    border:1px solid #ffefbd;
}
.LTSGNotificationWrapper.NError,.LPLTSGNotificationWrapper.NError {
    border:1px solid #f9d0c6;
}

.LTSGNotificationWrapper.NInfo .LTSGNotificationIcon, LPLTSGNotificationWrapper.NInfo .LTSGNotificationIcon{
    background-color: #c9e2f3;
    background-image:url('../img/LTSGNotificationInfo.png');
}
.LTSGNotificationWrapper.NConfirmation .LTSGNotificationIcon,.LPLTSGNotificationWrapper.NConfirmation .LTSGNotificationIcon {
    background-color: #deedc4;
    background-image:url('../img/LTSGNotificationConfirmation.png');
}
.LTSGNotificationWrapper.NWarning .LTSGNotificationIcon,.LPLTSGNotificationWrapper.NWarning .LTSGNotificationIcon  {
    background-color: #ffefbd;
    background-image:url('../img/LTSGNotificationWarning.png');
}
.LTSGNotificationWrapper.NError .LTSGNotificationIcon,.LPLTSGNotificationWrapper.NError .LTSGNotificationIcon {
    background-color: #f9d0c6;
    background-image:url('../img/LTSGNotificationError.png');
}

.LTSGMsgWrapper{
    padding:15px 46px 15px 15px;
    margin-left: 72px;
}
.LTSGMsgWrapper .LTSGMsg {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #21292a;
}
.LTSGMsgBlueBold {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #3c96d2;
    cursor:pointer;
}
.LTSGClose {
    background-image: url("../img/SGLTNotificationClose.png");
    background-position: 18px 18px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}



/*New CSS for multiselect DD*/
.LTSGMultiSelDDChk {
    background-color: #ffffff;
    border: 1px solid #d1d2d4;
    padding: 0;
    position: relative;
}
.LTSGMultiSelDDChk.FocusOn{
    border:1px solid #428be8;
}
.LTSGMultiSelDDChk.Disable{
    background-color: #e8e8e9;
    cursor:default;
}
.LTSGMultiSelDDChk.LTSGMultiSelDDError{
    border: 1px solid #ec251e;
}
.LTSGMultiSelDDIconChk {
    background-image: url("../img/LTSGMSDDIcon.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 36px;
}
.LTSGMultiSelDDChk.Disable .LTSGMultiSelDDIconChk {
    background-image: url('../img/LTSGMSDDIconDisabled.png');
    cursor:default;
}

.LTSGDDSelectedValueChk {
    cursor: text;
    overflow: hidden;
    padding: 5px 10px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #808693;
    height:18px;
    vertical-align: middle;
    outline:none;
}
.LTSGDDSelectedValueChk:-webkit-input-placeholder {
   color: #d3d4d6;
}

.LTSGDDSelectedValueChk:-moz-placeholder {
   color: #d3d4d6;
}
.LTSGDDSelectedValueChk:-ms-input-placeholder {  
   color: #d3d4d6;
}
.LTSGDDSelectedValueChk[contentEditable]:empty:not(:focus):before{
  content: attr(placeholder);
  /* display: block; For Firefox */
  color: #b9b9b9;
}
    /*.LTSGDDSelectedValueChk[contenteditable]:focus:empty:before{
		content: '\00a0';    
        display: block; 
	}*/
.LTSGMultiSelDDOptContainerChk {
    background-color: #ffffff;
    border-color: #d1d2d4 #428be8 #428be8;
    border-style: solid;
    border-width: 1px;
    display: none;
    left: -1px;
    max-height: 128px;
    overflow: hidden;
    position: absolute;
    right: -1px;
    z-index: 10;
}
.LTSGDDOptChk {
    border-bottom: 1px solid #f5f5f5;
    color: #3c96d2;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 9px 10px;
}

.LTSGMultiSelDDOptChk {
    border-bottom:1px solid #f5f5f5;
    /*padding:9px 10px;*/
    font-size: 14px;
    line-height: 1;
    color: #3c96d2;
    cursor:pointer;
}

.LTSGMultiSelDDOptChk:hover, .LTSGMultiSelDDOptChk:hover, .LTSGMultiSelDDOptChk.sel {
    background-color: #e9f4ff;
}
.LTSGMultiSelDDOptChk:last-child{
    border:none;
}
.LTSGMultiSelDDOptChk .LTSGCheckboxLable {
    background-position: 8px center !important;
    display: block !important;
    padding: 9px 15px 8px 35px !important;
}
    .LTSGMultiSelDDOptChk .LTSGDDExtOpt {
        float:right;
        display:inline-block;
        width:17px;
        height:17px;
        padding: 5px 15px;
        
        background-position:center;
        background-repeat:no-repeat;
    }
        .LTSGMultiSelDDOptChk .LTSGDDExtOpt.deactive {
            background-image:url('../img/Owner_InActive.png');
        }
        .LTSGMultiSelDDOptChk .LTSGDDExtOpt.active {
            background-image:url('../img/Owner_Active.png');
        } 

/*End New CSS for multiselect DD*/


/*New CSS for Cust DD Button */
.LTSGCustBtnWrapper{
    border-radius: 2px;
    display: inline-block;
    position: relative;
    cursor:pointer;
}
.LTSGCustBtnWrapper.disable {
    cursor:default;
}
.LTSGCustBtnWrapper .LTSGCustBtnTxt {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    height: 16px;
    padding: 7px 15px;
    float:left;
}
.LTSGCustBtnWrapper.blue .LTSGCustBtnContainer {
    color: #ffffff;
    border:1px solid #3c96d2;
    background-color: #3c96d2;
    border-radius: 2px;
}
    .LTSGCustBtnWrapper.blue .LTSGCustBtnContainer:hover {
        background-color: #1b82c5;
    }
    .LTSGCustBtnWrapper.blue .LTSGCustBtnContainer:active {
        background-color: #3c96d2;
        box-shadow: inset 0 3px 6px 0 rgba(7, 100, 160, 0.5);
        -webkit-box-shadow: inset 0 3px 6px 0 rgba(7, 100, 160, 0.5);
        -moz-box-shadow: inset 0 3px 6px 0 rgba(7, 100, 160, 0.5);
    }
    .LTSGCustBtnWrapper.blue.disable .LTSGCustBtnContainer {
        border:1px solid #8ac0e4;
        background-color: #8ac0e4;
        box-shadow:none;
    }
    
    .LTSGCustBtnWrapper.white .LTSGCustBtnContainer {
        color: #3c96d2;
        border:1px solid #d1d2d4;
        background-color: #ffffff;
        border-radius: 2px;
    }
    .LTSGCustBtnWrapper.white .LTSGCustBtnContainer:hover {
        background-color: #f8fbfe;
    }
    .LTSGCustBtnWrapper.white .LTSGCustBtnContainer:active {
        background-color: #f8fbfe;
        box-shadow: inset 0 2px 0 0 rgba(26, 130, 197, 0.15);
        -webkit-box-shadow: inset 0 2px 0 0 rgba(26, 130, 197, 0.15);
        -moz-box-shadow: inset 0 2px 0 0 rgba(26, 130, 197, 0.15);
    }
    .LTSGCustBtnWrapper.white.disable .LTSGCustBtnContainer {
        background-color: #ffffff;
        color: #b7d7ec;
        box-shadow:none;
    }
.LTSGCustBtnWrapper .LTSGCustBtnIcon {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    float:left;
    height: 30px;
    width: 36px;
}
    .LTSGCustBtnWrapper.blue .LTSGCustBtnIcon {
        background-image: url("../img/icon-dropdown-light.png");
        border-left:1px solid #ffffff;
    }
    
    .LTSGCustBtnWrapper.white .LTSGCustBtnIcon {
        background-image: url("../img/icon-dropdown-dark.png");
        border-left:1px solid #d1d2d4;
    }
.LTSGCustBtnWrapper .LTSGCustBtnOptContainer {
    border: 1px solid #3c96d2;
    display: none;
    left: 0;
    position: absolute;
    top: 33px;

}
.LTSGCustBtnWrapper .LTSGCustBtnOptContainer .LTSGCustBtnOpt{
    color: #808693;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    padding:9px 10px;
    background:#ffffff;
    white-space:nowrap;
}
    .LTSGCustBtnWrapper .LTSGCustBtnOptContainer .LTSGCustBtnOpt:hover {
        background:#e9f4ff;
        color: #3c96d2;
        cursor:pointer;    
    }
    .LTSGCustBtnWrapper .LTSGCustBtnOptContainer .LTSGCustBtnOpt.critical {
        color: #d0021b;    
    }
.LTSGCustBtnWrapper .LTSGCustBtnOptContainer .LTSGCustBtnOpt.sel{
    color: #3c96d2;
    background-color: #e9f4ff;
}
/*End New CSS for Cust DD Button */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #b9b9b9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b9b9b9;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b9b9b9;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b9b9b9;
}

.retain {
     background-color: #e9f4ff;
}
#drpListNameCollection .LTSGDDOpt label.CSLCustDropdown
{    display: block;
    padding: 9px 10px 8px;
    cursor:pointer;
}

#drpListNameCollection .LTSGDDOpt{
padding:0px;
}
