﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

     #ddwn_Usernames
    {
        width: 128px;
        margin: 0 15px 0 0;
        font: 12px tahoma;
        direction: rtl;
        max-height: 50px;
        overflow-y: scroll;
        position: relative;          
    }

     /*autocomplete*/
         .listMain
{
background-image:url("../Images/Icon/");
background-repeat:no-repeat;
background-size:19px 19px; /*20px width px length*/
background-color:#FFFFFF;
z-index:1000;
width:245px !important;
max-height:210px; /*pjg list dropdown*/
text-align:inherit;
text-indent:1px;
list-style:none;
overflow-y:scroll;
scrollbar-arrow-color:#B89020;
scrollbar-base-color:#8E6E1C;
scrollbar-face-color:#B6C5D4;
scrollbar-3dlight-color:#8E6E1C;
scrollbar-highlight-color:#EED47D;
scrollbar-shadow-color:#959595;
scrollbar-darkshadow-color:#00337E;
margin-left:0px;
border-bottom:1px solid #B5C6D4;
border-left:0px solid #B5C6D4;
margin-top:0px;
}
.itemsMain
{
background:none;
border-collapse:collapse;
color:#00337E;
white-space:nowrap;
text-align:inherit left;
}
.itemsSelected
{
background-image:url("../Images/Icon/");
background-repeat:no-repeat;
background-size:19px 19px; /*20px width px length*/
background-color:#DADADA;   /*warna selected dlm text*/
color:#00337E;
margin-left:2px; /*jarak selected text*/
/*border-top:1px solid #FFF8E8;*/
/*border-left:1px solid #FFF8E8;*/
border-top:1px solid #00337E;/*warna selected border dlm text*/
border-left:1px solid #00337E;
border-bottom:1px solid #00337E;
border-right:1px solid #00337E;
}
/*autocomplete*/


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

.content-wrapper2 {
    margin: 0 auto;
    max-width: 760px;
}


#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 5px; 
}
    
footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }



            /*button in menu page*/
            .myBtn {
           font-weight: bold;
           padding: 5px;
           width: 100px;
           height: 50px;
           background-color: #6e6b6b; /*warna kelabu*/
           color: white;
           font-size: 10px;
           border:1px solid #373737;
       }
 
           .myBtn:hover {
               font-weight: bold;
               padding: 5px;
               width: 100px;
               height: 50px;
               background-color: #8c198c; /*warna ungu*/
               color: white;
               font-size: 10px;
           }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 10px 30px 5px 40px; /*top,left,bottom,right*/
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */

table.tbllogin td.btnlogin
{
    
    padding:0px;
    font-size:14px;
}


.BLogin
{ 
   background: url("../Images/Icon/login.png") no-repeat;
background-size:contain;
            margin: 0;
            padding: 0;
            text-align:center;  
}
.BLogout
{ 
   background: url("../Images/Icon/logout.png") no-repeat;
background-size:contain;
background-color:transparent;
            margin: 0;
            padding: 0;
            text-align:center;  
}


