/* Minification failed. Returning unminified contents.
(1442,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
html, body {
    height: 100%;
}

header {
    background: #ddd;
}
/*#E67E22*/
body {
    padding-top: 70px;
    margin: 0;
    font-family: "Oxygen-Regular", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #4f4f4f;
    background: #ddd;
    -webkit-font-smoothing: antialiased;
    overflow: auto;
}
/*thead:first-child > tr:first-child > th {
    text-align: center;
}*/

.containerBody {
    background: white;
    float: left;
    padding: 20px 20px;
    padding-bottom: 30px;
    width: 100%;
}

.containerTitle {
    padding: 0px;
    height: 100%;
}

    .containerTitle h2 {
        vertical-align: middle;
        padding-left: 40px;
    }

    .containerTitle .containerTitleHeadings {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .containerTitle .personalInfoContainer {
        height: 110px !important;
    }

    .containerTitle h3 {
        padding: 0px !important;
        padding-left: 40px !important;
        margin: 0;
        color: #303030;
        opacity: 0.75;
        font-size: 18px;
        font-family: "Oxygen-Regular", Helvetica, Arial, sans-serif;
        font-weight: normal;
        line-height: 30px;
        padding: 0 15px;
    }

.containerBody label {
    font-weight: bold;
}

@media (min-width: 650px) {
    #publicacao #divPublicacaoCol {
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: right;
    }

    .navbar-toggle {
        display: block;
    }

    .container {
        width: auto;
    }
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }

    .dataTable tbody td:not(:last-child) {
        max-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .rowContainer {
        padding-top: 15px;
    }

    .actions_menu li > div:nth-child(1) {
        padding-left: 0px;
        padding-right: 5px;
    }

    .actions_menu li > div:nth-child(2) {
        padding-right: 0px;
        padding-left: 5px;
    }

    .container {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .actions_menu li > div:nth-child(1) {
        padding-left: 0px;
        padding-right: 7.5px;
    }

    .actions_menu li > div:nth-child(2) {
        padding-right: 0px;
        padding-left: 7.5px;
    }

    .container {
        width: 1170px;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .dataTables_wrapper > .row:first-of-type {
        margin: 0px;
    }

    select, 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 {
        height: 34px !important;
    }
}

@media screen and (max-width: 767px) {
    div.dt-buttons a.btn {
        float: left;
    }

    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }

    /*#primary_actions li {
        padding-left: 15px;
        padding-right: 15px;
    }*/

    #searchActions .btn {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    #primary_actions {
        margin: 0px;
    }

    .dialogWide > .modal-dialog {
        width: auto !important;
    }

    .panel-heading a {
        text-decoration: none;
        color: #E67E22;
    }

        .panel-heading a:hover {
            color: #AF601A;
        }

        .panel-heading a:focus {
            outline: none;
            color: #AF601A;
        }

    .containerTitle {
        height: 110px !important;
    }

    .navbar-nav {
        margin: 0px;
    }

    .navbar-default .container {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .container > .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar-collapse {
        border-top: 1px solid #e7e7e7;
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

            .navbar-collapse.collapse.in {
                display: block !important;
                padding-left: 0px !important;
                padding-right: 0px !important;
            }

        .navbar-collapse.collapsing {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

    .navbar-default .navbar-offcanvas {
        background-color: #f8f8f8;
    }

    .navbar-header {
        width: 100%;
        float: none;
    }

    .navbar-nav {
        float: none;
    }

        .navbar-nav li a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .navbar-offcanvas {
        position: fixed;
        width: 100%;
        max-width: 250px;
        height: 100%;
        left: -250px;
        top: 0;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 3;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }

    .offcanvas-stop-scrolling {
        height: 100%;
        overflow: hidden;
    }

    .navbar-offcanvas.offcanvas-transform.in {
        transform: translateX(250px);
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        background-color: rgb(230, 126, 34);
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-default .navbar-nav > li {
        border-bottom: 1px solid #eb9447;
        width: 100%;
    }

    #advancedSearchFieldWrapper .no-padding {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .col-sm-12, .col-xs-12 {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }

    #headerAlarme .dropdown-container {
        max-width: none !important;
        width: 100%;
        margin: 0 0 0 0 !important;
        border-radius: 0 0 0 0 !important;
    }
}

.snap-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2;
    overflow: auto;
    overflow-x: hidden;
    background: #ddd;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.container.content, .container.suppliers {
    margin-top: 35px;
    /*margin-bottom: 43px;*/
    margin-bottom: 0px;
    /*padding-bottom: 80px;*/
    box-shadow: 15px 0 40px -15px rgba(85,85,85,.3), -15px 0 40px -15px rgba(85,85,85,.3);
}

#root {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -43px;
}

/*a:hover {
    opacity: .75;
    color: white;
}*/

.navbar-default .navbar-nav > li > a:hover {
    opacity: .75;
    color: white;
}

.navbar-default {
    z-index: 1001;
    background: #E67E22;
    border-top: none;
    border-bottom: none;
    border-radius: 0px;
    border: 0px;
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .active > a {
        color: #303030;
        background-color: #ddd;
    }

        .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
            color: #303030;
            background-color: #ddd;
            opacity: initial;
        }

    .navbar-default .navbar-nav > li > a {
        color: white;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: white;
        }

    .navbar-default .navbar-nav > li.selected, .navbar-default .navbar-nav > li.selected > a {
        background-color: #ddd;
        color: #303030;
    }

.navbar-nav .dropdown-menu {
    background-color: #e67e22;
}

    .navbar-nav .dropdown-menu > li > a:hover {
        opacity: 0.75;
        color: white;
        background-color: transparent;
    }

    .navbar-nav .dropdown-menu > li > a {
        color: white;
    }

    .navbar-nav .dropdown-menu > li.selected > a {
        background-color: #ddd;
        color: #303030;
    }

.navbar-default .navbar-toggle {
    border: none;
    color: white;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }

#advancedSearch label {
    font-weight: bold;
}

