﻿/************************************************************* 
* SGI
* ***********************************************************
* Box para páginas HTML.
* Usado e quase todas as telas.
*
* Dependências:
*   - bootstrap.css
* 
* 
* SGI - All rights reserved ©.
* Criado por: Jeferson Job Ribeiro dos Santos
* Data da Criação: 27/03/2014
* Modificado por: --
* Data da modificação: --
* Observação: --
* **********************************************************/

/**************************************************************************************
/*
 *Box para campos diversos nas telas de arrecadações
 *
 *Author: Jeferson Job Ribeiro dos Santos
 *E-mail: jjsantos@fazenda.ms.gov.br
 */

.bs-box-field {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    *padding-top: 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .bs-box-field:after {
        content: attr(title);
        position: absolute;
        top: -1px;
        left: -1px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        background-color: #fff;
        border: 1px solid #ddd;
        color: #000;
        -webkit-border-radius: 4px 0 4px 0;
        -moz-border-radius: 4px 0 4px 0;
        border-radius: 4px 0 4px 0;
    }

    .bs-box-field .form-horizontal .control-group {
        margin-bottom: 5px;
    }

.form-align-text {
    color: #8B8989;
    text-align: justify;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    position: relative;
}

/*
     *Classe padrão para letras tamanho h6
     *
     *Autor: Nelson Nunes Campozano
     *E-mail: nncampozano@fazenda.ms.gov.br
     */
.h6 {
    color: #8B8989;
    text-align: center;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
}

/*
     *Classe que altera a cor da classe tooltip-inner do bootstrap
     *
     *Autor: Jeferson Job Ribeiro dos Santos
     *E-mail: jjsantos@fazenda.ms.gov.br
     */
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    background-color: #285da7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*
     *Classe que alinha e redimensiona a imagem do logo do Banco do Brasil
     *
     *Autor: Ghibson Patrick Corrêa
     *E-mail: gcorrea@fazenda.ms.gov.br
     */
.imgBB {
    width: 10%;
    height: 20%;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

.bancoBotaoCenter {
    text-align: center !important;
    margin-left: 0px !important;
}

.imgBB_Frame {
    width: 188px;
    height: 123px;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

body {
    background-color: #efefef;
}

.footer {
    bottom: 0;
}

.title {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
    text-align: center;
}

.pix-payment {
    border-left: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.client-data {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.bar-content {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.client-data-infos > span > span {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
}

.client-data-infos > span {
    margin-bottom: 16px;
}

.client-data-infos > :last-child {
    font-weight: 600;
    margin-bottom: 0;
}


.title {
    font-weight: 600;
    font-size: 18px;
}

.main-infos > span {
    font-weight: 600;
    font-size: 18px;
}

.bar-code {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn.active,
    .btn.disabled,
    .btn[disabled] {
        color: #333333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .btn:active,
    .btn.active {
        background-color: #cccccc \9;
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover,
    .btn:focus {
        color: #333333;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.active,
    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    }

    .btn.disabled,
    .btn[disabled] {
        cursor: default;
        background-image: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

/* BREAKPOINTS */

/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .main-content {
        margin: 1rem !important;
    }

    .client-data-infos > span {
        margin-bottom: 16px;
    }

        .client-data-infos > span > span {
            margin-bottom: 16px;
            font-weight: 600;
            font-size: 18px;
        }

    .main-infos {
        margin: 1rem;
    }

        .main-infos > span {
            font-weight: 600;
            font-size: 1.2rem;
            text-align: center;
        }

    .bar-content {
        padding: 1rem;
    }

    .copy-button {
        margin-top: 1rem;
    }

    .print {
        margin-top: 1rem;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
}
