
/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/*   ************* BASE **************/
html {
    background: #323232 !important;
}

#main{

	min-height: 100% !important;
	height: 100% !important;
	padding: 0px !important;
  background-color: #323232;
}

.container-fluid{
 padding-top: 10px;
}

header{
    background-color: #323232 !important;
    border-color: #323232 !important;
    height: 70px;
}

.navbar {
	min-height: 70px;
	margin-bottom: 0;
}
.navbar-header {
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
}
.navbar-nav {
	float: unset;
	/* margin: 8px -13px !important; */
	position: relative;
	bottom: 0;
}
.navbar-inverse {
    background-color: #323232!important;
    border-color: #323232!important;
}

.navbar-brand{
    font-weight: bold;
}
.navbar-inverse .navbar-brand
{
    color: white!important;
    background-color: #323232!important;
}
.navbar-inverse .navbar-nav > li > a
{
    /*! color: #ccc; */
    /*! background-color: #323232!important; */
}
.navbar-inverse .navbar-nav > li > a,
 .navbar-inverse .navbar-text {
	color: #c0bbb7;
	line-height: 16px;
}

.navbar-inverse .navbar-nav > li > a:hover{
    color: white!important;
    font-weight: bold;
    background-color: #323232!important;
}
nav ul li.active > a::before{
    display: none;
}

.navbar-inverse .navbar-nav > .active > a,
 .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
	font-weight: bold;
	color: white;
	background-color: #323232!important;
    font-weight: bold;
}

.navbar-inverse .navbar-nav > .active > a > span,
.navbar-inverse .navbar-nav > .active > a:hover > span
.navbar-inverse .navbar-nav > .active > a:focus > span{
	text-decoration: underline !important;
	font-weight: bold;
	color: white;
	background-color: #323232!important;
    font-weight: bold;
}

header{
 display: table;
 width: 100%;
}
header > div{
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
header > div:nth-child(1){
    table-layout: fixed;
    width: 210px;
    padding-left: 10px;
}

.smart-form footer{
    background: none;
    border: none;
}

#footer, .page-footer {
    height: 52px;
    padding: 0px 15px 0;
    width: 100%;
    display: block;
    margin-top: 10px;
    bottom: 0px;
}

#logo img {
    width: 200px;
    height: auto;
    padding-left: 3px;
}

#user-info {
    float: center!important;
    color: #FFFFFF;
}

/*   ************* LOCK SCREEN  **************/

.clearfix, .inner-spacer::after, .jarviswidget, .jarviswidget-editbox, .jarviswidget > div {
    zoom: 1;
}

.jarviswidget-color-blue > header {
    background: #4a4a4a!important;
}