#advancedSearchFieldWrapper label {
    font-weight: normal;
}

#searchActions {
    padding: 15px;
    border-top: 1px solid #eee;
    display: block;
    background: #ccc;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    line-height: 32px;
}

#searchBox {
    display: block;
    background: #ccc;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 15px;
    float: left;
    width: 100%;
}

    #searchBox a {
        text-decoration: none !important;
    }

        #searchBox a:after {
            content: "\e253";
            font-family: 'Glyphicons Halflings';
        }

        #searchBox a.collapsed:after {
            content: "\e252";
            font-family: 'Glyphicons Halflings';
        }

.right {
    float: right;
}

.rightButton {
    margin-left: 15px;
}

input[type="submit"]:disabled {
    color: white;
}

.smallPrimaryButton, .smallPrimaryButton:visited {
    background: #E67E22;
    box-shadow: 0 3px #AF601A;
}

.secondaryButton:hover, .secondaryButton:visited:hover {
    color: #666;
    opacity: 1;
    background: #f0f0f0;
    box-shadow: 0 4px #b3b3b3;
}

.primaryButton, .primaryButton:visited {
    background: #E67E22;
    color: white;
    box-shadow: 0 4px #AF601A;
}

    .primaryButton:hover, .primaryButton:visited:hover {
        color: white;
        opacity: 1;
        background: #CA6F1E;
        box-shadow: 0 4px #CA6F1E;
    }

.form-control:focus {
    /* border-color: #66afe9; */
    border-color: #E67E22;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #E67E22;
}

.pagination > li > a {
    color: #E67E22;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #E67E22;
    }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    outline-color: #E67E22;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    background: #E67E22;
    color: white;
    border: 0px;
    border-bottom: 1px solid #AF601A;
}

    .dropdown-menu > .active > a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

.dataTables_wrapper > .row:first-child {
    background-color: #ccc;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 3px 3px 0 0;
}

.dataTables_wrapper .row {
    margin: 0px;
}

.dataTables_wrapper .btn-default {
    border: 0px;
}

    .dataTables_wrapper .btn-default:hover {
        border: 0px;
    }

.dataTables_wrapper > .row:nth-of-type(2) > .col-sm-12:first-of-type {
    padding-left: 0px;
    padding-right: 0px;
}

.dataTables_wrapper > .row:last-of-type {
    background-color: #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0 0 3px 3px;
}

