body{
    min-height: 100%;
    height: 100%;
}

.table {
    border-spacing: 0;
    border-collapse: collapse;
}

html{
    min-height: 100%;
    height: 100%;
}

#tinggi {
    min-height: 83%;
}

#red{
    background-color: #ff0000;
    padding: 0px;
    margin: 10px;
    border-radius: 5px;
    color: #fff;

}
#green {
    background-color: #2eb82e;
    padding: 0px;
    margin: 10px;
    border-radius: 5px;
}
#yellow {
    background-color: #ffd11a;
    padding: 0px;
    margin: 10px;
    border-radius: 5px;
}


#kotak {
    border: 1px solid #000;
    padding: 0px;
    margin: 7px;
    /*background-color: rgba(255, 169, 77, 0.2);*/
    background-color: #FFFF99;
    height: 170px;
    border-radius: 10px;
    color: green !important;
}

@media only screen and (max-width: 1100px) {
    #kotak {
        height: 190px;
    }
}

.backblack {
    background-color: #000;
    color: #fff;
}
p.secondmenu {
    padding-left: 50px;
    padding-right: 50px;
}
p.big {
    font-size: 38px;
}

p.mid {
    font-size: 25px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #009933;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 999999;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}
.dropdown-container-show {
    display: block;
    background-color: #ff9900;
    padding-left: 8px;
}
.dropdown-container-hidden {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}
.fa-caret-down {
    float: right;
    padding-right: 8px;
}
.sidenav a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
}

.headerdashboard {
    position: relative;
    left : 18px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

a.white:link {
    color: #fff;
}

a.white:visited {
    color: #fff;
}

a.white:hover {
    color: #777;
}

a.white:active {
    color: #fff;
}

a.black:link {
    color: #000;
}

a.black:visited {
    color: #000;
}

a.black:hover {
    color: #777;
}

a.black:active {
    color: #777;
}

a.green:link {
    color: green;
}

a.green:visited {
    color: green;
}

a.green:hover {
    color: green;
}

a.green:active {
    color: green;
}

.kosong {
    height: 22px;
}

.kosong2{
    height: 37px;
}

table.content {
    border-collapse: collapse;
    width: 100%;
}

th td {
    margin: 0;
    padding: 0;
}

th.content, td.content {
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    min-width: 100px;
}

th.content_freeze, td.content_freeze {
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    min-width: 140px;
    max-width: 140px;
}

th.content_freeze_big{
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    min-width: 235px;
    max-width: 235px;
}

td.content_freeze_big {
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    min-width: 235px;
    max-width: 235px;
}

tr.merah, th.merah, td.merah {
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    min-width: 100px;
    background-color: #fff;
    color: red;
}

tr.biru, th.biru, td.biru {
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    min-width: 100px;
    background-color: #fff;
    color:blue;
}

tr.hijau, th.hijau, td.hijau {
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    min-width: 100px;
    background-color: #fff;
    color:green;
}

td.kanan {
    text-align: right;
}

td.tengah {
    text-align: center;
}

td.kiri {
    text-align: left;
}

th.kanan {
    text-align: right;
}

th.tengah {
    text-align: center;
}

th.kiri {
    text-align: left;
}

th.padright {
    padding-right: 30px;
}

th.padleft {
    padding-left: 30px;
}

td.padright {
    padding-right: 30px;
}

td.padleft {
    padding-left: 30px;
}

tr.content:nth-child(even){background-color: #f2f2f2}

tr.blankcolor {
    background-color: #f2f2f2
}

td.blank {
    background-color: #fff;
    border: 1px solid #fff;
    width: 1px;
    padding: 0 !important; 
    margin: 0 !important;
}

td.blank2 {
    background-color: #fff;
    border: 5px solid #fff;
    width: 5px;
    padding: 0 !important; 
    margin: 0 !important;
}

th.blank {
    background-color: #fff;
    border: 1px solid #fff;
    width: 1px;
    padding: 0 !important;
    margin: 0 !important;
}

th.blank2 {
    background-color: #fff;
    border: 1px solid #fff;
    width: 5px;
    padding: 0 !important;
    margin: 0 !important;
}


.goleft {
    position: relative;
    right : 17px;
}

.headertext {
    background-color: #00b33c;
    padding-left: 20px;
    min-height: 50px;
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.posheadertext {
    position: relative;
    top: 7px;
}

.godown {
    position: relative;
    top : 7px;
}

.navsubheader {
    width: 100%;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius:  10px;
}
.garissubheadder {
    border-top: 3px solid #ff9900;
}

.activesubheader {
    background-color: #ff9900;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius:  10px;
}

.active {
    border-bottom: 0;
}


.tooltipa {
    position: relative;
    display: inline-block;
}

.tooltipa .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    font-size: 12px;
}

.tooltipa .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltipa:hover .tooltiptext {
    visibility: visible;
}

.main {
    margin-top: 70px;
}

.pendek {
    width : 300px;
}

th, td {
    padding: 8px;
    text-align: left;
}
.dot {
    position: relative;
    top:-3px;
}
.submenupos {
    position: relative;
    left: 8%;
    padding: 3px;
}
#padsubheader {
    margin-left: 0px;
}
#tablewid {
    width: 200px;
}

