*,:after,:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    background: #232e47;
    color: #303030;
    margin: 0;
}
body.devel::after {
    content: 'KEHITYSVERSIO';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99999;
    font-size: 24px;
    font-family: monospace;
    color: #f00;
    border: 2px dotted #f00;
    background-color: #ff0;
    padding: 3px;
}
h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
}
p {
    margin: 20px 0;
    line-height: 20px;
}
b, strong {
    font-weight: 700;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover, .ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background: rgba(255,255,255,0.3);
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    border-radius: 0;
    width: 5px;
    background: rgba(0,0,0,0.3);
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y, .ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background: rgba(0,0,0,0.3);
}
/* GRID */
.one { width: 10%!important; }
.two { width: 16.66666666666667%!important; }
.three { width: 25%!important; }
.four { width: 33.3333%!important; }
.five { width: 41.66666666666667%!important; }
.six { width: 50%!important; }
.seven { width: 58.33333333333333%!important; }
.eight{ width: 66.66666666666667%!important; }
.nine{ width: 75%!important; }
.ten{ width: 83.33333333333333%!important; }
.eleven { width: 91.66666666666667%!important; }
.tvelwe, .twelve { width: 100%!important; }
.column {
    float: left;
}
.column.pad-20 {
    padding: 20px;
}
.centerize {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 200px;
}
.mobile-inline,
.mobile {
    display: none;
}
.desktop {
    display: block;
}
a {
    color: #336fb1;
    text-decoration: underline;
}
code {
    background: #FFF;
    padding: 2px 4px;
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.1);
}
input[type=search], input[type=text], input[type=email], input[type=password], select, textarea {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 1px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    font-family:  'Open Sans', sans-serif;
    font-size: 13px;
    background: #FFF;
    height: 28px;
    padding: 3px;
    transition: color 0s;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
select {
    -webkit-appearance: menulist;
    -moz-appearance:    menulist;
    appearance:         menulist;
}
textarea {
    width: 100%;
    height: 100px;
}
input[readonly]:not([data-datepicker]),
textarea[readonly] {
    background-color: #eee;
    color: #555;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.radio-set,
.checkbox-set {
    display: block;
    float: left;
    width: 100%;
}

.radio-set input[type=radio],
.checkbox-set input[type=checkbox] {
    display: none;
}
.radio-set label, .checkbox-set label {
    border: 1px solid rgba(20,20,20,0.1);
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-family:  'Open Sans', sans-serif;
    font-size: 13px;
    background: #f8fafb;
    height: 28px;
    line-height: 26px;
    padding: 0 15px !important;
    width: auto !important;
    display: inline-block;
    position: relative;
    margin: 0 5px 5px 0;
    transition: all 0s;
}
.radio-set.full label, .checkbox-set.full label {
    width: 100% !important;
    margin: 0;
}
.radio-set.full label:not(:first-of-type), .checkbox-set.full label:not(:first-of-type) {
    margin-top: 5px;
}
.radio-set.short-labels label {
    min-width: 80px;
    text-align: center;
}
.radio-set input:checked + label,
.checkbox-set input:checked + label,
.radio-set input:checked + span label {
    background: #26c0ef;
    color: #FFF;
}
.checkbox-set label {
    padding-left: 42px !important;
}
.checkbox-set label:before {
    content: "";
    font-family:  'themify';
    speak:  none;
    font-style:  normal;
    font-weight:  normal;
    font-variant:  normal;

    -webkit-font-smoothing:  antialiased;
    -moz-osx-font-smoothing:  grayscale;

    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;

    border-right: 1px solid rgba(20,20,20,0.1);
    transition: all 0s;
}
.checkbox-set input:checked + label:before {
    content: "\e64c";
}
.button,
.btn,
a[data-repeatable-add],
a[data-show],
.tag
{
    font-family:  'Open Sans', sans-serif;
    border:  1px solid rgba(20,20,20,0.1);
    background:  #1460a7;
    box-shadow:  0 1px 2px rgba(20,20,20,0.1);
    font-size: 13px;
    padding: 0px 18px;
    height: 24px;
    line-height: 22px;
    text-decoration: none;
    color: #FFF;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
a[data-repeatable-add],
a[data-show] {
    margin-top: 5px;
}
.button:hover,
.btn:hover,
a[data-repeatable-add]:hover,
a[data-show]:hover {
    background: #26c0ef;
    color: #FFF;
}
.button i,
.btn i,
a[data-repeatable-add] i,
a[data-show] i {
    margin-right: 4px;
}
.button:before,
.btn:before,
a[data-repeatable-add]:before,
a[data-show]:before,
.button i,
.btn i,
a[data-repeatable-add] i,
a[data-show] i,
.button i:before,
.btn i:before,
a[data-repeatable-add] i:before,
a[data-show] i:before {
    transition:  none;
    -webkit-transition:  none;
    -moz-transition:  none;
    -o-transition:  none;
}
.tag {
    box-shadow: 0 0 0 transparent;
    padding: 0 10px;
    background: #27314b;
    color: #FFF;
    font-size: 12px;
    cursor: default;
}
.tag.bold {
    font-weight: 700;
}
.tag.delivered,
.tag.purchased,
.tag.handled,
.tag.task_closed {
    background: #39bc4b;
}

.tag.task_open,
.tag.open {
    background: #f13e58;
}

.tag.task_open.overdue,
.tag.open.overdue,
.tag.open_comments.overdue {
    background: #f13e58;
    font-weight: bold;
}
td.task_open.overdue,
td.open.overdue,
td.open_comments.overdue {
    background: #efc1c8 !important;
    border: 1px solid #f13e58 !important;
}

.total {
    float: right;
    padding: 10px 0;
    line-height: 16px;
    width: 200px;
}
.total hr {
    border: 0;
    border-bottom: 1px solid rgba(20,20,20,0.1);
}
#notices {
    position: fixed;
    z-index: 15;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    max-width: 100%;
}
.notice {
    border:  1px solid rgba(20,20,20,0.1);
    background:  #f8fafb;
    box-shadow:  0 1px 2px rgba(20,20,20,0.1);
    font-size: 13px;
    padding: 0 18px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #27314b;
    border-radius: 2px;
    display: block;
    margin: 10px 0;
}
.notice.success {
    border-color: #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
}
.notice.error {
    border-color: #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}
.errors {
    background-color: #f2dede;
    color: #a94442;
    padding: 20px;
}
.errors li {
    margin-bottom: 5px;
}
.errors li:last-child {
    margin-bottom: 0;
}
section#login {
    color: #FFF;
    text-align: center;
}
section#login img {
    height: 60px;
    width: auto;
}
section#login h1 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
}
section#login .wrap {
    width: 300px;
    margin-left: -150px;
    margin-top: -140px;
}
section#login label {
    border-bottom: 1px solid #FFF;
    overflow: hidden;
    position: relative;
    display: block;
    color: #FFF;
    margin: 10px 0;
}
section#login label i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
section#login label input {
    width: 100%;
    border: 0;
    color: #FFF;
    background: transparent;
    box-shadow: 0 0 0 transparent;
    border-radius: 0;
    outline: none;
    height: 40px;
    padding-left: 30px;
}
section#login .button {
    width: 100%;
    background: #26c0ef;
    height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    margin-top: 10px;
    border-radius: 0;
    border: 0;
}
section#login .info {
    text-align: right;
    font-size: 11px;
    margin: 5px 0;
}
section#login .info a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-weight: 600;
}
section#login .info a:hover {
    color: rgba(255,255,255,0.8);
}
header, section, footer, nav {
    float: left;
    width: 100%;
}
header {
    background: #27314b;
    height: 60px;
    position: relative;
    z-index: 10;
}
body.devel header {
    background-color: #db0000;
}
header .nav-toggle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    float: left;
    text-decoration: none;
    cursor: pointer;
    display: none;
}
header #logo {
    width: 220px;
    height: 60px;
    float: left;
    text-align: center;
    background: rgba(20,20,20,0.1);
}
header #logo img {
    height: 40px;
    width: auto;
    margin: 10px 0;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
