﻿/*!
 * Copyright (c) 2013-Now http://baidu.com All rights reserved.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
body {
    font-family: Verdana,SimHei,黑体,sans-serif;
    background-color: #FFFFFF;
}
.tabpanel_tab_content {
    display: none;
}
.width-97 {
	width: 97px!important;
}
.width-116 {
	width: 116px!important;	
}
.width-150 {
	width: 150px!important;
}
.width-160 {
	width: 160px!important;
}
.width-176 {
	width: 176px!important;
}
.width-210 {
	width: 210px!important;
}

.tabpanel,.tabpanel_content {
	width: 100% !important;
}

.tabpanel_content .html_content {
	margin-top: 0px;
}

.xinfeng {
	margin-top: -5px;
	margin-right:15px;
}

.box-body {
	padding: 0 0;
	padding-left:15px !important;
	padding-right:15px !important;	
}

.box-main, .box-body, .form-control, .form-inline, button.btn {
	font-family: Verdana,SimHei,黑体,sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-family: Verdana,SimHei,黑体,sans-serif;
	color: #676767;
}

.select2-results__option {
	font-family: Verdana,SimHei,黑体,sans-serif;
	color: #676767;
}


.btn-primary {
    background-color: #019ACD;
    border-color: #2e6da4;
    color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #019ACD;
    border-color: #204d74;
    opacity: 0.9;
}


.btn-primary {
    background-color: #019ACD;
    border-color: #2e6da4;
    color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
    background-color: #019ACD;
    border-color: #2e6da4;
    color: #fff;
    opacity: 0.9;
}
.btn-primary:hover {
    background-color: #019ACD;
    border-color: #2e6da4;
    color: #fff;
    opacity: 0.9;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #019ACD;
    border-color: #2e6da4;
    color: #fff;
    opacity: 0.9;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #019ACD;
    border-color: #2e6da4;
    color: #fff;
    opacity: 0.9;
    
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none;
    opacity: 0.9;
}