#loginForm {
    border-right: solid 2px #c8c8c8;/*garis tengah*/
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

    /* forms */
    fieldset 
    {
        width:580px;
        border: 1px solid #CCCCCC;
        margin: 0px;
        padding: 10px; /*jarak antara border dgn content*/
        border-radius:8px;
    }

    fieldset legend {
       padding: 0.2em 0.5em;
      border:1px solid #CCCCCC;
      color:black;
      font-size:110%;
      text-align:left;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

     fieldset ol li {
      padding-bottom: 5px;
     }

    label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

    label.checkbox {
        display: inline;
    }

        .rdLeaveDay td
        {
              vertical-align: top;
              width:10px;
        }
        .rdLeaveDay input[type="radio"]
        {
            float:left;
            margin-left:-10px;
            margin-right:0px;
            margin-bottom:-16px;
        }
        .rdLeaveDay label
         {
            margin-left:12px;
            margin-bottom: 0px;
            margin-right:0px;
            width: 60px;
            display:block;
        }

        /*page UserMasters*/
        .rdUserMaster input[type="radio"]
        {
            float:left;
            margin-left:-16px;
            margin-right:0px;
            margin-bottom:-16px;
        }
        .txtUserMasters
    {       
        font-size:12px;
        align-content:center;
        margin-left:5px;
        padding-left:10px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}


    input, textarea {     /*size text*/ 
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1em;
        margin: 3px 0 1px 0px;
        padding: 2px;
        text-align: left;
    }

    /*e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1em;
        margin: 3px 0 1px 0;
        padding: 2px;
        width: 100px;
    }*/

    textarea {
        font-family: inherit;
        width: 500px;
         width: 190px;
        height:55px
    }
    
        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
        }
        
          


    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1em;
        font-weight: 600;
        padding: 5px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 2px;
        margin-right: 2px;
    }

    .btnBack
    {       
           background: url("../Images/Icon/back2.png") no-repeat;
            background-size:contain ;
            width:200px;
            height:40px;
            margin: 0;
            padding: 0px;
            text-align:center;           
    }

     .btnDelete
    {       
           background: url("../Images/Icon/btnDelete.png") no-repeat;
            background-size:contain ;
            width:200px;
            height:40px;
            margin: 0;
            padding: 0px;
            text-align:center;           
    }
       .btnExportPDF
    {       
           background: url("../Images/Icon/ExportPDF.png") no-repeat;
            background-size:contain ;
            width:200px;
            height:40px;
            margin: 0;
            padding: 0px;
            text-align:center;           
    }
              .btnEDIT
    {       
           background: url("../Images/Icon/edit.png") no-repeat;
            background-size:contain ;
            width:200px;
            height:40px;
            margin: 0;
            padding: 0px;
            text-align:center;           
    }

    .btnSave
    {       
           background: url("../Images/Icon/btnSave.png") no-repeat;
            background-size:contain ;
            width:200px;
            height:40px;
            margin: 0;
            padding: 0px;
            text-align:center;           
    }
     .btnCancel
    {       
           background: url("../Images/Icon/btnCancel.png") no-repeat;
            background-size:contain ;
            width:200px;
            height:40px;
            margin: 0;
            padding: 0px;
            text-align:center;           
    }

               .btnAPPROVED
    {       
           background: url("../Images/Icon/btnapproved.png") no-repeat;
            background-size:contain ;
            width:75px;
            height:40px;
            margin: 0;
            padding: 0px;
            text-align:center;           
    }
.btnReview
 {       
           background: url("../Images/Icon/btnreview.png") no-repeat;
            background-size:contain ;
            width:75px;
            height:40px;
            margin: 0;
            padding: 0px;
            text-align:center;           
    }



/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
 

    table {
        border-collapse: collapse;
        border-spacing: 0;
        margin-top: 0em;
        border: 0 none;
    }
        /*width:400px;
        border: 1px solid #CCCCCC;
        margin: 0px;
        padding: 10px;*/ /*jarak antara border dgn content*/
        /*border-radius:8px;*/

