@import url('https://fonts.googleapis.com/css?family=Raleway');

body, html {
    margin: 0px;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #555;
}

label {
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.header {
    line-height: 40px;
}

    .header > .small {
        line-height: 36px;
        color: #999;
        font-weight: 300;
    }

    .header > .fa {
        margin-right: 10px;
    }

.h1 {
    font-size: 36px;
}

.h2 {
    font-size: 24px;
}

.form-control {
    font-family: 'Open Sans', sans-serif;
}

.label {
    font-weight: 300;
    font-size: 12px;
}

#navBar {
    width: 260px;
    height: 100%;
    display: block;
    position: fixed;
    overflow: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.43);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.43);
    z-index: 999;
}

#brand {
    text-align: center;
    margin: 40px auto;
    max-width: 220px;
}

.list-menu {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

    .list-menu li {
        /* height: 35px; */
        line-height: 35px;
        margin: 3px 0px;
        display: block;
    }

        .list-menu li > span {
            font-weight: 700;
            padding: 9px 10px;
        }

        .list-menu li a {
            /* height: 35px; */
            text-decoration: none;
            line-height: 20px;
            padding: 9px 10px 9px 5px;
            font-weight: 400;
            background-color: #f7f7f7;
            border-left: 5px solid transparent;
            color: #555;
            display: block;
        }

            .list-menu li a:hover {
                background-color: #ddd;
                color: #555;
                border-left: 5px solid #153f86;
            }

            .list-menu li a.active {
                border-left: 5px solid #153f86;
            }

#footer {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

    #footer .crp-logo {
        font-size: 16px;
    }

.navbar-default {
    background-color: #dedede;
    border-color: #d7d7d7;
}
.topMenuNavBar {
    margin-left:260px;
}
#topNavBar {
    height: 50px;
    display: block;
    background-color: #dedede;
    color: #aaa;
    position: fixed;
    width: 84%;
    position: fixed;
    right: 0px;
    z-index: 2;
}

    #topNavBar .link-item:first-child {
        margin-left: 45px;
    }

    #topNavBar .link-item, .navbar-default .link-item {
        line-height: 20px;
        font-size: 14px;
        padding: 15px 15px 10px;
        display: inline-block;
        border-bottom: 5px solid transparent;
        text-decoration: none;
        font-weight: 300;
        color: #555555;
    }

        #topNavBar .link-item:hover, .navbar-default .link-item:hover {
            border-color: #555;
        }

#contentWarp {
    height: 100%;
    display: block;
    position: absolute;
    right: 0px;
    left: 260px;
    padding: 0px 30px 30px;
    font-family: 'Open Sans', sans-serif;
}

.time-holder {
    line-height: 30px;
    height: 30px;
    display: inline-flex;
}

.time-clock {
    line-height: 30px;
    color: #0085c3;
    margin: 0px 15px;
    font-size: 30px;
    font-weight: 600;
}

    .time-clock.small {
        font-size: 16px;
        font-weight: 400;
    }

.activity-box.active:before {
    background: #0085c3;
    color: #fff;
    font-size: 20px;
    height: 30px;
    text-align: center;
    width: 117px;
    display: block;
    position: absolute;
    transform-origin: 0% 0%;
    transform: rotate(-90deg) translateX(-48px) translateX(-68px) translateY(-30px);
    border-radius: 4px 4px 0px 0px;
    content: "Atual";
}
.activity-box.active2:before {
    background: #0085c3;
    margin-left:30px;
    color: #fff;
    font-size: 20px;
    height: 30px;
    text-align: center;
    width: 117px;
    display: block;
    position: absolute;
    transform-origin: 0% 0%;
    transform: rotate(-90deg) translateX(-48px) translateX(-68px) translateY(-30px);
    border-radius: 4px 4px 0px 0px;
    content: "Atual";
}
.activity-box.active{
     border-radius: 0px 4px 4px 0px;
}
.activity-box.active.last:before {
    content: "última";
}

.activity-box {
    border: solid 1px #ddd;
    background: #fff;
    border-radius: 4px;
    margin: 15px 0px;
    display: block;
}

    .activity-box .info {
        height: 85px;
        margin: 15px;
    }

    .activity-box .info2 {
        height: 85px;
        margin: 15px;
        margin-left:45px;
    }

    .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-top: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 30px;
        line-height: 30px;
    }
    .activity-box .activity2 {
        display: block;
        margin-top: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 55px;
        line-height: 30px;
    }

        .activity-box .activity .label {
            line-height: 20px;
            height: auto;
            border-radius: 26px;
            font-size: 14px;
            font-weight: 300;
            padding: 5px 10px;
            float: left;
            margin-right: 5px;
        }

    .activity-box .controls {
        min-width: 100px;
        text-align: center;
        min-height: 85px;
    }
    #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{
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #fff;
        text-align: center;
        border-radius: 4px;
    }
    #taskLoading img{
        height: 85px;
        margin: 15px;
    }

