
.lang
{
    float: right;
    display: inline;
    position: absolute;
    right: 23px;
}
/*--------------------------*/
.btns > li
{
    margin-right: 2px;
    float: left;
}
.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: left;
    width: 324px;
}

.toolbar
{
    width: 100%;
}

.user
{
    background-image: url('../images/user.jpg');
    background-repeat: no-repeat;
    background-position: right;
}

.pass
{
    background-image: url('../images/password.jpg');
    background-repeat: no-repeat;
    background-position: right;
}



.welcomeuser
{
    padding: 14px 8px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted #333;
}

.btnsholder
{
    height: 31px;
    float: left;
    position: absolute;
    right: 150px;
}

#lnkLang
{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    margin-top: 6px;
    right: 0;
}

#lblHelp1 a
{
    width: 24px;
    height: 24px;
    display: block;
}

#lblPDF1 a
{
    width: 24px;
    height: 24px;
    display: block;
    background-position: -72px -24px;
}

#properties
{
    float: right;
}


#properties .PDF
{
    right: 136px;
    position: relative;
    margin-top: 5px;
    float: left;
}
#properties .help
{
    right: 130px;
    position: relative;
    margin-top: 5px;
    float: left;
}

.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;
    right: -100px;
}
.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;
    color:#fff
}

a[id^=module]:hover .mk-default
{
    display: block !important;
}
span#numbers
{
    top: 0;
    left: 15px;
}
.me-default, .mk-default, .sub-menu .notifyno
{
    top: 12px;
    right: 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;
    right: -25px;
    margin-top: 3px;
}

#inf + .seperator1
{
    right: 199px;
}
.logout + .seperator1
{
    right: 82px;
}

/*span.tooltip,.ui-tooltip {
      position: absolute;
      width: 128px;
      height: 48px;
      line-height: 48px;
      padding: 0px 16px 0px 8px;
      font-size: 22px;
      text-align: center;
      color: rgb(255, 255, 255);
      background: rgb(96, 172, 57);
      border: 0px 0px 0px 0px none none none none rgb(255, 255, 255) rgb(70, 126, 42) rgb(255, 255, 255) rgb(255, 255, 255);
      border-radius: 0px 3.1875px 3.1875px 0px;
      text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
      box-shadow: rgb(85, 153, 51) -4px 0px 4px 0px inset;
}

 .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
{
    outline: none;
}
a.ui-tooltip strong
{
    line-height: 30px;
}
a.ui-tooltip:hover
{
    text-decoration: none;
}
a.ui-tooltip span
{
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: 60px;
    margin-left: -160px;
    width: 240px;
    line-height: 16px;
}
a.ui-tooltip:hover span
{
    display: inline;
    position: absolute;
    border: 2px solid #FFF;
    color: #EEE;
    background: #000 url(src/css-tooltip-gradient-bg.png) repeat-x 0 0;
}
.callout
{
    z-index: 20;
    position: absolute;
    border: 0;
    top: -14px;
    left: 120px;
}

/*CSS3 extras*/
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;
}

.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-left:10px;
}






/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*********************************************                         *******************************************/
/*********************************************  Time Attendance Style  *******************************************/       
/*********************************************       ((  Top  ))       *******************************************/
/*********************************************                         *******************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/



.pnl-Boarder
{
    border: 1px solid #C6D5E4;
    Height:auto;
    margin-top: -1px;
}

.btnSHFilter-right
{
    float:right;
    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-left: 5px;
}

.ctrl-sm
    {
        max-width: 90%;
    }

@media(max-width: 500px)
{
    .ctrl-sm
    {
        max-width: 82%;
    }
} 

@media(min-width: 991px)
{
    .TA-labels
    {
        padding-left: 15px;
    }
}     

            

            



/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*********************************************                         *******************************************/
/*********************************************  Time Attendance Style  *******************************************/       
/*********************************************       ((  End  ))       *******************************************/
/*********************************************                         *******************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/