﻿@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    /* Retina-specific stuff here */

}

/*.select2{
    width:100% !important;
}

.select2-search__field {
    width: 100% !important;
}

.select2-search {
    width: 100% !important;
}
.select2-search--inline {
    width: 100% !important;
}*/

.disabledContent {
    pointer-events: none;
    opacity: 0.8;
}

.label-valores-total{
    font-size:24px;
    font-weight:bold;
    color:#4d4d4d;
    text-align:center;
    border:none;
}

.row-total input[disabled]{
    background-color: white !important;
    border: none !important;
    font-size: 25px;
}


fieldset {
    padding: .35em .625em .75em !important;
    margin: 0 2px !important;
    border: 1px solid #e5e5e5 !important;
    margin-top:15px !important;
}
legend {
    margin-bottom: 10px !important;
    font-size: 21px !important;
    border:none !important;
    width:auto !important;
    font-size:15px !important;
}
.title-agente-valor{
    font-size:21px;
    font-weight:bold;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.form-group.has-error .chosen-container>.chosen-choices {
    border-color: #f09784;
    color: #d68273;
}

.loadingPage {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50000;
    visibility: visible;
    top: 0;
    left: 0;
    background-color: #69b6e9;
    opacity: 0.4;
}

    .loadingPage .preloader {
        position: fixed;
        left: 50%;
        top: 50%;
        margin-top: -64px;
        margin-left: -64px;
        opacity: 1;
        background-image: url(images/loading.gif);
        background-color: transparent;
        background-position: center;
        -moz-background-size: 128px;
        -o-background-size: 128px;
        background-size: 128px;
        width: 128px;
        height: 128px;
    }

.poweredgoogle {
    background-image: url(https://developers.google.com/maps/documentation/places/images/powered-by-google-on-white.png);
    background-position: left bottom;
    width: 104px !important;
    height: 16px !important;
    display: inline-block;
    vertical-align: bottom;
}

.poweredgoogle-input {
    background-image: url(https://developers.google.com/maps/documentation/places/images/powered-by-google-on-white.png) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
}

.pac-container {
    z-index: 2000 !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-20 {
    margin: 10px !important;
}

.dl-horizontal.white-space-normal dt {
    white-space: normal;
    background-color: #edf3f4;
    padding: 6px;
    width: 260px;
}

.dl-horizontal.white-space-normal dd {
    margin-left: 270px;
    padding: 6px;
}

input[type=checkbox].ace.ace-switch.ace-switch-2 + .lbl::before {
    content: "SIM\a0\a0\a0\a0\a0\a0\a0NÃO" !important;
}

.dropdown-navbar.dropdown-menu.dropdown-caret.dropdown-close.layer-info {
    min-width: 800px;
    z-index: 999999;
}

.nav-search .form-search .input-icon .date-picker {
    width: 180px;
}

.daterangepicker.dropdown-menu {
    z-index: 99999;
}


/*.has-feedback .form-control-feedback {
    position: absolute;
    margin-top: 1px;
    margin-right: auto;
    display: block;
    width: 18px;
    color: transparent;
    height: 22px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
}*/

.pull-center {
    float: none;
    margin: 0 auto;
    clear: both;
}

/*Angular JS Validation Styles ************
ng-valid: the model is valid
ng-invalid: the model is invalid
ng-valid-[key]: for each valid key added by $setValidity
ng-invalid-[key]: for each invalid key added by $setValidity
ng-pristine: the control hasn't been interacted with yet
ng-dirty: the control has been interacted with
ng-touched: the control has been blurred
ng-untouched: the control hasn't been blurred
ng-pending: any $asyncValidators are unfulfilled
*/


/*form.ng-pristine .ng-invalid ~ i.ng-invalid-icon, form.ng-pristine  .ng-valid ~ i.ng-valid-icon {
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    visibility: hidden !important;
}

.ng-valid ~ i.ng-invalid-icon, .ng-invalid ~ i.ng-valid-icon {
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    visibility: hidden ;
}


select ~ i.ng-valid-icon, select ~ i.ng-invalid-icon {
    margin-right: 16px;
}

.ng-invalid ~ i.ng-invalid-icon, .ng-valid ~ i.ng-valid-icon {
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    visibility: visible;
}*/

.drop-zone {
    border: dotted 3px lightgray;
}

.drop-zone-over-class {
    background-color: ActiveCaption;
    color: CaptionText;
    border: 3px dotted black;
}

.cklist-apv-table {
    margin-bottom: 0 !important;
}

    .cklist-apv-table td {
        background-color: #EFEFEF;
    }

.pn-ck-list-items {
    padding-top: 10px;
    padding-bottom: 10px;
}

.not-informed {
    color: #CCC;
    text-transform: uppercase;
    font-size: 11px;
}

.widget-box.full {
    position: fixed;
    background-color: #ffffff;
    margin: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10000;
}

.title {
    display: inline-block;
    padding-left: 60px;
    padding-right: 15px;
}

.title li {
        display: inline-block;
        color: #4c8fbd;
}

.title li:nth-child(even) {
        padding-right: 15px;
}

.chosen-container-single .chosen-search:after {
    content: initial!important;
}

.markerlabels {
    color: black;
    background-color: white;
    /*font-family: "Lucida Grande", "Arial", sans-serif;*/
    /*font-size: 10px;*/
    font-weight: bold;
    text-align: center;
    width: 40px;
    border: 1px solid black;
    white-space: nowrap;
}

.intermediate-check {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    height:20px;
    width:20px;
    display: inline-block;
    position: relative;
}

    .intermediate-check:active, .regular-checkbox:checked:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }

    .intermediate-check:checked {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

.intermediate-check:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

    .intermediate-check:indeterminate {
        background-color: #CD7476;
    }

.ace-nav > li.orange > a {
    background-color: #FAB30C;
}
.ace-nav > li.orange > a:hover,
.ace-nav > li.orange > a:focus {
  background-color: #FAB30C;
}
.ace-nav > li.open.orange > a {
  background-color: #FAB30C !important;
}

.dropzone .dz-default.dz-message {
    background-image: url(/Content/assets/images/spritemap.png) !important;
}

.gm-style-iw > div, gm-style-iw > table {
    user-select: initial;
}

.notification-scroll {
    overflow-y: auto;
    max-height: 800px;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.7;
}

.td-center {
    text-align: center;
    vertical-align: inherit !important;
}

table.dataTable thead th {
    border: none !important;
}
table.dataTable.no-footer {
    border: none !important;
}


.row-valores .row{
    margin-top:2px;
}

.modal-footer {
    margin-right: 1px !important;
}

.row-margin-top-5{
    margin-top:5px;
}

.chat-agente-externo-item,
.chat-agente-externo-item label{
    cursor: pointer;
}

.chat-agente-externo-selected label {
    font-weight: bold;
}