th {
	font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
        
    }

	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
        padding: 0;
	}

	th a:hover {
		color: #000;
	}

    th.asc a, th.desc a {
        margin-right: .75em;
    }
    
    th.asc a:after, th.desc a:after {
		display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

 pre
    {
        font-size: 1.2em;
    }

 .AppFormtdLabel
    {
        width:30%;
    }
    .AppFormtdDivider
    {
        width: 1%;
    }
    .AppFormtdText
    {
        width: 15%;
    }

    /*FormLeave.aspx*/
       .tblFormLeave
    {
            width:550px;
            border: 1px solid #CCCCCC;
            margin: 0px;
            padding: 10px; /*jarak antara border dgn content*/
            border-radius:8px;

    }
    .tblTHFormLeave
    {
        padding:7px;
        background-color:#b8b8b8;
        font-size:18px;
        border-radius:5px;
    }
    .tblTDFormLeave
    {
        padding: 10px;
        
    }
    .FormLeaveTDLabel1
    {
        display: inline-block; 
        width:100px;
        padding:8px;     
    }
    .FormLeaveTDText1
    {
         width: 320px;
         /*border-right:1px solid #CCCCCC;*/
         padding:10px;
    }
     .FormLeaveTDLabel2
    {
        width:250px;
        padding:10px;
         border-top:1px solid #CCCCCC;
    }
    .FormLeaveTDText2
    {
        width: 350px;
         border-top:1px solid #CCCCCC;
          border-right:1px solid #CCCCCC;  
    }

    .FormLeaveFontHd
    {
        font-size: 12px;
        font-weight:bold;
        margin-top:1px;
        margin-bottom:-5px;
        color:#a1007b;
    width: 180px;
}

    .semicolon_FormLeaves
    {
       padding-bottom:14px;
    }

        .textboxNo 
        {
            text-align:right;
        }

       .FormLeaveLine
    {
        color : black;
        background-color: #CCCCCC;
       border-top: 1px solid #CCCCCC;
       border:0px;
       height:1px;
       width:500px;
       margin-left:2px;
       margin-bottom:-10px;
    }

    /*Holiday form*/
    .formHolidayLabel
    {
        width:120px;
        padding: 10px;
        height: 19px;
      
    }
    .formHolidayText
    {
         width:200px;
         height: 19px;
         padding:2px;
    }

    /*--------------Department-------------------*/
   
.txtLabelFontdropdown
{
    padding-left: 0px; /*--jarak font dengan side--*/
    margin-left:20px;
    width:100px;
    font-family:Verdana;
    font-size:10px;
}

.txtFontdropdown
{
    padding-left: 0px;
    margin-left:0px;
    width:20px;
    font-family:Verdana;
    font-size:10px;
}

.txtStatus_Department
{
    width:40px;
    padding-left: 0px;
    margin-left:-20px;
    
}

    /*----------------------------*/

    .labelError
    {
        color:red;
    }

    hr
    {
        color : black;
        background-color: #CCCCCC;
       border-top: 1px solid #CCCCCC;
       border:0px;
       height:1px;
       width:600px;
       margin-left:10px;
    }

    .divFormLeaves
    {
        margin-top:10px;
        margin-left:300px;
        border-radius:5px;
    }

/*GridView - normal view
-------------------------------------------*/
th.sortasc a  
{
    display:block; padding:0 4px 0 10px; 
    background:url(Images/icon/asc.gif) no-repeat;  
    font-family:Verdana;
    font-size:10px;
    text-transform:capitalize;
    
}

th.sortdesc a 
{
    display:block; padding:0 4px 0 10px; 
    /*content: '▲';*/
    background:url(Images/icon/desc.gif) no-repeat;
    font-family:Verdana;
    font-size:10px;
    text-transform:capitalize;
    
}
.th
{
    display:block; padding:0 4px 0 10px;
    font-family:Verdana;
    font-size:10px;
     
    
}

.bottomBorder
 {
    border-bottom: black medium solid; 

}

.GridBorder 
{
    /*margin-top: 0.75em;*/
    border-top: black medium solid; 
    border-bottom: black medium solid;
     font-family:Verdana;
     font-size:14px;
     background-color: White; 
     height:30px;
     TEXT-DECORATION: none;
     margin-left:0px;
     /*margin-right:30px;*/
     border-spacing:1px;  /*border spacing and border collapse untuk line space gridview*/
     border-collapse:separate !important;
    margin-right: 14px;
}

.GridBorder th
{
    padding-left: 5px;
     padding-right: 5px;
}
.GridBorder td
{
    padding-left: 5px;
     padding-right: 5px;
}

.GridNoBorder
{
        font-family:Verdana;
     font-size:10px;
     background-color: White; 
     height:30px;  /*height header gridview*/
     TEXT-DECORATION: none;
     margin-left:0px;
     /*margin-right:30px;*/
     border-spacing:1px;  /*border spacing and border collapse untuk line space gridview*/
     border-collapse:separate !important;
}
.GridNoBorder th
{
    padding-left: 5px;
     padding-right: 5px;
}
.GridNoBorder td
{
    padding-left: 5px;
     padding-right: 5px;
}


.headerGridBorderCenter   /*align the header in gridview*/ 
{
    text-align:center;
}
.headerGridBorderRight   /*align the header in gridview*/ 
{
    text-align:right;
}

.GridBorderFont
{
    font-size:12px;
}

   .GridViewHeaderStyle
        {

            font-family:Verdana;
            font-size:12px;
	        color:White;
             text-align:center;
            /*background-color:#507CD1;*/
            height:20px; 
            TEXT-DECORATION: none;
            /*background: black url(Image/header3.jpg) repeat-x;*/         
        }
    .GridViewHeaderStyleOperation
        {
            font-family:Verdana;
            font-size:12px;
	        color:White;
             text-align:center;
            /*background-color:#507CD1;*/
            height:20px; 
            TEXT-DECORATION: none;
          width:70px;
        }

   .GridViewHeaderStyle a
        {
            font-family:Verdana;
            font-size:12px;
	        color:White;
            /*background-color:#507CD1;*/
            height:20px;
            /*padding: 0px 4px 0px 15px;*/
            /*background:url(/Images/icon/desc.gif) no-repeat;*/
            TEXT-DECORATION: none;
        }
    .GridViewItemStyle
    {
        font-family:Verdana;
        font-size:12px;
    }
    .GridViewItemStyleOperation
    {
        font-family:Verdana;
        font-size:12px;
        width:100px;
    }
    .GridViewFooterStyle
    {
        font-family:Verdana;
            font-size:12px;
	        color:White;
             height:20px;
              TEXT-DECORATION: none;
    }

    .gridviewText
    {       
        font-size:12px;
        align-content:center;
        margin-left:5px;
        padding-left:10px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}
       .gridviewTextNumeric
    {       
        font-size:12px;
        align-content:center;
        margin-left:5px;
        padding-left:5px;
        padding-right:5px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    width:30px;
}
          .gridviewTextOperation
    {       
        font-size:12px;
        align-content:center;
        margin-left:5px;
        padding-left:25px;
        padding-right:15px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    width:30px;
}
       .gridviewUsernameText
    {       
        font-size:12px;
        align-content:center;
        width: 70px;
        margin:1px;
         margin-left:5px;
        padding-left:5px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;


    }

       .gridviewDeptText
    {       
       font-size:12px;
       width: 66px;
       align-content:center;
       margin-left:5px;
       margin-right: 1px;
       margin-top: 1px;
       margin-bottom: 1px;
    }

    .rowHover:hover
            {
                background-color: #0099FF;
                
            }


.pagerstyle{
     margin-right:10px;
     height:10px;
}

/*gridview desc  hide command button select in sales inquiry*/
.HideButton {Display : none}

.txtLeaves
{
    padding-left: 5px;
    margin-left:-15px;
    width:40px;
}

 


/*Dialog Box tooltip*/
.ajax__balloon_popup .oval {
	background-image:url("oval.png");
}

/* SMALL SIZE */
.ajax__balloon_popup .oval .small {
	width:200px;
	height:150px;
}

.ajax__balloon_popup .oval .small .bottom_right {
	background-position: 0 0;
}
.ajax__balloon_popup .oval .small .bottom_right .ajax__content {
	padding: 35px;
}
.ajax__balloon_popup .oval .small .bottom_right_shadow {
	background-position: -950px 0;
}

.ajax__balloon_popup .oval .small .bottom_left {
	background-position: 0 -150px;
}
.ajax__balloon_popup .oval .small .bottom_left .ajax__content {
	padding: 35px;
}
.ajax__balloon_popup .oval .small .bottom_left_shadow {
	background-position: -950px -150px;
}

.ajax__balloon_popup .oval .small .top_right {
	background-position: 0 -300px;
}
.ajax__balloon_popup .oval .small .top_right .ajax__content {
	padding: 35px;
}
.ajax__balloon_popup .oval .small .top_right_shadow {
	background-position: -950px -300px;
}

.ajax__balloon_popup .oval .small .top_left {
	background-position: 0 -450px;
}
.ajax__balloon_popup .oval .small .top_left .ajax__content {
	padding: 35px;
}
.ajax__balloon_popup .oval .small .top_left_shadow {
	background-position: -950px -450px;
}
/* END OF - SMALL SIZE */

/* MEDIUM SIZE */
.ajax__balloon_popup .oval .medium {
	width:250px;
	height:200px;
}

.ajax__balloon_popup .oval .medium .bottom_right {
	background-position: -200px 0;
}
.ajax__balloon_popup .oval .medium .bottom_right .ajax__content {
	padding: 43px;
}
.ajax__balloon_popup .oval .medium .bottom_right_shadow {
	background-position: -1150px 0;
}

.ajax__balloon_popup .oval .medium .bottom_left {
	background-position: -200px -200px;
}
.ajax__balloon_popup .oval .medium .bottom_left .ajax__content {
	padding: 43px;
}
.ajax__balloon_popup .oval .medium .bottom_left_shadow {
	background-position: -1150px -200px;
}

.ajax__balloon_popup .oval .medium .top_right {
	background-position: -200px -400px;
}
.ajax__balloon_popup .oval .medium .top_right .ajax__content {
	padding: 43px;
}
.ajax__balloon_popup .oval .medium .top_right_shadow {
	background-position: -1150px -400px;
}

.ajax__balloon_popup .oval .medium .top_left {
	background-position: -200px -600px;
}
.ajax__balloon_popup .oval .medium .top_left .ajax__content {
	padding: 43px;
}
.ajax__balloon_popup .oval .medium .top_left_shadow {
	background-position: -1150px -600px;
}
/* END OF - MEDIUM SIZE */

/* LARGE SIZE */
.ajax__balloon_popup .oval .large {
	width:500px;
	height:300px;
}

.ajax__balloon_popup .oval .large .bottom_right {
	background-position: -450px 0;
}
.ajax__balloon_popup .oval .large .bottom_right .ajax__content {
	padding: 70px;
}
.ajax__balloon_popup .oval .large .bottom_right_shadow {
	background-position: -1400px 0;
}

.ajax__balloon_popup .oval .large .bottom_left {
	background-position: -450px -300px;
}
.ajax__balloon_popup .oval .large .bottom_left .ajax__content {
	padding: 80px;
}
.ajax__balloon_popup .oval .large .bottom_left_shadow {
	background-position: -1400px -300px;
}

.ajax__balloon_popup .oval .large .top_right {
	background-position: -450px -600px;
}
.ajax__balloon_popup .oval .large .top_right .ajax__content {
	padding: 70px;
}
.ajax__balloon_popup .oval .large .top_right_shadow {
	background-position: -1400px -600px;
}

.ajax__balloon_popup .oval .large .top_left {
	background-position: -450px -900px;
}
.ajax__balloon_popup .oval .large .top_left .ajax__content {
	padding: 70px;
}
.ajax__balloon_popup .oval .large .top_left_shadow {
	background-position: -1400px -900px;
}
/* END OF - LARGE SIZE */




.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: gray;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    background-color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    background-color: black;
    font-weight:bold;
}