.jarviswidget-color-darken {
    margin: 0 0 30px;
    position: relative;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.jarviswidget-color-darken > header {
    border-color: #404040 !important;
    background: #404040 !important;
    color: #FFF!important;
}

.jarviswidget-color-darken > header {
    color: #333;
    border: 1px solid #C2C2C2;
    background: #fafafa;
    height: 34px;
    padding: 0;
    line-height: 40px;
}

.jarviswidget-color-darken > header > h2 {
    margin: 0;
    margin-left: 10px;
    float: left;
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
}

.jarviswidget-color-darken > header > .widget-icon:first-child {
    margin-left: 0;
}
.jarviswidget-color-darken > header > .widget-icon {
    display: block;
    width: 30px;
    height: 32px;
    position: relative;
    float: left;
    font-size: 111%;
    line-height: 32px;
    text-align: center;
    margin-right: -10px;
}

.jarviswidget-color-darken .widget-body {
    min-height: 100px;
    position: relative;
    padding-bottom: 13px;
}

.jarviswidget-color-darken > div {
    float: left;
    width: 100%;
    position: relative;
    font-size: 13px;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-style: solid;
    padding: 13px 13px 0;
    overflow: visible;
}

.lockscreen {
    left: 50%;
    margin-left: -239px;
    background-color: #323232 !important;
    position: absolute;
    top: 36%;
    width: 478px;
    box-shadow: 0 0 10px 1px black;
}

.lockscreen .modal-content {
    background-color: #323232!important;
}

.lockscreen .modal-content, .lockscreen fieldset {
    background-color: #323232!important;
}
.lockscreen .label{
    color: white;
}
.lockscreen .modal-footer{
    border-top: 0px solid #e5e5e5;
}

.agreement-panel{
    color: white;
}

/* NEW 5.0 SKIN */
.main-container {
    position: absolute;
    border-radius: 10px;
	padding: 0px 10px 15px 10px;
	margin: 0px 10px 10px 10px;
	height: 88%;
	width: 99%;
    overflow-y: auto;
}
table th {
    color: white;
    background: #323232d2;
    height: 8px;
}

thead th{
    padding: 4px 10px 3px 10px;
}
.sorting{
    background: #323232d2 !important;
}
table th.sorting {
    padding: 0px;
    height: 0px;
}
.sorting_asc , .sorting_desc{
    background: rgba(70, 70, 70, 0.9) !important;
}
input, select {
    background: white !important;
}

.selection span {
    font-size: 100% !important;
}

.select2-container span {
    font-size: 100% !important;
}

.page-title {
    text-align:center;
    font-size: 200%;
    color: gray;
    letter-spacing: 0px;
    font-weight: 600;
 }

 .daterangepicker th{
    color: black;
 }
.dropzone {
    background: transparent;
    border: 3px dashed rgba(200,200,200,.3);
    border-radius: 10px;
}

.white-rounded{
    border: 3px solid rgba(200,200,200,.3);
    border-radius: 10px;
	padding: 20px;
	background: white;
    overflow-y: auto;
}
/* END NEW 5.0 SKIN */

.agreementscreen {
	left: 10%;
	top: 5%;
	width: 80%;
	box-shadow: 0 0 20px black;
}

#form_user_agreement {
    color: white;
}

@font-face {
    font-family: 'OMW';
    src: url("../fonts/GameCube.ttf") format('truetype');
}

@keyframes greenpulse {
  0% {filter: drop-shadow(0px 0px 5px rgba(139, 211, 39, 100));opacity: 10%;}
  15% {filter: drop-shadow(0px 0px 10px rgba(139, 211, 39, 100));opacity: 100%;}
  50% {filter: drop-shadow(0px 0px 20px rgba(139, 211, 39, 100));opacity: 100%;}
  85% {filter: drop-shadow(0px 0px 10px rgba(139, 211, 39, 100));opacity: 100%;}
  100% {filter: drop-shadow(0px 0px 5px rgba(139, 211, 39, 100));opacity: 0%;}
}

.headerlogoomw{
    height: 100px;
    width: 150px;
    /*  animation: greenpulse 10s infinite; */
}

.headerlogoomw img {
    z-index: 10;
    position: fixed;
    width: 130px;
    top: 30px;
    left: 25px;
    filter: saturate(0) brightness(3);
    /*  animation: greenpulse 10s infinite; */
}
.asidelogoomw {
    height: 110px;
}

.asidelogoomw img {
    z-index: 10;
    position: fixed;
    width: 160px;
    top: 30px;
    left: 32px;
    filter: saturate(0) brightness(3);
     /*  animation: greenpulse 10s infinite; */
}

.logoairbus{
    top: -15px;
    right: -9%;
}
#search_table_container{
    padding-top: 0px;
}
.logoairbus img{
    width: 170px;
    filter:brightness(2);
}

.lockscreenlogoomw {
    left: 50%;
    margin-left: -180px;
    position: absolute;
    top: 150px;
    filter: saturate(0) brightness(3);
}
.lockscreenlogoomw img {
    width: 360px;
}

.lockscreenlogo {
    left: 50%;
    margin-left: -120px;
    position: absolute;
    top: 82%;
    width: 478px;
    filter: brightness(1) ;
}

.lockscreentitleomw {
    left: 50%;
    margin-left: -200px;
    position: absolute;
    top: 250px;
}

