.glyphicon-circle-checked:before {
    content: "\f192";
}


.glyphicon-circle-unchecked:before {
    content: "\f10c";
}

body {
    padding-top: 50px;
    color: #212121;
}

body.nopadding {
  padding-top: 10px !important;
}

.pend-all {
    margin-left: -4px;
    margin-right: -5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left-color: transparent;
    border-right-color: transparent;
}

.btn {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-reset {
    background: none;
    text-shadow: none;
    color: #f4f4f2;
    font-size: 15px !important;
    padding: 9px;
}

    .btn-reset.active, .btn-reset:active {
        text-shadow: 0 0 0 #444444;
    }

    .btn-reset:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    }

.btn-mini {
    padding: 1px 6px !important;
}

label {
    font-family: 'PT Sans', Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: normal;
}

.well {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

/* navbar */

/*.navbar .navigation-menu.off {
    position: absolute;
    margin-top: -999px;
}

.navbar .navigation-menu .dropdown-submenu {
    position: relative;
}

    .navbar .navigation-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .navbar .navigation-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .navbar .navigation-menu .dropdown-menu > li > a:hover,
    .navbar .navigation-menu .dropdown-menu > li > a:focus,
    .navbar .navigation-menu .dropdown-submenu:hover > a,
    .navbar .navigation-menu .dropdown-submenu:focus > a {
        color: #ffffff;
        text-decoration: none;
        background-color: #0081c2;
    }

    .navbar .navigation-menu .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .navbar .navigation-menu .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .navbar .navigation-menu .dropdown-submenu.pull-left {
        float: none;
    }

        .navbar .navigation-menu .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }*/



@media (max-width: 767px) {
    .navbar .navbar-header .navbar-toggle {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

.navbar .navbar-header .navbar-brand {
    width: 130px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

    .navbar .navbar-header .navbar-brand img {
        width: 100px;
    }

.navbar.navbar-default.navbar-fixed-top {
    background-color: #EDEDED;
    background-image: linear-gradient(to bottom, #F9F9F9, #EDEDED);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    min-height: inherit;
}

.navbar-nav > li > a {
    color: #363630;
    float: none;
    padding: 12px 15px 11px 15px;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar-nav {
    list-style: none outside none;
}

    .navbar-nav > li > a {
        display: block;
    }

.nav.navbar-nav > li > a {
    color: #363636;
}

    .nav.navbar-nav > li > a:focus, .nav.navbar-nav > li > a:hover {
        color: #212121;
    }

/*.navbar-nav li.dropdown.open > .dropdown-toggle,
.navbar-nav li.dropdown.active > .dropdown-toggle,
.navbar-nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #D8D8D8;
    color: #333333;
    text-shadow: none;
}*/

.nav.nav-tabs > li > a:focus, .nav.nav-tabs > li > a:hover {
    background-color: #D8D8D8;
}

.nav-list > li > a {
    padding: 5px 15px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    background-image: linear-gradient(to bottom, #F2F2F2, #FFFFFF);
    border-bottom: medium none !important;
    padding-bottom: 11px;
    color: #333333;
}
/********************** fim navbar *************************/

/* input elements */
textarea, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"], .uneditable-input {
    border: 1px solid #c2c2c2;
    box-shadow: none;
}
/* fim input elements */

/* breadcrumbs */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 10px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li > .divider {
    color: #C9C9C9;
}

.breadcrumb > .active {
    color: #777777;
}
/* fim breadcrumbs */

/* table */
.table-customized th {
    background-color: #D9EBF4;
}

.table-customized td {
    padding: 4px 5px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f5f5f5;
}

.table-striped tbody > tr.warning:nth-child(2n+1) > td {
    background-color: #FCF8E3;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #e9e9e9;
}
/* fim table */

/* ----- validation messagem span ----- */

/*:not([data-val-required]) + .field-validation-valid {
    display: none;
}*/

.field-validation-error {
    color: #b94a48;
    font-size: 13px;
    background-image: url("/RP/Sistema/Images/exclamation.png");
    background-repeat: no-repeat;
    padding-left: 18px !important;
}

.field-validation-valid.label-vertical {
    padding-top: 27px;
}

select.form-control {
    display: -moz-box !important;
}

/*.col-sm-2 .field-validation-valid {
    text-align: left;
    float: left;
    margin: 5px 0px 0px -8px !important;
}*/

textarea + span.field-validation-valid {
    margin: 5px -11px -5px 0px !important;
}

select.form-control + span.field-validation-valid {
    /*margin: 4px -11px -5px 0px !important;*/
}

.field-validation-valid {
    position: absolute;
    right: 0;
    top: 0;
}

    .field-validation-valid.no-required {
        display: none;
    }

    .field-validation-valid:not(.no-mark):after {
        content: "*";
        color: #ce0e00;
        font-size: 24px;
        vertical-align: sub;
        margin-left: -20px;
    }

.help-block {
    margin-right: -10px;
    /*float: right;
    text-align: right;
    margin-top: -30px !important;*/
}

.field-validation-error.help-label {
    margin-top: 5px !important;
}

.help-label {
    margin-top: 29px !important;
}

.has-error .table {
    border-radius: 5px;
    border: 1px solid #A94442;
}

.has-error .radio-container {
    border-color: #c87872 !important;
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25) !important;
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25) !important;
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25) !important;
}

.has-error .check-container {
    border-color: #c87872 !important;
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25) !important;
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25) !important;
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25) !important;
}

