.list-unstyled{
    background: #636363;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
.tokenfield .token{
    height:inherit;
}
.tokenfield .token .token-label{
    margin-top: 1px;
}
.ui-widget-content{
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
    border-radius: 3px;
}
.ui-menu-item{
    padding: 5px 15px;
}
.ui-menu-item:hover{
    background: #ededed;
    cursor: pointer;
}
a{
    text-decoration: none;
    color: #212529;
}
.ui-helper-hidden-accessible{
    display: none;
}
.datetimepicker::after,
.datetimepicker::before{
    display: none;
}
.datetimepicker{
    position: fixed!important;
    left: 5%!important;
    top: calc( (100vh - 230px)/2 )!important;
    width:90%;
    padding: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border:0;
    background-color: #fff;
    z-index: 1;
}
.outside-datepicker{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: none;
}
.outside-datepicker .title{
    margin-top: calc( ( 100vh - 370px ) /2 );
    text-align: center;
    color: #fff;
    padding-bottom: 100px;
}
.w-auto{
    width:auto;
}
.datetimepicker-years table,
.datetimepicker-months table,
.datetimepicker-days table,
.datetimepicker-hours table,
.datetimepicker-minutes table{
    width: 100%;
}
.datetimepicker-group input{
    caret-color: transparent!important;
}
.nav-item .dropdown-item:focus,
.nav-item .dropdown-item:hover,
.nav-item .dropdown-item.show{
    background-color: inherit;
    color: #ff9800;
    text-shadow: 0px 0px 1px #ff9800;
}
.form-group{
    padding-bottom:15px;
}
.table-responsive.analysis{
    min-height: 300px;
    max-height: 400px;
}
.table-responsive.analysis thead{
    position: sticky;
    top:0;
    background: #fafafa;
    box-shadow: 0px 0px 1px 0px #000;
    border:0;
}
#login-form #sign-in-with-google-container{
    margin:0;
}
.color-gray{
    color:gray;
}
.modal-body p{
    font-size:0.8rem;
}