body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f7f7f7;
	position: relative;
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	/*-webkit-font-smoothing: antialiased;*/
}
h1,h2,h3,h4,h5 {
	margin: 0;
	line-height: inherit;
	color: #29323d;
}
h1 small,h2 small,h3 small,h4 small,h5 small {
	margin-left: 15px;
	font-style: italic;
}

input.search{
	background: url("../img/lens.png") #fcfcfc no-repeat 95%;
	box-shadow: none;
	height: 19px;
	font-size: 13px;
	padding: 2px 6px;
	border:1px solid #d0dde9;
	margin: 0;
	border-radius: 2px;
	top: 11px;
}

.header{
	margin-bottom: 60px;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5 {
	float: left;
	margin-top: 5px;
}

/* Custom navbar stuff */

/* search input */
.navbar-inverse input.search {
	background: url("../img/lens.png") #0f1217 no-repeat 95%;
	border: 1px solid #0f1217;
	position: relative;
	border-radius: 4px;
	top: 9px;
	padding: 3px 6px;
	color: #000;
	font-size: 13px;
	margin-right: 40px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.navbar-inverse input.search:focus {
	background-color: #fff;
}
/* navbar settings and logout icons */
.navbar-inverse .settings i {
	color: #9ba3ad;
	font-size: 21px;
}

.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/* notification menu with custom dropdowns */
.navbar-inverse .notification-dropdown {
	position: relative;
}
.navbar-inverse .notification-dropdown > a:hover,
.navbar-inverse .notification-dropdown > a.active {
	background: #254261 !important;
	box-shadow: inset 1px 0px 1px 0px rgb(62, 90, 121);
}
.navbar-inverse .notification-dropdown i {
	font-size: 17px;
	color: #9ba3ad;
}
.navbar-inverse .notification-dropdown .count {
	position: absolute;
	top: 1px;
	left: 58%;
	background: rgb(53, 186, 196);
	padding: 0px 5px;
	border-radius: 30px;
	color: #fff;
	line-height: 16px;
	z-index: 9999;
	text-align: center;
	font-size: 11px;
}

/* navbar popup dialog */
.navbar-inverse .pop-dialog {
	position: absolute;
	right: -10px;
	top: 55px;
	display: none;
}
.navbar-inverse .pop-dialog.is-visible {
	display: block;
	-webkit-animation: reveal .2s ease-out;
	-moz-animation: reveal .2s ease-out;
	animation: reveal .2s ease-out;
}
.navbar-inverse .pop-dialog .body {
	box-shadow: 0px 1px 9px 1px #c2c2c2;
}
.navbar-inverse .pop-dialog .close-icon {
	float: right;
	text-decoration: none;
	z-index: 9999;
	position: relative;
}
.navbar-inverse  .pop-dialog .footer {
	border-top: 1px solid #e6e8e9;
	background-color: #eff4f7;
	margin: 15px 0px -10px 0px;
	border-radius: 0px 0px 5px 5px;
	padding: 12px 20px;
	text-align: center;
}
.navbar-inverse  .pop-dialog .footer a {
	font-weight: 600;
	color: #7d91a8;
}

/* navar popup dialog for notifications */
.navbar-inverse  .pop-dialog .notifications {
	width: 330px;
	margin: 10px -10px 0px -10px;
}
.navbar-inverse  .pop-dialog .notifications h3 {
	font-size: 13px;
	color: #404951;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.navbar-inverse  .pop-dialog .notifications .item {
	display: block;
	padding: 10px 0px 8px 20px;
	border-top: 1px solid #e7e8ea;
	color: rgb(54, 54, 54);
	text-decoration: none;
	padding-left: 50px;
	position: relative;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
}
.navbar-inverse  .pop-dialog .notifications .item:hover {
	background: rgb(240, 246, 255);
}
.navbar-inverse  .pop-dialog .notifications .item > i {
	color: rgb(252, 130, 123);
	position: absolute;
	left: 19px;
	font-size: 18px;
}
.navbar-inverse  .pop-dialog .notifications .item > i.icon-user {
	left: 18px;
}
.navbar-inverse  .pop-dialog .notifications .item .time {
	float: right;
	color: #82a3c1;
	font-style: italic;
	font-weight: 600;
	font-size: 11px;
	min-width: 60px;
	margin-right: 5px;
}
.navbar-inverse  .pop-dialog .notifications .item .time i {
	font-size: 13px;
	color: #cfcfcf;
	margin-right: 1px;
}

/* navar popup dialog for messages */
.navbar-inverse .pop-dialog .messages {
	width: 330px;
	margin: 10px -10px 0px -10px;
}
.navbar-inverse  .pop-dialog .messages .item {
	display: block;
	padding: 10px 20px 15px 20px;
	height: 54px;
	border-bottom: 1px solid #e7e8ea;
	color: rgb(54, 54, 54);
	text-decoration: none;
	position: relative;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
}
.navbar-inverse  .pop-dialog .messages .item.last {
	border-bottom: 0px;
}
.navbar-inverse  .pop-dialog .messages .item:hover {
	background: rgb(240, 246, 255);
}
.navbar-inverse  .pop-dialog .messages .item .display {
	float: left;
	border-radius: 50px;
	margin-right: 15px;
}
.navbar-inverse  .pop-dialog .messages .item .name {
	font-size: 12px;
	color: #404951;
	font-weight: bold;
}
.navbar-inverse  .pop-dialog .messages .item .msg {
	font-size: 11px;
	color: rgb(117, 118, 119);
	font-weight: 600;
	line-height: 13px;
	position: relative;
	top: -1px;
}
.navbar-inverse  .pop-dialog .messages .item .time {
	position: absolute;
	right: 0px;
	bottom: 6px;
	color: #82a3c1;
	font-style: italic;
	font-weight: 600;
	font-size: 11px;
	min-width: 60px;
	margin-right: 5px;
}
.navbar-inverse  .pop-dialog .messages .item .time i {
	font-size: 13px;
	color: #cfcfcf;
	margin-right: 1px;
}
.navbar-inverse  .pop-dialog .messages .footer {
	margin-top: 6px;
}



/* Sidebar */
#sidebar-nav {
	position: absolute;
	width: 180px;
	float: left;
	margin: 0em;
	padding-top: 5.8em;
}
#dashboard-menu {
	list-style: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
	margin-left: 20px;
}
#dashboard-menu > li > a {
	display: block;
	margin-right: -15px;
	margin-left: -15px;
	padding: 19px 14px 15px 14px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dae1e8;
	box-shadow: 0 2px 1px -1px #FFFFFF;
	color: rgb(110, 130, 155);
	outline: 0px;
	width: 88%;
}
#dashboard-menu > li {
	position: relative;
}
/* font awesome icon */
#dashboard-menu > li .icon-group {
	font-size: 22px;
}
#dashboard-menu > li i {
	font-size: 23px;
	top: 17px;
}
#dashboard-menu .pointer {
	position: absolute;
	right: 9px;
	top: 20px;
}
#dashboard-menu .pointer .arrow,
#dashboard-menu .pointer .arrow_border {
	border-color: transparent #fff transparent transparent;
	border-width: 11px;
	border-style: solid;
	font-size: 0;
	left: 50%;
	line-height: 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1002;
	left: 0;
	margin-left: 45%;
}
#dashboard-menu .pointer .arrow_border {
	border-color: transparent rgb(192, 210, 221) transparent transparent;
	border-width: 11px;
	margin-left: -1px;
	border-style: solid;
	z-index: 1001;
	top: 0px;
}
#dashboard-menu a span {
	margin-left: 35px;
	transition: color .1s linear;
	-moz-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	-o-transition: color .1s linear;
}
#dashboard-menu a.ui-elements span {
	margin-left: 25px;
}
#dashboard-menu a i {
	position: absolute;
	left: 0;
	height: 24px;
	width: 24px;
	opacity: 0.7;
	transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	-webkit-transition: opacity .1s ease;
	-o-transition: opacity .1s ease;
}
#dashboard-menu a i.icon-chevron-down {
	position: relative;
	float: right;
	top: 5px;
	font-size: 11px;
	color: rgb(104, 104, 104);
	width: initial;
	height: initial;
}
#dashboard-menu > li:hover i{
	opacity: 1;
}
#dashboard-menu > li.active > a,
#dashboard-menu > li > a:hover {
	color: rgba(51, 69, 90, 1);
	text-decoration: none;
}
#dashboard-menu > li.active a {
	font-weight: 600;
	text-shadow: 1px 1px 1px #fff;

}
#dashboard-menu > li.active i{
	opacity: 1;
}