.lockscreentitleomw h1 {
    font-size: 300%;
    color: white;
    font-family: "OMW";
 }

.login {
    background-color:  #242424;
    height: 100%;
}

.particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
}

.autorefreshbutton {
    margin: 0px 10px 0px 10px;
}

.filter-task-type{
    color: white;
    background-color: rgba(20, 20, 20, 0.5 );
    border-radius: 25px !important;
    height: 20px !important;
    font-size: 85% !important;
    font-weight: bold !important;
    top: 8px;
    padding: 2px 15px 10px 15px !important;
    line-height: normal !important;
}

.autorefreshbutton label{
margin: 0px 5px 0px 0px;
}
/*   ************* PAGINATION **************/

.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}

/*   ************* DIALOG **************/

.modal-dialog {
    width: 800px;
    margin: 0px auto;
}

.jarviswidget {
    /*padding-bottom: 30px;*/
}

.well {
    background: #fbfbfb;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative;
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 2px;
}
.weld-header{
    border: none;
    padding: 0px;
}
.weld-header h2{
    margin: 10px;
    font-size: 129% !important;
    font-weight: 500;
    padding: 5px 9px 8px 5px !important;
}
.weld-header h2 span{
    padding: 10px  10px  10px  10px;
}
.weld-header-content{
    margin: 0px 10px 10px 10px !important;
    padding: 15px;
}
td p {
    margin: 0px;
}
.form-footer-settings {
    display: block;
    padding: 13px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 25px;
    text-align: right;
}

/* ******** WEB REPORT *****************/
.tabs-left .nav-tabs {
    margin-bottom: 10px;
}

.tabs-left .tab-content {
    margin-left: 160px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#left-panel{
  position: fixed !important;
  max-height: 100%;
  overflow-y: auto;
  padding-top: 0px! important;
}
#left-panel > div{
  padding-left: 10px! important;
}

.table{
  margin-bottom: 0px;
}

.menu-container{
  padding-right: 10px;
}

.block-container{
  padding-top: 10px;
}

.menu, nav ul ul{
  background-color: #eee;
}

.sections-title{
    color: #323232;
    border-bottom: thin solid #323232;
    font-size: 16px;
    pointer-events: none;
    cursor: default;
}

.menu-text{
    color: #323232;
    background-color: #eee!important;
}

nav ul li.open > a, nav ul li.open > a b, nav ul li a:focus {
    color: #323232!important;
    background-color: #eee !important;
}

.dropdown-menu a{
    color: #333 !important;
}

.dropdown-menu a:hover{
    color: #eee !important;
    fill: #eee !important;
    background-color: #555 !important;
}

nav ul li.open > a, nav ul li.open > a b, nav ul li a:focus {
    color: #323232!important;
    background-color: #eee !important;
}

.dropdown a:focus {
    color: #fff !important;
    fill: #fff !important;
    background-color: #333 !important;
}

.dropdown.open > a {
    color: #fff !important;
    background-color: #333 !important;
}

nav ul li ul:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 23px;
	top: 0;
	bottom: 0;
	border-left: 1px solid #7A7A7A;
}

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

.menu-text-passive, .menu-text-passive:focus, .menu-text-passive:active, .menu-text-passive:hover {
    color: #323232!important;
    background-color: transparent!important;
}

.menu-text:hover, nav ul li a:hover {
    color: #ffffff!important;
    background-color: #323232!important;
}

.menu-text.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.menu-text.disabled:hover{
    color: #323232;
    background-color: #eeeeee;
}

.block-sub-actions {
    display: flex;
}

#block-resubmit {
    flex-grow: 1;
}

#block-download {
    flex-grow: 1;
}

.right-label{
    width: 60px;
    float: right;
    text-align: center;
    pointer-events:auto;
    cursor:default;
}

.right-label.large{
    width: 80px;
    float: right;
    text-align: center;
    pointer-events:auto;
    cursor:default;
}

.fa-iconreport {
	font-size: 60px;
	/* margin-left: 40px; */
	color: #323232;
}