.dataTables_wrapper table {
    margin: 0px !important;
}

.dataTables_wrapper tr.odd {
    background: white;
}

.dataTables_wrapper tr.even {
    background: #f4f4f4;
}

.dataTables_wrapper thead tr {
    background: #f4f4f4;
}

    .dataTables_wrapper thead tr th {
        border-bottom: 0px;
    }

.dataTables_wrapper div.dataTables_paginate {
    height: 41px;
}

    .dataTables_wrapper div.dataTables_paginate ul {
        margin-top: 0px !important;
    }

.dataTables_wrapper div.dataTables_length select {
    line-height: 11px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background-color: #E67E22;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-';
    background-color: #AF601A;
}

table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: initial;
}

table.dataTable thead .sorting_asc:after {
    content: "\e252";
}

table.dataTable thead .sorting_desc:after {
    content: "\e253";
}

/*table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background: #ddd;
}*/
/* } */
/* .navbar-default .navbar-nav li a:active { */
/* text-decoration: none; */
/* color: white; */
/* } */
/* .navbar-default .navbar-nav li a.selected { */
/* text-decoration: none; */
/* color: #303030; */
/* background: #ddd; */
/* } */
/* .navbar-default .navbar-nav li a.selected:hover { */
/* filter: alpha(opacity=100); */
/* -khtml-opacity: 1; */
/* -moz-opacity: 1; */
/* opacity: 1; */
/* } */

::-ms-clear {
    display: none;
}

.has-error .input-group .input-group-btn button:first-child {
    border-left-color: #843534;
}

.has-success .input-group .input-group-btn button:first-child {
    border-left-color: #3c763d;
}

label.required::before, .fakerequired::before {
    font-weight: bold;
    content: '* ';
    color: #a94442;
}

.dataTables_length {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    height: 41px;
}

.dataTables_paginate {
    display: inline-block;
    vertical-align: middle;
}
/* Inicio Anima��o Loading*/
.dataTables_processing {
    /*position: relative !important;*/
    top: 0 !important;
    left: 0 !important;
    margin: 0px !important;
    border-radius: 0;
    /*z-index: 1000000;*/
    background-color: rgb(255,255,255);
}

.dataTables_processing, .blockElementLoading {
    text-align: center;
    width: 100% !important;
    height: 100% !important;
}

    .dataTables_processing .fa-spinner, .blockElementLoading .fa-spinner {
        /*position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
        position: relative;
        top: calc(50% - 10px); /* 50% - 3/4 of icon height */
        z-index: 10000000;
    }

.windows8 {
    position: relative;
    width: 78px;
    height: 78px;
    margin: auto;
}

    .windows8 .wBall {
        position: absolute;
        width: 74px;
        height: 74px;
        opacity: 0;
        transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        animation: orbit 6.96s infinite;
        -o-animation: orbit 6.96s infinite;
        -ms-animation: orbit 6.96s infinite;
        -webkit-animation: orbit 6.96s infinite;
        -moz-animation: orbit 6.96s infinite;
    }

        .windows8 .wBall .wInnerBall {
            position: absolute;
            width: 10px;
            height: 10px;
            background: rgb(0,0,0);
            left: 0px;
            top: 0px;
            border-radius: 10px;
        }

    .windows8 #wBall_1 {
        animation-delay: 1.52s;
        -o-animation-delay: 1.52s;
        -ms-animation-delay: 1.52s;
        -webkit-animation-delay: 1.52s;
        -moz-animation-delay: 1.52s;
    }

    .windows8 #wBall_2 {
        animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
    }

    .windows8 #wBall_3 {
        animation-delay: 0.61s;
        -o-animation-delay: 0.61s;
        -ms-animation-delay: 0.61s;
        -webkit-animation-delay: 0.61s;
        -moz-animation-delay: 0.61s;
    }

    .windows8 #wBall_4 {
        animation-delay: 0.91s;
        -o-animation-delay: 0.91s;
        -ms-animation-delay: 0.91s;
        -webkit-animation-delay: 0.91s;
        -moz-animation-delay: 0.91s;
    }

    .windows8 #wBall_5 {
        animation-delay: 1.22s;
        -o-animation-delay: 1.22s;
        -ms-animation-delay: 1.22s;
        -webkit-animation-delay: 1.22s;
        -moz-animation-delay: 1.22s;
    }

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/* Fim Anima��o Loading*/

