/*
* Global base style
*/

/*
* Color Variables
*/
:root {

    /* Variables removed because IE don't support them */

    /*--main-color: #00a8c8;*/
    /*--accent-color: #7ec14c;*/
    /*--accent-color-darker: #619e34;*/
	/*--default-bg-color: #00a8c8;*/
	/*--default-bg-color-hover: #00849d;*/
    /*--default-bg-color-active: #007187;*/

	/*--main-bg-color: #fff;*/
	/*--body-bg-color: #fff;*/
    /*--bg-color-darker: #f4f5f6;*/
    /*--bg-color-darker-hover: #e8e8e8;*/
    /*--dark-bg-color: #222;*/

    /*--default-text-color: #333;*/
	/*--light-text-color: #fff;*/
    /*--dark-text-color: #333;*/
    /*--medium-text-color: #999;*/
    /*--link-color: #00a8c8;*/

	/*--cancel-button-color: #c80009;*/
	/*--fa-edit-color: #00a8c8;*/
	/*--fa-trash-color: #c80009;*/
	/*--fa-file-color: #f57729;*/
    /*--fa-envelope-color: #7ec14c;*/
    /*--element-border-color: #ddd;*/
    /*--input-border-color: #ccc;*/

    /*--font-family-body: 'Open Sans', sans-serif;*/
    /*--font-family-accent: 'Roboto Condensed', sans-serif;*/

    /*--font-size-normal: 16px;*/
    /*--font-size-medium: 14px;*/
    /*--font-size-small: 12px;*/

    /*--tablet-header-height: 75px;*/
    /*--mobile-header-height: 65px;*/
}

/*
* Basic
*/
body {
    background: #fff;
    color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    line-height: 1.45;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 0;

    color: #00a8c8;
    font-size: 400;
}
h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
h1 {
    font-size: 30px;
    font-weight: 700;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5, h6 {
    font-size: 13px;
}

p {
    margin-bottom: 10px;
    margin-top: 0;
}

a {
    color: #00a8c8;
    cursor: pointer;
    text-decoration: none;
}

img {
    height: auto !important;
    max-width: 100%;
}

fieldset {
    border-color: #ddd;
}
legend {
    padding-left: 8px;
    padding-right: 8px;
}
field {
    padding-left: 8px;
}
fieldset input[type="checkbox"] {
    display: none;
}
fieldset input[type="checkbox"] + label {
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 5px 10px;

    cursor: pointer;
}
fieldset input[type="checkbox"] + label:hover {
    background: #f4f5f6;
}
fieldset input[type="checkbox"]:checked + label {
    border-color: #7ec14c;

    background-color: #7ec14c;
    color: #fff;
}

input,
textarea,
select {
    border: 1px solid #ccc;

    background: #fff;
    box-shadow: none;
    outline: none;
}

select:disabled {
    background: #d2d2d2;
}

/* Breadcrumbs */
.breadcrumbs {
    padding-bottom: 25px;
    padding-top: 15px;

    color: #999;
}
.breadcrumbs a {
    color: #333;
}

/*
* Layout
*/

/* Content */
main {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40vh;

	background: #fff;
}
.view-fullwidth main {
    max-width: none;
}
.l-constrained {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

/* Stikcy-holder */
.sticky-holder {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;

    margin-top: 20px;
}

/* Header */
header {
    padding-bottom: 10px;
    padding-top: 5px;

    background: #fff;
}
.sticky-holder.is-sticky header {
    padding-bottom: 0;
}
.header__left {
    display: inline-block;
    width: 70%;

    vertical-align: middle;
}
.header__right {
    display: inline-block;
    width: 30%;

    font-size: 14px;
    text-align: right;
    vertical-align: middle;
}
.header__right .grid {
    display: inline-block;

    text-align: left;
}
.header__right .grid {
    margin-left: 0;

    white-space: nowrap;
}
.header__right .grid-item {
    margin-bottom: 0;
    min-width: 35px;
    padding-left: 0;

    line-height: 1;
    vertical-align: middle;
}
.header__right a {
    color: #333;
}
.header__right a:hover {
    color: #00a8c8;
}

/* Mobile menu */
.mobile-menu-icon {
    display: none;
}

/* Navigation Bar */
.l-menubar {
    position: relative;
    z-index: 10;

	background-color: #f4f5f6;
}

.l-languageselector {
    background-color: #f4f5f6;
}

.site-nav > li > a,
.site-nav > li > span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;

    color: #00a8c8;
    cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 52px;
    text-transform: uppercase;
}
.site-nav > li:first-of-type > a,
.site-nav > li:first-of-type > span {
    margin-left: -15px;
}
.site-nav > li:hover > a,
.site-nav > li:hover > span {
    background: #e8e8e8;
}

.has-dropdown {
    position: relative;
}
.has-dropdown .fa {
    position: relative;
    top: -1px;

    margin-left: 8px;

    font-size: 10px;
}

.nav-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;

    border: 1px solid #ddd;
    border-top-style: none;
    display: none;
    min-width: 100%;

    background-color: #fff;
}

