:root {
    --transition-time: 0.3s;
}

.user-specific {
    display: none;
}

.k-edit-form-container {
    width: 60vw;
}

/*
    Decrease the width of the edit form labels. The default one is 30%.
    The new width should depend on the column titles.
    Switch the text alignment to the left. By default, it is to the right.
*/

a.primary--text {
    color: #000000 !important;
    caret-color: #000000 !important;
}

.k-popup-edit-form .k-edit-label {
    width: 20%;
    text-align: left;
}

/*
    Increase the width of the textbox containers. The default one is 60%.
    The sum of label and editor percentage widths should be around 90%, to make up for existing paddings.
*/
.k-popup-edit-form .k-edit-field {
    width: 70%;
}

/*
    Expand the edit textboxes and any other Kendo UI widgets.
    In case of unexpected side effects, use widget-specific classes, instead of .k-widget.
*/
.k-popup-edit-form .k-edit-field > .k-textbox,
.k-popup-edit-form .k-edit-field > .k-widget:not(.k-tooltip) {
    width: 98%;
}

.k-grid {
    font-size: 0.9em;
}

.k-button {
    font-size: 0.9em;
    color: black !important;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'Verdana', 'sans-serif';
    background: #fafafa;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all var(--transition-time);
}

.header-column.header-left > a {
    font-family: 'Verdana', 'sans-serif';
}

p {
    font-family: 'Verdana', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

i, span {
    display: inline-block;
}

.grid {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#top {
    flex-grow: 0;
    flex-shrink: 1;
    height: 60px;
    text-align: center;
    background-color: #1c4074;
    color: #fff;

    display: flex;
    flex-direction: row;
}

#top img {
    height: 40px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-left {
    margin-left: 40px;
    align-self: center;
    text-align: left;
    width: 400px;
}

.header-middle {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    align-self: center;
    justify-content: center;
}

.header-right {
    align-self: center;
    text-align: right;
    margin-right: 10px;
    width: 400px;
}

#usermenu {
    text-align: right;
}

.content {
    display: flex;
    flex: 1 1 auto;
    height: 100%;

    flex-direction: row;
}

.k-menu {
    border: none;
    background: #f3f3f3;
}

#menu-bar {
    width: 325px;
    background: #f3f3f3;
    color: #000;
    transition: all var(--transition-time);
    -webkit-transition: all var(--transition-time);
    height: 100%;
}

.k-menu .k-link {
    font-size: 0.9em;
}

.k-menu .k-item > .k-link {
    padding: 0px;
}

#menu-bar.collapsed, #collapse-button.collapsed {
    width: 50px;
    transition: all var(--transition-time);
    -webkit-transition: all var(--transition-time);
}

#collapse-button {
    width: 300px;
    height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 2px;
    -webkit-transition: all var(--transition-time);
}

#menu-bar.collapsed .k-menu-expand-arrow {
    display: none;
}

@keyframes show {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        display: block;
        opacity: 1;
    }
    99% {
        display: block;
    }
    100% {
        display: none;
        opacity: 0;
    }
}

#menu-bar span.menu-text {
    animation: show var(--transition-time) linear;
    animation-fill-mode: forwards;
}

#menu-bar.collapsed span.menu-text {
    animation: hide var(--transition-time) linear;
    animation-fill-mode: forwards;
}

#menu-bar.collapsed .menu-image {
    margin: 2px;
    transition: all var(--transition-time);
}

#menu-bar .menu-image {
    transition: all var(--transition-time);
}

.menu-image {
    height: 26px;
    padding: 10px;
    vertical-align: middle;
}

ul.k-group .k-item > .k-link {
    line-height: 35px;
    vertical-align: middle;
}

#content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

#content .page-title {
    flex: 0 1 auto;
    margin: 5px;
}

#pageTitle {
    font-weight: bold;
    font-size: 25px;
    color: #045381;
    text-align: center;
}

