/*!
Possui Css customizados que não pertencem ao Boostrap e outros
 */

/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #e8e9e5;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.modal iframe nav.modal-configuration {
    display: none;
}

.modal iframe #page-wrapper.modal-configuration {
    margin: 0;
    border-left: 0;
}


.navbar-top-links {
    margin-right: 0;
}

    .navbar-top-links li {
        display: inline-block;
    }

        .navbar-top-links li:last-child {
            margin-right: 15px;
        }

        .navbar-top-links li a {
            padding: 15px;
            min-height: 50px;
        }

    .navbar-top-links .dropdown-menu li {
        display: block;
    }

        .navbar-top-links .dropdown-menu li:last-child {
            margin-right: 0;
        }

        .navbar-top-links .dropdown-menu li a {
            padding: 3px 20px;
            min-height: 0;
        }

            .navbar-top-links .dropdown-menu li a div {
                white-space: normal;
            }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        width: 310px;
        min-width: 0;
    }

    .navbar-top-links .dropdown-messages {
        margin-left: 5px;
    }

    .navbar-top-links .dropdown-tasks {
        margin-left: -59px;
    }

    .navbar-top-links .dropdown-alerts {
        margin-left: -123px;
    }

    .navbar-top-links .dropdown-user {
        right: 0;
        left: auto;
    }

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

    .sidebar ul li a.active {
        background-color: #eee;
    }

.sidebar .arrow {
    float: right;
}

.faarrowClose:before {
    /*content: "\f104";*/
    content: "\f107";
}

.faarrowOpen:before {
    /*content: "\f107";*/
    content: "\f106";
}

.sidebar .nav-second-level {
    background-color: white;
}

    .sidebar .nav-second-level li,
    .sidebar .nav-third-level li {
        border-bottom: 0 !important;
    }

        .sidebar .nav-second-level li a {
            padding-left: 37px;
        }

        .sidebar .nav-second-level li a {
            padding-left: 37px;
        }

        .sidebar .nav-third-level li a {
            padding-left: 52px;
        }

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5584c4;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999;
    }

        .chat li.left .chat-body {
            /*margin-left: 60px;*/
        }

        .chat li.right .chat-body {
            /*margin-right: 60px;*/
        }

        .chat li .chat-body p {
            margin: 0;
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        float: right;
        font-family: fontawesome;
        color: rgba(50,50,50,.5);
    }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }


/* Adicionado por Giovani */

.tab-content .tab-pane {
    margin: 10px 0px 0px 0px;
}

.page-header {
    margin-top: 10px;
}

.panel .panel-heading #control {
    cursor: pointer;
}

#resultado .well {
    margin-bottom: 0px;
}

#bancoHoras .list-inline {
    margin: 0px;
}

#bancoHoras .panel {
    margin: 0px;
    border: none;
}

#divRetangulo {
    font-size: 18px;
    width: 254px;
    height: 30px;
    color: White;
    font-family: 'Segoe UI','Segoe WPC', Helvetica, Arial, 'Arial Unicode MS', Sans-Serif;
}

    #divRetangulo img {
        vertical-align: inherit;
    }

.colAction {
}

    .colAction span {
        margin-right: 5px;
        cursor: pointer;
    }

        .colAction span:last-child {
            margin-right: 0px;
        }


.nav-hidden {
    /*overflow:hidden;*/
}

    .nav-hidden span.text {
        display: none;
    }

    .nav-hidden .nav-second-level li a {
        padding-left: 15px;
    }

#statusReportResult .form-replacement {
    background-color: #fafafa;
    color: #5584c4;
    padding: 5px;
    cursor: pointer;
}

    #statusReportResult .form-replacement:hover {
        color: #293379;
    }

.clear {
    clear: both;
}

/* atribuição de demandas */
#atribuicao .panel-default,
#atribuicao .panel-primary {
    overflow-y: scroll;
}

#atribuicao .fa-ellipsis-v,
#registro .fa-ellipsis-v {
    cursor: move;
}

