.link-config {
    background: #1AB394 !important;
    color: #fff !important;
    border-radius: 50px !important;
    margin-top: 10px !important;
    line-height: 0px !important;
    min-height: 0px !important;
    font-weight: normal !important;
}

.select-multinivel {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.select-multinivel label {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 25px;
    border-bottom: 1px solid #ccc;
}

.select-multinivel label:hover {
    background: #f9f9f9;
}

.select-multinivel li {
    padding: 0px 0px 0px 5px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.ms-sel-ctn input {
    border: none !important;
}

.navbar-default-new {
}

.navbar-default-new .panel-heading {
    padding-bottom: 0px;
}

.navbar-default-new .nav.nav-tabs {
    border: 0;
}

.navbar-default-new .nav.nav-tabs > li > a {
    margin: 0px;
}

.dataTables_length {
    float: left;
}

.dataTables_length label {
    color: #ccc;
    font-weight: normal;
    font-size: 16px;
}

.dataTables_length select {
    border: 1px solid #ddd;
    color: #999;
    font-weight: normal;
    padding: 3px;
    font-size: 14px;
}

.dataTables_filter {
    float: right;
}

.dataTables_filter label {
    color: #ccc;
    font-weight: normal;
    font-size: 16px;
}

.dataTables_filter input {
    border: 1px solid #ddd;
    margin-left: 10px;
    padding: 6px;
    width: 250px;
    font-weight: normal;
    font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #f9f9f9;
}

.block-flat {
    margin-bottom: 20px;
    padding: 20px 20px;
    background: #FFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.nav-disabled:hover,
.nav-disabled:focus {
    color: #676a6c !important;
    background: none !important;
    border: 1px solid transparent !important;
}

.agile-list {
    width: 100%;
    height: 100%;
    list-style-type: none;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.agile-list li {
    background: #fff;
    border: 1px solid #e7eaec;
    border-bottom-width: 2px;
    margin: 0px 0 7px 0;
    padding: 5px;
    border-radius: 3px;
}

.font-move-section {
    font-size: 20px;
    margin-top: 0px;
}

.panel-heading a[data-toggle="tab"]:focus,
.panel-heading a[data-toggle="tab"]:hover,
.panel-heading a[data-toggle="tab"]:active {
    color: #676a6c !important;
    font-weight: normal !important;
}

.panel-heading a[data-toggle="tab"] {
    padding: 10px 10px !important;
    font-weight: normal !important;
}

.panel-heading li.active a[data-toggle="tab"] {
    /*font-weight: bold !important;*/
}

.panel-heading li.active a[data-toggle="tab"]:focus,
.panel-heading li.active a[data-toggle="tab"]:hover {
    color: #1ab394 !important;
}

.panel-heading .panel-title h1 {
    padding-bottom: 10px;
}

.nav-tabs li.disabled {
    padding-top: 13px;
    padding-left: 20px;
    color: rgba(0, 0, 0, 0.21);
}

:focus, :hover, :visited, :active {
    outline: 0px !important;
}

.loading-spinner {
    position: absolute;
    right: 20px;
    top: 60px;
    display: none;
}

.btn-default.btn-outline {
    background: white;
}

.seleciona-insumo-tarefa {
    width: 800px;
    left: 50%;
    margin-left: -400px;
    margin-top: 0px !important;
    top: 50px;
}

.seleciona-insumo-tarefa .sa-button-container {
    text-align: right;
}

.seleciona-insumo-tarefa button {
    padding: 5px 25px;
    margin-top: 10px;
}

.seleciona-insumo-tarefa button.confirm {
    margin-right: 0px;
}

.seleciona-insumo-tarefa td {
    padding: 3px !important;
    vertical-align: middle !important;
}

.seleciona-insumo-tarefa td:first-child {
    padding-left: 10px !important;
}

.seleciona-insumo-tarefa h2 {
    display: none;
}

.seleciona-insumo-tarefa h2.title {
    display: block;
    margin: 0px 0px 10px 0px;
}

.seleciona-insumo-tarefa select {
    height: 30px;
    padding: 0px 5px;
    width: 100px;
}



.swal-footer { width:100%; text-align: center; }
.swal-button:focus {
	box-shadow: rgba(26, 179, 148, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset;
}
.swal-button {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}
.swal-button--cancel {
    background-color: #D0D0D0;
}
.swal-button--reportar {
    background-color: #ed5565;
}
.swal-button--reportar:hover {
    background-color: #D03F3F !important;
}
.swal-button--confirm {
    display: inline-block;
    background-color: rgb(0, 118, 179);
}
.swal-button--confirm:hover {
    background-color: rgb(2, 105, 159) !important;
}

.btn-bold { font-weight: bold; }

div.tarefa-situacao .btn-bold { background: #fd7676 !important; }
div.tarefa-situacao-warning .btn-bold { background: #fdb540 !important; }
div.tarefa-finalizada .btn-bold { background: #69d571 !important; }
div.tarefa-andamento .btn-bold { background: #6ca7f3 !important; }
div.tarefa-cancelada .btn-bold { background: #fcac17 !important; }
div.tarefa-execucao .btn-bold { background: #795a77 !important; }

div.tarefa-andamento .btn-danger,
div.tarefa-situacao .btn-danger,
div.tarefa-situacao-warning .btn-danger,
div.tarefa-finalizada .btn-danger,
div.tarefa-cancelada .btn-danger,
div.tarefa-execucao .btn-danger {
    background-color: #ed5565 !important;
    border-color: #ed5565 !important;
    color: #FFFFFF !important;
}

div.tarefa-andamento .btn-danger:hover,
div.tarefa-situacao .btn-danger:hover,
div.tarefa-situacao-warning .btn-danger:hover,
div.tarefa-finalizada .btn-danger:hover,
div.tarefa-cancelada .btn-danger:hover,
div.tarefa-execucao .btn-danger:hover {
    background-color: #ec4758 !important;
    border-color: #ec4758 !important;
    color: #FFFFFF !important;
}

/* Select2 boostrap readonly */
.disabled-select {
    background-color:#d5d5d5;
    opacity:0.5;
    border-radius:3px;
    cursor:not-allowed;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}