/*********************************************************
 * Overriding style for the tab panel inside the
 * bootstrap.css 
 *********************************************************/
.nav-tabs {


}
.nav-tabs > li > a {
    color: rgba(0,0,0,0.5);
	border-top: 3px solid transparent;
	border-radius: 0px 0px 0 0;
    margin: 0;
    background: #f6f6f6;
    font-weight: 600;
    transition: all 0.1s ease-in;
    border-bottom: 1px solid rgba(0,0,0,0.15)
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #1F497D;
	background-color: #ffffff;
	border-top: 3px solid #1F497D;
	border-bottom: 1px solid transparent;
	cursor: default
}
.nav-tabs > li > a:hover {
	color: #333;
    border-top: 3px solid #333
}

#tabpanel {
	margin-top: 40px;
}

/*********************************************************
 * Style for table view inside the tab panel 
 *********************************************************/
.view-table {
	padding: 10px 0px;
}

.view-row, .view-row-2{
	display: flex;
    align-items: flex-start;
	width: 100%;
	padding: 15px 15px 15px 0;
	border-bottom: 1px solid rgba(0,0,0,0.15);
    transition: all 0.2s ease-in
}

.view-row:hover, .view-row-2:hover {
	background-color: aliceblue;
	cursor: pointer
}

.view-col-1{
	min-width:70px;
	margin: 5px;
	word-wrap: break-word;
	flex-shrink: 0
}
.view-col-2{
	width:75%;
	display:table-cell;
	float:left;
	margin: 5px;
	word-wrap: break-word;
}

/*********************************************************
 * Style for date-month icon 
 *********************************************************/
/*
.date, .adv-date {
	min-width: 90px;
	background: #d64309; 
	background: linear-gradient(top, #d64309 0%, #dc143c 100%);
	background: -ms-linear-gradient(top, #d64309 0%, #dc143c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d64309', endColorstr='#dc143c');
	border: 0px solid #d64309;
	border-radius: 0;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
	border-collapse: separate;
	margin: 0px 5px;
}
.date p, .adv-date p {
	font-family: Helvetica, sans-serif; 
	font-size: 22px; text-align: center; color: #fff; 
    margin: 0
}
.date p span {
	background: #fcfcfc; 
	background: linear-gradient(to bottom, #fcfcfc 0%,#dad8d8 100%); 
	background: -ms-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fcfcfc', endColorstr='#dad8d8');
	font-size: 17px; font-weight: 600; color: #1F497D; 	
	display: block;
	border-top: 5px solid #fff;
	*border-radius: 0 0 10px 10px;
}
*/
#alerts-and-reports { padding-bottom: 30px } 

#security-report h4, #alerts-and-reports h4 , #promotion h4{ 
    border-bottom:5px solid #d64309;
    margin: 0; 
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    padding: 25px 0 10px
}

.date-card { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    margin-right: 15px;
    box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
	background: white;
}

.date { 
    padding: 5px; 
    font-size: 1.5em; 
    background: #d64309; 
    color: white ;
	width: 85px;
	text-align: center;
}

.month { 
    padding: 5px; 
    font-size: 1.1em; 
    font-weight: 700; 
    background: white;
    color: #1F497D 
}

.alert-body { font-size: 1.05em } 

.alert-body a, .report-body a { font-size: 1.1em; display: block; line-height: 1.5 }

.report-body { display: flex; flex-direction: column; width: 100% }

.report-body p { color:rgba(0,0,0,0.5); margin: 5px 0 0 0; font-size: 1.05em }

.adv-date p { 
	padding: 17px 10px;
	margin: 0;
	font-size: 18px
}

#promotion a, #promotion img  { display: block }

.promo-description { font-size: 1.05em; line-height: 1.5 }

#security-report { padding: 10px 15px 25px; position: relative }

#security-report h3 { text-align: center; margin-bottom: 15px }
#security-report img { display: block; width: 85%; margin: 0 auto }

#barChart { margin-top: 20px }

#promotion img { 
    display: block;
    width: 100%;
    border-top: 10px solid #d64309;
}

.promo-title {
    margin-top: 5px;
    font-size: 1.1em;
    margin: 10px 0 5px
}

#promotion { padding: 25px 15px }

.card-holder { margin-bottom: 30px }

#stats-title { text-align: center; margin-bottom: 0 }

#stats-row { display: flex; flex-wrap: wrap }

#ransomware-stats { margin: auto }

#ransomware-stats p { margin: 0 }

#stats-heading { text-align: center; margin: -15px 0 10px }
#stats-heading #title { margin-bottom: 20px }

#stats-no p { font-size: 4.5em; line-height: 1 }
#stats-no #raise { font-size: 3em; color: darkred; margin-left: 20px }
#stats-no {
	display:flex; 
	align-items: center;
	justify-content: center; 
	margin-bottom: 10px
}

#learning-ransomeware {
    padding: 10px 20px;
    border-radius: 5px;
    background: #d64309;
    color: white;
	display: block;
    text-align: center;
    font-size: 1.1em;
}

#learning-ransomeware:hover, #learning-ransomeware:focus, #learning-ransomeware:active { text-decoration: none; background: #b13b0c }

/* Bootstrap 5 upgrade */
/*********************************************************
 * Style for Bootstraps Carousel
 *********************************************************/
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M8.094 2.814l9.092 9.186-9.092 9.186-1.244-1.207 7.979-7.979-7.979-7.979 1.244-1.207zm.028-2.814l-4.122 4 8 8-8 8 4.122 4 11.878-12-11.878-12z'/%3E%3C/svg%3E");
	transform: rotate(180deg);
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M8.094 2.814l9.092 9.186-9.092 9.186-1.244-1.207 7.979-7.979-7.979-7.979 1.244-1.207zm.028-2.814l-4.122 4 8 8-8 8 4.122 4 11.878-12-11.878-12z'/%3E%3C/svg%3E");    
}

.carousel .carousel-indicators > button {
    background-color: #888;
}

.navbar{
	padding: 0px;
	background-color: #d64309; 
	border-color: #d64309;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.dropdown-menu{
	border-radius: 0px;
	padding: 5px 0px;
	background: #d64309;
	color: white;
	margin-top: 0px !important;
}

.dropdown-item{
	color: white;
	font-size: 15px;
}

.dropdown-item:hover{
	background: #1f497d;
	color: white;
}

.nav-link:hover{
	background: #1f497d;
}

.navbar-header{
	width: 100%;
    padding: 15px 0px;
}

.navbar-toggle{
	margin-right: 0px;
}

.nav-link.dropdown-toggle.show{
	background: #1f497d;
}


@media (min-width: 991px){
	.visible-xs{
		display: none !important;
	}
}

a{
	text-decoration: none;
}

@media (max-width: 991px){

	.navbar{
		background-color: #ffffff;
		border-color: #ffffff;
	}

	.nav-link{
		padding: 10px 15px;
	}

	.container{
		
	}

	.container.navbar-body{
		background: #d64309;
		max-width: 100%;
	}

	.visible-xs{
		display: block;
	}

}


