.searchOption{
    min-height: 25px;
    word-wrap:break-word;
    background-color: white;
    border-bottom: 1px dashed;
    z-index: 10;
    position: relative;
}
.searchOption:hover{
    background-color: #cacaca;
}
.DraggableList{
    max-height: 640px;
    overflow: auto;
    box-shadow: 0 0 1px 3px #ddd;
    width: 100%;
    margin-top: 10px;
}
textarea{
	display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-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;
}

select{
	display: inline-block;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=number]{
    display: inline-block;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=text]{
	display: inline-block;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=password]{
	display: inline-block;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=button]{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
input[type=button]:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

input.btn-xs{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

input[type=submit]{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
input[type=submit]:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

button{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
button:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

input[data-i18n-value=Remove]:hover{
    background-color: #d9251e;
    border-color: #d43f3a;
}

input[data-i18n-value=Remove]{
	background-color:#d9534f;
	border-color: #d43f3a;
}

input[data-i18n-value=Delete]:hover{
    background-color: #d9251e;
    border-color: #d43f3a;
}

input[data-i18n-value=Delete]{
	background-color:#d9534f;
	border-color: #d43f3a;
}

.input_button{
	/*height:29px;*/
}

.common_date{
    width:120px !important;
    height:28px !important;
}

.common_button{
   /*width : 80px;*/
    height : 20px;
}

.common_input_box{
    width : 10em;
    height : 20px;
    z-index : 1;
}

.common_input_7{
    width : 7em;
    height : 20px;
    z-index : 1;
}

.common_comb_box{
    width : 6em;
    height : 20px;
    z-index : 1;
}


.common_input_box1{
    width : 20em;
    height : 20px;
    z-index : 1;
}
.common_font{
    font-size : 10pt; 
}

.common_red_small_font{
    font-size : 10pt; 
    color : #A00000;
}

.exp_font{
    color : #8A8A8A;
    letter-spacing : 1px;
    font-size : 10pt;
}

.worning_font{
    color : #EF0000;
    letter-spacing : 1px;
    font-size : 10pt;
}

.common_title_font{
    padding: 10px 0 0 13px;
    color : #000080;
    font-size : 12pt;
    font-weight : bold;
}

.common_center_rect{
    background-color : transparent;
    border-color : transparent;
    width : 98%;
    height : 100%;
    overflow : visible;
    position : absolute;
    margin-top : 20px;
    left : 1%;
    border-style : none;
    font-size : 10pt;
}

.common_center_table{
    width : 100%;
    overflow : hidden;
    position : absolute;
    left : 0%;
    font-size:11pt;
    color : #000000;
    z-index : 2;
}

.edituser_function_rect{
  width: 390px; 
  border-width : 1px;
  border-style : solid;
  border-color : #B4B4B4;
  font-size : 11pt; 
}

A:link {
	COLOR: #005880; TEXT-DECORATION: none
}

A:visited {
	COLOR: #005880; TEXT-DECORATION: none
}

A:hover {
	
}

A.gray:link {
	COLOR: #DDDDDD; TEXT-DECORATION: none
}
A.gray:visited {
	COLOR: #DDDDDD; TEXT-DECORATION: none
}
A.gray:hover {
	COLOR: #DDDDDD; TEXT-DECORATION: none
}

A.text-danger{
	COLOR:rgb(169, 68, 66);
}

.title_col{
    width : 210px;
    font-size :  10pt;
    text-align:right;
}
.col{
    font-size : 10pt;
}

.user-function-item {
    white-space: nowrap;
    display: inline;
    margin-left: 10px
}

input.btn-danger{
	background-color:#d9534f;
	border-color: #d43f3a;
}
input.btn-danger:hover{
	background-color: #d9251e;
    border-color: #d43f3a;
} 