.big {
    font-size: 19px;
}

.bigsubheader {
    font-size: 19px;
}

.pctmain {
    font-size: 12px;
}

#padcol {
    padding: 5px;
}

.msgfrom {
    padding: 10px;
    background-color: #daffb3;
    border : 1px solid #666;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 80%;
}

.msgto {
    padding: 10px;
    background-color: #99ffcc;
    border : 1px solid #666;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.msgbox {
    padding-bottom: 0px;
    border-bottom: 0px solid #777;
} 

.cat {
    font-size: 25px;
    color: red;
    font-weight: bold;
    position: relative;
    display: box;
    margin: 0px;
    padding: 0px;
    float: right;
}

.notifmsg {
    font-size: 13px;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    padding-left: 6px;
    padding-top: 1px;
    width: 20px;
    height: 20px;
    position: relative;
    top:-40px;
    left:25px;
    margin-bottom: -20px;
}

@media only screen and (max-width: 760px) {
    #padsubheader {
        margin-left: 0px;
    } 
    #tablewid {
        width: 550px;
    }
    .big {
        font-size: 14px;
    }
    .pctmain {
        font-size: 9px;
    }
    #kotak {
        height: 160px; 
    }
    .submenupos {
        position: relative;
        left: 0%;
        padding: 3px;
    }
    .bigsubheader {
        font-size: 13px;
    }
    .msgbox {
        padding: 0px;
        padding-bottom: 0px;
        border-bottom: 0px solid #777;
    } 
    .msgfrom {
        padding: 10px;
        background-color: #daffb3;
        border : 1px solid #666;
        border-radius: 5px;
        margin-bottom: 10px;
        width: 100%;
    }
}

.pop_up_width{
    width: 800px
}

@media (max-width:1000px){
    .pop_up_width{
        width: 95%
    }
}

.flash-button{
    border:none;
    border-radius:3px;

    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;


    -webkit-animation-name: flash;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;


    -moz-animation-name: flash;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

@keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}


@-webkit-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}


@-moz-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

.msgboxshadow {
    border:1px solid #e6e6e6;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

table.freeze thead.freeze tr.freeze{
    display:block;
}

table.freeze th.freeze,table.freeze td.freeze{
    width:100px;
}


table.freeze  tbody.freeze{
    display:block;
    height:500px;
    overflow-x:scroll;
}

#doublescroll
{
    overflow: hidden;
    width: 100%;
}

.buttonboxdsh {
    padding:0;
    background-color: transparent;
    border:0
}

.txtenabled {    
    background-color: transparent !important;    
}


table.detail {
    border: 1px solid #bfbfbf!important;
    border-spacing: 0 5px!important;
    padding:3px!important;
    padding-top:0px!important;
    padding-bottom:0px!important;
    width:100%;
}

th.detail, td.detail {
    border: 1px solid #bfbfbf;
    padding : 5px;
    background-color:#f2f2f2;
    vertical-align: top;
}

th.left, td.left {
    border-right : 0px!important;
}
th.right, td.right {
    border-left : 0px!important;
}
th.middle, td.middle {
    border-right : 0px!important;
    border-left : 0px!important;
}

input.custom, select.custom {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.img_user_guide {
    width: 500px;
}
@media (max-width:1000px){
    .img_user_guide {
        width: 100%;
    }
}

#map {
        height: 200px;
        width: 100%;
    }

input.dateenable {
    background-color: white !important;
}

.txtqty {
    width: 150px !important;
    display: inline;
}
.txtcurr {
    width: 150px !important;
    display: inline;
}
.txtdate {
    width: 150px !important;
    display: inline;
}
.txtxsmall {
    width: 75px !important;
    display: inline;
}
.txtsmall {
    width: 150px !important;
    display: inline;
}
.txtmedium {
    width: 350px !important;
    display: inline;
}

.txtlong {
    width: 500px !important;
    display: inline;
}
@media only screen and (max-width: 500px) {
    .txtlong {
        width: auto !important;
        display: inline;
    }
}

button.nostyle {
    border: 0px;
    background-color: transparent;
    font-size: 20px;
}

.arrowback {
    color: white;
    font-size: 2.5rem;
}

.ui-datepicker{
    z-index:1000 !important;
}