header .search {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -60px;
    height: 60px;
    width: calc(100% - 220px);
    background: #FFF;
    box-shadow: 0 1px 4px rgba(20,20,20,0.1);
}
header .search.show {
    top: 0;
}
header .search input {
    height: 60px;
    border: 0;
    width: 100%;
    outline: none;
    padding: 0 16px;
}
header .search .buttons {
    position: absolute;
    right: 0;
    top: 0;
}
header .search .buttons button {
    width: 60px;
    height: 60px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 14px;
    cursor: pointer;
}
header .search aside .checkbox-set {
    display: flex;
    position: relative;
    padding: 0 8px;
}
header .search aside .checkbox-set label {
    margin: 0;
    width: 100% !important
}
header .search aside {
    position: relative;
}
header .search aside .filter {
    flex: 1 auto;
    padding: 16px 8px;
}
header .header-toolbar {
    float: left;
    width: calc(100% - 220px);
    color: #b8bfc4;
    font-size: 13px;
}
header .header-toolbar ul, header .header-toolbar ul li {
    float: left;
}
header .header-toolbar a {
    color: #b8bfc4;
    text-decoration: none;
    float: left;
    line-height: 60px;
    height: 60px;
    padding: 0 15px;
    position: relative;
}
header .header-toolbar li.dropdown {
    position: relative;
}
header .header-toolbar li.dropdown a {
    padding-right: 40px;
}
header .header-toolbar a:hover {
    color: #FFF;
}
header .header-toolbar .show a:hover{
    color: #303030;
    background-color: #E7E7E7;
}
header .header-toolbar a i {
    font-size: 20px;
    line-height: 60px;
}
header .header-toolbar li.dropdown > a:after {
    content: "\e64b";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    position: absolute;
    font-family:  'themify';
    speak:  none;
    font-style:  normal;
    font-weight:  normal;
    font-variant:  normal;
    text-transform:  none;
    top: 50%;
    margin-top: -8px;
    line-height:  1;
    -webkit-font-smoothing:  antialiased;
    -moz-osx-font-smoothing:  grayscale;
    font-size: 8px;
    text-align: center;
    line-height: 18px;
    margin-left: 10px;
    display: inline-block;
}
header .header-toolbar li.dropdown > a.up:after, li.dropdown > a.up:after {
    content: "\e648"!important;
}
header .header-toolbar ul li ul {
    width: 200px;
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    box-shadow: 0 1px 2px rgba(20,20,20,0.1);
}
header .header-toolbar ul li ul.show {
    display: block;
}
header .header-toolbar ul.pull-right li ul {
    right: 0;
    left: auto;
}
header .header-toolbar ul li ul li {
    width: 100%;
}
header .header-toolbar ul li ul li a {
    background: #FFF;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #303030;
    border-bottom: 1px solid rgba(20,20,20,0.1);
}
header .header-toolbar ul li ul li:last-child a {
    border: 0;
}
nav {
    float: left;
    width: 220px;
    height: 100%;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}