#atribuicao .fa-chevron-down, #atribuicao .fa-chevron-up, #atribuicao .fa-trash-o,
#registro .fa-chevron-down, #registro .fa-chevron-up, #registro .fa-trash-o {
    cursor: pointer;
}

#atribuicao li[data-type="cliente"],
#atribuicao li[data-type="contrato"] {
    cursor: pointer;
}

#pClientes #clientes,
#pColaborador #clientes,
#ud ul {
    margin-bottom: 0px;
}

    #pClientes #clientes .list-group-item,
    #pColaborador #clientes .list-group-item,
    #ud ul .list-group-item {
        color: white;
        font-size: 15px;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        padding: 3px 5px 3px 5px;
        margin: 5px 0px 0px 0px;
        border-radius: 0px;
    }

        #pClientes #clientes .list-group-item .fa-ellipsis-v,
        #pColaborador #clientes .list-group-item .fa-trash-o {
            margin-top: 8px;
        }

#pClientes li[data-type="contrato"],
#pColaborador li[data-type="contrato"] {
    display: none;
    margin: 0px !important;
    margin-left: 15px !important;
}

    #pClientes li[data-type="contrato"] .fa-ellipsis-v,
    #pColaborador li[data-type="contrato"] .fa-trash-o {
        margin-top: 4px !important;
    }

#pClientes li[data-type="demanda"],
#pColaborador li[data-type="demanda"] {
    display: none;
    margin: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 30px !important;
    font-weight: normal !important;
    border-top: none !important;
    border-bottom: none !important;
}

    #pClientes li[data-type="demanda"] .fa-ellipsis-v,
    #pColaborador li[data-type="demanda"] .fa-trash-o,
    #registro #ud ul li[data-type="demanda"] .fa-ellipsis-v,
    #registro li[data-type="demanda"] .fa-ellipsis-v {
        margin-top: 5px !important;
    }

#atribuicao .highlight {
    background: #eff5fa;
}

#registro #ud {
    overflow-y: scroll;
}

    #registro #ud ul li[data-type="cliente"],
    #registro #ud ul li[data-type="contrato"] {
        cursor: pointer;
        border-left: none !important;
        border-right: none !important;
    }

        #registro #ud ul li[data-type="cliente"]:first-child {
            margin-top: 0px;
        }

        #registro #ud ul li[data-type="cliente"] .logo {
            margin: 3px 6px 3px 0px;
            max-width: 18px;
            height: 100%;
            float: left;
            overflow: hidden;
        }

        #registro #ud ul li[data-type="cliente"] .cliente {
            padding: 4px;
            max-width: 220px;
            height: 29px;
            float: left;
            overflow: hidden;
        }

        #registro #ud ul li[data-type="cliente"] .chevron {
            float: right;
            margin: 7px 0px 0px 0px;
        }

    #registro #ud ul li[data-type="contrato"] {
        display: none;
        margin: 0px !important;
    }

        #registro #ud ul li[data-type="contrato"] .nome {
            width: 245px;
            height: 21px;
            float: left;
            overflow: hidden;
        }

        #registro #ud ul li[data-type="contrato"] .chevron {
            float: right;
            margin: 2px 0px 0px 0px;
        }

    #registro #ud ul li[data-type="demanda"],
    #registro li[data-type="demanda"] {
        display: none;
        margin: 0px !important;
        margin-bottom: 0px !important;
        font-weight: normal !important;
        border: none !important;
        cursor: move;
        color: white;
        font-size: 15px;
        font-family: 'Times New Roman', Times, serif;
        padding: 3px 5px 3px 5px;
        margin: 5px 0px 0px 0px;
        border-radius: 0px;
        list-style: none;
    }

        #registro #ud ul li[data-type="demanda"] .nome,
        #registro li[data-type="demanda"] .nome {
            width: 270px;
            height: 21px;
            overflow: hidden;
        }