.fa-icon-indicator {
    font-size: 50px;
}


h1 {
    margin-left: 10px;
}

h2 {
    margin-left: 10px;
}

h3 {
    margin: 10px 0 10px 0;
}

.boldtable, .boldtable TD, .boldtable TH {

    font-size:7pt;

}

.pre-view {

  font-size:7pt;
  max-height: 600px;
  overflow: auto;
  height: auto;

}

.row {
    margin-left: 13px;
    margin-right: 13px;
}

.analysis_workflow .row, .analysis_environment .row {
    padding-left: 15px !important;
}

aside {
    background-image: none;
    background-color: #323232;
}

aside > nav {
  padding-left: 10px;
  padding-top: 0px;
}

/* Depreciated, use .cell-max-width instead */
.table-truncated {
    table-layout: fixed;
    width: 100%;
}

.truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Takes all remaining space in table row */
/* Useful in association to .truncated (only one collumns should have .cell-max-width) */
.cell-max-width {
     max-width:1px; width:100%;
}

.no-wrap {
    white-space:nowrap;
}

.word-break {
    word-break: break-all;
}

.li-max-width-75 {
    position: absolute;
    max-width: 75%;
}

.vertical-scroll {
    overflow-y: auto;
    max-height: 200px;
}

.blue{
    color: #3276B1;
}

.label_inline {
    display: inline
}

.tr-header {
    background-color:#364C59;
    color:#FFFFFF;
}

.rules {
    cursor: pointer;
    cursor: hand;
}

.section {
    cursor: pointer;
}

section .collapse {
    margin-top: 15px;
}

section .collaping {
    margin-top: 15px;
}


section .container-fluid h2 {
    font-size: 150%;
    margin: 0px;
    background-color: #323232d2;
    color: white;
    padding: inherit;
    letter-spacing: normal;
}

.margin-right{
	margin-right: 5px;
}

.break-word{
	word-wrap: break-word;
}

.file-name{
	max-width:500px;
	word-wrap: break-word;
	white-space: normal;
}

.sign-content {
    background-color:#ffffff;
    border-radius: 3px;
    padding: 20px;
    padding-top: 1px;
	margin-top: 0px;
}

.sign-content > h3 {
	font-weight: bold;
	margin-bottom: 1px;
}

.sign-content > h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.ligne
{
	margin-bottom: 20px;
	margin-top: 3px;
	border-bottom: solid 1px #878787;
	width:100%;
}

.ligne-filter
{
	margin-bottom: 10px;
	margin-top: 5px;
	border-bottom: solid 1px #878787;
	width:100%;
}

.expandable{
    background-color:#7f7f7f;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
	font-weight: bold;
}

.clickable{
    cursor: pointer;
}

.agreement-panel{
	height: 600px;
	overflow: auto;
}

.invalid-date-msg{
	margin-bottom:10px;
	margin-top:0px;
}

.small-button{
	height:30px;
	line-height: 0px;
}

.clear-filter-button{
    cursor: pointer;
	color: red;
}

.max-div{
    width:100%;
}

.rule-text{
    margin-left: 20px;
}

/**
* Patch CSS bootstrap for scanner_office.html
**/
#streams > h4, #vbaInfoCode > div > h4{
    margin-left: 30px !important;
    font-weight: 100 !important;
    font-size: 16px !important;
}


/*   ************* Jquery Validation Plugin **************/
form label.error{
    color:red;
    font-weight: bold;
    font-style: italic;
}

.agreement-accept{
    float:left;
}

/**
* reduce z-index for wizard buttons to fix popup order with settings menu
*
**/
.fuelux .wizard > .actions {
  z-index: 10 !important;
}

/*   ************* Responsive css **************/
@media (max-height: 500px)  {

  /* CSS that should be displayed if height is equal to or less than 500px goes here */
   .show_interaction{
     display: none! important;
  }
}