nav ul, nav ul li, nav ul li a  {
    float: left;
    width: 100%;
}
nav > ul {
    position: absolute;
    height: 100%;
    padding: 60px 0 0 0;
    overflow: auto;
    box-shadow: inset 0 -1px 2px rgba(20,20,20,0.2);
}
nav > ul > li:last-of-type {
    margin-bottom: 150px;
}
nav ul li {
    margin-bottom: 1px;
    position: relative;
}
nav ul li a {
    background: #1460a7;
    height: 60px;
    color: #FFF;
    text-decoration: none;
    padding: 23px 23px 23px 83px;
    position: relative;
    border-bottom: 1px solid rgba(20,20,20,0.1);
}
nav ul li a:hover {
    background: #115493;
}
nav ul li.dropdown > a:after {
    content: "\e64b";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    right: 15px;
    margin-top: -10px;
    top: 50%;
    position: absolute;
    font-family:  'themify';
    speak:  none;
    font-style:  normal;
    font-weight:  normal;
    font-variant:  normal;
    text-transform:  none;
    line-height:  1;
    -webkit-font-smoothing:  antialiased;
    -moz-osx-font-smoothing:  grayscale;
    font-size: 8px;
    text-align: center;
    line-height: 22px;
}
nav ul li a i {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.1);
    color: #FFF;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}
