/* ================================
	Design Portfolio
	Copyright 2015 DP
===================================*/
.container {max-width:none !important;width:960px}

input[type="checkbox"] {
	position: relative;
	top: 7px;
}

body {
	background: #F7F8F8;
	color: #4C4D4F;
	margin: 50px 0;
}

.copy {
	font-size: 0.8em;
	height: 0;
	margin: 0 auto;
	position: relative;
	top: -40px;
	width: 930px;
}

.title {
	color: #008F91;
	float: left;
	font-size: 20px;
	line-height: 32px;
}

.overall {
	float: left;
	margin-top:25px;
}

a , a:hover {
	color: #4C4D4F;
	text-decoration: underline;
}

.table {
	background: #fff;
	border: 1px solid;
	margin-bottom: 0;
	padding: 15px;
}

.table .download, .table .download:hover {
	padding: 3px 37px 3px 8px;
	width: 348px;
	top: 5px;
}

dl {
	font-size: 18px;
}

.dl-horizontal dt {
	font-weight: normal;
	text-align: left;
	width: 185px;
}

.dl-horizontal dd {
	margin-left: 155px;
}

h1 {
	margin-top: 0;
}

h3 {
	line-height: 1;
	margin-top: 0;
}

h3>span {
	display: block;
	float:right;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 10px;
	margin-top: 4px;
}

.acc a {
	color: #009DBD;
	text-decoration: underline;
}

ul.list {
	counter-reset: numbers;
	list-style: none;
	margin-bottom: -5px;
	padding: 0;
}

.list li {
	background: #DCF1FD;
	border: 1px solid #aaa;
	counter-increment: numbers;
	line-height: 20px;
	margin: 0 0 5px;
	min-height: 32px;
	overflow: hidden;
	padding: 5px 80px 5px 30px;
	position: relative;
}

.list li.empty {
	color: #939598!important;
}

.list li.host, table.overview tr.first td {
	background: #fff;
	font-weight: bold;
}

.list li.host>div {
	background: #fff;
	border: 1px solid;
	font-weight: bold;
	line-height: 15px;
	padding: 3px 4px 3px 5px;
	text-decoration: none;
	font-size: 12px;
	height: 22px;
	position: absolute;
	right: 4px;
	top: 4px;
}

.list li span {
	display: block;
}

.list li.ui-state-highlight {
	background: #8EC2D3;
	counter-increment: none;
}

.list li:before {
	content: counter(numbers);
	font-weight: bold;
	left: 5px;
	position: absolute;
	top: 5px;
}

.list li.ui-state-highlight:before {
	content: '';
}

.list li span, .list li .move {
	cursor: pointer;
}

.list li span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list li .move {
	color: #4C4D4F;
	font-size: 12px;
	height: 22px;
	line-height: 1;
	position: absolute;
	right: 4px;
	text-align: center;
	top: -1px;
}

.move .fa {
	font-size: 14px;
}

table.overview td {
	background: #DCF1FD;
	vertical-align: top;
}

table.overview th {
	background: #4EB1B4;
	color: #fff;
}

table.overview th.info {
	background: transparent;
	border: 0;
	color: #4EB1B4;
}

table.overview th, table.overview td {
	border: 1px solid #666;
	padding: 1px 5px;
}

table.overview tr.first td {
	border-top: 2px solid #666;
}

table.overview tr.first td.info {
	background: #EEEFEF;
	border: 0;
	border-bottom: 1px solid #666;
	border-top: 2px solid #666;
	color: #333;
	font-weight: normal;
	padding: 5px 5px 50px;
	position: relative;
}

td.info span {
	font-size: 1.3em;
	line-height: 1;
}

td.info .button {
	width: 205px;
}

.tips {
	background: none;
	border: 0;
	color: #4EB1B4;
	float: right;
	font-size: 14px;
	margin-top: -2px;
	padding: 0;
}

.tips i {
	font-size: 18px;
}

.popover ul{
	padding-left: 15px;
}

.popover {
	max-width: 550px;
}

.button, .button:hover {
	background: #9CDCF9;
	border: 1px solid;
	color: #4C4D4F;
	display: block;
	font-weight: bold;
	line-height: 18px;
	margin-top: 5px;
	padding: 3px 10px;
	text-align: left;
	text-decoration: none;
}

.button a {
	color: #4C4D4F;
	text-decoration: none;
}

td.info .button.download {
	width: 175px;
}

.button.download {
	background: #A4D09A;
	color: #4C4D4F;
	left: 30px;
	position: relative;
}

.button.download:before {
	background: url('../../media/png/excel.png');
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	height: 26px;
	left: -1px;
	margin-left: -30px;
	position: absolute;
	top: -1px;
	width: 26px;
}

.button span {
	float:right;
	margin-top: 3px;
}

.button.disabled {
	border-color: #008F91;
	color: #999;
}

.button.disabled, .button.disabled label {
	cursor: not-allowed;
}

.button.blank {
	background: #fff;
	border: 1px solid #008F91;
	color: #4C4D4F;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
}

td.info .download {
	bottom: 5px;
	left: 35px;
	position: absolute;
}

.controls p {
	color: #1DA8AB;
	font-weight: bold;
	margin-bottom: 0;
}

.swapwrap, .swapwrap:hover {
	line-height: 36px;
}

.swapwrap label {
	cursor: pointer;
	display: block;
	margin: 0 0;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.swap {
	float: right;
	margin-top: 5px !important;
}

.modal-content {
	padding: 15px;
}

form .form-control {
	border: 1px solid #aaa;
	border-radius: 0;
}

form .form-control:focus {
	border: 1px solid #333;
	box-shadow: none;
}

form textarea.form-control {
	height: 120px;
}

form textarea.form-control.address {
	height: 172px;
}

form label {
	display: block;
}

.form-control.back, .form-control.delete, .form-control.save {
	color: #4C4D4F;
	font-weight: bold;
}

.form-control.back {
	background: #EEEFEF;
	border-color: #4C4D4F;
}

.form-control.delete {
	background: #FFEC5F;
	border-color: #EE2C49;
}

.form-control.save {
	background: #9CDCF9;
	border-color: #1DA8AB;
}

.twowrap {
	background: #FCCCA8!important;
	display: none;
}

.helper {
	background: none;
	border: 0;
	color: red;
	display: none;
	font-weight: bold;
	margin-left: 26px;
	position: relative;
	text-align: left;
	top: 5px;
}

.helper:before {
	background: #f00;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	height: 22px;
	left: -26px;
	line-height: 22px;
	position: absolute;
	text-align: center;
	top: -1px;
	width: 22px;
}

.over:before {
	line-height: 20px;
}

.over:before {
	content: '\2013';
}

.under:before {
	content: '+';
}

.null {
	border: 1px dashed red;
	height: 32px;
	margin: 0 0 5px;
	position: relative;
	top: 5px;
}

.excess {
	border-color: red !important;
}

.helper+.popover {
	width: 530px;
}

.logo {
	border-bottom: 4px solid #ddd6d9;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-top: 0;
}