.nav-dropdown a {
    display: block;
    padding: 6px 15px;

    color: #333;
    font-size: 14px;
}
.nav-dropdown li:hover > a {
    background: #f4f5f6;
}
.has-dropdown:hover > .nav-dropdown {
    display: block;
}

/* Footer */
.l-footer-top {
    margin-top: 60px;
    padding-bottom: 20px;
    padding-top: 30px;

    background: #00a8c8;
    color: #fff;
}
.l-footer-top .grid-item {
    margin-bottom: 10px;

    vertical-align: middle;
}
.l-footer-top .grid-content-2 {
    text-align: right;
}
.l-footer-top p {
    margin-bottom: 0;
}
.l-footer-top a {
    color: #fff;
}
.l-footer-top .email {
    font-size: 18px;
    font-weight: 700;
}

.l-footer {
    padding-bottom: 50px;
    padding-top: 50px;

    font-weight: 600;
    line-height: 1.6;
}
.l-footer h4 {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.l-footer .grid-2 ul {
    font-size: 0; /* fix for html white spaces */
}
.l-footer .grid-2 li {
    display: inline-block;
    padding-right: 10px;
    width: 45%;

    font-size: 16px;
    vertical-align: top;
}

.l-footer-credit {
    padding-bottom: 30px;
    padding-top: 30px;

    background: #f4f5f6;
    color: #666;
    text-align: center;
}
.l-footer-credit li {
    border-right: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
}
.l-footer-credit li:last-of-type {
    border-style: none;
}

/*
* Icons
*/

.fa-edit:hover:not(.no-hover),
.default-text-color--links .fa-inbox:hover,
.btn:hover:not([disabled]) .fa-edit {
    color: #00a8c8;
    cursor: pointer;
}

.fa-trash:hover:not(.no-hover),
.fa-archive:hover:not(.no-hover),
.btn:hover:not([disabled]) .fa-trash {
	color: #c80009;
    cursor: pointer;
}

.fa-file:hover:not(.no-hover),
.btn:hover:not([disabled]) .fa-file {
	color: #f57729;
    cursor: pointer;
}

.fa-envelope:hover:not(.no-hover) {
	color: #7ec14c;
    cursor: pointer;
}

.fa-address-card:hover:not(.no-hover) {
    color: #3c4fd6;
    cursor: pointer;
}

.icon-span {
    display: inline-block;
    margin-right: 5px;
    width: 12px;
}
.icon-span .fa {
    position: relative;
    top: -1px;

    font-size: 12px;
}

.is-active .icon-on {
    display: block;
}
.icon-on,
.is-active .icon-off {
    display: none;
}

/* Helpers */

/* Grid */
.grid {
	margin-left: -20px;

	/* fix for html spaces */
	font-size: 0;
}
.grid:before,
.grid:after {
    content: "";
    display: table;
}
.grid:after {
    clear: both;
}
.grid-item {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 20px;

    font-size: 16px;
	vertical-align: top;
}
.grid--small {
	margin-left: -10px;
}
.grid--small .grid-item {
	padding-left: 10px;
	margin-bottom: 10px;
}
.grid--middle .grid-item {
	vertical-align: middle;
}
.grid-extra-margin {
    margin-left: -60px;
}
.grid-extra-margin .grid-item {
    padding-left: 60px;
}
.grid-background {
    padding: 20px;

    background: #f4f5f6;
}
.grid-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.grid-item-1-1 {
	width: 100%;
}
.grid-item-1-2 {
	width: 50%;
}
.grid-item-1-3 {
	width: 33.33%;
}
.grid-item-2-3 {
	width: 66.66%;
}
.grid-item-1-4 {
	width: 25%;
}
.grid-item-1-6 {
	width: 16.66%;
}

/* Position */
.left {
	float: left;
}
.right {
	float: right;
}
.mt-mini {
    margin-top: 5px;
}
.mt {
    margin-top: 10px;
}
.mt-medium {
    margin-top: 30px;
}
.mt-large {
    margin-top: 50px;
}
.mb-mini {
    margin-bottom: 5px;
}
.mb {
    margin-bottom: 10px;
}
.mb-medium {
    margin-bottom: 30px;
}
.mb-large {
    margin-bottom: 50px;
}
.ml-mini {
    margin-left: 5px;
}
.ml {
    margin-left: 10px;
}
.ml-medium {
    margin-left: 30px;
}
.ml-large {
    margin-left: 50px;
}
.mr-mini {
    margin-right: 5px;
}
.mr {
    margin-right: 10px;
}
.mr-medium {
    margin-right: 30px;
}
.mr-large {
    margin-right: 50px;
}
.no-mb {
    margin-bottom: 0 !important;
}
.no-ml {
    margin-left: 0 !important;
}
.no-mr {
    margin-right: 0 !important;
}
.no-mt {
    margin-top: 0 !important;
}
.no-padding {
    padding: 0!important;
}
.no-pb {
    padding-bottom: 0 !important;
}
.no-pl {
    padding-left: 0 !important;
}
.no-pr {
    padding-right: 0 !important;
}
.no-pt {
    padding-top: 0 !important;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.p-right {
    right: 0;
}
.p-left {
    left: 0;
}
.p-bottom {
    bottom: 0;
}
.p-top {
    top: 0;
}

/* Size */
.height-100 {
    height: 100%;
}
.mw-500 {
    max-width: 500px;
}

/* Visibility */
.hide {
    display: none;
}
.show {
	visibility: visible;
}

/* Lists */
.nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav > li {
    display: inline-block;
}
.block-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.block-list.block-list--margin li {
    margin-top: 5px;
}
.tag-list {

}
.tag-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    width: 300px;
}
.tag-list__item > .tag-list__item-name {
    flex: 50%;
}
.tag-edit > a {
    color: #000;
    text-decoration: none;
}

/* Media */
.youtube-embed-wrapper > iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    height: 100%;
    width: 100%;
}

