/*************************************
 // ////////
 All style relating to the look and the action
 of the dashboard should be place in there file and
 be imported here
 //////////
*************************************/
/************************************************************
imports
**************************************************************/
/* Chrome, Safari  scroll bar*/
/*
::-webkit-scrollbar {
  width: 3px;
  height: 15px;
}

::-webkit-scrollbar-track-piece {
  background-color: #C2D2E4;
}

::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: lighten(@colour3, 20%);
}

.btn-box-tool {
  color: @colour1;
}

.content {
  margin: 20px 5px auto;
}

.content .notifcations {
  background-color: #ffffff;

}

.box {
  border-top: 3px solid @colour1;
}
*/
/*************************************
Media Queries
**************************************/
#notifications-table {
  font-family: "Open Sans", sans-serif;
}
#notifications-table tr.odd {
  background-color: #FFFFFF !important;
}
#notifications-table tr.even {
  background-color: rgba(204, 204, 204, 0.15) !important;
}
#notifications-table thead {
  font-size: 14px;
  font-family: "Larke Neue Bold", sans-serif;
  font-weight: bold;
  color: #1f2d5c !important;
}
#notifications-table button {
  color: #f6f8fa !important;
}
#notifications-table button:hover {
  color: #1f2d5c !important;
}
#notifications-table .table-responsive {
  position: relative;
  top: 10px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #b3b133 !important;
  cursor: pointer !important;
}
.table-hover > tbody > tr:hover,
.table-hover > tbody > tr:hover > th {
  -moz-box-shadow: 0 1px 6.5px 0.5px #7e889b;
  -webkit-box-shadow: 0 1px 6.5px 0.5px #7e889b;
  -o-box-shadow: 0 1px 6.5px 0.5px #7e889b;
  -ms-box-shadow: 0 1px 6.5px 0.5px #7e889b;
  box-shadow: 0 1px 6.5px 0.5px #7e889b !important;
  color: #ffffff;
}
#notification-actions {
  padding-top: 10px;
  overflow: hidden;
}
#notification-actions .panel-body {
  padding: 0 !important;
}
#notification-actions .panel-heading {
  font-family: "Larke Neue Bold", sans-serif;
  color: #ffffff;
  background-color: #b3b133;
}
#notification-actions .panel-body button {
  border: none;
  border-radius: 0;
  color: #4a4a4a;
  padding: 15px 32px;
  background: none;
  border-bottom: 1px solid lightgrey;
  width: 100%;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
}
#notification-actions .panel-body button i.fa.fa-trash {
  font-size: 21px;
  color: #dd4b39;
}
#notification-actions .panel-body button:hover {
  background: #d8d674;
  color: #ffffff;
}
#notification-actions .panel-body button:focus {
  outline: none;
}
#notification-actions .input-group {
  width: 100%;
}
#notification-actions input.form-control {
  border-radius: 14px !important;
  height: 30px !important;
}
#notification-actions span.left {
  position: relative;
  padding-left: 60px;
}
#notification-actions button#slide-content:hover {
  margin-left: 50px;
  transition: 0.8s ease;
  border-bottom: none;
  color: #4a4a4a;
}
#notification-actions div#slide-right:hover {
  background: #d8d674;
}
#notification-actions .panel-body a > div#slide-right button:hover {
  background-color: #ffffff !important;
}
/*************************************
  CONTENT
*************************************/
/* Colours to change  to modify dashboard look*/
/**************************************
 01 = primary colours
************************************/
/****************************************************
 02 = The interface colours
****************************************************/
/*****************************************************
 03 = Secondary Interface colours
*****************************************************/
/**************************************************************
 04 = Primary Typefaces
*************************************************************/
@font-face {
  font-family: 'larke_neue_boldbold';
  src: url('../fonts/larke_neue_bold-webfont.woff2') format('woff2'), url('../fonts/larke_neue_bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("../fonts/OpenSans-Bold.ttf");
}
/*************************************
  CONTENT
*************************************/
/*******************************
 01 = General
***************************/
html {
  height: 100%;
}
body {
  font-family: 'Open Sans', Sans-Serif, sans-serif;
  color: #464f61;
  font-size: 13px;
  height: 100%;
}
main.container {
  height: 100%;
}
.content .loading {
  background-color: none !important;
  opacity: 0.1 !important;
  z-index: 50;
  width: 100%;
  height: 100%;
}
#loading .loading-message.loading-content {
  font-family: 'larke_neue_boldbold', Sans-Serif !important;
  color: #1f2d5c !important;
  font-size: 20px !important;
  opacity: 100;
}
h3.dashboard-name,
.content-header > h1 {
  color: #121f3c !important;
}
h3.dashboard-name {
  float: left;
  background: none;
  font-size: 22px;
  margin-left: 13px;
}
span#engineStatus {
  color: #ffffff;
}
a {
  color: #1f2d5c;
}
/*******************************
 02 = boxes and background
***************************/
.container-fluid {
  padding-right: 0 !important;
  border-bottom: 1px dotted #1f2d5c;
}
.skin-black-light {
  background: none;
  background-color: white !important;
}
.content-wrapper {
  min-height: calc(100% - 51px) !important;
  height: calc(100% - 51px) !important;
  position: relative;
  z-index: initial;
  overflow-y: auto;
  overflow-x: hidden;
}
.content-no-wrapper {
  min-height: 100% !important;
  position: relative;
  z-index: initial;
}
.no-scroll {
  overflow: hidden;
}
.content-wrapper,
.content-no-wrapper,
.right-side,
.content {
  background-color: rgba(234, 236, 236, 0.91) !important;
}
.content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-bottom: 85px;
}
.box-body {
  background-color: #ffffff !important;
}
.box.box-solid.box-default > .box-header {
  color: #1f2d5c !important;
  background: #e4e6eb;
  background-color: #e4e6eb;
}
.box.box-solid {
  position: relative;
  border-radius: 3px !important;
  border-top: 3px solid #434856 !important;
  margin-bottom: 20px !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
}
.box-body-widget {
  padding: 2px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}
