﻿/*############################## fw blue*/

.botao-filtro {
    text-align: right;
    margin-bottom: 10px;
}

/*jqx grid*/

.jqx-grid-content {
    font-size: 13px !important;
}

.jqx-grid-groups-header, .jqx-widget-header {
    color: #666677;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.jqx-widget, .jqx-widget-content {
    font-size: 12px;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    color: #707478;
}

div [role="row"] {
    border-left: 1px solid #e2e7eb !important;
    border-right: 1px solid #e2e7eb !important;
    margin-left: -2px !important;
}

div [role="columnheader"] {
    margin-left: -1px !important;
}

.jqx-grid-column-header {
    border-top: 1px solid #e2e7eb !important;
}

.jqx-grid {
    border-left: 1px solid #e2e7eb !important;
    border-bottom: 1px solid #e2e7eb !important;
}

.jqx-grid-groups-header {
    border: 1px solid #e2e7eb !important;
    margin-left: -2px !important;
}

.jqx-grid-pager {
    border-right: 1px solid #e2e7eb !important;
    margin-left: -1px !important;
}


.jqx-grid-groups-header, .jqx-widget-header {
    background: white !important;
    color: #242a30 !important;
    font-weight: bold !important;
}

.jqx-rc-all {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.jqx-grid-content .jqx-fill-state-hover {
    background-color: lightyellow !important;
}

.jqx-grid-pager {
    line-height: 1.5 !important;
}

.jqx-grid-cell {
    cursor: pointer;
}

.jqx-menu-vertical {
    background-color: #FCFCFC !important;
}

.form-inline .form-group label {
    padding-top: 8px !important;
}

.form-inline .form-group {
    padding-right: 100px !important;
}

/*fim jqx grid*/

/*##################################### fim fw blue*/

/*#####################################fw application*/

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.pager .disabled button,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #666;
    border-color: rgba(0, 0, 0, 0.15)
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: #4d4d4d;
    border-color: rgba(0, 0, 0, 0.15)
}

.btn-default:hover {
    color: #fff;
    background-color: #4d4d4d;
    border-color: rgba(0, 0, 0, 0.15)
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #fff;
    background-color: #4d4d4d;
    border-color: rgba(0, 0, 0, 0.15)
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #fff;
    background-color: #3b3b3b;
    border-color: rgba(0, 0, 0, 0.15)
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #666;
    border-color: rgba(0, 0, 0, 0.15)
}

.btn-default .badge {
    color: #666;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #618fb0;
    border-color: #5383a5
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #4a7594;
    border-color: #283f50
}

.btn-primary:hover {
    color: #fff;
    background-color: #4a7594;
    border-color: #3e627c
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4a7594;
    border-color: #3e627c
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #3e627c;
    border-color: #283f50
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #618fb0;
    border-color: #5383a5
}

.btn-primary .badge {
    color: #618fb0;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #56bc76;
    border-color: #47b268
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #3fa05e;
    border-color: #225733
}

.btn-success:hover {
    color: #fff;
    background-color: #3fa05e;
    border-color: #35864f
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3fa05e;
    border-color: #35864f
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #35864f;
    border-color: #225733
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #56bc76;
    border-color: #47b268
}

.btn-success .badge {
    color: #56bc76;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #4ab0ce;
    border-color: #36a7c8
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #3196b4;
    border-color: #1b5364
}

.btn-info:hover {
    color: #fff;
    background-color: #3196b4;
    border-color: #297f98
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3196b4;
    border-color: #297f98
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #297f98;
    border-color: #1b5364
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #4ab0ce;
    border-color: #36a7c8
}

.btn-info .badge {
    color: #4ab0ce;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #eac85e;
    border-color: #e7c047
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #e4b931;
    border-color: #9b7a14
}

.btn-warning:hover {
    color: #fff;
    background-color: #e4b931;
    border-color: #d5a81c
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e4b931;
    border-color: #d5a81c
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d5a81c;
    border-color: #9b7a14
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #eac85e;
    border-color: #e7c047
}

.btn-warning .badge {
    color: #eac85e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #e5603b;
    border-color: #e24e24
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #d1431c;
    border-color: #772610
}

.btn-danger:hover {
    color: #fff;
    background-color: #d1431c;
    border-color: #b23918
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d1431c;
    border-color: #b23918
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #b23918;
    border-color: #772610
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #e5603b;
    border-color: #e24e24
}

.btn-danger .badge {
    color: #e5603b;
    background-color: #fff
}

.btn-link {
    color: #4D9DD7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2877b0;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 16.25px;
    line-height: 1.33;
    border-radius: 6px
}

/*.btn-sm,
.btn-group-sm>.btn {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}*/

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

/*#####################################fim fw application*/

/*################################### fw style*/

/*btns fw*/

