﻿@font-face {
	font-family: Gravity-Regular;
	src: url('open-iconic/font/fonts/Gravity-Regular.eot'), url('open-iconic/font/fonts/Gravity-Regular.otf') format('opentype'), url('open-iconic/font/fonts/Gravity-Regular.ttf') format('truetype'), url('open-iconic/font/fonts/Gravity-Regular.woff');
}



@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@font-face {
    font-family: Gravity-Bold;
    src: url('open-iconic/font/fonts/Gravity-Bold.eot'), url('open-iconic/font/fonts/Gravity-Bold.otf') format('opentype'), url('open-iconic/font/fonts/Gravity-Bold.ttf') format('truetype'), url('open-iconic/font/fonts/Gravity-Bold.woff');
}

@font-face {
    font-family: GraphikBold;
    src: url('../open-iconic/font/fonts/GraphikBold.otf') format('opentype');
}

@font-face {
    font-family: Franklin Gothic Demi Regular;
    src: url('../open-iconic/font/fonts/Franklin Gothic Demi Regular.ttf') format('truetype');
}

@font-face {
    font-family: Franklin Gothic Book Regular;
    src: url('../open-iconic/font/fonts/Franklin Gothic Book Regular.ttf') format('truetype');
}

@font-face {
    font-family: Franklin Gothic Medium Regular;
    src: url('../open-iconic/font/fonts/Franklin Gothic Medium Regular.ttf') format('truetype');
}

@font-face {
    font-family: GravityBold;
    src: url('../css/open-iconic/font/fonts/Gravity-Bold.ttf') format('truetype');
}


@font-face {
    font-family: GravityRegular;
    src: url('../css/open-iconic/font/fonts/Gravity-Regular.ttf') format('truetype');

}
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
    height: 100vh;
}


a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
 
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 42px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 4px #00000033;
    opacity: 1;
}

.main {
    flex: 1;
    display: flex;
    flex-direction: row
}



        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-left: 5px !important;
    padding-top: 5px !important;
    width: 100vw;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: column !important;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    /* .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }


}
.imgtask {
    width: 17px;
    height: 11px;
}

.span-task {
    text-align: left;
    font-family: GravityBold;
    font-size: 11px;
    letter-spacing: 0px;
    color: #024662;
    opacity: 1;
}

.span-tasks {
    text-align: left;
    font-family: GravityBold;
    font-size: 13px;
    letter-spacing: 0px;
    color: #024662;
    opacity: 1;
    margin-right: 6px;
}
.span-fleche {
    color: #024662;
    opacity: 1;
    width: 5px;
    height: 8px;
    font-weight: bold;
}

.link-tasks {
    text-align: left;
    font-family: 'GravityBold';
    font-size: 11px;
    color: #024662;
    opacity: 0.55;
    padding-right: 6px;
}

.link-tasks:hover {
    cursor: pointer;
    text-decoration: underline;
}
.link-task {
    text-align: left;
    font-family: 'GravityBold';
    font-size: 11px;
    color: #024662;
    opacity: 0.55;
    padding-right: 6px;
}

    .badge {
    padding: 6px 5px;
    border-radius: 50%;
    background: red;
    color: white;
}
.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.inputText {
    font-family: 'Franklin Gothic Medium Regular';
    height: 35px;
    border: transparent;
    box-shadow: none !important;
    border-radius: 18px;
    font-size: 14px;
    color: #35414C;
    width: 256px;
    outline: none !important;
}
::placeholder {
    color: #6c757d;
    font-family: 'GravityRegular';
    font-size: 13px;
    opacity: 1;
}
.inputText:hover {
    border: 1px solid #CCCCCC;
}
.cursor-pointer {
    cursor: pointer;
}
.input-filter {
    margin-left: -14px;
    background: none;
    width: auto;
    border: transparent;
    border-radius: 9px !important;
    opacity: 1;
    resize: none;
    outline: none !important;
    font-family: 'GravityRegular';
    font-size: 14px;
    padding: 9px;
    padding-left: 15px;
    color: #35414C;
    font-weight: 400;
    line-height: 1.5;
    height: calc(1.5em + 0.75rem + 2px);
    display: block;
    /*box-shadow: 0 0 0 0.09rem rgba(40, 167, 69, 0.25);*/
}
    .input-filter:hover {
        box-shadow: 0 0 0 0.09rem rgba(40, 167, 69, 0.25);
    }
    .input-filter:focus:hover {
        box-shadow: 0 0 0 0.09rem rgba(40, 167, 69, 0.25);
    }
