/*
Theme Name:   SCSL
Description:  SCSL Theme
Author:       Pierre-Olivier Kaplan
Template:     twentytwenty
Version:      1.0.2
Stormshield COLOR:
BLUE #00AFEC
LIGHTBLUE #84BCE6
DARKBLUE #0096D7
GREY #575756
LIGHTGREY #9099A7

*/

@import url("/wp-content/themes/scsl/cookie.css");

@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/scsl/assets/font/Roboto-Regular.ttf") format("ttf");
  font-family: "Roboto th";
  src: url("/wp-content/themes/scsl/assets/font/Roboto-Thin.ttf") format("ttf");
  font-family: "Roboto bk";
  src: url("/wp-content/themes/scsl/assets/font/Roboto-Black.ttf") format("ttf");	
}

.site-logo img {
  max-height: 6rem;
  margin: 0 auto;
  width: 30rem;
}

.linkbf {
  color:red !important;
  font-weight: bold;
  font-size: 1.4rem;
}


.entry-content {
  font-family:'Roboto',sans-serif;
}

body {
  font-family:'Roboto',sans-serif;
}

.singular .entry-header {
  padding: 0;
}

h1.entry-title {
  font-size: 2.5rem;
  text-align: center;
  color: #00AFEC;
}

h2.section-title {
  font-size: 2rem;
  text-align: center;
  color: #00AFEC;
  margin: 0rem;
}

a {
  color: #5b5c5f !important;
  text-decoration: none !important;
}

table {
  margin: 0;
  border: 0px;
}

#page-title {
  margin: 2rem !important;
  font-size: 2.4rem;
  color: #575756;
}

.block-line {
  margin: 30px;
  display: flex;
  flex-wrap: wrap;
}

.block-line-small {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 300px;
  margin-right: 300px; 
  display: flex;
  flex-wrap: wrap;
}


th {
  border: 0px;
  font-size: 1.3rem;
  color: white;
}

td {
  border: 0px;
  font-size: 1.3rem;
}

.table-head {
  background-color: #575756;
}

.tr0 {
  background-color: #C1C1C1;
}

.tr1 {
  background-color: #F1F1F1;
}

.threat-details {
  cursor: pointer;
}

.sns-protections-details {
  cursor: pointer;
}

.ses-protections-details {
  cursor: pointer;
}

.overlay {
  position: fixed;
  left: 0px;
  top:0px;
  background-color: rgba(0,0 ,0 , 0.5);
  width: 100%;
  height: 100%;
  z-index:3;
  display:none;
}

.popup{
  margin: 10% auto;
  width : 550px;
  max-height: 600px;
  overflow-x : hidden;
  overflow-y: auto;
  background-color: rgb(243, 243, 243);
  padding: 1em;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.btnClose {
  float: left;
  font-size:16pt;
  cursor: pointer;
  color: rgb(26, 26, 26);
}

#popup_title {
  font-size: 3rem;
}

.popup-content-line {
  margin : 0 0 0 0;
}

.block-background {
  border-radius : 8px;
  padding-top: 10px;
  background-color: #FCFCFC;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 5px;
  flex-grow: 1;
  color: #575756;
}

.hotspot {
  padding-top: 10px;
  background-color: #D6D6D6;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #575756;
        /*width:100%
	position: absolute;*/
	top: 0;
	left: 0;
  padding: 25px 0;
  overflow-x: hidden;
}

.hotspot-content {
  display: block;
  /*width: 100%;*/
  color: #00AFEC;
  transform: translateX(100%);
  animation: move 30s linear infinite;
  text-align: left;
  margin: 0px;
  white-space: nowrap;
}

/* Create the animation */
@keyframes move {
  to { transform: translateX(-100%); }
}

.block-title {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  font-size: 1.4rem;
}

.block-title-detail-red {
  font-size: 1.1rem;
  color: red;
}

hr {
  margin: 1rem;
  border-color: lightgray !important;
}

.input-search {
  height: 40px;
  margin: 10px !important;
  border-radius: 0.4rem !important;
  border-color: lightgray;
}

#threat-search {
  width: 250px;
}

.single-input {
  display: flex;
  margin:5px
}

select {
  font-size: 1.6rem !important;
  color: rgb(87, 87, 86) !important;
  margin: 10px !important;
  border-style: solid;
  border-radius: 0.4rem !important;
  border-color: lightgray;
}

option {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}

.search-button {
  background-color: #00AFEC !important;
  border-radius: 10px !important;
  width: 120px !important;
  height: 40px !important;
  margin-top: 10px !important;
  padding: 0rem !important;
}

#partner-button {
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 120px;
  height: 40px;
  /*margin-top: 10px !important;*/
  padding: 0rem;
  color: #00AFEC;
  border: 2px solid #00AFEC;
}

.security_details_link {
  color: #00AFEC !important;
  text-decoration: underline !important;
}
.security_details_link:hover {
  color:blue !important;
  text-decoration: none !important;
}

.list_security{
  margin: 0 0 1rem 2rem;
}

.partner-button{
  background-color: #FFFFFF !important;
  border-radius: 10px !important;
  width: 120px !important;
  height: 40px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 0rem !important;
  color: #00AFEC !important;
  border: 2px solid #00AFEC !important;
}

.block-text {
  margin-left: 10px;
  text-align: center;
}