/*.btn {
    font-weight: 300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}*/

    .btn.active:focus, .btn:active:focus, .btn:focus {
        outline: 0;
    }

    .btn-icon, .btn.btn-icon {
        display: inline-block;
        width: 28px;
        height: 28px;
        padding: 0;
        border: none;
        line-height: 28px;
        text-align: center;
        font-size: 14px;
    }

    .btn-circle, .btn.btn-circle {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.btn-icon.btn-xs {
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 16px;
}

.btn-icon.btn-sm {
    width: 22px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
}

.btn-icon.btn-lg {
    width: 34px;
    height: 34px;
    font-size: 17px;
    line-height: 34px;
}

.btn-scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 1020;
}

.page-with-right-sidebar .btn-scroll-to-top {
    left: 25px;
    right: auto;
}

.btn > .pull-left, .btn > .pull-right {
    line-height: 1.428571429;
}

.btn-block {
    padding-left: 12px;
    padding-right: 12px;
}

.btn.active, .btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.1);
}

.btn.btn-default {
    color: #fff;
    background: #b6c2c9;
    border-color: #b6c2c9;
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
    background: #929ba1;
    border-color: #929ba1;
}

.btn-group .btn.btn-default: not(.active) + .btn.btn-default, .input-group-btn .btn.btn-default: not(.active) + .btn.btn-default {
    border-left-color: #929ba1;
}

.btn.btn-white {
    font-weight: 400;
    color: #333;
    background: #fff;
    border-color: #e2e7eb;
}

    .btn.btn-white.btn-white-without-border {
        border-color: #fff;
    }

        .btn.btn-white.btn-white-without-border.active, .btn.btn-white.btn-white-without-border.active:focus, .btn.btn-white.btn-white-without-border.active:hover {
            border-color: #ddd;
        }

        .btn.btn-white.btn-white-without-border:focus, .btn.btn-white.btn-white-without-border:hover {
            border-color: #eee;
        }

.btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover, .open .dropdown-toggle.btn-white {
    background: #e2e7eb;
    border-color: #d8dde1;
}

.btn-group .btn.btn-white: not(.active) + .btn.btn-white, .input-group-btn .btn.btn-white: not(.active) + .btn.btn-white {
    border-left-color: #eee;
}

.btn.btn-inverse {
    color: #fff;
    background: #2d353c;
    border-color: #2d353c;
}

.btn-inverse.active, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open .dropdown-toggle.btn-inverse {
    background: #242a30;
    border-color: #242a30;
}

.btn-group .btn.btn-inverse: not(.active) + .btn.btn-inverse, .input-group-btn .btn.btn-inverse: not(.active) + .btn.btn-inverse {
    border-left-color: #242a30;
}

.btn.btn-primary {
    color: #fff;
    background: #348fe2;
    border-color: #348fe2;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    background: #2a72b5;
    border-color: #2a72b5;
}

.btn-group .btn.btn-primary: not(.active) + .btn.btn-primary, .input-group-btn .btn.btn-primary: not(.active) + .btn.btn-primary {
    border-left-color: #2a72b5;
}

.btn.btn-success {
    color: #fff;
    background: #00acac;
    border-color: #00acac;
}

    .btn.btn-success.active, .btn.btn-success:active, .btn.btn-success:focus, .btn.btn-success:hover, .open .dropdown-toggle.btn-success {
        background: #008a8a;
        border-color: #008a8a;
    }

.btn-group .btn.btn-success: not(.active) + .btn.btn-success, .input-group-btn .btn.btn-success: not(.active) + .btn.btn-success {
    border-left-color: #008a8a;
}

.btn.btn-warning {
    color: #fff;
    background: #f59c1a;
    border-color: #f59c1a;
}

.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
    background: #c47d15;
    border-color: #c47d15;
}

.btn-group .btn.btn-warning: not(.active) + .btn.btn-warning, .input-group-btn .btn.btn-warning: not(.active) + .btn.btn-warning {
    border-left-color: #c47d15;
}

.btn.btn-danger {
    color: #fff;
    background: #ff5b57;
    border-color: #ff5b57;
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
    background: #cc4946;
    border-color: #cc4946;
}

.btn-group .btn.btn-danger: not(.active) + .btn.btn-danger, .input-group-btn .btn.btn-danger: not(.active) + .btn.btn-danger {
    border-left-color: #cc4946;
}

.btn.btn-info {
    color: #fff;
    background: #49b6d6;
    border-color: #49b6d6;
}

.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
    background: #3a92ab;
    border-color: #3a92ab;
}

.btn-group .btn.btn-info: not(.active) + .btn.btn-info, .input-group-btn .btn.btn-info: not(.active) + .btn.btn-info {
    border-left-color: #3a92ab;
}

/*fim btns fw*/

label, input, button, select, textarea {
    font-weight: 400;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 44px;
    padding: 10px 16px;
    font-size: 16.25px;
    line-height: 1.33;
    border-radius: 6px;
}

/*############################## fim fw style*/