﻿
.myimage {
  border-radius: 10% 0% 10% 0%;
}

.myborder
{
    border: 1px solid white;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 2px 2px #CCCCCC; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 2px 2px #CCCCCC; /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 2px 2px #CCCCCC; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.myborder2 {
  border-radius: 35px;
  border-style: Outset;
  border-width : 2px;
  border-color : #CCCCCC;
  margin : 2px 2px 2px 2px;
  padding: 2px 2px 2px 2px;
}


.UserButton
{
    border-style: none;
    white-space: nowrap;
    background: url('../Images/user-settings-icon.png') no-repeat left center;
    height: 38px;
    width: 38px;
    cursor: pointer;
}

.UserButton1
{
    border-style: none;
    white-space: nowrap;
    background: url('../Images/user-settings-icon1.png') no-repeat left center;
    height: 38px;
    width: 38px;
    cursor: pointer;
}


.myButton {
  border: 1px solid #003300;
  white-space: nowrap;
  color: white;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 8pt;
  padding: 2px 8px 2px 8px;
  background: #a020f0;
  height: 22px;
  border-radius: 6px;
}

.myButton:hover {
  border-radius: 5px;
  background: #a020f0;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #CCFF99;
  box-shadow: 0px 0px 1px 1px #669900;
}

.myButton:disabled, button[disabled] {
  border: 1px solid #6A2E8E;
  border-radius: 5px;
  white-space: nowrap;
  font-family: Arial;
  color: white;
  font-size: 8pt;
  font-style: normal;
  background: #808080;
  cursor: not-allowed;
}



.buttonoff
{
    background: Red url('../Images/logout.png') no-repeat left center;
    border-radius: 5px;
    white-space: nowrap;
    border:1px solid #999999;
    font-family: Arial;
    color: white;
    font-size: 8pt;
    font-style: normal;
    padding: 4px 6px 4px 22px;
    height: 22px;
    cursor: pointer;
    font-weight : bold;
}


.buttonoff:hover
{
    border-radius: 5px;
    background: Red url('../Images/logout.png') no-repeat left center;
    white-space: nowrap;
    border:1px solid #999999;
    font-family: Arial;
    font-style: normal;
    border-width: 1px;
    text-decoration: none;
    padding: 4px 6px 4px 22px;
    height: 22px;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: #CCFF99;
    -webkit-box-shadow: 0px 0px 1px 1px #669900;
    -moz-box-shadow: 0px 0px 1px 1px #669900;
    color: #FFFFFF;
    text-align: center;
    font-size: 8pt;
    font-weight : bold;
}

.btncontainer {
    background-color: white;
    border-radius: 8px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #dee2e6;
}

.mycontainer {
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #dee2e6;
}

.containerinput {
   height: calc(100vh - 195px); overflow: auto; border-radius: 8px; padding: 5px;
}

