@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway/raleway-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/raleway/raleway-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway/raleway-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway/raleway-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway/raleway-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body 
{
	/*font-family: 'Raleway';*/
    font-family: Calibri;
    font-size: 14px;
    margin:0;    
    height:100%;
    background-color: #e5e5e5;
}

/*Header Section*/
div.header-portal
{
    background-color: #0c9557;
	height: 44px;
	width: 100%;
	position: fixed;
    min-width: 1130px;
    z-index: 99;
}
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: #f3f2ed;
  box-shadow:gray 1px 1px 10px;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  display:none;
}

div.account-options ul
{
    padding:10px;
    margin-bottom:0;
    margin-top:20px;
}

div.account-options li
{
    list-style:none;
}

div.account-options a 
{
    text-decoration:none;
    color:#0c9557;
    line-height:25px;
}
div.account-options a:hover
{
    color:#93fe00;
}

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: fixed;
    display: inline-block;
    background-color: #f3f2ed;
    height: 100%; 
    margin-top: 44px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    z-index:99;
}
a.close-button
{
	position: absolute;
	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:14px;
	color:#9d9d9d;
	text-decoration:none;
	display:inline-block;
	padding-bottom:8px;
	padding-top:8px;
    text-align:left;
    font-weight:bolder;
}

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:bolder;
	color:#0c9557;
}
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: 74px 5px 5px 5px;
    color: #58595b;
    /*background-color: #e5e5e5;*/
    border: 5px solid #e5e5e5;
    position: absolute;
}

/*Standard Tools Section*/
div.hide-container
{
	position: fixed;
	background-color: transparent;
	height: 35px;
	width: 50px;
	display: block;
}
div.standard-tools-container
{
	background-color: #f3f2ed;
	width: 100%;
	height: 35px;
	position:fixed;
    margin-top: 44px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    z-index: 9;
}
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: #0c9557;
}

div.k-grid table tr.k-alt
{
    background-color: rgba(10, 185, 106, 0.47);
}

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: #f3f2ed;
    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: #0c9557;
    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;
}

.k-pager-info {
    color:#fff;
}

table.b-info{
    border: solid #58595b;
}
tr.b-info{
    border: solid #58595b;
}
td.b-info{
    background-color: #0c9557;
    border: solid #58595b;
    text-align: center;
    color : #FFFFFF;
    font-weight: bolder;
}
td.b-info1{
    background-color: #0c9557;
    border: solid #58595b;
    color : #FFFFFF;
}
td.b-info2{
    border: solid #58595b;
}
span.k-state-selected{
    background-color: #35d28b;
    border-color: #35d28b;
}