nav ul li a i:before {
    line-height: 60px;
}
nav ul li ul {
    display: none;
}
nav ul li ul.show {
    display: block;
}
nav ul li ul li {
    margin-bottom: 0;
}
nav ul li ul li a {
    height: 46px;
    padding: 18px 18px 18px 46px;
    font-size: 12px;
}
nav ul li ul li a i {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    background: transparent;
    color: #FFF;
}
nav ul li ul li a i:before {
    line-height: 46px;
}
nav ul li.global-search {
    margin-bottom: 4px;
}
/* search bar */
nav ul li.global-search form > div {
    display: flex;
}
nav ul li.global-search form > div button,
nav ul li.global-search form > div div {
    flex: 0 0 auto;
    width: 34px;
    transition: all 0s;
    border: 0;
    background-color: #26c0ef;
    color: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
}
nav ul li.global-search form > div input {
    flex: 1 1 auto;
    height: 34px;
    width: 0;
    box-shadow: none;
    border: none;
}
/* filters */
nav ul li.global-search form > aside {
    display: none;
    overflow: hidden;
    transition: all 0s;
}
nav ul li.global-search form > aside input {
    position: absolute;
    left: -99999px;
    visibility: hidden;
}
nav ul li.global-search form > aside label div {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #26c0ef;
    height: 20px;
    font-size: 11px;
    margin-top: 1px;
}
nav ul li.global-search form > aside label span {
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-color: rgba(20,20,20,0.1);
    align-items: center;
    justify-content: center;
}
nav ul li.global-search form > aside label span:after {
    content: "\e64c";
    font-family: 'themify';
    color: transparent;
    transition: all 0s;
}
nav ul li.global-search form > aside label input:checked + div span:after {
    color: inherit;
}
nav .bottom-menu{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    display: flex;
    flex-direction: column;
}
nav .bottom-menu .bottom-menu-item{
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    background-color: #1460a7;
}
nav .bottom-menu .bottom-menu-item:first-child{
    border-top: 1px solid #232e47;
    border-bottom: 1px solid #232e47;
}
nav .bottom-menu .bottom-menu-item:hover{
    background-color: #12589a;
}

[data-slide-vertical], [data-slide-horizontal] {
    text-decoration: none;
    color: inherit;
}
i.balloon-icon {
    height: 30px;
    width: 30px;
    margin: 0 15px 0 0;
    border-radius: 50%;
    background: rgba(255,255,255, 0.1);
    text-align: center;
    cursor: pointer;
    z-index: 10;
    line-height: 30px;
}
section#content #hide-nav.balloon-icon {
    position: absolute;
    margin: 0 0 0 -15px;
    left: 0;
    top: 15px;
}

section#content {
    background: #FFF;
    width: calc(100% - 220px);
    height: calc(100vh - 60px);
    position: relative;
    z-index: 1;
    float: right;
}
section#content.full {
    width: calc(100% - 60px);
}

section#search-filters.full {
    max-height: 999px;
    transition: max-height ease-out .5s;
}
section#search-filters:not(.full) {
    max-height: 0;
    transition: max-height cubic-bezier(0, 1.05, 0, 1) .5s;
    overflow-y: hidden;
}