@media (max-height: 750px)  {

  /* CSS that should be displayed if height is equal to or less than 720px goes here */
  .hidden-xs,
   #help,
   .page-footer,
   .pagination{
     display: none! important;
  }
  .lockscreen, .modal-dialog{
    top: 0;
    margin-top: 0px;
  }
}

/*   ************* Responsive css **************/
@media (max-width: 768px)  {
    .pagination {
	    display: none !important;
    }
  /* CSS that should be displayed if height is equal to or less than 720px goes here */
  .lockscreen, .modal-dialog{
    left: 0;
    margin-left: 0px;
  }
  .agreement-accept,
  .task-paginator{
     clear: left !important;
     float: unset !important;
  }
}


@media (max-width: 1000px)  {
   .header-dropdown-list{
      display: none !important;
   }
}

@media (max-width: 1100px)  {
    #menu_termsofservice,
    #menu_about
    {
        display: none !important;
    }

}

@media (max-width: 1300px)  {
   body > header > div:nth-child(1)
   {
      display: none !important;
   }
}

.tooltip-inner {
    width: 600px;
}

nav ul li a:hover {
    color: inherit;
}

span.version{
    pointer-events:none;
    overflow:hidden;
    text-overflow:ellipsis;
    width:70px;
    white-space:nowrap;
}

.min-width-size-6, .min-width-size-5, .min-width-size-4, .min-width-size-3 {
    min-width: 400px;
}

.min-width-size-2{
    min-width: 300px;
}

.min-width-size-1{
    min-width: 200px;
}

.min-width-400 {
    min-width: 400px;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-100 {
    min-width: 100px;
}

.width-50 {
    min-width: 50px;
    max-width: 50px;
    width: 50px;
}

.width-100 {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

.analyzers {
    margin-bottom: 1px;
    margin-top: 3px;
    white-space: nowrap;
}

.analyzers .btn {
    float: none;
    display: inline-block;
}


.sized-5, .sized-6 {
    width: 60px;
}
.sized-5:hover, .sized-6:hover {
    width: 100px;
}

.sized-4 {
    width: 75px;
}
.sized-4:hover {
    width: 110px;
}

.sized-3, .sized-2, .sized-1 {
    width: 120px;
}
.sized-3:hover, .sized-2:hover, .sized-1:hover   {
    width: 130px;
}


.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  transition: all 0.15s ease-in;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  transition: all 0.15s ease-in;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  transition: all 0.15s ease-in;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  transition: all 0.15s ease-in;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  transition: all 0.15s ease-in;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  transition: all 0.15s ease-in;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  transition: all 0.15s ease-in;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  transition: all 0.15s ease-in;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}


.analyzers a{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all 0.25s ease-out;
        font-size: 80% !important;
}

.analyzers a:hover{
    height: 22px;
    transition: all 0.25s ease-in;
}
.progress-status{
  display:none;
}

.ioc-export{
  display:none;
}

.ioc-export.activate{
  display:inherit;
}

.memory_dump_progress{
  display:none;
}

.memory_dump_progress.activate{
  display:inherit;
}

.progress-status.activate{
  display:inherit;
}


.progress-risk{
  display: none;
}

.progress-risk.activate{
  display:inherit;
}

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
    padding-bottom: 7px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.nav-tabs > li.active > a {
    background-color: transparent;
    border:none;
}
.nav-tabs > li.active {
    background-color: transparent;
    border:none;
}

.with-nav-tabs.panel-report .nav-tabs > li > a,
.with-nav-tabs.panel-report .nav-tabs > li > a:hover,
.with-nav-tabs.panel-report .nav-tabs > li > a:focus {
    color: #fff;
}

.with-nav-tabs.panel-report .nav-tabs > .open > a,
.with-nav-tabs.panel-report .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-report .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-report .nav-tabs > li > a:hover {
	color: #fff;
	background-color: #424344;
	border-color: transparent;
	border-radius: 8px;
}

.with-nav-tabs.panel-report .nav-tabs > li > a:focus {
	background-color: transparent;
	border-color: transparent;
}

.with-nav-tabs.panel-report .nav-tabs > li.active > a > label {
	color: white;
	border: 2px solid white;
	border-radius: 8px;
}

.label-tab{
    padding: 2px 7px 2px 7px !important;
    margin: 0px 0px -7px 0px !important;
    max-width: 150px !important;
}

.label-abort{
    background-color:#8e8e8e !important;
    color:white !important;
    text-align: center !important;
    border-radius: .25em;
}
.label-stop{
    background-color:#4d4d4d !important;
    color:white !important;
    text-align: center !important;
    border-radius: .25em;
}
.label-schedule{
    background-color:#ac6d48 !important;
    color:white !important;
    text-align: center !important;
    border-radius: .25em;
}
.label-unschedule{
    background-color:#6f340a !important;
    color:white !important;
    text-align: center !important;
    border-radius: .25em;
}
.with-nav-tabs.panel-report .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #4c6370;
    border-color: #3071a9;
}
.with-nav-tabs.panel-report .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;
}
.with-nav-tabs.panel-report .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-report .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-report .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-report .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-report .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}

