﻿body {
}

input.search-icon {
    padding-right: 30px !important;
}

#main2 {
    margin-left: 0px !important;
    margin-top: 60px !important;
}

#mainnosec {
    margin-left: 25px !important;
    margin-right: 25px !important;
    margin-top: 60px !important;
}

.lockscreen {
    top: 0px !important;
    margin-top: 60px !important;
}

.login-info > span {
    border-bottom: 0px;
}

#header {
    background: #f7f7f7;
}

.bg-color-bmp-blue {
    background-color: #1A1883 !important;
}

.bg-color-blue-dark {
    background-color: #2d3d8f !important;
}

#logo {
    margin-top: -20px;
}

    #logo img {
        width: 125px;
        height: auto;
        padding-left: 3px;
    }

.flag {
    margin-top: -.28em;
}

.error-message {
    min-height: 50px;
    padding-top: 5px;
    padding-left: 20px;
}

.error-message-modal {
    z-index: 999999;
}

.no-border {
    border: none;
    border-color: transparent;
}

.only-bottom-border {
    border-top: none;
    border-left: none;
    border-right: none;
}

.to-lower {
    text-transform: lowercase;
}

.to-upper {
    text-transform: uppercase;
}

.to-capitalize {
    text-transform: capitalize;
}

.grid-bg-danger {
    background-color: #e3b9b9;
}

.grid-button-bar {
    margin-left: 15px;
    margin-right: 15px;
}

.grid-button-bar-danger {
    background-color: #a90329 !important;
    border-color: #900323 !important;
    color: #fff !important;
}

.grid-button-bar-success {
    background-color: #739e73 !important;
    border-color: #659265 !important;
    color: #fff !important;
}

.grid-button-bar-primary {
    background-color: #3276b1 !important;
    border-color: #2c699d !important;
    color: #fff !important;
}

.grid-button-bar-nomargin {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
}

.grid-linha-selecionada {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #428bca !important;
}

.grid-linha-selecionada :hover {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #428bca !important;
}


.grid-linha-proposta-atendida {
    color: #333 !important;
    background-color: #f2f182 !important;
}

    .grid-linha-proposta-atendida :hover {
        background-color: #f2f182 !important;
    }

.hand {
    cursor: pointer;
}

.fieldset-proposta {
    font-size: 11px;
}

    .fieldset-proposta legend {
        cursor: pointer;
    }

    .fieldset-proposta > div {
        margin-bottom: 0px !important;
    }

    .fieldset-proposta section {
        margin-bottom: 3px !important;
    }

    .fieldset-proposta label {
        font-size: 11px !important;
        font-weight: bold !important;
        margin-bottom: 0px !important;
    }

.margin-bottom-3 {
    margin-bottom: 3px;
}

.bureau-group-divider {
    margin-top: 5px;
    border-top: 1px solid #ddd;
    background-color: #f0f0f0;
    padding: 5px;
}

    .bureau-group-divider h5 {
        margin-bottom: 5px;
    }

.bureau-group-divider-warning {
    margin-top: 5px;
    border-top: 1px solid #ddd;
    background-color: #ff1a1a;
    padding: 10px;
    color: #fff;
}

    .bureau-group-divider-warning h5 {
        margin-bottom: 5px;
        color: #fff;
    }


.zindex-acima-kwindow {
    z-index: 99000 !important;
}

.zindex-acima-kwindow-2 {
    z-index: 99002 !important;
}

.zindex-acima-kwindow-3 {
    z-index: 99003 !important;
}

.zindex-acima-kwindow-4 {
    z-index: 99004 !important;
}

.zindex-acima-kwindow-5 {
    z-index: 99005 !important;
}

.zindex-acima-kwindow-6 {
    z-index: 99006 !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zindex-acima-kwindow-msg {
    z-index: 99900 !important;
}

/**************************************************/
.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}

.btn-col {
    height: 32px;
    width: 100%;
}


