﻿/*Lokasi CSS RadGrid*/
/*.rgDataDiv
        {
        height:100% !important;
        white-space:nowrap; 
        }

div.rgDataDiv
{
    height:100% !important;
}*/

input[readonly], input[readonly="readonly"]
{
    background-color:lightgray;
}

textarea[readonly="readonly"], textarea[readonly]
{
    background-color:lightgray;
}

html body div .riTextBox .ReadOnlyStyle {
    background-color:#AABBCC;
}

html body div .ReadOnlyStyle {
    background-color:#AABBCC;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height:100%;
    padding:0;
    margin:0;
    width:100%;
    overflow:hidden;
    /*padding-bottom:50em;*/
    /*margin-bottom:80px;*/
}

html {
    height:100%;
    width:100%;
    margin:0px;
    /*padding-bottom:-10em;*/
    padding:0px;
    /*margin-bottom:80px;*/
}

form {
    height:100%;
    margin:0px;
    padding:0px;
    /*padding-bottom:100px;*/
    /*padding-top:100px;*/
}

.header {width: 100%;
         height:50px;
         float:initial;
}

page {width: 100%;
       border:3px solid red;
       height:80%;
       float: left;
       /*overflow-y: scroll;*/
        /*height:100px;*/
       /*margin-bottom:25px;
       margin-top:50px;*/
}

page-left {
    float: left;
    width: 200px;
    border:2px solid green;
    /*height:200px;*/
    height:80%;
    /*margin-top:25px;*/
}


.page-right {
    
    margin-left:200px;
    border:3px solid #99CCFF;
    /*height:auto;*/
    /*overflow-y: scroll;*/
    height:100px;
    /*margin-top:25px;*/
}

.footer {
    width: 100%; /*height:25px;*/
    border: 0.5px solid #99CCFF;
    float:left;
}

#divPopUp{
    font-family: 'Segoe UI',Arial, Helvetica, sans-serif; 
    font-size: 12px;
}

#divPopUp{
    font-family: 'Segoe UI',Arial, Helvetica, sans-serif; 
    font-size: 12px;
}

fontOffice2007{
    font-family: 'Segoe UI',Arial, Helvetica, sans-serif; 
    font-size: 12px;
    color: #192D7E;
}


/*fgListTrans
{
    height:100px !important;
    white-space:nowrap;
}*/


.validationSummary {
    font-family: "Segoe UI" ,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.validators input, 
.validators input.rfdTextInput {
    margin-bottom: 0px;
}
 
.fieldRow {
    margin-top: 0px;
}
.fieldRow label {
    width: 90px;
    /*display: block;*/
    float: left;
}
 
.RadForm_MetroTouch .mtFix {
    margin-top: 0px;
}
 
.demo-container strong {
    display: block;
    font-size: 14px;
    margin-bottom: 0px;
}
 
.size-custom {
    min-width:300px;
    min-height:100px;
}
 
.demo-containers {
    max-width:400px;
    margin:0 auto;
}