#registro #timeline {
}

    #registro #timeline #table-placeholder {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden !important;
    }

    #registro #timeline #periodo {
        position: relative;
    }

        #registro #timeline #periodo:hover {
            cursor: pointer;
            color: #293379;
        }

    #registro #timeline #trash {
        height: 80px;
        color: #a94442;
        background-color: #f2dede;
        border-top: 1px solid #ebccd1;
        border-bottom: 1px solid #ebccd1;
        position: relative;
        display: none;
    }

        #registro #timeline #trash div {
            position: absolute;
            text-align: center;
            top: 20px;
        }

    #registro #timeline .week-picker {
        display: none;
        position: absolute;
        top: 20px;
        z-index: 99;
    }

    #registro #timeline #table-timeline {
        width: 2981px;
        border: none;
    }

        #registro #timeline #table-timeline thead {
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            color: #293379;
        }

            #registro #timeline #table-timeline thead td {
                padding: 5px 10px 5px 10px;
                background-color: #f5f5f5;
                border-top: 1px #ddd solid;
                border-bottom: 1px #ddd solid;
            }

                #registro #timeline #table-timeline thead td:first-child {
                    background-color: white;
                    border: none;
                }

                #registro #timeline #table-timeline thead td#days {
                    width: 100px;
                }


        #registro #timeline #table-timeline tbody tr {
            border-bottom: 1px #f5f5f5 solid;
            height: 50px;
        }

            #registro #timeline #table-timeline tbody tr td {
            }

                #registro #timeline #table-timeline tbody tr td:first-child {
                    text-align: right;
                    font-size: 14px;
                    font-weight: bold;
                    /*color: #293379;*/
                    padding: 5px 10px 5px 10px;
                    background-color: #f5f5f5;
                    border: 1px #ddd solid;
                }

                #registro #timeline #table-timeline tbody tr td div.quarter {
                    float: left;
                    width: 30px;
                    height: 50px;
                    overflow: visible;
                    background-color: #ddd;
                    border: none;
                    border-right: 1px #f5f5f5 solid;
                }

                    #registro #timeline #table-timeline tbody tr td div.quarter:last-child {
                        border-right: 1px #c4c4c4 solid;
                    }

                #registro #timeline #table-timeline tbody tr td div.drop-hover {
                    background-color: #f1eece;
                }

                #registro #timeline #table-timeline tbody tr td div .reg {
                    width: 30px;
                    height: 50px;
                    max-height: 50px;
                    color: white;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

                    #registro #timeline #table-timeline tbody tr td div .reg .dados {
                        width: 100%;
                        max-height: 50px;
                        padding: 8px 0px 0px 4px;
                        overflow: hidden;
                        white-space: nowrap;
                    }

                        #registro #timeline #table-timeline tbody tr td div .reg .dados img {
                            margin: 0px 4px 2px 0px;
                        }

    #registro #timeline #task-detail {
        position: fixed;
        width: 500px;
        height: 84px;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 4px;
        display: none;
    }

        #registro #timeline #task-detail p,
        #registro #timeline #task-detail i,
        #registro #timeline #task-detail input {
            color: white;
        }

            #registro #timeline #task-detail i.fa-times {
                cursor: pointer;
            }

        #registro #timeline #task-detail p {
            width: 460px;
            overflow: hidden;
        }

        #registro #timeline #task-detail input {
            width: 450px;
            background-color: #000000;
            padding-left: 3px;
            border: none;
            opacity: 0.3;
            filter: alpha(opacity=30); /* For IE8 and earlier */
        }

#registro .col-fixed-300 {
    width: 300px;
    position: absolute;
    height: 100%;
    z-index: 10;
}

#registro .col-offset-300 {
    padding-left: 315px;
    z-index: 9;
}
/* atribuição de demandas e registro de horas */

.bottom-space {
    margin-bottom: 15px;
}

.filter #cliente, #demandas #cliente, .filter #colaborador {
    border-radius: 0;
}

.filter .radio-inline:first-child,
#demandas .radio-inline:first-child {
    padding-left: 0;
}

.filter .radio-inline,
#demandas .radio-inline {
    margin-top: 6px;
}

.panel-margin-bottom {
    margin-bottom: 85px;
}

.usuario .btn {
    display: none;
}

.filter .usuario #cliente, #demandas .usuario #cliente, .filter .usuario #colaborador {
    border-radius: 4px;
}

