﻿/* CSS Document @charset "utf-8"; */

/*display*/
.display_none {
    display: none;
}

.display_block {
    display: block;
}

.display_inline {
    display: inline-block;
}

/*image*/
.img-fix-w-lg {
    max-width: 250px;
}

/**common**/
.common-list{
    margin:5px 3px;
}

.common-list h3{
    padding:0px;
    margin:0px;
    font-size:12px;
    clear:left;
}

.common-list ul{
    margin:0px;
    padding:0px;
}

.common-list li{
    list-style-type: none;
	display:block;
	line-height:30px;
    padding:1px 0;
}

.common-list li span{
	padding:0 3px;
    margin:0 5px 0 5px;
}

.common-list input[type=text]{
  height: 34px;
  padding: 3px 6px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
}

.pointer{
    cursor:pointer;
}

.border-none{
    border:none !important;
}

/**power_list**/
.power_list{
    
}

.power_list ul{
    margin:0px;
    padding:0px;
}

.power_list ul li{
    padding:1px 0;
    list-style-type: none;
}

.power_list ul li dt{
    font-size:14px;
    line-height:30px;
    font-weight:bold;
}

.power_list ul li dd{
    line-height:24px;
    font-weight:normal;
}

.power_list ul li dd input{
    margin:0px 3px 0 10px;
}

.power_list ul li dd span.detail_power{
    padding-left:10px;
}

/**re-write modal css**/
.modal-dialog{
    margin:10px auto !important;
}

.modal-header {
    padding: 15px !important;
}

.modal-body {
    padding: 10px !important;
}

/**ajax-uploader**/
.ajax-uploader .btn-upload {
    position: relative;
    text-decoration: none;
    /*width: 71px;*/
    height: 35px;
}

.ajax-uploader input.hidUploadFile {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 35px;
    z-index: 99;
}

.ajax-uploader .remove {
    padding: 9px 15px;
    margin-right: -14px;
}