body {
	color: #000;
	font-size: 16px;
}

.main-header {
	position: fixed;
    max-height: 100px;
    z-index: 1030;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #d4d4d4;
}

.content-wrapper {
	margin-top: 70px;
}

.main-header .logo {
    height: 70px;
    line-height: 70px;
    background-color: #ffffff !important;
}
.main-sidebar, .left-side {
    padding-top: 70px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

.navbar .navbar-static-top {
    line-height: 60px;
}

.main-header nav {
    padding-top: 10px;
}

.user-panel p{
    color: #0094CC;
}

.sidebar-menu .header {
    background: #0094CC none repeat scroll 0 0 !important;
}

.sidebar-menu > li {
	padding-left: 5px;
}

.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
	border-left: 3px solid #000;
    color: #000;
    padding-left: 5px;
    font-weight: bold;
}

.sidebar-menu a:hover, .sidebar-menu a:active, .sidebar-menu a:focus {
	color: #000;
	font-weight: bold;
}

.sidebar-menu .treeview-menu > li.active, .sidebar-menu .treeview-menu > li:hover{
	border-left: 3px solid #000;
    color: #000;
    font-weigh: bold;
}

.sidebar-menu .treeview-menu > li.active > a {
	font-weight: bold;
}

tr.selected {
	background-color: #00aee6 !important;
}

.dt-buttons .btn-default {
	background-color: #334866 !important;
	color: #FFF;'
}

.btn-danger {
	color: #FFF;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    /* makes side-menu to have margin top when screen is smaller */
    .sidebar {
        margin-top: 50px; 
    }
    /* makes main-header to reduce in height when screen is smaller */
    .main-header nav{
        padding-top: 0;
    }
    .dataset-info {
        padding-left: 0px !important;
    }
}

