@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff'), url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal
}
/*:root {



	--blue: #354ba0;



	--green: #8dc63f;



}*/







* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
}
html {
    height: 100%;
}
body {
    height: 334px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 768px;
    font-size: 14px;
    font-family: 'Helvetica', sans-serif;
    width: 1370px;
}
.container {
    padding: 0 24px;
    max-width: 1328px;
    margin: 0 auto;
    min-width: 320px;
    width: 100%;
}
.d-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.v-h {
    visibility: hidden !important;
}
.icon {
    display: inline-block;
}
.icon.icon-git-pull-request {
    width: 15px;
    height: 20px;
    background-image: url(../img/git-pull-request.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    border-bottom: 1px solid #c7cbdc;
}
.header__logo {
    width: 225px;
    margin-left: .5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.header__logo::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 520px;
    height: 60px;
    left: 100%;
    z-index: -1;
    background-image: url(../img/curve-top.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 100%;
}
.header__bg {
    display: block;
    position: absolute;
    top: 0;
    height: 60px;
    left: 50%;
    right: 0;
    z-index: -2;
    background-color: #354ba0;
}
.header__logo-img {
    flex-shrink: 0;
}
.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}
.header__wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 50%;
    right: 0;
    background-image: url(../img/numbers-bg.png);
    background-repeat: no-repeat;
    background-position: 150px -10px;
    opacity: .3;
    z-index: -1;
}
.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
}
.top-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    width: 100%;
    list-style-position: inside;
    margin: 0;
    color: #fff;
}
.top-menu__list-item {
    font-weight: bold;
    font-size: .75rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.top-menu__list-item + .top-menu__list-item {
    padding-left: 2rem;
}
.top-menu__list-link:hover {
    opacity: .6;
}
.top-menu__list-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-nav__list-gap {
    width: 200px;
}
.top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
}
.top-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    width: 100%;
    list-style-position: inside;
    color: #354ba0;
}
.top-nav__list-item {
    cursor: pointer;
    font-weight: bold;
    font-size: .85rem;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-nav__list-link--active {
    color: #8dc63f;
}
.top-nav__list-item + .top-nav__list-item {
    padding-left: 2rem;
}
.top-nav__list-link:hover {
    opacity: .6;
}
.top-nav__list-item-rignt {
    font-size: .75rem;
}
.top-nav__icon {
    margin-right: 5px;
    font-size: 1.1rem;
}
.top-menu__icon {
    margin-right: 5px;
    font-size: 1.1rem;
}
.header__top-band {
    color: #FFF;
    background-color: #99cc66;
    font-size: .85rem;
    line-height: 1.9em;
    text-align: right;
    padding: 0;
    margin: auto;
    margin-right: 24px;
    width: 100%;
    height: 28px;
    border-bottom: 1px solid #c7cbdc;
}
.header__top-band .fa-lg {
    font-size: .95rem;
}
.main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.main::before {
    content: '';
    background: rgba(235, 235, 235, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235, 235, 235, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
    background: -webkit-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(254, 254, 254, 1) 100%);
    background: -o-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(254, 254, 254, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 235, 235, 1)), to(rgba(254, 254, 254, 1)));
    background: linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(254, 254, 254, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#fefefe', GradientType=0);
    height: 100px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem 0;
}
.content--no-sidebar {
    /**	margin-left: calc(25px + 2.5rem); **/



    margin-left: 25px;
}
.content--split {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.5rem 5px;
}
.content--split .content__main {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}
.content__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.content__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 37%;
    flex-basis: 37%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 3%;
}
.h1 {
    font-size: 1.375em;
    color: #8dc63f;
}
content--no-sidebar.h2 {
    font-size: 1.25em;
    color: #354ba0;
}
.content__title {
    font-size: 1.375em;
    color: #8dc63f;
    margin: 0 0 1.25rem;
}
.content__subtitle {
    font-size: 1em;
    margin: 0 0 1.25rem;
}
.content__text {
    line-height: 1.5;
}
.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .7rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #354ba0;
    color: #fff;
    padding: 1rem 0;
}
.footer__text {
}
.footer__link {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer__link:hover {
    opacity: .6;
}
.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 205px;
}
.tab__header {
    background-image: url(../img/curve_blue.svg);
    background-position: -1px 100%;
    background-repeat: no-repeat;
    background-size: 101%;
    font-size: .85rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding: 7.5px 10px 6px;
}
.tab__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #354ba0;
    border-top: none;
    background-color: #f3f2f2;
    padding: 15px;
    font-size: .85rem;
}
.login-form__wrap {
    width: 172px;
}
.login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #999;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0.8125rem
}
.login-form__label {
    display: inline-block;
    margin-bottom: 10px;
}
.login-form__input {
    /*display: block;*/
    width: 100%;
    /*min-width: 320px;*/
    line-height: 20px;
    padding: 0 5px;
    outline: none;
    border: 1px solid #999;
    margin-bottom: 10px;
}
.gc-settings {
    /*adjust form width*/
    width: 300px;
}
.login-form__submit {
    text-transform: uppercase;
    padding: .625rem 1.25rem;
    margin: 1rem 0;
    border: none;
    outline: none;
    background-color: #8dc63f;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.3);
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.login-form__submit:hover {
    background-color: #9dd452;
}
.login-form__forgot {
    margin: .625rem 0;
}
.sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 2.5rem;
    padding: 1rem .5rem;
    border-right: 1px solid #999;
}
.sidebar--empty {
    visibility: hidden;
}
.sidebar__title {
    color: #8dc63f;
    font-weight: bold;
    font-size: .85rem;
    margin-bottom: 1rem;
}
.sidebar__nav {
    list-style: none;
    margin-bottom: 2.875rem;
}
.sidebar__nav-item {
    color: #999;
    font-size: .85rem;
    font-weight: normal;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding-left: 1rem;
    position: relative;
}
.sidebar__nav-item + .sidebar__nav-item {
    margin-top: 1rem;
}
.sidebar__nav-link--active {
    color: #8dc63f;
    font-weight: normal;
}
.sidebar__nav-link:hover {
    opacity: .6;
}
.sidebar__nav-icon {
    position: absolute;
    left: 0;
    transition: all .3s;
    font-size: .85rem;
    padding-top: .2rem;
}
.sidebar__nav-item.collapse--open .sidebar__nav-icon {
    transform: rotate(90deg);
}
.tab__content--sidebar {
    background-color: #fff;
}
.side-dashboard {
    list-style: none;
    margin-bottom: 1em;
}
.side-dashboard__item {
    color: #999;
    font-size: .85rem;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.side-dashboard__item + .side-dashboard__item {
    margin-top: 1rem;
}
.side-dashboard__link:hover {
    opacity: .6;
}
.side-dashboard__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.side-dashboard__link i {
    margin-right: 10px;
}
.panel__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -.4rem;
}
.panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: calc(50% - 1rem);
    flex-basis: calc(50% - 1rem);
    border: 1px solid #354ba0;
    margin: .4rem;
    max-height: 120px;
}
.panel--expanded {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-height: 100%;
}
.panel__header {
    background-color: #354ba0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    padding: 7px 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
}
.panel__header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-grow: 1;
}
.panel__header::before {
    content: '';
    display: block;
    width: 255px;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -15px;
    background-image: url(../img/curve_white.svg);
    background-repeat: no-repeat;
    background-position: -1px 100%;
    background-size: cover;
}
.panel__toggle {
    margin-left: auto;
    padding: 0 5px;
    color: #fff;
    font-size: 1rem;
    line-height: .5;
    font-weight: bold;
    cursor: pointer;
}
.panel__toggle::after {
    content: '+';
}
.panel--expanded .panel__toggle::after {
    content: '\2013';
}
.panel__title {
    font-size: .85rem;
}
.panel__icon {
    color: #8dc63f;
    margin-right: 10px;
    font-size: 1.2rem;
}
.panel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 15px;
    overflow-y: auto;
}
.panel__list {
    list-style-position: inside;
    list-style: square;
    padding-left: 30px;
}/* Dropdown: just the logic, no styling */
.dropdown {
    position: relative;
}
.dropdown__content {
    display: none;
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    right: 0;
}
.dropdown:hover .dropdown__content {
    display: block;
    padding-top: 10px;
}
/* END Dropdown */.collapse__content {
    display: none;
}
.top-nav__sublist {
    width: 150px;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: left;
}
.top-nav__sublist-item {
    padding: .25rem .5rem;
}
.top-nav__sublist-item + .top-nav__sublist-item {
    border-top: 1px solid #999;
}
.top-nav__sublist-item:hover {
    opacity: .6;
}
.sidebar__subnav {
    list-style: square;
    padding-left: 1rem;
    margin-top: 1rem;
    font-size: .75rem;
}
.sidebar__subnav-link:hover {
    opacity: .6;
}
/* edit details popup windows styling */