/*Inicio CheckboxRadio */
.form-group .checkbox label,
.form-group .radio label,
.form-group .checkbox-inline,
.form-group .radio-inline {
    padding-left: 0px;
}

.form-group .checkbox-inline,
.form-group .radio-inline {
    display: inline;
}

.checkbox label[disabled],
.checkbox-inline label[disabled],
.radio label[disabled],
.radio-inline label[disabled] {
    cursor: not-allowed;
}

.checkbox label[readonly],
.checkbox-inline label[readonly],
.radio label[readonly],
.radio-inline label[readonly] {
    cursor: not-allowed;
}

.checkbox label:after,
.checkbox-inline label:after,
.radio label:after,
.radio-inline label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.checkbox-inline .cr,
.radio .cr,
.radio-inline .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr,
.radio-inline .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .checkbox-inline .cr .cr-icon,
    .radio .cr .cr-icon,
    .radio-inline .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon,
    .radio-inline .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.checkbox-inline label input[type="checkbox"],
.radio label input[type="radio"],
.radio-inline label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] ~ .cr > .cr-icon,
    .checkbox-inline label input[type="checkbox"] ~ .cr > .cr-icon,
    .radio label input[type="radio"] ~ .cr > .cr-icon,
    .radio-inline label input[type="radio"] ~ .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked ~ .cr > .cr-icon,
    .checkbox-inline label input[type="checkbox"]:checked ~ .cr > .cr-icon,
    .radio label input[type="radio"]:checked ~ .cr > .cr-icon,
    .radio-inline label input[type="radio"]:checked ~ .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled ~ .cr,
    .checkbox-inline label input[type="checkbox"]:disabled ~ .cr,
    .radio label input[type="radio"]:disabled ~ .cr,
    .radio-inline label input[type="radio"]:disabled ~ .cr {
        opacity: .5;
    }
/*Fim CheckboxRadio */

.my-page-header.page-with-changes h2 .indicator::after {
    font-family: 'FontAwesome';
    content: "\f111";
    color: orange;
    font-size: 0.5em;
    vertical-align: middle;
}

.has-success .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #E67E22;
}

.bs-dropdown-menu-container {
    border: 0px;
    font-size: 13px;
}

    .bs-dropdown-menu-container .bs-dropdown-menu-inner {
        overflow: auto;
    }

        .bs-dropdown-menu-container .bs-dropdown-menu-inner li {
            padding: 3px 20px;
        }

.btn:focus, .btn:active:focus, :focus {
    outline: 5px auto #AF601A;
}

.bootstrap-datetimepicker-widget table td.today {
    background-color: #E67E22;
}

.bootstrap-datetimepicker-widget table td.active {
    background-color: #E67E22;
}

    .bootstrap-datetimepicker-widget table td.active.today:before, .bootstrap-datetimepicker-widget table td.today:before {
        color: white;
        background-color: white;
        border-bottom-color: white;
    }

.bootstrap-datetimepicker-widget table td.today:before, .bootstrap-datetimepicker-widget table td.today:before {
    color: white;
    background-color: white;
    border-bottom-color: white;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #ccc;
}

.well-note-blue {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: initial #eef7fb;
    border-left: 4px solid #91d9e8;
}

.modal-body {
    padding: 30px 20px 30px 20px;
}

.modal-footer .btn-default {
    font-size: 13px;
    background: white;
    color: #666;
    box-shadow: 0 4px #bfbfbf;
    /*margin: 0 0 10px 0 !important;*/
    border: 0px;
}

    .modal-footer .btn-default:hover {
        color: #666;
        background: #f0f0f0;
        box-shadow: 0 4px #b3b3b3;
    }

.modal-footer .btn-primary {
    font-size: 13px;
    border: 0px;
    background: #E67E22;
    color: white;
    box-shadow: 0 4px #AF601A;
}

    .modal-footer .btn-primary:hover {
        color: white;
        background: #CA6F1E;
        box-shadow: 0 4px #CA6F1E;
    }

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#primary_actions .actions_menu li:last-child .btn {
    margin: 0 !important;
}

