:root {
    --blue: #007BFF;
    --indigo: #6610F2;
    --purple: #6F42C1;
    --pink: #E83E8C;
    --red: #DC3545;
    --orange: #FD7E14;
    --yellow: #FFC107;
    --green: #28A745;
    --teal: #20C997;
    --cyan: #17A2B8;
    --white: #fff;
    --gray: #6C757D;
    --gray-dark: #343A40;
    --primary: #3C4252;
    --secondary: #2196F3;
    --success: #4CAF50;
    --info: #009688;
    --warning: #FF9800;
    --danger: #F44336;
    --light: #F8F9FA;
    --dark: #343A40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Roboto", "Helvetica Neue", sans-serif;
    --font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@font-face{
    --font-family-sans-serif: "Roboto", "Helvetica Neue", sans-serif;
    --font-display : auto;
    src: local('Roboto'), url(https://fonts.googleapis.com/css?family=Roboto:400,100,100) format('woff2');
}

.btn {    
}

.btn:hover {
    background-color: rgba(0, 0, 0, 0.12)!important;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.custom-scrollbar {
    position: relative;
    overflow: hidden !important
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

figcaption,
footer,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h2,
h3 {
    margin-top: 0;
    margin-bottom: .8rem
}


ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #3C4252;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

img {
    vertical-align: middle;
    border-style: none
}

h2,
h3,
.h2,
.h3 {
    margin-bottom: .8rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: inherit
}

h2,
.h2 {
    font-size: 3.2rem
}

h3,
.h3 {
    font-size: 2.8rem
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}


.col,
.col-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.show {
    opacity: 1
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: 0 2.4rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-tabs {
    border-bottom: 0px solid #DDD
}

.nav-tabs .nav-item {
    margin-bottom: 0px
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #E9ECEF
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #DDD
}

.tab-content {
    /*border: 2px dashed blue;*/
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.tab-pane {
    /*border: 2px dotted red;*/
    /*position: absolute;*/
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    overflow-y: auto;
    height:100%;
}

.tab-content > .tab-pane {
    display: none
}

.tab-content>.active {
    display: block;
}

.bg-primary {
    background-color: #3C4252 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #262a35 !important
}

.bg-dark {
    background-color: #343A40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.d-none {
    display: none !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width: 768px) {

    .d-md-block {
        display: block !important
    }
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}


.mx-3 {
    margin-right: 1.2rem !important
}


.mx-3 {
    margin-left: 1.2rem !important
}


.px-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}


.px-0 {
    padding-left: 0 !important
}


.px-2 {
    padding-right: .8rem !important
}


.px-2 {
    padding-left: .8rem !important
}

.p-3 {
    padding: 1.2rem !important
}

.pt-4 {
    padding-top: 1.6rem !important
}


.px-6 {
    padding-right: 2.4rem !important
}


.px-6 {
    padding-left: 2.4rem !important
}

@media (min-width: 576px) {

    
    .px-sm-2 {
        padding-right: .8rem !important
    }

    
    .px-sm-2 {
        padding-left: .8rem !important
    }

    
    .px-sm-4 {
        padding-right: 1.6rem !important
    }

    
    .px-sm-4 {
        padding-left: 1.6rem !important
    }
}

html {
    font-size: 62.5%;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    overflow-x: hidden
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 100%
}

body {
    background-color: #f5f5f5
}

html,
body,
body>main {
    overflow: hidden !important;
    width: 100%;
    height: 100%;
    position: relative
}

#toolbar {
    -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    height: 6.4rem;
    min-height: 6.4rem;
    -webkit-transition: left 300ms ease, right 300ms ease;
    -o-transition: left 300ms ease, right 300ms ease;
    transition: left 300ms ease, right 300ms ease;
    position: relative
}

#toolbar .toolbar-separator {
    height: 6.4rem;
    width: 1px;
    background: rgba(0, 0, 0, 0.12)
}

#footer {
    -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    height: 6.4rem;
    min-height: 6.4rem;
    -webkit-transition: left 300ms ease, right 300ms ease;
    -o-transition: left 300ms ease, right 300ms ease;
    transition: left 300ms ease, right 300ms ease;
    position: relative
}

.layout.layout-vertical>main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.layout.layout-vertical>main #wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: auto;
    position: relative;
    overflow: hidden
}

.layout.layout-vertical>main #wrapper>.content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.layout.layout-vertical>main #wrapper>.content-wrapper>.content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    position: relative
}

