/*-------------- copy of bootstrap ---------------*/
/* DEPRECATED!! * /
 */
.alert-dismissable .close {
    position: relative;
}

.open > .dropdown-menu {
    display: block;
}

.actionsdropdown .dropdown.open {
    position: absolute;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1005;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

/*------------------------------------------------*/

.modal_closebtn {
    font-weight: bold !important;
    color: #000000 !important;
    text-shadow: 0 1px 0 #ffffff !important;
    opacity: 0.2 !important;
    filter: alpha(opacity=20) !important;
}

.modal_closebtn:hover,
.modal_closebtn:focus {
    color: #000000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}

.modal-header {

}

body {
    color: #6b7486;
    font-size: 12px;
}

.btn {
    border-radius: 2px;
    font-size: 12px;
}

.btn {
    border-radius: 2px;
    padding: 4px 15px;
    white-space: nowrap;
}

[class^="btn-"], [class*="btn-"] {
    font-weight: bold;
}
.btn-link, .btn-group {
    font-weight: normal;
}

.btn-primary {
    color: #fff !important;
    background-color: #0086c7;
    border-color: #357ebd;
}

.btn.btn-default {
    color: #687587;
    background-color: #f0f0f0;
    border-color: #d4d4d4;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.ui-select-bootstrap > .ui-select-match {
    font-weight: normal;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0072ac;
    border-color: #357ebd;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-default.activeBtn {
    color: #687587;
    background-color: #e3e3e3;
    border-color: #d4d4d4;
}

.btn.activeBtn {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-link {
    border-radius: 2px;
    background-color: transparent;
    color: #0086c7;
    padding: 5px 10px;
    margin-bottom: 0;
    vertical-align: top;
}

.btn-link:hover, .btn-link:focus{
    color: #0086c7;
    text-decoration: underline;
    background-color: transparent;
}

.form-control {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .0);
    border-radius: 2px;
    font-size: 12px;
}

.phrase-link {
    cursor: pointer;
    text-decoration: underline;
}

.dropdown-menu-space {
    padding: 0 10px !important;
    color: #64676d;
}

.line-space {
    cursor: pointer;
    padding: 10px;
}

.line-space p {
    margin: 0;
}

.dropdown-menu {
    font-size: 12px;
    color: #747474;
    border-radius: 2px;
    border-color: #dddddd;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    padding: 0 0 0 0;
}

.dropdown-menu > .active > a {
    background-color: #f0f0f0;
    color: #747474;
}

.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #333;
    background-color: #f0f0f0;
}

.dropdown-menu > li > a > small {
    color: #9b9b9b;
}

.dropdown-menu > li > a {
    color: #757575;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
}

.dropdown-menu.withicon > li > a {
    padding: 10px 8px;
}

.dropdown-menu.marginright15 > li > a {
    padding-right: 15px;
}

.dropdown-menu-up {
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
    bottom: 102%;
    top: inherit;
}

.dropdown-menu-bottom {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    top: 102%;
    bottom: inherit;
}

.drop-up-to-div{
    position: absolute !important;
    z-index: 2000 !important;
}

.btn i {
    font-size: 14px;
}

a label {
    font-weight: normal;
}

.row > [class*='col-md-']:last-child table {
    margin-bottom: 0;
}

table.table.style1 thead th {
    background: #fff;
    border-bottom: 0;
}

table.table.style1 thead th:nth-child(2) {
    border-left: 0;
}

table.table.style1 thead th:nth-child(1) {
    border-right: 0;
}

table.style1 > tbody > tr > td {
    border-left: 0;
    border-right: 0;
}

.table-striped.style1 > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f6f6f6;
}

.table-striped.style1 > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #FCFCFC;
}

.table.style1 > thead > tr > th:first-child, .table.style1 > tbody > tr > th:first-child, .table.style1 > tfoot > tr > th:first-child, .table.style1 > thead > tr > td:first-child, .table.style1 > tbody > tr > td:first-child {
    padding-right: 0;
    padding-left: 20px;
}

.tag-rule-accordion {
    font-family: 'Helvetica', Arial, sans-serif;
}

.tag-rule-accordion .panel-heading {
    color: #b8b8b8;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    background-color: #fbfbfb;
    padding: 0;
    margin: 0;
}

.tag-rule-accordion .panel-title {
    font-size: 13px;
}

.tag-rule-accordion .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tag-rule-accordion .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
    padding: 5px;
    background-color: #fbfbfb;
}

.tag-rule-accordion .filter_input {
    width: 100%;
    padding: 4px;
    border: 1px solid #dadbdd;
}

.rule-list-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #6b7486;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #E8E8E8;
}