/* sidebar submenus */
#dashboard-menu > li.active .dropdown-toggle {
	border-bottom: 0px;
	box-shadow: none;
}
#dashboard-menu ul.submenu {
	list-style-type: none;
	display: none;
	margin-top: 7px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: -15px;
	padding-left: 15px;
	border-bottom: 1px solid #dae1e8;
	box-shadow: 0 2px 1px -1px #FFFFFF;
	padding-bottom: 10px;
}
#dashboard-menu ul.submenu.active {
	display: block;
}
#dashboard-menu ul.submenu a {
	font-weight: normal;
	font-size: 13px;
	color: rgb(76, 83, 90);
	text-decoration: none;
	display: block;
	margin-bottom: 7px;
}
#dashboard-menu ul.submenu a:hover {
	text-decoration: underline;
}
#dashboard-menu ul.submenu a.active {
	font-weight: bold;
	text-shadow: none;
}


#pad-wrapper {
	padding: 0px 25px;
	margin-top: 55px;
}
#pad-wrapper h4 {
	margin: 0 0 0 20px;
	color: #696d73;
	font-style: italic;
}
.content {
	min-width: 400px;
	min-height: 620px;
	margin-bottom: 100px;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin-left: 177px;
	border-left: 1px solid #dae3e9;
	border-bottom: 1px solid #dae3e9;
	box-shadow: -3px 3px 3px -2px #f1f1f3;
	border-radius: 0px 0px 0px 5px;
}
.content.wide-content {
	margin-left: 0;
	border-radius: 0;
}