/* ComboBox styles */

#master_content .ajax__combobox_itemlist
{
    margin: 0px;
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    background-image: url(Images/combobox/toolkit-bg.gif);
    background-position: top left;
    border: 0px none;
    color: #FFFFFF;
    padding: 4px 0px 3px 5px;
    font-size: 13px;
    height: 16px;
    width: 240px;
}
.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url(Images/combobox/toolkit-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 23px;
    width: 23px;
}
.AjaxToolkitStyle .ajax__combobox_itemlist
{
    border-color: #0F2543;
    background-color: #EFEFEF;
}

.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    background-image: url(../Images/combobox/aqua-bg.gif);
    background-position: top left;
    border: 0px none;
    padding: 2px 0px 0px 8px;
    font-size: 11px;
    height: 17px;
    width: 150px;
}
.AquaStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url(Images/combobox/aqua-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 19px;
    width: 19px;
}
.AquaStyle .ajax__combobox_itemlist
{
    border-color: #000000;
    background-color: #FFFFFF;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(Images/combobox/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 10px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}

.chklabel input[type="checkbox"]
        {
            float:left;
            margin-left:-3px;
            margin-right:0px;
            margin-bottom:0px;
             margin-top:10px;
        }

 .chklabel label /*Feed Speed*/
        {
            font-size:0px;
             margin-top:12px;
            margin-left: 11px;
            margin-bottom: -15px;
            margin-right:40px;
            width: 180px;
            display:block;
        }



/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {


    /* page elements
----------------------------------------------------------*/



    h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }
     /* featured */
    .featured .content-wrapper {
        /*padding: 5px;*/
         padding: 5px 30px 2px 40px; /*top,left,bottom,right*/
    }



    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }

        /* tables
----------------------------------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0em ;
    border: 0 none;
    }

    th {
	font-size: 0.6em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
    }
    th a {
        display: block;
        position: relative;
        
    }
	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
        padding: 0;
	}
	th a:hover {
		color: #000;
	}
    th.asc a, th.desc a {
        margin-right: .75em;
    } 
    th.asc a:after, th.desc a:after {
		display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
	}
	th.asc a:after {
		content: '▲';
	}
	th.desc a:after {
		content: '▼';
	}

    td {
    padding: 0.1em 1em 0.1em 0em;
    border: 0 none;
    font-size: 0.85em;
    }

    tr.pager td {
    padding: 0 0.25em 0 0;
    }
    pre
    {
        font-size: 1em;
    }

     .AppFormtdLabel
    {
        width:18%;
    }
    .AppFormtdDivider
    {
        width: 1%;
    }
    .AppFormtdText
    {
        width: 15%;
    }


      /*FormLeave.aspx*/
       .tblFormLeave
    {
            width:290px;
            border: 1px solid #CCCCCC;
            margin: 0px;
            padding: 7px; /*jarak antara border dgn content*/
            border-radius:8px;

    }
    .tblTHFormLeave 
    {
        padding:2px;
        background-color:grey;
        font-size:10px;
    }
    .tblTDFormLeave
    {
        padding: 5px;
        
    }
    .FormLeaveTDLabel1
    {
        width:150px;
        padding:5px;
    }
    .FormLeaveTDText1
    {
         width: 250px;
         /*border-right:1px solid #CCCCCC;*/
         padding:5px;
    }
     .FormLeaveTDLabel2
    {
        width:150px;
        padding:5px;
         border-top:1px solid #CCCCCC;
    }
    .FormLeaveTDText2
    {
        width: 250px;
         border-top:1px solid #CCCCCC;
          border-right:1px solid #CCCCCC;
    }

    .divFormLeaves
    {
        margin-top:20px;
        margin-left:10px;
        
    }

      .FormLeaveFontHd
    {
        font-size: 10px;
        font-weight:bold;
        margin-top:1px;
        margin-bottom:-5px;
        color:#a1007b; /*warna color leuco*/
    }

       .FormLeaveLine
    {
        color : black;
        background-color: #CCCCCC;
       border-top: 1px solid #CCCCCC;
       border:0px;
       height:1px;
       width:400px;
       margin-left:2px;
       margin-bottom:-10px;
    }

    /*Holiday form*/
    .formHolidayLabel
    {
        width:150px;
        padding:5px;
        padding-left:5px;
    }
    .formHolidayText
    {
         width:150px;
        padding:5px;
    }


        /*--------------Department--Mobile View-----------------*/
   
