
.lang
{
    float: left;
    display: inline;
    position: absolute;
    left: 15px;
}
/*--------------------------*/
.btns > li
{
    margin-left: 2px;
    float: right;
}
.btns > li > a, .btns > li > #settinglist a, .btns > li > #notifylist a, #properties a
{
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
}


.btns > li > a, .btns > li > #settinglist a, .btns > li > #notifylist a
{
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
    margin: 6px;
}



.btns > li > a
{
    background-image: url('../images/modules-icons-24px.gif');
}


.notificationicon a
{
    background-position: -72px 0;
}
.settingsicon a
{
    background-position: -48px 0;
}
.modulesicon > a
{
    background-position: 0 0;
}
.fulscrnicon a
{
    background-position: -24px 0;
}
#lblHelp1 a
{
    background-position: -48px -24px;
}

/*--------------------------*/
.rights
{
    float: right;
    width: 324px;
}

.toolbar
{
    width: 100%;
}

.user
{
    background-image: url('../images/user.jpg');
    background-repeat: no-repeat;
    background-position: left;
}

.pass
{
    background-image: url('../images/password.jpg');
    background-repeat: no-repeat;
    background-position: left;
}



.welcomeuser
{
    padding: 14px 8px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
}

.btnsholder
{
    height: 31px;
    float: left;
    position: absolute;
    left: 150px;
}

#lnkLang
{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    margin-top: 6px;
    left: 0;
}

#lblHelp1 a
{
    width: 24px;
    height: 24px;
    display: block;
}

#lblPDF1 a
{
    width: 24px;
    height: 24px;
    display: block;
    background-position: -72px -24px;
}

#properties
{
    float: left;
}


#properties .PDF
{
    right: 136px;
    position: relative;
    margin-top: 5px;
    float: right;
}
#properties .help
{
    right: 130px;
    position: relative;
    margin-top: 5px;
    float: right;
}

.logout a#lnkSignOut1
{
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/modules-icons-24px.gif);
    margin-top: 5px;
    background-position: 0 -24px;
    position: absolute; 
    left: -110px;
}
.me-default, .mk-default, .notifyno
{
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px; /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .7);*/
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    min-width: 12px;
    padding: 0;
    text-align: center;
    position: absolute;
    color: #fff;
    padding: 0 2px !important;
    z-index: 999;
}
.notifyno
{
    background: #fa3c45;
}
.mk-default
{
    background: #999;
    cursor: pointer;
    display: none;
    color:#f1f1f1 !important;
}
.mk-default:hover
{
    background: #B1B1B1;
    color:BLACK;
      opacity: 0.8;
}
 
.me-default
{
    background: #5cb85c;
}
a[id^=module]:hover .mk-default
{
    display: block !important;
}
span#numbers
{
    top: 0;
    left: 15px;
}
.me-default, .mk-default, .sub-menu .notifyno
{
    top: 12px;
    left: 5px;
}
.me-default:before
{
    content: "";
}
.mk-default:before
{
    content: "";
}

.module-name
{
    background-color: #fff;
    color: 333333;
    border-top: #ccc 1px solid;
    border-right: #b7b7b7 1px solid;
    border-bottom: 1px solid #FFF;
    box-shadow: inset 0 2px 0 #333;
}

.tabs-on, .tabs-off
{
    font-weight: bold;
    font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #f3f3f3;
    border: #d5d5d5 1px solid;
    text-align: center;
}

.tabs-on a, .tabs-off a
{
    display: block;
    width: 100%;
    height: 100%;
    padding: 11px 0;
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    color: #333;
}
.tabs-on a, .tabs-off a:hover
{
    background-color: #f9f9f9;
    box-shadow: inset 0px 2px 0px #59aaf4;
    cursor: pointer;
}

.seperator1
{
    border-right: 2px solid #333;
    display: block;
    position: absolute;
    width: 0;
    height: 35px;
    left: -40px;
}

#inf + .seperator1
{
    left: 199px;
}
.logout + .seperator1
{
    left: 82px;
}
  /*.ui-tooltip, .arrow:after {
    background: #dcdcdc;
    border: 2px solid #dcdcdc;
  }
  .ui-tooltip 
  {
      max-width:200px;
    padding: 5px 5px;
    color: black;
    border-radius: 20px;
    font-size: 9px;
    font-family:Droid Arabic Naskh, Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position:absolute;
    left: 40%;
    margin-left: -15px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }*/
 a.ui-tooltip span
{
    
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-box-shadow: 0px 0px 8px 4px #666;
    -webkit-box-shadow: 0px 0px 8px 4px #666;
    box-shadow: 0px 0px 8px 4px #666;
    opacity: 0.8;
}

div.ui-tooltip {
    color: rgb(113, 157, 171);
    background: rgb(255, 255, 255);
    border: 2px solid #B1A7A7;
    border-radius: 5px;
    text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
    height: auto;
}

.ui-tooltip:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 0px;
      border-style: solid;
      border-color: #B1A7A7 transparent transparent transparent;
      top:32px;
      left: 55px;
}

.branchddl{
padding-right:10px;
}





/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*********************************************                         *******************************************/
/*********************************************  Time Attendance Style  *******************************************/       
/*********************************************       ((  Top  ))       *******************************************/
/*********************************************                         *******************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/



.pnl-Boarder
{
    border: 1px solid #C6D5E4;
    Height:auto;
    margin-top: -1px;
}

.btnSHFilter-right
{
    float:left;
    margin-top: 12px;
}

.TA-tabs
{
    /*margin-bottom: 1px;*/
	    margin-right: 0px !important;
    margin-left: 0px !important;
}

.TA-labels
{
    font-weight: bold;
    font-size: 12px;
    padding-left: 3px;
}

.TA-Padding
{
    padding: 7px;
 
	/*padding-top: 5px;
    padding-bottom: 5px;*/
}

.TA-textInput, .clsText {
    width: 100%;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #867F7F !important;
}

.TA-Dropdown
{
    width: 100%;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #867F7F;
}

.ui-datepicker-trigger
{
    padding-right: 5px;
}

.ctrl-sm
    {
        max-width: 85%;
    }

@media(max-width: 500px)
{
    .ctrl-sm
    {
        max-width: 82%;
    }
} 

@media(min-width: 991px)
{
    .TA-labels
    {
        padding-right: 15px;
    }
}     

            



/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*********************************************                         *******************************************/
/*********************************************  Time Attendance Style  *******************************************/       
/*********************************************       ((  End  ))       *******************************************/
/*********************************************                         *******************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/