/*.has-error .dataTables_wrapper {
    border-radius: 5px;
    border: 1px solid #A94442;
}*/


.color + .field-validation-valid:after {
    margin-left: -2px;
}

.input-validation-error {
    border-color: #c87872 !important;
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25) !important;
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25) !important;
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25) !important;
}

    .input-validation-error:focus {
        border-color: #b9554d !important;
        -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5) !important;
        -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5) !important;
        box-shadow: 0 0 6px rgba(171, 41, 32, 0.5) !important;
    }

/* /----- validation messagem span ----- */

/*.nav-tabs > li.active > a {
  background-color: #eeeeee;
}*/
.form-group {
    margin-bottom: 5px;
}

.navbar-nav form .btn, .navbar-nav form .input-small {
    margin-top: 5px;
    margin-bottom: 5px;
}

.wrap-splited {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    width: -max-content;
}

/*.splited-dropdown {
    border: medium none;
    border-radius: 0 0 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: inherit;
    display: block;
}*/

/*.wrap-splited > .splited-dropdown:last-child {
    border-right: none;
}*/

/*.dropdown-menu a {
    text-align: left;
}*/

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.modal-backdrop {
    background-color: #ffffff;
}

.alert {
    padding-right: 30px;
}

    .alert .close {
        top: 0;
    }

.ie8 .row-fluid [class*="span"] {
    min-height: 20px;
}

.divider-menu {
    background-color: #e5e5e5;
    border-bottom: 1px solid #c2c2c2;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 979px) {
    #device-menu.in ul:first-child {
        margin-bottom: 0 !important;
    }
}

/*@media (max-width: 767px)
{
    #content-tab
    {
        width: auto !important;
        left: 20px;
        right: 20px;
    }
}

@media (max-width: 479px)
{
    .navbar-nav .brand,
    .navbar-nav .nav
    {
        float: left !important;
    }

    .navbar-nav .selectmenu
    {
        width: 100% !important;
    }

    #content-tab
    {
        top: 143px !important;
    }
}*/


/*@media (max-width: 767px)
{
    body {
        background: #ce0e00;
    }
}*/

.input-validation-error .select2-selection {
    border-color: #A94442 !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset !important;
}

.table-select {
    cursor: pointer;
}

    .table-select > thead > tr > td, .table-select > tbody > tr > td, .table-select > tfoot > tr > td {
        padding: 2px !important;
        vertical-align: middle;
    }

.dataTables_processing {
    background: none !important;
    top: unset !important;
    left: unset !important;
    width: unset !important;
    margin-left: unset !important;
    margin-top: unset !important;
    text-align: unset !important;
    padding: unset !important;
}

    .dataTables_processing .loading-box .wrapper {
        font-size: 25px !important;
        width: 375px !important;
        height: 90px !important;
        padding: 10px 20px;
    }

        .dataTables_processing .loading-box .wrapper img {
            font-size: 25px !important;
            height: 22px;
            margin-right: 10px;
        }

.btn-form {
    min-width: 100px;
}

.menu-form {
    width: 100%;
    margin-bottom: 5px;
}

    .menu-form .menu-form {
        margin-bottom: 0 !important;
    }

.select2-result-label {
    padding-left: 20px !important;
}


.acordion-form:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
    margin-left: 15px;
}

.acordion-form.collapsed:after {
    content: "\e080";
}
/**/
.label-default {
    font-size: inherit !important;
    font-weight: inherit !important;
}

.label-primary {
    font-size: inherit !important;
    font-weight: inherit !important;
}

.label-success {
    font-size: inherit !important;
    font-weight: inherit !important;
}

.label-info {
    font-size: inherit !important;
    font-weight: inherit !important;
}

.label-warning {
    font-size: inherit !important;
    font-weight: inherit !important;
}

.label-danger {
    font-size: inherit !important;
    font-weight: inherit !important;
}

.label-yellow {
    background-color: yellow;
    color: black;
    font-size: inherit !important;
    font-weight: inherit !important;
}
/**/
/*Colors Bootstrap*/
.text-muted {
    color: #777 !important;
}

.text-primary {
    color: #428bca !important;
}

a.text-primary:hover {
    color: #3071a9 !important;
}

.text-success {
    color: #3c763d !important;
}