.txtLabelFontdropdown
{
    padding-left: 0px;
    margin-left:0px;
    width:70px;
    font-family:Verdana;
    font-size:8px;
}

.txtFontdropdown
{
    padding-left: 0px;
    margin-left:0px;
    width:30px;
    font-family:Verdana;
    font-size:8px;
}


.txtStatus_Department
{
    width:20px;
    padding-left: 0px;
    margin-left:-20px;
    
}


    /*----------------------------*/



     hr
    {
        color : black;
        background-color: #CCCCCC;
       border-top: 1px solid #CCCCCC;
       border:0px;
       height:1px;
       width:400px;
    }




        /*GridView
-------------------------------------------*/
th.sortasc a  
{
    display:block; padding:0 4px 0 10px; 
    background:url(Images/icon/asc.gif) no-repeat;  
    font-family:Verdana;
    font-size:5px;
    text-transform:capitalize;
    
}

th.sortdesc a 
{
    display:block; padding:0 4px 0 10px; 
    /*content: '▲';*/
    background:url(Images/icon/desc.gif) no-repeat;
    font-family:Verdana;
    font-size:5px;
    text-transform:capitalize;
    
}
.th
{
    display:block; padding:0 4px 0 10px;
    font-family:Verdana;
    font-size:5px;
     
    
}

