
/**
 * Version: 0.003
 */



@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.mdl-grid{
  margin-right:0!important;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


/**
* Navigation & navigation contents
*
* nav common properties
*/

.nav-header{
  width: 100%;
  height: 100px;
  background-color:#2C3E50;
}

.nav
{
  /* color of header */
  background-color:#2C3E50;
}


/**material Design*/

.mdl-layout__header{
  background-color:#2C3E50;

}


.mdl-navigation__link .material-icons{
  font-size:24px;
  margin-right: 21px;
  margin-left: 15px;
  color:#2C3E50;
}

.nav-header .avatar{
  margin:20px 10px 0 20px;
  color:#ffffff;
  font-size: 46px;
}

/**
* Card & Card Contents
*
* Card common properties
*/



#listCard{
  width: 80%;
  margin: 2% 10% 0 10%;
   z-index: 999;

}



/**
* Table & Table Contents
*
* table common properties
*/

.mdl-data-table{
  width: 100%;
  padding-left: 10px;


}



.mdl-data-table td:first-child,.mdl-data-table th:first-child{
 /*padding-left: 100px*/

}

.mdl-data-table,.mdl-data-table td{
  border: none;
}


/**
  * Generic Details
  *
  * Customized floating input to be wider
  * Need customized width per devices
  */

  #genericCard{
  width: 55%;
  margin: 2% auto 0 auto;
  z-index: 999;
  }

  #genericCard .mdl-textfield {
    max-width: 1000px;
    width: 95%;
    margin-left: 5px;
    margin-right: 5px;

  }


.mdl-textfield__input,.mdl-list__item{
  font-size: 14px;
  color:#464031;
}



/**
  * Error Messages
  *
  */
.err{
    color: #d50000;
    position: absolute;
    font-size: 12px;
    margin-top: 3px;
    display: inline;
}

.err-title{
    color: #2C3E50;
    font-size: 14px;
    margin-top: 3px;
    font-weight: bolder;

}

.mdl-dialog{
z-index: 1000;
position: absolute;
}


/**
  * Pagination
  *
  */

.container{
margin-bottom: 10px;
}

.pagination{
list-style: none;
display: inline;
/* position: absolute; */
right: 0;
/* margin: 2px 10% 2px 10%; */
}

.pagination li {
    display: inline;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

/**
  * Layout List Selection
  *
  */

#radioGroup .mdl-list__item-secondary-action{
  width: 20px;
  height: 45px;
}

#radioGroup .mdl-list__item{
  padding: 1px 16px 1px 16px;
}

.scrollable-menu {
    height: auto;
    padding-right: 20px;
    max-height: 150px;
   overflow:scroll;
   overflow-x:hidden;
}


/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


.bgRed{
  background-color: white;
}

.content-grid {
margin-left: -16px;
}

.mdl-grid{
padding-top:2px;
padding-bottom:2px;
}

 .no-padding{
  padding: 0;
 }

.no-margin-1{
  margin-top: 0;
  margin-bottom: 0;
 }


#otherList.mdl-menu__item a:hover{
  color:red;
}

/*Code for smaller td*/

/*.mdl-data-table th{
  padding-top: 0px;
  padding-bottom: 0px;
    height: 42px;
}

.mdl-data-table td{
  padding-top: 0px;
  padding-bottom: 0px;
    height: 42px;
}

.mdl-data-table tbody tr{
  height: 42px!important;
}*/


/*dialog*/

.dialog-container{
  margin-left: auto;
  margin-right: auto;
}


.mdl-textfield__input{
line-height:102%!important;
}

/*.mdl-textfield {
margin-top:-10px;
}*/



/*Select*/

select{
  width: auto;
  height: 30px;
  padding: 5px;
  margin:5px;
  font-size: 12px;
}

.checkGroup:not(:nth-child(3)){
  width:80%;
margin-left: 45px;
margin-top: 20px;
/*background-color: red;*/
 border-right:2px solid rgba(0,0,0,.20);
}

#system > div > div:nth-child(4) > div,
#system > div > div:nth-child(8) > div,
#item-panel > div > div:nth-child(4) > div
{

 border-right:none;
}

.icon-vertical-align{
   display: inline-flex;
    vertical-align: middle;
}

/*Order In Table*/

#orderIn th,td :first-child{

}


/*Dialog Input*/

.custom-input-div{
  padding: 5px;

}
.autoCompletInput{
  padding: 2px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  width: 100%;
  transition: border 0.1s ease;
  font-size: 13px;
}

.autoCompletInput-label{
   font-size: 11px;

}
.autoCompletInput:focus {
  outline: none;
  border-bottom: solid 3px #2C3E50;
}

.autoCompletInput:disabled {
  outline: none;
  border-bottom: dotted 1px #2C3E50;
}


.ui-autocomplete {
  z-index: 10001;
}

.ui-menu .ui-menu-item a,.ui-widget input, .ui-widget select,
.ui-widget textarea, .ui-widget button{
  font-family: 'Helvetica','Open Sans','Roboto','Arial',sans-serif!important;
  font-size: 13px!important;
}
.font-color-gray{
color:rgba(0,0,0,.54)
}

.table-input{
  outline: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.input-select{
   padding: 2px 10px 2px 10px;
   height: 31px;

}

.input-select-button{
   margin-left: -30px;
   margin-top:2px;
    -webkit-appearance: none;
}

.wordwrap {
   white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
}

.hidden-toggle{
display: none;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
