body{
	font-family:Arial,sans-serif;
    font-size: 12px;
    margin:0px;
    padding: 0px;
}

#main_content{
	min-height: 658px;
        height: auto;
}

.error{
	border:1px solid #FF0000 !important;
}

select{
	height: 28px;
	width: auto;
	-webkit-appearance: none;
	-webkit-padding-end: 30px;
	-webkit-padding-start: 6px;
	border:1px solid #A8A8A8;
	background-color: #f5f5f5;
	background-image:-webkit-image-set(url("../../../assets/images/select-icon.png")1x);
	background-position: right center;
	background-repeat: no-repeat;
}

select:focus{
	background-color: #FFF;
}

#text{
  width: 150px;
  border: 1px solid #ccc;  
  /*box-shadow: -1px 1px 1px 1px #ccc;*/
  padding: 5px;
  margin: 0px;
}

#button{
  width: 28px;
  height: 28px;
  margin: 0px;
  margin-left: -10px;
}
#combobox-multi > .ui-button{
	float:right;
}
#combobox-multi{
	width: 186px;
	float: left;
	margin-right: 5px;
}

#data-list{
  width: 232px;
  background-color: #FFF;
  border: 1px solid #ccc;  
  padding: 10px 0px 10px 0px;
  margin: 0px;
  box-shadow: 0 5px 10px #999;
  position: absolute;
  z-index: 13000;
}

#data-list ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#data-list ul:focus(){
	border:1px solid #000;
}

#data-list ul li{
  padding: 5px 0px 5px 20px;
}

#data-list ul li:hover{
  cursor:pointer;
}

.no-display{
  display: none;
}

.hover{
  background-color: #efefef;
}

.selected{
  background-color: #ccc;
}

#cmbDate{
  position: relative;
}
#pop-date{
  width: 200px;
  height:150px;
  background-color: #FFF;
  border: 1px solid #ccc;  
  padding: 10px;
  margin: 0px;
  box-shadow: 0 5px 10px #999;
  position: absolute;
  z-index: 13000;
}

#pop-date label{
  width: 40px;
  display: inline-block;
}

.change{
  background: #83B0CA url(../../../assets/js/wijmo/themes/aristo/images/ui-bg_highlight-soft_100_83b0ca_1x100.png) repeat-x top !important;
}

    .col1{min-width:75px;}
    .col2{min-width:150px;}
    .col3{min-width:225px;}
    .col4{min-width:300px;}
    .col5{min-width:375px;}
    .col6{min-width:450px;}
    .col7{min-width:525px;}
    .col8{min-width:600px;}
    .col9{min-width:675px;}
    .col10{min-width:750px;}
    .col11{min-width:825px;}
    .col12{min-width:900px;}
    .col13{min-width:975px;}
    .col14{min-width:1050px;}
    .col15{min-width:1125px;}
    .col16{min-width:1200px;}
    
    .colFixed1{width:75px;}
    .colFixed2{width:150px;}
    .colFixed3{width:225px;}
    .colFixed4{width:300px;}
    .colFixed5{width:375px;}
    .colFixed6{width:450px;}
    .colFixed7{width:525px;}
    .colFixed8{width:600px;}
    .colFixed9{width:675px;}
    .colFixed10{width:750px;}
    .colFixed11{width:825px;}
    .colFixed12{width:900px;}
    .colFixed13{width:975px;}
    .colFixed14{width:1050px;}
    .colFixed15{width:1125px;}
    .colFixed16{width:1200px;}
    
    .clear{
        clear: both;
    }