*{
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 980px){
    body {
        padding-top: 50px;
    }
}
@media screen and  (max-width: 979px){
    .navbar-fixed-top, .navbar-fixed-bottom{
        position: fixed;
    }
}
.footer{
    text-align: center;
    padding-bottom: 20px;
}
table {
    border-collapse: collapse;
}

#reportTable{
    margin-top:40px;
}
.grid-view table.items tr.selected td{
    background-color: #ffffff;
}
.grid-view table.items tr.selected td.active{
    background-color: #0044cc;
}
#reportTable td{
    padding: 0;
    text-align: center;

}
.hours-row{
    width:60px;
}
.project-row{
    width: 140px;
}
.delete-row{
    width: 80px;
}

#reportTable textarea{
    width: 93%;
    margin: 8px;
    resize: vertical;
    height: 57px;
    padding: 4px 8px;
    border: none;
    box-shadow: none;

}

#reportTable input.hours{
    width: 50px;
    height: 20px;
    margin: 8px;
    border: none;
    box-shadow: none;
}

#reportTable select{
    width: inherit;
    height: 30px;
    margin: 8px;
}
.delete-row .btn{
    margin:8px;
}
#addReportsWp{
    text-align: center;
}
#addReportRow{
    display: inline-block;
    font-size: 17px;
    margin: 8px 0;
    border-bottom: dashed 1px #0088cc;
    text-decoration: none;
}
#addReportRow:hover{
    text-decoration: none;
    color: #005580;
}
#addReports{
    font-size: 21px;
    padding: 10px 20px;
}
#addReportTotal, #addReportBalance {
    font-size: 17px;
    font-weight: 600;
}

/*************************************/
#usersList{
    position: fixed;
    overflow-y: auto;
    width:220px;
    left:40px;
    top:175px;
}
#usersList a:visited{
    color: purple;
}
.data-selector{
    font-size: 17px;
    margin-top:20px;
}
.data-selector .btn{
    font-size: 15px;
}

#userListDataSelector
{
    width:100%;
    left:0;
    top:40px;
    background-color: #ffffff;
    z-index: 10;
    padding-top:10px;
}

#usersListDataSelectorWp,
#projectListDataSelectorWp{
    position: fixed;
    width:100%;
    left:0;
    top:100px;
    background-color: #ffffff;
    z-index: 10;
    padding-top:10px;
    padding-left:40px;
}

#userListDataSelector .data-selector {
    padding-left: 0;
}
#userListDataSelector .data-selector,
#usersListDataSelectorWp .data-selector,
#projectListDataSelectorWp .data-selector{
    margin: 0;
}

.data-comment {
    font-size: 13px;
}

#ReportListDataSelectorWp{
    background-color: #ffffff;
    top: 40px;
    padding-top: 10px;
    height: 40px;
    position: sticky;
}
#ReportListDataSelectorWp .data-selector{
    margin: 0;
}

/***********************************************************************************************************************/
#login-form{
    max-width: 220px;
    margin: 0 auto;
    /*text-align: center;*/
}
#recover-form{
    max-width: 250px;
    margin: 0 auto;
}
#recover-form input[type='text']{
    padding: 4px 6px;
    width: 238px;
    margin: 0 auto;
}
#recover-form input[type="submit"]{
    width: 100%;
    height: 44px;
    margin-top: 20px;
}
.alert-success{
    padding: 8px 14px 8px 14px;
}
#recover-form label, #login-form label,
#login-form > div{
    text-align: center;
}
#login-form label input[type="checkbox"]{
    display: inline-block;
    float: none;
    margin-top: 5px;
}
#login-form .recovery-link{
    margin-top: 8px;
    display: inline-block;
}
#login-form input[type='submit']{
    width: 100%;
    height: 44px;
    margin-top: 20px;
}
#multi-form .userCompany{
    width: 100%;
    max-width: 220px;
    height: 44px;
    display: block;
    margin: 20px auto 0;
}

/***********************************************************************************************************************/
#allReports{
    padding-top: 35px;
    position: relative;
}
#allReports h2{
    font-size: 24px;
}
#allReports h3{
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
}
@media screen and (max-width: 1680px){
    #allReports{
        margin-left: 245px;
    }
    #allReports.allReportsUser{
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        min-width: 1000px;
    }
}