/* Common button styles */
.button-common {
  background: linear-gradient(#000, #a020f0);
  background-size: 20px 20px;
  border: 1px solid #a020f0;
  cursor: pointer;
  margin-right:1px;
  white-space: nowrap;
  font-family: Arial;
  color: white;
  font-size: 8pt;
  font-style: normal;
  padding: 2px 8px 2px 22px;
  height: 22px;
  border-style: solid;
  text-align: left;
  font-weight: normal;
  border-radius: 10px;
}

.button-common:hover {
  border: 1px solid #0000CC;
}

.button-common:disabled,
button[disabled] {
  background-color: #999999; /* Warna latar belakang saat dalam keadaan disabled */
  cursor: not-allowed;
  border: 1px solid #999999;
}

.buttonsave {
    background: #a020f0 url('../Images/icons8save.png') no-repeat 2px center;
    background-size: 20px 20px;
    color: white;
}

/* Close button */
.buttonclose {
    background: #a020f0 url('../Images/icons8exit.png') no-repeat 2px center;
    background-size: 20px 20px;
    color: white;
}

/* New button */
.buttonnew {
    background: #a020f0 url('../Images/icons8new.png') no-repeat 2px center;
    background-size: 20px 20px;
    color: white;
}

/* Edit button */
.buttonedit {
    background: #a020f0 url('../Images/icons8edit.png') no-repeat 2px center;
    background-size: 20px 20px;
    color: white;
}

/* Delete button */
.buttondel {
    background: #a020f0 url('../Images/icons8delete.png') no-repeat 2px center;
    background-size: 20px 20px;
    color: white;
}

/* Mail button */
.buttonMail {
  background: #a020f0 url('../Images/mail.png') no-repeat left center;
  background-size: 20px 20px;
  color: white;
}

/* Cancel button */
.buttoncancel {
    background: #a020f0 url('../Images/icons8cancel.png') no-repeat left center;
    background-size: 20px 20px;
    color: white;
}

/* Print button */
.buttonprint {
    background: #a020f0 url('../Images/icons8print.png') no-repeat left center;
    background-size: 20px 20px;
    color: white;
}

/* button Getdata */
.buttongetdata {
    background: #a020f0 url('../Images/icons8getdata.png') no-repeat left center;
    background-size: 20px 20px;
    color: white;
}

/* button excel */
.buttonexcel {
    background: #a020f0 url('../Images/icons8excel.png') no-repeat left center;
    background-size: 20px 20px;
    color: white;
}


/* Common styles for .boxsearch */
.boxsearch, .boxsearch:hover, .boxsearch:disabled, TextBox[disabled] {
    border: 1px solid #999999;
    background-color: white;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    height: 18px;
    padding: 0 6px;
    margin: 0;
}

/* Hover state for .boxsearch */
.boxsearch:hover {
    background-color: #FFFFCC;
    margin: 0 0 -5px 0;
}

/* Disabled state for .boxsearch and TextBox with the disabled attribute */
.boxsearch:disabled, TextBox[disabled] {
    background-color: #F2F2FF;
    color: black;
    cursor: not-allowed;
}
 
.CheckBox1
{
    white-space: nowrap;
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    height: 22px;
    cursor: pointer;
    text-align: Left;
    font-weight: normal;
    margin: 10px 0px 0px 0px;
    vertical-align: top;
    border-radius: 0px 5px 5px 0px;
}


   /* button Search */
.buttonsearch {
    width: 22px;
    height: 20px;
    margin-left: -10px;
    margin-right: 2px;
    margin-top: 1px;
    margin-bottom: 2px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    background: #a020f0 url('../Images/b_searching.png') no-repeat center center;
    background-size: 20px 20px;
    box-shadow: inset 0 1px 4px 0 #CCCCCC;
    white-space: nowrap;
    font-family: Arial;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    color: white;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}

.buttonsearch:hover {
    border: 1px solid #000000;
}

.buttonsearch:disabled, button[disabled] {
    background: #EFEFEF url('../Images/Search-icon.png') no-repeat center center;
    background-size: 20px 20px;
    cursor: not-allowed;
}

/* button close */
.closepop
{
    background: #FF0000;
    border: 1px solid #FF0000;
    white-space: nowrap;
    font-family: Arial;
    color: white;
    font-size: 8pt;
    font-style: normal;
    height: 22px;
    cursor: pointer;
    font-weight: bold;
    width: 35px;
}
  
.closepop:hover
{
    background: #FF0000;
    border: 1px solid #99FF33;
    white-space: nowrap;
    font-family: Arial;
    color: #99FF33;
    font-size: 8pt;
    font-style: normal;
    height: 22px;
    cursor: pointer;
    font-weight: bold;
    width: 35px;
}
     
.closepop:disabled, button[disabled]
{
    background: #FF0000;
    border: 1px solid #FF0000;
    white-space: nowrap;
    font-family: Arial;
    color: white;
    font-size: 8pt;
    font-style: normal;
    height: 22px;
    cursor: pointer;
    font-weight: bold;
    width: 35px;
}


.buttoncalender {
    width: 26px;
    height: 22px;
    margin-left: -5px;
    margin-right: 2px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    background: #a020f0 url('../Images/b_calendar.png') no-repeat center center;
    background-size: 20px 20px;
    box-shadow: inset 0 1px 4px 0 #CCCCCC;
    white-space: nowrap;
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    color: white;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}

.buttoncalender:hover {
    border: 1px solid #000000;
}

.buttoncalender:disabled, button[disabled] {
    background: #EFEFEF url('../Images/b_calendar.png') no-repeat center center;
    background-size: 20px 20px;
    cursor: not-allowed;
}




/* button Select */
.buttonselect
{
    background:  url('../Images/selectgrid.png') no-repeat center center;
    white-space: nowrap;
    font-family: Arial;
    color: white;
    font-size: 8pt;
    border: none;
    font-style: normal;
    height: 20px;
    width: 20px;
    cursor: pointer;
    text-align: Left;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
}
  
.buttonselect:hover
{
    background:  url('../Images/selectgrid.png') no-repeat center center;
    white-space: nowrap;
    font-family: Arial;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 1px 1px #a020f0;
    -moz-box-shadow: 0px 0px 1px 1px #a020f0;
    color: #FFFFFF;
    text-align: Left;
    font-weight : normal;
    margin : 0px 0px 0px 0px;
    vertical-align:top;
}
     
.buttonselect:disabled, button[disabled]
{
    background: #999999 url('../Images/selectgrid.png') no-repeat center center;
    white-space: nowrap;
    font-family: Arial;
    font-style: normal;
    border: none;
    cursor:not-allowed;
    color: #FFFFFF;
    text-align: Left;
    font-weight : normal;
    margin : 0px 0px 0px 0px;
    vertical-align:top;
}

.mytab {
    border: 1px solid #fff;
    border-radius: 25px 0px 0px 0px;
    color: white;
    font-size: 8pt;
    font-weight: bold;
    padding: 5px 10px 5px 15px;
    margin: -1px;
    background: linear-gradient(#7638ff, #a020f0);
    height: 25px;
    text-align: center;
    cursor: pointer;
}

    .mytab:hover {
        border-color: skyblue;
        color: skyblue;
    }

    .mytab:disabled,
    button[disabled] {
        border-color: #666666;
        font-family: Arial;
        color: #00FF00;
        background: #333333;
    }

.resize {
    width: 155px;
    resize: horizontal;
    overflow: auto;
}
    

.NodeStyle
{
    color: white;
    font-size: 8pt;
    font-family: Tahoma;
} 

.NodeStyle a
{
    color: white;
    font-family: Tahoma;
    font-size: 8pt;
    padding: 2px 2px 2px 2px;
    height: 25px;
} 

.NodeStyle a:hover
{
    color: #99FF66;
    font-family: Tahoma;
    font-style: normal;
    font-size: 8pt;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    height: 25px;
}


.GridPager {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 1rem;
}

    .GridPager a,
    .GridPager span {
        display: inline-block;
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.5;
        color: #0d6efd;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
        text-decoration: none;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

        .GridPager a:hover {
            background-color: #e9ecef;
            color: #0a58ca;
        }

    .GridPager span {
        background-color: #0d6efd;
        color: white;
        border-color: #0d6efd;
        cursor: default;
    }


 
  
  .grid-view-container
 {height:auto; overflow: scroll; max-height:20%; min-height:347px; background-color: #FFFFFF;}
  
 
 .boxprogress
{
    margin: -2px;
    border: 1px solid #999999;
    background: White;
    font-family: 'Arial Black';
    font-weight: bold;
    font-size: 8pt;
    height: auto;
    padding: -10px 4px -2px 4px;
    white-space: normal;
    vertical-align: top;
    color: #009900;
    text-decoration: blink;
    text-transform: uppercase;
}
 .mylabel {
  border: none;
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  padding-left: 12px;
  margin-bottom:2px;
} 
 
/* Common styles for .csstextbox */
.csstextbox {
  border: 1px solid #dee2e6;
  border-radius: 3px;
  box-shadow: inset 0px 0px 1px 0px #CCCCCC;
  background-color: white;
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  height: 20px;
  padding: 0 5px;
  top: 0px;
  left: 1px;
  margin-bottom: 2px;
}

    .csstextbox:hover {
        border: 1px solid #000;
        background-color: #FFFFCC;
        box-shadow: inset 0px 0px 1px 0px #000;
        font-size: 8pt;
    }

    .csstextbox:disabled,
    TextBox[disabled] {
        border: 1px solid #d6d6e7;
        background-color: #fcfcfc;
        box-shadow: inset 0px 0px 1px 0px #CCCCCC;
        cursor: not-allowed;
        font-size: 8pt;
    }

 
.boxcalender
        {
            border:1px solid #999999;
            background : White;
            font-family:Arial;
	        font-size: 8pt;
	        font-style: normal;
	        font-weight: normal;
	        height: 22px;
	        padding: 0px 6px 0px 6px;
    }
 .boxcalender:hover {
    border:1px solid #6A2E8E;
    height: 22px;
    background : #FFFFCC;
    font-family:Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 8pt;
    padding: 0px 6px 0px 6px;
     -webkit-box-shadow: inset 0 0 2px #DABFEA; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: inset 0 0 2px #DABFEA;
}

.boxcalender:disabled, TextBox[disabled]
{
    border: 1px solid #999999;
    background-color: #F2F2FF;
    color: black;
    height: 22px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 8pt;
    padding: 0px 6px 0px 6px;
    cursor: copy;
} 
 
 
  /* DROPDOWNLIST  
----------------------------------------------------------*/


.ddl {
    border: 1px solid #dee2e6;
    border-radius: 3px;
    box-shadow: inset 0px 0px 1px 0px #CCCCCC;
    background-color: white;
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    padding: 0 5px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 2px;
}

.ddl:hover {
  border: 1px solid #af9802;
  background-color: #FFFFCC;
  box-shadow: inset 0px 0px 1px 0px #af9802;
}

.ddl:disabled,
TextBox[disabled] {
  border: 1px solid #d6d6e7;
  background-color: #fcfcfc;
  color: #000;
  box-shadow: inset 0px 0px 1px 0px #CCCCCC;
  cursor:not-allowed;
}



.ddl_1
{
    border: 1px solid #999999;
    background-color: #6A2E8E;
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    height: 22px;
    padding: 2px 6px 2px 2px;
    border-radius: 0px 5px 5px 0px;
    color: #FFFFFF;
}



  .borderbox2{ border: 1px solid white;background-color : White; height : 16px;}
  
* {
    margin-left: 0px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: "Arial";
}



.EmptyData td {
    border-width: 0px !important;
    border-style : none;
}

/*gridvew style */
.mGrid
{
    background-color: #fff;
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}
.mGrid td
{
    border: 1px solid #C0C0C0;
    padding: 1px;
    color: black;
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    white-space: normal;
}
.mGrid th
{
    border-color: inherit;
    padding: 1px;
    color: #fff;
    background: linear-gradient(#6A2E8E, black);
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    height: 27px;
    border-style: none;
    white-space: normal;
}
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 8pt; 
 }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }

.headergrid{
    font-weight:bold;
    position:absolute;
    display:inline-table;
    }
 
 /*gridvew style */
.RGrid {
    background-color: #fff;
    margin: 0px 0 10px 0;
    border: none;
    border-collapse: collapse;
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
}
    .RGrid td {
        border: none;
        padding: 2px;
        color: black;
        font-family: Arial;
        font-size: 8pt;
        font-weight: normal;
        white-space: normal;
        vertical-align: top;
        text-align : justify;
    }
.RGrid th
{
    padding: 2px;
    color: Black;
    font-family: Arial;
    font-weight: bold;
    height: 27px;
    background-color: #F0F0F0;
    border-style: none none double none;
    border-width: medium medium 1px medium;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: #666666;
    border-left-color: inherit;
    font-size: 8pt;
    text-align: center;
    white-space: normal;
}
.RGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.RGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.RGrid .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }
.RGrid .pgr table { margin: 5px 0; }
.RGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 8pt; 
 }   
.RGrid .pgr a { color: #666; text-decoration: none; }
.RGrid .pgr a:hover { color: #000; text-decoration: none; }

/*gridvew style */
.ReportGrid
{
    border-style: none;
    background-color: #fff;
    margin: 0px 0 10px 0;
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
}
.ReportGrid td
{
    border-style: solid none solid none;
    padding: 2px;
    color: black;
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    border-top-color: #C0C0C0;
    border-right-color: inherit;
    border-bottom-color: #C0C0C0;
    border-left-color: inherit;
    white-space: normal;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.ReportGrid th
{
    padding: 2px;
    color: Black;
    font-family: Arial;
    font-weight: bold;
    border-style: none none double none;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: #666666;
    border-left-color: inherit;
    font-size: 8pt;
    text-align: center;
    white-space: normal;
    border-bottom-width: 2px;
}
.ReportGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.ReportGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.ReportGrid .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }
.ReportGrid .pgr table { margin: 5px 0; }
.ReportGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 8pt; 
 }   
.ReportGrid .pgr a { color: #666; text-decoration: none; }
.ReportGrid .pgr a:hover { color: #000; text-decoration: none; }




/*design table 2*/
.table2 {
    font-family: Arial;
    font-size : 8pt;
    font-weight: normal;
    border-collapse: collapse;
}
 
.table2, tr, th, td {
    font-family: Arial;
    font-size : 8pt;
    font-weight: normal;
}

.wrapper
{
    display:inline-block;
    vertical-align:middle;
    height:27px;
    padding:0;
}
 
  .Radbutton 
  {
  font-family:Arial;
  font-size: 8pt;
  font-weight: normal;
  }
  
  .titlestyle
  {
    background: linear-gradient(#6A2E8E, black);
    border: 1px solid gray;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    -webkit-box-shadow: 5px 0px 5px 0px #DABFEA; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 5px 0px 5px 0px #DABFEA;
    }
  
  
  
 .file-upload
{
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center !important;
    vertical-align: middle; /* Cosmetics */
    background: #a020f0;
    color: #FFF;
    padding: 4px;
    border: 1px solid #999999;
    cursor: pointer;
    font-family: arial;
    font-size: 8pt;
    font-weight: normal;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
} 
  
  
  .file-upload:disabled, TextBox[disabled]
  {
    overflow: hidden;
    position: relative;
    text-align: center !important;
    vertical-align: middle; /* Cosmetics */
    background: #999999;
    color: #FFF;
    padding: 4px;
    border: 1px solid #999999;
    cursor: not-allowed;
    font-family: arial;
    font-size: 8pt;
    font-weight: normal;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
} 
  
  
   /* The button size */ 
 .file-upload { height: 1.3em; }
 .file-upload,.file-upload span { width: 3.5em; } 
  
 .file-upload input
  {
 position: absolute;
 top: 0;
 left: 0;
 font-size: 8pt;
/* Loses tab index in webkit if width is set to 0 */
 opacity: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
 
 .file-upload strong
{
    font: normal 9pt Arial;
    text-align: center;
    vertical-align: middle;
    margin-left: 28px;
    font-weight: normal;
} 
 
 .file-upload span
  {
 position: absolute;
 top: 0; left: 0;
 display: inline-block;
/* Adjust button text vertical alignment */
 padding-top: .15em;
  } 
  
 .modals
{
    left: 0;
    top: 0;
    position: Fixed;
    z-index: 1;
    padding-top: 50px;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    visibility: hidden;
}

 
 .modals-content
 {
     position: relative;
     background-color: #fefefe;
     padding: 0;
     padding-bottom: 25px;
     border: 1px solid #888;
     z-index: 2;
     box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
 }
 
 .mylbl {
     font-size : 8pt;
     font-weight : normal;
 }

.getuser
{
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}



.loading
{
        font-family: Arial;
        font-size: 8pt;
        width: 200px;
        height: 180px;
        position: fixed;
        background-color:White;
        z-index: 999;
        opacity: 0.8;
        border: 1px solid #6A2E8E;
}

 

.rdblist input[type=checkbox], .rdblist input[type=radio] {
    display: none;
}

.rdblist .rdblistStyle {
    font-size: 8pt;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 2px;
    cursor: pointer;
    height: 20px; /* Tinggi disesuaikan dengan 20px */
}

.rdblist input[type=radio]:checked {
    color: #af9802;
    border: 1px solid #AAAAAA;
    white-space: nowrap;
    clear: left;
}

.rdblist label {
    padding: 0px 4px 0px 20px;
    margin-top : 0px;
    font-weight: normal;
    color: black;
    background: url('../Images/unchecked.png') no-repeat 2px center;
    white-space: nowrap;
    clear: left;
    cursor: pointer;
}

input:checked + label {
    color: black;
    margin-top : 0px;
    background: url('../Images/checked.png') no-repeat 2px center;
    padding: 0px 4px 0px 20px;
}

.rdblist:disabled, .rdblist[disabled] {
    border: 1px solid #af9802;
    background-color: #CCCCCC;
    height: 20px; /* Tinggi disesuaikan dengan 20px */
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    color: #333333;
    cursor: not-allowed;
}

/*checkbox*/
.cbox label:after {
  content: '';
  display: table;
  clear: both;
}

.cbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.cbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.cbox label input[type="checkbox"] {
  display: none; font-weight:normal;
}

.cbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.cbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.cbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}


.mytbx
{
    border: 1px inset #999999;
    font-family: 'Century Gothic';
    color: black;
    font-size: 8pt;
    padding: 1% 5% 1% 5%;
    background: white;
    text-align: left;
    font-weight: normal;
}

    .mytbx:hover {
        border: 1px inset #999999;
        background: #FFFFCC;
        padding: 1% 5% 1% 5%;
        font-size: 8pt;
        text-align: left;
        font-family: 'Century Gothic';
    }

    .mytbx:disabled,
    button[disabled] {
        border: 1px solid #CCCCCC;
        font-family: Arial;
        color: #c4c4c4;
        font-size: 8pt;
        padding: 1% 5% 1% 5%;
        background: #808080;
        font-family: 'Century Gothic';
    }

.grid_03
{
    width: 3vw;
    white-space: normal;
}

.grid_04
{
    width:4vw;
    white-space: normal;
}

.grid_03
{
    width: 3vw;
    white-space: normal;
}

.grid_04
{
    width:4vw;
    white-space: normal;
}

.grid_05
{
    width:5vw;
    white-space: normal;
}

.grid_06
{
    width:6vw;
    white-space: normal;
}

.grid_07
{
    width:7vw;
    white-space: normal;
}

.grid_08
{
    width:8vw;
    white-space: normal;
}

.grid_09
{
    width:9vw;
    white-space: normal;
}

.grid_10
{
    width:10vw;
    white-space: normal;
}

.grid_11
{
    width:11vw;
    white-space: normal;
}

.grid_12
{
    width:12vw;
    white-space: normal;
}

.grid_13
{
    width:13vw;
    white-space: normal;
}

.grid_14
{
    width:14vw;
    white-space: normal;
}

.grid_15
{
    width:15vw;
    white-space: normal;
}

.grid_16
{
    width:16vw;
    white-space: normal;
}

.grid_17
{
    width:17vw;
    white-space: normal;
}

.grid_18
{
    width:18vw;
    white-space: normal;
}

.grid_19
{
    width:19vw;
    white-space: normal;
}

.grid_20
{
    width:20vw;
    white-space: normal;
}

.grid_21
{
    width:21vw;
    white-space: normal;
}

.grid_22
{
    width:22vw;
    white-space: normal;
}

.grid_23
{
    width:23vw;
    white-space: normal;
}

.grid_24
{
    width:24vw;
    white-space: normal;
}

.grid_25
{
    width:25vw;
    white-space: normal;
}

.grid_26
{
    width:26vw;
    white-space: normal;
}

.grid_27
{
    width:27vw;
    white-space: normal;
}

.grid_28
{
    width:28vw;
    white-space: normal;
}

.grid_30
{
    width:30vw;
    white-space: normal;
}


.mycontent2 {
height: calc(100vh - 300px);
width : calc(100% - 0px);
overflow: auto;border-radius: 8px;}

.mycontent3 {
    max-height: calc(100vh - 140px);
    width: calc(100% - 0px);
    overflow: auto;
    border-radius: 8px;
}


.gridcontent {
    height: calc(100vh - 280px);
    width: calc(100% - 0px);
    overflow: auto;
    overflow: auto;
    border-radius: 8px;
}

.gridcontent2 {
    height: calc(100vh - 425px);
    overflow: auto;
    overflow: auto;
    border-radius: 8px;
}

.menuform {
    padding-right : 2px;
    font-size: 6pt;
}