section#content #list, section#content #view {
    position: absolute;
    height: 100%;
    top: 0;
    overflow: hidden;
}
section#content #list {
    background: #eef2f5;
    width: 100%;
    left: 0;
    z-index: 3;
}
section#content #list.collapse {
    width: calc(100% - 640px);
}
section#content #list.hide {
    width: 0;
}
section#content #view {
    width: 640px;
    right: 0;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.1);
}
section#content #view.fullscreen {
    width: 100%;
}
section#content #view section.page-header {
    background: #efefef;
}
.loading {
    opacity: 0.2;
}
.loading:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.7);
}
.loading:after {
    content: "\e619";
    font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    font-size: 32px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    transform: translate(-50%, -50%) rotate(0deg);
}
@-webkit-keyframes spin {
    from { -webkit-transform: translate(-50%, -50%) rotate(0deg); }
    to { -webkit-transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes spin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

section#content .page-content {
    padding: 5px;
    height: calc(100vh - 120px);
    position: absolute;
    top: 60px;
    left: 0;
    overflow: auto;
}

section#content .page-content > ul.breadcrumbs {
    position: sticky;
    top: -5px;
    z-index: 1;
    display: flex;
    background-color: #fafafa;
    margin: -5px;
    margin-bottom: 5px;
    padding: 5px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
section#content .page-content > ul.breadcrumbs li::after {
    content: '>';
    margin: 0 5px;
}
section#content .page-content > ul.breadcrumbs li:last-child::after {
    display: none;
}

section#content .page-content > .column {
    padding: 5px;
}
.data-container {
    float: left;
    width: 100%;
    background: #FFF;
    box-shadow: 0 1px 2px rgba(20,20,20,0.3);
    padding: 10px 10px 10px 10px;
    position: relative;
}
.globalsearch .data-container {
    margin-bottom: 20px;
}
.data-container .data-container-title {
    background: #232E47;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #fff;
    display: block;
    line-height: 40px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 15px;
    margin: -10px -10px 10px -10px;
}
.data-container.hilight {
    box-shadow: 0 0 10px #4c639a;
}
.data-container.hilight .data-container-title {
    background-color: #4c639a;
}
.data-container .data-container-label {
    float: left;
    width: 100%;
    padding: 5px;
}
.data-container .data-container-label-inline {
    float: left;
    width: 100%;
    padding: 5px;
}
.data-container .data-container-input,
.data-container .data-container-label > label,
.data-container .data-container-label > input[type="text"],
.data-container .data-container-label > input[type="password"],
.data-container .data-container-label > select {
    width: 100%;
    float: left;
}
.data-container .data-container-label input[type="radio"],
.data-container .data-container-label input[type="checkbox"] {
    margin: 10px 5px 10px 0;
}
.data-container .data-container-input {
    position: relative;
}
.data-container .data-container-input input {
    width: 100%;
}
.data-container .data-container-input .input-tool {
    position: absolute;
    top: 2px;
    right: 2px;
}
.data-container .data-container-label label {
    padding: 5px 0;
}
.data-container .data-container-title .tools {
    position: absolute;
    top: 0;
    right: 0;
}
.data-container .data-container-title .tools li, .data-container .data-container-title .tools li a {
    float: left;
}
.data-container .data-container-title .tools li {
    padding: 7px;
}
.data-container .data-container-title .tools li a {
    text-decoration: none;
    padding: 0 15px;
    font-size: 13px;
    height: auto;
    line-height: 24px;
}
.data-container .dataTables_wrapper {
    overflow: hidden;
}
.data-container .table-container {
    width: 100%;
    overflow: auto;
}
.data-container table {
    width: 100% !important;
    font-size: 12px;
    border: 0;
}
.repeatables-container,
.table-container {
    width: 100%;
    overflow: auto;
}
.data-container table.repeatables {
    min-width: 800px;
}
.data-container table tr {
    position: relative;
}
.data-container table tr td,
.data-container table tr th {
    padding: 12px 9px;
    border-bottom: 1px solid rgba(20,20,20,0.15);
    text-align: left;
    font-size: 13px;
    vertical-align: middle;
}
.data-table-container table tr td,
.data-table-container table tr th {
    padding: 4px 9px;
}
.data-container table tr td.sorting_1 {
    background: rgba(20,20,20,0.06);
}
.data-container table tr:nth-child(2n) td.sorting_1 {
    background: rgba(20,96,167,0.2);
}
td.icons {
    white-space: nowrap
}
td.icons a {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid rgba(20,20,20,0.1);
    background: #f8fafb;
    box-shadow: 0 1px 2px rgba(20,20,20,0.1);
    font-size: 13px;
    padding: 0px 5px;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    color: #27314b;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}
td.icons a:hover  {
    background: #26c0ef;
}
td.icons a:hover i {
    color: #FFF;
}
td.icons i:before {
    transition:  none;
    -webkit-transition:  none;
    -moz-transition:  none;
    -o-transition:  none;
}
td.actions, td.actions-wide {
    position: relative;
}
td.actions .controls, td.actions-wide .controls {
    float: right;
    display: flex;
    max-height: 100%;
}
td.actions .controls .design-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    border-left: 1px solid rgba(20,20,20,0.1);
    text-decoration: none;
    font-size: 16px;
}
.data-container table.dataTable tfoot tr th {
    border-top: 1px solid rgba(20,20,20,0.1);
}
.data-container table.info tr td {
    line-height: 20px;
}

