@import url('../../fonts.css');

.bodybg{background-color:#fff}

/* input field tooltips starts here */

div + .fieldtip, select + .fieldtip, input + .fieldtip, textarea + .fieldtip,input[type='checkbox']  + label +  .fieldtip,submit + .fieldtip,input[type="radio"] + label + .fieldtip, th > .fieldtip ,input[id='cUpload_btnAdd'] + span + .fieldtip, span + .fieldtip {

  visibility: hidden;

  /*position: relative;*/

  position:absolute;

  margin-left:7px;

  /*bottom: 0;*/

  /*left: 15px;*/

  /*left: 5px;*/

  opacity: 0;

  content: attr(data-tool);

  height: auto;

  /*min-width: 100px;*/

  width: 100px;

  padding-top: 10px;

padding-bottom: 10px;

padding-left: 10px;

padding-right: 10px;

  /*padding: 5px 8px;*/

  z-index: 9999;

  color: #fff;

  font-family:Roboto-Regular;

  font-size:1.1em;

  font-weight: bold;

  text-decoration: none;

  text-align: center;

  background: rgba(0,0,0,0.85);

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}



div + .fieldtip:after, select + .fieldtip:after, input + .fieldtip:after, textarea + .fieldtip:after, input[type='checkbox']  + label +  .fieldtip:after, submit + .fieldtip:after, input[type="radio"] + label + .fieldtip:after, th > .fieldtip:after, input[id='cUpload_btnAdd']  + span  + .fieldtip:after, span + .fieldtip:after  {

  display:block;

  position:absolute;

  visibility:hidden;

  content:'';

  width: 0;

  height: 0;

  top:8px;

  left:-8px;

  border-style:solid;

  border-width:4px 8px 4px 0;

  border-color:transparent rgba(0,0,0,0.75) transparent transparent;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

span:focus + .fieldtip, span:focus + .fieldtip:after{
  visibility: visible;
  opacity: 1;

}

input[id='cUpload_btnAdd']:focus  + span  + .fieldtip, input[id='cUpload_btnAdd']:focus  + span  + .fieldtip:after {

  visibility: visible;
  opacity: 1;

}

input:focus + .fieldtip, input:focus + .fieldtip:after {

  visibility: visible;

  opacity: 1;

}

textarea:focus + .fieldtip, textarea:focus + .fieldtip:after {

  visibility: visible;

  opacity: 1;

}

select:focus + .fieldtip, select:focus + .fieldtip:after {

  visibility: visible;

  opacity: 1;

}

input[type='checkbox']:focus  + label +  .fieldtip, input[type='checkbox']:focus  + label +  .fieldtip:after{

  visibility: visible;

  opacity: 1;

}

submit:focus + .fieldtip, submit:focus + .fieldtip:after {

  visibility: visible;

  opacity: 1;

}

input[type="radio"]:focus + label + .fieldtip, input[type="radio"]:focus + label + .fieldtip:after {

  visibility: visible;

  opacity: 1;

}

span:hover + .fieldtip, span:hover + .fieldtip:after {
  visibility: visible;
  opacity: 1;

}

input[id="cUpload_btnAdd"]:hover  > span  + .fieldtip, input[id="cUpload_btnAdd"]:hover  > span  + .fieldtip:after {

 visibility: visible;
  opacity: 1;

}

input:hover + .fieldtip, input:hover + .fieldtip:after {

  visibility: visible;

  opacity: 1;

}




textarea:hover + .fieldtip, textarea:hover + .fieldtip:after {

  visibility: visible;

  opacity: 1;

}

select:hover + .fieldtip, select:hover + .fieldtip:after {

  visibility: visible;

  opacity: 1;

}

input[type='checkbox']:hover  + label +  .fieldtip, input[type='checkbox']:hover  + label +  .fieldtip:after{

  visibility: visible;

  opacity: 1;

}


submit:hover + .fieldtip, submit:hover + .fieldtip:after {

  visibility: visible;

  opacity: 1;

}

input[type="radio"]:hover + label + .fieldtip, input[type="radio"]:hover + label + .fieldtip:after
{
  visibility: visible;
  opacity: 1;
}

div:hover + .fieldtip, div:hover + .fieldtip:after {
  visibility: visible;
  opacity: 1;
}

th:hover > .fieldtip,th:hover > .fieldtip:after {
  visibility: visible;
  opacity: 1;
}

/* input field tooltips ends here */

/*.MsgBody1{border-right:1px solid #ff8712;padding-right:10px;border-top:1px solid #ff8712;padding-left:10px;border-left:1px solid #ff8712;width:100%;border-bottom:1px solid #ff8712;background-color:#fffcf4; border-radius: 10px; overflow: hidden;}*/

/*.MsgBody1 {

  width:100%;

  background-color:#ffffff; 

  overflow: hidden;
}
*/


.MsgBody1 {
    width: 100%;
    border: 1px solid #999999;
    background-color: #ffffff;
    /* border-radius: 10px; */
    overflow: hidden;
    padding: 10px;
}



.tableBody{width:98%}.tableFull{width:100%}.tableView{width:100%}

.msgtitle1{
  background-color: #ffffff;
    padding-left: 3px;
    font-family: Calibri, Arial, Helvetica;
    font-size: 15px;
    font-weight: normal;
    color: #40409a;
    line-height: 20px;
    /* border-left: 1px solid; */
    /* border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #40409a; */
    /* border-width: 2px; */
    width: 70px;
    left: 0px;
    right: 10px;
    padding: 2px;
    top: 12px !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    margin-bottom: 20px;
}

.CalendarLegend{padding-left:2px;font-size:11px;color:#000;padding-top:5px;font-family: Calibri, Arial, Helvetica;text-decoration:none}.formdisplaytext{padding-left:2px;font-size:11px;color:#000;line-height:20px;padding-top:5px;font-family:Calibri, Arial, Helvetica;text-decoration:none}

.displaytext{font-weight:normal;font-size:9pt;color:#707070;line-height:20px;padding-top:5px;font-family: Calibri, Arial, Helvetica;text-decoration:none;
  /* height:35px; */
}

/*.formfield{
  font-family: Calibri, Arial, Helvetica;
  font-size:12px;
  color:#273545;
  text-decoration:none;
  background-color:#fff; 
   border: 0px;
   border-bottom: 1px solid rgb(148, 148, 148);
   border-radius: 0px;

   resize: none;
   
  }
  */
  
  .formfield {
    font-family: Calibri, Arial, Helvetica;
    font-size: 12px;
    color: #273545;
    text-decoration: none;
    background-color: #fff;
    border: 0px;
    border: 1px solid rgb(148, 148, 148);
    border-radius: 0px;
    /*width: 35% !important;*/
    /* resize: none; */
    /* height: 20px; */
}

.mandatory{font-family:Calibri, Arial, Helvetica;font-size:10px;font-weight:normal;text-decoration:none;line-height:12px;color:#f00;text-align:right;padding-right:5px}

.mandatory_summary{font-family:Calibri, Arial, Helvetica;font-size:13px;font-weight:normal;text-decoration:none;line-height:16px;color:red;text-align:left;padding-right:5px; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}

.mandatory_summary ul li:first-child{padding:3px 37px;background:url('../Images/icon-warning-msg.gif') no-repeat 0px center;height:15px;list-style-type:none;} 

.mandatory_summary ul li {padding:3px 37px; list-style-type:none;background:url('../Images/icon-dash.gif')no-repeat 20px 11px;}

.buttons{font-family:Calibri, Arial, Helvetica;font-size:11px;font-weight:normal;color:#273545;text-decoration:none;border-right:1px solid #63bcf7;border-top:1px solid #63bcf7;border-bottom:1px solid #63bcf7;border-left:1px solid #63bcf7;background-color:#aedcfb;border:1px solid #63bcf7;line-height:14px;vertical-align:middle;text-align:center;cursor:pointer;cursor:hand; ;-webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px;}

.approvalModuleTitle{
  /* background:#f3fafe; */
  padding-left:2px;
  font-weight:bold;
  font-size:12px;
  width:100%
}

.subtitle{font-family: Calibri, Arial, Helvetica;font-size:17px;font-weight:bold;color:#606;text-decoration:none;line-height:20px}

.MsgBody{
  border-left: 2px solid;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #ffd324;
    padding-left: 10px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fef7ce;
    margin: 10px 0;
    /* padding-top: 5px; */
}

.Resulttitle{background-color:#ffffff; padding-left:3px;font-family:Calibri, Arial, Helvetica;font-size:13px;font-weight:normal;color:#00487b;line-height:20px;border-left:1px solid;
border-top:1px solid;border-right:1px solid;border-bottom:1px solid;border-color:#126fad;border-width:2px;width:70px;left:10px;right:10px; padding:2px; display:none;}

.ResultText{/*background-color:#fff;*/padding-left:1px;font-family: Calibri, Arial, Helvetica;font-size:10px;font-weight:bold;color:#000;line-height:20px}

.ResultText td {padding:10px 8px 10px 32px;font-family:Calibri, Arial, Helvetica;font-size: 15px;font-weight: normal;color: #3d7803;line-height: 20px; background:url('../Images/icon-success.gif') no-repeat 8px center; height:25px; width:25px;}

.Errortitle{background-color:#ffffff; padding-left:3px;font-family:Calibri, Arial, Helvetica;font-size:13px;font-weight:normal;color:#00487b;line-height:20px;border-left:1px solid;
border-top:1px solid;border-right:1px solid;border-bottom:1px solid;border-color:#126fad;border-width:2px;width:70px;left:10px;right:10px; padding:2px; display:none;}

.ErrorText{padding-left:1px;font-family:Calibri, Arial, Helvetica;font-sizepadding-left:8px 3px 3px 3px;font-family:Calibri, Arial, Helvetica;font-size: 12px;font-weight: normal;color: #ff0600; line-height: 20px;background: url('../Images/error1.gif') no-repeat 8px center; height: 25px; width: 25px;}

.ErrorText td {padding:10px 8px 10px 32px;font-family:Calibri, Arial, Helvetica;font-size: 15px;font-weight: normal;color: #ff0600; line-height: 20px;background:url('../Images/icon-error.gif') no-repeat 8px center; height:25px; width:25px;}

.WarningText{background-color:transparent;padding-left:3px;font-family: Calibri, Arial, Helvetica;font-size:10px;font-weight:bold;color:#000;line-height:20px}

.WarningText td {padding:10px 8px 10px 32px;font-family:Calibri, Arial, Helvetica;font-size: 15px;font-weight:normal;color:#ff0600;line-height: 20px; background:url('../Images/icon-warning.gif') no-repeat 8px center; height: 25px; width: 25px;}

a.selectedtitle{font-family: Calibri, Arial, Helvetica;font-size:13px;font-weight:bold;color:#f60;background-color:#fff;border-left-style:solid;border-right-style:solid;border-top-style:solid;border-top-width:1px;border-left-width:1px;border-right-width:1px;text-align:center;border-top-color:#f60;border-left-color:#f60;border-right-color:#f60;vertical-align:middle;text-decoration:none;display:block}.checkbox{font-family: Calibri, Arial, Helvetica;font-size:11px;color:#000;text-decoration:none}.tdBG{background-color:#dbf1fe}

td{font-weight:normal;font-size:8.5pt;color:#454545;font-family:Calibri, Arial, Helvetica;text-decoration:none}.label{font-family: Calibri, Arial, Helvetica}

.TravelLegend{font-weight:lighter;font-size:11px;color:#000;font-family: Calibri, Arial, Helvetica;height:25px;padding-top:3px;border:1px solid #fff;text-decoration:none;background-color:#ecd6af}.LeaveLegend{font-weight:lighter;font-size:11px;color:#000;font-family: Calibri, Arial, Helvetica;height:25px;padding-top:3px;border:1px solid #fff;text-decoration:none;background-color:#eac8b0}.InOfficeLegend{font-weight:lighter;font-size:11px;color:#000;font-family: Calibri, Arial, Helvetica;height:25px;padding-top:3px;border:1px solid #fff;text-decoration:none;background-color:#fecfbb}.LoggedInLegend{font-weight:lighter;font-size:11px;color:#000;font-family: Calibri, Arial, Helvetica;height:25px;padding-top:3px;border:1px solid #fff;text-decoration:none;background-color:#f9df79}.NormalLegend{font-weight:lighter;font-size:11px;color:#000;font-family: Calibri, Arial, Helvetica;height:25px;padding-top:3px;text-decoration:none;background-color:#ffdfbb;border:1px solid #fff}.Travel td{font-weight:lighter;font-size:11px;color:#000;font-family: Calibri, Arial, Helvetica;height:25px;padding-top:3px;border:1px solid #fff;text-decoration:none;background-color:#ecd6af}.Leave td{font-weight:lighter;font-size:11px;color:#000;font-family: Calibri, Arial, Helvetica;height:25px;padding-top:3px;border:1px solid #fff;text-decoration:none;background-color:#eac8b0}.InOffice td{font-weight:lighter;font-size:11px;color:#000;font-family: Calibri, Arial, Helvetica;height:25px;padding-top:3px;border:1px solid #fff;text-decoration:none;background-color:#fecfbb}.LoggedIn td{font-weight:lighter;font-size:11px;color:#000;font-family: Calibri, Arial, Helvetica;height:25px;padding-top:3px;border:1px solid #fff;text-decoration:none;background-color:#f9df79}.Normal td{font-weight:lighter;font-size:11px;color:#000;font-family: Calibri, Arial, Helvetica;height:25px;padding-top:3px;text-decoration:none;background-color:#ffdfbb;border:1px solid #fff}.trreporttitle_Hand{font-weight:lighter;font-size:12px;color:#000;font-family: Calibri, Arial, Helvetica;height:25px;padding-top:3px;text-decoration:none;background-color:#ff9f39;border:1px solid #fff}

.msgview{display:none;padding-left:1px;background:#f3fafe; font-family:Calibri, Arial, Helvetica; font-size:7pt;font-weight:normal;color:#454545;line-height:20px;width:100%}

.panelBackground{background-color:#fff5eb}a.title{font-family: Calibri, Arial, Helvetica;font-size:13px;font-weight:normal;color:#fff;background-color:#ff9f39;cursor:pointer;cursor:hand;border-style:inset;border-width:1px;text-align:center;vertical-align:middle;text-decoration:none;display:block}a:hover.title{font-family: Calibri, Arial, Helvetica;font-size:13px;font-weight:normal;color:#fff;background-color:#ff9f39;border-width:1px;text-align:center;vertical-align:middle;text-decoration:none;display:block}.divAddress{border-left:1px solid #f60;border-right:1px solid #f60;border-bottom:1px solid #f60;background-color:#fff}.tabSeprator{border-bottom:1px solid #f60}

.trreporttitle{color:#ffffff;
  /* border-right:1px solid #126fad;
  border-top:1px solid #126fad; */
  background-color:#7f7f7f;
  padding:5px;
  /* border-left:1px solid #126fad;
  border-bottom:1px solid #126fad; */
  font-family: Calibri, Arial, Helvetica;
}

.trreportbody{border-right:1px solid #396bcd;border-top:1px solid #396bcd;background-color:#396bcd;border-left:1px solid #fff;border-bottom:1px solid #396bcd;padding-left:5px}

.button{background-color:#ff9f39;font-size:8pt;font-weight:bold;text-align:center;font-family:arial,verdana;color:#fff;width:100%;border-right:1px solid ButtonShadow;border-right:1px solid #a26524;border-top:1px solid #ffc88d;border-left:1px solid #ffb362;border-bottom:1px solid ButtonShadow;border-bottom:1px solid #6b4318;color:#000;border-color:#ffcd95 #cc6b00 #cc6b00 #cc6b00}

.AttendanceDateSlot{width:10px;height:10px;border-right:1px solid #126fad;border-top:1px solid #126fad;border-left:1px solid #126fad;border-bottom:1px solid #126fad;}

.Datecell{border-right:1px solid #126fad;border-top:1px solid #126fad;border-left:1px solid #126fad;
border-bottom:1px solid #126fad;font-family:Calibri, Arial, Helvetica;font-size:10px; color:#000;text-decoration:none;height:15px;width:10px;cursor:default;cursor:hand;background:#a8d7fd;}

.MonthcellHeading{border-right:1px solid #126fad;border-top:1px solid #126fad;font-weight:bold;border-left:1px solid #126fad;border-bottom:1px solid #126fad;font-family:Calibri, Arial, Helvetica;font-size:10px;color:#000;text-decoration:none;height:15px;background:#a8d7fd;cursor:default;cursor:hand; text-align:center;}

.Monthcell{border-bottom:1px solid #126fad;border-left:1px solid #126fad; border-right:1px solid #126fad; padding:2px;font-family:Calibri, Arial, Helvetica;font-size:11px; color:#000000; font-weight:normal;
text-align:center;background:#a8d7fd;}

.DateSlot{width:10px;border-right:1px solid #396bcd;border-top:1px solid #396bcd;border-left:1px solid #396bcd;border-bottom:1px groove #396bcd;background-color:#396bcd}

.DateSlot_Training{width:10px;border-right:1px solid #396bcd;border-top:1px solid #396bcd;border-left:1px solid #396bcd;border-bottom:1px groove #396bcd;background-color:#26d574}

.DateSlot_Travel {width:10px;border-right:1px solid #396bcd;border-top:1px solid #396bcd;border-left:1px solid #396bcd;border-bottom:1px groove #396bcd;background-color:#d526aa}

.DateSlot_Leave{width:10px;border-right:1px solid #396bcd;border-top:1px solid #396bcd;border-left:1px solid #396bcd;border-bottom:1px groove #396bcd;background-color:#fc0}

.DateBlank{width:10px;border-right:1px solid #396bcd;border-top:1px solid #396bcd;border-left:1px solid #396bcd;border-bottom:1px groove #396bcd;background-color:#dedfe0}

.BlankCell{width:10px;border-right:1px solid #126fad;border-top:1px solid #126fad;border-left:1px solid #126fad;border-bottom:1px solid #126fad;background-color:#d9eefc;}.calendar{position:relative;display:none;border-top:2px solid #fff;border-right:2px solid #000;border-bottom:2px solid #000;border-left:2px solid #fff;font-size:11px;color:#000;cursor:pointer;cursor:hand;background:#ff9f39;font-family:tahoma,verdana,sans-serif}.calendar table{border-top:1px solid #000;border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #000;font-size:11px;color:#000;cursor:pointer;cursor:hand;background:#fff5eb;font-family:tahoma,verdana,sans-serif}.calendar .button{text-align:center;padding:1px;border-top:1px solid #fff;border-right:1px solid #000;border-bottom:1px solid #000;border-left:1px solid #fff;background:#ff9f39}.calendar thead .title{font-weight:bold;padding:1px;background:#ff9f39;color:#fff;text-align:center}.calendar thead .name{border-bottom:1px solid #000;padding:2px;text-align:center;background:#fff5eb}.calendar thead .weekend{color:#000}.calendar thead .hilite{border-top:2px solid #fff;border-right:2px solid #000;border-bottom:2px solid #000;border-left:2px solid #fff;padding:0;background:#fff}.calendar thead .active{padding:2px 0 0 2px;border-top:1px solid #000;border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #000;background:#c4c0b8}.calendar tbody .day{width:2em;text-align:right;padding:2px 4px 2px 2px}.calendar table .wn{padding:2px 3px 2px 2px;border-right:1px solid #000;background:#ffdfbd}.calendar tbody .rowhilite td{background:#fff}.calendar tbody .rowhilite td.wn{background:#fff5eb}.calendar tbody td.hilite{padding:1px 3px 1px 1px;border-top:1px solid #fff;border-right:1px solid #000;border-bottom:1px solid #000;border-left:1px solid #fff;background:#ff9f39}.calendar tbody td.active{padding:2px 2px 0 2px;border-top:1px solid #000;border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #000}.calendar tbody td.selected{font-weight:bold;border-top:1px solid #000;border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #000;padding:2px 2px 0 2px;background:#fff}.calendar tbody td.weekend{color:#000}.calendar tbody td.today{font-weight:bold;color:#606}.calendar tbody .disabled{color:#999}.calendar tbody .emptycell{visibility:hidden}.calendar tbody .emptyrow{display:none}.calendar tfoot .ttip{background:#ffdfbd;padding:1px;border:1px solid #000;background:#ff9f39;color:#fff;text-align:center}.calendar tfoot .hilite{border-top:1px solid #fff;border-right:1px solid #000;border-bottom:1px solid #000;border-left:1px solid #fff;padding:1px;background:#e4e0d8}.calendar tfoot .active{padding:2px 0 0 2px;border-top:1px solid #000;border-right:1px solid #fff;border-bottom:1px solid #fff;border-left:1px solid #000}.ticker{font-family: Calibri, Arial, Helvetica;color:#606;font-size:10px;font-weight:normal;text-decoration:none}.TopBgStColor{background-color:#fff}.TopBgEnColor{background-color:#f28a1c}.colorThemes{font-family: Calibri, Arial, Helvetica;color:#606;font-size:10px;font-weight:normal;text-decoration:none}.punchtime{font-family: Calibri, Arial, Helvetica;font-size:11px;font-weight:normal;color:#606;text-decoration:none;line-height:15px}.topbg{background-color:#f28a1c;vertical-align:top}.topbg1{background-color:#f28a1c;vertical-align:top}
.WFSViewLink{
  font-family: Calibri, Arial, Helvetica;
  font-size:12px;
  color:#3159fb;
  line-height:16px;
  text-decoration:underline;
  font-weight:bold;
  margin-left: 5px;
}
.tabBody{background-color:#ffa03b}.WebTabs-tab-container-bdr{position:absolute;overflow:hidden}.WebTabs-tab-bdr{position:absolute;overflow:hidden}.WebTabs-tab-cnr{position:absolute;overflow:hidden;height:1px;width:1px}.WebTabs-external-page-container{display:none}.WebTabs-tab{font-family: Calibri, Arial, Helvetica;font-size:11px;font-weight:normal;color:#95477c}.WebTabs-touchups{position:absolute;overflow:hidden;z-index:2;background:#ffd373}.WebTabs-tab-text-container{background:#ffd373;font-family: Calibri, Arial, Helvetica;font-size:11px;padding-left:3px;padding-right:3px;letter-spacing:normal}.WebTabs-internal-page-container{height:100%;background:#95477c}

.TMSreporttitle {font-weight:normal;font-size:11px;color:#000;font-family:Calibri, Arial, Helvetica;
height:15px;background-color:#ddd;text-decoration:none;}

.TMSreportbody{border-right:1px solid #b6b5b5;border-top:1px solid #fff;padding-left:5px;font-weight:lighter;font-size:11px;border-left:1px solid #fff;cursor:pointer;cursor:hand;color:#4a4a4a;
border-bottom:1px groove #b6b5b5;font-family: Calibri, Arial, Helvetica;height:15px;
text-decoration:none}

.Weekly-OFF{font-family: Calibri, Arial, Helvetica;background-color:#d3cfaa;font-weight:bold;text-align:center;font-size:10px}

.holiday{font-family: Calibri, Arial, Helvetica;background-color:#e2e277;font-weight:bold;text-align:center;font-size:10px}
.version{font-family: Calibri, Arial, Helvetica;font-size:11.5px;font-weight:bold;color:#606;line-height:20px}
.highlightRow{background-color:white}.msgtitle2{padding-left:3px;font-family: Calibri, Arial, Helvetica;font-size:11px;font-weight:bold;color:#606;line-height:20px}
.pageindex{color:#396bcd;cursor:pointer;cursor:hand;font-family: Calibri, Arial, Helvetica;font-size:11.5px;font-weight:bold;text-decoration:none;background-attachment:fixed;background-image:url(../Images/no.gif);background-repeat:no-repeat;background-position:right;height:15px}.reportbgcolor{background-color:#fff5eb}

/*.reporttitle{font-family: Calibri, Arial, Helvetica;font-size:10px;font-weight:bold;color:#396bcd;background-color:#f60;text-decoration:none;height:15px}*/

.reporttitle{font-family: Arial; font-size: 8.5pt; font-weight: bold; color: #FFFFFF; text-decoration: none}

.reportbody{border:1px solid #dddddd;padding-left:5px;font-weight:normal;font-family:Calibri, Arial, Helvetica;font-size:11px;color:#000;text-decoration:none;height:15px;cursor:pointer;cursor:hand}.tooltipDiv{background-color:#ffffe1;border:1px solid #000;font-family: Calibri, Arial, Helvetica;line-height:16px;font-size:9px;z-index:100}
table {
  border-color: #dddddd;
}
.formTitle{
  background-color:#ffffff;
  /* padding:3px; */
  font-family: Calibri, Arial, Helvetica;
  font-size:14px;
  /* font-weight:normal; */
  color:#40409a;
  /* line-height:20px; */
  /* border-left:1px solid;
  border-top:1px solid;
  border-right:1px solid; */
  /* border-bottom:1px solid; */
  /* border-color:#126fac; */
  /* left:10px;
  right:10px; */
  /* border-radius:0px;  */
  /* overflow: hidden; */
  /* text-align:center; */
}

.buttons:disabled{color:gray}.PortalHeading{font-weight:bold;background-color:#f28a1c;font-size:11px;color:#fff;text-align:center;line-height:20px;font-family: Calibri, Arial, Helvetica}.PortalHeadingImage{background-image:url(../Images/image_o/p_curve_b.gif);background-color:transparent;background-repeat:no-repeat;background-position:left top}.portalbody{background-color:#fbd9b5}.portalbody1{background-color:#fbd9b5}.Portalbg4{background-color:#fbd9b5}.homeborder{border-left:1px solid;border-top:1px solid;border-right:1px solid;border-bottom:1px solid;border-color:#1042a3}.maxlengthToolTip{border-right:1px solid #ff8712;padding-right:10px;border-top:1px solid #ff8712;padding-left:10px;border-left:1px solid #ff8712;border-bottom:1px solid #ff8712;background-color:#c0c0c0;color:#fff;font-weight:bold;font-family:Verdana;border-color:#333}.FlexiPortalContentHDR{background-image:url(../Images/head-bg1.jpg);background-repeat:repeat}.AutoExtender{font-family:Verdana,Helvetica,sans-serif;font-size:.8em;font-weight:normal;border:1px solid #069;line-height:20px;padding:2px;background-color:white}.AutoExtenderList{border-bottom:1px dotted #069;cursor:pointer;cursor:hand;color:maroon}.AutoExtenderHighlight{color:white;background-color:#069;cursor:pointer;cursor:hand}.loginbott{background:url("../Images/login-bott-bg.gif") repeat-x;height:26px}.logintopmidbg{background-image:url('../Images/ar_logintabbg.gif');background-repeat:repeat-x;height:32px;font-family:Arial;font-size:15px;color:#fff;font-weight:bold}
.logintopleftbg{background-image:url('../Images/ar_logintableft.gif');background-repeat:no-repeat}.logintoprightbg{background-image:url('../Images/ar_logintabright.gif');background-repeat:no-repeat}.loginbotleftbg{background-image:url('../Images/ar_logintableftbtm.gif');background-repeat:no-repeat}.loginbotrightbg{background-image:url('../Images/ar_logintabrightbtm.gif');background-repeat:no-repeat}.loginbotmidbg{background-image:url('../Images/ar_logintabbgbtm.gif');background-repeat:repeat-x;height:26px}.loginleftbg{background-image:url(../Images/ar_logintabbgleft.gif);background-repeat:repeat-y;width:10px}.loginrightbg{background-image:url(../Images/ar_logintabbgright.gif);background-repeat:repeat-y;width:10px}

.mybutton{font-family: Calibri, Arial, Helvetica;color:#000;font-weight:bold;text-align:center;border-style:solid;border-color:#63bcf7;font-size:10px;background-color:#aedcfb;-webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px;}

.LoginCaption{font-family:Calibri, Arial, Helvetica;font-size:8.5pt;font-style:normal;line-height:normal;font-variant:normal;text-transform:none;color:#273545;text-decoration:none}

.menutable a{font-size:110%;font-family:Calibri, Arial, Helvetica;color:#000;text-decoration:none;white-space:nowrap;line-height:120%}

.menutable a:hover{text-decoration:underline}

.SecondLevelMenu{color:#045387;font-family:'Roboto-Bold';font-size:13px;font-weight:normal;margin:0;
padding:0;white-space:nowrap}

.menutable tr{white-space:nowrap;line-height:100%}
.menutable td{white-space:nowrap;vertical-align:top}.menutable span{margin:0;padding:0 0 0 10px;background:url('../Images/bullet.gif') left center no-repeat transparent;line-height:100%;white-space:nowrap}

.Menuband{background-image:url('../Images/band.JPG')}
.TopPlainBG{background-color:#c0e4fe;}
.onover{color:#000;font-size:12px;font-family:Arial,Helvetica,sans-serif;text-decoration:underline}
.onout{color:#000;font-size:12px;font-family:Arial,Helvetica,sans-serif;font-weight:normal;text-decoration:none}
.ChangedItemStyle{font-family:Calibri, Arial, Helvetica;font-size:11px;font-weight:normal;color:#47a7e7;text-decoration:none;line-height:20px;padding-top:5px}.RecordResign{FONT-WEIGHT:lighter;FONT-SIZE:11px;COLOR:#000;font-family: Calibri, Arial, Helvetica;height:25px;padding-top:3px;border:1px solid #fff;text-decoration:none;BACKGROUND-COLOR:#fc8f8f}
.PortalSecHeading{ font-family:Calibri, Arial, Helvetica;font-size:13px;font-weight: normal;color: #000;text-decoration: none;padding: 0 0 0 0;}
.hrPopup
{
	font-weight:lighter;
	font-size:11px;
	color:#000;
	font-family: Calibri, Arial, Helvetica;
	text-decoration:none;
	
}     
/* CPT Styles */ 
.note td.mandatory_summary{
   background-image:none;
}
 
.note td.mandatory_summary li:first-child {
    padding: 3px 37px;
    /*background: url('../Images/icon-warning-msg.gif') no-repeat 0px center;*/
    height: 15px;
    list-style-type: none;
    margin-bottom:12px;
}
 
.note td.mandatory_summary li {
    padding: 3px 37px;
    list-style-type: none;
    background: url('../Images/icon-dash.gif')no-repeat 20px 11px;
}    

/* Classifieds Styles */
#pnlGrid .MsgBody {
   background-color:#fff !important;
   border-color : #126fac !important; 	
}

#pnlGrid .MsgBody span.mandatory_summary {
   background-color:#fff !important;
   border-color :#fff !important; 
   font-size	:11px;
}    

/* New Css */
.bodybg .formTitle {
    top: 8px!important;	
    width: 100% !important;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}   

/* New Css for Survey*/                         
.surveyHeading {
font-family: Calibri, Arial, Helvetica;
font-size: 11.5px;
font-weight: bold;
color: #606;
margin-top: 6px !important;
margin-bottom:10px !important;
}    

/* new css ref 6.0 */
.formfield:focus {
  outline: 0px;
  border: 1px solid #3f51b5;
}
#btnApprov, #btnAddRow, #btnDelRow, #btnSubmit, #btnReset, #btnCpyRecrd, #btnModify, #Button2, #Button1, #btnClose, #btnGo, #btnSave, #btnApplySelection, #fileUpload_btnAdd, #btnRetrieve, #btn_IT_Add, #btn_ITAddClose, #btn_IT_Close, #btn_IT_Reset, #btnCancel, #btn_ACC_Add, #btn_ACC_AddClose, #btn_ACC_Close, #btn_ACC_Reset,#btn_CAR_Reset,#btn_CAR_Close,#btn_CAR_AddClose,#btn_CAR_Add,#btn_T6_Reset,#btn_T6_Close, #btn_T6_AddClose, #btn_T6_Add, #btnFirst, #btnLast, #btnPrevious, #btnNext, #btnclear,#btnClear, #btnC_Submit,#btnEduAddRow,#btnEduDelRow,#btnCompute,#bntReset,#btnDelete,#ReassignRpt1_lblReassign,#ReassignInput_lblInput,#ReassignRoll1_lblReassign,#btnsubmit,#btnreset,#btnVerify,#btnRemoveRow,#btnShowCurrent,#btnPopulate,#btnPayAdd,#btnPayDelete,#btnRecAdd,#btnRecDelete,#btnApplyGrad,#btnApply_Des,#LcldbtnSubmit,#LcldbtnReset,#LcldbtnDelete,#btnedit,#BtnSubmit,#BtnReset,#btnSklAddRow,#btnSklDelRow,#btnRemRow,#btnPreview,#BtnAddskill,#btnRemoveSkill,#BtnGo,#btnAddRowOBCBR,#btnRefresh,#btnVehSubmit,#btnVehReset,#BtnDelete,#btnAdd,#btnRemove,#btn_Normalize2, #btnArrow, #btnSelect,#btnResend,#btnCopy,#btnRegister,#btnRmvSelected,#btnExport,#btnUpdate,#btnValidate,#btnaltvalidate,#btn_Delete,#btnSynch,#btnGenXML,#LocalizedButton1,#btnResetToolbar,#btnUP,#btnDOWN,#btnAddModule,#btnAddForm,#btnReleas,#btnGo1,#btnQuest,#EmpSearch1,#btnRemoveMap,#btnAddRowOB2,#btnAddRowSOB2,#btnRemoveRowOB2,#btnRemoveRowSOB2,#btnMapping,#btnExistsTemp,#btnAddRowRAT,#btnRemoveRowRAT,#btnAddRow3DMP1,#btnRemoveRow3DM,#btnRemoveRow3DMP1,#btnRemoveRow3DMP2,#btnAddRow3DMP2,#btnRemoveRowOBCBR,#btnSend,#lblSubmit,#lblReset,#btnDeleteRow,#btnReset,#btnSubRes,#btnExportExcel,#btnDel,#btnCheck,#gobutton,#btnResetPers,#btnCreate,#btnRst,#PartDetails0_dgPart0_AGCntrl__Add,#PartDetails0_dgPart0_AGCntrl__Remove,#btnGO,#lbtnintFeed,#btnRemoveac,#btnAddac,#btnMoveNext04,#btnMoveNext02,#btnAddI,#btnRemoveI,#btnHandOver,#btnAllocate,#btnReject,#btnchoose,#btnCompare,#btnEmpComare,#btnDiscard,#btnCalcSalary,#btnProcess,#btnSubmit1,#btnReset1,#btnDelete1,#btnReport,#BtnEmpListRefresh,#btnExl,#btnBrowse,#btnApply,#Btngetpath,#btnReportTraining,#btnTraining,#btnAddCourse,#btnRemoveCourse,#btnDNominate,#btnTrainingAdd,#btn_Reset,#BtnEmpListRefresh,#btnBack,#grdActivity_ctl00_ctl02_ctl00_btnEdit,#grdActivity_ctl00_ctl02_ctl00_lnkReset,#LocalizedButton1,#btnReset_bottom,#cUpload_btnAdd,#btnSubmit_bottom,#cFileUpload_btnAdd,#btnAddActivity,#BtnList,#BtnAddAttnRow,#BtnDelAttnRow,#BtnAddtaskRow,#BtnDelTaskRow,#BtnAttachmentAdd,#BtnDelAttachment,#btnAddac,#RadUpload1file0,#RadUpload1AddButton,#RadUpload1DeleteButton,#btnPopEntity,#btnRemoveEntity,#btnAddNew,#btnDownload,#btnAdd,#btnAddWaterMark,#btnAddClose,#ruBrowse,#btn_PAS_AddClose,#btn_PAS_Close,#btn_PAS_Reset,#btn_PAS_Add,#btnNotDisbursed,#btnApprove,#btnDeleteSavDet,#btnXlExport,#btnFreeze,#btnClsConstnt,#btnDisableConstnt,#btnUpload,#btnExportGrid,#btnClsContract,#btnBook,#btnNBook,#btnAction1,#btnAction2,#LocalizedLiteralview,#btnreject,#btnCalculate,#btnimport,#btnGenXml,#btnGenXMl,#Next,#btnSearch,#Finish,#btnResetPersonalization,#Back,#btnReAssign,#btnAddNom,#btnRemNom,#btnChoose,#btnUnfreeze,#btnPullBack,#btnShowSQL,#btnRecordSelection,#btnFB,#btnPB,#btnYes,#btnNo,#btnSaveLoad,#btnSaveReset,#btnMapToAll,#btnMoveAll,#btnMove,#btnRemoveAll,#btnOp1,#btnOp2,#btnOp3,#btnOp4,#btnOp5,#btnOp6,#btnOp7,#btnOp12,#btnOp13,#btnNom,#btnPrint,#btnFeedSave,#btnFeedReset,#PartDetails1_dgPart1_AGCntrl__Remove,#PartDetails1_dgPart1_AGCntrl__Remove,#PartDetails1_dgPart1_AGCntrl__Remove,#PartDetails1_dgPart1_AGCntrl__Add,#PartDetails2_dgPart2_AGCntrl__Add,#PartDetails3_dgPart3_AGCntrl__Add,#btnLoadGrid,#btnretrive,#btnUpdateEmployee,#btnAddEmployee,#btnGenReport,#btnSaveGenReport,#btnLoadComp,#btnSetReview,#btnok,#btnGLPicker,#btnSaveas,#btnGoalPicker,#UserControlSections_grdSection_ctl00_ctl04_btnQuestion,#btnWithdraw,#btnGoalPicker,#btnCompPicker,#btn_exportexcel,#UserControlSections_grdSection_ctl00_ctl04_btnremovequestion,#btnSaveAs,#PartDetails2_dgPart2_AGCntrl__Remove,#PartDetails3_dgPart3_AGCntrl__Remove,#btnNewShowSQL,#btnNewSave,#btnNewShowSQL,#btnOK,#btnNewCre,#LocalizedButton2,#LocalizedButton4,#LocalizedButton5,#LocalizedButton6,#grdView_ctl00_ctl02_ctl04_EditFormControl_btnAdd,#grdView_ctl00_ctl02_ctl04_EditFormControl_btnRemove,#grdView_ctl00_ctl02_ctl04_EditFormControl_btnInsert,#grdView_ctl00_ctl02_ctl04_EditFormControl_btnCancel {
    color: #ffffff !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    margin: 15px 3px 10px !important;
    font-family: Calibri, Arial, Helvetica !important;
    padding: 5px 10px;
    border: 0px !important;
    width: auto;
    height: 30px;
    text-transform: uppercase;
}
#fileUpload_btnAdd{
  color: #ffffff !important;
    border-radius: 0px !important;
    font-size: 12px !important;   
    border: 0px !important;
    width: 50px;
    height: 20px;
    text-transform: uppercase;
    line-height: 13px;  
}
#fileUpload_flUpload{
    background: #ddd;
    border: 0px;
    border-radius: 0px;   
    margin-top: 5px;
}
#btnApprov, #btnAddRow, #btnSubmit, #btnAdd, #btnModify, #Button2, #btnGo, #btnSave, #fileUpload_btnAdd, #btnRetrieve, #btnApplySelection, #btnCpyRecrd, #btn_IT_Add, #btn_ITAddClose, #btn_ACC_Add, #btn_ACC_AddClose,#btn_CAR_AddClose,#btn_CAR_Add,#btn_T6_AddClose,#btn_T6_Add,#btnFirst, #btnLast, #btnPrevious,#btnNext,#btnC_Submit,#cUpload_btnAdd,#btnEduAddRow,#btnCompute,#ReassignRpt1_lblReassign,#ReassignInput_lblInput,#ReassignRoll1_lblReassign,#btnExl,#btnsubmit,#btnVerify,#btnBrowse,#btnShowCurrent,#btnPopulate,#btnApply,#btnPayAdd,#btnRecAdd,#btnApplyGrad,#btnApply_Des,#LcldbtnSubmit,#btnedit,#BtnSubmit,#btnSklAddRow,#BtnAddskill,#Btngetpath,#btnReportTraining,#btnTraining,#BtnGo,#btnAddCourse,#btnDNominate,#btnAddRowOBCBR,#btnTrainingAdd,#btnVehSubmit,#btn_Normalize2,#btnSelect,#btnResend,#btnCopy,#btnRegister,#btnRmvSelected,#btnExport,#btnUpdate,#btnValidate,#btnaltvalidate,#btnSynch,#btnGenXML,#LocalizedButton1,#btnUP,#btnDOWN,#btnAddModule,#btnAddForm,#btnReleas,#btnGo1,#btnQuest,#EmpSearch1,#btnAddRowOB2,#btnAddRowSOB2,#btnMapping,#btnExistsTemp,#btnAddRowRAT,#btnAddRow3DMP1,#btnAddRow3DMP2,#btnSend,#lblSubmit,#btnAddWaterMark,#btnReset,#btnSubRes,#btnExportExcel,#btnCheck,#gobutton,#btnCreate,#PartDetails0_dgPart0_AGCntrl__Add,#btnGO,#lbtnintFeed,#btnAddac,#btnMoveNext04,#btnMoveNext02,#btnAddI,#btnHandOver,#btnAllocate,#btnchoose,#btnCompare,#btnEmpComare,#btnCalcSalary,#btnProcess,#btnSubmit1,#btnReport,#BtnEmpListRefresh,#BtnEmpListRefresh,#grdActivity_ctl00_ctl02_ctl00_btnEdit,#cUpload_btnAdd,#btnSubmit_bottom,#cFileUpload_btnAdd,#btnAddActivity,#BtnList,#BtnAddAttnRow,#BtnAddtaskRow,#BtnAttachmentAdd,#RadUpload1file0,#RadUpload1AddButton,#btnPopEntity,#btnAddNew,#btnDownload,#btnAdd,#btnAddWaterMark,#btnAddClose,#ruBrowse,#btn_PAS_AddClose,#btn_PAS_Add,#btnNotDisbursed,#btnApprove,#btnDeleteSavDet,#btnXlExport,#btnFreeze,#btnClsConstnt,#btnDisableConstnt,#btnUpload,#btnExportGrid,#btnClsContract,#btnBook,#btnNBook,#btnAction1,#LocalizedLiteralview,#btnCalculate,#btnimport,#btnGenXml,#btnGenXMl,#Next,#btnSearch,#Finish,#btnReAssign,#btnAddNom,#btnChoose,#btnUnfreeze,#btnPullBack,#btnShowSQL,#btnRecordSelection,#btnFB,#btnPB,#btnYes,#btnSaveLoad,#btnMapToAll,#btnMoveAll,#btnMove,#btnOp1,#btnOp2,#btnOp3,#btnOp4,#btnOp5,#btnOp6,#btnOp7,#btnOp12,#btnOp13,#btnNom,#btnPrint,#btnFeedSave,#btnFeedReset,#PartDetails1_dgPart1_AGCntrl__Add,#PartDetails2_dgPart2_AGCntrl__Add,#PartDetails3_dgPart3_AGCntrl__Add,#btnLoadGrid,#btnretrive,#btnUpdateEmployee,#btnAddEmployee,#btnGenReport,#btnSaveGenReport,#btnLoadComp,#btnSetReview,#btnok,#btnGLPicker,#btnSaveas,#UserControlSections_grdSection_ctl00_ctl04_btnQuestion,#btnWithdraw,#btnGoalPicker,#btnCompPicker,#btn_exportexcel,#btnNewShowSQL,#btnNewSave,#btnNewShowSQL,#btnOK,#btnNewCre,#LocalizedButton2,#grdView_ctl00_ctl02_ctl04_EditFormControl_btnAdd,#grdView_ctl00_ctl02_ctl04_EditFormControl_btnInsert{
  background-color: #40409a !important;
}
#btnDelRow,#btnDelete,#LcldbtnDelete,#BtnDelete,#btn_Delete,#btnPayDelete,#btnRecDelete,#btnSklDelRow,#btnRemoveRowOB2,#btnRemoveRowSOB2,#btnRemoveRowRAT,#btnRemoveRow3DM,#btnRemoveRow3DMP1,#btnRemoveRow3DMP2,#btnRemoveRowOBCBR,#btnRemoveRow,#btnRemove,#btnRemRow,#btnRemoveCourse,#btnDeleteRow,#btnDel,#btnRemoveMap,#btnRemoveSkill,#PartDetails0_dgPart0_AGCntrl__Remove,#btnEduDelRow,#btnRemoveac,#btnRemoveI,#btnReject,#btnDelete1,#BtnDelAttnRow,#BtnDelTaskRow,#BtnDelAttachment,#btnRemoveac,#RadUpload1DeleteButton,#btnRemoveEntity,#btnAction2,#btnreject,#PartDetails1_dgPart1_AGCntrl__Remove,#PartDetails1_dgPart1_AGCntrl__Remove,#PartDetails1_dgPart1_AGCntrl__Remove,#LocalizedButton5{
  background-color: #f00 !important;
}
#btnReset, #Button1,  #btnClose, #btn_IT_Close, #btn_IT_Reset, #btnCancel, #btn_ACC_Close, #btn_ACC_Reset,#btn_CAR_Reset,#btn_CAR_Close,#btn_T6_Close,#btn_T6_Reset,#bntReset,#btnreset,#LcldbtnReset,#BtnReset,#btnPreview,#btnRefresh,#btnVehReset,#btn_Reset, #btnClear,#btnClear,#btnArrow,#lblReset,#btnResetToolbar,#btnRst,#btnReset1,#grdActivity_ctl00_ctl02_ctl00_lnkReset,#LocalizedButton1,#btnReset_bottom,#btn_PAS_Close,#btn_PAS_Reset,#btnBack,#btnResetPersonalization,#Back,#btnResetPers,#btnRemNom,#btnDiscard,#btnNo,#btnSaveReset,#btnRemove,#btnRemoveAll,#UserControlSections_grdSection_ctl00_ctl04_btnremovequestion,#btnSaveAs,#PartDetails2_dgPart2_AGCntrl__Remove,#PartDetails3_dgPart3_AGCntrl__Remove,#LocalizedButton4,#LocalizedButton6,#grdView_ctl00_ctl02_ctl04_EditFormControl_btnRemove,#grdView_ctl00_ctl02_ctl04_EditFormControl_btnCancel{
  background-color: #7f7f7f !important;
}
td{
  font-size: 12px !important;
}

.RadComboBox_Default .rcbInputCell, .RadComboBox_Default .rcbArrowCell {
  background-image:  none !important; 
  border: 1px solid rgb(148, 148, 148) !important;
}
.rgNoRecords div{
  text-align: center;
  font-size: 12px;
  padding: 10px 0px;
  background: #ffffff;
  border: 1px solid #dce0e0;
  margin: 0px;
}
.RadTabStrip .rtsLevel1{
  border-bottom: 4px solid #3b3b8f;
}
.RadTabStripTop_default .rtsLevel .rtsLink, .RadTabStripTop_default .rtsLevel .rtsOut, .RadTabStripBottom_default .rtsLevel .rtsLink, .RadTabStripBottom_default .rtsLevel .rtsOut, .RadTabStripTop_default_Baseline .rtsLevel, .RadTabStripBottom_default_Baseline .rtsLevel {
  background-image: none !important;
}
.RadTabStripTop_default .rtsSelected, .RadTabStripTop_default .rtsSelected:hover { 
  background-color: #3b3b8f !important;
}  

.RadTabStripTop_default .rtsSelected .rtsTxt, .RadTabStripTop_default .rtsSelected:hover .rtsTxt{
  color: #ffffff !important;
}
.RadTabStrip .rtsLink {
  text-align: center;
  background: #ddd;
  margin: 0px 2px;
}
#pgDetails, .RadTabStripTop_default, #pgAdvance{
  padding: 0px 15px;
}
div.RadGrid_default .rgRow {
  background-color: #f0f0f0;
  border-bottom: 1px solid #dee2e3;
}
div.RadGrid_default .rgAltRow {
  background-color: #e1e1e1;
}
#fl_IT{
  margin: 5px 0px;
}
html body .riSingle .riTextBox[type="text"] {
  border: 0px;
  border-bottom: 1px solid rgb(148, 148, 148);
  border-radius: 0px;
}
.WFSViewLink a {
  background: #40409a;
    color: #ffffff;
    padding: 5px 10px;
    text-decoration: none;
}
#TxtEmpCode{
  border: 0px !important;
    border-bottom: 1px solid rgb(148, 148, 148) !important;
}
.RadMenu_default .rmLink:hover .rmText, .RadMenu_default .rmFocused .rmText, .RadMenu_default .rmSelected .rmText{
  color: #000000;
}
fieldset{
  border: 0px !important;
}
fieldset legend strong span{
  font-size: 18px;
  font-weight:bold;
  font-family: Calibri, Arial, Helvetica;
  color: #40409a;
}
#AeSAccType_AeSAccType_btnSearch, #AesTOE_AesTOE_btnSearch, #AesNOE_AesNOE_btnSearch, #AesDisc_AesDisc_btnSearch, #AeSGrade_AeSGrade_btnSearch, #AesLevel_AesLevel_btnSearch, #AesSub_AesSub_btnSearch, #AeSMajFld_AeSMajFld_btnSearch, #AeSMinFld_AeSMinFld_btnSearch, #AesAffTo_AesAffTo_btnSearch, #dyp_ACC_roomType_dyp_ACC_roomType_btnSearch, #AesEvent_AesEvent_btnSearch, #AeSTransferType_AeSTransferType_btnSearch, #AesPCtry_AesPCtry_btnSearch, #AesCitizen_AesCitizen_btnSearch, #AeSLang_AeSLang_btnSearch, #AesCountry_AesCountry_btnSearch, #AeSEthnic_AeSEthnic_btnSearch,#AeSField1_AeSField1_btnSearch,#AeSField3_AeSField3_btnSearch,#AeSField5_AeSField5_btnSearch,#AeSField2_AeSField2_btnSearch,#AeSField4_AeSField4_btnSearch,#AeSysDynamicPopuP1_AeSysDynamicPopuP1_btnSearch,#AeSIndustryType_AeSIndustryType_btnSearch,#AeSDisablity_AeSDisablity_btnSearch,#btnOu_btnOu_btnSearch,#AeSRepTo_AeSRepTo_btnSearch,#AeSFuncTo_AeSFuncTo_btnSearch,#AeSContractor_AeSContractor_btnSearch,#AeSEmpStatus_AeSEmpStatus_btnSearch,#AeSExp_Cat_AeSExp_Cat_btnSearch,#AeSysDynamicPopuP3_AeSysDynamicPopuP3_btnSearch,#AeSPayMode_AeSPayMode_btnSearch,#cPunch_btn1,#cPunch_btn2,#cPunch_btn3,#cPunch_btn4,#cPunch_btn5,#AeSysDynamicPopuP2_AeSysDynamicPopuP2_btnSearch,#btnellipse,#AeSholidaygrid_AeSholidaygrid_btnSearch,#AeSAwardName_AeSAwardName_btnSearch,#AeSCategory_AeSCategory_btnSearch,#AeSEvent_AeSEvent_btnSearch,#AeSCategory_AeSCategory_btnSearch,#AeSCalendar_AeSCalendar_btnSearch,#AeSOperationsCategory_AeSOperationsCategory_btnSearch,#aesDReason_aesDReason_btnSearch,#popupTenure_popupTenure_btnSearch,#AeSysDynamicPopuP5_AeSysDynamicPopuP5_btnSearch,#mslEntityName_btnMS_mslEntityName,#mslOU_btnMS_mslOU,#mslLoc_btnMS_mslLoc,#msDept_btnMS_msDept,#mslDesg_btnMS_mslDesg,#mslGrade_btnMS_mslGrade,#MSLcostCenter_btnMS_MSLcostCenter,#mslMaster1_btnMS_mslMaster1,#bt1,#mslMaster3_btnMS_mslMaster3,#bt3,#mslMaster5_btnMS_mslMaster5,#bt5,#mslMaster2_btnMS_mslMaster2,#bt2,#mslMaster4_btnMS_mslMaster4,#bt4,#AeSProgCategory_AeSProgCategory_btnSearch,#AeSProgType_AeSProgType_btnSearch,#AeSTargetPart_AeSTargetPart_btnSearch,#btnHistory,#mslPosition_btnMS_mslPosition,#mslLocation_btnMS_mslLocation,#mslDesignation_btnMS_mslDesignation,#mslRegion_btnMS_mslRegion,#mslCity_btnMS_mslCity,#mslDepartment_btnMS_mslDepartment,#AesVenue_AesVenue_btnSearch,#AesAltVenue_AesAltVenue_btnSearch,#AeSSubCategory_AeSSubCategory_btnSearch,#AeSAction_AeSAction_btnSearch,#AeSAction_AeSAction_btnSearch,#AeSVisa_AeSVisa_btnSearch,#AeSEntryType_AeSEntryType_btnSearch,#AeSOrg_AeSOrg_btnSearch,#AeSMType_AeSMType_btnSearch,#btnFormula,#dpMsgNames_dpMsgNames_btnSearch,#btnBkMarkToSubject,#btnBkMarkToBody,#dpFormName_dpFormName_btnSearch,#AeSTemp_AeSTemp_btnSearch,#btnRAll,#btnLft,#btnLAll,#AeSysCategory_AeSysCategory_btnSearch,#DynmPopup_role_DynmPopup_role_btnSearch,#dpLetterType_dpLetterType_btnSearch,#dpLetterType_dpLetterType_btnSearch,#AeSNumber_AeSNumber_btnSearch,#BtnFormula,#EmpSearch2,#AeSCountry_AeSCountry_btnSearch,#AeSRegion_AeSRegion_btnSearch,#AeSCostCenter_AeSCostCenter_btnSearch,#AeSNextStatus_AeSNextStatus_btnSearch,#AeSRegion_AeSRegion_btnSearch,#AeSCostCenter_AeSCostCenter_btnSearch,#ASDLanguage_ASDLanguage_btnSearch,#btnNominee,#AeSDaysCredit_AeSDaysCredit_btnSearch,#AeSCostCenter_AeSCostCenter_btnSearch,#grdDetail_ctl00_ctl04_dyPMode_dyPMode_btnSearch,#grdDetail_ctl00_ctl04_aesType_aesType_btnSearch,#dyPMode_dyPMode_btnSearch,#dpLetterType_dpLetterType_btnSearch,
#grdDataAcco_ctl02_dypRoom_dypRoom_btnSearch,#grdDataAcco_ctl03_dypRoom_dypRoom_btnSearch,#grdDataAcco_ctl04_dypRoom_dypRoom_btnSearch,
#grdDataAcco_ctl05_dypRoom_dypRoom_btnSearch,#grdDataAcco_ctl06_dypRoom_dypRoom_btnSearch,#grdDataAcco_ctl07_dypRoom_dypRoom_btnSearch,
#grdDataAcco_ctl08_dypRoom_dypRoom_btnSearch,#grdDataAcco_ctl09_dypRoom_dypRoom_btnSearch,#grdDataAcco_ctl09_dypRoom_dypRoom_btnSearch,
#grdDataAcco_ctl10_dypRoom_dypRoom_btnSearch,#grdDataAcco_ctl11_dypRoom_dypRoom_btnSearch,#dyP_PAS_Meal_dyP_PAS_Meal_btnSearch,#mslDept_btnMS_mslDept,#AeSysDynamicPopuPCategory_AeSysDynamicPopuPCategory_btnSearch,#AeSysDynamicPopuPSubCat_AeSysDynamicPopuPSubCat_btnSearch,#AeSOU_btnMS_AeSOU,#AeSPosition_btnMS_AeSPosition,#AeSCity_btnMS_AeSCity,#AeSGrade_btnMS_AeSGrade,#AeSRegion_btnMS_AeSRegion,#AeSLocation_btnMS_AeSLocation,#EMPSRCHpeers,#EMPSRCHupwards,#EMPSRCHdownward,#Btnlookupexternal,#grdAdjust_ctl00_ctl170_aesRemarksPopup_aesRemarksPopup_btnSearch,#grdAdjust_ctl00_ctl04_aesRemarksPopup_aesRemarksPopup_btnSearch,#grdAdjust_ctl00_ctl04_aesRemarksPopup_aesRemarksPopup_btnSearch,#AeSysDynamicPopuPCompetencyCategory_AeSysDynamicPopuPCompetencyCategory_btnSearch,#MasterDefinition1_dgMaster_AGCntrl_dgMaster_AGCntrl_ctl02_btnMaster,#MasterDefinition1_dgMaster_AGCntrl_dgMaster_AGCntrl_ctl03_btnMaster,#ComputeRules1_dgMaster_AGCntrl_dgMaster_AGCntrl_ctl02_btnCompute,#ComputeRules1_dgMaster_AGCntrl_dgMaster_AGCntrl_ctl02_btnCompute,#AeSByWhom_AeSByWhom_btnSearch,#AesWPName_AesWPName_btnSearch,#ComputeRules1_dgMaster_AGCntrl_dgMaster_AGCntrl_ctl02_btnCompute{
  background-color: #7f7f7f !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  border-color: #7f7f7f !important;
}
#cUpload_flUpload,#cUploadExpCert_flUpload,#cUploadSalarySlip_flUpload,#cUploadRelvLetter_flUpload,#inpFileupload,#brwsFile,#ifileSuppDoc,#fupTrainingMat_flUpload,#fupRefMat_flUpload,#fileProfile,#flUpload,#flWatermarkUpload,#PhotoFileCntrl,#fleUpload,#cFileUpload_flUpload,#FileAttachment{
  background: #ddd;
  border-radius: 0px;
  border: none;  
  margin-top: 3px;
}
#FilterTbl{
  background-image: none !important;
  background-color: #ddd !important;
  padding: 5px 0px;
}
#cUploadExpCert_btnAdd,#cUploadSalarySlip_btnAdd,#cUploadRelvLetter_btnAdd, #cUpload_btnAdd,#fupTrainingMat_btnAdd,#fupRefMat_btnAdd,#btnright,#btnallright,#btnRight,#btnAllRight,#btnRight,#btnAddWaterMark,#btnRtAll,#btnRt,#btn_add1,#btn_addall,#btnMove,#btn_RGT_SingleSel,#btn_RGT_MultiSelect,#btn_LFT_SingleSel,#btn_LFT_MultiSelect{
  background: #40409a !important;
  color: #ffffff !important;
  border: 0px;
  border-radius: 0px;
  height: 20px;
    margin-top: 4px;
}
#btnleft,#btnallleft,#btnAllLeft,#btnLeft,#btnLt,#btnLtAll,#btn_remove1,#btn_removeall{
  background: #7f7f7f !important;
  color: #ffffff !important;
  border: 0px;
  border-radius: 0px;
  height: 20px;
    margin-top: 4px;
}
select{     
    border: 1px solid rgb(148, 148, 148);
    border-radius: 0px;
    font-family: Calibri, Arial, Helvetica;
    font-size:12px;
}
select:focus, #txtdate_dateInput:focus {
  outline: 0px;
  border-color: #40409a;
  font-family: Calibri, Arial, Helvetica;
  font-size:12px;
}
#bntSendSMS{
  background: #7f7f7f;
  border-radius: 0px;
  border: 0px;
}
.btn-reject {
  background: red !important;
}
#browser li div.folder {
  background-color: #40409a !important;
}
.lbllevel2:hover {
  background-color: #40409a !important;
  border: 1px solid #40409a !important;
  border-radius: 0px !important;
  color: #ffffff !important;
  padding: 2px 5px !important;
}
.sectionTitle{
  background: transparent;
  border: 0px;
  padding: 0px !important;
  font-family: Calibri, Arial, Helvetica !important;
  color: #40409a;
  font-size: 18px !important;
  font-weight: bold !important;
}
.RadComboBox .rcbArrowCellHidden, .RadComboBox .rcbArrowCellHidden a {
    width: 0px !important;
    display: none !important;
}
#divheading {
  border: #999 1px solid !important;
  background-color: #999 !important;
}

#DivClub, #Div1,#DivDestCity {
  text-align: left;
  border: 1px solid #ddd;
  margin: 5px;
  padding: 5px;
}