.module {
    flex: 1 1 auto;
    height: 100%; /* Απλά θέλει οτιδήποτε για να δουλέψει το grid στον chrome... *!*/
}

#deploymentSurveysGridButtons {
    margin-bottom: 10px;
}

.input-full {
    width: 98%;
}

.dropbtn {
    background: Transparent no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-size: 14px;
}

.dropdown, #user-dropdown {
    position: relative;
    display: inline-block;
    cursor: default;
}

.dropdown-content, .user-dropdown-content {
    display: none;
    position: absolute;
    background-color: #e0e0e0;
    border-radius: 5px;
    right: 0;
    border: 1px solid #d4d3d7;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    white-space: nowrap;
}

.dropdown-content a, .user-dropdown-content a {
    font-size: 14px;
    font-weight: normal;
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover, .user-dropdown-content a:hover {
    background-color: #42b7f8;
    border-radius: 5px;
}

/*#content {*/
/*padding: 20px;*/
/*height: 100%;*/
/*transition: all var(--transition-time);*/
/*}*/

/*#buttonNewCostUnit, #collapseNewCostUnit {*/
/*margin: 10px;*/
/*margin-bottom: 30px;*/
/*}*/

/*.borderedForm {*/
/*border: thin black solid;*/
/*margin-bottom: 20px;*/
/*margin-left: 20px;*/
/*margin-right: 20px;*/
/*padding: 20px;*/
/*margin-top: 5px;*/
/*}*/

/*.container form.borderedForm label {*/
/*font-family: YuGothic;*/
/*}*/

/*.left-half {*/
/*width: 49%;*/
/*height: 100vh;*/
/*float: left;*/
/*}*/

/*.right-half {*/
/*width: 50%;*/
/*height: 100vh;*/
/*float: right;*/
/*}*/

/*td.details-control {*/
/*background: url('../img/details_open.png') no-repeat center center;*/
/*cursor: pointer;*/
/*}*/

/*tr.shown td.details-control {*/
/*background: url('../img/details_close.png') no-repeat center center;*/
/*}*/

/*td.delete-control {*/
/*background: url('../img/details_delete.png') no-repeat center center;*/
/*height: 26px;*/
/*cursor: pointer;*/
/*}*/

#popupNotification {
    display: none;
}

.k-tabstrip-items {
    font-size: 0.9em;
}

/*shrink spaces in edit form*/
.k-edit-label {
    padding: 0;
}

#deploymentTabStrip h2 {
    font-weight: lighter;
    font-size: 5em;
    line-height: 1;
    padding: 0 0 0 30px;
    margin: 0;
}

#deploymentTabStrip h2 span {
    background: none;
    padding-left: 5px;
    font-size: .3em;
    vertical-align: top;
}

#deploymentTabStrip p {
    margin: 0;
    padding: 0;
    height: 20px;
}

#loader {
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
    margin-left: -200px; /* margin is -0.5 * dimension */
    margin-top: auto;
    text-align: center;
}

td.data {
    text-align: center;
    border: 1px solid black;
    padding: 2px;
}

#impactProbabilityTable {
    margin-left: 0px;
}

td.header {
    background-color: lightgrey;
}

td.title {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 25px;
    font-weight: bold;
}

td.title span {
    transform: rotate(-90.0deg);
    margin-left: -10em;
    margin-right: -10em;
}

.impact {
    width: 30px;
}

.header {
    width: 50px;
    font-weight: bold;
}

.deployment-status-undeployed{
    background-color: #ff7777;
}

.deployment-status-pending{
    background-color: #ffff77;
}

.deployment-status-finished{
    background-color: #77ff77;
}

.deployment-warning {
    background-color: #ffcccc;
}

.deployment-warning.k-state-selected {
    background-color: #1d87c6;
}

.deployment-pending {
    background-color: #fff3d1;
}

.deployment-pending.k-state-selected {
    background-color: #1d87c6;
    /*color: #000000;*/
}