.main-footer{
    float: left !important;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

div .inner > a {
    float: none;
    margin: 0 auto;
    color: #FFFFFF;
}

.top-buffer {
    margin-top: 23px;
}

.block-shortcut {
    background-color: #BFD2D4;
}

.block-shortcut.non-ebrt {
    background-color: #FFB872;
}

.block-shortcut form {
    color: #000000;
}

.block-shortcut img:not(.img-responsive) {
    width: 67px;
    height: 63px;
}

.block-shortcut .inner > p {
    padding-right: 66px;
}

.bg-blue img, .bg-orange img, .bg-sky-blue img {
    position: absolute;
    right: 8px;
    top: 8px;
}

.logo-lg img{
   height: 60px !important;
}

.content-header h1 {
    margin: 20px auto;
}

.content {
    margin: 20px;
}

.proto {
    display: none;
}

.estro-logo img{
    width: 147px;
}

.nav-tabs > li {
    padding-left: 5px;
}

.warning, .error {
    color: #ff0000;
}

.estro-title {
    background-color: #bfd2d4 !important;
}

.box-header {
	color: #000;
}

.estro-title h3 {
	font-family: "DIN Pro", Arial !important;
}
.controls.readonly {
    padding-top: 7px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader.dataset {
    margin-left: 83px;
}

.initialize {
    margin-left: -3px;
    margin-top: 50px;
}

.dataset-info {
    width: 100%;
    margin : 0 auto !important;
    float: left !important;
    padding-top: 12px !important;
    padding-left: 239px;
}

.navbar navbar-static-top {
    display: inline !important;
}

.navbar-custom-menu > .navbar-nav {
    float: right !important;
}

.info-box-text {
    margin-top: 29px;
}

.box-title {
    padding-top: 5px;
}

.nav-tabs > li {
    padding-bottom: 7px;
}

th.bg-sky-blue, div.bg-sky-blue, table.bg-sky-blue > thead > tr{
    background: #00aee6;
}

th.bg-grey, div.bg-grey, table.bg-grey > thead > tr{
    background: #BFD2D4 !important;
}

table.dataTable thead .sorting_asc {
  background-image: none;
}
table.dataTable thead .sorting_desc {
  background-image: none;
}

table.dataTable thead .sorting {
  background-image: none;
}

div.dataTables_wrapper > div.row > div, div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate {
    text-align: left !important;
}

table.dataTable > tbody > tr.child ul.dtr-details li {
    border-bottom: none !important;
    padding: 0.5em 0 !important;
}

table.dataTable > tbody > tr.child ul.dtr-details li span.dtr-title {
    width: 130px !important;
    display: inline-block !important;
}
table.dataTable > tbody > tr.child ul.dtr-details li span.dtr-data {
    width: 100px !important;
    padding-right: 30px !important;
    background-color: white !important;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    right: 0% !important;
}

.treeview-menu > li.ro-support {
    background-color: orange !important;
}

.treeview-menu > li.non-ebrt {
    background-color: orange !important;
}

th.non-ebrt, table.non-ebrt > thead > tr {
    background-color: orange !important;
}

.info-box-content{
    height: 90px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

button.summary {
    border-radius: 50% !important;
    margin: 0 5px;
}

div.rowCalculationInit {
    padding-left: 80px;
}

.rangeslider {
    display: inline-block !important;
    width: 60% !important;
    height: 10px !important;
    margin-right: 10px;
}

.rangeslider__handle {
    width: 20px !important;
    height: 20px !important;
    margin-top: 4px !important;
    background-image: none !important;
    box-shadow: none !important;  
}

.rangeslider__fill {
    background: #334866 !important;
}

.output {
  display: inline-block !important;
}

.support-activity {
    color: orange;
}

button.goto-scenarios {
    margin-top: -33px;
}

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

span.activity {
    padding-left: 5em;
}

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

div.validation-error {
    height: 100px;
    overflow: auto;
}

.box {
    border-top: none;
}

* {
    font-family: "Open Sans", Arial, sans-serif;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #000;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #ffffff !important;
    color: #ffffff;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    background-color: #334866 !important;
    color: #ffffff !important;
}

.nav-tabs-custom > .nav-tabs > li.active > a:hover {
    color: #cccccc;
}

.nav-tabs-custom > .nav-tabs > li > a:hover {
    background-color: #cccccc;
    color: #000;
}

.small-box {
	color: #FFF;
}
.small-box > .small-box-footer {
  color: #fff;
}
.small-box > .small-box-footer:hover {
  color: #fff;
}

.description-title, .overview-description, .form-title {
	font-weight: bold;
	font-size: 16px;
	padding: 0 15px 15px 0;
}

.description-explanation {
	border: solid 1px #bbbbbb;
	max-height: 300px;
	overflow-y: auto;
	background-color: #ffffe0;
	padding: 10px 15px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 8px #888888;
}

.small-explanation {
    max-height: 150px;
}

.description-title > a:active {
    color: #00BEEC;
}

.treeview {
    white-space: normal;
}

.cursor-pointer {
    cursor: pointer;
}

.text-italic {
    font-style: italic;
}

.table>tbody>tr>td.indent:first-child {
	padding-left: 38px;
}

.form-title {
    margin: 10px;
    float: left;
}

img.ebrt-care {
    max-height: 250px !important;
}

li.treeview.indirect-activities, li.treeview.indirect-activities > a:hover, li.treeview.indirect-activities> a:not(:hover) {
    background-color: orange !important;
}

.text-bold {
    font-weight: bold;
}

table th {
    white-space: normal !important;
}

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

.display-cell {
    display:table-cell;
    vertical-align:middle;
    float: none;
}

.no-margin-top {
    margin-top: 0;
}

table.nowrap td {
    white-space: nowrap !important;
}

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

span.inline {
	display: inline;
}

tr.ebrt-care {
    color: #0088C1;
}

tr.ro-support {
    color: #D76114;
}

tr.non-ebrt {
    color: #F09152;
}

.ebrt-details .text-blue {
	font-weight: bold;
}
.ebrt-details .non-ebrt {
	color: #F09152 !important;
	font-weight: bold;
}

.ebrt-details .ro-support {
	color: #D76114 !important;
	font-weight: bold;
}

.hero-tool-header {
    font-weight: bold;
    font-size: 16px;
    font-family: sans-serif, Arial, Helvetica;
    padding-top: 5px;
}

img.dashboard {
    width: 400px;
    height: 836px;
}

.text-normal {
    font-weight: normal !important;
}

input.error {
    border: 1px solid #FF0000 !important;
}

button.roles {
    text-align: left
}

button.roles > span {
    float: right;
    margin-top: 8px;
}

.text-left {
    text-align: left !important;
}

.rectangle {
    width: 50px;
    height: 14px;
    display: inline-block;
}

div.pie {
    height: 300px;
}

th.rotate {
    height: 300px;
    white-space: nowrap !important;
}

th.rotate > span {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

label.version {
	padding-left: 10px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1300px;
    }
}

.ro-nonebrt-help input{
	margin-top: 5px;
	width: 100%;
}

table.dataTable tr.readonly, table.dataTable td.readonly{
	background-color: #FAEBD7 !important;
}

.inner-addon {
  position: relative;
}

.inner-addon .icon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

.left-addon .icon  { left:  0px;}
.left-addon input  { padding-left:  30px; }

i.legend-icon {
	margin-left: 10px;
}


/*Rebranding styles*/

a {
	color: #000;
}
.input-group .form-control {
	height: 42px;
}

.btn {
	border-radius: 0px;
	font-family: "DIN Pro", Arial, sans-serif !important;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary.hover, .bg-blue {
	background-color: #334866 !important;
	border-color: #334866;
	color: #FFF;
}

.bg-sky-blue {
	background-color: #00aee6 !important;
}

.pagination, .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0 !important;
}

.panel {
	border-radius: 0px;
}

.panel-title, .content-header h1, .box-header, .forgot-password a, .hero-tool-header, .info-box-text, .box-title, th, .sidebar-menu li > a, .sidebar-menu span {
	font-family: "DIN Pro", Arial, sans-serif !important;
}

.panel-title, .info-box-text {
	font-size: 20px;
}

.content-header h1 {
	font-size: 3.5rem;
}

.panel {
	border: none;
}
.login .panel-heading {
	background-color: #bfd2d4 !important;
	color: #000;
	border-radius: 0px !important;
	border: none;
}

.alert {
	border-radius: 0px;
}

.close, .close:focus, .close:hover {
	opacity: 5;
}
.alert .close {
	color: #FFF;
}

.forgot-password {
	border-top: 1px solid #000;
}

.hero-tool-header {
	font-size: 24px; 
}
.main-header .sidebar-toggle:hover, .main-header a:active, .main-header  a:hover, .main-header a:focus {
	color: #000;
}

.navbar-nav > .user-menu .user-image {
	width: 52px;
	height: 52px;
	margin-top: -15px;
}

.user-menu, .user-menu .dropdown-menu {
	background-color: #334866 !important;
}

.user-menu a {
	color: #FFF !important;
}
.user-menu a:focus {
	background-color: #334866;
}

.nav-profile > li > a:hover, .nav-profile > li > a:active, .nav-profile > li > a:focus {
	background-color: #334866;
	color: #FFF;
}

.nav-profile .open>a, .nav-profile .open>a:focus, .nav-profile .open>a:hover {
	background-color: #334866;
}

.navbar-custom-menu > .nav-profile > li > .dropdown-menu {
	margin-right: -2px;
	margin-top: 2px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
	border-color: #00aee6;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #334866;
}

.form-group button {
	height: 42px;
}

.recipient-permissions, .group-permissions {
	background-color: #334866;
	color: #FFF;
	border-radius: none;
}



@media (min-width: 300px) {
    .content-wrapper {
       margin-top: 250px;
    }
    .navbar-nav > .user-menu .user-image {
        float: left;
    }
    .navbar-static-top {
        background-color: #FFF;
    }
}

@media (min-width: 780px) {
	.content-wrapper {
	   margin-top: 190px;
	}
	.main-sidebar {
	   padding-top: 100px;
	}
	.navbar-static-top {
        background-color: #FFF;
    }
}

@media (min-width: 970px) {
    .content-wrapper {
       margin-top: 160px;
    }
    .navbar-static-top {
        background-color: #FFF;
    }
}

@media (min-width: 1010px) {
    .content-wrapper {
       margin-top: 92px;
    }
}

@media (min-width: 1200px) {
    .content-wrapper {
       margin-top: 70px;
    }
}

.bg-gray {
    -webkit-print-color-adjust:exact
}
    
.bg-gray td {
    background-color: #FFF !important;
    -webkit-print-color-adjust:exact;
}

@media print {
	body {
	   font-size: 14px;
	}
	
	@page {
	  size: A3 landscape;
	}
	
	.tab-content > .tab-pane {
	    display: block !important;
	    opacity: 1 !important;
	    visibility: visible !important;
	    page-break-after: always;
    }
    
    .nav-tabs {
        display:none;
    }
    
    .box {
        page-break-inside: avoid;
    }
    
    .description-explanation {
        display: none;
    }
    
    a[href]:after {
        content: none !important;
    }
    
    .report-terms-conditions {
        font-size: 18px !important;
    }
}

.table-borderless td, .table-borderless th {
    border: 0 !important;
}

table.ebrt-details {
	font-size: 13px;
}

.report-cover-page {
	page-break-after: always;
}

.report-cover-page img {
	padding-bottom: 50px;
}