.vertical-align {
    display: flex;
    align-items: center;
}

#loginForm {
    background: white;
    padding: 20px;
    overflow: hidden;
}

    #loginForm label {
        font-weight: bold;
    }

#outerLoginForm {
    height: 80px;
    background: #ccc;
    z-index: 0;
    border-radius: 3px 3px 0 0;
}

    #outerLoginForm h1 {
        line-height: 80px;
        color: #E67E22;
        text-align: center;
    }

.fc-header-toolbar.padding {
    background-color: #ccc;
    margin-bottom: 0px;
    border-radius: 3px 3px 0 0;
}

.listActionsButton {
    margin: 5px 5px 5px 0 !important;
}

.fc-event {
    background-color: #E67E22;
    border: 1px solid #E67E22;
}

.fc-event, .fc-event-dot {
    background-color: #E67E22;
}

.tooltip {
    /*position: fixed;*/
    opacity: 1 !important;
}

.tooltip-error .tooltip-inner {
    background-color: #a94442;
}

.tooltip-error.tooltip.top .tooltip-arrow {
    border-top-color: #a94442;
}

.selectTemplate {
    display: inline-block;
}

    .selectTemplate .row {
        margin-left: 10px;
    }

    .selectTemplate .title {
        font-variant: small-caps;
        color: #e67e22;
    }

.row .checboxContainer {
    border: 1px dashed #ccc;
    margin-bottom: 5px;
}

.input-group-btn {
    height: 100%;
}

.bs-dropdown-disabled {
    opacity: 1 !important;
}

.popover-content {
    word-wrap: break-word;
}

.characterCount {
    font-size: 12px;
}

#showDetalhe {
    cursor: pointer;
}

textarea {
    resize: none;
}

.modal-header {
    padding-bottom: 0px;
}

.modal-body {
    padding-top: 0px;
}

.bootbox-alert .modal-body {
    padding-top: 30px;
}

.input-group-addon {
    border-left: 0px;
}

.cr-disabled {
    background-color: #eee !important;
}

legend {
    font-size: 16px;
}

.notification-desc {
    color: #777777;
}

.btnReport {
    font-size: 20px;
    cursor: pointer;
}

#headerAlarme {
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 15px;
    font-size: 17px;
}

    #headerAlarme .glyphicon-bell {
        color: white;
    }

/*.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}*/

.ui-autocomplete {
    max-height: 250px !important;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .ui-autocomplete > li {
        padding: 3px 20px;
    }

        .ui-autocomplete > li.ui-state-focus {
            background-color: #DDD;
        }

.ui-helper-hidden-accessible {
    display: none;
}

#minutes, #seconds {
    font-weight: bold;
}

input[readonly], input[disabled], .bs-dropdown-disabled, textarea[readonly], textarea[disabled] {
    color: #0a0009; /*!important;*/
}

    input[readonly].colorRed, input[disabled].colorRed {
        color: red;
    }

.colorRed, .negative {
    color: red !important;
}

.colorNormal {
    color: initial;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.dt-buttons a {
    border: 0;
    font-size: 11px;
    background: #fff;
    color: #666;
    box-shadow: 0 3px #bbb;
    cursor: pointer;
    padding: 7px 12px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    font-family: "Oxygen-Regular",Helvetica,Arial,sans-serif;
    outline: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-decoration: none;
    line-height: 11px;
    position: relative;
    text-align: center;
    -webkit-backface-visibility: hidden;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.bootstrap-datetimepicker-widget {
    z-index: 99999999,;
}

.tableTitle {
    font-size: 22px;
    margin-top: 5px;
    color: #E67E22;
}

.dataTables_refresh {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    background-color: white;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    font-size: 18px;
    cursor: pointer;
}

    .dataTables_refresh i {
        margin-top: 4px;
    }

.time {
    font-weight: bold;
}

.tableTitle .indicator::after {
    font-family: 'FontAwesome';
    content: "\f111";
    color: orange;
    font-size: 0.8em;
    vertical-align: middle;
}

