﻿/*ADICIONAL: HTML*/
/*html {
    overflow-y: scroll;
}*/

/*ADICIONAL: ESPAÇAMENTO A DIREITA NOS ÍCONES, POIS FICA MUITO COLADO EM ALGUNS CASOS*/
.icone_esq {
    margin-left: 5px !important;
}

.icone_dir {
    margin-right: 5px !important;
}

/*SOBRECARGA DO LAYOUT PADRÃO*/
.table-bordered > thead > tr > td {
    border-bottom-width: 0;
}

div.dataTables_info {
    padding-top: 16px;
}

.dropdown-menu {
    font-family: "Open Sans", sans-serif;
}

.accordion-toggle a, a:focus, a:hover, a:active, a:visited {
    text-decoration: none;
}

/*ADICIONAIS JASNY BOOTSTRAP FILEINPUT*/
.fileinput-arquivo, .fileinput-imagem {
    display: none;
}

/* Row with equal height columns (http://acmetech.github.io/todc-bootstrap-3/examples/equal-height-columns/) */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*ESPAÇAMENTO QUANDO MOBILE*/
@media (min-width:768px) {
    .margin-top-phone {
        margin-top: auto;
    }
}
/*ESPAÇAMENTO QUANDO MOBILE*/
@media (max-width: 767px) {
    .margin-top-phone {
        margin-top: 10px;
    }
}

/*ALINHAR CONTEÚDO NO RODAPÉ DA COLUNA, ÚTIL PARA ALGUMAS SITUAÇÕES COM BUTTOM*/
.col-v-bottom {
    display: table-cell;
    vertical-align: bottom;
    float: none;
}

.opacity-50 {
    opacity: 0.5;
}

/*DATATABLE CUSTOM*/
@media (max-width: 480px) {
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0px;
    }
}

/*BOOTSTRAP SWITCH CONTROL CUSTOM*/
.bootstrap-switch-container {
    height: 32px;
}

/*BOOTSTRAP ICHECK-COLORS*/
.icheck-colors > li.active {
    -webkit-box-shadow: 0 0 2px 1px #000000;
    box-shadow: 0 0 2px 1px #000000;
}

/*BOOTSTRAP TEXT ADDONS*/
.text-middle {
    vertical-align: middle !important;
}

.link-home {
    cursor: pointer;
}

.ml-xs {
    margin-left: 5px !important;
}

.ml-sm {
    margin-left: 10px !important;
}

.mt-none {
    margin-top: 0 !important;
}

.mt-xs {
    margin-top: 5px !important;
}

.mb-none {
    margin-bottom: 0 !important;
}

.pr-xs {
    padding-right: 5px !important;
}

.pr-sm {
    padding-right: 10px !important;
}

.pr-none {
    padding-right: 0 !important;
}

.pl-none {
    padding-left: 0 !important;
}

.pl-xs {
    padding-left: 5px !important;
}

.merged-cell-bordered {
    border-bottom: 1px solid #ddd !important;
}

.form-section-forced {
    margin: 20px 0 15px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

    .form-section-forced:first-child {
        margin-top: 5px;
    }

.tooltip {
    z-index: 11000 !important;
}

.cursor-default {
    cursor: default !important;
}

/* FORM-CONTROL ADDONS
-----------------------------------------------------------*/
.form-control.without-border {
    border: none !important;
}

.form-control.info {
    font-size: 1.2em !important;
    border: none !important;
    padding-left: 0 !important;
}

div.form-control.no-border {
    border: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 6px;
}

div.form-control.labeled, span.form-control.labeled, label.form-control.labeled {
    height: auto !important;
    min-height: 34px !important;
}

div.icheck-list {
    height: 94px !important;
    overflow-y: auto !important;
    font-size: 14px !important;
    font-weight: normal !important;
    background-color: #fff !important;
    border: 1px solid #e5e5e5 !important;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    padding: 6px 12px !important;
    line-height: 20px !important;
}
/***
Notes Ticket
***/
.userticket {
    float: left;
    margin: 0px;
    padding-bottom: 2px;
    padding-left: 12px;
}

.titulo {
    font-size: 14px;
    /*padding: 2px;*/
    padding-left: 1px;
    font-style: italic;
    font-weight: bold;
}

.subtitulo {
    font-size: 12px;
    /*padding: 2px;*/
    padding-left: 1px;
    font-style:italic;
    font-weight:bold;
}

.ticket {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    /*-ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;*/
    /*border-radius: 0 4px 4px 0;*/
    margin-bottom: 0px !important;
    border-top: 0.5px solid #949494;
    border-bottom: 0.5px solid #949494;
}

    .table td, .table th {
        font-size: 12px;
    }

    .table thead tr th {
        font-size: 12px;
        font-weight: 600;
    }

    .p,
    .ticket h1,
    .ticket h2,
    .ticket h3,
    .ticket h4,
    .ticket h5,
    .ticket h6 {
        margin-top: 0;
    }

        .ticket h1 .close,
        .ticket h2 .close,
        .ticket h3 .close,
        .ticket h4 .close,
        .ticket h5 .close,
        .ticket h6 .close {
            margin-right: -10px;
        }

    .ticket p {
        font-size: 13px;
    }

        .ticket p:last-child {
            margin-bottom: 0;
        }

    .ticket code,
    .ticket .highlight {
        background-color: #fff;
    }

    .ticket.ticket-cliente {
        background-color: #eef7fb;
        border-color: #91d9e8;
        /*color: #31708f, 80%;*/
        border-right: 0.5px solid #91d9e8;
        border-left: 5px solid #91d9e8;
    }

    .ticket.ticket-cliente-Alternativa {
        background-color: #e3f2fd;
        border-color: #90caf9;
        /*color: #31708f, 80%;*/
        border-right: 0.5px solid #90caf9;
        border-left: 5px solid #90caf9;
    }

    .ticket.ticket-empresa {
        margin: 3px 0px 20px 0px;
        background-color: #eef7ea;
        border-color: #bbdba1;
        /*color: #31708f, 80%;*/
        border-left: 5px solid #bbdba1;
        border-right: 0.5px solid #bbdba1;
    }
    .ticket.ticket-encaminhado {
        margin: 3px 0px 20px 0px;
        background-color: #eef7ea;
        border-color: #bbdba1;
        /*color: #31708f, 80%;*/
        border-left: 0.5px solid #bbdba1;
        border-right: 0.5px solid #bbdba1;
    }

    .ticket.ticket-empresa-Alternativa {
        margin: 3px 0px 20px 0px;
        background-color: #f9fbe7;
        border-color: #d4e157;
        /*color: #31708f, 80%;*/
        border-left: 5px solid #d4e157;
        border-right: 0.5px solid #d4e157;
    }

.identacao {
    white-space: pre-line !important;
}

div.anexoinline {
    display: inline; 
    width: 80px;
    height: 80px;
    padding: 2px;
}

[hidden] {
    display: none !important;
}

.ticketcontainer {
    padding: 20px 20px 20px 20px;
}
.bolddashboard {
    color: #32c5d2 !important;
    font-weight: 700 !important;
}

.container-fluid {
    padding-left: 40px!important;
    padding-right: 40px!important;
}
.checkbox-toggle {
    position: absolute !important;
    clip: rect(0,0,0,0) !important;
    pointer-events: none !important;
}