/*
=============================================
DOCUMENT
=============================================
*/

html, body {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	height: 100%;
	background-color: #fff;
}

/*
=============================================
STRUCTURAL
=============================================
*/

#topbar {
    position:fixed;
    width: 100%;
    height: 120px;
    background: rgb(19,19,19);
    color: #fff;
    background: linear-gradient(100deg, rgba(19,19,19,1) 0%, rgba(75,75,75,1) 100%);
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.6));
    z-index: 500;
}

#sidebar {
	position: fixed;
	display: inline-block;
	width: 220px;
	height: 100vh;
	background: #fff;
    z-index: 0;
    padding: 145px 0 0;
	border-right: 1px solid #ddd;
  overflow-x: hidden;
  overflow-y: auto;
}

#contents {
	position: relative;
	display: inline-block;
	width: calc(100vw - 220px);
	min-height: 100vh;
	padding: 145px 15px 80px 15px;
}

#footer {
	position: absolute;
	left: 30px;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	z-index: 1000;
}

/*
=============================================
GLOBAL STYLES
=============================================
*/

h1.header {
	margin-top: 28px;
	margin-bottom: 5px;
	font-size: 2.5em;
	font-weight: 700;
}

h4.subhead {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 1.2em;
	font-weight: 400;
	color: #bbb;
}

.reportHeader{
    margin-left:10px;
}

.form-control {
	border-color: #ddd;
}

.form-control, .btn {
	border-radius: 2px;
}

.btn-primary {
	background-color: #0383c0;
	border-color: #0383c0;
}

a,.fake-link,.clickableIcon,.dropdown-btn {
	cursor: pointer;
}

a.text-primary,.fake-link.text-primary {
	color: #0383c0;
}

.fake-link.text-primary:hover{
    color: #286090;
    text-decoration: underline;
}

a.text-success,.fake-link.text-success {
	color: #00b905;
}

a.text-info,.fake-link.text-info {
	color: #34c4e7;
}

a.text-warning,.fake-link.text-warning {
	color: #cca30f
}

a.text-danger,.fake-link.text-danger {
	color: #e73434;
}

.isDisabled{
    cursor: not-allowed;
    opacity: 0.5;
}

.isDisabled > a {
    pointer-events: none;
}

.center {
    text-align: center;
}

.pagination{
    display: inline-block;
}

.pagination a,.pagination i, .pagination p{
    float: left;
    text-decoration: none;
    padding: 8px 16px;
    border-radius:5px;
    transition: background-color .3s;
    transition: color .2s;
}

.pagination a.active{
    border-radius:5px;
    background-color:#0383c0;
    color:white;
}

.pagination a:not(.active):hover,.pagination i:hover{
    background-color: #888;
    color:white;
}

.pagination p{
    color: #888;
    cursor: default;
}

.chart-result {
	display: none;
}

.card {
	position: relative;
	padding: 20px;
	background-color: #fff;
	border-radius: 4px;
	border-bottom: 1px solid #ccc;
}

.card .form-group+.form-group {
	margin-top: 30px;
}

.card .form-control {
	background-color: #eaf3f9;
	border-width: 0;
	box-shadow: none;
}

.card-title {
	background-color: #0383c0;
	color: #fff;
	padding: 6px 10px;
	font-weight: 700;
}

.card-title.tag {
	position: absolute;
	left: 20px;
	top: -15px;
	padding-right: 30px;
	min-width: 165px;
	border-radius: 2px;
}

.card-title.alt {
	background-color: #888;
}

.card .table-bordered tbody th {
	background-color: #f9f9f9;
}

.dashboard-tab, a:active, a:focus{
    outline: none;
}

.radioGroup{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 25px;
    padding: 25px;
    font-size: 1.2em;
}

.filterGroup{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-top:30px;
    margin-bottom:30px;
}

.download-loader{
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
}

/*
=============================================
ELEMENT STYLES
=============================================
*/

#nbd-logo {
    height: 100px;
	margin: 10px 60px;
}

#logo {
	margin: 22px 50px;
    width: 130px;
}

#sidebar-menu {
	margin-left: 0;
	padding-left: 0;
}

#sidebar-menu li{
	list-style-type: none;
	margin-bottom: 0;
}

#sidebar-menu a, #sidebar-menu p, .dropdown-btn {
    margin-bottom: 0px;
}

#sidebar-menu li.active, #sidebar-menu a, #sidebar-menu p, .dropdown-btn.active, .dropdown-btn.selected, #sidebar-menu a.active{
	border-left: 3px solid #0383c0;
    background-color: #ddd;
}

#sidebar-menu li.active, .dropdown-btn.active, .dropdown-btn.selected{
    filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.2));
}

#sidebar-menu li a, #sidebar-menu a, #sidebar-menu p,.dropdown-btn {
	display: block;
	padding: 0 20px;
	line-height: 50px;
	color: rgb(19,19,19);
	text-decoration: none;
    border: none;
    background: none;
    width:100%;
    outline: none;
    text-align: left;
}

#sidebar-menu li a:hover, #sidebar-menu a:hover,#sidebar-menu p:hover,.dropdown-btn:hover {
	background-color: #ccc;
}

.fa-caret-down {
    float: right;
    padding-right: 8px;
    line-height: 50px;
}

.dropdown-container {
    display: none;
    opacity: 0;
    max-height:0px;
    transition: max-height 1s linear,
                opacity 1s linear,
                padding 1s linear;
    padding-left: 0x;
}

.dropdown-container.active {
    display: block;
    opacity: 1;
    max-height: max-content;
    transition: max-height 1s linear;
    margin-left: 8px;
    background-color: #eee;
}

#user-menu {
	position: absolute;
	display: block;
	right: 30px;
	top: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 20px;
	overflow: hidden;
	color: #555;
	z-index: 2;
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.6));
}

#user-menu a {
	display: inline-block;
	color: #0383c0;
	text-decoration: none;
}

#user-menu>*+* {
	margin-left: 10px;
}

.loader {
    color: #0383c0;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }