﻿/* 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;
}

.icone_dir {
    margin-right: 5px;
}

/* 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
-----------------------------------------------------------*/
.margin-top-5 {
  margin-top: 5px !important;
}

/* ESPAÇAMENTO QUANDO MOBILE
-----------------------------------------------------------*/
@media (max-width: 991px) {
    .sm-mt-xg {
        margin-top: 30px !important;
    }
}

@media (min-width:768px) {
    .margin-top-phone {
        margin-top: auto;
    }
}

@media (max-width: 767px) {
    .margin-top-phone {
        margin-top: 10px;
    }

    .xs-mt-xg {
        margin-top: 30px !important;
    }
}

/* 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 IMG-RESPONSIVE
-----------------------------------------------------------*/
.img-responsive.text-left {
    margin-right: auto;
}

.img-responsive.text-center {
    margin-left: auto;
    margin-right: auto;
}

.img-responsive.text-right {
    margin-left: auto;
}

/* BOOTSTRAP SWITCH CONTROL CUSTOM
-----------------------------------------------------------*/
.bootstrap-switch-container {
    height: 32px;
}

/* BOOTSTRAP TEXT ADDONS
-----------------------------------------------------------*/
.vertical-middle {
    vertical-align: middle !important;
}

/* FORM-CONTROL ADDONS
-----------------------------------------------------------*/
div.form-control.no-border {
    border: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 6px;
}
div.form-control.labeled, span.form-control.labeled {
    height: auto !important;
    min-height: 34px !important;
}


/* SWARM FILEUPLOAD
-----------------------------------------------------------*/
.fileinput .input-group {
    white-space: normal !important;
}

/* CUSTOM TABLE (SWARM)
-----------------------------------------------------------*/
.merged-cell-bordered {
    border-bottom: 1px solid #ddd !important;
}

/* TYPOGRAPHY
-----------------------------------------------------------*/
.h-bordered {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}