.deployment-finished {
    background-color: #ccffcc;
}

.deployment-finished.k-state-selected {
    background-color: #1d87c6;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

.k-grid-header th.k-header {
    vertical-align: middle;
}

.colorColumn {
    margin-left: -7px;
    margin-top: -7px;
}

.grid-container {
    min-height: 100px;
    position: relative;
}

.color-element {
    text-align: center;
    font-weight: bold;
}

.dashboard {
    display: grid;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    min-height: 0;
    grid-template-columns: repeat(12, 1fr) 10px;
    grid-auto-rows: min-content;
    margin-left: 10px
}

.dashboard-title {
    text-align: center;
    grid-column: 1 / span 12;
    grid-row: 1;
    font-weight: bold;
    font-size: 20px;
    height: 30px;
}

.dashboard-item {
    border: #00000022 solid;
    display: grid;
    grid-template-rows: 30px 1fr;
}

.dashboard-item-title {
    grid-row: 1;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.dashboard-item-content {
    grid-row: 2;
}

.dashboard-single-item {
    grid-column: span 12;
}

.dashboard-double-item {
    grid-column: span 6;
}

.dashboard-triple-item {
    grid-column: span 4;
}

.dashboard-quadruple-item {
    grid-column: span 3;
}

.dashboard-double-row-item {
    grid-row: span 2;
}

.dashboard-triple-row-item {
    grid-row: span 2;
}

.k-list > .k-item.k-first {
    padding-top: 2em;
}

.k-list > .k-state-hover.k-first {
    padding-top: calc(2em - 1px);
}

.k-list > .k-item.k-first > .k-group {
    height: 2em;
    left: 0;
}

.k-list > .k-state-hover.k-first > .k-group {
    top: -1px;
    left: -1px;
}

.k-popup-edit-form .k-edit-label {
    width: 20%;
    text-align: right;
}

.k-popup-edit-form .k-edit-field {
    width: 75%;
}

#classificationFooter {
    font-weight: bold;
    font-size: 1.1em;
    width: 100%;
    /*border:    black 2px solid;*/
    margin: 10px 0px;
}

#classificationFooter th {
    text-align: center;
    padding: 10px;
}

#classificationFooter .class-scale {
    padding: 5px;
    width: 100%;
}

#classificationFooter td {
    text-align: left;
    padding: 10px;
}

#classificationFooter tr {
    /*padding: 10px;*/
}

#classificationFooter td:nth-child(n + 2) {
    text-align: center;
    width: 200px;
}


#modulesImage img,
#modulesImage svg {
    width: 70%;

    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.login {
    display: none;
    width: 99.95%;
    height: 100%;
}

.login > img {
    width:100%;
    height:100%;
}

.login-form-container {
    max-width: 700px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 18%;
    left: 50%;
    margin-left: -350px;
}

.login-form-company {
    margin-bottom: 20px;
    height: 80px;
    background-color: #1c4074;
    /* border: 1px solid black; */
    border-radius: 16px;
    box-shadow: grey;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.login-form-company img{
    height: 60px;
}

.login-form-content {
    background-color: white;
    padding: 20px 100px;
    /* border: 1px solid black; */
    border-radius: 16px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.login-form-container .login-form-header {
    text-align: center;
}

.login-form .input-container {
    border-bottom: 1px solid #CCCCCC;
    margin-top: 15px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 0.9em;
}

.login-form .input {
    border: 0;
    width: 100%;
}

.login-form .input:focus {
    outline: none;
}

.login-form {
    text-align: center;
}

.login-form .button {
    margin-top: 15px;
    width: 50%;
    background: #00aeef;
    border: 0;
    color: #FFFFFF;
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
    transition: background .3s;
    border-radius: 10px;
}

.login-form .button:hover {
    background: #1f6eb7;
}

.login-form .button:focus {
    outline: none;
}

#licenceManagement table th {
    text-align: center;
    font-size: large;
}

#licenceManagement table tbody td {
    padding: 5px;
}

