@font-face
{
	font-family:"OpenSans";
	src:url(../fonts/OpenSans/OpenSans-Regular.ttf);
}

body 
{
	font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    margin:0;    
    height:100%;
    background-color: #e5e5e5;
}

/*Header Section*/
div.header
{
    background-image:url(../Images/azure-blue-10.jpg); /*20150511*/
    /*background-color: #4D7DA2;*/
	height: 106px;
	width: 100%;
	position: relative;
    min-width: 1130px;
}
img.logo
{
	margin-top:8px;
	margin-bottom:8px;
	margin-left:8px;
}
div.account-container
{
	position: absolute;
    right: 150px;
	top: 26px;
    z-index: 1;
}
div.account-container span, div.account-container a
{
	color:white;
}
div.company-project-container
{
	position: absolute;
    right: 10px;
    top:5px;
    text-align:left;/*tambahan*/
    font-weight:bold;/*tambahan*/
    color:white;/*tambahan*/
}
div.company-project-container span
{
	/*background-color:white;*/
	/*color:#26a9e0;*/
    color:white;/*tambahan*/
	/*padding:5px;*/
	margin-right:5px;
}
div.company-project-container a/*tambahan*/
{/*tambahan*/
	color:white;/*tambahan*/
}/*tambahan*/
div.account-options 
{
  background-color: white;
  box-shadow:gray 1px 1px 10px;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  display:none;
}

div.account-options ul
{
    padding-left:25px;
    padding-right:25px;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:0;
    margin-top:5px;
}

div.account-options li
{
    list-style:none;
}

div.account-options a 
{
    text-decoration:none;
    color:#279FDA;
    line-height:25px;
}
div.account-options a:hover
{
    color:#58595B;
}

div.header-text-left
{
	position:absolute;
    left: 200px;
    top:20px;
    text-align:left;
    font-weight:bold;
    color:white;
}
div.header-text-left span
{
    color:white;
	margin-right:5px;
}
div.header-text-left a
{
	color:white;
}

/*Menu/Navigation Section*/
div.side-navigation
{
    position: absolute;
    /*left:-239px;*/
    display: inline-block;
    background-color: rgb(214, 229, 245);
}
a.close-button
{
	position: relative;
	left: 220px;
	top: 5px;
}
div.side-navigation ul
{
    width: 221px;
    list-style: none;
    margin: 0;
    padding-left: 18px;
    border-bottom-color:#AFBEAF;
    border-bottom-width:1px;
    border-top-width:0px;
    border-right-width:0px;
    border-left-width:0px;
    border-style:solid;
    box-sizing: content-box;
}

div.side-navigation li a:link, div.side-navigation li a:visited
{
	font-size:13px;
	color:#58595B;
	text-decoration:none;
	display:inline-block;
	padding-bottom:8px;
	padding-top:8px;
    text-align:left;
}

div.side-navigation ul ul
{
    width:203px;
}
div.side-navigation ul ul ul
{
    width: 185px;
}

div.side-navigation ul ul li a, div.side-navigation ul ul li a:visited
{
	font-size:14px;
	color:#58595B;
	text-decoration:none;
	display:inline-block;
	width:190px;
	padding-bottom:8px;
	padding-top:8px;
    text-align:left;
}

div.side-navigation li a:hover
{
    font-weight:bold;
	color:#279FDA;
}
div.side-navigation li a.menupath
{
    font-weight:bold;
}
div.side-navigation ul ul li a:hover
{
	color:#279FDA;
}
div.side-navigation ul ul li 
{
    width:203px;
}

div.side-navigation ul ul ul li
{
    display:none;
    width:185px;
}


/*Content Section*/
div.global-content
{
	margin-left:0px;
}
h4.top-title
{
	color: black;
	margin-top: 0;
}
div.content
{    
    min-height: 750px;
    padding: 0px 5px 5px 5px;
    color: #58595b;
    /*background-color: #e5e5e5;*/
    border: 5px solid #e5e5e5;
}

/*Standard Tools Section*/
div.hide-container
{
	position: absolute;
	background-color: transparent;
	height: 35px;
	width: 50px;
	display: block;
}
div.standard-tools-container
{
	background-color: #d6e5f5;
	width: 100%;
	height: 35px;
	position:relative;
}
img.hide-navigation
{
  cursor: pointer;
  margin-top: 5px;
  margin-left: 10px;
}
div.write-mode-container
{
	min-width:519px;
	position:absolute;
	top:8px;
    /*left:65px;*/
}
div.write-mode-container a
{
	text-decoration:none;
	color:#2b388f;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	margin:10px;
}
div.write-mode-container a.inactive
{
	color:#a6a8ab;
}


/*Footer Section*/
#version {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
#copyright {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

/*Dashboard Section*/
div.dashboard-container
{
	display:inline-block;
	margin: 15px;
	text-align:center;
}
div.dashboard-container a
{
	text-decoration:none;
	color:#58595b;
}
div.dashboard-container span
{
	display:block;
}








div.k-pager-wrap
{
    background-color: #4D7DA2;
}

div.k-grid table tr.k-alt
{
    background-color: #d6e5f5;
}

div.k-grid table tr.k-state-selected
{
    background-color: #1984c8;
}



.k-tabstrip.ast-tab {
    background: none transparent;
    color: #000000;
    border-width: 0;
    box-shadow: none;
}
div.k-tabstrip.ast-tab .k-tabstrip-items {
    padding: 0;
}
div.k-tabstrip.ast-tab .k-content {
    margin: 0;
    padding: 0.3em;
}
.ast-tab.k-tabstrip .k-content.k-state-active {
    color: #000000;
}

.k-button.ast-right-button.k-space-right {
        padding: 0px;
        border: 1px solid #000000;
        line-height: normal;
}
.k-button.ast-right-button.k-space-right > span:first-of-type {
    margin-right: -4px;
    border: none;
}
.k-button.ast-right-button.k-space-right input, .k-button.ast-right-button.k-space-right .k-button {
    line-height: 1.72em;
    border: none;
}

.k-header.k-grid-toolbar {
    background-color: #d6e5f5;
    text-align: center;
    font-size: 14px;
    height: 25px;
}
.ast-grid-title {
    font-weight: bold;
    color: black;
    top: 8px;
    position: relative;
}
.k-header.k-grid-toolbar button:first-of-type{
    top:5px;
    left: 5px;
    position:absolute;
}
.k-header.k-grid-toolbar .k-button, .k-header.k-grid-toolbar .k-button:active {
    background-color: transparent;
    border-color: transparent;  
    background-image: none;
    color: #2b388f;
    font-style: italic;
    font-weight: bold;
    box-shadow: none;
    font-size: inherit;
} 
.k-header.k-grid-toolbar .k-button:focus:not(.k-state-disabled):not([disabled]) {
    box-shadow: none;
}
.k-header.k-grid-toolbar .ast-grid-toolbarcontent {
    top: 4px;
    position: absolute; 
    right: 5px;
    font-size: 12px;
    font-weight: bold;
}
.k-header.k-grid-toolbar .ast-grid-toolbarcontent > * {
    margin-left: 10px;
}