.data-container table tr td.actions, .data-container table tr td.actions-wide {
    text-align: right;
    vertical-align: top;
}
.data-container table tr td.actions .btn, .data-container table tr td.actions-wide .btn {
    width: 100px;
    text-align: center;
    margin: 0 2px;
    padding: 0 10px;
}
.data-container table tr td.actions-wide .btn {
    width: 100%;
}
.data-container table tr th {
    background: #FFF;
    border-top: 1px solid rgba(20,20,20,0.1);
    border-bottom: 1px solid rgba(20,20,20,0.1);
    font-weight: 600;
}
.data-container table tr:nth-child(2n) td {
    background: rgba(20,96,167,0.1);
}
.data-container .fc table tr:nth-child(2n) td {
    background: transparent;
}
.data-container .data-table-container.selectable table tr:hover td {
    background: rgba(71,162,206,0.4);
    cursor: pointer;
}
section#content .page-content .reports {
    text-align: center;
}
section#content .page-content .report-data {
    display: inline-block;
    padding: 15px 0;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    margin: 15px 0;
}
section#content .page-content .report-data b {
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
}
section#content .page-content .report-data b span {
    font-weight: 600;
    font-size: 24px;
}
section.page-header {
    background: #FFF;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
}
section.page-header h1 {
    font-size: 22px;
}
section.page-header .tools {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 5px;
}
section.page-header .tools.left {
    right: auto;
    left: 0;
}
section.page-header .tools li, section.page-header .tools li a, .btn-tool {
    float: left;
}
section.page-header .tools li {
    padding: 10px 5px;
}
section.page-header .tools li a, .btn-tool {
    padding: 0 20px 0 60px;
    line-height: 40px;
    background: #1460a7;
    border-left: 1px solid rgba(20,20,20,0.1);
    text-decoration: none;
    color: #FFF;
    position: relative;
    border-radius: 2px;
}
section.page-header .tools li.jump a {
    padding: 0 20px;
}
section.page-header .tools li.jump > a {
    font-size: 22px;
}
section.page-header .tools li a:hover, .btn-tool:hover {
    background: #115493;
}
section.page-header .tools li.dropdown > a:after {
    content: "\e64b";
    font-family:  'themify';
    speak:  none;
    font-style:  normal;
    font-weight:  normal;
    font-variant:  normal;
    text-transform:  none;
    line-height:  40px;
    -webkit-font-smoothing:  antialiased;
    -moz-osx-font-smoothing:  grayscale;
}
section.page-header .tools li a i, section.page-header .tools li.dropdown > a:after, .btn-tool i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    background: rgba(255,255,255,0.1);
}
section.page-header .tools li.jump.dropdown > a:after {
    display: none;
}
section.page-header .tools li a i:before, .btn-tool i:before {
    line-height: 40px;
    transition:  none;
    -webkit-transition:  none;
    -moz-transition:  none;
    -o-transition:  none;
}
section.page-header .tools li ul {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 10;
    min-width: 280px;
}
section.page-header .tools li ul li, section.page-header .tools li ul li a {
    width: 100%;
}
section.page-header .tools li ul li {
    padding: 0;
}
section.page-header .tools li ul li a {
    background: #FFF;
    border-bottom: 1px solid rgba(20,20,20,0.1);
    color: inherit;
}
section.page-header .tools li ul li a:hover {
    background: #efefef;
}
section.page-header .tools li ul.show {
    display: block;
}
section.page-header .tools li.dropdown ul li a,
section.page-header .tools li.dropdown ul li i:before {
    line-height: 40px;
    white-space: nowrap;
}
section.page-header .tools li.dropdown ul li i {
    line-height: 40px;
    height: 40px;
}
section.page-header .tools li.dropdown ul li a:hover i {
    background: #1460a7;
    color: #FFF;
}
section.page-header .breadcrumbs {
    font-size: 22px;
    color: #83898e;
    overflow: hidden;
    display: inline-block;
    line-height: 60px;
}
section.page-header .breadcrumbs li {
    float: left;
}
section.page-header .breadcrumbs li:after {
    content: "\e649";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    margin: 0 10px;
}
section.page-header .breadcrumbs li:last-of-type:after {
    display: none;
}