.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 !important;
    }
        .table-style tr.highlight:hover {
            background-color: #eddbaa !important;
        }
    .table-style tr.highlight-ignorado {
        background: #ffbdab !important;
    }
        .table-style tr.highlight-ignorado:hover {
            background: #fc9d83 !important;
        }
        .table-style .highlight-ignorado .data-alert .fa
        {
            color:#e10000;
        }

    .table-style .highlight .data-alert .fa, .table-style .highlight-ignorado .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;
}

.pager a{
    text-decoration: none;
    color: #0085c3;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
}

.pager li.active a, .pager a:active{
    background: #0085c3;
    font-weight: 300;
    color: #fff;
    border-color: transparent;
}
.pager li{
    margin-left:4px;
    margin-right:4px;
}
#countJustificativas{
    margin-right:5px;
    float: left;
    height: 20px;
}

.panel-default>.panel-heading{
    border: none;
}

.header-subpage{
    padding: 15px;
    background: #eee;
    border-radius: 8px;
}
table{
    margin-top: 30px;
}
.table>tbody>tr>td, 
.table>tbody>tr>th{
    border: none;
    line-height: 34px;
}
.table>tbody>tr:nth-child(even){
    background-color: #fbfbfb;
}

.header-subpage .sub-title{
    margin:0px;
    font-weight: 400;
    color: #333;
}

.menu-header{   
    text-decoration: none;
    line-height: 20px;
    padding: 9px 10px;
    font-weight: 400;
    color: #555;
    display: block;
}
.menu-header a{
    text-decoration: none;
}
.filter-row{
    padding: 15px;
    border-radius: 8px;
    text-align: right;
}
.form-row{
    padding: 15px;
}

.box-inner{
    border:solid 1px #d0d7ea;
    border-radius:8px;
    padding:15px;
    margin: 15px 0px;
    background-color: #f7f7f7;
}
.box-inner b{
    font-weight: 600;
}
.form-title{
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
}

.list-alert{
    padding: 15px;
    font-size: 12px;
    background-color: #fcffd7;
    margin: 5px 0px;
    border-radius: 8px;
    text-align: center;
}
#RecursosAtivos:not(.active) > .active{ display: none; }
#RecursosAtivos.active > .active{ display: block; }
#RecursosAtivos.active > .unactive{ display: none; }

.box-area{
    display: block;
    margin: 30px 0px 0px;
    background-color: #40547a;
    border-radius: 8px;
}
.box-area > a{
    display: block;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    font-size: 24px;
    padding: 60px 0px;
    background-color: #4572c8;
    color: #fff;
    border-radius: 8px;

    text-decoration: none;

    -moz-transform: translateX(-4px) translateY(-4px);
    -webkit-transform: translateX(-4px) translateY(-4px);
    -o-transform: translateX(-4px) translateY(-4px);
    -ms-transform: translateX(-4px) translateY(-4px);
    transform: translateX(-4px) translateY(-4px);

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.box-area > a:hover{
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}


.box-area.disabled > a{
    background-color: #eee;
    color: #999;
    font-weight: 300;
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.nav-tabs {
    border-bottom: 1px solid #2e6da4;
}
    .nav-tabs > li > a:hover {
        border-color: #5392c8;
    }

    .nav-tabs > li > a {
        color: #337ab7;
    }

.nav > li > a:focus, .nav > li > a:hover {
    color: #FFF;
    background-color: #78a7d0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFF;
    background-color: #337ab7;
    border: 1px solid #2e6da4;
}

.panel-issue {
    border-color: rgb(180, 0, 158);
}

    .panel-issue > .panel-heading {
        color: #fff;
        background-color: rgb(180, 0, 158);
        border-color: rgb(180, 0, 158);
        print-color-adjust: exact;
    }

.panel-task {
    border-color: rgb(164, 136, 10);
}

    .panel-task > .panel-heading {
        color: #fff;
        background-color: rgb(164, 136, 10);
        border-color: rgb(164, 136, 10);
        print-color-adjust: exact;
    }

.panel-primary {
    border-color: #153f86;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #153f86;
        border-color: #153f86;
        print-color-adjust: exact;
    }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFF;
    background-color: #153f86;
    border: 1px solid #153f86;
}

.panel-success > .panel-heading {
    color: #FFF;
    background-color: #3c763d;
    border-color: #3c763d;
}