/*-- FAB - Floating Action Button --*/
.menu {
    bottom: 0;
    position: fixed;
    margin: 1.5em;
    right: 0px;
    z-index: 100;
}

.buttons {
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: block;
    width: 56px;
    height: 56px;
    margin: 20px auto 0;
    position: relative;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background-color: #fff;
}

    .buttons.excel {
        background-color: #293379;
        color: #fff;
        border-color: #2e6da4;
    }

        .buttons.excel:active,
        .buttons.excel:focus,
        .buttons.excel:hover {
            color: #fff;
            background-color: #286090;
            border-color: #204d74;
        }

    .buttons.sucesso {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

        .buttons.sucesso:active,
        .buttons.sucesso:focus,
        .buttons.sucesso:hover {
            color: #fff;
            background-color: #449d44;
            border-color: #398439;
        }

    .buttons:active,
    .buttons:focus,
    .buttons:hover {
        box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    }

    .buttons.disabled {
        pointer-events: none;
        color: #bababa;
    }

    .buttons:not(:last-child) {
        width: 40px;
        height: 40px;
        margin: 20px auto 0;
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

@media(min-width: 768px) {
    .menu .buttons {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 15px auto 0;
    }


        .menu .buttons:not(:only-child):last-child {
            display: none
        }

    
}

.menu:hover
.buttons:not(:last-child) {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 15px auto 0;
}

.buttons span {
    font-size: 20px;
    padding: 10px 12px;
}

.buttons:nth-last-child(1) span {
    font-size: 26px;
    padding: 17px 17px;
    cursor: default;
}

.buttons:nth-last-child(1).unico span {
    cursor: pointer;
}

[tooltip]:before {
    bottom: 25%;
    font-family: arial;
    font-weight: 600;
    border-radius: 2px;
    background: #585858;
    color: #fff;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 5px 7px;
    margin-right: 12px;
    position: absolute;
    right: 100%;
    white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}
/*-- End FAB - Floating Action Button --*/

/* -- Contratos --*/

@media (min-width:768px) {
    .contrato .btn-group > .btn-group,
    .vigencia .btn-group > .btn-group,
    .lancamentos-extras .btn-group > .btn-group,
    .faturamentos .btn-group > .btn-group,
    .demandas .btn-group > .btn-group,
    .principalFiltro .btn-group > .btn-group,
    .banco-horas .btn-group > .btn-group {
        max-width: 40%;
    }
}

.contrato .btn-group > .btn-group > select,
.vigencia .btn-group > .btn-group > select,
.lancamentos-extras .btn-group > .btn-group > select,
.faturamentos .btn-group > .btn-group > select,
.demandas .btn-group > .btn-group > select,
.principalFiltro .btn-group > .btn-group > select,
.banco-horas .btn-group > .btn-group > select {
    min-width: 100%;
}

@media (max-width:767px) {
    .btn-group.filtro-contrato {
        margin-top: 15px;
        width: 100%;
    }
}

.btn.contrato-inativo.btn-primary.status {
    z-index: 2;
}

.btn-group.filtro-contrato {
    width: 100%;
}

.btn-group > button:last-of-type {
    z-index: 2;
}

.demandas .btn-group.full-width {
    max-width: 100%;
}

/* Start NPS */
[id*=rblNota] tbody tr td {
    padding-right: 20px;
}

    [id*=rblNota] tbody tr td input[type=radio] {
        display: table;
    }
/* End NPS */

td.details-control {
    background: url('/dist/img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('/dist/img/details_close.png') no-repeat center center;
}

/* Force datepicker over all */
.ui-datepicker {
    z-index: 99 !important;
}

.logo-panel {
    margin-top: 20%;
}

.filter-simple-space {
    margin-bottom: 5px;
}

.principalFiltro .btn-group.full-width {
    max-width: 100%;
}

.showMenu {
    display: normal;
}

.hideMenu {
    display: none;
}

/* -- START Modal Config --*/

.is-modal .title-page.modal-configuration,
.is-modal nav.modal-configuration {
    display: none;
}

.is-modal #page-wrapper {
    border: 0px;
    margin: 0px !important;
}

/* -- END Modal Config --*/