.nav-tabs > li.active > a {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

#report-shortcuts.panel-report{
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}

.label.state{
    position: relative;
}

.label.state > .payloads{
    position: absolute;
    top:-13px;
    right:0px;
    line-height: 14px;
    height: 15px;
    border-radius: 10px;
    background-color: transparent;
    color: rgba(30, 30, 50, 1);
}

.height-50 {
    height: 50px;
}

.section-collapse {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: auto;
    margin-top: 20px;
    margin-bottom:30px;
}

.panel-report {
  border: unset;
  border-radius: unset;
}
.panel-report > .panel-heading {
  color: #fff;
  background-color: #323232;
}
.panel-report > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6c7f8a;
}
.panel-report > .panel-heading .badge {
  color: #6c7f8a;
  background-color: #fff;
}
.panel-report > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6c7f8a;
}

.stopped-early{
    font-weight: bold;
}

.with-nav-tabs.panel-report .nav-tabs li.stopped-early a,
.with-nav-tabs.panel-report .nav-tabs li.stopped-early a:hover,
.with-nav-tabs.panel-report .nav-tabs li.stopped-early a:active{
    color: #a90329;
}

.with-nav-tabs.panel-report .nav-tabs li.analyzer-reputation.stopped-early a,
.with-nav-tabs.panel-report .nav-tabs li.analyzer-reputation.stopped-early a:hover,
.with-nav-tabs.panel-report .nav-tabs li.analyzer-reputation.stopped-early a:active{
    color: #7d7;
}

.ui-spinner-down, .ui-spinner-up {
    background: #606265;
}
.ui-spinner-down:hover, .ui-spinner-up:hover {
    background: black;
}

.screenshot-thumbnail {
	border-style: solid;
	border-color: #323232;
	border-width: thin;
    margin-bottom: 3px;
}

.collapsed .glyphicon-chevron-down {
  transform: rotate(-90deg);
}

.collapsed .glyphicon-minus:before {
    content:"\002b"
}

.jarviswidget header ul li{
     height: 32px;
}

.widget-overflow {
    overflow: auto;
    max-height: 550px;
}

.timeline-body {
    overflow: auto;
    max-height: 550px;
}

.open > .dropdown-menu{
    animation: initial !important;
    transition: initial !important;
}

.analyzer-failed{
  background-color: #bc0329;
  color: white;
  border: solid 1px black;
}

.analyzer-failed:hover{
  color: white;
}

.hashlisted-graph {
    background: lightgray;
    opacity: 0.4;
}

.hashlisted-graph:hover {
    background: none;
}

.hashlisted-graph p {
    position: absolute;
    margin: 40px 200px;
    font-size: 50px;
    color: white;
}

.hashlisted-graph:hover p {
    display: none
}