#licenceManagement table tbody tr td:nth-child(2) {
    width: 500px;
}

.fieldlist {
    padding: 0;
    list-style-type: none;
}

.fieldlist li {
    padding-bottom: 3px;
}

li#bcmCoordinator:checked ~ #bcmCoordinatorTypeList {
    display: block;
}

li#bcmCoordinator:not(:checked) ~ #bcmCoordinatorTypeList {
    display: none;
}

.user-editor-modules {
    width: 100%;
    height: 95%;
    border: 1px solid rgba(200, 200, 200, 0.1);
    background: rgba(244, 244, 244, 0.5);
}

.user-editor-modules-container {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-template-rows: auto auto auto;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    width: 100%;
    height: 98%;
    margin: auto;
}

.subTitleButton {
    margin-right: 5px;
}

.subTitleButtonImg {
    margin-right: 5px;
    height: 20px;
}

.usersContainer {
    display: grid;
    grid-column-gap: 5px;
    grid-template-columns: auto auto;
    margin-left: 25px;
    margin-right: 25px
}

.userSelection-Partitions {
    grid-column: 1;
    width: 500px;
    height: 500px;
    /*background-color: red;*/
}

.usersSelection-Users {
    grid-column: 2;
    width: 500px;
    height: 500px;
    /*background-color: blue;*/
}

.isra-dashboard-info-deployment {
    font-size: 12px;
    display: grid;
    grid-template-columns: 20px auto;
    grid-template-rows: auto;
}

.isra-dashboard-info-deployment-name {
    /*grid-row: 1;*/
    grid-column: 1 / span 2;
}

.isra-dashboard-info-deployment-fieldset legend {
    font-size: 12px;
}

.isra-dashboard-info-deployment-approval-path {
    /*grid-row: 2;*/
    grid-column: 2
}


.progress-bar {
    background-color: rgba(255, 153, 153, 0.5);
    width: 100%;
    color: black;
    height: auto;
}

.progress-bar > div {
    background-color: rgba(153, 255, 153, 0.5);
    /* Adjust with JavaScript */
    height: 20px;
}

.approval-path-user-finished {
    background-color: rgba(0, 153, 0, 0.5);
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.approval-path-user-on {
    background-color: rgba(153, 153, 0, 0.5);
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.approval-path-user-pending {
    background-color: rgba(153, 0, 0, 0.5);
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.settings-logo-preview {
    height: 80px;
}

.settings-logo-link {
    width: 500px;
}

#emailNotificationsApplicationSettings table {
    vertical-align: middle;
}

#emailNotificationsApplicationSettings table td {
    padding: 5px
}

.hidden {
    display: none !important;
}

#sidebarCollapse.collapsed {
    transform: rotate(180deg);
}

.selected-menu{
    background-color: #BDE7FD;
}

.archived {
    background-color: rgba(59, 66, 11, 0.2)
}

.v-list-group .v-list-group__header .v-list-item__icon.v-list-group__header__append-icon {
    min-width: 0 !important;
    margin-left: 0 !important;
}

.dashboard-filter {
    display: inline-block;
    margin-right: 10px;
}

.dashboard-filter-hidden {
    display: none;
}

.centered-input input {
    text-align: center;
}

.editor-table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

.titlespan,
.editor-table > tr > td:first-child:not([colspan]),
.editor-table > tbody > tr > td:first-child:not([colspan]) {
    font-weight: bold;
    font-size: 0.8rem;
    opacity: 0.8;
    vertical-align: middle;
    white-space: nowrap;
}

.editor-table > tr > td,
.editor-table > tbody > tr > td {
    padding: 2px 12px 0.5rem 0;
}

.editor-table > tr > td:not(:first-child),
.editor-table > tbody > tr > td:not(:first-child) {
    width: 100%;
}