/**************************
    CUSTOM
**************************/

.tabbable-line > .nav-tabs > li, .tabbable-line > .nav-tabs > li {
    position: relative;
}

    .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover, .tabbable-line > .nav-tabs > li.active {
        border-bottom: 0;
            padding-bottom: 4px;
    }

        .tabbable-line > .nav-tabs > li.active:after {
            content: "";
            display: block;
            position: absolute;
            background-color: #F3565D;
            height: 4px;
            width: 100%;
        }

        .tabbable-line > .nav-tabs > li.open:after, .tabbable-line > .nav-tabs > li:hover:after {
            content: "";
            display: block;
            position: absolute;
            background-color: #fbcdcf;
            height: 4px;
            width: 100%;
        }



hr {
    float: left;
    width: 100%;
}

.form-control {
    max-width: 100%;
}

.m-b-15 {
    margin-bottom: 15px;
}

.upper {
    text-transform: uppercase;
}

.page-header.navbar .menu-toggler {
    background-image: url(/assets/images/sidebar-toggle-light.png);
}

.page-header.navbar .page-logo .logo-default {
    margin: 9px 0 0;
    width: 160px;
}

.dropdown-user .user-photo {
    margin-left: 5px;
    margin-top: -8px;
    height: 39px;
    display: inline-block;
    width: 39px;
    border-radius: 100px;
    vertical-align: middle;
}

#loader:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.horizontal-form .radio-list {
    margin-top: 5px;
    margin-bottom: 23px;
}

.group-button {
    margin-top: 10px;
}

.col-small-padding {
    margin-left: -2px;
    margin-right: -2px;
}

    .col-small-padding > div {
        padding: 0 2px;
    }

.col-right-button {
    text-align: right;
    margin: 20px 0 10px;
}

.profile-sidebar {
    width: 250px;
}

.required-label {
    margin: 10px 0 5px;
    display: inline-block;
    padding: 5px;
    font-weight: bold;
}

.uniform-label {
    margin-top: 5px;
}

    .uniform-label .checker {
        margin-left: 0;
    }

/*.nav > li > a {
    padding: 10px;
}*/

.dataTables_wrapper th,
.dataTables_wrapper td {
    white-space: nowrap;
}

.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

    .dataTables_wrapper .dataTables_processing {
        background: none;
        border: none;
        box-shadow: none;
        margin-top: 0;
    }

.dataTables_processing .page-spinner-bar {
    position: absolute;
    top: 0;
}

    .dataTables_processing .page-spinner-bar:before {
        display: none;
    }

.dataTables_wrapper .DTFC_LeftHeadWrapper {
    border-bottom: 2px solid #ddd;
}

.m-t-25 {
    margin-top: 25px;
}

.m-b-0 {
    margin-bottom: 0;
}

/**************************
    GENERAL
**************************/
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.profile-portlet .profile-userpic {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0 15px;
    overflow: hidden;
    cursor: pointer;
}

    .profile-portlet .profile-userpic::after {
        display: block;
        content: "Trocar Foto";
        text-align: center;
        font-size: 20px;
        text-shadow: 1px 1px 4px #000000;
        color: white;
        background-color: rgba(200, 200, 200, 0.5);
        width: 150px;
        height: 150px;
        padding-top: 40%;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transform: translate(0,150px);
        -moz-transform: translate(0,150px);
        -o-transform: translate(0,150px);
        -ms-transform: translate(0,150px);
        transform: translate(0,150px);
        -webkit-transition: transform .5s ease-in-out 0.1s;
        -moz-transition: transform .5s ease-in-out 0.1s;
        -o-transition: transform .5s ease-in-out 0.1s;
        -ms-transition: transform .5s ease-in-out 0.1s;
        transition: transform .5s ease-in-out 0.1s;
    }

    .profile-portlet .profile-userpic:hover::after {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

.profile-portlet .profile-userinfo {
    float: left;
    margin-left: 10px;
}

    .profile-portlet .profile-userinfo h2 {
        margin-top: 0;
    }

    .profile-portlet .profile-userinfo h3 {
        font-size: 14px;
        margin-top: -6px;
        margin-bottom: 22px;
    }

.group-button button {
    margin-bottom: 15px;
}

.table .btn {
    padding: 5px 9px;
    margin-right: 0;
    min-width: 35px;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 8px 10px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.dropdown-menu {
    z-index: 1200;
}

    .dropdown-menu li > label {
        padding: 8px 14px;
        color: #555;
        text-decoration: none;
        display: block;
        clear: both;
        font-weight: 300;
        line-height: 18px;
        white-space: nowrap;
        cursor: pointer;
    }

        .dropdown-menu li > label:hover,
        .dropdown-menu li.active > label {
            text-decoration: none;
            background-image: none;
            background-color: #f6f6f6;
            color: #555;
            filter: none;
        }

.table-edited .form-control,
.table-edited .input-group {
    display: none;
}

.table-edited .edit-enable .form-control,
.table-edited .edit-enable .input-group {
    display: block;
}

.table-edited .edit-enable td > span {
    display: none;
}

.tabbable-line .actions .input-inline {
    margin-bottom: -2px;
    margin-top: -4px;
}

.tabbable-line .actions.pull-left {
    margin-left: 10px;
}

.tabbable-line .actions.pull-right {
    margin-right: 10px;
}

/**************************
    LOGIN
**************************/
.login .input-icon > .fa-warning {
    display: none;
}

.login .internal-logo {
    margin-top: 30px !important;
}

/*.login .internal-logo img {
        margin-left: -30px;
    }*/

.login .content h3 {
    text-align: left !important;
    font-size: 24px !important;
}

.login .close {
    display: inline-block;
    margin-top: -10px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    text-indent: 0px;
    outline: none;
    /*background-image: url("../images/remove-icon-small.png") !important;*/
}

/**************************
    CADASTRO
**************************/
.login .portlet {
    border-radius: 0;
}

.data-confirm .control-label {
    font-weight: bold;
}

#addresses .title {
    height: 19px;
}

    #addresses .title h4 {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 5px;
    }