#calendar_left ul li {
    line-height: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px ;
}
#calendar_left ul {
    display: block;
    margin-top: 10px;
}
#calendar_left ul:first-child {
    margin-top: 0;
}
#calendar_left ul li input {
    margin-right: 8px;
}
#calendar_left ul li:last-child {
    border: 0;
}

.dialogs {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 11;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    transition: none;
}
.dialogs #dialogs-container {
    max-width: 1200px;
    width: 100%;
    height: 720px;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.dialogs .dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    transition: none;
}
.dialogs #dialog-schema {
    display: none !important;
}
.dialogs .dialog .dialog-header {
    background: #FFF;
    height: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    z-index: 2;
    position: relative;
}
.dialogs .dialog .dialog-header .dialog-path {
    float: left;
}
.dialogs .dialog .dialog-header .dialog-path li {
    float: left;
}
.dialogs .dialog .dialog-header .dialog-path a {
    display: block;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    color: inherit;
    text-decoration: none;
    opacity: 0.3;
    position: relative;
    cursor: default;
    outline: none;
}
.dialogs .dialog .dialog-header .dialog-path li a:after {
    content: "\e649";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 63px;
    height: 60px;
    font-size: 9px;
}
.dialogs .dialog .dialog-header .dialog-path li:last-child a {
    opacity: 1;
    border-bottom: 2px solid #27314b;
}
.dialogs .dialog .dialog-header .dialog-path li:last-child a:after {
    display: none;
}
.dialogs .dialog .dialog-header .buttons {
    display: flex;
    position: absolute;
    right: 60px;
    top: 0;
    padding: 0 5px;
}
.dialogs .dialog .dialog-header .buttons li {
    padding: 10px 5px;
}
.dialogs .dialog .dialog-header .dialog-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #27314b;
    color: #fff;
    cursor: pointer;
    border: 0;
    outline: none;
}
.dialogs .dialog .dialog-body {
    height: 600px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    z-index: 1;
    overflow: auto;
}
.dialogs .dialog .dialog-body .dialog-body-header {
    float: none !important;
}
.dialogs .dialog .dialog-footer {
    height: 60px;
    padding: 10px;
}
.dialogs .dialog .dialog-footer .btn-tool.right {
    float: right;
}
.dialogs .dialog .saving {
    pointer-events: none;
    opacity: 0.7;
}

.repeatables div[data-repeatable-row] {
    width: 100%;
    display: flex;
}
.repeatables div[data-repeatable-row] > div {
    flex: 1 1 auto;
}
.repeatables [data-repeatable-delete] {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    color: inherit;
}
.repeatables [data-repeatable-delete]:hover {
    color: #ef3d67;
}
.repeatables [data-repeatable-delete] i,
.repeatables [data-repeatable-delete] i:before {
    -webkit-transition: none;
    transition: none;
}
.repeatables td {
    vertical-align: middle;
}
.repeatables input {
    width: 100%;
}

.ui-widget, .ui-widget *,
.ui-timepicker-wrapper, .ui-timepicker-wrapper * {
    -webkit-transition: all 0s;
    transition: all 0s;
}

