body {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background: #ddd!important;
}

h1 {
	color: #3484D2;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: normal;
	font-size: 10px;
}

.select-select2 {
	width:100%;
	height:70px;
}

.input-text {
	width:100%;
	;
}

.logPre {
	font-size:10px;

}
.logPreRun {
	font-size:10px;
	max-height:150px;

}
.logPreRun:hover{
background: black;
	color:white;

}
#logRunTable{


}
#logRunTable>tbody>tr:nth-of-type(odd) {
background: silver;

}

#logRunTable>tbody>tr:hover {
	background: red;

}

#logRunTable>tbody>tr:hover {
	background-color: rgba(213, 234, 138, 0.64) !important;
	color: #0673f3!important;

}

.logPre:is([clicked=true]) {
	/*border: 2px black solid;*/
	box-shadow: #286090 1px 2px 2px 2px;
	width:500px;
	margin-left: 0px;
	background:#3D3D3D;
	color:white;
	position: absolute;
	z-index: 300;
	font-size:10px!important;
	height:200px!important;
}

.switch span {
	height: 20px;

}
#page-wrapper.page-loading .preloader {
	background:#aaffff20;
}

.preloader-spinner {
	width: 100px;
	margin: 25% 50%;
	height: 100px;
	border: 8px outset white;
	border-left-color: #0673f3;
	border-right-color: #f30606;
	border-top-color: #06ef86;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner .4s linear infinite;
	animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: nprogress-spinner;
	-moz-animation: nprogress-spinner .4s linear infinite;
	-ms-animation: nprogress-spinner .4s linear infinite;
	-o-animation: nprogress-spinner .4s linear infinite;
	animation: nprogress-spinner .4s linear infinite;
	animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: nprogress-spinner;
}
.panel {
	background-color: transparent;
	border: none;
}
.panel-info {
	box-shadow: silver 2px 2px;
	border-radius: 10px;
	padding: 2px;
}
.panel-info>.panel-heading,.panel-success>.panel-heading {
	border-radius: 10px 10px 0px 0px;
}
div.panel-heading>a,
div.panel-heading>*>a{
	text-underline: none;
	text-decoration: none;
}
div.panel-heading>*>a:active,
div.panel-heading>a:active{
	text-underline: none;
	text-decoration: none;
}
div.panel-heading>*>a:hover,
div.panel-heading>a:hover{
	text-underline: none;
	text-decoration: none;
	font-weight: bold;
}
div.panel-heading>h4>a[data-toggle=collapse][aria-expanded=false],
div.panel-heading>a[data-toggle=collapse][aria-expanded=false] {
	color: #3f0202;
}
div.panel-heading>h4>a[aria-expanded=true][data-toggle=collapse],
div.panel-heading>a[aria-expanded=true][data-toggle=collapse]{
	color: black;
}
div.panel-heading>a[aria-expanded=true][data-toggle=collapse]>i.fa-caret-square-o-right,
div.panel-heading>*>a[aria-expanded=true][data-toggle=collapse]>i.fa-caret-square-o-right {
display: inline;
}
div.panel-heading>a[aria-expanded=false][data-toggle=collapse]>i.fa-caret-square-o-right,
div.panel-heading>*>a[aria-expanded=false][data-toggle=collapse]>i.fa-caret-square-o-right{
	display: none;
}
div.panel-heading>a[aria-expanded=true][data-toggle=collapse]>i.fa-caret-square-o-down,
div.panel-heading>*>a[aria-expanded=true][data-toggle=collapse]>i.fa-caret-square-o-down
{
	display: none;
}

.widget>.row[odd] {
	background: #ededed;

}

.widget>.row:hover {
	background: rgba(185, 227, 255, 0.49);
}
.widget>.row[odd]:hover {
	background: rgba(239, 192, 192, 0.64);
}

#login-container>.form-control {
	font-size: 20px!important;
}

#form-login>.form-group>*>.input-group>.form-control,
#form-login>.form-group>*>.input-group>.input-group-addon{
	font-size:16px!important;
}

.form-group {
	font-size: 13px;
	margin:0px;
}
.form-group label {
	font-size: large;
	color:#2274c9;
	font-weight: bold;
}
.form-group div label {
	color:black;
	font-size: unset;
	font-weight: normal;

}
#frm-attackform-form {
	font-size: 13px;
}

.modal-large {
	width: 100%;
	margin: 20px 10%;

}

.btn-listlog {
	width:100%;
}
.text-bold{
	font-weight: bolder;
}