/* Text */
.medium-text {
	font-size: 14px;
}
.small-text {
	font-size: 12px;
}
.extra-lh {
    line-height: 1.8;
}
.responsive-phrase {
    display: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

/* Color */
.default-text-color,
.default-text-color--links a {
    color: #333;
}
.default-text-color--links a:hover {
    color: #777;
}

/* Elements */
.display-ib {
    display: inline-block;
}

.box-header {
    padding: 7px 20px 5px;

    background: #222;
    color: #fff;
    font-weight: 400;
}
.grid-background .box-header {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}

.info-box {
    padding: 15px 20px;

    background: #dbf5fa;
}
.varning-box,
.warning-box {
    padding: 15px 20px;

    background: #fadbdb;
}

.info-row__title {
	font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}

/* Buttons */
.neutral-btn {
    border-style: none;
    padding: 0;

    background-color: transparent;
    outline: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn {
    position: relative;

    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
    padding: 11px 22px;

    background-color: #fff;
    color: #333;
    font-size: 12px;
    cursor: pointer;
    line-height: 1;
    outline-style: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn:hover:not([disabled]),
.btn:focus {
    background-color: #f4f5f6;
    color: #333;
    text-decoration: none;
}
.btn:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn--large {
    font-size: 1.2em;
}
.btn--primary {
    border-color: #00a8c8;

    background-color: #00a8c8;
    color: #fff;
}
.btn--primary:hover,
.btn--primary:focus {
    border-color: #00849d;

    background-color: #00849d;
    color: #fff;
}
.btn--small {
    padding: 5px 12px;
}
.btn.active {
    border-color: #7ec14c;

    background: #7ec14c;
    color: #fff;
}

.btn--danger {
    background-color: #c80009;
    color: white;
}

.btn--danger:hover {
    background-color : #d6000a;
}

/* Code */
code {
    font-family: Monaco,Menlo,Consolas,Courier New,monospace!important;
    line-height: 1.50001;
    font-variant-ligatures: none;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: normal;
    -webkit-tab-size: 4;
    -moz-tab-size: 4;
    tab-size: 4;
    padding: 2px 3px 1px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    background-color: #f8f8f8;
    color: #e01e5a;
}

/* Sortable */
.sortable-handle {
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}
.sortable {
	border: 1px solid #eee;
	float: left;
	margin: 0;
	margin-right: 10px;
	min-height: 20px;
	padding: 5px 0 0 0;
    width: 142px;

	list-style-type: none;
}
.sortable li {
	margin: 0 5px 5px 5px;
    padding: 5px;
	width: 120px;

	font-size: 1.2em;
}

/* Forms */
.large-form {
    width: 100%;
}
.medium-form {
    max-width: 400px;

    font-size: 14px;
}
.small-form {
    max-width: 250px;

    font-size: 14px;
}
.form-row {
    margin-bottom: 12px;
}
.form-row input,
.form-row textarea,
.form-row select {
    border-color: #ccc;
    width: 100%;
}
.form-row input,
.form-row select {
    border-radius: 0;
    height: 34px;
    padding-left: 5px;
}
.form-row input[type="radio"],
.form-row input[type="checkbox"] {
    height: auto;
    padding: auto;
    width: auto;
}
.form-row input[type="file"] {
    padding-bottom: 4px;
    padding-top: 4px;
}
.form-row__label {
    margin-bottom: 3px;

    font-size: 14px;
    font-weight: 600;
}
.form-row .btn {
    margin-top: 10px;
}

.form-row__group {
    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-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    margin-left: -20px;

}
.form-row__group__item {
    flex: 1 1 0;

    padding-left: 20px;
}

/* Tables */
.table-holder {
    overflow-x: auto;
}
.large-table {
    width: 100%;
}
.medium-table {
    max-width: 500px;
    width: 100%;

    font-size: 14px;
}
.small-table {
    max-width: 300px;
    width: 100%;

    font-size: 14px;
}

.report-table-height {
    overflow-y: auto;
    max-height: 625px;
}

.boxed-table {
    border: 1px solid #ddd;
    border-bottom-style: none;
    border-right-style: none;
    border-collapse: collapse;

    text-align: left;
}
.boxed-table th,
.boxed-table td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px 10px;
}
.boxed-table th {
    background: #f4f5f6;
    white-space: nowrap;
}
.boxed-table .btn {
    white-space: nowrap;
}
.boxed-table tr:hover {
    background: #f9f9f9;
}
.boxed-table input,
.boxed-table select {
    border-color: #ccc;
    border-radius: 0;
    height: 34px;
    padding-left: 5px;
    width: 100%;
}
.boxed-table input[type="radio"],
.boxed-table input[type="checkbox"] {
    height: auto;
    width: auto;
}

.table--hide-empty:has(tbody:empty) {
    display: none;
}

/* Pagination */
.pagination {
    margin-bottom: 10px;
    margin-top: 10px;

    text-align: right;
}
.pagination-number {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 5px 10px;

    color: #333;
    font-size: 14px;
}
.pagination-number:hover {
    background: #f4f5f6;
}
.active-pagination-number {
    border-color: #00a8c8;

    background: #00a8c8;
    color: #fff;
}
.active-pagination-number:hover {
    background: #00a8c8;
}

.pagination-flex {
    display: flex;
    flex-flow: wrap;
    margin-left: 5px;
}

.pagination__item {
    margin: 3px;
}

.pagination__item.is-active a {
    border-color: #00a8c8;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/*
* Responsive style
*/

/* Page width & margin (1220px + 30px) */
@media all and (max-width: 1250px) {
    .l-constrained,
    main {
        margin-left: 15px;
        margin-right: 15px;
    }
    .view-home main {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Laptop / horizontal tablet */
@media all and (max-width: 960px) {

    /*
    * Helpers
    */

    /* Grid */
	.grid-break-early .grid-item-1-4 {
        width: 50%;
    }
	.grid-break-early .grid-item-1-6 {
        width: 33.33%;
    }
    .grid-break-early.grid-flex.grid-4,
    .grid-break-early.grid-flex.grid-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* Vertical tablet */
@media all and (max-width: 768px) {
    /*
    * Layout
    */
    /* Content */
    main {
        margin-top: 75px;
    }
    /* Sticky-holder */
    .sticky-holder {
        position: static;

        margin-top: 0;
    }
    /* Header */
    header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 100;

        border-bottom: 1px solid #ddd;
        height: 75px;
        padding-bottom: 0;
        padding-top: 0;

        line-height: 75px;
        text-align: center;
    }
    .header__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-line-pack: center;
        align-content: center;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        height: 75px;
        padding-left: 45px;
        padding-right: 45px;
        padding-top: 3px;
        width: auto;

        line-height: normal;
    }
    .header__right {
        display: none;
    }

    /* Mobile menu */
    .mobile-menu-icon {
        position: absolute;
        bottom: 0;
        left: 10px;
        top: 0;

        display: block;
        height: 75px;
        padding-left: 10px;
        padding-right: 10px;

        font-size: 24px;
        line-height: 75px;
    }
    .is-mobile-nav-open .mobile-menu-icon:after {
        position: fixed;
        bottom: 0;
        left: 350px;
        right: 0;
        top: 75px;

        background: rgba(0, 0, 0, 0.4);
        content: "";
    }

    /* Mobile navigation */
    .is-mobile-nav-open,
    .is-mobile-nav-open body {
        overflow: hidden;
    }
    .l-menubar {
        display: none;
    }
    .l-menubar .l-constrained {
        margin-left: 0;
        margin-right: 0;
    }
    .is-mobile-nav-open .l-menubar {
        position: fixed;
        bottom: 0;
        left: 0;
        top: 75px;
        z-index: 100;

        display: block;
        max-width: 350px;
        overflow-y: auto;
        width: 100%;
    }
    .site-nav > li {
        display: block;
    }
    .site-nav > li:first-of-type > a,
    .site-nav > li:first-of-type > span {
        margin-left: 0;
    }
    .site-nav > li > a,
    .site-nav > li > span {
        position: relative;

        border-bottom: 1px solid #ddd;
        padding: 15px 35px 15px 20px;

        line-height: normal;
    }
    .site-nav > li:hover > a,
    .site-nav > li:hover > span {
        background: none;
    }
    .site-nav .menu-node {
        position: absolute;
        bottom: 0;
        right: 15px;
        top: 50%;

        height: 20px;
        margin-top: -10px;

        font-size: 16px;
        line-height: 20px;
    }
    .dropdown,
    .nav-dropdown {
        position: static;

        border-style: none;
        background: #e8e8e8;
    }
    .dropdown a {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .has-dropdown:hover > .dropdown,
    .has-dropdown:hover > .nav-dropdown {
        border-bottom: 1px solid #ddd;
        display: none;
    }
    .has-dropdown.is-active > .dropdown,
    .has-dropdown.is-active > .nav-dropdown {
        display: block;
    }

    /* Footer */
    .l-footer .grid-2 li {
        display: block;
        padding-right: 0;
        width: auto;
    }

    /*
    * Helpers
    */

    /* Grid */
	.grid:not(.grid--static) .grid-item-1-4 {
        width: 50%;
    }
	.grid:not(.grid--static) .grid-item-1-6 {
        width: 33.33%;
    }
    .grid-break-early .grid-item-1-2,
    .grid-break-early .grid-item-1-3,
    .grid-break-early .grid-item-2-3,
    .grid-break-early .grid-item-1-4 {
        width: 100%;
    }
    .grid-break-early .grid-item-1-6 {
        width: 50%;
    }
    .grid-break-early.grid-flex.grid-2,
    .grid-break-early.grid-flex.grid-3,
    .grid-flex.grid-4,
    .grid-flex.grid-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /* Tables */
    .large-table {
        font-size: 14px;
    }
    .responsive-table {
        border-right: 1px solid #ddd;
    }
    .responsive-table tr {
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 5px 10px 10px;
    }
    .responsive-table tr:hover {
        background: none;
    }
    .responsive-table tr:nth-of-type(even),
    .responsive-table tr:nth-of-type(even):hover {
        background: #f4f5f6;
    }
    .responsive-table thead,
    .responsive-table th {
        display: none;
    }
    .responsive-table td {
        border-style: none;
        display: block;
        padding: 0;
    }
    .responsive-table td .btn {
        margin-top: 10px;
    }
    .responsive-table .responsive-phrase {
        display: block;
        margin-top: 5px;

        font-weight: 700;
    }
    .responsive-table .text-right {
        text-align: left;
    }
}

.flex {
    display: flex;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* Small tablet / Horizontal phone */
@media all and (max-width: 600px) {
    /*
    * Layout
    */
    /* Footer */
    .l-footer-top .grid-item-1-3,
    .l-footer-top .grid-item-2-3 {
        width: 100%;
    }
    .l-footer-top .grid-content-1,
    .l-footer-top .grid-content-2 {
        text-align: center;
    }
    .l-footer-top .grid-content-2 img {
        max-width: 200px;
    }

    /*
    * Helpers
    */
    /*Forms */
    .form-row__group--break-100 {
        display: block;
    }
    .form-row__group--break-100 .form-row__group__item {
        margin-bottom: 10px;
    }
    .form-row__group--break-100 .form-row__group__item:last-of-type {
        margin-bottom: 0px;
    }
}

/* Phone */
@media all and (max-width: 480px) {
    /*
    * Basic
    */
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }

    /*
    * Layout
    */
    /* Content */
    main {
        margin-top: 65px;
    }
    /* Header */
    header {
        height: 65px;

        line-height: 65px;
    }
    .header__left {
        height: 65px;
        padding-right: 0px;

        text-align: right;
    }
    /* Mobile menu */
    .mobile-menu-icon {
        left: 5px;

        height: 65px;

        line-height: 65px;
    }
    .is-mobile-nav-open .mobile-menu-icon:after {
        left: 70%;
        top: 65px;
    }

    /* Mobile navigation */
    .is-mobile-nav-open .l-menubar {
        top: 65px;

        width: 70%;
    }
    .site-nav > li > a,
    .site-nav > li > span {
        padding-left: 10px;
    }
    /* Footer */
    .l-footer {
        padding-bottom: 0px;
        padding-top: 40px;

        line-height: 1.8;
    }
    .l-footer .grid:not(.grid--static) .grid-item-1-4,
    .l-footer .grid:not(.grid--static) .grid-item-1-4--double {
        margin-bottom: 40px;
        width: 100%;

        text-align: center;;
    }
    .l-footer .grid-2 li {
        font-size: 14px;
    }
    .l-footer-credit li {
        border-style: none;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    /*
    * Helpers
    */

    /* Grid */
    .grid-item {
        font-size: 14px;
    }
	.grid:not(.grid--static) {
        margin-left: 0;
    }
	.grid:not(.grid--static) .grid-item {
        padding-left: 0;
    }
    .grid:not(.grid--static) .grid-item-1-2,
    .grid:not(.grid--static) .grid-item-1-3,
    .grid:not(.grid--static) .grid-item-2-3,
    .grid:not(.grid--static) .grid-item-1-4 {
        width: 100%;
    }
    .grid:not(.grid--static) .grid-item-1-6 {
        width: 50%;
    }
    .grid-flex.grid-2,
    .grid-flex.grid-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .grid-background {
        padding: 12px;
    }

    /* Tables */
    .large-table,
    .medium-table,
    .small-table {
        font-size: 12px;
    }
    .responsive-table {
        font-size: 14px;
    }
}

.userpage__table {
    border-collapse: collapse;
}

.userpage__table thead th {
    text-align: left;
    background-color: rgba(64, 64, 64, 1);
    border: 1px solid rgba(24, 24, 24, 0.6);
    color: white;
    padding: 10px;
}

.userpage__table tbody tr td {
    padding: 8px;
    text-align: left;
    border: 1px solid rgba(24, 24, 24, 0.6);
}

.expandable {
    cursor: pointer;
}

.activity_template__container {
    display: flex;
    flex-flow: wrap;
}

.activity_template__column {
    flex: 33%;
}

.activity_template__column:hover {
    cursor: pointer;
}

.sort-container {
    padding: 10px 20px;
    margin-bottom: 10px;
}

.sort-char {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.sort-char.is-active {
    font-weight: bold;
}

.activity_view__body img {
    max-width: none;
    margin-top: 10px;
}

.billing-report-holder {
    overflow-y: auto;
    height: 600px;
}

.w-50 {
    width: 50%;
}


.table-positive {
    background-color: rgba(141,203,130,0.4)
}

.table-negative {
    background-color: rgba(224,0,19,0.3)
}

.span-link {
    color: #00a8c8;
    cursor: pointer;
}

.m-auto {
    margin: auto;
}

.application-body main {
    max-width: none !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
}

.error-text {
    border: 1px solid #ff4a4a !important;
    font-weight: 600;
}

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

.tip-question {
    margin-left: 5px;
}


.tip {
    position: absolute;
    z-index: 100000;
    border-radius: 2px;
    max-width: 600px;
    padding: 7px 10px;
    background: #273038;
    color: #fff;
}

th.is-sortable {
    cursor: pointer;
}

/*
* Tab content
 */
.visual-tab__links {
    display: flex;
    flex-direction: row;
}

.tab-link {
    position: relative;

    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
    padding: 11px 22px;

    background-color: #fff;
    color: #333;
    font-size: 12px;
    cursor: pointer;
    line-height: 1;
    outline-style: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tab-link.active {
    border-color: #00a8c8;

    background-color: #00a8c8;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
