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

/* Typography */

body {
  font-family: 'Exo', sans-serif;
  color: #e8e8e8;
  overflow-x: hidden;
  background-color: #242424;
}

strong {
  font-weight: 700;
}

p {
  color: #e8e8e8;
}

a {
  color: #4dadff;
}

a:hover {
  color: whitesmoke;
  text-decoration: none;6
}
 
h1 {
	color: #e8e8e8;
  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: 7px;
  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;
        border-radius: 7px;
}

.navbar {
    z-index: 9999;
    border-radius: 7px;
}

/* 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;
}

.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;
}

/* Home */

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

.files-received-data {
	color: #e8e8e8;
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
}
.data-panel {
  font-size: 77px;
  line-height: 70px;
  font-weight: 900;
  color: #e8e8e8;
}

.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;
}

/* Table */

.table>tbody>tr>td {
	border-left: 1px solid #ddd;
}

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

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

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

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #3d3e43;
}

img {
  border-radius: 5px;
}


/* 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: 7px;
	margin-right: 1em;
}
.btn-default i {
	font-size: 24px;
	vertical-align:middle; margin-right: 0.1em;
}

/* Signin */

#login {
  background: #242424;
}

.form-login {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  text-align: center;
}
.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;
  border-radius: 7px;
}
.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;}

#myForm input {
  color: black;
}


#guardTable_filter input {
  border-radius: 5px;
  background-color: #242424;
  border: 2px solid white;
  color: white;
}

#guardTable_length select {
  border-radius: 5px;
  background-color: #242424;
  border: 2px solid white;
  color: white;
}

#guardTable_paginate ul li a{
  background-color: #242424;
}

#guardTable_paginate ul li.active a {
  background-color: white;
  color: black;
  border-top: 2px solid white;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid white;
  font-weight: 600;
  border-color: white;
}

#logTable_filter input {
  border-radius: 5px;
  background-color: #242424;
  border: 2px solid white;
  color: white;
}

#logTable_length select {
  border-radius: 5px;
  background-color: #242424;
  border: 2px solid white;
  color: white;
}

#logTable_paginate ul li a{
  background-color: #242424;
}

#logTable_paginate ul li.active a {
  background-color: white;
  color: black;
  border-top: 2px solid white;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid white;
  font-weight: 600;
  border-color: white;
}

#logTable thead {
  background-color: #2b2c33;
  border-radius: 5px;
}

.pagination>li>a, .pagination>li>span {
  border: 2px solid white;
  color: white;
}

.pagination>li>a:hover {
  color: whitesmoke;
  background-color: #d8d8d86c !important;
}

.table>tbody>tr>td {
  border-top: 1px solid #f5f5f570;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: none;
}

.table>tbody>tr>td {
  border-left: 1px solid #3f3f3f;
}

#guardTable_wrapper {

  padding-left: 1.5%;
  padding-right: 1.5%;
}

#guardTable thead {
  background-color: #2b2c33;
  border-radius: 5px;

}

.table>tbody>tr>td {
  border-top: unset;
  border-left: unset;
}



/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/exo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/exo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/exo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/exo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/exo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}