﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* Modified styles*/



html, body {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    font-family: 'Segoe UI';
    font-size: 13px

}

.table-arm th {
    background-color: #f7f7f7;
    color: #000000b3;
    font-weight: bold;
    text-align: center;
}

.table-arm td {
    text-align: center;
}

/* Modified styles*/

a, .btn-link {
    color: #0366d6;
    color: #687fa3;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@keyframes cssHideAnimation {
    to {
        display: none;
    }
}

@-webkit-keyframes cssHideAnimation {
    to {
        display: none;
    }
}

#blazor-error-ui {
    bottom: 0;
    background: white;
    left: 0;
    position: fixed;
    display: none;
    width: 40vw;
    z-index: 1000;
    margin-left: 30vw;
    margin-bottom: 2em;
    -webkit-box-shadow: 10px 10px 33px -20px rgba(166,166,166,1);
    -moz-box-shadow: 10px 10px 33px -20px rgba(166,166,166,1);
    box-shadow: 10px 10px 33px -20px rgba(166,166,166,1);
    border-radius: 8px;
    border: 2px solid indianred;
    padding: 2em;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/*Styles SideBar*/

.fa-2x {
    font-size: 2em;
}

.fa {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}


.main-menu:hover, nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
}

.main-menu {
    background: #3262A8;
    background: #687fa3;
    border-right: 1px solid #e5e5e5;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 53px;
    overflow: hidden;
    -webkit-transition: width .15s linear;
    transition: width .15s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 1000;
}

    .main-menu > ul {
        margin: 7px 0;
    }

    .main-menu li {
        position: relative;
        display: block;
        width: 250px;
    }

        .main-menu li > a {
            position: relative;
            display: table;
            border-collapse: collapse;
            border-spacing: 0;
            color: #999;
            font-family: arial;
            font-size: 14px;
            text-decoration: none;
            -webkit-transform: translateZ(0) scale(1,1);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
        }

    .main-menu .nav-icon {
        position: relative;
        display: table-cell;
        width: 60px;
        height: 36px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
    }

    .main-menu .nav-text {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 190px;
        font-family: 'Titillium Web', sans-serif;
    }

    .main-menu > ul.logout {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

    .no-touch .scrollable.hover:hover {
        overflow-y: auto;
        overflow: visible;
    }

a:hover, a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    nav ul, nav li {
        outline: 0;
        margin: 0;
        padding: 0;
    }

    .main-menu li:hover > a, nav.main-menu li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
        color: #fff;
        background-color: #5fa2db;
    }

.area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}
.WidgetScope-box-column-no-center {
    position: relative;
    display: flex !important;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: initial;
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
    transition: all 150ms linear;
    padding: 32px;
    border-radius: 10px;
    transition: height 150ms linear;
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-right: 20px;
}
.WidgetScope-box-column {
    position: relative;
    display: flex !important;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
    transition: all 150ms linear;
    padding: 32px;
    border-radius: 10px;
    transition: height 150ms linear;
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid lightgrey;
}
.WidgetScope-box {
    position: relative;
    display: flex !important;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
    transition: all 150ms linear;
    padding: 40px;
    border-radius: 10px;
    transition: height 150ms linear;
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid lightgrey;
    padding-bottom: 40px;
}
.WidgetScope-row-noborder {
    position: relative;
    display: flex !important;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: auto;   
    transition: all 150ms linear;    
    transition: height 150ms linear;
    background-color: #ffffff;
   
}
.WidgetScope-column-noborder {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: auto;
    transition: all 150ms linear;
    transition: height 150ms linear;
    background-color: #ffffff;
}
.WidgetScope-Dashboard {
    position: relative;
    display: flex !important;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: start;
    width: 100%;
    height: auto;
    /*box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);*/
    transition: all 150ms linear;
    padding: 32px;
    border-radius: 10px;
    transition: height 150ms linear;
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 3em !important;
    width: 90vw!important;
    border: 1px solid lightgrey;
}
.WidgetScope-box__title {
    font-family: "Etelka Medium Pro", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #5fa2db;
}
.WidgetScope-box-column-left {
    position: relative;
    display: flex !important;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: left;
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
    transition: all 150ms linear;
    padding: 32px;
    border-radius: 10px;
    transition: height 150ms linear;
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-right: 20px;
}
.TableStyle2 {
    padding: 42px;
}

    .WidgetScope-box-column-left::before {
        border-radius: 0 0 0 4px;
        top: -4px;
        border-width: 0 0 2px 2px;
        content: '';
        position: absolute;
        left: -10px;
        width: 10px;
        height: calc(50% + 4px);
        border-color: #ccc;
        border-style: solid;
    }