.filter-bar .btn {
    min-width: 80px;
    min-height: 30px;
}

.button-bar .btn {
    min-width: 90px;
    min-height: 30px;
    padding: 4px;
}

.grid-button-bar .btn {
    min-width: 80px;
}

.grid-button-bar-nomargin .btn {
    min-width: 80px;
    min-height: 30px;
}

.k-selectable tr > td .btn-editar .btn-excluir {
    min-width: 45px;
}

.button-bar {
    border: 1px solid #C2C2C2;
    background: #fafafa;
    margin: 0px;
    margin-bottom: 5px;
    padding: 5px;
}

.filter-bar {
    border: 1px solid #C2C2C2;
    background: #fafafa;
    margin: 0px;
    margin-bottom: 5px;
}

    .filter-bar form > fieldset {
        padding: 14px 14px 5px;
    }

.filter-bar-header {
    padding: 5px;
    background-color: #eee;
}

.filter-bar-side-label {
    margin-top: 5px;
}

.toolbar-row {
    margin-bottom: 5px;
}

/*.smart-form .form-control {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.smart-form select[multiple] {
    padding: 5px 5px !important
}

.smart-form fieldset {
    padding: 15px 25px 15px 15px;
}

.smart-form .label {
    line-height: 15px;
}
*/

.smart-form footer {
    text-align: right;
}

    .smart-form footer .btn {
        float: none;
    }

.smart-form fieldset {
    padding: 5px 14px 5px;
    padding-bottom: 0px;
}

    .smart-form fieldset + fieldset {
        border-top: none;
    }

input.ng-invalid-required,
input[type="checkbox"].ng-invalid-required + i,
input[type="radio"].ng-invalid-required + i,
select.ng-invalid-required,
textarea.ng-invalid-required {
    border: 1px solid #900323 !important;
}

input:disabled,
input[type="checkbox"]:disabled + i,
input[type="radio"]:disabled + i,
select:disabled,
textarea:disabled {
    background: #eee !important;
}

.jarviswidget {
    margin: 0 0 10px;
}

.nav-tabs.bordered + .tab-content {
    background: #fff;
}

.sweet-alert button {
    background-color: #3276b1 !important;
    font-size: 12px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 8px 32px !important;
}

.sweet-alert button.cancel {
    background-color: #fff !important;
    font-size: 12px !important;
    color: #333;
    -webkit-border-radius: 0px !important;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    padding: 8px 32px !important;
}

.sweet-alert button.cancel:hover {
    background-color: #e6e6e6 !important;
    border-color: #adadad;
    text-decoration: none;
}

.nav-tabs > li {
    background: #f8f8f8;
}


.ui-select-choices {
    width: 100%;
}


.selectize-control > .selectize-dropdown {
    top: 36px;
}


.badge {
    padding: 3px 7px !important;
}
/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
    background: #fff;
    position: relative;
    z-index: 1;
}

.ui-select-focusser {
    display: none;
}

.alert-info.positioned {
    margin-top: 1em;
    position: relative;
    z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}

#ui-datepicker-div {
    z-index: 999999 !important;
}


#loading-bar {
    pointer-events: all;
    z-index: 99999;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: wait;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
}

#loading-bar-spinner {
    width: 100%;
    padding-top: 150px;
    padding-left: 45%;
    z-index: 9999999;
}

@media all and (max-width: 540px) {
    #loading-bar-spinner {
        position: relative;
        width: 100%;
        top: 150px;
        padding-left: 36%;
        z-index: 9999999;
    }
}


.block-ui-message {
    cursor: wait;
    display: inline-block;
    text-align: left;
    background-color: #333;
    color: #f5f5f5;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
}


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 13px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .popover.bottom {
        margin-top: 10px;
    }

.popover-content {
    padding: 9px 14px;
}

    .popover-content:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.popover-title {
    margin: 0 !important;
    padding: 8px 14px !important;
    font-size: 13px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 2px 2px 0 0;
}

