/*Write your custom css in this file.*/

/*project table*/
.fa.load-child {
    cursor: pointer;
    min-width: 25px;
    background: #fff;
    color: #a1a3a5;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: central;
    text-align: center;
    margin: 0 5px;
    padding: 4px 0;
    border: 1px solid #e2e7f1;

}

.fa.load-child:hover {
    background: #2ac2d4;
    color: #fff;
    border: 1px solid #2ac2d4;
}

.easy-autocomplete {
    width: 100% !important
}

.easy-autocomplete input {
    width: 100%;
}

.form-wrapper {
    width: 500px;
}


.signin-box.panel {
    z-index: 9999 !important;
    position: absolute;
    display: block;
    background: #eee;
}

#particles-js, .particles-js-canvas-el {
    z-index: -1 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: #312e2b;*/
    /*background-color: #232741;*/
    /*background-color: #412222;*/
    background-color: #003366;
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 50% 50%;
    display: block;
    top: 0;
}

.project-types.nav-tabs > li > a > .badge {
    background: #ffffff !important;
    color: #777 !important;
}

.project-types.nav-tabs > li.active > a, .project-types.nav-tabs > li.active > a:active, .project-types.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    /*color: #000000 !important;*/
    /*border-bottom: 2px solid #D93025 !important;*/
}

.flex {
    display: flex;
    justify-content: space-between;
}


.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
}

.disabled.day{
    color: #e5e9ec !important;
}


.checkbox_display_none.checkbox-blank {
    background: transparent !important;
}