.txt-color-purple{color:#5203a9 !important}

.label-severe{
    background-color: #5203a9;
}

.label-safe{
    background-color: #57889c;
}

header.filter h2:hover{
  background-color: #DDD;
  color: black;
}

header.filter{
    padding-top: 4px;
    padding-bottom: 3px;
}

.nav-tabs > li.active > a{
    box-shadow: unset
    -moz-box-shadow: unset
    -webkit-box-shadow: unset
}

.pagination > .active > a{
    border-color: #777;
}
.pagination > .active > a:focus, .pagination > .active > a:hover{
    border-color: #777;
    background-color: #373738;
}

li.paginate_button a{
    color: #777
}

footer div div p{
   padding-top: 5px;
}

.menu-container .menu{
    border-radius: 7px;
}
.well.container-fluid{
    border-radius: 10px;
}

.navbar-nav > li {
    margin-top: 8px;
}

#nav-search{
    background-color: #373737;
    color: white;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    border-color: gray;
    transition: 0.3s;
}

#nav-search:hover, #nav-search:focus{
    background-color: white;
    color: black;
}

#nav-search-advanced{
    background-color: #373737;
    color: gray;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    cursor: pointer;
    border-color: gray;
    transition: 0.2s;
}

#nav-search-advanced:hover, #nav-search-advanced:focus{
    background-color: #484848 !important;
    color: white;
}

#nav-right-options{
    vertical-align: middle;
    margin-top: 25px !important;
    padding-right: 0px;
}

#nav-right-options .btn-group{
    margin-left: 0px !important;
}

#nav-right-options .btn-group .btn{
    margin-right: 5px !important;
}

#nav-user{
    background-color: #373737 !important;
    color: #999;
    border-radius: 6px;
    border-color: gray;
    transition: 0.3s
}

#nav-user:hover, #nav-user:focus{
    background-color: #17527d !important;
    color: white !important;
}

#nav-logout{
    background-color: #373737 !important;
    color: #999;
    border-radius: 6px;
    border-color: gray;
    transition: 0.3s
}

#nav-logout:hover, #nav-logout:focus{
    background-color: #a90329 !important;
    color: white !important
}

.breadcrumb{
    border-radius: 0px;
    background-color: #323232;
    width: 100%;
    border-top: 1px solid #5e5d5de3;
    margin: 0;
}

.breadcrumb-item a{
    color: lightgray !important;
}

.breadcrumb-item.active a{
    color: white !important;
    font-weight: bold;
}

.breadcrumb-item a:hover{
    color: white !important;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display:block;
    z-index: 1000;
}


#button {
  display: inline-block;
  background-color: #3737365E;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

#http_dot_log th,#http_dot_log td {
	word-break: break-all;
	max-width: 400px !important;
	width: unset !important;
}


#top_bar {
    background-color: #6e84a3;
    color: white;
    font: bold 12px Helvetica;
    padding: 6px 5px 4px 5px;
    border-bottom: 1px outset;
}
#status {
    text-align: center;
}
#sendCtrlAltDelButton {
    position: fixed;
    top: 0px;
    right: 0px;
    border: 1px outset;
    padding: 5px 5px 4px 5px;
    cursor: pointer;
}

#screen {
    flex: 1; /* fill remaining space */
    overflow: hidden;
}

.dropzone{
   min-height: 150px;
}
.dz-default {
		line-height: 40px !important;
	}
.accordion_panel > div.bootstrap-table > div.fixed-table-container {
  border: 0px;
}

/* loader omw */
#circle1{
    position: absolute;
    animation-name: rotate1;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#circle2{
    position: absolute;
    animation-name: rotate2;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#circle3{
    position: absolute;
    animation-name: rotate1;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotate1{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
@keyframes rotate2{
    from{ transform: rotate(360deg); }
    to{ transform: rotate(-360deg); }
}

.text-capitalize {
text-transform: capitalize;
}

.text-uppercase {
text-transform: uppercase;
}

.svg_icon:hover {
  color: white;
}

.calendar-table th {
    background-color: white;
}

/*
Custom css style for dynamic interaction (novnc)
*/
div#dynamic_interaction_widget header h2,
div#dynamic_interaction_widget header span {
           color: white;
}