.strike{
    text-decoration: line-through;
}
div.form label.inline{
    display: inline;
}
/***********************************************************************************************************************/
#showUserLog{
    margin-bottom: 10px;
}
/***********************************************************************************************************************/
@media screen and (max-width: 979px){
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top{
        margin-left:0;
    }
    .container{
        padding-top: 80px;
        width:initial;
        margin: 0 20px;
    }
    .navbar .nav{
        font-size: 12px;
    }
    #userListDataSelector,
    #usersListDataSelectorWp,
    #projectListDataSelectorWp{
        top: 48px;
    }
}
@media screen and (min-width: 768px) and (max-width: 979px){
    .container{
        padding-top: 78px;
    }
}
body{
    position: relative;
}
#downCsv, #downPdf, #downExcel{
    display: inline-block;
    z-index: 11;
}

@media print{

    #usersList{
        display: none;
    }
    #allReports{
        padding-top: 0;
    }
    #allReports ul,
    #allReports li{
        margin:0;
        list-style: none;
    }
    #userListDataSelector,#usersListDataSelectorWp, #projectListDataSelectorWp{
        position: relative;
        padding-top: 60px;
        top:0;
        left: 0;
    }
    #allReports .task{
        border-bottom: none !important;
        display: inline-block;
    }
    #allReports .hours{
        display: inline-block;
    }

    a[href]:after {
        content: "";
    }

    .info,
    #userListDataSelector,
    #usersListDataSelectorWp,
    #projectListDataSelectorWp,
    .navbar,
    #defaultTitle,
    #downPdf,
    #downCsv{
        display:none;
    }
}
#exportLinks-wp{
    position: relative;
    padding:0;
    height:0;
    z-index:99;
}
#exportLinks{
    position: absolute;
    width: 150px;
    /*top: 0;*/
    right: 0;
    bottom: 0;
    z-index: 100;
    color: #08c;
    font-size: 17px;
    height: 1rem;
    padding: 0;
    line-height: 1;
}
#exportLinks.solo-report {
    bottom: 9px;
}
#exportLinks.report-project {
    bottom: 23px;
}
@media screen and (min-width: 741px) and (max-width: 1024px){
    #exportLinks-wp{
        min-width:95%;
        margin:0;
    }
    #exportLinks{
        bottom: 1rem;
    }
}
@media screen and (min-width: 320px) and (max-width: 740px){
    #exportLinks-wp{
        min-width:95%;
        margin:0;
    }
    #exportLinks{
        bottom: 1rem;
        right:9px;
    }
}
#exportLinks > a{
    display: inline-block;
    position: absolute;
    padding: 0 15px;
    right: 0;
    top:0;
}
#exportLinks .caret{
    border-top: 4px solid #08c;
}
#exportLinks li{
    padding: 5px;
}
#exportLinks .dropdown-menu li>a{
    width: 280px;
}
#exportLinks .dropdown-menu-right{
    left: inherit;
    right: 0;
    min-width: initial;
    /*bottom: -90px;*/
    top: 20px;
    /*top: initial;*/
}
#page{
    position: relative;
}

.form-check-input{
    margin-bottom: 7px !important;
    margin-right: 5px !important;
}

.right {
    float: right;
}

.left {
    float: left;
}

.inner-element {
    padding-left: 10px;
    padding-right: 10px;
}
.text-center {
    text-align: center;
}

.center {
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
}

.text-left {
    text-align: left;
}

.archived, #report-data {
    display: none;
}

.info {
    color: #999;
}

.dot-border {
    border-bottom: 1px dotted #333;
}

.finger {
    cursor: pointer;
}


body .dropdown .dropdown-menu .nav-header {
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    padding-right: 20px;
    padding-left: 20px;
    /*padding: 3px 3px !important;*/
    margin-top: 0;
}

body .dropdown .dropdown-menu .nav-header:first-child {
    /*padding: 3px 15px;*/
}

#reportDataWp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#reportDataWp select {
    margin: 0;
}

.reportTitleLeft {
    position: fixed;
    padding-left: 40px;
    left: 0px;
    background-color: white;
    top: 0;
    padding-top: 45px;
    width: 100%;
    z-index: 10;
}

.reportSpaceForTitle {
    margin-bottom: 60px;
}

body .dropdown .dropdown-menu .nav-header:last-child {
    font-size: 8px;
}