.bottomBorder
 {
    border-bottom: black medium solid; 

}

.GridBorder 
{
    /*margin-top: 0.75em;*/
    border-top: black medium solid; 
    border-bottom: black medium solid;
     font-family:Verdana;
     font-size:8px;
     background-color: White; 
     height:5px;
     TEXT-DECORATION: none;
     margin-left:0px;
     /*margin-right:30px;*/
     border-spacing:1px;  /*border spacing and border collapse untuk line space gridview*/
     border-collapse:separate !important;
    
      /*padding-left: 10px;
     padding-right: 10px;*/
                         
}

.GridBorder th
{font-size:8px;
    padding-left: 1px;
     padding-right: 1px;
     
}
.GridBorder td
{font-size:8px;
    padding-left: 1px;
     padding-right: 1px;
     
}

.GridNoBorder
{
    
     font-family:Verdana;
     font-size:5px;
     background-color: White; 
     height:9px;  /*height header gridview*/
     TEXT-DECORATION: none;
     margin-left:0px;
     /*margin-right:30px;*/
     border-spacing:1px;  /*border spacing and border collapse untuk line space gridview*/
     border-collapse:separate !important;
}
.GridNoBorder th
{
    padding-left: 5px;
     padding-right: 5px;
}
.GridNoBorder td
{
    padding-left: 5px;
     padding-right: 5px;
}