.floating-actions {
  color: #FFFFFF;
}
.dropdown a,
.dropdown span {
  color: #121f3c;
}
/*************************************
  CONTENT
*************************************/
/*************************************
 01 = GENERAL LOGIN
*************************************/
.starter-template {
  height: 100%;
}
.starter-template div#container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.starter-template .row {
  margin-right: 0 !important;
  margin-left: 0;
}
.container .starter-template {
  background-size: contain;
  width: 100%;
}
.positionbox1 > .headline {
  color: #1f2d5c !important;
  width: 350px;
  font-size: 20px;
  padding-bottom: 18px;
  margin: 0 auto;
}
.positionbox1 > .headline.error {
  width: 500px;
  position: relative;
  top: -15px;
}
.positionbox1 > .headline.error .reason {
  font-size: 15px;
}
.positionbox1 a {
  color: #ffffff !important;
}
.positionbox1 a:hover {
  text-decoration: none;
}
.positionbox1 .form-control {
  height: auto;
}
.positionbox1 a#submit {
  width: 140px;
  font-size: 21px;
  font-family: 'larke_neue_boldbold', Sans-Serif;
  font-weight: 700;
}
.positionbox1 .btn-info {
  background-color: #f7f7f7;
}
.positionbox1 button#submit:hover,
.positionbox1 .btn-primary:hover {
  background: linear-gradient(#1f2d5c, #8b96ab);
  -webkit-background: linear-gradient(#1f2d5c, #8b96ab);
  -moz-background: linear-gradient(#1f2d5c, #8b96ab);
  -o-background: linear-gradient(#1f2d5c, #8b96ab);
}
#inner {
  display: flex;
  flex-direction: column;
  background: #ffffff !important;
  width: 704px;
  box-shadow: none;
  border: 1px solid #afafaf;
  height: unset;
  min-height: min-content;
  overflow: scroll;
  margin-top: 15px;
}
#inner button {
  padding: 13px;
}
#inner .alerts {
  padding-left: 15px;
  padding-right: 15px;
}
#inner .alerts .alert-holder {
  top: 0;
  width: 100%;
  min-width: unset;
}
#inner .alerts .multierror-alert {
  margin-bottom: 0;
  font-size: 14px;
}
#inner .logo-container {
  min-height: 170px;
}
#envolpefront_txt {
  margin-top: 20px;
  margin-bottom: 20px;
}
.logoInsert img {
  width: 40%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.systemMessageLabel {
  color: #737272;
  text-align: center;
  position: relative;
  font-size: 15px;
  padding: 1em;
}
.positionbox1 legend {
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  color: #8b96ab !important;
  border: 0 !important;
  position: relative;
  left: -12px;
  margin-left: 0 !important;
  border-bottom: none !important;
}
.positionbox1 .input-group .form-control {
  padding: 14px;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 53px 60px 0 #1d315e;
  -moz-box-shadow: inset 0 53px 60px 0 #1d315e;
  -o-box-shadow: inset 0 53px 60px 0 #1d315e;
  box-shadow: inset 0 53px 60px 0 #1d315e;
}
.positionbox1 button#submit,
.positionbox1 button.btn.btn-sm.btn-info {
  font-size: 17px;
  font-family: 'larke_neue_boldbold' !important;
  font-weight: 700;
}
/*************************************
 02= MESSAGE ALERTS
*************************************/
title .box.box-solid.box-default > .box-header {
  background-color: #00a2dd !important;
}
.form-control:focus {
  border-color: #1f2d5c !important;
}
/*************************************
 03 = FORGOT PASSWORD
*************************************/
.positionbox1 .glyphicon-chevron-right:before {
  position: relative;
  top: 2px;
}
.positionbox1 #forgot > a {
  color: #b5b7bc !important;
}
.positionbox1 #forgot > a:hover {
  color: #1f2d5c !important;
}
.positionbox1 #forgot:hover {
  color: #1f2d5c !important;
  background: linear-gradient(#cccccc, #ffffff);
  -webkit-background: linear-gradient(#cccccc, #ffffff);
  -moz-background: linear-gradient(#cccccc, #ffffff);
  -o-background: linear-gradient(#cccccc, #ffffff);
}
/*************************************
  04 = SIGN IN
*************************************/
.positionbox1 input:-webkit-autofill,
.positionbox1 textarea:-webkit-autofill,
.positionbox1 select:-webkit-autofill {
  background-color: #8b96ab !important;
  background-image: none;
  color: white !important;
}
.positionbox1 .form-control {
  padding: 14px;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 83px 60px 0 #fbfcfc !important;
  -moz-box-shadow: inset 0 53px 60px 0 #fbfcfc !important;
  -o-box-shadow: inset 0 53px 60px 0 #fbfcfc !important;
  box-shadow: inset 0 83px 60px 0 #fbfcfc !important;
}
.positionbox1 .btn-primary,
.positionbox1 button#submit {
  background-color: #8b96ab;
}
/*************************************
  06 = Error Messages
*************************************/
.alert-holder {
  top: 89px;
  padding: 0 15px;
  margin-bottom: 0;
  min-width: 400px;
  height: 50px;
  line-height: 50px;
}
.alert-danger {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #1f2d5c;
  border-color: #8b96ab;
}
.alert-holder .close {
  margin-top: 12px;
}
.close {
  float: right;
  font-size: 21px;
  color: white;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
}
/*************************************
  05 = MEDIA QUIRES
*************************************/
@media screen and (max-width: 800px) {
  .container {
    background: none;
    left: 0;
    right: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #inner {
    width: 590px;
    left: 0;
    right: 0;
  }
  .systemMessageLabel {
    font-size: 15px;
  }
}
@media  screen and (max-width: 600px) {
  .logoInsert {
    width: 60%;
  }
  #inner {
    height: 90%;
    width: 388px !important;
    left: 0;
    right: 0;
  }
  .positionbox1 .form-control {
    height: auto;
    width: 344px;
  }
  .systemMessageLabel {
    font-size: 12px;
    position: relative;
  }
  .positionbox1 legend {
    width: 44%;
    float: left;
  }
  .positionbox1 a#submit {
    clear: both;
    position: relative;
    left: 17%;
  }
}
/**********************************************************
  CONTENT
**********************************************************/
/**********************************************************
  01 = Skin Changes & Log0 / Nav- header alteration
***********************************************************/
.logo-lg > img {
  max-width: 100%;
  height: 100%;
  padding-top: 5px;
}
.logo-mini > img {
  height: 40px !important;
  width: 40px !important;
  position: relative;
  top: 1px;
}
.main-header .logo .logo-lg {
  display: block;
  width: 100%;
}
.skin-black-light .main-header .logo:hover,
.skin-black-light .main-header .navbar .sidebar-toggle:hover {
  color: #8b96ab !important;
}
.skin-black-light .main-header .logo {
  background: none;
  position: fixed;
}
.main-sidebar {
  position: fixed;
  height: 100%;
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 7px 15px;
  font-family: fontAwesome;
}
.skin-black-light .main-header .navbar .nav > li > a {
  font-family: 'larke_neue_boldbold', Sans-Serif;
  font-size: 13px;
}
.skin-black-light .main-header .navbar .nav > li > a:hover,
.skin-black-light .main-header .navbar .nav > li > a:active,
.skin-black-light .main-header .navbar .nav > li > a:focus,
.skin-black-light .main-header .navbar .nav .open > a,
.skin-black-light .main-header .navbar .nav .open > a:hover,
.skin-black-light .main-header .navbar .nav .open > a:focus {
  background: #e2e9eb;
  color: #1f2d5c;
}
.skin-black-light .main-header .navbar .nav > li > a:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0.22px #e4e6eb;
}
.main-header .sidebar-toggle:before {
  content: "\f0c9";
  font-size: 20px;
}
#alerts .fa-bell:before {
  content: "\f0f3";
}
/****************************************************
 02 = Specific alteration to the Side navigation
*****************************************************/
.main-sidebar {
  box-shadow: 7px -2px 11px -4px rgba(143, 157, 203, 0.64);
  height: 100%;
}
.sidebar {
  padding-bottom: 0;
  height: 100%;
}
.sidebar ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.sidebar ::-webkit-scrollbar-track-piece {
  background-color: #C2D2E4;
  background: #EFF1F7;
}
.sidebar ::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #EFF1F7;
}
.sidebar ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(89, 96, 115, 0.42);
}
.skin-black-light .main-header .navbar .sidebar-toggle {
  position: relative;
  height: 37px;
  top: 0;
  margin-top: 5px;
  margin-left: 10px;
}
.sidebar-menu {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  overflow-y: auto;
  padding: 20px 0;
  height: 100%;
}
.sidebar-menu:hover {
  overflow-y: auto;
}
.sidebar-menu > li:not(.header) {
  border-left: 6px solid transparent;
}
.sidebar-menu > li:not(.header) > a {
  display: block;
  font-size: 13px;
  padding: 10px 5px 9px 17px;
  text-decoration: none;
  color: #1f2d5c;
}
.sidebar-menu > li:not(.header) > a .fa {
  width: 20px;
  font-size: 15px;
}
.sidebar-menu > li:not(.header):hover {
  background-color: #eff1f7;
  cursor: pointer;
}
.sidebar-menu > li:not(.header).active {
  background-color: #eff1f7;
  border-left-color: #1f2d5c;
  font-family: "Open Sans Bold", "Helvetica Neue", sans-serif;
}
.sidebar-menu > li.header {
  font-family: "Open Sans Bold", "Helvetica Neue", sans-serif;
  font-size: 12px;
  padding: 10px 25px 10px 15px;
  color: #1f2d5c;
}
.sidebar-menu > li.header:not(:first-child) {
  border-top: 1px dotted #c6ccd6;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
  display: block !important;
  position: absolute;
  width: auto;
  padding-right: 10px;
  color: #ffffff;
  background: #1f2c5c;
  left: 43px;
  top: 0;
  box-shadow: 1px 1px 1px #1f2c5c;
  height: 30px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
  top: 0;
  margin-left: -3px;
  padding: 5px 0px 0px 16px;
  background-color: inherit;
}
.navbar-nav > li {
  float: left;
}
.nav > li > a {
  padding-left: 10px !important;
}
.control-sidebar.control-sidebar-open {
  right: 7px;
  width: 226px;
}
.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
  background: #ffffff;
}
.panel-body {
  background-color: #1f2d5c !important;
}
.panel-group {
  margin-bottom: 20px;
  margin-top: 20px;
}
.control-sidebar-dark {
  color: #ffffff;
  font-family: 'Open Sans', Sans-Serif;
}
.panel-primary {
  border-color: #1f2d5c;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
/****************************************************
 03 Meida query
*****************************************************/
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
}
/*************************************
  CONTENT
*************************************/
/**********************************
 01 = General
*************************************/
.box {
  border: none;
}
.modal-content {
  background: url("/cortex-ui/assets/iconExport/tile.jpg") repeat top left !important;
}
.box-header .box-title {
  font-size: 15px;
  font-family: 'larke_neue_boldbold', Sans-Serif;
  font-weight: 500;
  color: #121f3c !important;
}
.box-title:after {
  font-size: 15px;
  color: #1f2d5c;
}
/********************************************
 02 = Box Dimensions / Calibrations title
********************************************/
dt,
th,
.box-header:before {
  color: #121f3c;
  font-size: 13px;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #587a85 !important;
}
.box-header.with-border {
  font-size: 17px;
  font-family: 'larke_neue_boldbold', Sans-Serif;
  color: #8b96ab;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
}
.box.box-solid.box-success > .box-header {
  background: #6a909c !important;
  background-color: #6a909c !important;
}
#calibrationSesssionDetailsBoxId h3.box-title {
  color: #ffffff !important;
}
/*********************************************
  03 = Plus and minus &  numbering system
*********************************************/
.fa-minus:before,
.fa-plus:before {
  color: #1f2d5c;
}
.box.box-solid > .box-header .btn:hover {
  background: none !important;
}
.modal .panel-body {
  color: #ffffff;
}
div#advSearchDataTable_paginate {
  position: relative !important;
  top: 20px !important;
}
/*******************************************************************
 04 = Columns divers and rul set adjustments
*******************************************************************/
@media (min-width: 992px) {
  .vertical-divider .col-md-6 .col-md-4 {
    width: 32.333333% !important;
    padding: 3px !important;
  }
}
.modal-content {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
div#scoreset-details-box h3.box-title,
.box.box-default.box-solid.box-success.no-border h3.box-title {
  color: #ffffff !important;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #1f2d5c !important;
}
.info-box-content a {
  color: #ffffff !important;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e4e6eb !important;
}
.btn-default:hover {
  color: #1f2d5c !important;
}
/*************************************
  CONTENT
*************************************/
/********************************************
 01 = Floating Actions & btn-groups
*********************************************/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #ffffff;
  background-color: #6a909c;
  border-color: #6a909c;
}
.btn-primary,
.btn-success {
  background-color: #6a909c;
  border-color: #c6d4d9;
}
.btn-primary:hover,
.btn-success:hover,
.btn-primary:active {
  background-color: #54757f;
  border-color: #c6d4d9;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #ffffff;
  background-color: #6a909c;
  border-color: #c6d4d9;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff !important;
  cursor: default;
  background-color: #6a909c;
  border-color: #6a909c;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #1f2d5c;
}
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid transparent !important;
}
.tooltip-inner {
  background-color: #676971;
  color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #1f2d5c;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #6a909c;
  border-color: #6a909c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #587a85 !important;
}
.form-control {
  height: 32px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #d5d9e1 !important;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #6a909c !important;
  border: 1px solid #1f2d5c !important;
  color: #ffffff !important;
}
.daterangepicker .ranges li {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #1f2d5c !important;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.btn-default:hover {
  color: #6a909c;
}
.btn .btn-primary span {
  color: #ffffff !important;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #ffffff !important;
  background: #6a909c !important;
}
.btn-vivid-green {
  background: #009d4d;
  color: #ffffff;
}
.btn-vivid-green:hover {
  background-color: #007439 !important;
  color: #ffffff;
}
.btn-light-yellow {
  background: #e9a300;
  color: #ffffff;
}
.btn-light-yellow:hover {
  background-color: #c08600 !important;
  color: #ffffff;
}
.btn-small-padding {
  padding: 10px;
}
div.button-row {
  padding-bottom: 10px;
}
/*************************************
  CONTENT
*************************************/
/************************************
 01 = General
*************************************/
#alertEscalated .info-box,
#alertOpen .info-box,
#alertAssignedToMe .info-box,
#alertDiscounted .info-box,
#alertTotal .info-box,
#alertReported .info-box,
#alertLevelOne .bg-blue,
#alertLevelTwo .bg-green,
#alertLevelThree .bg-yellow,
#alertLevelFour .bg-orange,
#alertLevelFive .bg-red {
  background-color: #ffffff !important;
}
.info-box-icon {
  width: 70px;
}
.info-box-number {
  color: #1f2d5c;
  font-family: 'larke_neue_boldbold', Sans-Serif;
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.info-box-text {
  color: #4d576a;
  font-family: 'Open Sans';
  text-transform: initial;
}
span.info-box-icon {
  padding-top: 14px;
}
/************************************
 02 = Alerts 01 - 05
*************************************/
#alertTotal .info-box-icon .fa-bell:before {
  content: '\f0f3';
}
.box-body .col-md-3 .info-box .bg-red {
  color: #ffffff !important;
}
#alertLevelOne .fa-bell:before {
  content: "01";
  font-family: 'larke_neue_boldbold', Sans-Serif;
}
#alertLevelTwo .fa-bell:before {
  content: "02";
  font-family: 'larke_neue_boldbold', Sans-Serif;
}
#alertLevelThree .fa-bell:before {
  content: "03";
  font-family: 'larke_neue_boldbold', Sans-Serif;
}
#alertLevelFour .fa-bell:before {
  content: "04";
  font-family: 'larke_neue_boldbold', Sans-Serif;
}
#alertLevelFive .fa-bell:before {
  content: "05";
  font-family: 'larke_neue_boldbold', Sans-Serif;
}
.level-1-alert {
  background-color: #a7bec5 !important;
  color: #ffffff;
  font-family: 'larke_neue_boldbold', sans-serif;
}
.level-2-alert {
  background-color: #00d066 !important;
  color: #ffffff;
  font-family: 'larke_neue_boldbold', sans-serif;
}
.level-3-alert {
  background-color: #ffbd2b !important;
  color: #ffffff;
  font-family: 'larke_neue_boldbold', sans-serif;
}
.level-4-alert {
  background-color: #f68757 !important;
  color: #ffffff;
  font-family: 'larke_neue_boldbold', sans-serif;
}
.level-5-alert {
  background-color: #e26758 !important;
  color: #ffffff;
  font-family: 'larke_neue_boldbold', sans-serif;
}
#alertLevelOne .info-box-icon {
  background: #6a909c;
}
#alertLevelTwo .info-box-icon {
  background: #009d4d;
}
#alertLevelThree .info-box-icon {
  background: #f7aa00;
}
#alertLevelFour .info-box-icon {
  background: #f36427;
}
#alertLevelFive .info-box-icon {
  background: #db402c;
}
.bg-blue {
  background-color: #364fa1 !important;
}
.bg-orange {
  background-color: #f7aa00 !important;
}
.cs-red,
.cs-yellow {
  border: 1px solid #b7becb;
}
.cs-red .info-box-icon {
  background: #e26758;
}
.cs-yellow .info-box-icon {
  background: #ab7500;
}
.bg-red {
  background-color: #db402c !important;
}
.bg-green {
  background-color: #009d4d !important;
}
.bg-teal {
  background-color: #6a909c !important;
}
#alertEscalated .info-box-icon {
  background-color: #f7aa00 !important;
}
#alertDiscounted .info-box-icon {
  background-color: #009d4d !important;
}
#alertReported .info-box-icon {
  background-color: #ea8f83 !important;
}
#alertOpen .info-box-icon {
  background-color: #4a666f !important;
}
#alertAssignedToMe .info-box-icon {
  background-color: #1f2d5c !important;
}
#alertTotal .info-box-icon {
  background-color: #8b96ab !important;
}
/************************************
 03 = Labels & Info-box-contents
*************************************/
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 8px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
}
.info-box-content {
  padding: 10px 10px 10px 1px;
  margin-left: 90px;
}
.info-box {
  width: 100%;
}
#gridsterId [data-sizex="1"] {
  width: 220px;
}
.alert-container {
  display: flex;
  justify-content: center;
}
#mldemo {
  margin-bottom: 0;
}
#mldemo .mldemo-header {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 15px;
  margin-bottom: 10px;
}
#mldemo #alert-behaviour-score {
  position: relative;
  padding-bottom: 5px;
}
#mldemo #alert-behaviour-score .behaviour-score-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  padding: 0 15px;
}
#mldemo #alert-behaviour-score .behaviour-score-row .risk-assessment {
  text-align: center;
  padding: 7px 15px;
  font-weight: bold;
  background-color: white;
  border-radius: 3px;
}
#mldemo #alert-behaviour-score .behaviour-score-row .risk-assessment.low {
  color: #00d066;
  border: 1px solid #00d066;
}
#mldemo #alert-behaviour-score .behaviour-score-row .risk-assessment.med {
  color: #ffbd2b;
  border: 1px solid #ffbd2b;
}
#mldemo #alert-behaviour-score .behaviour-score-row .risk-assessment.high {
  color: #e26758;
  border: 1px solid #e26758;
}
#mldemo #alert-behaviour-score .behaviour-score-row:first-child {
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}
#mldemo #alert-behaviour-score .behaviour-score-row:not(:first-child) {
  height: 28px;
}
#mldemo #alert-behaviour-score .behaviour-score-row h3,
#mldemo #alert-behaviour-score .behaviour-score-row h4 {
  margin: 0;
}
#mldemo #alert-behaviour-score .behaviour-score-row div:first-child,
#mldemo #alert-behaviour-score .behaviour-score-row h3:first-child {
  width: 40%;
}
#mldemo #alert-behaviour-score .behaviour-score-row .column-expand {
  flex: 1;
}
#mldemo #alert-behaviour-score .behaviour-score-row .feature-score {
  margin-left: 5px;
  width: 45px;
  text-align: right;
}
.system-management {
  margin: 80px auto 0 auto;
}
.system-management ul.system-links {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.system-management ul.system-links li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 200px;
  height: 195px;
  background: linear-gradient(180deg, #ffffff 0%, #d1daf0 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 17px;
  margin-bottom: 30px;
  margin-right: 90px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
}
.system-management ul.system-links li a img {
  display: block;
  margin: auto;
  height: 95px;
}
.system-management ul.system-links li a span {
  font-family: "Larke Neue Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  color: #3A3A3A;
}
.system-management ul.system-links li a:hover {
  background: linear-gradient(180deg, #e9e9e9 0%, #ffffff 100%);
}
.system-management ul.system-links li a:hover img {
  opacity: .5;
}
.system-management a.system-link {
  font-size: 15px;
  color: #1c2529;
  font-weight: bold;
}
.field-info-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 10px;
}
.cs-result-title {
  color: #e46654;
  font-size: 20px;
  font-family: OpenSans-Bold, Sans-Serif;
}
.cs-result-comparison {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cs-result-comparison .cs-result-comparison-title {
  font-family: OpenSans-Bold, Sans-Serif;
  font-size: 16px;
  margin-right: 15px;
  width: 85px;
  color: #1f2c5b;
}
.cs-result-comparison .cs-result-comparison-title i {
  margin-right: 10px;
  font-size: 20px;
}
.cs-result-comparison .cs-result-comparison-title i.fa-location-arrow,
.cs-result-comparison .cs-result-comparison-title i.fa-map-marker {
  color: #e46654;
}
.cs-result-comparison .cs-result-comparison-title i.fa-transgender {
  color: #428bca;
}
.cs-result-comparison .cs-result-data {
  flex: 1;
}
.cs-result-comparison .cs-result-data .cs-result-data-field .cs-result-data-title {
  font-size: 14px;
  color: #7e889b;
}
.cs-result-comparison .cs-result-data .cs-result-data-field .cs-result-data-value {
  font-size: 14px;
  color: #1f2c5b;
}
.cs-result-comparison .cs-result-data .cs-result-data-divider {
  margin: 5px 0;
  border-bottom: 1px solid #4a4a4a;
}
.cs-result-comparison .cs-result-score {
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
  width: 50px;
  text-align: right;
}
.cs-result-comparison .cs-result-score.stacked {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.cs-result-comparison .cs-result-score .cs-result-match-type {
  color: #7e889b;
  font-size: 14px;
}
.cs-result-divider-lg {
  border-bottom: 3px solid #f4f4f4;
  margin: 5px 0;
}
table.cs-table.dataTable {
  border: none;
  display: block;
}
table.cs-table.dataTable > thead th {
  border-right-width: 0;
  border-bottom: 3px solid #f4f4f4;
}
table.cs-table.dataTable .toggle-table {
  float: right;
  font-family: OpenSans-Bold, Sans-Serif;
  cursor: pointer;
}
table.cs-table.dataTable .toggle-table:hover {
  text-decoration: underline;
}
table.cs-table.dataTable thead,
table.cs-table.dataTable tbody {
  display: block;
  width: 100%;
}
table.cs-table.dataTable tr {
  display: table;
  width: 100%;
}
table.cs-table.dataTable tbody {
  max-height: 300px;
  overflow-y: auto;
  display: block;
  border-bottom: 3px solid #f4f4f4;
}
table.cs-table.dataTable tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
table.cs-table.dataTable tbody tr td:nth-of-type(2) {
  text-align: right;
  width: 45%;
}
h4.cs-title {
  font-size: 16px;
  color: #1f2c5b;
}
div.cs-logo-vsm {
  height: 30px;
  display: inline-block;
}
div.cs-logo-vsm > img {
  position: relative;
  left: 0;
}
div.cs-logo-vsm > img.tr {
  height: 44px;
  top: 8px;
}
div.cs-logo-vsm > img.dj {
  height: 54px;
  top: -2px;
}
button.cs-button {
  background-color: #1f2c5b;
  text-decoration: none;
  outline: none;
  border: none;
  color: white;
  padding: 5px 15px;
  margin-bottom: 5px;
  font-size: 16px;
  width: 100%;
}
button.cs-button:hover {
  background-color: #2c3e81;
}
button.detailed-investigation {
  margin-top: 10px;
  padding: 5px 15px;
  background-color: #428bca;
  color: white;
  width: 100%;
}
button.detailed-investigation:hover {
  background-color: #6aa3d5;
}
.disabled-button {
  opacity: 0.3;
}
#dow-jones-modal .modal-dialog {
  width: 900px;
}
#dow-jones-modal .modal-dialog .modal-body {
  max-height: 650px;
  overflow-y: auto;
}
.iframe-modal {
  width: 70%;
}
.cs-ref-description {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #fafafa;
  font-size: 16px;
}
.cs-ref-description .cs-ref-header {
  display: flex;
  justify-content: space-between;
}
.cs-ref-description .cs-ref-header h1.cs-desc-name {
  font-size: 24px;
  margin: 0;
  display: flex;
}
.cs-ref-description .cs-ref-header h1.cs-desc-name .cs-desc-deceased {
  margin-left: 5px;
  color: red;
}
.cs-ref-description .cs-last-action {
  color: #a9a9a9;
  font-weight: bold;
  font-size: 14px;
}
.cs-ref-description .cs-desc-details {
  font-size: 18px;
}
.cs-data-box {
  box-shadow: 0 2px 10px 0 rgba(151, 151, 151, 0.14);
  margin-bottom: 15px;
}
.cs-data-box .cs-data-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 10px 10px;
  font-size: 16px;
}
.cs-data-box .cs-data-box-header .cs-data-box-title > i {
  margin-right: 10px;
}
.cs-data-box i.toggle {
  color: #1f2c5b;
}
.cs-data-box i.toggle:hover {
  color: #3951a7;
  cursor: pointer;
}
.cs-data-box .cs-data-box-body {
  padding: 5px 15px 15px 15px;
  white-space: pre-wrap;
}
.cs-data-box .cs-data-box-body .cs-data-image-container {
  width: 100%;
  display: flex;
  overflow-x: auto;
}
.cs-data-box .cs-data-box-body .cs-data-image {
  margin: 10px;
}
.cs-data-box .cs-data-box-body .cs-data-image:first-child {
  margin-left: 0;
}
.cs-data-box .cs-data-box-body .cs-data-image:last-child {
  margin-right: 0;
}
.cs-data-box .cs-data-box-body .cs-data-image img {
  max-width: 200px;
  max-height: 200px;
  border: 1px solid #1f2c5b;
}
.cs-data-box .cs-data-box-body .cs-data-box-section-header {
  color: #1f2c5b;
  padding: 0 0 5px 0;
  font-size: 14px;
  font-weight: bold;
}
.cs-data-box .cs-data-box-body .cs-data-box-section-row {
  display: flex;
  font-size: 14px;
  margin-bottom: 5px;
}
.cs-data-box .cs-data-box-body .cs-data-box-section-row .cs-data-box-section-row-field {
  color: black;
  width: 100px;
  min-width: 100px;
  margin-right: 15px;
}
.cs-data-box .cs-data-box-body .cs-data-box-section-row .cs-data-box-section-row-value {
  color: #7e889b;
}
.cs-data-box .cs-data-box-body .cs-data-box-text {
  padding: 5px;
}
.cs-data-box .cs-data-box-body .cs-data-box-text:nth-child(2n) {
  background-color: #f9f9f9;
}
.cs-data-box .cs-data-box-body .cs-data-box-text a {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cs-data-box .cs-data-box-body .cs-data-box-section-divider {
  border-top: 2px solid #f4f4f4;
  margin: 10px 0;
}
#section-ProfileNotes .cs-data-box-body p:not(:first-of-type) {
  margin-top: 10px;
}
.modal-breadcrumb {
  font-size: 10px;
  position: relative;
  z-index: 1000;
  margin-bottom: 0;
  padding: 0;
  background-color: unset;
}
.modal-breadcrumb > li {
  cursor: pointer;
}
.modal-breadcrumb > li.tr-push-top {
  margin-top: 14px;
}
div#section-Associates div.cs-data-box-section-header.associate {
  margin-left: 15px;
  background-color: #f5f5f5;
  margin-right: 15px;
  padding-left: 11px;
  padding-top: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
}
div#section-Associates .cs-data-box-boy > .row:not( :nth-of-type(1)) {
  margin-top: -40px;
}
/*# sourceMappingURL=main.css.map */