/* 
    Document   : custom
    Created on : Oct 12, 2012, 1:54:20 PM
    Author     : dhianpalupi
    Description:
        Purpose of the stylesheet follows.
*/
body{
/*background-color:#ffffff;*/
background-image: '/his/resources/img/square.gif';
color:#000000;
}
#loading
{
	position: absolute;
	background: white;
	left: 35%;
	top: 40%;
	padding: 0;
	z-index: 20001;
	height: auto;
	/*background:transparent;*/
}

#loading .loading-indicator{
	background:white;
	color:#444;
	font:bold 18px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
	height:auto;
}

#loading-msg
{
	font: normal 10px arial,tahoma,sans-serif;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 15px;
}

.menu-title{
      background: #D6E3F2;
      border-style: solid;
      border-color:#DAE6F4 #99bbe8 #99bbe8 #DAE6F4;
      border-width: 1px;
      margin:-2px -2px 0;
      color:#15428b;
      font:bold 10px tahoma,arial,verdana,sans-serif;
      display:block;
      padding:3px;
}

.x-grid-row-summary .x-grid-cell-inner {
      font-weight: bold;
      font-size: 11px;
  }

.infowindow {
    font-size: 10px;
}
 
.infowindow td{
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: top;
}

.infowindow td:first-child{
    width: 80px;
}

.message-header td{
      padding : 0 10px 0 10px;      
}

.message-header td:first-child{
      font-weight: bold;
      text-align: right;
      width: 120px;
      color: #808080;
      padding: 0;
}

.message-body{
      margin: 10px;
}

.mousepointer { 
	cursor: pointer; 
}

table .search-result{
    font: normal 11px/13px tahoma, arial, helvetica, sans-serif;
}

.search-result td.bold-green {
    font-weight: bold;
    color: #00f;
}

.search-result td.bold-blue {
    font-weight: bold;
    color: rgb(0, 128, 0);
}

.markerlabels {
     color: red;
     /*background-color: white;*/
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 8px;
     font-weight: bold;
     /*text-align: center;*/
     /*width: 40px;     */
     /*border: 1px solid black;*/
     white-space: nowrap;
}

table.jamaah-preview{
    font-size: 12px;
    width: 100%;
}

table.jamaah-preview tr td:first-child{
    width: 90px;
}

table.jamaah-preview tr td{
    vertical-align: top;
}

/* Menu Agenda */
.tasks-new-form .x-form-item {
    margin: 2px 3px 2px 2px;
}
.tasks-new-form .tasks-new {
    background-position: 4px 5px;
}
.tasks-new-form .x-form-field, .x-form-display-field {
    font-size: 11px;
}

.tasks-new {
    background: url('icon/pencil_add.png') no-repeat;
}
.tasks-icon-column-header .x-column-header-text {
    display: block;
    height: 22px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.tasks-icon-column-header .x-column-header-inner {
    padding: 0 4px;
}
.tasks-done-column-header .x-column-header-inner {
    padding: 0 6px;
}

.tasks-edit-column-header .x-column-header-text {
    background-image: url('icon/page_white_edit.png');
}
.tasks-delete-column-header .x-column-header-text {
    background-image: url('icon/cross.png');
}

.g-button-submit:hover {
    border: 1px solid #2f5bb7;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
    background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
    background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
    background-image: linear-gradient(top,#4d90fe,#357ae8);
    cursor: pointer;
}

.g-button {
    display: inline-block;
    min-width: 46px;
    text-align: center;
    color: #444;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    padding: 0 18px;
    /*line-height: 27px;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -ms-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    border: 1px solid #dcdcdc;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

.login-box input[type="submit"] {
    margin: 0px 1.5em 1.2em 0px;
    height: 32px;
    font-size: 13px;
    line-height: 29px;
    vertical-align: bottom;
}

.g-button-submit {
    border: 1px solid #3079ed;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
}

.errormsg {
    margin: .5em 0 0;
    display: block;
    color: #dd4b39;
    line-height: 17px;
}

.title-banner {
    font-weight: bold;
    font-size: 13px;
    color: #555;
}
.content-banner {
    color: #555;
}

.header-text {
    color:#d4edf5; 
    font-size: 11px; 
}

.header-link {
    /*color:#d4edf5; */
    color: #1B72E0;
    font-size: 11px; 
    cursor: pointer;
    text-decoration: none;
}

.header-link:hover {text-decoration:underline;}

.align-top .x-grid-cell {
  vertical-align   : top;
}

.toolbar-title{
  color: #04408c;
  font-size: 13px;
  font-weight: bold;
  font-family: tahoma,arial,verdana,sans-serif;
  line-height: 15px;
}

p.speech-origin
{
  margin: 0;
  padding: 0 20px 0 20px;
  width: 80%;
  position: relative;
  line-height: 20px;
  background-color: #A5F59A;
  border: 1px solid #666;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px #888;
  -moz-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 4px #888;
}

p.speech-origin:hover
{
  background-color: #6EDE5F;
}

p.speech-natural
{
  margin: 0;
  padding: 0 20px 0 20px;
  width: 80%;
  position: relative;
  line-height: 20px;
  background-color: #FFF;
  border: 1px solid #666;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px #888;
  -moz-box-shadow: 2px 2px 4px #888;
  box-shadow: 2px 2px 4px #888;
}

p.speech-natural:hover
{
  background-color: #F5F5F5;
}

.label {
    border: 0px solid #fff;
}
  
.label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.tbl-align-top .x-grid-td{
  vertical-align: top;
}