.headerGridBorderCenter   /*align the header in gridview*/ 
{
    font-size:8px;
    text-align:center;
}
.headerGridBorderRight   /*align the header in gridview*/ 
{
    font-size:8px;
    text-align:right;
}

.GridBorderFont
{
    font-size:7px;
}

   .GridViewHeaderStyle
        {

            font-family:Verdana;
            font-size:5px;
	        color:White;
            text-align:center;
            /*background-color:#507CD1;*/
            height:5px;
            TEXT-DECORATION: none;
            width:-0px;
            /*background: black url(Image/header3.jpg) repeat-x;*/
        }

   .GridViewHeaderStyle a
        {
            font-family:Verdana;
            font-size:8px;
	        color:White;
            /*background-color:#507CD1;*/
            height:10px;
            /*padding: 0px 4px 0px 15px;*/
            /*background:url(/Images/icon/desc.gif) no-repeat;*/
            TEXT-DECORATION: none;
            
        }
    .GridViewHeaderStyleOperation
        {
            font-family:Verdana;
            font-size:8px;
	        color:White;
             text-align:center;
            /*background-color:#507CD1;*/
            height:20px; 
            TEXT-DECORATION: none;
          width:-20px;
        }

    .GridViewItemStyle
    {
        font-family:Verdana;
        font-size:8px;
        width:-100px;
    }
     .GridViewItemStyleOperation
    {
        font-family:Verdana;
        font-size:12px;
        width:-100px;
    }
     .GridViewFooterStyle
    {
        font-family:Verdana;
            font-size:8px;
	        color:White;
             height:20px;
              TEXT-DECORATION: none;
    }

      .gridviewText
    {      font-size:8px;
        align-content:center;
        width: 20px;
        margin:1px;
        margin-left:5px;
        padding-left:2px;
        margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    }

       .gridviewTextNumeric
    {       
        font-size:8px;
        align-content:center;
        margin-left:5px;
        padding-left:3px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    width:20px;
}
       .gridviewUsernameText
    {       
        font-size:8px;
        align-content:center;
        width: 50px;
         margin:1px;
         margin-left:2px;
        padding-left:2px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    }

          .gridviewDeptText
    {       
        font-size:8px;
        align-content:center;
        width: 40px;
        margin:1px;
        margin-left:15px;
    }

.rowHover:hover
            {
                background-color: #0099FF;
                
            }

.pagerstyle{
     margin-right:10px;
     height:10px;
}
/*gridview desc  hide command button select in */
.HideButton {Display : none} 


/*Formview*/
.FormviewBorder 
{
    /*margin-top: 0.75em;*/
   
    border-top: black medium solid; 
    border-bottom: black medium solid;
     font-family:Verdana;
     font-size:7px;
     background-color: White; 
     height:5px;
     TEXT-DECORATION: none;
     margin-left:0px;
     /*margin-right:30px;*/
     border-spacing:1px;  /*border spacing and border collapse untuk line space gridview*/
     border-collapse:separate !important;
    
      /*padding-left: 10px;
     padding-right: 10px;*/
                         
}