/***************************************************/
/* THEME OVERRIDE                                  */
/***************************************************/

/*HEADER*/
.smart-style-2 #header, .smart-style-2 .page-footer, .smart-style-2 .superbox-show {
    background-image: none;
    background-color: #f7f7f7;
}

.smart-style-2 #hide-menu a > i, .smart-style-2 .btn-header > :first-child > a {
    color: #333333 !important;
}

    .smart-style-2 #hide-menu a:hover i, .smart-style-2 .btn-header > :first-child > a:hover {
        color: #cccccc !important;
    }

.smart-style-2 .header-dropdown-list a.dropdown-toggle, .smart-style-2 .header-search > button {
    color: #333333;
}

.smart-style-2 #left-panel {
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 49px;
}

#project-context > :first-child, .project-context > :first-child {
    color: #333333;
}

.smart-style-2 .project-selector {
    color: #333333;
}

    .smart-style-2 .project-selector:hover {
        color: #cccccc;
    }

.minified nav > ul > li {
    border-bottom: 0px;
    border-top: 0px;
}






/*********************************************************************/
/* CAMERA                                                            */
/*********************************************************************/
#video {
    border: 1px solid black;
    box-shadow: 2px 2px 3px black;
    width: 320px;
    height: 240px;
}

#photo {
    border: 1px solid black;
    box-shadow: 2px 2px 3px black;
    width: 320px;
    height: 240px;
}

#canvas {
    display: none;
}

.camera {
    width: 340px;
    display: inline-block;
}

.output {
    width: 340px;
    display: inline-block;
}




.p-line-break {
    white-space: pre-line;
    word-wrap: break-word;
}


.grid-row-critical {
    background-color: orangered;
}

.grid-row-warning {
    background-color: #fda;
}

.grid-row-ok {
    background-color: #ced;
}

.textareanumbers {
    background: url(/styles/img/textareanumbers.png) !important;
    background-attachment: local !important;
    background-repeat: no-repeat !important;
    padding-left: 35px !important;
    padding-top: 10px !important;
    border-color: #ccc !important;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    text-decoration: underline solid !important;
    border-bottom: none !important;
}

.modal-xlg {
    width: 1200px;
}

.modal-xxlg {
    width: 1500px;
}

.k-window-titlebar .k-window-action {
    width: 30px;
    height: 24px;
}

.k-checkbox {
    vertical-align: middle !important;
    margin-left: 4px !important;
    padding-bottom: 18px !important;
}

.section-container-center {
    justify-items: center;
    font-size: 95px;
    color: #F8BB86;
}

.modal-title-center {
    text-align: center;
}

.session-container-message-center {
    text-align: center !important;
    white-space: pre-line;
}

.modal-container-center {
    margin-top: 10px;
    margin-bottom: 10px;
    justify-items: center;
    font-size: 30px;
}

.tooltip-input-container {
    position: relative;
    display: inline-block;
}

.tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 160px;
    transform: translateX(-50%);
    background-color: black;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: pre-line;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    word-wrap: break-word;
    word-break: break-word;
}

.tooltip-input-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.wrapper {
    display: flex;
    font-family: monospace;
    min-height: 150px;
    height: auto;
    max-height: none;
}

.line-numbers {
    background: #f0f0f0;
    text-align: right;
    padding-right: 5px;
    color: #9e9e9e;
    user-select: none;
    overflow-y: hidden;
    padding: 9px 7px;
    font-family: monospace;
    font-size: 11px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 16px;
}

.line-numbers div {
    
    height: auto;
    max-height: none;
    overflow-y: hidden;
}

.textarea-numbers {
    width: calc(100% - 40px);
    resize: vertical;
    border: none;
    outline: none;
    font-family: monospace;
    line-height: 16px !important;
    overflow-y: scroll;
    padding-left: 10px;
    padding-top: 10px;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif !important;
    border: 1px solid #ccc;
    min-height: 150px;
    height: auto;
}