.block-single-number {
  font-size: 2.4rem !important;
  margin: 0 0 0 0;
}

#home-iprep-entries {
  color: #2d36a7;
}

#home-ses-protections {
  color: #48bd3c;
}

#home-sns-protections {
  color: #39c12c;
}

#home-snvm-cve {
  color: #8e381c;
}

#iprep-entries {
  color: #2d36a7;
}

#iprep-additions {
  color: #48bd3c;
}

#iprep-deletions {
  color: #8e381c;
}

#ip-search {
  width: 250px;
}

div.paginate{
  padding: 5px 0px;
  margin: auto;
}
div.paginate input[type='button']:hover{
  cursor: pointer;
}
div.paginate input[type='button']{
  margin: 0px 2px;
  border: none;
  color: #03A9F4;
  background-color: transparent;
  border-radius: 50%;
  min-width: 1.5rem;
  min-height: 1.5rem;
  outline: none;
}

div.paginate input[type='number'] {
  display: inline-block;
}

div.paginate input[type='button'].active{
  background-color: #17a2b8;
  color: #fff;
  font-weight: bold;
}
div.paginate input[type='button']:disabled{
  color: grey!important;
  cursor: not-allowed;
}

div.paginate input[type='number']#paginate_page_to_go{
  max-width: 8rem;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(128, 128, 128, 0.65);
  padding: 3px;
}

.text-center {
  text-align: center;
}

.popup-threat-name {
  color: #34495e;
  font-size: 0.8em;
}

.popup-threat-descr-title {
  color: #34495e;
  font-size: 0.7em;
}

.popup-threat-descr-content {
  color: #000000;
  font-size: 0.7em;
}

.popup-th {
  white-space: nowrap;
  vertical-align: top;
  font-size: 0.8em;
  color: black;
}

.popup-td {
  font-size: 0.7em;
}

.popup-protection-name {
  color: #34495e;
  font-size: 0.8em;
}

.footer-widgets-outer-wrapper {
  padding: 2rem 0;
}

.primary-menu li {
  font-size: 1.8rem;
}

.severity-Unknown {
  /*font-size: 17px !important;*/
  color: #222 !important;
  font-weight: normal !important;
  text-transform: capitalize;
  display: inline-block;
  padding-left: 50px;
  display: inline-block;
  background: url("/wp-content/themes/scsl/assets/img/unknownv3.png") no-repeat left center;
}

.severity-Low {
  /*font-size: 17px !important;*/
  color: #222 !important;
  font-weight: normal !important;
  text-transform: capitalize;
  display: inline-block;
  padding-left: 50px;
  display: inline-block;
  background: url("/wp-content/themes/scsl/assets/img/lowv3.png") no-repeat left center;
}

.severity-Medium {
  /*font-size: 17px !important;*/
  color: #222 !important;
  font-weight: normal !important;
  text-transform: capitalize;
  display: inline-block;
  padding-left: 50px;
  display: inline-block;
  background: url("/wp-content/themes/scsl/assets/img/mediumv3.png") no-repeat left center;
}

.severity-High {
  /*font-size: 17px !important;*/
  color: #222 !important;
  font-weight: normal !important;
  text-transform: capitalize;
  display: inline-block;
  padding-left: 50px;
  display: inline-block;
  background: url("/wp-content/themes/scsl/assets/img/highv3.png") no-repeat left center;
}

.severity-Critical {
  /*font-size: 17px !important;*/
  color: #222 !important;
  font-weight: normal !important;
  text-transform: capitalize;
  display: inline-block;
  padding-left: 50px;
  display: inline-block;
  background: url("/wp-content/themes/scsl/assets/img/criticalv3.png") no-repeat left center;
}

.popup-gauge {
  width: 60px;
}

#ip-details-title {
  font-weight: bold;
}

.text-ip-clean {
  color: #61ce3f;
  font-weight: bold;
  font-size: 14px !important;
}

.text-ip-active {
  color: #bb2626;
  font-weight: bold;
  font-size: 14px !important;
}

.text-ip-inactive {
  color: #e45b20;
  font-weight: bold;
  font-size: 14px !important;
}

#chartdiv {
  width: 100%;
  height: 600px
}

#vuln-search {
  width: 250px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%;*/
}

.footer-links {
  text-align: right;
}

.footer-link {
  margin-right: 5rem;
  font-size: 1.8rem;
  color: #5b5c5f !important;
}

.column-two {
  margin-top : 1.8rem !important;
}

.footer-widgets-outer-wrapper {
  padding: 0rem;
}

.footer-widgets-wrapper {
  margin-top: 2rem;
}

.comments {
  text-align: center;
  color: #575756;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 0px;
  text-align: left;
}

.cve-details {
  cursor: pointer;
}

.footer-widgets {
  margin-left: 4rem;
}

.news-title {
  font-weight:bold;
  font-size:1.3em;
  margin:10px;
}

.news-date {
  font-weight:lighter;
  margin:10px;
}

.news-tags {
  margin:10px;
  font-weight:lighter;
}

.post-tags {
  display:none !important;
}

.inline {
  display: inline;
}

.to_iprep_button {
  background: none;
  border: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
  font-family: serif;
  padding: 0 0 0 0;
}
.to_iprep_button:focus {
  outline: none;
}
.to_iprep_button:active {
  color:red;
}
