/**
 * @package secuplug
 */

.dashboard-box {
	width: 20%;
	height: 120px;
	position: relative;
	display: block;
	padding: 10px;
	margin: 10px;
	float: left;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 7px 2px -3px #cecece;
	background: #fff;
}

.dashboard-box > h3 {
	line-height: 120%;
	height: 30px;
	font-size: 16px;
	margin: 10px 0px;
}

.dashboard-box > p {
	text-transform: uppercase;
	font-size: 120%;
	font-weight: bold;
}

.dashboard-box > p.enabled {
	color: #2f6e0f;
}

.dashboard-box > p.disabled {
	color: #810000;
}

.dashboard-box > p.description {
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
}

.dashboard-box > a {
	text-decoration: none;
	padding: 10px;
	margin: 10px 5px;
	display: block;
	border: 1px solid #5b3;
	border-radius: 3px;
	background: #6c4;
	color: #fff;
	font-size: 120%;
	text-align: center;
}

.danger-text {
	font: inherit;
	margin: inherit;
	color: #810000;
}

.content-box {
	margin: 20px 10px 20px 0px;
	padding: 15px;
	border: 1px solid #ccc;
	background: #fff;
}

.content-box > h1 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	color: #9F0707;
}

.content-box h2.title {
	font-size: 24px;
	border: 1px solid #a83737;
	line-height: 30px;
	padding: 10px 20px;
	background: #9F0707;
	color: #fff;
	margin: 0px 0px 20px 0px;
}

.content-box p.description {
	font-size: 20px;
}

.content-box input[ type = "radio" ]:checked + label {
  transition: background .5s;
	transition-timing-function: linear;
}

.content-box span:nth-last-child( 2n ) input[ type = "radio" ]:checked + label {
  background: #e34e4e;
	color: #fff;
}

.content-box span:nth-last-child( 2n + 1 ) input[ type = "radio" ]:checked + label {
  background: #24CA4A;
	color: #fff;
}

.content-box span {
	display: inline-block;
	margin: 0px 5px;
}

.content-box input[ type = "radio" ] {
  display: none;
}

.content-box input[ type = "radio" ] + label {
	display: inline-block;
	width: auto;
	padding: 3px 70px;
	font-size: 16px;
	color: #777;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: #fcfcfc;
}

.content-box th {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #777;
}