.FormviewBorder th
{font-size:8px;
    padding-left: 1px;
     padding-right: 1px;
     
}
.FormviewBorder td
{font-size:7px;
    padding-left: 1px;
     padding-right: 1px;
     
}

/*end of form view*/




/* forms */
    fieldset 
    {
        width:350px;
        border: 1px solid #CCCCCC;
        margin: 0px;
        padding: 10px; /*jarak antara border dgn content*/
        border-radius:8px;
    }

    fieldset legend {
      padding: 0.2em 0.5em;
      border:1px solid #CCCCCC;
      color:black;
      font-size:80%;
      text-align:left;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    label {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

    label.checkbox {
        display: inline;
    }

        .rdLeaveDay td
        {
              vertical-align: top;
              width:10px;
        }
        .rdLeaveDay input[type="radio"]
        {
            float:left;
            margin-left:-24px;
            margin-right:0px;
            margin-bottom:-16px;
        }
        .rdLeaveDay label
        {
            margin-left: 20px;
            margin-bottom: 0px;
            margin-right:0px;
            width: 30px;
            display:normal;
        }

    input, textarea {     /*size text*/ 
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1em;
        margin: 3px 0 1px 0;
        padding: 2px;
        width: 70px;
    }

    textarea {
        font-family: inherit;
        width: 140px;
        height:55px
    }
    
        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
        }
 
    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1em;
        font-weight: 600;
        padding: 3px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 0.9em;
        padding: 1px;
        margin-right: 1px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.txtLeaves
{
    width:40px;
    padding-left: -100px;
    margin-left:-300px;
    
}

    .note
    {
        font-size: 8.6px;
    }

     /*page UserMasters*/
        .rdUserMaster input[type="radio"]
        {
            float:left;
            margin-left:-40px;
            margin-right:0px;
            margin-bottom:-16px;
        }
        .txtUserMasters
    {       
        font-size:8px;
        align-content:center;
        margin-left:40px;
        padding-left:50px;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: 1px;
}


         .btnBack
    {       
           background: url("../Images/Icon/back2.png") no-repeat;
            background-size:contain ;
            width:100px;
            height:20px;
            margin: -40px;
            padding: 0px;
            text-align:center;           
    }

  .btnDelete
    {       
           background: url("../Images/Icon/btnDelete.png") no-repeat;
            background-size:contain ;
            width:100px;
            height:20px;
            margin: -40px;
            padding: 0px;
            text-align:center;           
    }




          .btnExportPDF
    {       
           background: url("../Images/Icon/ExportPDF.png") no-repeat;
            background-size:contain ;
            width:100px;
            height:20px;
            margin: 0;
            padding: 0px;
            text-align:center;           
    }
              .btnEDIT
    {       
           background: url("../Images/Icon/edit.png") no-repeat;
            background-size:contain ;
            width:100px;
            height:20px;
            margin: -40px;
            padding: 0px;
            text-align:center;           
    }
               .btnSave
    {       
           background: url("../Images/Icon/btnSave.png") no-repeat;
            background-size:contain ;
            width:100px;
            height:20px;
            margin: 0;
            padding: 0px;
            text-align:center;           
    }
     .btnCancel
    {       
           background: url("../Images/Icon/btnCancel.png") no-repeat;
            background-size:contain ;
            width:100px;
            height:20px;
            margin: -40px;
            padding: 0px;
            text-align:center;           
    }

               .btnAPPROVED
    {       
           background: url("../Images/Icon/btnapproved.png") no-repeat;
            background-size:contain ;
            width:75px;
            height:20px;
            margin: -40px;
            padding: 0px;
            text-align:center;           
    }
               .btnReview
 {       
           background: url("../Images/Icon/btnreview.png") no-repeat;
            background-size:contain ;
            width:75px;
            height:20px;
            margin: -40px;
            padding: 0px;
            text-align:center;           
    }

}
/* END: Mobile Styles */