a.text-success:hover {
    color: #2b542c !important;
}

.text-info {
    color: #31708f !important;
}

a.text-info:hover {
    color: #245269 !important;
}

.text-warning {
    color: #8a6d3b !important;
}

a.text-warning:hover {
    color: #66512c !important;
}

.text-danger {
    color: #a94442 !important;
}

a.text-danger:hover {
    color: #843534 !important;
}

.bg-primary {
    color: #fff !important;
    background-color: #428bca !important;
}

a.bg-primary:hover {
    background-color: #3071a9 !important;
}

.bg-success {
    background-color: #dff0d8 !important;
}

a.bg-success:hover {
    background-color: #c1e2b3 !important;
}

.bg-info {
    background-color: #d9edf7 !important;
}

a.bg-info:hover {
    background-color: #afd9ee !important;
}

.bg-warning {
    background-color: #fcf8e3 !important;
}

a.bg-warning:hover {
    background-color: #f7ecb5 !important;
}

.bg-danger {
    background-color: #f2dede !important;
}

a.bg-danger:hover {
    background-color: #e4b9b9 !important;
}

.sorting_disabled {
    padding-right: 5px !important;
}

@media screen and (min-width: 768px) {
    .modal-ulg {
        width: 90%; /* either % (e.g. 60%) or px (400px) */
    }
}

.control-label-hiden-xs {
    margin-top: 26px;
}

.breadcrumb-arrow {
    height: 34px;
    padding: 0;
    line-height: 34px;
    list-style: none;
    background-color: #e6e9ed;
}

    .breadcrumb-arrow li:first-child a {
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
    }

    .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
        display: inline-block;
        vertical-align: top;
    }

        .breadcrumb-arrow li:not(:first-child) {
            margin-left: -5px;
        }

        .breadcrumb-arrow li + li:before {
            padding: 0;
            content: "";
        }

        .breadcrumb-arrow li span {
            padding: 0 10px;
        }

        .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
            height: 34px;
            padding: 0 10px 0 25px;
            line-height: 34px;
        }

        .breadcrumb-arrow li.active, .breadcrumb-arrow li.active {
            height: 34px;
            padding: 0 10px 0 25px;
            line-height: 34px;
        }

        .breadcrumb-arrow li:first-child a {
            padding: 0 10px;
        }

        .breadcrumb-arrow li a {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #3bafda;
            border: 1px solid #3bafda;
        }

        .breadcrumb-arrow li.active {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #428bca;
            border: 1px solid #428bca;
        }

        .breadcrumb-arrow li:first-child a {
            padding-left: 10px;
        }

        .breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before, .breadcrumb-arrow li.active:after, .breadcrumb-arrow li.active:before {
            position: absolute;
            top: -2px;
            width: 0;
            height: 0;
            content: '';
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
        }

        .breadcrumb-arrow li a:before {
            right: -10px;
            z-index: 3;
            border-left-color: #3bafda;
            border-left-style: solid;
            border-left-width: 11px;
        }

        .breadcrumb-arrow li.active:before {
            right: -10px;
            z-index: 3;
            border-left-color: #428bca;
            border-left-style: solid;
            border-left-width: 11px;
        }

        .breadcrumb-arrow li a:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid #2494be;
        }

        .breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
            background-color: #4fc1e9;
            border: 1px solid #4fc1e9;
        }

        .breadcrumb-arrow li.active:focus, .breadcrumb-arrow li.active:hover {
            background-color: #2a9ec8;
            border: 1px solid #2a9ec8;
        }

        .breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
            border-left-color: #4fc1e9;
        }

        .breadcrumb-arrow li.active:focus:before, .breadcrumb-arrow li.active:hover:before {
            border-left-color: #2a9ec8;
        }

        .breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
            border-left-color: #2494be;
        }

        .breadcrumb-arrow li.active:after, .breadcrumb-arrow li.active:before {
            border-left-color: #428bca;
        }

.fadeInDown {
    padding: 6px;
    width: 300px;
    opacity: 0.8;
}

.label-td {
    display: block;
    width: 100%;
    padding: 7px;
    font-weight: bold !important;
    margin: 0;
}

.label-dark {
    font-size: inherit !important;
    background-color: #02243C;
}

.label-light {
    font-size: inherit !important;
    background-color: #AA9A66;
}

.label-blue {
    font-size: inherit !important;
    background-color: #577492;
}

.label-important {
    font-size: inherit !important;
    background-color: #B74934;
}

.label-inverse {
    font-size: inherit !important;
    background-color: #67355D;
}

.label-green {
    font-size: inherit !important;
    background-color: #5BC236;
}

html.mm-front .mm-menu.mm-offcanvas {
    z-index: 9999 !important;
}

.mm-menu.mm-offcanvas {
    width: 60% !important;
    max-width: 400px !important;
}

.mm-close::before {
    right: 20px !important;
}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
}