table tr td .fc-content, table tr td .fc-time {
    white-space: normal !important;
}
a.calendar-event:before {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    float: right;
}
.unconfirmed-event {
    border: solid 3px #ffec12 !important;
}
.in-the-past {
    border: solid 3px #000 !important;
}
.status-delivered {
    border: solid 3px #000 !important;
}
.overlapping {
    outline: solid 3px red !important;
}
.past-warning::before{
    content: "!";
    color: red;
    position: absolute;
    font-size: 12px;
}
.past-warning .fc-time{
    padding-left: 5px !important;
}
.past-warning .fc-title{
    padding-left: 5px !important;
}
a.unconfirmed-event:before {
    content: "\e646";
}
.filled-travel-event {
    border: solid 3px #000 !important;
}
a.filled-travel-event:before {
    content: "\e64d";
}
a.purchase-event:before {
    content: "\e68c";
}
a.delivery-event:before {
    content: "\e6bf";
}
a.document-event:before {
    content: "\e6b4";
}

.color-picker, .color-picker * {
    -webkit-transition: none;
    transition: none;
}

.ui-datepicker {
    z-index: 20 !important;
}

input[data-datepicker] {
    width: 100px;
}
input[data-timepicker] {
    width: 50px;
}

table.days {}
table.days .confirmed {
    color: #3c763d;
}
table.days .unconfirmed {
    color: #a94442;
}

.hours input {
    width: 30px !important;
    float: none !important;
}

.delete-preview {
    color: #aaaaaa;
}
.delete-preview a, .delete-preview input {
    display: none;
    visibility: hidden;
}

.data-container .fc td, .fc th {
    padding: 0;
}

.data-container .fc td.fc-axis {
    padding: 0 10px;
}

.data-container .fc-time-grid .fc-slats td {
    height: 20px;
}

.fc-title{
    font-weight: 600;
}

#calendar_left ul li{
    padding-right: 25px;
}

.projectRow{
    position: relative;
}

.projectRow .sum{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #12589a;
}

.unconfirmed-events{
    display: none;
    z-index: 10;
    position: absolute;
    left: 100%;
    top: 0;
    width: 300px;
    border: 1px solid #000;
}

.unconfirmed-events h4{
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    background-color: #12589a;
    color: #fafafa;
}

.unconfirmed-events .columns .item{
    padding: 10px;
    border-top: 1px solid #000;
}

.unconfirmed-events .columns .item:hover{
    background-color: #fafafa;
}

.unconfirmed-events .columns .item a{
    margin: 0;
    color: #000;
    text-decoration: none;
}

.bg-green{
    background-color: #aed581;
    padding: 5px 10px;
}

.bg-yellow{
    background-color: #fff176;
    padding: 5px 10px;
}

.bg-red{
    background-color: #ff8a65;
    padding: 5px 10px;
}

.bg-blue{
    background-color: #8a65ff;
    padding: 5px 10px;
}

.bg-purple{
    background-color: #d581ae;
    padding: 5px 10px;
}

.data-container .data-table-container .kanban-container {
    display: flex;
    justify-content: space-between;
}

.data-container .data-table-container .kanban-container .reminders {
    display: flex;
    width: 25%;
    height: fit-content;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid black;
}

.data-container .data-table-container .kanban-container .reminders h2 {
    align-self: center;
    font-size: large;
}

.data-container .data-table-container .kanban-container .reminders li, :after, :before{
    transition: default;
    -webkit-transition: default;
    -moz-transition: default;
    -o-transition: default;
}


.data-container .data-table-container .kanban-container .reminders li {
    display: flex;
    width: inherit;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
}

.data-container .data-table-container .kanban-container .reminders .moving-reminder{
    background-color: rgb(133, 133, 133);
    border: 2px dashed black;
}

.data-container .data-table-container .kanban-container .reminders .missing{
    border: 3px solid red;
}

.data-container .datacontainer-label, .kanban {
    display: flex;
    align-items: center;
    gap: 10px;
}
.data-container .datacontainer-label, .kanban label {
    width:fit-content
}
section.page-content .buttons{
    display: flex;
}
section.page-content .buttons .btn{
    margin-left: 5px;
}