/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
.width-100 {
	width: 100px !important;
}

.width-50 {
	width: 50px !important;
}

.width-240 {
	width: 240px !important;
}

.simulation {
	margin: 0;
}

.simulation #paramInput label[title] {
	width: 130px;
}

.simulation #measureInput label[title] {
	width: 160px;
}

.simulation #resultSection label[title] {
	width: 120px;
}

.quarter {
	margin: 0;
}

.type-radio {
	
}

.simulation .quarter > section{
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 1px #ddd solid;
}


.row-flex {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.row-flex > div {
    min-height: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 5px 0;
    border-radius: 0;
}

.quarter > section {
	padding-left: 0;
	padding-right: 0;
}


.simulation .param-form .form-group {
	margin-bottom: 5px !important;
	margin-left: 0;
	margin-right: 0;
}

.form-display-inline {
	display:inline-block;
}

.simulation .nav-tabs-custom {
    margin-bottom: 0 !important;
    box-shadow: none;
}

.simulation .nav-tabs-custom .header{
	font-size: 13px !important;
}


.reuslt-form .form-group{
	margin: 0 10%!important;
}

input[readonly].Wdate {
	pointer-events: none;
  touch-action: none;
  background-color: #f3f3f3 !important;
}

select[readonly] + .select2-container {
  pointer-events: none;
  touch-action: none;
}


select[readonly] + .select2-container .select2-selection {
    background-color: #f3f3f3;
    box-shadow: none;
}
select[readonly] + .select2-container >
.select2-selection__arrow,
  .select2-selection__clear {
    display: none;
  }
