/* Se for gigante */
@media (min-width: 1960px) {
}

/* Se for grande */
@media (max-width: 1959px) {}

@media (max-width: 1366px) {
    .list-menu{
        font-size: 14px;
    }
}

/* Se for médio */
@media (max-width: 1199px) {
    .list-menu{
        font-size: 12px;
    }
}

/* Se for pequeno */
@media (max-width: 991px) {
}

/* Se for bem pequeno */
@media (max-width: 767px) {
    #navBar,
    #topNavBar > .link-item,
    #lasttaskscontent { display: none; }
    
    body{
        font-size: 14px;
        font-weight: 300;
    }

    .h1 { font-size: 24px; }
    .h2 { font-size: 18px; }
    .topMenuNavBar {
        width: 100%;
        margin-left: 0%;
    }
    #topNavBar {
        color: #333;
        position: fixed;    
        width: 100%;
        position: fixed;
        right: 0px;
        z-index: 99;
    }
    
    #topNavBar .link-item {
        color: #0085c3;
    }

    #contentWarp {
        height: auto;
        width: 100%;
        left:0px;
        display: block;
        position: absolute;
        right: 0px;
        padding: 5px;
        font-family: 'Open Sans', sans-serif;
    }

    .time-holder {
        line-height: 1;
        text-align: center;
        display: block;
        height: auto;
        margin: 10px 0px;
        padding: 10px;
        border: solid 1px #eee;
    }

    .time-clock {
        display: block;
        line-height: 30px;
        margin: 0px;
        font-size: 24px;
    }

    .activity-box.active:before {
        display: none;
    }

    .activity-box {
        border-radius: 4px;
    }

        .activity-box .info {
            height: auto;
            margin: 15px;
        }

        .activity-box .item {
            display: block;
            font-size: 14px;
            line-height: 20px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .activity-box .item .info-label {
                font-weight: 600;
                margin-right: 5px;
            }

            .activity-box .item .content {
                font-weight: 300;
            }

        .activity-box .activity {
            display: block;
            margin: 10px 0px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            height: auto;
            line-height: 30px;
        }

            .activity-box .activity .label {
                line-height: 20px;
                width: auto;
                display: inline-block;
                height: auto;
                border-radius: 20px;
                font-size: 12px;
                font-weight: 300;
                padding: 3px 10px;
            }

        .activity-box .controls {
            margin: 0px auto 15px;
            min-width: 100px;
            text-align: center;
            min-height: 85px;
        }
        .activity-box .controls .time-holder{
            border: none;
            padding: 0px;
            margin: 0px;
        }
        #currentControls{
            width: 200px;
        }

        .activity-box:not(.active) .controls,
        .activity-box.last .controls {
            margin: 38px auto 42px;
            min-height: 0px;
        }

        .activity-box .controls .time-holder {
            font-weight: 600;
            display: block;
            margin-top: 5px;
        }

        .activity-box .controls .action-button {
            margin-top: 5px;
        }

        #currentTask{
            position: relative;
        }
        #taskLoading img{
            height: 85px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            margin: 0px;
        }

    .card-hover{
        margin: auto;
        padding: 20px 0;
        margin-top: 20px;
        border-top: solid 1px #3b96d9;
    }
    .table-style {
        width: 100%;
        font-size: 14px;
    }

        .table-style thead {
            font-weight: 600;
            border-bottom: 1px solid #dedede;
        }

        .table-style tbody {
            font-weight: 300;
        }

        .table-style td {
            padding: 0px 5px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            max-width: 400px;
        }

        .table-style tr {
            height: 40px;
        }
        .table-style tr.root{
            background-color: #f9f9f9;
        }

            .table-style tr:hover {
                background: #eee;
            }

        .table-style .data-alert,
        .table-style .data-coments {
            text-align: center;
        }

            .table-style .data-alert .fa {
                display: none;
                color: #ecae06;
            }

        .table-style tr.highlight {
            background: #fbf2da;
        }
            .table-style tr.highlight:hover {
                background-color: #eddbaa;
            }

            .table-style .highlight .data-alert .fa {
                display: block;
            }

        .table-style .data-cod,
        .table-style .data-start,
        .table-style .data-end {
            text-align: right;
        }

    #block-loadmore {
        display: block;
        text-align: center;
        margin-top: 30px;
    }

    .sub-link {
        font-size: 14px;
    }

    .overflowing {
        overflow: auto;
    }

    .margin {
        margin: 15px;
    }

    .padding {
        padding: 15px;
    }

    .margin.doble {
        margin: 30px;
    }

    .padding.doble {
        padding: 30px;
    }

    .margin-bases {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .margin-bases.doble {
            margin-top: 35px;
            margin-bottom: 35px;
        }

        .margin-bases.max {
            margin-top: 60px;
            margin-bottom: 60px;
        }


    .empty{    
        height: 100px;
        line-height: 20px;
        border: 1px solid #eee;
        padding: 40px 20px;
        text-align: center;
        color: #ccc;
        font-weight: 300;
        font-size: 14px;
    }
}
