@CHARSET "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
/* 	padding-bottom:50px; */
}

.row {
/* 	padding: 0px 0px 20px 0px; */
}

.loginpanel {
/* 	max-width: 630px; */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
/* 	margin: 10px auto; */
	background-color: #fff;
	padding: 20px;
}

h2 {
	font-weight: normal;
	color: #1B1818;
	text-align: left;
}

.dataTextarea {
	margin-top: 5px;
}

.mainBody {
	border: 1px solid #CCCCCC;
	padding: 15px;
}

.nav-tabs {
	border-bottom: 1px solid #F36F2A;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
	{
	color: #fff;
	cursor: default;
	background-color: #F36F2A;
	border: none;
	border-bottom-color: transparent;
}

.nav-tabs>li>a {
	border-radius: 0 0 0 0;
	font-size: 12px;
}

.mytab {
	padding-left: 10px;
}

.tab-content {
/* 	padding-left: 10px; */
	margin-top: 5px;
}

.nav>li>a {
	padding: 7px 15px;
}

label {
	font-weight: normal;
	font-size: 12px;
	display: inline;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background-color: #fff;
	cursor: pointer;
}

.form-control {
	border-radius: 0 0 0 0;
	padding: 0px;
	font-size: 12px;
	height: 30px;
}

.distributionDay {
	float: left;
	height: 100%;
	width: 100%;
	position: relative;
	list-style: none;
	padding-top: 7px;
}

.distributionDay li {
	margin-bottom: 10px;
}

.redSelectAction, .distributionDay .redSelectAction {
	border: 1px solid #f36f2a;
}

.distributionDay li {
	position: relative;
	border: 1px solid #CCCCCC;
	float: left;
	height: 24px;
	font-size: 12px;
	text-align: center;
	padding: 3px 15px 3px 15px;
	margin-right: 15px;
	cursor: pointer;
}

.distributionDay {
	float: left;
	height: 100%;
	width: 100%;
	position: relative;
	padding-left: 18px;
}

.distributionDayParent {
	padding-left: 0px;
}

.redSelectAction i {
	position: absolute;
	width: 15px;
	height: 15px;
	display: block;
	overflow: hidden;
	background: url(../images/choise.png) no-repeat;
	bottom: 0px;
	right: 0px;
}

.btn-portal {
	background-color: #F36F2A;
	color: #fff;
	border-radius: 0 0 0 0;
	padding: 4px 18px;
}
.btn-close {
	border-radius: 0 0 0 0;
	border:1px solid transparent;
	padding: 4px 18px;
}

.btn:hover, .btn:focus, .btn.focus {
	color: #fff;
}

.modal-header {
	height: 30px;
	background: #f36f2a;
	border-bottom: 1px solid #ccc;
	padding: 0px;
}

.form-horizontal .control-label {
	padding-top: 4px;
	margin-top: 7px;
	vertical-align: middle;
}

.dataplanDiv {
	padding-top: 7px;
}

.dataPrice {
	color: #F36F2A;
	font-weight: bold;
}

.mess {
	padding: 25px 0px 75px 0px;
	text-align: center;
}

.errMess {
	color: black;
	font-weight: bold;
}

.input-portal {
	padding-left: 20px;
}

.modal-title {
	font-weight: bold;
	width: 40%;
	height: 25px;
	display: inline-block;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

.modal-header .close {
	margin-top: 0px;
	margin-right: 10px;
	opacity: 1;
	color: #fff;
}

.modal-footer {
	text-align: center;
}

.modal-content {
	border-radius: 0 0 0 0;
}

.modal-body {
	overflow-y: scroll;
	height: 400px;
	width: 100%;
}
.input-portal input{
	padding-left: 3px;
}
footer {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; line-height: inherit; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: inherit; font-weight: inherit; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;
}
.footer {
	padding: 0px 0px; text-align: center; color: rgb(165, 165, 165); font-size: 12px; margin-top: 10px;position:absolute; bottom:10px;width:100%;
}
input[type=radio].ace{position:absolute;z-index:12;width:18px;height:18px;cursor:pointer}
input[type=radio].ace:checked,input[type=radio].ace:focus{outline:none!important}
textarea {
    padding: 5px 0px 5px 5px!important;
    line-height: 18px!important;
}