::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.16);
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(77, 77, 77, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.portiva-form-control {
  border-radius: 20px;
  font-family: MetropolisRegular;
}

.btn-portal {
  border-radius: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9cdd98+0,78e6d9+100 */
  background: rgb(138, 225, 184); /* Old browsers */
  background: linear-gradient(
    to right,
    rgba(156, 221, 152, 1) 0%,
    rgba(120, 230, 217, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #f1f1f1;
  font-family: MetropolisRegular;
}

.btn-navigation-in-module {
  border-radius: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9cdd98+0,78e6d9+100 */
  background: #0b8396; /*rgb(138, 225, 184); /* Old browsers */
  background: linear-gradient(
    to right,
    rgba(156, 221, 152, 1) 0%,
    rgba(120, 230, 217, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.1);

  font-family: MarkOT;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
}

a.whitelink:link,
a.whitelink:visited,
a.whitelink:hover,
a.whitelink:active {
  color: #f1f1f1;
  font-family: MetropolisRegular;
  font-size: 12pt;
}

.legacy .row {
  margin-left: 0px;
  margin-right: 0px;
}

.legacy .col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.portivaReboot .row {
  margin-right: -15px;
  margin-left: -15px;
}

.portivaReboot .col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.shadow {
  -webkit-box-shadow: 0px 3px 5px 0px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 3px 5px 0px #ccc; /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 3px 5px 0px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.bold {
  font-weight: bold;
}

.inheritHeight {
  height: inherit;
}

.align-middle {
  vertical-align: middle !important;
}

body {
  height: calc(100% - 54px);
}

html,
.fullHeight,
.view,
.bodyBoxNavPanelColumn,
.navPanelInclude,
.bodyBoxWorkPanelColumn,
.tableCollumn,
.tableOuterSliderBox,
.tableOuterBox,
.bodyBox {
  height: 100%;
}

.bodyBoxNavPanelColumn,
.bodyBoxWorkPanelColumn {
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  position: relative;
  min-height: 1px;
}

.bodyBoxNavPanelColumn {
  width: 250px;
}

.bodyBoxWorkPanelColumn {
  width: calc(100% - 250px);
}

.appBox {
  height: 100%;
  margin-top: 54px; /* Margin in top to compensate for navigation menu */
}

/*.panel {
    border-width: 0px !important;
    margin-bottom: 0px !important;
}*/

.vr-color-foreground {
  color: #00becd;
}

.vr-color-text {
  color: #55595e;
  fill: #55595e;
}

.vr-color-warning {
  color: gold;
}

.vr-backgroundcolor-warning {
  color: red;
}

.navPanel {
  width: 100%;
  /*background-image: url('./assets/images/background_blue.png');
    background-repeat: repeat-x;
    background-size: contain;*/
  background: -webkit-linear-gradient(198deg, #00becd, #3a7e9a);
  background: -moz-linear-gradient(198deg, #00becd, #3a7e9a);
  background: linear-gradient(198deg, #00becd, #3a7e9a);
  color: white;
  margin-bottom: 0px;
}

.navBox {
  height: 100%;
}

.navSearch {
  height: 64px;
}

.navAppViews {
  height: 100px;
}

.navViewOption {
  height: calc(100% - 185px);
}

.navLogo {
  bottom: 0px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.navLogo > div {
  height: 60px;
}

.horizontalPadding {
  padding-left: 15px;
  padding-right: 15px;
}

.navBlocksBoxSettings {
  /*padding-left: 15px;
    padding-right: 15px;*/
  margin-top: 5px;
  margin-bottom: 5px;
}

.workPanel {
  width: 100%;
  background: transparent;
  background-color: #ffffff;
  background-repeat: repeat;
  height: 100%;
  margin-bottom: 0px;
}

/* .workPanel table > thead {
    color: #757575;
} */

.tableIcon {
  margin-right: 10px;
}

.unread {
  display: inline-block;
  background-image: url("./assets/images/background_red_circle.png");
  background-repeat: no-repeat;
  background-position-x: 11px;
  text-align: center;
  line-height: 22px;
}

.navHorizontalLine {
  height: 4px;
  background: transparent;
  background-image: url("./assets/images/background_horizontal_line.png");
  background-repeat: repeat-x;
}

.row-1 {
  height: 100%;
}

.row-2 {
  height: 50%;
}

.form-group {
  /*margin-bottom: 10px;
    margin-top: 10px;*/
}

.tableBody {
  width: 100%;
  table-layout: fixed;
}

.tableHeader th,
.tableBody td {
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  overflow: hidden;
}

.tableCollumn {
  padding-left: 2px;
  padding-right: 2px;
}

.tableOuterSliderBox {
  overflow: hidden;
  overflow-x: auto;
}

.tableOuterBox {
  /*min-width: 1085px;*/
  overflow: hidden;
}

.tableInnerSliderBox {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100% - 42px);
}

.tableHeader,
.tableBody {
  margin-bottom: 0px;
}

.tableHeader {
  width: 100%;
  table-layout: fixed;
  height: 30px;
}

.tableHeader thead {
  border-width: 1px;
  border-style: solid;
  border-color: #dbdbdb;
  background-color: #e3e7e7;
  line-height: 2.5em;
  margin-bottom: 2px;
}

/* Site specific badges */
span.trip-badge {
  background: #5a9090;
  padding: 1px 8px;
  border-radius: 5px;
  font-weight: 700;
  color: white;
  margin: 0px 3px;
}

.top15 {
  margin-top: 15px;
}

/*
    Navigation design per december 2018
*/
.sidebar {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 300px; /* Set the width of the sidebar Override with styles on local object*/
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  /* color: rgb(24, 24, 24);
    background-color: rgb(234, 237, 238); Black */
  background: -webkit-linear-gradient(198deg, #00becd, #3a7e9a);
  background: -moz-linear-gradient(198deg, #00becd, #3a7e9a);
  background: linear-gradient(198deg, #00becd, #3a7e9a);
  color: white;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px;
  border-right: solid 1px #cccccc;
  box-shadow: 2px 0px 10px 0px #ccc;
}

/* Style page content */
.main {
  margin-left: 300px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}

.mt-10 {
  margin-top: 10px;
}
button.form-control.portiva,
div.form-control.portiva,
.btn.portiva,
button.input-group.form-control.portiva,
.input-group.portiva div.form-control,
.input-group.portiva .btn {
  border-radius: 20px;
  background: #0b8396;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.1);
  font-family: MarkOT;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #ffffff;
}

.input-group.portiva .form-control,
.form-control.portiva {
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.1);
  font-family: MarkOT;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #202020;
}

.input-group.portiva .form-control:first-child,
.input-group.portiva .input-group-addon:first-child,
.input-group.portiva .input-group-btn:first-child > .btn,
.input-group.portiva .input-group-btn:first-child > .btn-group > .btn,
.input-group.portiva .input-group-btn:first-child > .dropdown-toggle,
.input-group.portiva
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group.portiva
  .input-group-btn:last-child
  > .btn-group:not(:last-child)
  > .btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group.portiva .form-control:first-child,
.input-group.portiva .input-group-addon:first-child,
.input-group.portiva .input-group-btn:first-child > .btn,
.input-group.portiva .input-group-btn:first-child > .btn-group > .btn,
.input-group.portiva .input-group-btn:first-child > .dropdown-toggle,
.input-group.portiva
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group.portiva
  .input-group-btn:last-child
  > .btn-group:not(:last-child)
  > .btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-group.portiva .input-group-btn:last-child > .btn,
.input-group.portiva .input-group-btn:last-child > .btn-group {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/*.input-group.portiva input[type="text"].form-control:first-child,
.input-group.portiva div.form-control:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}*/
/*.input-group.portiva input[type="text"].form-control:not(:first-child):not(:last-child),
.input-group.portiva .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0px;
}*/
/*.input-group.portiva input[type="text"].form-control:last-child,
.input-group.portiva .input-group-btn:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}*/
div.portiva-navPanel {
  height: 100%;
  width: 250px;
  float: left;
  background-color: #dfefff;
  background: -webkit-linear-gradient(198deg, #00becd, #3a7e9a);
  background: -moz-linear-gradient(198deg, #00becd, #3a7e9a);
  background: linear-gradient(198deg, #00becd, #3a7e9a);
  color: white;
}

/* Class to add button inside input element to the right */

.portiva-form-control-addon {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
}
.portiva-form-control-addon:hover {
  color: #4c736c;
}

/* Pulse boxshadow animation */
.pulse {
  /*background: #cca92c;*/
  box-shadow: 0 0 0 #ff0000;
  animation: pulse 1s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

div.widget-container {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2); 
    border: 1px solid #ddd; 
    border-radius: 3px; 
    width: 100%; 
    height: 100%; 
    overflow: hidden; 
    border-top: solid 3px #00becd; 
}
div.widget-head {
    padding: 15px;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif; 
    color: #172b4d; 
    font-style: normal; 
    font-size: 16px; 
    font-weight: 600; 
    line-height: 20px; 
    letter-spacing: -.096px;
    
}
div.widget-content {
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif; 
    color: #172b4d; 
    font-style: normal; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 20px; 
    letter-spacing: -.096px;
    margin: 15px
}
.custom-dialog {
    border-radius: 0px;
}

.custom-dialog .modal-header {
    color: #fff;
    background: -webkit-linear-gradient(to bottom, #00becd, #3a7e9a);
    background: -moz-linear-gradient(to bottom, #00becd, #3a7e9a);
    background: linear-gradient(to bottom, #00becd, #3a7e9a);
    border-bottom: none;
    cursor: pointer;
}
.custom-dialog .modal-footer {
    color: #fff;
    background-color: #A5CBD0;
    border-color: #000;
}
.navbar {
    height: 50px;
}

.vr-navbar-svg-logo {
    margin-top: 12px;
    height: 24px;
}

.vr-navbar-title {
    display: inline-block;
    margin: 9px 0px;
    float: none;
    font-size: 15pt; /* Changed from 18.5pt */
    font-family: MarkOT-Bold;
}

.navbar-default {
    width: 100%;
    background-image: url('./assets/images/background_blue.png');
    background-repeat: repeat-x;
    background-size: contain;
    background: -webkit-linear-gradient(#eff4f6, #e4e9eb);
    background: -moz-linear-gradient(#eff4f6, #e4e9eb);
    background: linear-gradient(#eff4f6, #e4e9eb);
    border-bottom: solid 2px #e4e9eb;
    line-height: normal;
}

nav.navbar-default {
    box-shadow: 0 2px 13px 0 rgba(77, 78, 83, 0.3);
}

.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-brand {
    font-family: MarkOT-Bold;
    font-weight: bold;
    color: white;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    font-family: MarkOT-Bold;
    color: #ffffff;
}

.navbar-default .navbar-title {
    font-size: 18pt;
    font-family: MarkOT-Bold;
    display: inline-block;
    margin: 10px 0px;
}

.navbar-default .navbar-subtitle {
    font-size: 14pt;
    font-family: MarkOT-Bold;
    margin: 15px 0px;
}

.navbar-default .navbar-text {
    float: none;
    font-size: 10.5pt;
    font-family: MarkOT-Bold;
    margin: 15px 0px;
}

.navbar-default .navbar-text a:link, .navbar-text a:visited, .navbar-text a:hover, .navbar-text a:active {
    color: #55595e;
}

.navbar-default .dropdown,
.navbar-default .warningIcon {
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 15px;
    margin-top: 0px;
}

    .navbar-default .dropdown .profileIcon {
        display: inline;
        padding: 5px 10px;
        background-image: url('./assets/icons/Profile.png');
        background-repeat: no-repeat;
    }

.navbar-default .warningIcon {
    display: inline;
    padding: 1px 10px;
}

.navbar-default .dropdown .userName {
    display: inline;
    padding-left: 7px;
}

.navbar-default .dropdown .dropbtn {
    background: none;
    float: right;
    border: none;
    cursor: pointer;
    margin-bottom: 15px;
}

.button {
    cursor: pointer;
}

.button:hover {
    background-color: #f1f1f1
}

.navbar-default .dropdown .dropdown-content {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .navbar-default .dropdown .dropdown-content div {
        /*color: black;*/
        padding: 6px 16px 3px 32px;
        margin: 10px 0px 7px 0px;
        /*text-decoration: none;
        display: block;*/
    }

    .navbar-default .dropdown .dropdown-content a:hover {
        background-color: #f1f1f1
    }

    .navbar-default .dropdown .dropdown-content .navbar-title {
        margin: 15px 0px 7px 0px;
    }

    .navbar-default .dropdown .dropdown-content .navbar-text {
        margin: 0px;
    }

.navbar-default .dropdown:hover .dropdown-content {
    display: block;
}

.navbar-default .dropdown:hover .dropbtn {
    background: none;
}

.dropdown-menu > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.login-form-group {
    width: 300px;
    display: table;
    margin: 0 auto;
    padding-bottom: 15px;
}

.login-btn-portal {
    width: 300px;
}

.login-label {
    display: none;
}

.login-text-center {
    text-align: center;
    display: block;
}

.login-form-control {
    border-radius: 20px;
    font-family: MetropolisRegular;
}

.login-background {
    background: rgb(42, 161, 161);
    background: -webkit-linear-gradient(241deg, #00becd, #3a7e9a);
    background: -moz-linear-gradient(241deg, #00becd, #3a7e9a);
    background: linear-gradient(241deg, #00becd, #3a7e9a);
}


.jt-vr {
    height: 435px;
    background-image: url(./assets/images/VR_Cover.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}

.jt-vr-splash {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.jt-vr-menu {

}


.navbar-default {
    background: -webkit-linear-gradient(to bottom, #00becd, #3a7e9a);
    background: -moz-linear-gradient(to bottom, #00becd, #3a7e9a);
    background: linear-gradient(to bottom, #00becd, #3a7e9a);
    border-bottom: none;
}

.jt-vr-menu a:link {
    color: black;
}
.jt-vr-menu a:visited {
    color: black;
}
.jt-vr-menu a:hover {
    color: black;
}
.jt-vr-menu a:active {
    color: black;
}

.logo-white {
    display: block !important;
}

.logo-blue {
    display: none !important;
}

.vr-color-text {
    color: #ffffff;
    fill: #ffffff;
}

.navbar-text a:link, .navbar-text a:visited, .navbar-text a:hover, .navbar-text a:active {
    color: #ffffff;
}

.navbar-default .dropdown .dropbtn {
    color: #ffffff;
}

.navbar-default .dropdown .profileIcon {
    background-image: url('./assets/icons/Profile_White.png');
}

.vls-treeViewBox {
    overflow: auto;
    height: calc(100% - 35px);
    max-height: calc(100% - 35px);
    min-height: 150px;
}

.vls-csv-button {
    background-image: url(./assets/icons/CSV_Download_Green.svg); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat; /* make the background image appear only once */
    background-position: 0px 0px; /* equivalent to 'top left' */
    border: none; /* assuming we don't want any borders */
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    height: 28px; /* make this the size of your image */
    padding-left: 20px; /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.generatorContent {
	background-color: white;
	border:solid 1px grey;
}

.fileFormWidth {
	width:40%;
}

.processRows {
	height: 100px;
	overflow-y: scroll;
	cursor: pointer;
}

.processRows p:nth-child(even) {
	background-color: lightgrey;
}



table.vlsRecieptTable > tbody > tr > td {
    white-space: nowrap;
    text-overflow: ellipsis;
}
table.vlsRecieptTable > tbody > tr > td.vls-label {
    width: 250px;
}
table.vlsRecieptTable > tbody > tr > td.path {
    width: 250px;
}
table.vlsRecieptTable > tbody > tr > td.published {
    width: 90px;
}
table.vlsRecieptTable > tbody > tr > td.vls-unread {
    width: 90px; 
    cursor: pointer;   
}

.vlsNavigationMenu {
    cursor: pointer;
}
.vlsNavigationMenu>div {
    margin: 5px 0px 5px 15px;
}

.vlsNavigationMenuSelected {
    background-color: #d8d8d8;
    color: black;
}



div.mydocs-wrapper {
    min-width:  1200px;
}
table.mydocs {
    margin-bottom: -1px;
}
div.table-header-wrapper {
    padding-right: 12px;
}
table.mydocs thead tr th:last-child {
    margin-right: 15px;
}
table.mydocs .headers:nth-child(2) {
    margin-top: 10px;
}
table.mydocs thead tr th,
table.mydocs tbody tr td {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}

table.mydocs tbody tr td.icon {
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    /* background-color: brown;
    color: white; */
} 

table.mydocs thead tr th.name{
    width: 355px;
    min-width: 355px;
    max-width: 355px;
    /* background-color: greenyellow;     */
} 
table.mydocs tbody tr td.name {
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    /* background-color: grey;     */
} 

table.mydocs thead tr th.version,
table.mydocs tbody tr td.version {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    /* background-color: yellow; */
} 

table.mydocs thead tr th.process,
table.mydocs tbody tr td.process {
    width: 240px;
    min-width: 240px;
    max-width: 240px;
    /* background-color: grey;     */
} 


table.mydocs thead tr th.published,
table.mydocs tbody tr td.published {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    /* background-color: burlywood; */
} 

table.mydocs thead tr th.startdate,
table.mydocs tbody tr td.startdate {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    font-weight: bold;
    /* background-color: forestgreen; */
} 
table.mydocs thead tr th.enddate,
table.mydocs tbody tr td.enddate {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    font-weight: bold;
    /* background-color: lightcoral; */
} 

table.mydocs thead tr th.read-receipt,
table.mydocs tbody tr td.read-receipt {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    /* background-color: blue;
    color: white; */
} 

table.mydocs .isNotRead {
    font-weight: bolder;
}




/* .mydocsOperational */
.review-user-history .title{
    width: auto;
}
.review-user-history .process {
    width: 250px;
}
.review-user-history .modified {
    width: 100px;
}
.review-user-history .is-mandatory {
    width: 125px;
}
.review-user-history .is-read {
    width: 150px;
}
.review-user-history .is-checked {
    width: 100px;
}
.wrapper {
}

table.treeview {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 0px;
    padding-right: 0px;
    /*font-size: 5.5pt;*/
}

.table-nested {
    text-align: left;
}

    .table-nested th, .table-nested td {
        padding: 0;
    }

        .table-nested th + th, .table-nested th + td, .table-nested td + th, .table-nested td + td {
            padding-left: 5px;
        }

    .table-nested td {
        border-top: 0px solid;
    }

        .table-nested td[colspan] {
            border: none;
        }

    .table-nested .cell-input {
        width: 20px;
        border-right: 0px;
    }

    .table-nested .cell-members {
    }

    .table-nested .indent {
        display: inline;
        float: left;
    }

.table-stasted .text-indent {
    display: inline;
}

.table-nested .parent > .cell-name {
    cursor: pointer;
    padding-left: 20px;
}

    .table-nested .parent > .cell-name > .indent {
        margin-right: 5px;
        font-weight: normal;
    }

.nosubs {
    padding-left: 20px !important;
}

.parent-row {
    width: 5px;
    height: 15px;
}

.table-nested .parent > .cell-name > .indent:before {
    /*content: url("./assets/icons/Tree_expand.png");*/
    background-image: url('./assets/icons/Tree_expand.png');
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
}

.table-nested .children {
    display: none;
}

.table-nested .opened > tr > .cell-name > .indent:before {
    /*content: url("./assets/icons/Tree_collapse.png");*/
    background-image: url('./assets/icons/Tree_collapse.png');
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    content: '';
}

.table-nested .opened > .children {
    display: table-row;
}

.equipmentregister input.mandatory, 
.equipmentregister textarea.mandatory, 
.equipmentregister select.mandatory {
    border-left: 3px solid #0069FF;
}
.equipmentRegister table tr.selectable{
    cursor: pointer;
}

.equipmentRegister div.table-div{
    overflow: scroll;
    min-height: 500px;
    max-height: 800px;
}


select.verify-edit-dialog-activity {
    width: 100%;
    border-radius: 5px;
}
select.verify-edit-dialog-activity:disabled {
    background-color: #dddcdc82;
}
select.verify-edit-dialog-tempError {
    border: solid 2px #f28f8f;
    background-color: #f2f2d6;
}
.inchecking-button {
    background-color: #00becd;
    border: none;
    border-radius: 10px;
}

.inchecking-table-hdr {
    word-wrap: break-word;
    padding-left:0px;
}
div.checkin-table-header {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}
div.checkin-table-header > span{
    padding: 0px 10px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}
div.checkin-table-header > span:not(:first-child) {
    margin-left: -5px;
}

/*.text-center {
    text-align: center;
    display: block;
    margin: auto;
}*/
.text-large{
    font-size: 1.2em;
}

.inchecking-checked-in {
    color: #34bf4e;
}
.inchecking-checked-none {
    color: #df4848;
    cursor: pointer;
}
.inchecking-not-checked-out {
    color: #9c9c9c;
    cursor: pointer;
}
.inchecking-checked-out {
    color: #34bf4e;
}
.checkin-sort-hilite {
    text-decoration: underline;
    text-decoration-style: double;
}
table.table-checkin thead tr th {
    white-space: nowrap;
}
table.table-checkin thead tr th[class*="sortable"] {
    cursor: pointer;
}


.modal-tripinfo-table > thead > tr > th, 
.modal-tripinfo-table > tbody > tr > td {
    white-space: nowrap;
}

modal-tripinfo-table > thead > tr {
    padding: 15px 0px;
}
modal-tripinfo-table > tbody > tr > td:first-child {
    padding-left: 15px;
}
modal-tripinfo-table > tbody > tr > td:last-child
{
    padding-right: 15px;
}
.personal-button {
    background-color: #00becd;
    border: none;
    border-radius: 10px;
}

.personal-table-hdr {
    word-wrap: break-word;
    padding-left: 0px;
}

/*.text-center {
    text-align: center;
    display: block;
    margin: auto;
}*/
.text-large{
    font-size: 1.2em;
}

.personal-checked-in {
    color: #34bf4e;
}
.personal-checked-none {
    color: #df4848;
}

.personal-train-nr {
    padding-right:2px;
    display:inline-block;
    white-space:normal;
}

.personal-trip-actual-badge {
    background: #3f87a6;
    padding: 1px 8px;
    border-radius: 5px;
    font-weight: 700;
    margin: 0px 3px;
    color: white;
    text-decoration: none;
}

.personal-trip-outdated-badge {
    background: #cec6c2;
    padding: 1px 8px;
    border-radius: 5px;
    font-weight: 700;
    margin: 0px 3px;
    color: white;
    text-decoration: none;
}

.personal-dlg-header {
    background: linear-gradient(#eff4f6, #e4e9eb);
    padding-left: 5px;
}
.personal-dlg-header-icon {
    color: rgb(0, 190, 205);
}

.personal-dlg-train-icon {
    display:inline-block;
    color: rgb(0, 190, 205);
} 

.personal-dlg-header-text {
    color: dimgray;
}

.personal-tbl {
    font-size: 13px;
}

.personal-tbl-header {
    word-wrap: break-word;
    padding-left: 0px;
}

.personal-tbl-row {
    word-wrap: break-word;
}

table.table-staffOverview > thead > tr > th {
    white-space: nowrap;
}
table.table-staffOverview tr th[class*="sortable"] {
    cursor: pointer;
}
table.table-staffOverview thead tr th.hilite{
    text-decoration: underline;
    text-decoration-style: double;
}
.staffoverview-table-expand-disable {
    color: #dadada;
}



.table-staffOverview th[name="staffOverviewColumnSortDirection"],
.table-staffOverview td[name="staffOverviewColumnSortDirection"]
{
    width: 30px;
}
.table-staffOverview th[name="staffOverviewColumnName"],
.table-staffOverview td[name="staffOverviewColumnName"]
{
    /* width: 13%; */
}
.table-staffOverview th[name="staffOverviewColumnEmployeeNumber"],
.table-staffOverview td[name="staffOverviewColumnEmployeeNumber"]
{
    width: 5%;
}
.table-staffOverview th[name="staffOverviewColumnTitle"],
.table-staffOverview td[name="staffOverviewColumnTitle"]
{
    width: 7%;
}
.table-staffOverview th[name="staffOverviewColumnDuty"],
.table-staffOverview td[name="staffOverviewColumnDuty"]
{
    width: 5%;
}
.table-staffOverview th[name="staffOverviewColumnLocationStart"],
.table-staffOverview td[name="staffOverviewColumnLocationStart"]
{
    width: 7%;
}
.table-staffOverview th[name="staffOverviewColumnTimeStart"],
.table-staffOverview td[name="staffOverviewColumnTimeStart"]
{
    width: 7%;
}
.table-staffOverview th[name="staffOverviewColumnTimeEnd"],
.table-staffOverview td[name="staffOverviewColumnTimeEnd"]
{
    width: 7%;
}
.equipmentRegisterVerifyHilite {
    border: solid 2px red;
    background-color: #f3d083;
    border-radius: 10px;
}
/* New message design */
.panelReset .panel {
    margin-bottom: 20px !important;
    border-width: 1px !important;
}


/* Message list*/
.table-message-list tr.expired {
	color: #868686;
	background-color: #f5f5f5;
}
.table-message-list tbody tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.messageEditPanelHilite {
    font-weight: bold;
}

.require button[ng-click^="select(null)"] {
    display: none;
}

.form-warning input {
    background-color: #ffd3d3;
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    animation-name: form-warning-pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
tr.message-list-row.active td {
	font-weight: bold !important; 
	background-color: #ffffff !important;
}
tr.message-list-row.expired td {
	background-color: #f5f5f5 !important;
}

.active span.message-label {
	background-color: #0ca2aa;
}
.expired span.message-label {
	background-color: #cfcfcf;
}

/* .table-message-list thead tr th.channels,
.table-message-list thead tr th.expand,
.table-message-list thead tr th.subject,
.table-message-list thead tr th.recipients,
.table-message-list thead tr th.sent,
.table-message-list thead tr th.validto,
.table-message-list thead tr th.status
{
    
} */
.table-message-list thead tr th.channels {
    width: 80px;
    overflow: hidden;
}
.table-message-list thead tr th.expand {
    width: 25px;
    overflow: hidden;
}
.table-message-list thead tr th.subject {
}
.table-message-list thead tr th.recipients {
    width: 200px;
    overflow: hidden;
}
.table-message-list thead tr th.sent {
    width: 130px;
    overflow: hidden;
}
.table-message-list thead tr th.validto {
    width: 130px;
    overflow: hidden;
}
.table-message-list thead tr th.status {
    width: 80px;
    overflow: hidden;
}

.table-message-list tbody tr {
    cursor: pointer;
}

.table-message-list tbody tr td.subject {
    max-width: 100px;
}

@keyframes form-warning-pulse {
    0% {
        background-color: #ffd3d3;
    }

    50% {
        background-color: #ffffff;
    }

    100% {
        background-color: #222;
    }
}
.custom-dialog .modal-dialog {
    height: 80%;
    width: 80%;
    max-width: 1500px;
}

.legacy .nav-bottom-obj {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 30px);
}

.duty-details-dialog {
    
}
.dutydetails-dialog-table > thead > tr > th,
.dutydetails-dialog-table > tbody > tr > td {
    white-space: nowrap;
}
.dutydetails-dialog-table > thead > tr > th[name="activity"] {
    width: 100%;
}

.dutydetails-dialog-table > tbody > tr > td [name="vehicle"]{
    white-space: nowrap;
    background-color: #50b5c4;
    color: white;
    padding: .25em 0.75em;
    margin: .25em;
    display: inline;
    font-size: 1.0em;
    font-weight: bold;
    border-radius: 0.3em;
}
.dutydetails-dialog-table > tbody > tr > td [name="vehicle"]:last-child{
    border-top-right-radius: 1.4em;
}

/* .duty-details-dialog {
    
}
.dutydetails-dialog-table > thead > tr > th,
.dutydetails-dialog-table > tbody > tr > td {
    white-space: nowrap;
}
.dutydetails-dialog-table > thead > tr > th[name="activity"] {
    width: 100%;
}

.dutydetails-dialog-table > tbody > tr > td [name="vehicle"]{
    white-space: nowrap;
    background-color: #50b5c4;
    color: white;
    padding: .25em 0.75em;
    margin: .25em;
    display: inline;
    font-size: 1.0em;
    font-weight: bold;
    border-radius: 0.3em;
} */

.workday-calendar-wrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: minmax(165px, 1fr);
    grid-gap: 25px  10px;
    
}
.workday-calendar-repeat {
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 10px #9f9d9d;
    overflow: hidden;
    border: solid 2px white;
}

.workday-current-date {
    background-color: #e2fbd8;
    border: solid 2px #98c818;
}

.workday-calendar-weeknumber {
    padding-top: 5px;
    text-align: left;
    font-weight: bold;
    font-family: MarkOT;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    opacity: 0.7;
    color: #4d4e53;
    height: 25px;
}
.workday-calendar-weekselector {
    text-align: center;
}
.workday-calendar-weekselector > div{
    display: inline-block;
    text-align: center;
}
.workday-calendar-weekselector > div.week-number{
    width: 60px;
    font-size: 1.9em;    
}
.workday-calendar-weekselector > .button{
    cursor: pointer;
    width: 30px;
}

/* @media (max-width: 999px) and (max-height: 649px) */

table.position-list thead tr th[class*="sortable"] {
    cursor: pointer;
}
table.position-list thead tr th.hilite{
    text-decoration: underline;
    text-decoration-style: double;
}
table.position-list > tbody > tr > td[name="name"],
table.position-list > tbody > tr > td[name="work-title"],
table.position-list > tbody > tr > td[name="employee-number"] {
    white-space: nowrap;
}

table.position-list a {
    cursor: pointer;
}


.tile-placeholder {
    border-radius: 3px;
    display: inline-block;
    width: 13.5%;
    height: 100%;
    margin: 0px 2px;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    overflow: hidden;
}

.tile {
    height: 100%;
    width: 100%;
}

.tile-noCurrentMonth {
    background-color: #bab9b9;
}

.tile-currentMonth {
    background-color: white;
}

.tile-today {
    background-color: #e2fbd8; /*#f8ffe4;*/
    border: solid 2px #98c818;
}

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

.tile-weekNumber {
    text-align: left;
    font-weight: bold;
    font-family: MarkOT;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    opacity: 0.7;
    color: #4d4e53;
}

.tile-dayNumber {
    text-align: left;
}

.first-calendar-nav-controller {
    margin-left: 36%;
}

.calendar-nav-controller {
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    line-height: 19.99px;
    min-height: 1px;
    position: relative;
    width: 8.33%
}

.tile-currentWeekNumber,
.tile-dayNumber {
    font-weight: bold;
    font-family: MarkOT;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #4d4e53;
}

.tile-month {
    text-transform: capitalize;
    font-family: MarkOT;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #4d4e53;
}

.tile-day {
    text-transform: capitalize;
    font-family: MarkOT;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #55595e;
    opacity: 0.7;
}

.tile-firstDuty,
.tile-secondDuty {
    text-transform: capitalize;
    font-family: MarkOT;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #4d4e53;
}

.dateMagnifier {
    color: #00becd;
}


.tile-row_1 {
    position: relative;
}

.tile-row_2 {
    position: relative;
}


.tile-message {
    text-transform: capitalize;
    opacity: 0.7;
    font-family: MarkOT;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #55595e;
}

.tile-info {
    height: 100%;
    position: relative;
}

.tile-time {
    font-family: MarkOT;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #55595e;
}

.tile-station {
    opacity: 0.7;
    font-family: MarkOT;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #55595e;
}

.oldTrain-number {
    color: #4d4e53;
}

.poslist-trip-actual-badge {
    background: #3f87a6;
    padding: 1px 8px;
    border-radius: 5px;
    font-weight: 700;
    margin: 0px 3px;
    color: white;
    text-decoration: none;
}

.poslist-trip-outdated-badge {
    background: #cec6c2;
    padding: 1px 8px;
    border-radius: 5px;
    font-weight: 700;
    margin: 0px 3px;
    color: white;
    text-decoration: none;
}

/*.poslist-trip-badge a:link {
    color: white;
    text-decoration: none;
}

.poslist-trip-badge a:visited {
    color: white;
    text-decoration: none;
}

.poslist-trip-badge a:hover {
    color: white;
    text-decoration: none;
}

.poslist-trip-badge a:active {
    color: white;
    text-decoration: none;
    font-weight: bold;
}*/


@media (min-width: 1000px ) and (min-height: 650px) {

    .tile-weekNumber {
        font-size: 14px;
        padding-top: 5px;
        padding-left: 3px;
    }

    .tile-row_1 {
        line-height: normal;
        height: 60%;
        border-bottom: solid 1px #9f9d9d;
        max-height: 53px;
    }

    .tile-row_2 {
        height: 40%;
    }

    .tile-firstDateRow {
        position: absolute;
        top: 2px;
        left: 0px;
        padding-left: 3px;
    }

    .tile-secondDateRow {
        position: absolute;
        top: 20px;
        left: 0px;
        padding-left: 3px;
    }

    .tile-dutyRow {
        position: absolute;
        top: 37px;
        left: 0px;
        padding-left: 3px;
        width: 100%
    }

    .tile-dutyRowToday {
        position: absolute;
        top: 36px;
        left: 0px;
        padding-left: 3px;
        width: 100%
    }

    .tile-currentWeekNumber,
    .tile-dayNumber {
        font-size: 22px;
    }

    .tile-month {
        font-size: 14px;
    }

    .tile-day {
        font-size: 10px;
    }

    .tile-firstDuty,
    .tile-secondDuty {
        font-size: 11px;
        width: 50%;
        display: inline-block;
    }

    .tile-dateMagnifier {
        position: absolute;
        top: 3px;
        right: 0px;
        padding-right: 3px;
    }

        .tile-dateMagnifier span {
            font-size: 18.66px;
        }

    .tile-message {
        padding-left: 5px;
        font-size: 12px;
    }

    .tile-tripFirstRow,
    .tile-tripFirstRowDoubble {
        position: absolute;
        top: 5%;
        left: 0px;
        padding-left: 3px;
        width: 100%;
    }

    .tile-tripLastRow,
    .tile-tripLastRowDoubble {
        position: absolute;
        top: 50%;
        left: 0px;
        padding-left: 3px;
        width: 100%;
    }

    .tile-time {
        font-size: 11px;
        line-height: 0.8em;
    }

    .tile-station {
        font-size: 10px;
        line-height: 0.8em;
    }
}

@media (max-width: 999px) and (min-height: 650px) {

    .tile-weekNumber {
        font-size: 14px;
        padding-top: 5px;
        padding-left: 3px;
    }

    .tile-row_1 {
        line-height: normal;
        height: 60%;
        border-bottom: solid 1px #9f9d9d;
        max-height: 53px;
    }

    .tile-row_2 {
        height: 40%;
    }

    .tile-firstDateRow {
        position: absolute;
        top: 2px;
        left: 0px;
        padding-left: 0.3vw;
    }

    .tile-secondDateRow {
        position: absolute;
        top: 20px;
        left: 0px;
        padding-left: 0.3vw;
    }

    .tile-dutyRow {
        position: absolute;
        top: 37px;
        left: 0px;
        padding-left: 0.3vw;
        width: 100%
    }

    .tile-dutyRowToday {
        position: absolute;
        top: 36px;
        left: 0px;
        padding-left: 0.3vw;
        width: 100%
    }

    .tile-currentWeekNumber,
    .tile-dayNumber {
        font-size: 22px;
    }

    .tile-month {
        font-size: 14px;
    }

    .tile-day {
        font-size: 10px;
    }

    .tile-firstDuty,
    .tile-secondDuty {
        font-size: 11px;
        width: 50%;
        display: inline-block;
    }

    .tile-dateMagnifier {
        position: absolute;
        top: 3px;
        right: 0px;
        padding-right: 0.3vw;
    }

        .tile-dateMagnifier span {
            font-size: 13.13px;
        }

    .tile-message {
        padding-left: 5px;
        font-size: 12px;
    }

    .tile-tripFirstRow {
        position: absolute;
        top: 5%;
        left: 0px;
        padding-left: 2vw;
        width: 100%
    }

    .tile-tripFirstRowDoubble {
        position: absolute;
        top: 5%;
        left: 0px;
        padding-left: 0.3vw;
        width: 100%;
    }

    .tile-tripLastRow {
        position: absolute;
        top: 50%;
        left: 0px;
        padding-left: 2vw;
        width: 100%;
    }

    .tile-tripLastRowDoubble {
        position: absolute;
        top: 50%;
        left: 0px;
        padding-left: 0.3vw;
        width: 100%
    }

    .tile-time {
        font-size: 11px;
        line-height: 0.8em;
    }

    .tile-station {
        display: none;
    }
}

@media (min-width: 1000px ) and (max-height: 649px) {

    .tile-weekNumber {
        font-size: 14px;
        padding-top: 5px;
        padding-left: 3px;
    }

    .tile-row_1 {
        line-height: normal;
        height: 45%;
        border-bottom: solid 1px #9f9d9d;
        min-height: 40px;
    }

    .tile-row_2 {
        height: 55%;
    }

    .tile-firstDateRow {
        position: absolute;
        top: 2px;
        left: 0px;
        padding-left: 3px;
    }

    .tile-secondDateRow {
        display: none;
    }

    .tile-dutyRow {
        position: absolute;
        top: 25px;
        left: 0px;
        padding-left: 3px;
        width: 100%
    }

    .tile-dutyRowToday {
        position: absolute;
        top: 24px;
        left: 0px;
        padding-left: 3px;
        width: 100%
    }

    .tile-currentWeekNumber,
    .tile-dayNumber {
        font-size: 22px;
    }

    .tile-month {
        font-size: 14px;
    }

    .tile-day {
        font-size: 10px;
    }

    .tile-firstDuty,
    .tile-secondDuty {
        font-size: 11px;
        width: 50%;
        display: inline-block;
    }

    .tile-dateMagnifier {
        position: absolute;
        top: 3px;
        right: 0px;
        padding-right: 3px;
    }

        .tile-dateMagnifier span {
            font-size: 13.13px;
        }

    .tile-message {
        padding-left: 5px;
        font-size: 12px;
    }

    .tile-tripFirstRow {
        position: absolute;
        top: 5%;
        left: 0px;
        padding-left: 3px;
        width: 100%;
    }

    .tile-tripFirstRowDoubble {
        position: absolute;
        top: 5%;
        left: 0px;
        padding-left: 3px;
        width: 100%;
    }

    .tile-tripLastRow {
        position: absolute;
        top: 50%;
        left: 0px;
        padding-left: 3px;
        width: 100%;
    }

    .tile-tripLastRowDoubble {
        position: absolute;
        top: 50%;
        left: 0px;
        padding-left: 3px;
        width: 100%
    }


    .tile-time {
        font-size: 11px;
        line-height: 0.8em;
    }

    .tile-station {
        font-size: 10px;
        line-height: 0.8em;
    }
}

@media (max-width: 999px) and (max-height: 649px) {

    .tile-weekNumber {
        font-size: 14px;
        padding-top: 5px;
        padding-left: 3px;
    }

    .tile-row_1 {
        line-height: normal;
        height: 50%;
        border-bottom: solid 1px #9f9d9d;
        max-height: 40px;
    }

    .tile-row_2 {
        height: 50%;
    }

    .tile-firstDateRow {
        position: absolute;
        top: 0.2vh;
        left: 0px;
        padding-left: 0.3vw;
    }

    .tile-secondDateRow {
        display: none;
    }

    .tile-dutyRow {
        position: absolute;
        top: 4.1vh;
        left: 0px;
        padding-left: 0.3vw;
        width: 100%
    }

    .tile-dutyRowToday {
        position: absolute;
        top: 4.05vh;
        left: 0px;
        padding-left: 0.3vw;
        width: 100%
    }

    .tile-currentWeekNumber,
    .tile-dayNumber {
        font-size: 22px;
    }

    .tile-month {
        font-size: 14px;
    }

    .tile-day {
        font-size: 11px;
    }

    .tile-firstDuty,
    .tile-secondDuty {
        font-size: 11px;
        width: 50%;
        display: inline-block;
    }

    .tile-dateMagnifier {
        position: absolute;
        top: 0.3vh; /*0,1vw*/
        right: 0px;
        padding-right: 0.3vw;
    }

        .tile-dateMagnifier span {
            font-size: 13.13px;
        }

    .tile-message {
        padding-left: 5px;
        font-size: 12px;
    }

    .tile-tripFirstRow {
        position: absolute;
        top: 1.93px;
        left: 0px;
        padding-left: 2vw;
        width: 100%
    }

    .tile-tripFirstRowDoubble {
        position: absolute;
        top: 1.93px;
        left: 0px;
        padding-left: 0.3vw;
        width: 100%;
    }

    .tile-tripLastRow {
        position: absolute;
        top: 19.38px;
        left: 0px;
        padding-left: 2vw;
        width: 100%;
    }

    .tile-tripLastRowDoubble {
        position: absolute;
        top: 19.38px;
        left: 0px;
        padding-left: 0.3vw;
        width: 100%
    }

    .tile-time {
        font-size: 11px;
        line-height: 0.8em;
    }

    .tile-station {
        display: none;
    }
}

.popup-dutyName,
.popup-duty-time,
.popup-duty-position {
    font-family: MarkOT;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
}

.popup-dutyName {
    color: #4d4e53;
}

.popup-duty-time,
.popup-duty-position {
    color: #55595e;
}

.popup-duty-position {
    opacity: 0.7;
}

.popup-dutyName,
.popup-duty-position {
    text-transform: capitalize;
}

/*.tile-info-table {
    line-height: 1em;
}

    .tile-info-table tr:first-child td {
        padding-top: 2px;
    }

    .tile-info-table tr td {
        text-align: left;
        padding-left: 5px;
    }

        .tile-info-table tr td:first-child {
            width: 10%;
            text-align: center;
        }

.tile-time-spacer {
    line-height: 0.7em;
}

.tile-time-spacer-text {
    line-height: 0.1em;
    font-size: 0.8em;
    font-weight: bold;
    vertical-align: text-top;
}*/
/*.magnifier:hover {
        color: yellow;
    }*/
.trip-item {
    cursor: pointer;
    color: white;
    margin-right: 4px;
    background-color: #3f87a6;
    border-radius: 5px;
    padding: 1px 4px 1px 4px;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 4px;
    display: inline-block;
}
.trip-item.started {
    color: yellow;
}
.trip-item.passed {
    background-color: #cec6c2;
    color: white;
}

.workday-positionlist-orderby.ascending {
    text-decoration: underline;

}
.workday-positionlist-orderby.ascending::before{
    
}
.workday-positionlist-orderby.descending {
    text-decoration: overline;

}
.workday-positionlist-orderby.descending::before {


}


div.calendar-tile {
    height: 100%;
    width: 100%;

}
div.calendar-tile-datum-box {
    border-bottom: solid 1px #9f9d9d;
    padding: 2px;
}
div.calendar-tile-datum-box[daytype='6'] {
    background-color: #d9dfff;
}
div.calendar-tile-datum-box[daytype='7'] {
    background-color: #ffc2c2;
}
span.calendar-tile-day-number {
    font-size: 22px;
    font-weight: bold;
    font-family: MarkOT;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #4d4e53;
    text-align: left;
}
div.calendar-tile-day-name {
    font-size: 10px;
    text-transform: capitalize;
    font-family: MarkOT;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #55595e;
    opacity: 0.7;
}
div.calendar-tile-message {
    padding-left: 5px;
    font-size: 12px;
    text-transform: capitalize;
    opacity: 0.7;
    font-family: MarkOT;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #55595e;
}
div.calendar-tile-time {
    font-size: 11px;
    line-height: 0.8em;
    font-family: MarkOT;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #55595e;
}
div.calendar-tile-clickable {
    cursor: pointer;
}
div.calendar-tile-clickable:hover{
    background-color: #95c3f1;
}
.Textfield {
  border: 0;
  background: none;
  border-radius: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-width: 1px;
  height: 40px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  transition: all 0.2s ease;
}

.Textfield:focus {
  border-color: rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.6);
  outline: 0;
}

.portiva-uglify .Textfield {
  background: #fff;
  height: 34px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  border: 0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.portiva-uglify .Textfield:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input[type='checkbox'].Toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 40px;
  height: 18px;
  border-radius: 18px;
  background: none;
  border: 2px solid rgba(0, 0, 0, 0.4);
  user-select: none;
  cursor: pointer;
}

input[type='checkbox'].Toggle:focus {
  outline: 0;
}

input[type='checkbox'].Toggle:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  background: rgba(0, 0, 0, 0.6);
  transition: transform 0.3s cubic-bezier(0.07, 0.95, 0, 1),
    background 0.3s cubic-bezier(0.07, 0.95, 0, 1);
}

input[type='checkbox'].Toggle:checked {
  background: #4c4c4c;
  border-color: #4c4c4c;
}

input[type='checkbox'].Toggle:checked:before {
  background: #fff;
  transform: translateX(21px);
}

.u-floatRight {
  float: right !important;
}

.u-fullWidth {
  width: 100% !important;
  flex: 1 !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-pb-4 {
  padding-bottom: 4px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pl-4 {
  padding-left: 4px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-secondaryColor {
  color: rgba(0, 0, 0, 0.4) !important;
}

.u-secondaryColor--dark {
  color: rgba(0, 0, 0, 0.5) !important;
}

.u-secondaryColor--darker {
  color: rgba(0, 0, 0, 0.7) !important;
}


.u-textLight {
  font-weight: 300 !important;
}

.u-textNormal {
  font-weight: 400 !important;
}

.u-textBold {
  font-weight: 700 !important;
}

.u-textUppercase {
  text-transform: uppercase !important;
}

.u-textSmall {
  font-size: 11px !important;
}


.u-divider {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.08);
  height: 1px;
}

.u-scrollbar::-webkit-scrollbar {
  width: 12px;
  background: rgba(#000, 0.05);
}

.u-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(#000, 0.1);
}

.u-scrollbar--hidden::-webkit-scrollbar {
  display: none;
}

.u-scrollbar--hidden::-webkit-scrollbar-track {
  display: none;
}

.u-scrollbar--hidden::-webkit-scrollbar-thumb {
  display: none;
}

.Button {
  vertical-align: top;
  background: #fff;
  border: 0;
  box-shadow: 0 2px 8px rgba(12, 12, 13, 0.1);
  border-radius: 0;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 32px;
  padding: 0 20px;
  height: 32px;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.15s cubic-bezier(0.07, 0.95, 0, 1),
    color 0.25s cubic-bezier(0.07, 0.95, 0, 1),
    box-shadow 0.15s cubic-bezier(0.07, 0.95, 0, 1);
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  outline: none;
  position: relative;
  transform: translateZ(0);
  background-clip: padding-box;
  min-width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.Button i {
  line-height: 32px;
}
.Button--circle {
  border-radius: 50%;
  min-width: auto;
  width: 32px;
}
.Button:focus,
.Button:hover,
.Button:active {
  box-shadow: 0 1px 4px rgba(12, 12, 13, 0.1);
}
.Button:focus:before,
.Button:hover:before,
.Button:active:before {
  opacity: 0.02;
}
.Button:active:before {
  opacity: 0.1;
}
.Button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 1;
}
.Button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
  width: 18px;
  opacity: 0;
  transition: transform 0.2s ease;
  z-index: 1;
  border-width: 3px;
  border-style: solid;
  border-color: #00b6c7;
  outline: 1px solid rgba(255, 255, 255, 0);
  border-right-color: transparent;
  border-radius: 50%;
  transform: scale(0) rotate(0deg);
  transform-origin: center center;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}
.Button:disabled {
  pointer-events: none;
  color: rgba(0, 0, 0);
  background: rgba(0, 0, 0);
  box-shadow: none;
}
.Button--primary {
  background: linear-gradient(#00b6c7, #18c8d9);
  color: #fff;
}
.Button--primary:after {
  border-color: #fff;
  border-right-color: transparent;
}
.Button--noShadow {
  box-shadow: none;
}
.Button--noShadow:focus,
.Button--noShadow:hover,
.Button--noShadow:active {
  box-shadow: none;
}
.Button.is-loading,
.Button[data-loading='true'],
.Button[data-loading]:not([data-loading='false']) {
  pointer-events: none;
  color: transparent;
  text-shadow: none;
}
.Button.is-loading:before,
.Button[data-loading='true']:before,
.Button[data-loading]:not([data-loading='false']):before {
  opacity: 0;
}
.Button.is-loading:after,
.Button[data-loading='true']:after,
.Button[data-loading]:not([data-loading='false']):after {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  animation: button-loading 0.8s linear 0.2s infinite;
}
@keyframes button-loading {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

.re-Dropdown {
  width: 100%;
  position: relative;
}

.re-Dropdown-list {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  width: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  max-height: 160px;
  flex: 0 0 auto;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.re-Dropdown-list-item {
  background: #fff;
  height: 32px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 16px;
  font-weight: 600;
  font-size: 13px;
}

.re-Dropdown-list-item:hover {
  background: rgba(0, 0, 0, 0.05);
}

.re-Dropdown input:focus + .re-Dropdown-list {
  display: flex;
  flex-flow: column;
}

.portiva-uglify .Button--primary {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.re-Connections-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.02);
}

.u-mt-16 {
  margin-top: 16px;
}

.u-secondaryColor {
  color: rgba(0, 0, 0, 0.5);
}

.re-Connections-wrapper p {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.re-Connections-wrapper .h3 {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
}

.re-Connections-wrapper .h2 {
  margin: 0;
  font-weight: 700;
  font-size: 17px;
}
.re-Connections-wrapper small {
  font-size: 11px;
  font-weight: 400;
}

.re-Connections-sidebar {
  display: flex;
  width: 380px;
  min-width: 380px;
  height: 100%;
  flex-flow: column;
  background: #fff;
  box-shadow: 0 2px 15px rgba(12, 12, 13, 0.15);
}

.re-Connections-sidebar-header {
  height: 72px;
  flex: 0 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
}

.re-Connections-sidebar-controls {
  display: flex;
  padding: 16px;
  flex: 0 0 auto;
}

.re-Connections-sidebar-content {
  position: relative;
  overflow-y: auto;
}

.re-Connections-iconGroup {
  padding-top: 16px;
  width: 40px;
  margin-right: 16px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.re-Connections-iconGroup i {
  font-size: 16px;
}

.re-Connections-iconGroup-line {
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
  height: 28px;
}

.re-Connections-searchGroup {
  flex-flow: column;
  width: 100%;
}
.re-Connections-wrapper ul {
  list-style: none;
  padding: 0;
}
.re-Connections-searchGroup li {
  height: 32px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.re-Connections-History {
  display: flex;
  flex-flow: column;
}
.re-Connections-History header {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 0 16px;
  flex: 0 0 auto;
  height: 72px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin-bottom: 16px;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.re-Connections-History header.is-scrolling {
  box-shadow: 0 4px 16px rgba(12, 12, 13, 0.1);
}
.re-Connections-History-iconSettings {
  position: absolute;
  right: 16px;
  top: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.re-Connections-History-iconDate {
  font-size: 13px !important;
  padding-bottom: 2px;
  margin-right: 8px;
}
.re-Connections-History-iconHistory {
  position: absolute;
  right: 22px;
  top: 50%;
  font-size: 16px !important;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.5);
}
.re-Connections-History-list > li {
  padding-top: 16px;
  display: flex;
  position: relative;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
.re-Connections-History-list > li:focus {
  outline: 0;
}
.re-Connections-History-list > li:hover {
  background: rgba(0, 0, 0, 0.03);
}
.re-Connections-History-list > li:active {
  background: rgba(0, 0, 0, 0.06);
}
.re-Connections-History-list small {
  padding-top: 4px;
  display: flex;
  align-items: center;
}
.re-Connections-History-emptyState {
  margin-top: 32px;
  display: flex;
  height: 100%;
  flex: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.re-Connections-History-emptyState-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}
.re-Connections-History-emptyState-icon i {
  font-size: 40px;
  color: #fff;
}

/******************/
/* MAIN CONTENT */
/***************/

.re-Connections-mainContent {
  height: 100%;
  display: flex;
  padding: 16px 16px 0 16px;
}

.re-Connections-trainColumn,
.re-Connections-bussesColumn {
  display: flex;
  flex-flow: column;
  height: 100%;
  overflow-y: auto;
  position: relative;
  width: 480px;
}

.re-Connections-mainContent-header {
  top: 0;
  padding-left: 16px;
  background: #fafafa;
  position: sticky;
  display: flex;
  height: 64px;
  flex: 0 0 auto;
  align-items: center;
  z-index: 2;
  box-shadow: 6px -1px 28px -11px rgba(0, 0, 0, 1.1);
}

.re-Connections-mainContent-header i {
  margin-right: 8px;
}

.re-Connections-mainContent-list {
  padding: 16px !important;
}

.re-Connections-mainContent-list-item {
  display: flex;
  margin-bottom: 16px;
  flex-flow: column;
  flex: 0 0 auto;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.re-Connections-mainContent-list-item-col {
  flex: 1;
  height: 72px;
}

.flexItem {
  display: flex;
}

.re-Connection-moreInfo {
  display: flex;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  height: 0;
  transition: height 0.2s cubic-bezier(0.07, 0.95, 0, 1);
}

.re-Connection-moreInfoWrapper {
  opacity: 0;
  padding: 16px;
  transform-origin: top left;
  transform: translateY(-16px);
  transition: all 0.3s cubic-bezier(0.07, 0.95, 0, 1) 0.2s;
}

.re-Connection-moreInfo.is-visible .re-Connection-moreInfoWrapper {
  transform: translateY(0);
  opacity: 1;
}

.re-Connection-moreInfo.is-visible {
  height: 200px;
}

.re-Connections-mainContent-list-item-col.re-Connections-firstBox {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  flex: 0 0 auto;
  /* background: linear-gradient(#0f1b2b, #283445); */
  color: #222;
  border-left: 2px solid #444;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 400;
  letter-spacing: 0.4px;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 600;
}

.re-Connections-mainContent-list-item-col.re-Connections-middleBox {
  display: flex;
  flex-flow: row;
  align-items: center;
  /* border-right: 1px solid rgba(0, 0, 0, 0.08); */
  padding: 0;
}

.re-Connections-mainContent-list-item-col.re-Connections-middleBox h2 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  width: 56px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.re-Connections-mainContent-list-item-col.re-Connections-middleBox small {
  font-size: 12px;
}

.re-Connections-bussesColumn
  .re-Connections-mainContent-list-item-col.re-Connections-firstBox {
  /* background: #01bdcc; */
  border-left: 2px solid #01bdcc;
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); */
}

.re-Connections-mainContent-list-item-col.re-Connections-trackBox {
  display: flex;
  width: 72px;
  flex: 0 0 auto;
  height: 72px;
  align-items: center;
  justify-content: center;
  /* border-left: 1px solid rgba(0, 0, 0, 0.08); */
  user-select: none;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.re-Connections-mainContent-list-item-col.re-Connections-lastBox {
  display: flex;
  width: 72px;
  flex: 0 0 auto;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  user-select: none;
  cursor: pointer;
  transition: border-left 0.3 ease;
}

/*.re-Connections-mainContent-list-item-col.re-Connections-lastBox.is-visible {
  border-left: 1px solid rgba(0,0,0,0);
}*/

.re-Connections-mainContent-list-item-col.re-Connections-lastBox:hover {
  background: rgba(0, 0, 0, 0.02);
}

.re-Connections-mainContent-list-item-col.re-Connections-lastBox:active {
  background: rgba(0, 0, 0, 0.04);
}

.re-Connections-mainContent-list-item-col.re-Connections-lastBox i {
  color: rgba(0, 0, 0, 0.4);
  transition: transform 0.2s cubic-bezier(0.07, 0.95, 0, 1);
  transform-origin: center center;
  user-select: none;
}

.re-Connections-mainContent-list-item-col.re-Connections-lastBox.is-visible i {
  transform: rotate(180deg);
}

.u-textStrike {
  text-decoration: line-through;
}

.u-opacity-80 {
  opacity: 0.8;
}

.u-opacity-40 {
  opacity: 0.4;
}

.portiva-uglify .re-Connections-sidebar {
  width: 250px;
  min-width: 250px;
  background: -webkit-linear-gradient(198deg, #00becd, #3a7e9a);
  background: -moz-linear-gradient(198deg, #00becd, #3a7e9a);
  background: linear-gradient(198deg, #00becd, #3a7e9a);
}

.portiva-uglify .re-Connections-sidebar-header {
  color: rgba(255, 255, 255, 0.9);
}

.portiva-uglify .re-Connections-History header {
  background: #00b4c4;
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.portiva-uglify .u-secondaryColor {
  color: rgba(255, 255, 255, 0.5) !important;
}

.portiva-uglify .re-Connections-History-list {
  color: rgba(255, 255, 255, 0.8);
}

.portiva-uglify .re-Connections-History-iconHistory {
  color: rgba(255, 255, 255, 0.5);
}

.portiva-uglify .u-divider {
  background: rgba(255, 255, 255, 0.1);
}
.portiva-uglify .re-Connections-iconGroup {
  color: rgba(255, 255, 255, 0.9);
}

.portiva-uglify .re-Connections-iconGroup-line {
  background: rgba(255, 255, 255, 0.3);
}

.portiva-uglify .re-inputMargin {
  margin-top: 16px;
}

a.report-item {
    font-size: 14px; 
    line-height: 1.25; 
    white-space: normal; 
    color: black;
}
.description {
    color: #6a7070;
    padding: 0 0 .5rem 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
}