
iframe {width: 100%; height: 100%; border: none;}

/* Typography */

body {
  font-family: 'Exo', sans-serif;
  color: #4D4D4D;
  overflow-x: hidden;
}

strong {
  font-weight: 700;
}

p {
  color: #484957;
}
 
h1 {
	color: #9495A0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  padding-top: 0.5em;
}

h2 {
	color: #707180;
	font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
	padding-top: 0.5em;
}

h2 i {
	font-size: 24px;
	vertical-align:middle;
}

h3 {
	color: #9495A0;
  font-size: 21px;
  line-height: 36px;
  font-weight: 300;
  padding-top: 0em;
  border-bottom: 1px solid #B8B8C0;
}

h4 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #B8B8C0;
}

/* Layout */

#wrapper {
  padding-left: 70px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left:0px;
  width: 70px;
  height: 100%;
  overflow-y: auto;
  background: #2B2C33;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding-right: 70px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

#sidebar-wrapper .bottom {
  position: fixed;
  bottom: 0;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 70px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  line-height: 40px;
  text-align: center;
  border-bottom:1px solid #484957;
  height: 100%;
}


.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;

}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
  cursor: pointer;

}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 70px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

/* Top Navigation */

.navbar, .navbar-inverse {
	background: #484957 !important;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
}

.navbar-collapse {
	background: #484957 !important;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff; padding-bottom: 11px;
}
.navbar-inverse .navbar-nav>li>a.active {
	color: #00FFFF;
}

.navbar-collapse {
	position: relative; 
	z-index: 9999;
}