.details--window {
    padding-top: 24px;
    padding-right: 50px;
    padding-bottom: 100px;
    padding-left: 50px;
    background-color: #EEE;
    margin-top: 24px;
    line-height: 2em;
    font-size: .95em;
    color: #000;
}

/* END details windows */ 









@media screen and (max-width: 1305px) {
.top-nav__list-item + .top-nav__list-item {
    padding-left: 1rem;
}
.top-menu__list-item + .top-menu__list-item {
    padding-left: 1rem;
}
.top-nav__icon {
    font-size: .875rem;
}
.top-menu__icon {
    font-size: .875rem;
}
.top-nav__list-gap {
    width: 200px;
}
.header__bg {
    left: calc(0% + 700px);
}
}

@media screen and (max-width: 991px) {
html, body {
    font-size: 15px;
}
.container {
    padding: 0 15px;
}
.sidebar {
    display: none;
}
.content--no-sidebar {
    margin-left: 0;
}
.content__main {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.content__aside {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.top-nav__list-gap {
    width: 50px;
}
.top-menu__icon {
    display: none;
}
.top-nav__icon {
    display: none;
}
.top-nav__icon--search {
    display: inline-block;
}
.header__top-band .top-menu__icon {
    display: inline
}
}

@media screen and (max-width: 767px) {
}