.WidgetScope-box-row-left {
    position: relative;
    display: flex !important;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: left;
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
    transition: all 150ms linear;
    padding: 32px;
    border-radius: 10px;
    transition: height 150ms linear;
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-right: 20px;
}
.TableStyle2 tbody > ::before {
    
    top: -45px;
    border-width: 0 0 2px 2px;
    content: '';
    position: absolute;
    left: -10px;
    width: 10px;
    height: calc(50% + 40px);
    border-color: #ccc;
    border-style: solid;
}
.TableStyle2 tbody > ::after {
    content: '';
    position: absolute;
    border-width: 0 0 0 2px;
    left: -10px;
    width: 10px;
    height: calc(50% + 30px);
    border-color: #ccc;
    border-style: solid;
}
.TableStyle2 tbody > :last-child::before {
    border-radius: 0 0 0 4px;
}
.TableStyle2 tbody > :last-child::after {
    display: none;
}
.Button-box {
    position: relative;
    
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    appearance: none !important;
    padding: 16px 80px;
    border-radius: 6px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
    transition: all 150ms linear;
    background-color: #ffffff;
    transition: all 150ms linear;
    transform-origin: center center;
}
.Button-box-with-icon {
    padding: 7px 12px;  
    border: 1px solid lightgrey;
}

.Button-box-white {
    background-color: #ffffff;
}
.Button-box:hover, .Button-box:active {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}
.reportTitle {
    font-weight: bold;
}

/*---------------Drag and drop test--------------------*/

.plk-dd-inprogess > * {
    pointer-events: none;
}

/*dropzone style style*/
.plk-dd-dropzone {
    min-height: 50px;
}

/*drag drop styles*/

.plk-dd-spacing {
    height: 10px;
}

.plk-dd-no-spacing {
    height: 10px;
    margin-top: -10px;
}

.plk-dd-spacing-dragged-over {
    padding: 25px;
}

.plk-dd-dragged-over {
    background-color: lightgray;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

    .plk-dd-dragged-over > div {
        background-color: lightgray;
        opacity: 0.6;
        animation: blinker 1s linear infinite;
    }

.plk-dd-dragged-over-denied {
    background-color: red;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

.plk-dd-in-transit {
    opacity: 0;
}

    .plk-dd-in-transit > div {
        opacity: 0;
    }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
}

/*for flex demo*/

.plk-flex .plk-dd-spacing {
    width: 20px;
    height: auto;
}

.plk-flex .plk-dd-dragged-over {
    background-color: lightgray;
    opacity: 0.6;
    animation: blinker 1s linear infinite;
}

    .plk-flex .plk-dd-dragged-over > div {
        background-color: lightgray;
        opacity: 0.9;
        animation: blinker 1s linear infinite;
    }

.plk-flex .plk-dd-in-transit {
    background-color: orangered;
}

    .plk-flex .plk-dd-in-transit > div {
        background-color: orangered;
    }

.plk-dd-noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.lightcoral-background {
    background-color: #f5a8a8;
}

.soft-yellow-background {
    background-color: #ffdda8;
}

.top-tree-level {
    background-color: #C0C0C0;
    font-weight: bold;
}

.babyblue-background {
    background-color: #89CFF0;
}

.direct-top-descendant {
    background-color: #DCDCDC;
    font-weight: bold;
}

.aggregated-bold {
    font-weight: bold;
}

.font-size-12 {
    font-size: 12px;
}

.res-circle-js {
    /* (A) PERCENTAGE WIDTH & BORDER RADIUS */
    width: 30px;
    border-radius: 50%;
    /* (C) NECESSARY TO POSITION TEXT BLOCK */
    line-height: 0;
    position: relative;
}

    /* (D) MATCH HEIGHT */
    .res-circle-js::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

/* (E) TEXT BLOCK */
.circle-txt-js {
    /* (E1) CENTER TEXT IN CIRCLE */
    position: absolute;
    bottom: 50%;
    width: 100%;
    text-align: center;
    /* (E2) THE FONT - NOT REALLY IMPORTANT */
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: white;
}