table.table.dataTable {
    margin: 0 !important;
    width: 100% !important;
}

/*
    .DTFC_LeftWrapper {
    overflow-y: hidden !important;
    width: 100% !important;
}

table.dataTable {
    margin-top: 0 !important;
}

.DTFC_LeftWrapper {
    overflow-y: hidden !important;
    width: 100% !important;
}

.dataTables_wrapper .dataTables_scrollBody {
    overflow-y: visible !important;
    overflow-x: auto !important;
}

.dataTables_wrapper .dataTables_scroll {
    overflow-y: visible !important;
    overflow-x: auto !important;
}

.table-scrollable {
    overflow-y: hidden !important;
    overflow-x: auto !important;
}*/

.table.table thead .sorting_asc:before,
.table.table thead .sorting_desc:before {
    content: '';
    padding-right: 0;
}

.DTFC_LeftBodyWrapper, .DTFC_LeftBodyLiner {
    overflow: visible !important;
    width: 100% !important;
}

.dataTable .dropdown-menu-datatable-button.left-right {
    top: -15px;
    left: 63px;
}

.dataTable .dropdown-menu-datatable-button.bottom-up {
    top: auto;
    bottom: 0px;
    left: 63px;
}

.dataTable .dropdown > .dropdown-menu-datatable-button.bottom-up:before,
.dataTable .dropdown-toggle > .dropdown-menu-datatable-button.bottom-up:before,
.dataTable .btn-group > .dropdown-menu-datatable-button.bottom-up:before {
    top: auto;
    bottom: 10px;
    left: -16px;
}

.dataTable .dropdown > .dropdown-menu-datatable-button.bottom-up:after,
.dataTable .dropdown-toggle > .dropdown-menu-datatable-button.bottom-up:after,
.dataTable .btn-group > .dropdown-menu-datatable-button.bottom-up:after {
    top: auto;
    bottom: 10px;
    left: -14px;
}

.dataTable .dropdown > .dropdown-menu-datatable-button:before,
.dataTable .dropdown-toggle > .dropdown-menu-datatable-button:before,
.dataTable .btn-group > .dropdown-menu-datatable-button:before {
    position: absolute;
    top: 10px;
    left: -16px;
    right: auto;
    display: inline-block !important;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    content: '';
}

.dataTable .dropdown > .dropdown-menu-datatable-button:after,
.dataTable .dropdown-toggle > .dropdown-menu-datatable-button:after,
.dataTable .btn-group > .dropdown-menu-datatable-button:after {
    position: absolute;
    top: 10px;
    left: -14px;
    right: auto;
    display: inline-block !important;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
    content: '';
}

.input-group .input-group-addon {
    background-color: #fff;
}

.filters .input-large {
    width: 100% !important;
}

.filters .input-group {
    width: 100%;
}

.filters .input-group-btn {
    width: 88px !important;
}

.filters .navbar-form {
    width: calc(100% - 230px);
}

#userAnnuityPaymentPendings .close {
    background-image: url(../images/remove-icon-small.png) !important;
}

.btn-import{
    margin-right: 5px;
}