tags-input .autocomplete {
    border-radius: 2px;
    border-color: #dddddd;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}

tags-input .autocomplete .suggestion-item {
    font-size: 12px !important;
    color: #747474 !important;
    padding: 10px 20px !important;
}

.btn.large {
    border-radius: 2px;
    margin-right: 10px;
    padding-bottom: 5px;
    padding-top: 8px;
}

.btn.large i {
    font-size: 16px;
}

.clear-input-filter {
    vertical-align: middle;
    cursor: pointer;
    color: #d7d7d7;
    margin-right: 3px;
    font-size: 14px;
}

.line-clear-input {
    opacity: 0.5;
    border-left: 1px solid #cbd3e3;
    margin-right: 7px;
}

.clear-input-filter-mini-input {
    margin: 0;
    border-right: 1px solid #cbd3e3 !important;
    vertical-align: bottom !important;
    margin-top: 8px !important;
    padding: 2px 5px 2px 0 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.form-control-error.ng-invalid:not(.ui-select-bootstrap.dropdown) {
    border: 1px solid rgb(182, 23, 41);
}

.nofocuseffect {
    filter: none;
    outline: none;
    outline-offset: 0;
    border: none;
    box-shadow: none !important;
}

.nofocuseffect:focus {
    border: 0;
    filter: none;
    outline: none;
    outline-offset: 0;
    border: none;
    box-shadow: none !important;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.error:not(.ui-eform-notification-wrapper) {
    border: 1px solid #b61729;
    border-radius: 2px;
}

.notBorderbtn {
    border: none !important;
}

.notBorderbtnLeft {
    border-left: 0 !important;
}

.notBorderbtnRight {
    border-right: 0 !important;
}

::-ms-clear {
    display: none;
}

ul.nav-tabs-central-manager li {
    border: 1px solid #ddd;
    margin-right: 4px;
}

ul.nav-tabs-central-manager li a {
    font-size: 12px;
    color: #6b7486 !important;
    padding: 5px 7px !important;
    cursor: pointer !important;
    border: 2px none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.tooltip.in {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

/* ----------------------------------- */

.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-btn {
    width: 100% !important;
}

.navbar-form .input-group .input-group-addon {
    width: 1% !important;
}

.navbar-form .input-group {
    display: table !important;
}

/* ----------------------------------- */

.modal {
    overflow-y: auto !important;
}

@media (max-width: 767px) {
    .modal-dialog {
        width: 600px !important;
    }
}

.tooltip-inner {
    border-radius: 2px !important;
    font-family: 'Helvetica', Arial, sans-serif !important;
}

.popover-content {
    color: #d7d7d7 !important;
}

.dropdown-menu {
    z-index: 1005 !important;
}

/* ------------------------------------------------- */
/* -     Padronização dos alerts (FUSION-838)      - */
/* ------------------------------------------------- */
.alert-success {
    background: #b2dc61; /* Old browsers */
    background: -moz-linear-gradient(top, #bce07b 0%, #bce07b 52%, #b0d962 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bce07b), color-stop(52%, #bce07b), color-stop(100%, #b0d962)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bce07b 0%, #bce07b 52%, #b0d962 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bce07b 0%, #bce07b 52%, #b0d962 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bce07b 0%, #bce07b 52%, #b0d962 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bce07b 0%, #bce07b 52%, #b0d962 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bce07b', endColorstr='#b0d962', GradientType=0); /* IE6-9 */
    border: 1px solid #799236;
    color: #4a6b0b;
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15);
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 13px;
    border-radius: 2px !important;
}

.alert-warning {
    color: #a49343;
    background: #ab9341; /* Old browsers */
    background: -moz-linear-gradient(top, #f7e5af 1%, #f5e8bb 52%, #f5e8bb 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f7e5af), color-stop(52%, #f5e8bb), color-stop(100%, #f5e8bb)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7e5af 1%, #f5e8bb 52%, #f5e8bb 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7e5af 1%, #f5e8bb 52%, #f5e8bb 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7e5af 1%, #f5e8bb 52%, #f5e8bb 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #f7e5af 1%, #f5e8bb 52%, #f5e8bb 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e5af', endColorstr='#f5e8bb', GradientType=0) !important; /* IE6-9 */
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15) !important;
    font-family: 'Helvetica', Arial, sans-serif !important;
    font-size: 13px;
    border: 1px solid #d3ad30 !important;
    border-radius: 2px !important;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #871626 !important;
    vertical-align: sub;
    background: #e5acb4; /* Old browsers */
    background: -moz-linear-gradient(top, #e5acb4 1%, #e39da6 52%, #e4999e 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e5acb4), color-stop(52%, #e39da6), color-stop(100%, #e4999e)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5acb4 1%, #e39da6 52%, #e4999e 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5acb4 1%, #e39da6 52%, #e4999e 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5acb4 1%, #e39da6 52%, #e4999e 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #e5acb4 1%, #e39da6 52%, #e4999e 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5acb4', endColorstr='#e4999e', GradientType=0) !important; /* IE6-9 */
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.15) !important;
    font-family: 'Helvetica', Arial, sans-serif !important;
    font-size: 13px;
    border: 1px solid #d3162c !important;
    border-radius: 2px !important;
}

/* ------------------------------------------------- */
/* -    FIM Padronização dos alerts (FUSION-838)   - */
/* ------------------------------------------------- */


/* datepicker */
[uib-datepicker] table td, [uib-datepicker] table th {
    padding: 1px;
}
[uib-datepicker] table:focus {
    outline: none !important;
}
[uib-datepicker] div:focus {
    outline: none !important;
}
[uib-datepicker] {
    padding: 3px;
}

@media (max-width: 767px) {
    .dropdown-menu > .summernote-list-item > a {
        padding: 10px 20px;
        color: #757575;
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        white-space: nowrap;
    }

    .dropdown-menu > .summernote-list-item > a:hover, .dropdown-menu > .summernote-list-item > a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }
}