/* starts skins changer */
.content .skins-nav {
	opacity: 1;
	-webkit-transition: right .3s;
	-moz-transition: right .3s;
	-ms-transition: right .3s;
	-o-transition: right .3s;
	transition: right .3s;

	position: fixed;
	right: -85px;
	top: 135px;
	font-size: 13px;
	z-index: 9999;
}
.content .skins-nav:hover {
	right: 0;
}
.content .skins-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	height: 37px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	margin-bottom: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.content .skins-nav a.first_nav {
	background: rgba(95, 175, 228, 0.8);
}
.content .skins-nav a.second_nav {
	background: rgba(36, 43, 77, 0.8);
}
.content .skins-nav a.first_nav:hover {
	background: rgba(95, 175, 228, 1);
}
.content .skins-nav a.second_nav:hover {
	background: rgba(36, 43, 77, 1);
}
.content .skins-nav a .icon {
	float: left;
	width: 9px;
	height: 10px;
	background: url('../img/skin-nav-bullets.png') 0 0 no-repeat;
	margin: 15px 15px 0 5px;
}
.content .skins-nav a.selected .icon {
	background-position: 0 -9px;
}
.content .skins-nav a .text {
	padding-right: 12px;
	white-space: nowrap;
	display: block;
	width: 100px;
	position: relative;
	top: 9px;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-ms-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
}
/* end skin changer*/