.navbar {
    z-index: 9999;
    margin-bottom: 1em;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.modal-below-topnav {
    margin: 90px auto;
}
/* Icons */

.fitsec {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/fitsec-logo.svg);
  -webkit-mask-image: url(../images/fitsec-logo.svg)  no-repeat 50% 50%;
  mask-image: url(../images/fitsec-logo.svg)  no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.home {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/home.svg);
  -webkit-mask-image: url(../images/home.svg) no-repeat 50% 50%;
  mask-image: url(../images/home.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.home.active {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/home-active.svg);
  -webkit-mask-image: url(../images/home-active.svg) no-repeat 50% 50%;
  mask-image: url(../images/home-active.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.settings {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/settings.svg);
  -webkit-mask-image: url(../images/settings.svg) no-repeat 50% 50%;
  mask-image: url(../images/settings.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.settings.active {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/settings-active.svg);
  -webkit-mask-image: url(../images/settings-active.svg) no-repeat 50% 50%;
  mask-image: url(../images/settings-active.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

#sentMailContainer {
    max-height: 350px;
    overflow-y: auto;
}

.add-user {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/add-user.svg);
  -webkit-mask-image: url(../images/add-user.svg) no-repeat 50% 50%;
  mask-image: url(../images/add-user.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.add-case {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/add_new_case.svg);
  -webkit-mask-image: url(../images/add_new_case.svg) no-repeat 50% 50%;
  mask-image: url(../images/add_new_case.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.add-user.active {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/add-user-active.svg);
  -webkit-mask-image: url(../images/add-user-active.svg) no-repeat 50% 50%;
  mask-image: url(../images/add-user-active.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.add-group {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/add-group.svg);
  -webkit-mask-image: url(../images/add-group.svg) no-repeat 50% 50%;
  mask-image: url(../images/add-group.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.add-group.active {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/add-group-active.svg);
  -webkit-mask-image: url(../images/add-group-active.svg) no-repeat 50% 50%;
  mask-image: url(../images/add-group-active.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.exit {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url(../images/exit.svg);
  -webkit-mask-image: url(../images/exit.svg) no-repeat 50% 50%;
  mask-image: url(../images/exit.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.fullscreen {
  display: block;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background-color: #2B2C33 !important;
  background: url(../images/fullscreen.svg);
  -webkit-mask-image: url(../images/fullscreen.svg) no-repeat 50% 50%;
  mask-image: url(../images/fullscreen.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  border-top:1px solid #484957;
}

.question {
    width: 50px;
    height: 50px;
    background-color: gray;
    mask: url(../images/question-circle.svg) no-repeat 50% 50%;
    -webkit-mask: url(../images/question-circle.svg) no-repeat 50% 50%;
}

.clear-btn {
    background-color: transparent;
    border: 0;
}



/* Home */

.hello-message {
  color: #9495A0;
  font-size: 21px;
  font-weight: 300;
}

.files-received-data {
	color: #484957;
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
}

.status-home {
	margin-left: 5px;
	margin-right: 5px;
}
.status-home .box {
  background: #F2F2F2;
  padding: 10px;
  font-weight: 300;
  font-size: 18px;
  margin: 10px;
  text-align: center;
}

.status-home .box .green {
  color: #00FF00;
}
.status-home .box .red {
  color: #FF0000;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.status-home .box .icons {
  font-size: 60px;
}
.status-home .box p {
  margin-top: 10px;
  margin-bottom: 0px;
}

.api-help-modal-lg {
    z-index: 10000;
    padding: 40px;
}

.modal-content {
    padding: 10px;
    font-size: 18px;
}


/* Table */

.table>tbody>tr>td {
	border-left: 1px solid #ddd;
  max-width: 750px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table>thead>tr>th {
	color:#2b2c33;
}

.table>tbody>tr>td:first-child {
	border-left: none;
}

.table-hover tbody tr:hover td {
	background-color: #707180;
  color: #fff;
  cursor: pointer;
}


/* File Details */

#file-details h1 {margin:0; padding: 0}
#file-details .toolbar .btn { margin-right: 1em; margin-bottom: 1em;}
#file-details .table-file-details tr>td  {border:none;}
#file-details .table-file-details tr>td:first-child  {font-weight: 700;}

#file-details .table-file-hash tr>td  {border:none; font-size: 12px;}
#file-details .table-file-hash tr>td:first-child  {font-weight: 700;}

/*#file-details textarea {width: 100%; height: 50em; background: #F2F2F2; border: none; padding: 1em;}*/



/* Forms */

input {border-radius: 0;}

.form-control {
	border-radius: 0;
}

.btn-default {
	border: 2px solid #484957; 
	font-weight: 600; 
	border-radius: 5px;
	margin-right: 1em;
}
.btn-default i {
	font-size: 24px;
	vertical-align:middle; margin-right: 0.1em;
}

/* Signin */

#login {background: #F2F2F2;}

.form-login {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-login .form-login-heading,
.form-login .checkbox {
  margin-bottom: 10px;
}
.form-login .checkbox {
  font-weight: normal;
}
.form-login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-login .form-control:focus {
  z-index: 2;
}
.form-login input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-login input {
	margin-bottom: 1em !important;
}

.form-login .btn-default {
	font-size: 18px;
	text-transform: uppercase;
}

.form-login p {margin-top: 1em; margin-bottom: 1em;}


/* Vt-notification-details */

h1.detection-rate.malicious {
  color: red;
  font-weight: bold;
  width: fit-content;
}

h1.detection-rate.harmless {
  color: green;
  font-weight: bold;
  width: fit-content;
}


.tables-container {
  display: flex;
  justify-content: space-between;
}

table.table-file-details tr {
  text-align: start;
}

table.table-file-details.exiftool {
  display: table-cell;
}

table.table-file-details.exiftool tr{
  justify-items: baseline;
}

table.table-file-details.exiftool td {
  padding-left: 10px;
}

span.hex-match-part{
  color: red;
  font-weight: bolder;
}

.btn.btn-default.malicious {
  background-color: red;
}

table.table.hex-view {
  width: auto;
 
}

.match_line:hover {
  background-color: #b8b8c0;
  }

/*contact us modal*/
#contactModalDialog {
    margin-top: 90px;
}

/* api documentation modal*/
#apiDocumentationModalContent {
    margin-top: 50px;
}

/* vt-ruleset modal */
#ruleModalDialog{
    width: 600px;
    margin-top: 70px;
}

#ruleModalBody {
    background-color: lightgray;
}

#ruleModalContent{
    width: 800px;
}

#modalCloseButton {
    font-size: 2.75em;
}

#ruleModalTitle {
    font-size: 1.35em;
}

#vtRule {
    font-size: 15px;
}
.vt-ruleset-button {
    margin-bottom: 10px;
}

/* domains modal*/
#screenshotImage {
    max-width: 100%;
    height: auto;
    object-fit:cover;
    margin: auto;
    display: block;
    border: 1px solid #000;
}

#imageModalDialog{
    width: 600px;
    margin-top: 70px;
}

#imageModalBody {
    background-color: lightgray;
}

#imageModalContent{
    width: 800px;
}

#modalCloseButton {
    font-size: 2.75em;
    position: relative;
    top: -16px;
    right: -14px;
}