.layout.layout-vertical>main #toolbar,
.layout.layout-vertical>main #footer {
    z-index: 1020
}


[class^="icon-"],
[class*=" icon-"] {
    color: rgba(0, 0, 0, 0.54);
    font-size: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    width: 2.4rem
}

.page-layout {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-layout>.page-header {
    height: 20rem;
    min-height: 20rem;
    max-height: 20rem;
    background-image: url("/images/header-bg.png");
    -webkit-background-size: cover;
    background-size: cover
}

.page-layout>.page-header .title {
    font-size: 34px
}

.page-layout.simple>.page-content-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}


.page-layout.simple.right-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 100%;
    height: 100%
}


.page-layout.simple.right-sidebar>.page-content-wrapper {
    position: relative;    
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 3;
    /*-webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12)*/
}


.page-layout.simple.right-sidebar>.page-content-wrapper .page-header {
    height: 20rem;
    min-height: 20rem;
    max-height: 20rem;
    background-image: url("/images/header-bg.png");
    -webkit-background-size: cover;
    background-size: cover
}


.page-layout.simple.right-sidebar>.page-content-wrapper .page-content {
    background: #FFFFFF
}

@media (max-width: 575.98px) {

    .page-layout.simple.right-sidebar>.page-content-wrapper .page-header {
        height: 16rem;
        min-height: 16rem;
        max-height: 16rem
    }

    
    .page-layout.simple.right-sidebar>.page-content-wrapper {
        overflow-y: auto;
        overflow-x: hidden
    }
}

.avatar {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    line-height: 4rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    background-color: #3C4252
}


.h2,
.h3 {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
    padding: 0 1.6rem;
    font-size: 1.4rem;
    line-height: 1.78571;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    min-width: 8.8rem;
    height: 3.6rem;
    line-height: 3.6rem;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    letter-spacing: 0.04em;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow
}

.btn:hover,
.btn:focus {
    text-decoration: none;
    cursor: pointer
}

.btn:focus {
    outline: 0
}

.btn::-moz-focus-inner {
    padding: 0;
    border: 0
}


.btn:disabled {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.26) !important;
    background: rgba(0, 0, 0, 0.12) !important;
    cursor: default;
    pointer-events: none;
    opacity: 1
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none;
    outline: none;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12)
}


.nav {
    padding: 0
}

.nav li.nav-item {
    list-style: none
}

.nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.8rem;
    color: #495057;
    text-decoration: none
}

.nav-link.btn {
    text-transform: none;
    text-align: left;
    letter-spacing: normal;
    line-height: normal;
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none
}

.nav-tabs .nav-link {
    color: #6C757D;
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: transparent
}

.nav-tabs .nav-link.active:not(.dropdown-toggle):after,
.nav-tabs .nav-item.show .nav-link:not(.dropdown-toggle):after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #3C4252
}

.bg-primary.text-auto {
    background-color: #3C4252 !important
}

.bg-primary {
    background-color: #3C4252 !important
}

.bg-dark.text-auto {
    background-color: #343A40 !important
}

.bg-dark {
    background-color: #343A40 !important
}

.bg-white.text-auto {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}


.bg-primary.text-auto,
.bg-dark.text-auto {
    color: #fff
}


#project-dashboard .page-header {
    height: 16rem;
    min-height: 16rem;
    max-height: 16rem
}

#project-dashboard .page-content .nav-tabs {
    padding: 0 2.4rem;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12)
}

.user-menu-button{
    padding-top:12px;
    padding-bottom: 12px;
}