.widget-header{
	background-color: #efefef;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	min-height: 51px;
	border:1px solid #DDDDDD;
}
.widget-header > i, .widget-header h5{
	float: left;
	color: #62687e;
	font-weight:200;
}
.widget-header > i{
	font-size: 16px;
	padding: 15px 10px 15px 11px;
	text-align: center;
	width: 40px;
}
.widget-header a{
	color: #777777;
	cursor: pointer;
	font-size: 16px;
	margin: 0 0 0 8px;
	text-decoration: none;
}
.widget-header a:hover{
	color: #333;
}
.widget-header a.widget-hidden i{
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.widget-header h5{
	margin: 0;
	padding: 15px 0 0;
	font-size: 16px;
}
.widget-header .btn-group{
	float: right;
	margin: 7px;
}

.widget-header-under{

	background: none repeat scroll 0 0 #FCFCFC;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0 1px 1px;
	clear: both;
	font-size: 11px;
	text-align: center;
	padding:4px;
}
.widget-buttons{
	float:right;
	padding: 15px 15px 0 0;
}
.widget-buttons button{
	margin-top:-5px;
}
.widget-body{
	padding: 30px;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #ccc;
	background-color: #fff;

}
.widget-body .table strong{
	color:#E28271;
}
.widget-body .table{
	margin-bottom: 0;
}
.widget-header:before, .widget-header:after {
	content: "";
	display: table;
	line-height: 0;
}
.widget-header:after {
	clear: both;
}
.row-fluid{
	margin-top: 40px;
}
.widget-footer{
	background-color: #efefef;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	padding: 10px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px;
}
.widget-footer:after{
	clear: both;
}
.widget-footer:after, .widget-footer:before{
	content: "";
	display: table;
	line-height: 0;
}
.btn{
	border-radius:2px;
	background-image:none !important;
}
.btn.btn-primary{
	background-color: #2D9AF9;
	background-image:none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #3074FC;
}

.row-fluid .span5{
	width: 16%;
}
.zhi{
	display: inline-block;
	float: left;
	margin-right: 16px;
	line-height: 30px;
}
.input-append .addin{
	background: #ffffff;
	width: 100px;
}
.modal-body textarea{
	width: 97%;
	height: auto;
}
.modal-body input{
	width: 97%;
}
.form-group1 input{
	width: 90%;
	margin-top: 10px;
}
.form-group1 label{
	font-weight: bolder;
	font-size: 15px;
}
.form-group1{
	margin-top: 30px;
	margin-left: 30px;
}
.tijiao{
	float: right;
	margin-right: 90px;
	margin-top: 150px;
	width: 95px;
	height: 36px;
}
.input-price{
	width: 50px;
	text-align: center;
	margin-right: 10px;

}
.input-pri{
	margin-left: 10px;
}
.youhui{
	list-style: none;
	height: 33px;
	margin: 0;
}
.youhui li{
	height: 33px;
	line-height: 33px;
	margin-right: 20px;
	float: left;
	font-size: 13px;
	color: #666666;
}
.youhui li input{
	margin-right: 4px;
	margin-top: -2px;
}
.youhui .addto{
	width: 40px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #cccccc;
	color: #ffffff;
	font-size: 12px;
	margin-top: 4px;
	cursor: pointer;
}
.addcash{
	width: 80%;
	margin-left: 10%;
}
.dai{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.append{
	height: 40px;
	margin: auto;
	margin-bottom: 30px;
}
.append button{
	float: right;
}

.coupon{
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
.coupon-tit{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f5f5f5;
	color: #666666;
}
.coupon-right{
	float: right;
	margin-right: 20px;
	font-size: 15px;
}
.coupon-right span{
	cursor: pointer;
}
.cash{
	width: 95%;
	margin: 20px;
	box-sizing: border-box;
	border: 1px solid #DAA520;
	background: #FFEBCD;
	border-radius: 10px;
}
.cash-time{
	height: 70px;
	line-height: 70px;
	font-size: 22px;
	margin-left: 20px;
	color: #999999;
}
.cash-price{
	height: 55px;
	line-height: 55px;
	font-size: 40px;
	margin-left: 20px;
	font-weight: bold;
	margin-top: 20px;
	color: #666666;
}
.container-wrap{
	width: 90%;
	margin-left: 5%;
	margin-top: 0px;
}
.table td{
	text-align: center;
	font-size: 14px;
}
.table thead th{
	font-size: 14px;
}
.tab>thead>tr>td{
	padding: 13px;
	font-size: 14px;
}
.tab>tbody>tr>td{
	padding: 13px;
}
.table th{
	text-align: center;
	font-size: 16px;
}
.table thead{
	background: #f5f5f5;
}
.table td span{
	cursor: pointer;
}
.tablist{
	display: none;
	border: 1px solid #e6e6e6;
	margin-top: 10px;
}
.widget-body .tablist{
	margin-bottom: 20px;
}
.form-control{
	height: 30px;
	width: 100%;
}
.form-wrap{
	position: relative;
}
.result{
	height: 30px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
.result .course{
	padding: 0px 5px;
	background: #e6e6e6;
	margin-left: 5px;
	margin-top: 4px;
	display: inline-block;
}
.modal-body .inputen{
	float: right;
	width: 50px;
}
#package .modal-body{
	height: 330px;
}
.detailist{
	list-style: none;
	margin: 0;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 29px;
	left: 0;
	right: 0;
	background: #ffffff;
	max-height: 200px;
	overflow: scroll;
}
.detailist li{
	height: 30px;
	line-height: 30px;

}
.detailist li:hover{
	background: #0081c2;
	color: #ffffff;
}
.detailist .choise{
	margin-right: 5px;
	float: left;
	width: 30px;
	margin-top: 9px;
}
.detailist .portion{
	float: right;
}
.detailist .price{
	float: right;
}
.detailist .part{
	width: 40px;
	height: 18px;
	padding: 0;
	margin: -2px 10px 0 5px;
	text-align: center;
}
.removes{
	cursor: pointer;
}
.amend td{
	position: relative;
}
.revisen{
	position: absolute;
	float: right;
	padding: 2px 8px;
	background: #f5f5f5;
	right: 130px;
	color: #0081c2;
	top: 10px;
}
/*��������ύ*/
.tisubmit{
	margin-right: 30px;
	margin-top: 180px;
}
/*Ӫ������*/
.pad-wrap{
	margin: 0 100px;
}

/*Ӫ��������ȡ�������*/
.totlanum{
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	font-weight: bolder;
}
/*�ϴ�ͼƬ*/
.uploadfile{
	width: 225px;
	height: 30px;

}
/*table��ͼƬ*/
.picimg img{
	width: 80px;
	height: 80px;
	display: inline-block;
}
#file0{
	margin-top: 5px;
}
/*������ť*/
.WriteOff{
	width: 68px;
}
/*�б�������*/
.search{
	float: right;
	/*width: 50%;*/
	margin-bottom: 20px;
}
/*������ť*/
#btn{
	float: right;
	margin-left: 10px;
	height: 29px;
	width: 60px;
	background: #3074FC;
	border: none;
	border-radius: 3px;
	color: #ffffff;
}
/*��������*/
.assess-content{
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*����*/
.param-content{
	padding: 20px;
}
/*�ϴ���ͼƬ*/
.add-img{
	width: 40px;
	height: 40px;
}
.convenience{
	display: flex;
	justify-content: space-between;
}
.convenience-header{
	display: flex;
	flex-direction: row;
}
.head{
	margin-bottom: 0;
}
.header img{
	width: 86px;
	height: 86px;
}
.head img{
	border-radius: 50%;
}
.header-name{
	margin-left: 20px;
	margin-top: 5px;
}
.header-name p{
	color: #4C8EE5;
	display: block;
	font-size: 16px;
	margin-top: 0;
}
.header-time{
	margin-top: 16px;
}
.header-time img{
	width: 26px;
	height: 26px;
	margin-right: 2px;
}
.reply{
	color: #999999;
	padding-right: 20px;
	font-size: 18px;
	margin-top: 7px;
}
.reply-cont{
	margin-left: 120px;
	margin-top: 10px;
	color: #666666;
	font-size: 15px;
	line-height: 26px;
}
.reply-pic{
	margin-left: 120px;
	margin-top: 20px;
}
.reply-pic img{
	width: 22%;
	height: 88px;
	margin-right: 3%;

}
/*����*/
.area{
	list-style: none;
	margin: 20px 0 0;
	height: 40px;
}
.area li{
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	float: left;
	margin: 0 10px 10px 0;
}
.area .chosearea{
	background: #2D9AF9;
	color: #ffffff;
	border: 1px solid #2D9AF9;
}
.modify{
	border-radius: 10px;
	border: 1px solid #e6e6e6;

	margin-bottom: 10px;
}
.modifyArea{
	width: 60px;
	height: 30px;
	border-radius: 6px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	margin-right: 10px;

}
.modifyCont{
	line-height: 30px;
	font-size: 16px;
	padding: 10px;
}
.operate{
	text-align: right;
	border-top: 1px solid #e6e6e6;
	height: 30px;
	padding-right: 10px;
	line-height: 30px;
}
/* ----------- user interface ----------- */
.form-horizontal .control-label{
	padding:0;
	width:110px;
	margin-top: 6px;
}
.form-horizontal .controls{
	margin-left:130px;
}
/*.fade{*/
/*display: none;*/
/*}*/

/* responsive */
@media (max-width: 1020px) {
	.content {
		margin-left: 65px;
	}
	#dashboard-menu {
		margin-left: 5px;
	}
	#dashboard-menu .pointer {
		display: none;
	}
	#dashboard-menu li a span {
		visibility: hidden;
	}
}
@media (max-width: 600px) {
	.content {
		margin-left: 0em;
		border-left-width: 0px;
	}
}
@media (max-width: 822px) {
	.navbar-inverse input.search {display: none;}
}
@media (max-width: 767px) {
	#pad-wrapper {
		padding: 0px 10px;
	}
	.content {
		min-width: 0px;
		margin:0;
	}
	#main-stats .stat{
		width: 50%;
		float: left;
	}

	#sidebar-nav {
		left: -200px;
		position: fixed;
		z-index: 9999;
		background-color: #f7f7f7;
		padding-top: 0px;
		border-right: 1px solid #ccc;
		width: 165px;
		box-shadow: 1px 1px 4px 1px rgb(233, 233, 233);

		-webkit-transition: left .25s ease;
		-moz-transition: left .25s ease;
		-o-transition: left .25s ease;
		-ms-transition: left .25s ease;
		transition: left .25s ease;
	}
	#sidebar-nav #dashboard-menu {
		margin-left: 10px;
	}
	#sidebar-nav #dashboard-menu li a span {
		visibility: visible;
	}
	#sidebar-nav #dashboard-menu li:last-child a {
		border-bottom: 0px;
		box-shadow: none;
	}
	#sidebar-nav.display {
		position: absolute;
		left: 0;
		height: 100%;
	}

}
.modal-body .money{
	width: 70px;
}
.modal-body .line{
	width: 30px;
	display: inline-block;
	border-top: 1px solid #CCCCCC;
	padding-top: 7px;
}
.singleSelect span{
	float: left;
	line-height: 35px;
	margin-right: 40px;
}
.modal-body input[name='payMethod']{
	width: 15px;
	height: 15px;
	margin-right: 12px;
	float: left;
	margin-top: 10px;
}


.singleSelect1 span{
	float: left;
	line-height: 35px;
	margin-right: 40px;
}
.modal-body input[name='payMethod1']{
	width: 15px;
	height: 15px;
	margin-right: 12px;
	float: left;
	margin-top: 10px;
}