/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 24, 2016, 9:21:01 AM
    Author     : Petrus Hanafi
*/
.myinput{
    width:100%;
    margin:1px;
    height:1.8em;
}
.myinput_high{
    font-family: arial;
    width:100%;
    padding:0.2em;
    font-size:1.1em;
    margin:5px;
}
.pos_div{
    font-family: arial;
    padding:0.1em;
    font-size:0.9em;
}
.highlight_row{
    
}
.highlight_row :hover{
    cursor:pointer;
    font-weight:bold;
}
.even_row{
    background-color: #E0E0E0;
}
.myinput_textarea{
    width:100%;
    margin:1px;
}
.numinput{
    text-align:right;
}
.mysearch{
    border-bottom:0.2em solid #264A6D;
    height:3em;
    padding:0.5em;
}
.colheader{
    text-align:right;
    font-weight:bold;
}
.lbllink{
    color:blue;
    text-decoration:underline;
}
.lbllink:hover{
    cursor:pointer;
}
.bs-glyphicons{margin:0 -10px 20px;overflow:hidden}
.bs-glyphicons-list{padding-left:0;list-style:none}
.bs-glyphicons li{
    float:left;
    width:25%;
    height:125px;
    padding:10px;
    font-size:10px;
    line-height:1.4;
    text-align:center;
    background-color:#f9f9f9;
    border:1px solid #fff}
.bs-glyphicons .glyphicon{
    margin-top:5px;
    margin-bottom:10px;
    font-size:24px}
.bs-glyphicons .glyphicon-class{
    display:block;
    text-align:center;
    word-wrap:break-word}
.bs-glyphicons li:hover{color:#fff;
      background-color:#563d7c;
      cursor:pointer}
@media (min-width:768px){
    .bs-glyphicons{margin-right:0;margin-left:0}
    .bs-glyphicons li{width:12.5%;font-size:12px}}
/******************************************************************************/
.mynavcontainer{
    border-bottom:0.2em solid #264A6D;
}
.mynavcontainer_fixed{
    border-bottom:0.2em solid #264A6D;
    position:fixed;
    top:0;
    width:95%;
    height:67px;
    left:4%;
    background-color:white;
    z-index:5005;
}
.bsi-glyphicons{margin:0 -10px 0px;overflow:hidden;}
.bsi-glyphicons-list{padding-left:0;list-style:none}
.bsi-glyphicons li{
    float:left;
    width:70px;
    height:65px;
    padding:1px;
    font-size:10px;
    line-height:1;
    text-align:center;
    background-color:#f9f9f9;
    border:1px solid #fff;}
.bsi-glyphicons .glyphicon{
    margin-top:1px;
    margin-bottom:5px;
    font-size:24px}
.bsi-glyphicons .glyphicon-class{
    display:block;
    text-align:center;
    word-wrap:break-word}
.bsi-glyphicons li:hover{color:#fff;
      background-color:#563d7c;
      cursor:pointer}
@media (min-width:768px){
    .bsi-glyphicons{margin-right:0;margin-left:0}
    .bsi-glyphicons li{width:70px;font-size:11px}}
.bsibutton{
    height:55px !important;
    color:black !important;
    background-color:#f9f9f9 !important;
    border:1px solid #fff !important;
}
.bsibutton .glyphicon{
    margin-top:1px;
    margin-bottom:5px;
    font-size:12px}
.bsibutton:hover{
        color:#fff;
      background-color:#563d7c;
      cursor:pointer;
}
.mydropdown{
    float:left !important;
}
.mydropdown:hover{
      color:#fff;
      background-color:#563d7c;
      cursor:pointer;
}
.mybtn{
  padding: 3px 12px !important;
  border-radius: 2px !important;
}
.input-xs-left {
  padding: 2px 5px !important;
  font-size: 12px !important;
  border-radius: 3px 0px 0px 3px !important;
  height:30px !important;
}
.input-xs-right {
  padding: 2px 5px !important;
  font-size: 12px !important;
  border-radius: 0px 3px 3px 0px !important;
  height:30px !important;
}
.mytable{
    font-size:1em;
}
.mytable td{
    font-size:1em;
	word-break: break-all;
}
.mybutton{
    border-radius: 0px !important;
    min-width:150px;
}
.file_browse{
margin-left:-145px;
opacity:0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.mybadge{
    border-radius: 0px !important;
    min-width:50px;
}
.due0{
    background-color:#5ACC38;
}
.due1{
    background-color:#FFCD20;
}
.due30{
    background-color:#FF9E11;
}
.due60{
    background-color:#F76D08;}
.due90{
    background-color:#E83B00;}
.due120{
    background-color:#D60000;}
pre{
    border-radius:0px !important;
}
.img-responsive{
    width:100%;
}
.infoline{
    color:blue;
    font-size:0.9em;
    font-style:italic;
}
.infoline-fail{
    color:red;
    font-size:0.9em;
    font-style:italic;
}
.menu_row{
    background-color:#03A9F4;
    margin-top:0 !important;
}
.menu_icon_left{
    font-size:1.5em;
}
.menu_icon_left:hover{
    cursor:pointer;
}
.menu_icon_right{
    font-size:1.5em;
    float:right;
        margin-left:15px;
}
.menu_icon_right:hover{
    cursor:pointer;
}
/*****************************************************/
.pricelist_input{
    border:1px solid #94A1EF;
    width:100%;
    font-size:0.9em;
}
.pricelist_input:focus{
    border:1px solid red;

}
.align_right{
    text-align:right;
    background-color:#B8EBFF;
}
.align_center{
    text-align:center;
    background-color:#88CFF1;
}
.table-pricelist{
    font-size:0.9em;
}
.table-pricelist th{
    font-size:0.9em;
}

.table-pricelist td{
    font-size:0.9em;
}