.input-popup {
    background: none;
    width: 290px;
    border: transparent;
    border-radius: 9px;
    opacity: 1;
    resize: none;
    outline: none !important;
    font-family: 'GravityRegular';
    font-size: 14px;
    padding: 9px;
    padding-left: 15px;
    color: #35414C;
    font-weight: 400;
    line-height: 1.5;
    height: calc(1.5em + 0.75rem + 2px);
    display: block;
    box-shadow: 0 0 0 0.09rem rgba(40, 167, 69, 0.25);
}

    .input-popup:focus {
        box-shadow: 0 0 0 0.09rem rgba(40, 167, 69, 0.25);
    }
.inputSelectSimple {
    border: transparent;
    border-radius: 9px;
    opacity: 1;
    resize: none;
    outline: none !important;
    font-family: 'GravityRegular';
    font-size: 14px;
    padding-left: 15px;
    color: #35414C;
    font-weight: 400;
    line-height: 1.5;
    height: calc(1.5em + 0.75rem + 2px);
    display: block;
    margin-left: -14px;
    /*
        box-shadow: 0 0 0 0.09rem rgb(40 167 69 / 25%);
    */
    margin-top: 0px !important;
}
    .inputSelectSimple:hover {
        box-shadow: 0 0 0 0.09rem rgb(40 167 69 / 25%);
    }
.container-header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: calc(100vh - 130px);
}
.container-noeuron {
    width: 100%;
    overflow-y: auto;
    /*height: 100vh;*/
    display: flex;
}
.inputDouble {
    background-color: transparent;
    border: transparent;
    border-radius: 9px;
    opacity: 1;
    resize: none;
    /*margin-top: 11px;*/
    margin-left: 14px;
    outline: none;
    font-family: 'GravityRegular';
    font-size: 14px;
    padding: 9px;
    padding-left: 15px;
    color: #35414C;
    width: 193px;
    height: 32px !important;
}
    .inputDouble:focus {
        box-shadow: 0 0 0 0.09rem rgba(204, 204, 204, 1);
        background: white;
    }
    .inputDouble:disabled, .inputDouble[readonly] {
        background-color: transparent;
        opacity: 1;
    }
.imgRoundList{
    width:30px;
    height:30px;
}
.arrow-up {
    height: 20px;
    width: 15px;
    position: absolute;
    right: 10px;
    transition: transform 400ms ease-in-out;
    display: block;
    transform: rotate( 180deg );
}
.img-submenumobile {
    width: 31px;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.div-one-element-mobi {
    text-align: center;
    border: 1px solid #eaeaea;
    background: none;
    font-size: 14px;
    font-family: 'GravityBold';
    display: grid;
    justify-items: center;
}
.span-hover:hover {
    text-decoration: underline;
    color: #34B8F2 !important;
    cursor: pointer;
}
.menu-hover:hover {
    cursor: pointer;
}
.btn-delete-rprt {
    display:none;
    margin-left: 15px;
}
@media screen and (max-width: 1024px) {
    .btn-delete-rprt-ipad {
        display: block !important;
    }
}

.btn-edit-rprt{
    display:none;
    width:15px;
} 
.btn-delete-rprt:hover, .btn-edit-rprt:hover {
        cursor: pointer;
    }

.display-edit-del:hover .btn-delete-rprt, .display-edit-del:hover .btn-edit-rprt {
    display: block;
}
.inputdatecss::-webkit-calendar-picker-indicator {
    background: url('/icons/icon calnedrier.svg') no-repeat, white;
    background-size: contain;
    cursor: pointer;
    right: 10px;
    position: relative;
}
/*Hide scroll bar in container-noeuron*/
.container-noeuron {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.container-noeuron::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.select-entry-style:disabled
{
    background:none;
}

.closepop-entrerheure{
    margin-top: 20px !important;
}
